/* typographic defaults */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  vertical-align: baseline;
  margin: 0 auto;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

/* default elements */
em {
  font-style: italic; }

strong {
  font-weight: bold; }

pre {
  font-family: mono-space, monospace;
  white-space: pre; }

code, kbd, samp, pre, tt, var {
  font-family: mono-space, monospace; }

abbr, acronym {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 85%;
  border-bottom: 1px dotted #ccc; }

sup, sub {
  font-size: 80%;
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

a, a:visited, a:link {
  color: #003DA5;
  text-decoration: underline; }

a:hover, a:focus {
  text-decoration: underline; }

/* alternate link style */
.noline {
  text-decoration: none; }

.noline:hover,
.noline:focus {
  text-decoration: underline; }

/* linked block level element and children */
a.link-wrapper {
  color: #000; }

a.link-wrapper:hover,
a.link-wrapper:focus {
  text-decoration: none; }

a.link-wrapper .link-style {
  color: #003DA5;
  text-decoration: none; }

a:hover.link-wrapper .link-style,
a:focus.link-wrapper .link-style {
  text-decoration: underline; }

a.no-link-style {
  text-decoration: none; }

a.no-link-style:hover,
a.no-link-style:focus {
  text-decoration: none; }

.link-style {
  background: none;
  border: 0;
  color: #003DA5;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif; }

.link-style:hover,
.link-style:focus {
  text-decoration: underline; }

a.white-link {
  color: #fff; }

/* headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin-bottom: 0.25em; }

h1, .h1 {
  font-size: 2em;
  /* 28/14 */
  margin-top: 0.75em;
  /* 21/28 */ }

h2, .h2 {
  font-size: 1.714285714285714em;
  /* 24/14 */
  margin-top: 0.875em;
  /* 21/24 */
  font-weight: normal; }

h3, .h3 {
  font-size: 1.5em;
  /* 21 /14*/
  margin-top: 1em;
  /* 21/21 */ }

h4, .h4 {
  font-size: 1.285714285714286em;
  /* 18/14 */
  margin-top: 1.166666666666667em;
  /* 21/18 */
  font-weight: normal; }

h5, .h5 {
  font-size: 1.142857142857143em;
  /* 16/14 */
  margin-top: 1.5em;
  /* 21/14 */
  font-weight: bold; }

h6, .h6 {
  font-size: 1em;
  /*14*/
  margin-top: 1.5em;
  /*19.5/13*/
  font-weight: bold; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0; }

.h1.first, .h2.first, .h3.first, .h4.first, .h5.first, .h6.first {
  margin-top: 0; }

hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6, hgroup .h1, hgroup .h2, hgroup .h3, hgroup .h4, hgroup .h5, hgroup .h6 {
  margin-top: 0; }

.subtitle {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0; }

.green-header,
.left-border-header {
  padding: 0 1em 0em 1em;
  border-left: 6px solid #78BE20; }
  .green-header .header,
  .left-border-header .header {
    margin: 0;
    padding: 0;
    line-height: 1;
    word-wrap: break-word; }
  .green-header .description,
  .left-border-header .description {
    font-size: 1.2307692307692307692307692307692em;
    /*16*/ }

.white-text {
  color: #fff; }

.bar-header {
  padding: 0.5em;
  margin-bottom: 0; }

.module-bar-header {
  padding: 0.5em 1em;
  margin-bottom: 0; }

.border-header,
.border-bottom,
.page-header {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em; }

.border-header a,
.border-bottom a {
  text-decoration: none; }
  .border-header a:hover, .border-header a:focus,
  .border-bottom a:hover,
  .border-bottom a:focus {
    text-decoration: underline; }

.double-border-header {
  border-top: 3px solid #008ED6;
  border-bottom: 1px solid #CCCCCC;
  padding: 0.5em 0;
  margin-bottom: 0.5em; }

.page-header .subtitle,
.border-header .subtitle {
  margin-bottom: 0; }

.account-header,
.thick-header {
  border-bottom: 3px solid #008ED6;
  margin-bottom: 0.5em; }

ul, ol, dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dt, dd {
  margin: 0; }

ol, ul {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em; }
  ol ol, ol ul, ul ol, ul ul {
    margin: 0 0 1.5em 1.5em;
    list-style-position: outside; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle;
    list-style-position: outside; }

ol ol {
  list-style: lower-roman;
  list-style-position: outside; }

.nostyle,
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }

/* default table */
table, td, th, tr {
  border: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }

table.normal {
  margin: 1.5em 0;
  border-top: 3px solid #008ED6; }

table.workflow-table {
  table-layout: fixed;
  width: 100%; }

table.normal th {
  text-align: left; }

table.normal td,
table.normal th {
  padding: 1em; }

table.workflow-table td {
  word-wrap: break-word; }

table.normal td {
  border-top: 1px solid #EAF0F4; }

table.normal tr:nth-child(even) {
  background-color: #EAF0F4; }

table.grey-header {
  border-top: 1px solid #cccccc; }

table.grey-header thead tr {
  background: #eeeeee; }

/*
* Can define your own spacing units, or calculate the units based on how many spacing sizes you want
*
* @param $units - specific spacing units you want to use. Must go from small to large
* e.g. @include whitespace((5px,10px,20px));
*
* @param $sizes - how many sizes you want. Calculate sizes based on line-height
* e.g. @include whitespace((), 4);
*
*/
.pan {
  padding: 0 !important; }

.man {
  margin: 0 !important; }

.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.phn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ptn {
  padding-top: 0 !important; }

.mtn {
  margin-top: 0 !important; }

.prn {
  padding-right: 0 !important; }

.mrn {
  margin-right: 0 !important; }

.pbn {
  padding-bottom: 0 !important; }

.mbn {
  margin-bottom: 0 !important; }

.pln {
  padding-left: 0 !important; }

.mln {
  margin-left: 0 !important; }

.pas {
  padding: 0.5em !important; }

.mas {
  margin: 0.5em !important; }

.pvs {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.mvs {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.phs {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }

.mhs {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important; }

.pts {
  padding-top: 0.5em !important; }

.mts {
  margin-top: 0.5em !important; }

.prs {
  padding-right: 0.5em !important; }

.mrs {
  margin-right: 0.5em !important; }

.pbs {
  padding-bottom: 0.5em !important; }

.mbs {
  margin-bottom: 0.5em !important; }

.pls {
  padding-left: 0.5em !important; }

.mls {
  margin-left: 0.5em !important; }

.pam {
  padding: 1em !important; }

.mam {
  margin: 1em !important; }

.pvm {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.mvm {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.phm {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.mhm {
  margin-left: 1em !important;
  margin-right: 1em !important; }

.ptm {
  padding-top: 1em !important; }

.mtm {
  margin-top: 1em !important; }

.prm {
  padding-right: 1em !important; }

.mrm {
  margin-right: 1em !important; }

.pbm {
  padding-bottom: 1em !important; }

.mbm {
  margin-bottom: 1em !important; }

.plm {
  padding-left: 1em !important; }

.mlm {
  margin-left: 1em !important; }

.pal {
  padding: 1.5em !important; }

.mal {
  margin: 1.5em !important; }

.pvl {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.mvl {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.phl {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }

.mhl {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important; }

.ptl {
  padding-top: 1.5em !important; }

.mtl {
  margin-top: 1.5em !important; }

.prl {
  padding-right: 1.5em !important; }

.mrl {
  margin-right: 1.5em !important; }

.pbl {
  padding-bottom: 1.5em !important; }

.mbl {
  margin-bottom: 1.5em !important; }

.pll {
  padding-left: 1.5em !important; }

.mll {
  margin-left: 1.5em !important; }

.paxl {
  padding: 2em !important; }

.maxl {
  margin: 2em !important; }

.pvxl {
  padding-top: 2em !important;
  padding-bottom: 2em !important; }

.mvxl {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.phxl {
  padding-left: 2em !important;
  padding-right: 2em !important; }

.mhxl {
  margin-left: 2em !important;
  margin-right: 2em !important; }

.ptxl {
  padding-top: 2em !important; }

.mtxl {
  margin-top: 2em !important; }

.prxl {
  padding-right: 2em !important; }

.mrxl {
  margin-right: 2em !important; }

.pbxl {
  padding-bottom: 2em !important; }

.mbxl {
  margin-bottom: 2em !important; }

.plxl {
  padding-left: 2em !important; }

.mlxl {
  margin-left: 2em !important; }

/* font families */
.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.sans {
  font-family: Arial, Helvetica, sans-serif; }

/* liquid image */
img {
  height: auto;
  max-width: 100%;
  width: auto;
  border: 0;
  outline: none; }

/* liquid embed */
object, embed, iframe {
  max-width: 100%;
  max-width: inherit\9;
  /*ie8*/
  border: 0;
  outline: 0; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.vidwo-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-right {
  text-align: right; }

.site-container {
  margin: 0 auto; }
  @media screen and (min-width: 46.875em) {
    .site-container {
      max-width: 78.461538461538461538461538461538em; } }
  @media screen and (min-width: 81.25em) {
    .site-container {
      max-width: 92.857142857142857142857142857143em; } }

@media screen and (min-width: 46.875em) {
  .section-container {
    max-width: 78.461538461538461538461538461538em;
    /* 1000/13 */
    margin: 0 auto;
    padding: 0 2%; } }

@media screen and (min-width: 81.25em) {
  .section-container {
    max-width: 92.857142857142857142857142857143em; } }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

@media screen and (min-width: 46.875em) {
  .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .row {
    margin-left: -2%;
    position: relative;
    display: inline-block;
    display: block; }
  .gu12 .row {
    width: 102%;
    /*1020/1000*/ }
  .gu11 .row {
    width: 102.18579234972677595628415300546%;
    /*935/915*/
    margin-left: -2.1857923497267759562841530054645%;
    /*20/915*/ }
  .gu10 .row {
    width: 102.40963855421686746987951807229%;
    /* 850/830*/
    margin-left: -2.4096385542168674698795180722892%;
    /*20/830*/ }
  .gu9 .row {
    width: 102.68456375838926174496644295302%;
    /*765/745*/
    margin-left: -2.68456375839%; }
  .gu8 .row {
    width: 103.0303030303030303030303030303%;
    /*680/660*/
    margin-left: -3.030303030303030303030303030303%;
    /*20/660*/ }
  .gu7 .row {
    width: 103.47826086956521739130434782609%;
    /* 595/575*/
    margin-left: -3.478260869565217391304347826087%;
    /*20/575*/ }
  .gu6 .row {
    width: 104.08163265306122448979591836735%;
    /*510/490*/
    margin-left: -4.0816326530612244897959183673469%;
    /*20/490*/ }
  .gu5 .row {
    width: 104.93827160493827160493827160494%;
    /*425/405*/
    margin-left: -4.93827160494%; }
  .gu4 .row {
    width: 106.25%;
    /* 340/320*/
    margin-left: -6.25%; }
  .gu3 .row {
    width: 108.51063829787234042553191489362%;
    /* 255/235*/
    margin-left: -8.510638297872340425531914893617%;
    /*20/235*/ }
  .gu2 .row {
    width: 113.33333333333333333333333333333%;
    /* 170/150*/
    margin-left: -11.764705882352941176470588235294%;
    /*20/170*/ }
  .gu1 .row {
    width: 130.76923076923076923076923076923%;
    /*85/65*/
    margin-left: -30.769230769230769230769230769231%;
    /*20/65*/ }
  .row,
  .gu1 .row,
  .gu2 .row,
  .gu3 .row,
  .gu4 .row,
  .gu5 .row,
  .gu6 .row,
  .gu7 .row,
  .gu8 .row,
  .gu9 .row,
  .gu10 .row,
  .gu11 .row,
  .gu12 .row {
    *margin-left: -20px; }
  .col {
    float: left;
    padding-left: 1.9%;
    position: relative; }
  .gu12 .col {
    padding-left: 1.9%;
    /*19/1000*/ }
  .gu11 .col {
    padding-left: 2.0765027322404371584699453551913%;
    /*19/915*/ }
  .gu10 .col {
    padding-left: 2.2891566265060240963855421686747%;
    /*19/830*/ }
  .gu9 .col {
    padding-left: 2.5503355704697986577181208053691%;
    /*19/745*/ }
  .gu8 .col {
    padding-left: 2.8787878787878787878787878787879%;
    /*19/660*/ }
  .gu7 .col {
    padding-left: 3.3043478260869565217391304347826%;
    /*19/575*/ }
  .gu6 .col {
    padding-left: 3.8775510204081632653061224489796%;
    /*19/490*/ }
  .gu5 .col {
    padding-left: 4.6913580246913580246913580246914%;
    /*19/405*/ }
  .gu4 .col {
    padding-left: 5.9375%;
    /*19/320*/ }
  .gu3 .col {
    padding-left: 8.0851063829787234042553191489362%;
    /*19/235*/ }
  .gu2 .col {
    padding-left: 12.666666666666666666666666666667%;
    /*19/150*/ }
  .gu1 .col {
    padding-left: 29.230769230769230769230769230769%;
    /*19/65*/ }
  .col,
  .gu1 .col,
  .gu2 .col,
  .gu3 .col,
  .gu4 .col,
  .gu5 .col,
  .gu6 .col,
  .gu7 .col,
  .gu8 .col,
  .gu9 .col,
  .gu10 .col,
  .gu11 .col,
  .gu12 .col {
    *padding-left: 19px; }
  .gu12 {
    width: 98.039215686274509803921568627451%;
    /*1000/1020*/ }
  .gu11 {
    width: 89.705882352941176470588235294118%;
    /* 915/1020*/ }
  .gu11 .gu10 {
    width: 88.770053475935828877005347593583%;
    /*830/935*/ }
  .gu11 .gu9 {
    width: 79.679144385026737967914438502674%;
    /*745/935*/ }
  .gu11 .gu8 {
    width: 70.588235294117647058823529411765%;
    /*660/935*/ }
  .gu11 .gu7 {
    width: 61.497326203208556149732620320856%;
    /* 575/935*/ }
  .gu11 .gu6 {
    width: 52.406417112299465240641711229947%;
    /*490/935*/ }
  .gu11 .gu5 {
    width: 43.315508021390374331550802139037%;
    /*405/935*/ }
  .gu11 .gu4 {
    width: 34.224598930481283422459893048128%;
    /*320/935*/ }
  .gu11 .gu3 {
    width: 25.133689839572192513368983957219%;
    /*235/935*/ }
  .gu11 .gu2 {
    width: 16.04278074866310160427807486631%;
    /*150/935*/ }
  .gu11 .gu1 {
    width: 6.9518716577540106951871657754011%;
    /*65/935*/ }
  .gu10 {
    width: 81.372549019607843137254901960784%;
    /*830/1020*/ }
  .gu10 .gu9 {
    width: 87.647058823529411764705882352941%;
    /*745/850*/ }
  .gu10 .gu8 {
    width: 77.647058823529411764705882352941%;
    /*660/850*/ }
  .gu10 .gu7 {
    width: 67.647058823529411764705882352941%;
    /*575/850*/ }
  .gu10 .gu6 {
    width: 57.647058823529411764705882352941%;
    /*490/850*/ }
  .gu10 .gu5 {
    width: 47.647058823529411764705882352941%;
    /*405/850*/ }
  .gu10 .gu4 {
    width: 37.647058823529411764705882352941%;
    /*320/850*/ }
  .gu10 .gu3 {
    width: 27.647058823529411764705882352941%;
    /*235/850*/ }
  .gu10 .gu2 {
    width: 17.647058823529411764705882352941%;
    /*150/850*/ }
  .gu10 .gu1 {
    width: 7.6470588235294117647058823529412%;
    /*65/850*/ }
  .gu9 {
    width: 73.039215686274509803921568627451%;
    /*745/1020*/ }
  .gu9 .gu8 {
    width: 86.274509803921568627450980392157%;
    /*660/765*/ }
  .gu9 .gu7 {
    width: 75.163398692810457516339869281046%;
    /*575/765*/ }
  .gu9 .gu6 {
    width: 64.052287581699346405228758169935%;
    /*490/765*/ }
  .gu9 .gu5 {
    width: 52.941176470588235294117647058824%;
    /*405/765*/ }
  .gu9 .gu4 {
    width: 41.830065359477124183006535947712%;
    /*320/765*/ }
  .gu9 .gu3 {
    width: 30.718954248366013071895424836601%;
    /*235/765*/ }
  .gu9 .gu2 {
    width: 20.408163265306122448979591836735%;
    /*150/735*/ }
  .gu9 .gu1 {
    width: 8.8435374149659863945578231292517%;
    /*65/735*/ }
  .gu8 {
    width: 64.705882352941176470588235294118%;
    /* 660/1020*/ }
  .gu8 .gu7 {
    width: 84.558823529411764705882352941176%;
    /*575/680*/ }
  .gu8 .gu6 {
    width: 72.058823529411764705882352941176%;
    /*490/680*/ }
  .gu8 .gu5 {
    width: 59.558823529411764705882352941176%;
    /*405/680*/ }
  .gu8 .gu4 {
    width: 47.058823529411764705882352941176%;
    /*320/680*/ }
  .gu8 .gu3 {
    width: 34.558823529411764705882352941176%;
    /*235/680*/ }
  .gu8 .gu2 {
    width: 22.058823529411764705882352941176%;
    /*150/680*/ }
  .gu8 .gu1 {
    width: 9.5588235294117647058823529411765%;
    /*65/680*/ }
  .gu7 {
    width: 56.372549019607843137254901960784%;
    /* 575/1020*/ }
  .gu7 .gu6 {
    width: 82.352941176470588235294117647059%;
    /*490/595*/ }
  .gu7 .gu5 {
    width: 68.067226890756302521008403361345%;
    /*405/595*/ }
  .gu7 .gu4 {
    width: 53.78151260504201680672268907563%;
    /*320/595*/ }
  .gu7 .gu3 {
    width: 39.495798319327731092436974789916%;
    /*235/595*/ }
  .gu7 .gu2 {
    width: 25.210084033613445378151260504202%;
    /*150/595*/ }
  .gu7 .gu1 {
    width: 10.924369747899159663865546218487%;
    /*65/595*/ }
  .gu6 {
    width: 48.039215686274509803921568627451%;
    /* 490/1020*/ }
  .gu6 .gu5 {
    width: 79.411764705882352941176470588235%;
    /*405/510*/ }
  .gu6 .gu4 {
    width: 62.745098039215686274509803921569%;
    /* 320/510*/ }
  .gu6 .gu3 {
    width: 46.078431372549019607843137254902%;
    /*235/510*/ }
  .gu6 .gu2 {
    width: 29.411764705882352941176470588235%;
    /*150/510*/ }
  .gu6 .gu1 {
    width: 12.745098039215686274509803921569%;
    /*65/510*/ }
  .gu5 {
    width: 39.705882352941176470588235294118%;
    /*405/1020*/ }
  .gu5 .gu4 {
    width: 75.294117647058823529411764705882%;
    /*320/425*/ }
  .gu5 .gu3 {
    width: 55.294117647058823529411764705882%;
    /*235/425*/ }
  .gu5 .gu2 {
    width: 35.294117647058823529411764705882%;
    /*150/425*/ }
  .gu5 .gu1 {
    width: 15.294117647058823529411764705882%;
    /*65/425*/ }
  .gu4 {
    width: 31.372549019607843137254901960784%;
    /*320/1020*/ }
  .gu4 .gu3 {
    width: 69.117647058823529411764705882353%;
    /*235/340*/ }
  .gu4 .gu2 {
    width: 44.117647058823529411764705882353%;
    /*150/340*/ }
  .gu4 .gu1 {
    width: 19.117647058823529411764705882353%;
    /*65/340*/ }
  .gu3 {
    width: 23.039215686274509803921568627451%;
    /*235/1020*/ }
  .gu3 .gu2 {
    width: 58.823529411764705882352941176471%;
    /*150/255*/ }
  .gu3 .gu1 {
    width: 25.490196078431372549019607843137%;
    /*65/255*/ }
  .gu2 {
    width: 14.705882352941176470588235294118%;
    /*150/1020*/ }
  .gu2 .gu1 {
    width: 38.235294117647058823529411764706%;
    /*65/170*/ }
  .gu1 {
    width: 6.3725490196078431372549019607843%;
    /*65/1020*/ }
  .gu1 .gu1 {
    width: 76.470588235294117647058823529412%;
    /*65/85*/ }
  .no-gutter.gu4 {
    width: 33.27254901960784%;
    padding: 0; }
  .twoThirds {
    width: 66%;
    float: left; }
  .oneThird {
    width: 33%;
    float: left; }
  .oneThird.right {
    float: right; }
  .twoThirds.right {
    float: right; }
  .fifty,
  .twocol-callout-col1,
  .twocol-callout-col2 {
    width: 48%;
    float: left; }
  .fifty.right,
  .twocol-callout-col2 {
    float: right; }
  .twocol-callout {
    overflow: hidden; }
  .fifty .content {
    margin: 0 0.5em 0 0; }
  .right .content {
    margin: 0 0 0 0.5em; }
  .oneThird .content {
    margin: 0 1em; }
  .oneThird.first .content,
  .twoThirds.first .content {
    margin: 0 0.5em 0 0; }
  .oneThird.middle .content {
    margin: 0 0.5em; }
  .twoThirds.last .content,
  .oneThird.last .content {
    margin: 0 0 0 0.5em; } }

form {
  margin: 0 0 1.5em; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  padding: 0;
  margin: 0; }

input[type=text], input[type=email], input[type=search], input[type=url], input[type=tel], input[type=password] {
  border: 1px solid #CCC;
  border-color: #CCC;
  padding: 0.5em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  display: block;
  font-size: 1em;
  vertical-align: baseline;
  border-radius: 0px; }

input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password] {
  display: block;
  border-radius: 0px; }

textarea, input.text {
  display: block;
  border-radius: 0px; }

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=password]:focus {
  border-color: #999; }

textarea:focus, input.text:focus {
  border-color: #999; }

textarea, input.text {
  border: 1px solid #CCC;
  border-color: #CCC;
  padding: 0.5em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  display: block;
  font-size: 1em;
  vertical-align: baseline;
  border-radius: 0px; }

textarea:focus, input.text:focus {
  border-color: #999; }

textarea {
  width: 90%; }

.large-text-area {
  min-height: 20em; }

.comment-form textarea {
  width: 97%; }

select {
  border: 1px solid #CCC;
  border-color: #CCC;
  padding: 0.5em;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 93%;
  width: 93%;
  font-size: 1em;
  vertical-align: baseline; }
  @media screen and (min-width: 46.875em) {
    select {
      width: 94%; } }

h1 select,
.h1 select,
h2 select,
.h2 select,
h3 select,
.h3 select,
h4 select,
.h4 select,
h5 select,
.h5 select,
h6 select,
.h6 select {
  font-size: 14px; }

input[type=checkbox], input[type=radio] {
  vertical-align: top;
  vertical-align: baseline; }

label {
  margin-top: 1.5em;
  vertical-align: baseline; }

.form-list .country-code,
.form-list .phone-number {
  display: inline-block; }

.form-list .phone-fields .country-code {
  width: 44%; }

.form-list .phone-fields .phone-number {
  width: 45%; }

.checkboxes-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.checkboxes-list label {
  display: block;
  text-indent: -1.5em;
  margin-top: 0;
  padding: 0.5em 1em 1em 1.5em; }

.checkboxes-list input[type=checkbox] {
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0.25em 0.5em 0 0;
  position: relative;
  *overflow: hidden;
  _overflow: hidden; }

.inline-checkboxes li {
  display: inline-block;
  padding: 0 2em 0 0; }

.check-label {
  margin-left: .5em; }

.inline-select select,
.inline-select {
  display: inline-block;
  width: auto; }

.comment-form li {
  border-bottom: 0; }

select.country-code {
  width: 90%;
  margin-bottom: 0.25em; }
  @media screen and (min-width: 46.875em) {
    select.country-code {
      margin-bottom: 0; } }

.date-select {
  display: inline-block;
  width: 7em; }

.topicalExperts label,
.approvedProviders label,
.testCentersPublic label {
  font-weight: bold; }

.topicalExperts select,
.approvedProviders select,
.testCentersPublic select {
  margin-bottom: 1.5em; }

/* default button */
.button,
.button:visited,
a.button,
.feeSchedule .register,
input.submit,
input[type=submit],
button.button {
  border: 1px solid #008ED6;
  background: #008ED6;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  -webkit-appearance: none; }

.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
.feeSchedule .register:hover,
.feeSchedule .register:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input.submit:hover,
input.submit:focus,
button.button:hover,
button.button:focus {
  text-decoration: none;
  border: 1px solid #0083C1;
  background: #0083C1;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif; }

.ui-widget-content .button,
.ui-widget-content .button:hover,
.ui-widget-content .button:focus {
  color: #ffffff; }

.grey-button {
  background-image: none;
  background: #eeeeee;
  color: #003DA5;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold; }

.grey-button:hover,
.grey-button:focus {
  background: #cccccc;
  border: 1px solid #cccccc;
  text-decoration: none; }

.disabled,
input[type=submit].disabled {
  background: #eeeeee;
  border-color: #dddddd;
  color: #ccc;
  cursor: default; }

.disabled:hover,
.disabled:focus,
a.disabled:hover,
a.disabled:focus {
  cursor: text;
  background: #eeeeee;
  border-color: #dddddd;
  color: #ccc; }

a.full-width-button,
.full-width-button {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.076923076923077em;
  padding: 1em; }

a.full-width-button:hover,
a.full-width-button:focus,
.full-width-button:hover,
.full-width-button:focus {
  font-weight: bold; }

.button-help-text {
  display: inline-block;
  margin: 0 0.5em 0 0; }

.required-explanation {
  margin-bottom: 1em; }

.error {
  color: #990000; }

.red-alert label.error {
  color: #000; }

input.error,
select.error,
textarea.error {
  border: 1px solid #990000; }

.error-text {
  background-color: #fef1ec; }

.form-list .error .form-note,
.form-list .form-note.error {
  color: #990000; }

.md-error-message {
  float: left; }

/* columned form */
.columned:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.columned dt {
  clear: both; }

.columned dt,
.columned dd {
  width: 48%;
  float: left;
  word-wrap: break-word; }

@media screen and (min-width: 46.875em) {
  .columned dd {
    float: right; } }

.columned .group {
  margin-top: 1.5em; }

.form-group {
  border-bottom: 1px solid #CCCCCC;
  padding: 0.5em 0;
  clear: both;
  overflow: hidden; }

.form-group .label {
  font-weight: bold;
  margin: 0.5em 0;
  display: inline-block;
  width: 90%; }

.form-group .text,
.form-group textarea {
  width: 90%; }

.form-group .select,
.form-group select {
  width: 90%; }

.last-form-group {
  border-bottom: 0;
  padding-bottom: 0; }

.first-form-group {
  padding-top: 0; }

.first-form-group .label {
  margin-top: 0; }

.second-form-group-item {
  padding-top: 1.5em; }

@media screen and (min-width: 46.875em) {
  .column-form {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }
  .column-form-third {
    width: 31%;
    float: left;
    padding-right: 2%; }
  .form-group-item {
    float: left;
    width: 48%; }
  .second-form-group-item {
    padding-top: 0; } }

.form-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 46.875em) {
    .form-list {
      border-bottom: 1px solid #cccccc; } }

.form-list .labelset {
  overflow: hidden;
  position: relative;
  padding: 0.5em 0; }
  @media screen and (min-width: 46.875em) {
    .form-list .labelset {
      padding: 0;
      border-top: 1px solid #cccccc; } }

@media screen and (min-width: 46.875em) {
  .form-list .field-container,
  .form-list .label-container {
    float: left;
    display: block; }
  .form-list .label-container {
    width: 30%;
    background-color: #eeeeee;
    word-wrap: break-word; }
  .form-list .small-label-container {
    width: 16.6%; }
  .form-list .field-container {
    width: 70%;
    *width: 69%; }
  .narrow-label .label-container {
    width: 25%; }
  .narrow-label .field-container {
    width: 75%;
    *width: 74%; }
  .form-two-thirds .label-container {
    width: 66%; }
  .form-two-thirds .field-container {
    width: 33%; } }

.no-border .labelset {
  border-top: 0px; }

@media screen and (min-width: 46.875em) {
  .no-border .label-container {
    background: transparent; }
  .no-border .label {
    padding-left: 0; } }

.form-list .label {
  font-weight: bold;
  padding: 0 0 0.5em 0; }

.form-list .label,
.form-list .field {
  display: block; }
  @media screen and (min-width: 46.875em) {
    .form-list .label,
    .form-list .field {
      padding: 1em;
      overflow: hidden; } }

@media screen and (min-width: 46.875em) {
  .form-list .label {
    padding: 1.5em 1em; } }

@media screen and (min-width: 46.875em) {
  .form-list .field {
    padding-left: 1em; } }

.form-list .form-note {
  font-weight: normal;
  display: block;
  color: #666;
  margin: 0 0 0.5em 0; }
  @media screen and (min-width: 46.875em) {
    .form-list .form-note {
      color: #000;
      margin: 0 0 0 0; } }

.field .form-note {
  margin-top: 0.5em; }

.form-list .text,
.form-list textarea {
  width: 90%; }

.form-list .choice {
  display: block; }

.form-list .ce-input {
  width: 3.5em;
  text-align: center;
  display: inline-block;
  padding: 0.25em 0; }

.form-submit, .form-submit-extra-top-pdg {
  text-align: right;
  padding: 1em 0; }
  @media screen and (min-width: 46.875em) {
    .form-submit, .form-submit-extra-top-pdg {
      padding: 0.5em 0; } }

.form-submit-extra-top-pdg {
  padding-top: 1em; }

.sub-labelset {
  padding: 0.5em 0 0 0; }

@media screen and (min-width: 46.875em) {
  .sub-labelset {
    clear: both;
    overflow: hidden;
    padding: 0 0 0.5em; }
  .sub-field-container,
  .sub-label-container {
    float: left;
    width: 48%; }
  .sub-labelset .label,
  .sub-labelset .field {
    padding: 0;
    font-weight: normal; }
  .sub-labelset .label {
    padding: 0 0.5em 0 0; } }

.inline-form-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.inline-form-list .inline-labelset {
  margin: 0 0 0.5em 0; }

.inline-form-list .label-container {
  display: inline-block;
  padding: 0 0 0.5em; }

.inline-form-list .label {
  font-weight: bold; }

.inline-form-list .text {
  width: 98%;
  width: 95%;
  padding: 0.6em; }

.inline-form-button {
  text-align: right; }
  @media screen and (min-width: 46.875em) {
    .inline-form-button {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: left; } }

.skinny-content {
  margin-bottom: .5em; }

.skinny-tab {
  margin-bottom: .75em; }

.skinny-form {
  padding: .25em; }

.skinny-fieldset {
  padding-bottom: .75em; }

.skinny-field {
  width: 96%;
  margin-bottom: 0.75em; }

.skinny-label {
  display: block;
  margin: .5em 0 .5em 0;
  font-weight: bold; }

.skinny-label .form-note {
  font-weight: normal; }

.skinny-submit {
  margin-top: .75em;
  padding: .75em 0 .1em 0;
  text-align: right;
  border-top: 1px solid #CCCCCC; }

.search-form-container input,
.search-form-container .searchSubmit,
.content-search-container input,
.content-search-container .searchSubmit,
#glossary .searchSubmit,
.wpFAQSearchBox .searchSubmit,
#search-results .searchSubmit {
  vertical-align: middle; }

#glossary input,
.wpFAQSearchBox input,
#search-results input,
.content-search-container input {
  padding: 0.5em;
  display: inline-block; }

#glossary input {
  border-right: 0; }

.wpFAQBrowseBySelect h2 {
  font-size: 14px; }

.content-search-label {
  display: inline-block;
  padding: 0 1em 0 0; }

.cc-num-container {
  position: relative; }

.form-list .cc-num {
  transition: width 0.25s; }

.form-list .cc-num.identified {
  width: 70%; }
  @media screen and (min-width: 46.875em) {
    .form-list .cc-num.identified {
      width: 75%; } }

.cc-icon-container {
  top: 0;
  position: absolute;
  right: 0%; }
  @media screen and (min-width: 46.875em) {
    .cc-icon-container {
      top: 1em;
      left: 80%; } }

#search-autocomplete {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 2;
  display: none; }

#suggestion-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#suggestion-list li {
  padding: .5em; }

#suggestion-list li.selected,
#suggestion-list li:hover {
  background: #ccc;
  cursor: pointer; }

.site-border {
  background-color: #EEEEEE;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1) inset;
  height: 1em;
  border-bottom: 1px solid #cccccc; }

.site-container {
  margin: 1em 1em 0 1em; }
  @media screen and (min-width: 46.875em) {
    .site-container {
      margin: 0 auto;
      border-bottom: 0;
      border-top: 0; } }

.main-content-wrapper {
  padding: 1.5em 0 0 0; }
  @media screen and (min-width: 46.875em) {
    .main-content-wrapper {
      padding-top: 0;
      padding-bottom: 4em; } }

@media screen and (min-width: 46.875em) {
  body {
    background-color: #EEEEEE; }
  .outer-wrapper {
    background: #ffffff; }
  .site-header-container {
    overflow: visible;
    margin-bottom: 0.5em; }
  .header-wrapper {
    *z-index: 2000;
    *position: relative;
    _z-index: 2000;
    _position: relative; }
  .mega-menu-third-column {
    width: 32%;
    float: left;
    margin-right: 1%; } }

.site-footer-wrapper {
  padding: 2em 0 0 0;
  margin: 4em 0 0 0;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc; }
  @media screen and (min-width: 46.875em) {
    .site-footer-wrapper {
      margin: 0; } }

.footer-bottom-links a {
  display: inline-block;
  margin-right: .5em; }

.footer-border {
  padding: 1em 0 0 0;
  margin: 1em 0 0 0; }

.site-footer-container a {
  text-decoration: none; }

.site-footer-container a:hover,
.site-footer-container a:focus {
  text-decoration: underline; }

.site-footer-wrapper {
  overflow: hidden; }

.site-footer-container:after {
  content: none; }

.site-logo {
  margin-top: 0;
  overflow: hidden;
  clear: both; }
  @media screen and (min-width: 46.875em) {
    .site-logo {
      border-bottom: 0;
      margin-bottom: 0;
      padding: 0.5em 0 0.25em; } }

.site-logo a {
  display: block; }
  @media screen and (min-width: 46.875em) {
    .site-logo a {
      display: inline-block; } }

.tagline {
  display: block;
  float: left;
  margin-right: 200px;
  min-width: 400px; }
  @media screen and (min-width: 46.875em) {
    .tagline {
      margin-right: 1.6em;
      max-width: 209px;
      min-width: auto; } }

.tagline-right {
  color: #666;
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  max-width: 24em;
  font-weight: bold;
  margin-left: 55px;
  padding-bottom: 0.5em; }
  @media screen and (min-width: 46.875em) {
    .tagline-right {
      border-left: 1px solid #aaa;
      float: left;
      max-width: 17.5em;
      margin-left: 0;
      margin-top: 0.5em;
      padding-left: 1.6em;
      padding-bottom: 0; } }

.blue-alert {
  padding: 1em;
  margin: 0 0 1.5em 0;
  border-left: 10px solid #008ed6;
  background: #EAF0F4; }

.green-alert {
  padding: 1em;
  margin: 0 0 1.5em 0;
  border-left: 10px solid #009966;
  background: #eeeeee; }

.red-alert, .validation-summary-errors {
  border-left: 10px solid #990000;
  padding: 1em;
  background: #eeeeee;
  margin: 0 0 1.5em 0; }

.validation-summary-errors > ul {
  margin: 0; }

.validation-summary-valid {
  display: none; }

div.validation-summary-errors > span {
  font-weight: bold;
  font-size: 1.5em; }

.grey-alert {
  border-left: 10px solid #A7A8AA;
  padding: 1em;
  background: #eeeeee;
  margin: 0 0 1.5em 0; }

.yellow-alert {
  border-left: 10px solid #FFD100;
  padding: 1em;
  background: #eeeeee;
  margin: 0 0 1.5em 0; }

.red-alert .error-list,
.module-list {
  margin-bottom: 0; }

.alerts-list .alert-item {
  margin: 0 0 1.5em; }

.alerts-list .alert-item:nth-of-type(even) {
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.alerts-list .alert-item:nth-of-type(odd) {
  margin: 0; }

.alerts-list .alert-item:last-of-type {
  margin-bottom: 0; }

.module {
  background: #EEEEEE;
  padding: 1em; }

.border-module {
  border-top: 3px solid #A7A8AA; }

.border-module-header {
  padding: 0.5em 0; }

.border-bottom-module {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 2em;
  padding: 0 0 2em; }

.border-bottom-module .img,
.border-bottom-module .imgExt {
  margin-bottom: 1.5em; }

@media screen and (min-width: 46.875em) {
  .dashed-border-right {
    border-right: 1px dashed #A7A8AA; }
  .dashed-border-left {
    border-left: 1px dashed #A7A8AA; } }

/* for biographies -- transition to border-module */
.biography {
  border-top: 3px solid #a7a8aa;
  background: #eeeeee;
  padding: 1em; }

/*module with dividing line between two sections */
.module-divider {
  padding: 1em 0; }

.module-divider .module-region {
  padding: 0 1em; }

.module-divider .module-top {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.stripe-arrow-module {
  background-image: url("/_layouts/cfa/images/L2_arrow_back.gif");
  background-position: 100% 50%;
  background-repeat: repeat-y; }

.stripe-arrow-content {
  position: relative;
  padding: 0 25% 0 0;
  display: block; }
  .stripe-arrow-content:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
    /*@include sprite(btn-level2);*/ }

@media screen and (min-width: 46.875em) {
  .arrow-box {
    background: #008ED6; }
  .arrow-box:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .arrow-box:after {
    border-top-color: #008ED6;
    border-width: 6px;
    left: 50%;
    margin-left: -6px; } }

.sparkline-set {
  margin: .25em;
  overflow: hidden; }

.sparkline-number {
  font-size: 1.6em;
  width: 2.1em;
  text-align: center;
  font-weight: bold; }

.sparkline-bg {
  width: 100%;
  height: .25em;
  background: #cccccc;
  text-align: left;
  overflow: hidden; }

.big-number {
  font-size: 1.8461538461538461538461538461538em; }

.sparkline-label {
  font-size: 0.5em;
  display: block;
  padding: 0 0 0.25em 0; }

.sparkline,
.sparkline-cyan {
  height: 100%;
  background: #777777; }

.assessment-sparkline {
  vertical-align: middle; }

.sparkline-primary-green .sparkline-number {
  color: #009966; }

.sparkline-primary-green .sparkline {
  background: #009966; }

.sparkline-primary-blue .sparkline-number {
  color: #008ED6; }

.sparkline-primary-blue .sparkline {
  background: #008ED6; }

.sparkline-primary-purple .sparkline-number {
  color: #5B77CC; }

.sparkline-primary-purple .sparkline {
  background: #5B77CC; }

.sparkline-secondary-green .sparkline-number {
  color: #78BE20; }

.sparkline-secondary-green .sparkline {
  background: #78BE20; }

.sparkline-secondary-cyan .sparkline-number {
  color: #00B5E2; }

.sparkline-secondary-cyan .sparkline {
  background: #00B5E2; }

.sparkline-secondary-blue .sparkline-number {
  color: #003DA5; }

.sparkline-secondary-blue .sparkline {
  background: #003DA5; }

.sparkline-secondary-purple .sparkline-number {
  color: #5C068C; }

.sparkline-secondary-purple .sparkline {
  background: #5C068C; }

.sparkline-secondary-brown .sparkline-number {
  color: #5A4522; }

.sparkline-secondary-brown .sparkline {
  background: #5A4522; }

.content-frame-large-header {
  border-bottom: 3px solid #eee;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0; }

.skinny-frame-background {
  background: #eee; }

.skinny-frame-container.outer-wrapper {
  background: #eee; }

.skinny-frame-container .main-content {
  background: #fff;
  padding: 1em; }

.skinny-frame-container .site-container {
  max-width: 35em;
  margin: 0 auto; }

.wide-frame-container .site-container {
  max-width: 55em;
  margin: 0 auto; }

.skinny-frame-container .content-container {
  margin: 1em; }

.skinny-frame-container .site-logo {
  margin: 0.5em 0; }

.create-account-header {
  border-bottom: 3px solid #eee;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0; }

.site-logo {
  margin: 0;
  padding: 0; }

.main-content-wrapper {
  padding: 0; }

.outer-wrapper {
  overflow: hidden; }

.pstrength-bar {
  margin: 5px 0 0 0; }

.pstrength-info {
  color: #000; }

.password-container {
  position: relative; }

.password-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.password-container {
  display: inline-block; }

.password-container {
  display: block; }

@media screen and (min-width: 46.875em) {
  .password-fields, .change-password-field {
    width: 50%;
    float: left; } }

@media screen and (min-width: 46.875em) {
  .change-password-field {
    width: 55%; } }

.rule-container {
  background: #eee;
  margin-bottom: 1em; }
  @media screen and (min-width: 46.875em) {
    .rule-container {
      width: 50%;
      position: absolute;
      right: -0.5em;
      top: 0;
      z-index: 1000;
      margin-bottom: 0; } }

@media screen and (min-width: 46.875em) {
  .change-pw-rule-container {
    width: 45%; } }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../login-images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../login-images/ui-icons_000000_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../login-images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../login-images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../login-images/ui-icons_000000_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../login-images/ui-icons_008ed6_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../login-images/ui-icons_990000_256x240.png"); }

#p-length {
  padding-top: 0.5em; }

.password-rules {
  list-style: none;
  margin: 0 0 0 0;
  border-left: 6px solid #A7A8AA;
  padding: 0 0 0.5em 0.5em; }
  @media screen and (min-width: 46.875em) {
    .password-rules {
      padding: 0 0 0 0.5em; } }

.password-match {
  margin: 0.5em 0 0 0; }

.active .password-rules,
.weak .password-rules {
  background-color: #eeeeee;
  border-left: 6px solid #990000; }

.active:after {
  border-right-color: #990000; }

.weak:after {
  border-right-color: #990000; }

.middle .password-rules {
  border-left: 6px solid #FFD100; }

.middle:after {
  border-right-color: #FFD100; }

.strong .password-rules {
  border-left: 6px solid #78BE20; }

.strong:after {
  border-right-color: #78BE20; }

.not-satisfied {
  opacity: 0.25;
  filter: alpha(opacity=25); }

.password-rules li {
  *height: 20px; }

.indicator {
  font-weight: bold;
  display: inline-block;
  *display: block;
  *float: left;
  width: 16px;
  height: 16px;
  vertical-align: text-top; }

.false .indicator,
.indicator {
  color: #990000; }

.true .indicator {
  color: #009966; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.information-box {
  background: #eee;
  padding: 1em;
  margin-bottom: 1.5em; }

.reactivate-buttons {
  padding-top: 1em;
  text-align: right; }

.question-text {
  font-weight: bold; }

.form-inline {
  margin: 0;
  display: inline; }

.question-button {
  display: inline;
  float: right; }

.question-button-left {
  padding-right: 1em; }

input.button-as-link {
  color: #003DA5;
  text-decoration: none;
  background: none;
  white-space: nowrap;
  overflow: visible;
  border: none;
  cursor: pointer;
  outline-color: transparent; }

input.button-as-link:hover,
input.button-as-link:focus {
  color: #003DA5;
  text-decoration: none;
  background: none;
  white-space: nowrap;
  overflow: visible;
  border: none;
  cursor: pointer; }

.help-listing {
  clear: both;
  padding: 1em 0;
  text-align: left; }

.reactivate-question-section {
  padding-bottom: 1em;
  clear: both;
  overflow: hidden; }

.reactivate-question-section select {
  width: auto; }

.dob-date-section {
  float: left;
  padding-right: 1em; }

/* CAPTCHA Styles START */
.captcha-wrapper {
  border: 1px solid #ccc;
  padding: 1em; }

.captcha-wrapper .field-validation-error {
  color: #990000; }

.captcha-section {
  padding-bottom: 1em;
  overflow: hidden; }

.captcha-question {
  padding-bottom: 0.5em; }

.captcha-wrapper input {
  width: 95%;
  max-width: 95%; }

.captcha-images {
  display: inline-block;
  float: left; }

.captcha-icon-text {
  padding-left: 0.3em;
  padding-bottom: 0.3em; }

@media (max-width: 530px) {
  .captcha-icon-text {
    display: none; } }

.LBD_Warning {
    display: none;
}

/* CAPTCHA Styles END */
/* universal clear*/
.clear {
  clear: both; }

.hideMe,
.hidden {
  display: none; }

.desktop-hide-block {
  display: block; }
  @media screen and (min-width: 46.875em) {
    .desktop-hide-block {
      display: none; } }

.mobile-hide {
  display: none; }
  @media screen and (min-width: 46.875em) {
    .mobile-hide {
      display: block; } }

.padding-left {
  padding-left: 1em; }

.padding-right {
  padding-right: 1em; }

.columned-right-text {
  text-align: right; }

.border-top {
  border-top: 1px solid #cccccc;
  margin-top: 1.5em; }

.margin-bottom {
  margin-bottom: 1.5em; }

.decreased-margin {
  margin-bottom: 1em;
  display: block; }

.margin-top {
  margin-top: 1em; }

.no-margin {
  margin: 0; }

.small-bottom-margin {
  margin-bottom: .5em; }

.white-background {
  background: #ffffff; }

.reduced-padding {
  padding: 0.5em; }

.thick-top-border {
  border-top: 3px solid #cccccc;
  padding-top: 1em; }

.thick-bottom-border {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 1em; }

.thin-bottom-border {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1em; }

.header-thick-bottom-border {
  border-bottom: 3px solid #cccccc;
  margin-bottom: 1em;
  padding: 0 0 0.25em 0; }

.large-border {
  border-width: 1em; }

.no-border {
  border: 0;
  padding: 0; }

.border-bd, .border-bd-bottom-padding {
  border-bottom: 1px solid #cccccc; }

.border-bd-bottom-padding {
  padding-bottom: .25em; }

.white-icon .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png"); }

.black-icon .ui-icon {
  background-image: url("../images/ui-icons_000000_256x240.png"); }

.blue-icon .ui-icon,
.brand-secondary-cyan-icon .ui-icon {
  background-image: url("../images/ui-icons_008ed6_256x240.png"); }

.brand-secondary-blue-icon .ui-icon {
  background-image: url("../images/ui-icons_003da5_256x240.png"); }

.brand-primary-green-icon .ui-icon {
  background-image: url("../images/ui-icons_009966_256x240.png"); }

.brand-primary-blue-icon .ui-icon {
  background-image: url("../images/ui-icons_008ed6_256x240.png"); }

.brand-primary-purple-icon .ui-icon {
  background-image: url("../images/ui-icons_5b77cc_256x240.png"); }

.brand-secondary-purple-icon .ui-icon {
  background-image: url("../images/ui-icons_5c068c_256x240.png"); }

.inline-icon .ui-icon {
  display: inline-block;
  vertical-align: text-top;
  *text-indent: 0; }

.inline-icon .secondary-loading-indicator .ui-icon {
  vertical-align: middle; }

.fRight {
  float: right; }

a.print {
  display: inline-block;
  background: url("/_layouts/cfa/images/icon_print.gif") no-repeat;
  padding-left: 20px; }

.skip {
  text-indent: -9999em;
  height: 0;
  display: block; }

.white-container {
  background-color: #ffffff;
  margin: 0.5em 0 0 0;
  padding: 1em; }

.grey-background {
  background-color: #EEEEEE; }

.small-border-top {
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-top: 1em; }

.invisibleIfEmpty {
  display: none; }

.clear {
  clear: both; }

/* reduced margin */
.one-em {
  margin-bottom: 1em; }

.point5-em {
  margin-bottom: 0.5em; }

/* word styling */
.break-word {
  word-wrap: break-word; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.font-weight-normal {
  font-weight: normal; }

.text-center {
  text-align: center; }

.primary-green-border {
  border-color: #009966; }

.primary-green {
  background: #009966; }

.primary-green-transparent {
  background: #009966;
  background: rgba(0, 153, 102, 0.9); }

.primary-green-text {
  color: #009966; }

.primary-blue-border {
  border-color: #008ED6; }

.primary-blue {
  background-color: #008ED6; }

.alert-blue {
  background: #EAF0F4; }

.primary-purple-border {
  border-color: #5B77CC; }

.primary-purple {
  background-color: #5B77CC; }

.secondary-green-border {
  border-color: #78BE20; }

.secondary-green {
  background-color: #78BE20; }

.secondary-cyan-border {
  border-color: #00B5E2; }

.secondary-cyan {
  background-color: #00B5E2; }

.secondary-blue-border {
  border-color: #003DA5; }

.secondary-blue {
  background-color: #003DA5; }

.secondary-purple-border {
  border-color: #5C068C; }

.secondary-purple {
  background-color: #5C068C; }

.secondary-light-gray-border {
  border-color: #A7A8AA; }

.secondary-light-gray {
  background-color: #A7A8AA; }

.secondary-dark-gray-border {
  border-color: #777; }

.secondary-dark-gray {
  background-color: #777; }

.gray-background {
  background: #eee; }

.candidate-experience-wrapper {
  padding: 1em; }

.module-collection .border-bd:last-of-type, .module-collection .border-bd-bottom-padding:last-of-type {
  border-bottom: 0; }

.description {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000; }

@media screen and (min-width: 46.875em) {
  .time-input {
    display: inline-block;
    width: 3em;
    margin-left: 1.5em; }
  .chaptered-content .controls-wrapper .action-column {
    position: absolute;
    top: 0.0em;
    right: 0.5em; }
  .chaptered-content .controls-wrapper .select-column {
    margin-bottom: 0.5em; }
  .col-margin {
    margin-left: 0 !important;
    width: 101.3% !important; } }

.field-suffix {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%; }

.checkboxes-list input.suffix-input {
  width: 65%;
  display: block; }

.checkboxes-list label.field-suffix-container {
  position: relative;
  padding: 0;
  text-indent: 0;
  vertical-align: middle; }

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
  }

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.alert {
  background: #fff;
  border: none;
  border-left: 3px solid #00b5e2;
  border-radius: 0;
  color: #231f20;
  font-family: Arial;
  font-size: 1rem;
  margin: 0 0 1em 0;
  padding: 1rem 1rem 0;
  position: relative;
  word-break: keep-all;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6,
.alert .h1, .alert .h2, .alert .h3, .alert .h4, .alert .h5, .alert .h6 {
    color: #231f20;
}

.alert .media-left {
  display: none;
  margin: 0;
  padding: 0 1rem 1rem 0;
}

.alert .media-body {
  float: left;
  max-width: calc(100% - 1rem);
  overflow: visible;  
}

.alert .media-body ul.list-unstyled {
    margin: 0;
}

.alert .media-body ul.list-unstyled li {
    word-break: normal;
}

.alert .alert-head {
  color: #00b5e2;
  font-family: Arial;
  font-size: 1.1666rem;
  margin-bottom: 1rem;
}

.alert.alert-local-information {
  background: #e5f1fa;
  border: 2px solid #017acd;
  border-radius: 0;
  color: #231f20;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 0;
}

.alert.alert-local-information .icon {
    color: #017acd;
    font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .alert .media-left {
    display: table-cell;
    float: left;
  }

  .alert .media-body {
      max-width: calc(100% - 4rem);
  }
}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('~/Content/fonts/pe7/Pe-icon-7-stroke.eot');
	src:url('~/Content/fonts/pe7/Pe-icon-7-stroke.eot') format('embedded-opentype'),
		url('~/Content/fonts/pe7/Pe-icon-7-stroke.woff') format('woff'),
		url('~/Content/fonts/pe7/Pe-icon-7-stroke.ttf') format('truetype'),
		url('~/Content/fonts/pe7/Pe-icon-7-stroke.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-info:before {
	content: "\e647";
}