/*FONT AWESOME DEFAULTS*/
.fa, em.fa, i.fa{
  color: #00A4E4;
}

/*AIG COLORS*/
.blue-aig {
  color: #00A4E4; }

.blue-aig-hover {
  color: #4CCAFC; }

.blue-light {
  color: #DDF2FB; }

.blue-medium {
  color: #0057B8; }

.blue-dark {
  color: #002554; }

.gray-slate {
  color: #F5F7F9; }

.gray-light {
  color: #D1D0CE; }

.gray-medium {
  color: #76777B; }

.gray-medium-hover {
  color: #D0D0D0; }

.gray-dark {
  color: #4A4A49; }

.purple-light {
  color: #FDECEF; }

.purple-medium {
  color: #AF005E; }

.purple-medium-hover {
  color: #E844AB; }

.purple-dark {
  color: #5E2751; }

.red-light {
  color: #FEE7DB; }

.red-medium {
  color: #E03C31; }

.red-medium-hover {
  color: #FC6D6D; }

.red-dark {
  color: #862633; }

.orange-light {
  color: #FFE8C9; }

.orange-medium {
  color: #E36F1E; }

.orange-medium-hover {
  color: #FBA137; }

.orange-dark {
  color: #A9431E; }

.yellow-light {
  color: #FFF6CB; }

.yellow-medium {
  color: #FDB913; }

.yellow-medium-hover {
  color: #FFD96C; }

.yellow-dark {
  color: #A9662B; }

.green-light {
  color: #E0EED0; }

.green-medium {
  color: #13AA41; }

.green-medium-hover {
  color: #50D986; }

.green-dark {
  color: #275D38; }

.teal-light {
  color: #E9F1F0; }

.teal-medium {
  color: #009CA6; }

.teal-medium-hover {
  color: #15C3DA; }

.teal-dark {
  color: #004F59; }

.desktop-only {
  display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .desktop-only {
      display: none; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mobile-only {
      display: block; } }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.shift-right {
  margin-right: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-right {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .shift-right {
      margin-right: 0; } }

.shift-left {
  margin-left: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-left {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .shift-left {
      margin-left: 0; } }

.shift-right-mobile {
  margin-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-right-mobile {
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .shift-right-mobile {
      margin-right: -15px; } }

.shift-left-mobile {
  margin-left: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-left-mobile {
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .shift-left-mobile {
      margin-left: -15px; } }

html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  overflow-y: scroll; }

body {
  background: #f5f7f9;
  color: #4A4A49;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  right: 0;
  transition: right 0.25s ease; }
  body.slide {
    width: 100%;
    position: absolute;
    right: 272px; }

a img {
  border: 0;
  border: none;
  display: inline-block; }

:focus,
a:focus {
  outline: none;  
  text-decoration: none;
}

h1 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: white; }

h2 {
  margin-top: 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 200;
  font-size: 40px; }
  @media (max-width: 599px) {
    h2 {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: normal;
      font-size: 28px; } }

h3 {
  margin-top: 15px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #002554; }
  @media (max-width: 599px) {
    h3 {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: normal;
      font-size: 28px; } }

h4, h5 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px; }
  @media (max-width: 599px) {
    h4, h5 {
      font-size: 21px; } }

h5 {
  color: #002554; }

h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 20px; }

h5 + h6 {
  margin-bottom: 30px; }

p {
  margin: 0 0 15px 0; }

strong {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600; }

small {
  font-size: 14px; }

  a {
    color: #0057B8;
    display: inline-block;
    position: relative;
    transition: color 0.15s ease; }
    a:hover {
      color: #4CCAFC;
      text-decoration: none; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      a:hover {
        color: #0057B8; } }
  

hr {
  margin: 22px 0 32px 0;
  border-top: 1px solid #D1D0CE; }

.fourohfour h3 {
  font-size: 60px; }
.fourohfour p {
  margin: 0 0 30px 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 30px; }
  .fourohfour p + p {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px; }

::-ms-clear,
::-ms-reveal {
  height: 0;
  width: 0;
  display: none; }

.info {
  padding: 0 0 10px 0;
  position: relative; }
  .info a:focus,
  .info a:hover {
    text-decoration: none; }
  .info .info-icon {
    height: 20px;
    width: 20px;
    margin: -2px 0 0 5px;
    background: #DDF2FB;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: -1px; }

.note {
  margin: 0 0 30px 0; }
  .note span.note-color {
    color: #AF005E;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600; }
  .note img.icon-note {
    height: auto;
    width: 22px;
    margin: 4px 0 0 0; }
  .note img.icon-note + p {
    margin-left: 33px; }
  .note.tall {
    margin: 30px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .note.nocontainer {
      margin: 30px; } }

.help p {
  margin: 0; }
.help a {
  color: #4A4A49; }
  .help a:focus, .help a:hover {
    text-decoration: none; }

.mobile-only .help {
  padding-bottom: 15px;
  font-size: 16px; }

.pdf-download {
  padding: 15px 0 0 0; }
  .pdf-download.blue a {
    color: #00A4E4; }
  .pdf-download.white a {
    color: white; }
  .pdf-download a {
    height: 35px;
    font-family: "Futura", "Source Sans Pro", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    display: inline-block;
    position: relative; }
    .pdf-download a::after {
      content: "";
      height: 1px;
      width: calc(100% - 42px);
      background: #00A4E4;
      position: absolute;
      bottom: 3px;
      left: 42px;
      display: none; }
    .pdf-download a:focus, .pdf-download a:hover {
      text-decoration: none; }
      .pdf-download a:focus::after, .pdf-download a:hover::after {
        display: block; }
    .pdf-download a img {
      height: 32px;
      width: 32px;
      margin: -3px 10px 0 0; }

.autofilled {
  min-height: 56px;
  padding: 15px 0 0 0; }
  .autofilled span {
    margin-right: 5px;
    color: #D1D0CE;
    display: inline-block; }

.pevent {
  pointer-events: auto; }

.red {
  color: #E03C31; }

.green {
  color: #13AA41; }
.slant-reg {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-style: italic; }

.command {
  color: #00A4E4;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600; }

.background {
  padding: 0 32px;
  background: #f5f7f9; }

.background-noborder {
  padding: 0 32px;
  background: #f5f7f9; }
  .background-noborder article {
    border: none;
    padding: 30px 0 10px 0; }

.my-comms--user-email {
  padding: 0px 0 0 0; }
  .my-comms--user-email p {
    font-size: 16px; }
    .my-comms--user-email p span {
      margin: 0 6px 0 0;
      padding: 0 10px 0 0;
      color: #E36F1E;
      display: inline-block;
      position: relative; }
      .my-comms--user-email p span::after {
        content: "";
        height: 16px;
        width: 1px;
        background: #D1D0CE;
        position: absolute;
        top: 4px;
        right: 0; }
    .my-comms--user-email p .bttn-icon {
      margin-left: 15px;
      position: relative;
      top: 10px; }
      .my-comms--user-email p .bttn-icon img {
        height: 30px;
        width: 30px;
        margin: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .my-comms--user-email {
      padding: 15px 0 0 0;
      text-align: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .my-comms--user-email {
      padding: 15px 0 0 0;
      text-align: left; } }
  @media (max-width: 767px) {
    .my-comms--user-email {
      padding: 15px 0 0 0;
      text-align: left; } }
.container {
  width: 1420px; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .container {
      width: 1180px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

section .container-fluid {
  /* padding: 40px; */
  padding: 20px 40px 40px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    section .container-fluid {
      padding: 30px 15px; } }
  @media (max-width: 767px) {
    section .container-fluid {
      padding: 30px 15px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.modal-backdrop.in {
  opacity: 0.75; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .15s ease-out;
  -o-transition: -o-transform .15s ease-out;
  transition: transform .15s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%); }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
      -o-transform: translate(0, 10%);
      transform: translate(0, 10%); } }
  @media (max-width: 767px) {
    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
      -o-transform: translate(0, 4px);
      transform: translate(0, 4px); } }

.modal-open,
.modal {
  padding-right: 0 !important; }

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.breadcrumb {
  /* margin: 0 0 30px 0; */
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
  border-radius: 0; }
  .breadcrumb li {
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1;
    position: relative; }
    .breadcrumb li:first-child {
      padding: 0; }
    .breadcrumb li.active {
      color: #4A4A49; }
  .breadcrumb > li + li:before {
    content: "";
    height: 18px;
    width: 18px;
    background: transparent url(../images/icon-arrow-gray-right.svg) no-repeat 0 0;
    background-size: 30%;
    position: absolute;
    top: 5px;
    left: 6px; }

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb--container + header h2 {
    margin: 0; } }
@media (max-width: 767px) {
  .breadcrumb--container + header h2 {
    margin: 0; } }
.header {
  height: 80px;
  background: white;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .header h1 {
    margin: 0; }
  .header .header--items-left,
  .header .header--items-right {
    height: 80px;
    position: absolute;
    top: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .header .header--items-left {
    left: 0; }
  .header .header--items-right {
    right: 0; }
  .header button.close-header,
  .header button.goback-header {
    height: 80px;
    width: 80px;
    padding: 0;
    background: transparent;
    border: none;
    transition: background 0.15s ease-in; }
  .header button.goback-header {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    order: 1; }
    .header button.goback-header img {
      height: auto;
      width: 40%;
      margin: 0 auto;
      display: block; }
  .header button.close-header {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 200;
    font-size: 50px;
    order: 2; }
  .header .header--brand,
  .header .header--brand-nav {
    height: 80px;
    margin: 0 0 0 20px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    order: 2; }
    .header .header--brand img,
    .header .header--brand-nav img {
      height: 50%;
      width: auto; }
  .header .header--brand-nav {
    margin: 0; }
  .header .header--nav-acc-container {
    height: 80px;
    margin: 0 0 0 20px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webite-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header .header--nav-acc-container {
        height: 60px; } }
    @media (max-width: 767px) {
      .header .header--nav-acc-container {
        height: 60px; } }
    .header .header--nav-acc-container .header--account {
      height: 80px;
      padding: 0 20px;
      margin: 0 0 0 -21px;
      background: transparent;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      order: 2;
      position: relative;
      cursor: pointer;
      transition: all 0.15s ease; }
     .header .header--nav-acc-container .header--account > a {
         margin: 0;
         padding-right: 30px;
         font-size: 18px;
         position: relative;
    }
    .header .header--nav-acc-container .header--account > a img {
      height: auto;
      width: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .header .header--nav-acc-container .header--account {
            height: 60px;
        }
    }

    @media (max-width: 767px) {
        .header .header--nav-acc-container .header--account {
            height: 60px;
        }
    }

    .header .header--nav-acc-container .header--account p {
        margin: 0;
        padding-right: 30px;
        color: #0057B8;
        font-size: 18px;
        position: relative; }
        .header .header--nav-acc-container .header--account p img {
          height: auto;
          width: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .header .header--nav-acc-container .header--account p {
            padding-right: 0; } }
        @media (max-width: 767px) {
          .header .header--nav-acc-container .header--account p {
            padding-right: 0; } }
      .header .header--nav-acc-container .header--account:hover, .header .header--nav-acc-container .header--account.open {
        background: #DDF2FB; }
      @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
        .header .header--nav-acc-container .header--account:hover {
          background: transparent; }
        .header .header--nav-acc-container .header--account.open, .header .header--nav-acc-container .header--account.open:hover {
          background: #DDF2FB; } }
      .header .header--nav-acc-container .header--account .header--account-toggle {
        width: 125%;
        min-width: 250px;
        background: #DDF2FB;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 100;
        display: none; }
        .header .header--nav-acc-container .header--account .header--account-toggle ul {
          margin: 0;
          padding: 0; }
          .header .header--nav-acc-container .header--account .header--account-toggle ul li {
            font-size: 16px;
            text-align: left; }
            .header .header--nav-acc-container .header--account .header--account-toggle ul li a {
              padding: 15px 20px;
              color: #0057B8;
              display: block;
              transition: all 0.15s ease; }
              .header .header--nav-acc-container .header--account .header--account-toggle ul li a:focus, .header .header--nav-acc-container .header--account .header--account-toggle ul li a:hover {
                background: #002554;
                color: #DDF2FB;
                text-decoration: none; }
                .header .header--nav-acc-container .header--account .header--account-toggle ul li a:focus::after, .header .header--nav-acc-container .header--account .header--account-toggle ul li a:hover::after {
                  display: none; }
              @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
                .header .header--nav-acc-container .header--account .header--account-toggle ul li a:focus, .header .header--nav-acc-container .header--account .header--account-toggle ul li a:hover {
                  background: transparent;
                  color: #0057B8; } }
    .header .header--nav-acc-container .header--nav-util {
      height: 80px;
      margin: 0 20px 0 0;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      order: 1; }
      .header .header--nav-acc-container .header--nav-util ul {
        margin: 2px 0 0 0;
        padding: 0;
        display: inline-block; }
        .header .header--nav-acc-container .header--nav-util ul li {
          padding: 0 20px;
          border-right: 1px solid #D1D0CE;
          font-size: 18px;
          line-height: 1;
          float: left; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .header--nav-acc-container .header--nav-util ul li {
              border-right: none; } }
          @media (max-width: 767px) {
            .header .header--nav-acc-container .header--nav-util ul li {
              border-right: none; } }
          .header .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
            margin: 0 15px 0 0;
            border: none; }
          .header .header--nav-acc-container .header--nav-util ul li:last-child {
            position: relative; }
            .header .header--nav-acc-container .header--nav-util ul li:last-child a:focus:after,
            .header .header--nav-acc-container .header--nav-util ul li:last-child a:hover:after {
              display: none; }
            .header .header--nav-acc-container .header--nav-util ul li:last-child .fa-exclamation-circle {
              font-size: 14px;
              position: absolute;
              top: -2px;
              right: -7px;
              display: none; }
            .header .header--nav-acc-container .header--nav-util ul li:last-child.has-messages .fa {
              color: #E03C31; }
            .header .header--nav-acc-container .header--nav-util ul li:last-child.has-messages .fa-exclamation-circle {
              display: block; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header .header--nav-acc-container .header--nav-util ul li:nth-child(1), .header .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
              display: none; } }
          @media (max-width: 767px) {
            .header .header--nav-acc-container .header--nav-util ul li:nth-child(1), .header .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
              display: none; } }
  .header.blue {
    background: #0057B8; }
    .header.blue h1 {
      color: white; }
    .header.blue button.close-header:focus, .header.blue button.close-header:hover,
    .header.blue button.goback-header:focus,
    .header.blue button.goback-header:hover {
      background: #002554; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      .header.blue button.close-header:focus, .header.blue button.close-header:hover,
      .header.blue button.goback-header:focus,
      .header.blue button.goback-header:hover {
        background: transparent; } }
    .header.blue button.goback-header {
      border-right: 1px solid rgba(255, 255, 255, 0.25); }
    .header.blue button.close-header {
      color: white;
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .header.blue .header--account p {
      color: white; }
    .header.blue .header--account:hover, .header.blue .header--account.open {
      background: #002554; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      .header.blue .header--account.open:hover {
        background: #002554; }
      .header.blue .header--account:hover {
        background: transparent; } }
    .header.blue .header--account-toggle {
      background: #002554; }
      .header.blue .header--account-toggle ul li a {
        color: white; }
        .header.blue .header--account-toggle ul li a:focus, .header.blue .header--account-toggle ul li a:hover {
          background: #DDF2FB;
          color: #002554; }
        @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
          .header.blue .header--account-toggle ul li a:focus, .header.blue .header--account-toggle ul li a:hover {
            background: transparent;
            color: white; } }
    .header.blue .header--nav-acc-container .header--nav-util ul li a {
      color: white; }
      .header.blue .header--nav-acc-container .header--nav-util ul li a:focus::after, .header.blue .header--nav-acc-container .header--nav-util ul li a:hover::after {
        background: white; }
    .header.blue .header--nav-acc-container .header--nav-util ul li:last-child.has-messages .fa {
      color: white; }
  .header.white {
    background: white; }
    .header.white h1 {
      color: #0057B8; }
    .header.white button.close-header:focus, .header.white button.close-header:hover,
    .header.white button.goback-header:focus,
    .header.white button.goback-header:hover {
      background: #DDF2FB; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      .header.white button.close-header:focus, .header.white button.close-header:hover,
      .header.white button.goback-header:focus,
      .header.white button.goback-header:hover {
        background: transparent; } }
    .header.white button.goback-header {
      border-right: 1px solid #D1D0CE; }
    .header.white button.close-header {
      color: #00A4E4;
      border-left: 1px solid #D1D0CE; }
    .header.white .header--account p {
      color: #0057B8; }
    .header.white .header--account:hover, .header.white .header--account.open {
      background: #DDF2FB; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      .header.white .header--account.open:hover {
        background: #DDF2FB; }
      .header.white .header--account:hover {
        background: transparent; } }
    .header.white .header--account-toggle {
      background: #DDF2FB; }
      .header.white .header--account-toggle ul li a {
        color: #0057B8; }
        .header.white .header--account-toggle ul li a:focus, .header.white .header--account-toggle ul li a:hover {
          background: #002554;
          color: #DDF2FB; }
        @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
          .header.white .header--account-toggle ul li a:focus, .header.white .header--account-toggle ul li a:hover {
            background: transparent;
            color: #0057B8; } }
  .header .logout a {
    font-size: 18px; }

@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 60px; }
    .header h1 {
      font-size: 24px; }
    .header .header--items-left,
    .header .header--items-right,
    .header .header--brand,
    .header .header--brand-nav,
    .header .header--account {
      height: 60px; }
    .header button.close-header,
    .header button.goback-header {
      height: 60px;
      width: 60px; }
    .header button.close-header {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 200;
      font-size: 40px; }
    .header .header--account p {
      padding: 0;
      font-size: 18px; }
      .header .header--account p img {
        width: 14px; }
    .header.blue .header--account {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .header.white .header--account {
      border-left: 1px solid #D1D0CE; }

  header .input-item,
  header .input-item:last-child {
    margin: 30px 0 0 0; } }
@media (max-width: 767px) {
  .header {
    height: 60px; }
    .header.with-header {
      height: 120px; }
    .header h1 {
      font-size: 24px; }
    .header .header--items-left,
    .header .header--items-right,
    .header .header--brand,
    .header .header--brand-nav,
    .header .header--account {
      height: 60px; }
    .header button.close-header,
    .header button.goback-header {
      height: 60px;
      width: 60px; }
    .header button.close-header {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 200;
      font-size: 40px; }
    .header .header--account p {
      padding: 0;
      font-size: 18px; }
      .header .header--account p img {
        width: 14px; }
    .header.blue .header--items-left + div, .header.white .header--items-left + div {
      min-height: 60px;
      width: 100%;
      background: #f5f7f9;
      position: absolute;
      top: 60px;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .header.blue .header--items-left + div {
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
      .header.blue .header--items-left + div h1 {
        color: #0057B8; }
    .header.blue .header--account {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .header.white .header--items-left + div {
      border-top: 1px solid #D1D0CE; }
    .header.white .header--account {
      border-left: 1px solid #D1D0CE; }

  header .input-item,
  header .input-item:last-child {
    margin: 30px 0 0 0; } }
.header--portal {
  height: 80px;
  background: white;
  position: relative; }
  .header--portal .header--brand-nav,
  .header--portal .header--nav-acc-container {
    height: 80px;
    margin: 0 0 0 20px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .header--portal .header--brand-nav {
    margin: 0; }
    .header--portal .header--brand-nav img {
      height: 50%;
      width: auto; }
  .header--portal .header--nav-acc-container {
    height: 80px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webite-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    .header--portal .header--nav-acc-container .header--account {
      height: 80px;
      padding: 0 20px;
      margin: 0 -15px 0 -21px;
      background: transparent;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      order: 2;
      position: relative;
      cursor: pointer;
      transition: all 0.15s ease; }
      .header--portal .header--nav-acc-container .header--account p {
        margin: 0;
        padding-right: 30px;
        color: #0057B8;
        font-size: 18px;
        position: relative; }
        .header--portal .header--nav-acc-container .header--account p img {
          height: auto;
          width: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
      .header--portal .header--nav-acc-container .header--account:hover, .header--portal .header--nav-acc-container .header--account.open {
        background: #DDF2FB; }
      @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
        .header--portal .header--nav-acc-container .header--account:hover {
          background: transparent; }
        .header--portal .header--nav-acc-container .header--account.open, .header--portal .header--nav-acc-container .header--account.open:hover {
          background: #DDF2FB; } }
      .header--portal .header--nav-acc-container .header--account .header--account-toggle {
        width: 125%;
        min-width: 250px;
        background: #DDF2FB;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 100;
        display: none; }
        .header--portal .header--nav-acc-container .header--account .header--account-toggle ul {
          margin: 0;
          padding: 0; }
          .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li {
            font-size: 16px;
            text-align: left; }
            .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a {
              padding: 15px 20px;
              color: #0057B8;
              display: block;
              transition: all 0.15s ease; }
              .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:focus, .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:hover {
                background: #002554;
                color: #DDF2FB;
                text-decoration: none; }
                .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:focus::after, .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:hover::after {
                  display: none; }
              @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
                .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:focus, .header--portal .header--nav-acc-container .header--account .header--account-toggle ul li a:hover {
                  background: transparent;
                  color: #0057B8; } }
    .header--portal .header--nav-acc-container .header--nav-util {
      height: 80px;
      margin: 0 20px 0 0;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      order: 1; }
      .header--portal .header--nav-acc-container .header--nav-util ul {
        margin: 2px 0 0 0;
        padding: 0;
        display: inline-block; }
        .header--portal .header--nav-acc-container .header--nav-util ul li {
          padding: 0 20px;
          border-right: 1px solid #D1D0CE;
          font-size: 18px;
          line-height: 1;
          float: left; }
          .header--portal .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
            margin: 0 15px 0 0;
            border: none; }
          .header--portal .header--nav-acc-container .header--nav-util ul li:last-child {
            position: relative; }
            .header--portal .header--nav-acc-container .header--nav-util ul li:last-child a:focus:after,
            .header--portal .header--nav-acc-container .header--nav-util ul li:last-child a:hover:after {
              display: none; }
            .header--portal .header--nav-acc-container .header--nav-util ul li:last-child .fa-exclamation-circle {
              font-size: 14px;
              position: absolute;
              top: -2px;
              right: -7px;
              display: none; }
            .header--portal .header--nav-acc-container .header--nav-util ul li:last-child.has-messages .fa {
              color: #E03C31; }
            .header--portal .header--nav-acc-container .header--nav-util ul li:last-child.has-messages .fa-exclamation-circle {
              display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .header--portal {
    height: 60px; }
    .header--portal .header--brand-nav,
    .header--portal .header--nav-acc-container,
    .header--portal .header--nav-acc-container .header--account {
      height: 60px; }
    .header--portal .header--nav-acc-container .header--account p {
      padding: 0;
      font-size: 18px; }
      .header--portal .header--nav-acc-container .header--account p img {
        width: 14px; }
    .header--portal .header--nav-acc-container .header--nav-util ul li {
      padding: 0 15px; }
      .header--portal .header--nav-acc-container .header--nav-util ul li:nth-child(1), .header--portal .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
        display: none; }
    .header--portal .header--account-toggle ul li.mobile-only {
      background: #cfedf9;
      border-top: 1px solid white; }
      .header--portal .header--account-toggle ul li.mobile-only:first-child {
        border: none; } }
@media (max-width: 767px) {
  .header--portal {
    height: 60px; }
    .header--portal .header--brand-nav,
    .header--portal .header--nav-acc-container,
    .header--portal .header--nav-acc-container .header--account {
      height: 60px; }
    .header--portal .header--nav-acc-container .header--account p {
      padding: 0;
      font-size: 18px; }
      .header--portal .header--nav-acc-container .header--account p img {
        width: 14px; }
    .header--portal .header--nav-acc-container .header--nav-util ul li {
      padding: 0 15px; }
      .header--portal .header--nav-acc-container .header--nav-util ul li:nth-child(1), .header--portal .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
        display: none; }
    .header--portal .header--account-toggle ul li.mobile-only {
      background: #cfedf9;
      border-top: 1px solid white; }
      .header--portal .header--account-toggle ul li.mobile-only:first-child {
        border: none; } }
ul.sf-menu,
ul.sf-menu * {
  list-style: none; }

ul.sf-menu li ul {
  height: auto;
  background: #002554;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 9999;
  display: none; }
  ul.sf-menu li ul li {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
    ul.sf-menu li ul li a {
      height: auto;
      margin: 0;
      padding: 15px 20px;
      font-size: 18px;
      font-weight: 200;
      position: relative;
      transition: background 0.15s ease-in; }
      ul.sf-menu li ul li a:focus, ul.sf-menu li ul li a:hover {
        background: #011633; }
  ul.sf-menu li ul ul {
    top: 0;
    left: 100%; }

ul.sf-menu li:nth-child(1) ul,
ul.sf-menu li:nth-child(2) ul,
ul.sf-menu li:nth-child(3) ul,
ul.sf-menu li:nth-child(4) ul,
ul.sf-menu li:nth-child(5) ul {
  left: 0;
  right: auto; }

ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  display: block; }

.sf-sub-container {
  width: auto;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .sf-sub-container .sf-sub-left {
    width: 250px;
    order: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sf-sub-container .sf-sub-left {
        width: 200px; } }
  .sf-sub-container .sf-sub-right {
    width: 375px;
    padding: 15px 20px 20px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    order: 2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sf-sub-container .sf-sub-right {
        width: 350px; } }
    .sf-sub-container .sf-sub-right h6 {
      margin: 0 0 10px 0;
      color: white;
      font-size: 18px;
      line-height: 1.3; }
    .sf-sub-container .sf-sub-right .sf-sub-right--list {
      overflow: hidden; }
      .sf-sub-container .sf-sub-right .sf-sub-right--list .sf-sub-right--sub-list {
        width: 50%;
        float: left; }
      .sf-sub-container .sf-sub-right .sf-sub-right--list a {
        margin: 0 0 15px 0;
        padding: 0 10px 0 0;
        font-size: 16px;
        display: inline-block; }
        .sf-sub-container .sf-sub-right .sf-sub-right--list a:focus, .sf-sub-container .sf-sub-right .sf-sub-right--list a:hover {
          background: transparent;
          text-decoration: underline; }
      .sf-sub-container .sf-sub-right .sf-sub-right--list a:last-child {
        margin: 0; }
    .sf-sub-container .sf-sub-right .sf-sub-right--featured-content {
      width: 100%;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      clear: left; }
      .sf-sub-container .sf-sub-right .sf-sub-right--featured-content a {
        padding: 0;
        display: block;
        transition: none; }
        .sf-sub-container .sf-sub-right .sf-sub-right--featured-content a:focus, .sf-sub-container .sf-sub-right .sf-sub-right--featured-content a:hover {
          background: transparent; }
          .sf-sub-container .sf-sub-right .sf-sub-right--featured-content a:focus h6, .sf-sub-container .sf-sub-right .sf-sub-right--featured-content a:hover h6 {
            text-decoration: underline; }
      .sf-sub-container .sf-sub-right .sf-sub-right--featured-content p {
        margin: 0;
        color: white;
        font-size: 16px; }

.sf-menu--mobile {
  display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  nav.nav--portal ul.sf-menu li:nth-child(5) ul {
    left: auto;
    right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  ul.navigation-primary {
    height: 100vh;
    width: 272px;
    padding: 0 0 100px 0;
    background: #002554;
    display: block;
    position: fixed;
    top: 0;
    right: -272px;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.25s ease; }
    ul.navigation-primary li {
      height: auto;
      margin: 0;
      padding: 0;
      float: none;
      position: relative; }
      ul.navigation-primary li a {
        height: 60px;
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      ul.navigation-primary li .sf-menu--mobile {
        height: 60px;
        width: 60px;
        background: #011633;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        display: none; }
        ul.navigation-primary li .sf-menu--mobile img {
          height: auto;
          width: 25%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      ul.navigation-primary li a + ul + .sf-menu--mobile {
        display: block; }
    ul.navigation-primary ul {
      height: auto;
      margin: 0;
      padding: 0;
      background: #011633;
      position: relative;
      top: 0;
      left: 0;
      z-index: 9999;
      display: none; }
      ul.navigation-primary ul li {
        height: auto; }
        ul.navigation-primary ul li:hover {
          background: #011633; }

  .sf-sub-container {
    height: auto;
    width: 100%;
    display: block; }
    .sf-sub-container .sf-sub-left {
      height: auto;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .sf-sub-container .sf-sub-left a {
        height: auto;
        padding: 12px 15px;
        border: none;
        display: block; }
    .sf-sub-container .sf-sub-right {
      display: none; }

  body.slide ul.navigation-primary {
    right: 0; } }
@media (max-width: 767px) {
  ul.navigation-primary {
    height: 100vh;
    width: 272px;
    padding: 0 0 100px 0;
    background: #002554;
    display: block;
    position: fixed;
    top: 0;
    right: -272px;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: right 0.25s ease; }
    ul.navigation-primary li {
      height: auto;
      margin: 0;
      padding: 0;
      float: none;
      position: relative; }
      ul.navigation-primary li a {
        height: 60px;
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      ul.navigation-primary li .sf-menu--mobile {
        height: 60px;
        width: 60px;
        background: #011633;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        display: none; }
        ul.navigation-primary li .sf-menu--mobile img {
          height: auto;
          width: 25%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      ul.navigation-primary li a + ul + .sf-menu--mobile {
        display: block; }
    ul.navigation-primary ul {
      height: auto;
      margin: 0;
      padding: 0;
      background: #011633;
      position: relative;
      top: 0;
      left: 0;
      z-index: 9999;
      display: none; }
      ul.navigation-primary ul li {
        height: auto; }
        ul.navigation-primary ul li:hover {
          background: #011633; }

  .sf-sub-container {
    height: auto;
    width: 100%;
    display: block; }
    .sf-sub-container .sf-sub-left {
      height: auto;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .sf-sub-container .sf-sub-left a {
        height: auto;
        padding: 12px 15px;
        border: none;
        display: block; }
    .sf-sub-container .sf-sub-right {
      display: none; }

  body.slide ul.navigation-primary {
    right: 0; } }
nav {
  height: 64px;
  background: #0057B8;
  position: relative; }
  nav .header--items-left,
  nav .header--items-right {
    height: 64px;
    position: absolute;
    top: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  nav .header--items-left {
    left: 0; }
    nav .header--items-left .hamburger {
      text-align: center;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }
      nav .header--items-left .hamburger .hamburger-icon {
        width: 25px;
        height: 30px;
        margin: 16px 0 0 0;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.15s ease;
        -moz-transition: 0.15s ease;
        transition: 0.15s ease;
        float: right; }
        nav .header--items-left .hamburger .hamburger-icon span {
          height: 2px;
          width: 100%;
          background: #fff;
          display: block;
          opacity: 1;
          position: absolute;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: 0.15s ease;
          -moz-transition: 0.15s ease;
          transition: 0.15s ease; }
          nav .header--items-left .hamburger .hamburger-icon span:nth-child(1) {
            top: 0; }
          nav .header--items-left .hamburger .hamburger-icon span:nth-child(2), nav .header--items-left .hamburger .hamburger-icon span:nth-child(3) {
            top: 8px; }
          nav .header--items-left .hamburger .hamburger-icon span:nth-child(4) {
            top: 16px; }
        nav .header--items-left .hamburger .hamburger-icon.open span:nth-child(1), nav .header--items-left .hamburger .hamburger-icon.open span:nth-child(4) {
          width: 0%;
          top: 18px;
          left: 50%; }
        nav .header--items-left .hamburger .hamburger-icon.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        nav .header--items-left .hamburger .hamburger-icon.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      nav .header--items-left .hamburger p {
        margin: 17px 10px 0 0;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        float: left; }
      .banner-bg-img {
        height:auto;
        position:relative;
        width:100%;
    }
    @media (min-width: 768px) and (max-width: 991px) {
      nav .header--items-left {
        width: 100%; } }
    @media (max-width: 767px) {
      nav .header--items-left {
        width: 100%; } }
  nav .header--items-right {
    right: 0; }
  nav ul {
    height: 64px;
    margin: 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webite-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    nav ul li {
      height: 64px;
      padding: 0 20px;
      margin: 0;
      background: transparent;
      position: relative;
      transition: background 0.15s ease-in; }
      nav ul li a {
        height: 64px;
        color: white;
        font-size: 18px;
        display: block;
        transition: all 0.15s ease;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        nav ul li a span {
          display: block; }
        nav ul li a:focus, nav ul li a:hover {
          color: white;
          text-decoration: none; }
          nav ul li a:focus::after, nav ul li a:hover::after {
            display: none; }
      nav ul li:first-child {
        margin-left: 0; }
      nav ul li.sfHover, nav ul li:focus, nav ul li:hover {
        background: #002554; }
  nav button.close-header {
    height: 64px;
    width: 64px;
    padding: 0;
    background: transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 200;
    font-size: 40px;
    transition: background 0.15s ease-in;
    order: 2; }
    nav button.close-header:focus, nav button.close-header:hover {
      background: #002554; }
      @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
        nav button.close-header:focus, nav button.close-header:hover {
          background: transparent; } }

@media (min-width: 768px) and (max-width: 991px) {
  nav.nav--portal .header--items-left + .header--items-right {
    right: 100px; }
    nav.nav--portal .header--items-left + .header--items-right button.close-header {
      border-right: 1px solid rgba(255, 255, 255, 0.25); } }
article {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #D1D0CE; }
  article header h3 {
    margin: 0 0 15px 0;
    color: #002554; }
  article.noborder {
    padding-bottom: 0;
    border-bottom: none; }

article > .flexible-data-rows {
  margin-bottom: -31px; }

article > .form-row header h6 {
  margin: 0; }

.new-ticket article {
  border-bottom: none; }
  .new-ticket article header h3 {
    margin: 0 0 10px 0; }

.ticket-user-container {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D1D0CE;
  position: relative; }
  .ticket-user-container.noborder {
    border: none; }
  .ticket-user-container h2 {
    margin: 5px 0 0 0;
    color: #002554; }
  .ticket-user-container p {
    margin: 0;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600; }
  .ticket-user-container .ticket-user-saved {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: 6px;
    right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ticket-user-container {
      padding: 10px 0 30px 0; }
      .ticket-user-container .ticket-user-saved {
        right: auto; } }
  @media (max-width: 767px) {
    .ticket-user-container {
      padding: 10px 0 30px 0;
      text-align: center; }
      .ticket-user-container .ticket-user-saved {
        right: auto; }
      .ticket-user-container .text-right {
        text-align: center; } }

.content-container-background {
  min-height: 600px;
  padding: 40px 0 50px 0;
  background: white;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.14902);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.14902);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.14902); }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-container-background {
      min-height: 1px;
      padding: 10px 30px 30px 30px; } }
  @media (max-width: 767px) {
    .content-container-background {
      min-height: 1px;
      margin: 0 -15px 30px -15px;
      padding: 10px 30px 30px 30px;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .content-container-background.single-board {
    margin: 30px 0; }
    .content-container-background.single-board article {
      padding: 30px 0;
      border: none; }
    .content-container-background.single-board header h3 {
      margin: 0 0 10px 0; }
    .content-container-background.single-board header h3 + p {
      margin: 0; }
  .content-container-background.content-leftnav header {
    padding: 50px 0 0 0; }
    .content-container-background.content-leftnav header h3 {
      margin: 0 0 10px 0;
      padding: 0;
      color: #002554; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .content-container-background.content-leftnav header .is-bttn {
        padding: 15px 15px 0 15px;
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .content-container-background.content-leftnav header {
        padding: 10px 25px 0 0; }
        .content-container-background.content-leftnav header .is-bttn {
          padding: 15px 15px 0 15px;
          text-align: left; } }
    @media (max-width: 767px) {
      .content-container-background.content-leftnav header {
        padding: 20px 0 0 0; }
        .content-container-background.content-leftnav header .is-bttn {
          padding: 15px 15px 0 15px;
          text-align: left; } }
  .content-container-background.content-leftnav article header {
    padding: 0; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .content-container-background.portal-dashboard, .content-container-background.portal-pd {
      padding-right: 30px;
      padding-left: 30px; }
      .content-container-background.portal-dashboard .col-lg-10, .content-container-background.portal-pd .col-lg-10 {
        width: 100%; }
      .content-container-background.portal-dashboard .col-lg-offset-1, .content-container-background.portal-pd .col-lg-offset-1 {
        margin-left: 0; }
      .content-container-background.portal-dashboard .col-lg-11.col-lg-offset-1, .content-container-background.portal-pd .col-lg-11.col-lg-offset-1 {
        margin-left: 8.33333333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content-container-background.portal-dashboard, .content-container-background.portal-pd {
      padding-right: 30px;
      padding-left: 30px; }
      .content-container-background.portal-dashboard .col-lg-10, .content-container-background.portal-pd .col-lg-10 {
        width: 100%; }
      .content-container-background.portal-dashboard .col-lg-offset-1, .content-container-background.portal-pd .col-lg-offset-1 {
        margin-left: 0; }
      .content-container-background.portal-dashboard .col-lg-11.col-lg-offset-1, .content-container-background.portal-pd .col-lg-11.col-lg-offset-1 {
        margin-left: 8.33333333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-container-background.portal-dashboard, .content-container-background.portal-pd {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .content-container-background.portal-dashboard, .content-container-background.portal-pd {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-container-background.portal-pd {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .content-container-background.portal-pd {
      padding-top: 20px; } }
  .container .content-container-background {
    margin: 40px 0; }
  .container-fluid .content-container-background {
    margin: 0 0 40px 0; }
    .container-fluid .content-container-background.to-edge {
      margin: 0;
      padding: 40px 20px 50px 20px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .container-fluid .content-container-background.to-edge {
          min-height: 1px;
          padding: 10px 20px 30px 20px; } }
      @media (max-width: 767px) {
        .container-fluid .content-container-background.to-edge {
          min-height: 1px;
          margin: 0;
          padding: 10px 20px 30px 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-offset-1 .form-row .col-md-6.radio-item {
    margin: 0 0 15px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-offset-1 .tab-content .additional-questions-container {
    min-height: 210px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-offset-1 .tab-content .additional-questions-container {
    min-height: 210px; } }
@media (max-width: 767px) {
  .col-md-offset-1 .tab-content .additional-questions-container {
    min-height: 210px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px; } }

.col-md-offset-1 .form-row-hidden .col-md-offset-1 .note {
  margin: -25px 0 -15px 0; }
@media (max-width: 767px) {
  .col-md-offset-1 .form-row-hidden .col-md-offset-1 article {
    margin: 0; } }

.nonav-singlecolumn {
  margin: 45px 0; }

.leftnav-twocolumn {
  margin: 40px 0 0 0; }

aside {
  padding: 30px 30px 15px 30px;
  background: #E9F1F0; }
  aside h4 {
    margin: 0 0 15px 0; }
  aside .aside-item-a {
    padding: 15px 0;
    border-top: 1px solid #D1D0CE; }
    aside .aside-item-a a:focus,
    aside .aside-item-a a:hover {
      color: #002554; }
      aside .aside-item-a a:focus::after,
      aside .aside-item-a a:hover::after {
        display: none; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      aside .aside-item-a a:focus,
      aside .aside-item-a a:hover {
        color: #0057B8; }
        aside .aside-item-a a:focus::after,
        aside .aside-item-a a:hover::after {
          display: none; } }
  aside .aside-item-a + h4 {
    margin: 30px 0 15px 0; }
  aside .aside-item-b {
    padding: 15px 0;
    border-top: 1px solid #D1D0CE; }
    aside .aside-item-b p {
      margin: 0;
      font-size: 18px; }
    aside .aside-item-b a:focus,
    aside .aside-item-b a:hover {
      color: #002554; }
      aside .aside-item-b a:focus::after,
      aside .aside-item-b a:hover::after {
        display: none; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      aside .aside-item-b a:focus,
      aside .aside-item-b a:hover {
        color: #0057B8; }
        aside .aside-item-b a:focus::after,
        aside .aside-item-b a:hover::after {
          display: none; } }

.hero-container {
  min-height: 320px;
  padding: 15px 30px 30px 30px;
  background: -moz-linear-gradient(bottom, #0057B8 1%, #00A4E4 100%);
  background: -webkit-linear-gradient(bottom, #0057B8 1%, #00A4E4 100%);
  background: linear-gradient(to top, #0057B8 1%, #00A4E4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057B8', endColorstr='#00A4E4', GradientType=1 );
  position: relative;
  z-index: 2; }
  .hero-container img {
    height: auto;
    width: 100px;
    margin: 45px 0 5px 0; }
  .hero-container h2 {
    color: white;
    line-height: 1.2; }
  .hero-container p {
    margin: 0;
    color: white; }
  .hero-container .hero-ticket-name {
    padding: 30px 0 0 50px; }
    .hero-container .hero-ticket-name p {
      margin: 0;
      color: white;
      font-size: 24px; }
      .hero-container .hero-ticket-name p span {
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 300; }
    @media (max-width: 767px) {
      .hero-container .hero-ticket-name {
        padding: 30px 0 0 0;
        text-align: center; }
        .hero-container .hero-ticket-name p {
          font-size: 20px; } }
  .hero-container .pdf-download {
    padding: 30px 50px 0 0; }
    @media (max-width: 767px) {
      .hero-container .pdf-download {
        padding: 30px 0 0 0;
        text-align: center; } }
    .hero-container .pdf-download a {
      display: inline-block;
      position: relative; }
      .hero-container .pdf-download a::after {
        content: "";
        height: 1px;
        width: calc(100% - 42px);
        background: white;
        position: absolute;
        bottom: 3px;
        left: 42px;
        display: none; }
      .hero-container .pdf-download a:focus, .hero-container .pdf-download a:hover {
        text-decoration: none; }
        .hero-container .pdf-download a:focus::after, .hero-container .pdf-download a:hover::after {
          display: block; }
  .hero-container .hero-ticket-insurance-quote {
    margin: 45px auto 50px auto;
    float: none; }
    @media (max-width: 767px) {
      .hero-container .hero-ticket-insurance-quote {
        margin: 45px auto 10px auto; } }
    .hero-container .hero-ticket-insurance-quote h2 {
      margin: 0;
      padding: 0;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: normal;
      font-size: 32px;
      position: relative; }
      .hero-container .hero-ticket-insurance-quote h2::before, .hero-container .hero-ticket-insurance-quote h2::after {
        content: "";
        height: 1px;
        width: 31%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 21px; }
      .hero-container .hero-ticket-insurance-quote h2::before {
        left: 0; }
      .hero-container .hero-ticket-insurance-quote h2::after {
        right: 0; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .hero-container .hero-ticket-insurance-quote h2::before, .hero-container .hero-ticket-insurance-quote h2::after {
          width: 27%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hero-container .hero-ticket-insurance-quote h2::before, .hero-container .hero-ticket-insurance-quote h2::after {
          width: 22%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-container .hero-ticket-insurance-quote h2::before, .hero-container .hero-ticket-insurance-quote h2::after {
          width: 14%; } }
      @media (max-width: 767px) {
        .hero-container .hero-ticket-insurance-quote h2 {
          margin: 0 auto;
          padding: 0 16%;
          font-size: 24px; }
          .hero-container .hero-ticket-insurance-quote h2::before, .hero-container .hero-ticket-insurance-quote h2::after {
            width: 14%;
            top: 15px; } }
  .hero-container .hero-ticket-amounts {
    margin: 0 auto;
    float: none; }
    .hero-container .hero-ticket-amounts .hero-ticket-amounts-item {
      margin: 0;
      color: white; }
      @media (max-width: 767px) {
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item {
          margin: 20px 0 10px 0; } }
      .hero-container .hero-ticket-amounts .hero-ticket-amounts-item h3 {
        margin: 0;
        padding: 0;
        color: white;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 200;
        font-size: 64px;
        letter-spacing: 1.3px; }
      .hero-container .hero-ticket-amounts .hero-ticket-amounts-item p {
        margin: 0;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: normal;
        font-size: 16px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item h3 {
          font-size: 54px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item h3 {
          font-size: 54px; }
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item:first-child {
          padding-left: 0; }
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item:last-child {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item h3 {
          font-size: 48px; }
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item:first-child {
          padding-left: 0; }
        .hero-container .hero-ticket-amounts .hero-ticket-amounts-item:last-child {
          padding-right: 0; } }
  .hero-container .hero-ticket-buttons {
    margin: 0 auto;
    float: none; }
    .hero-container .hero-ticket-buttons .hero-ticket-buttons-container {
      margin: 60px 0 15px 0;
      padding: 40px 0 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      @media (max-width: 767px) {
        .hero-container .hero-ticket-buttons .hero-ticket-buttons-container {
          margin: 20px 0 15px 0; } }
      .hero-container .hero-ticket-buttons .hero-ticket-buttons-container .bttn {
        margin: 0 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hero-container .hero-ticket-buttons .hero-ticket-buttons-container .bttn {
          margin: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-container .hero-ticket-buttons .hero-ticket-buttons-container .bttn {
          margin: 0 10px; }
          .hero-container .hero-ticket-buttons .hero-ticket-buttons-container .bttn:last-child {
            margin-top: 20px; } }
      @media (max-width: 767px) {
        .hero-container .hero-ticket-buttons .hero-ticket-buttons-container .bttn:not(:first-child) {
          margin-top: 20px; } }

@media (max-width: 599px) {
  .hero-container {
    min-height: 1px; }
    .hero-container img {
      width: 70px;
      margin: 30px 0 0 0; } }
.success h2 {
  margin: 30px 0;
  font-size: 50px; }
.success img {
  height: auto;
  width: 150px; }
.success .paragraph-has-border p {
  margin: 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D1D0CE; }
.success .paragraph-has-border ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block; }

.form-row {
  margin-bottom: 30px; }
  .form-row:last-child, .form-row.with-text {
    margin-bottom: 15px; }
  .form-row .background {
    padding: 0 45px 45px 45px;
    background: #efeeee; }
    .form-row .background h5 {
      margin: 0 0 40px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-row .background {
        padding: 0 15px 40px 15px; } }
    @media (max-width: 767px) {
      .form-row .background {
        margin: 0 -10px;
        padding: 0 15px 40px 15px; } }
  .form-row .tab-pane {
    padding-top: 25px; }
  .form-row .leading-icon {
    height: 54px;
    width: auto;
    margin: 3px auto 0 auto;
    display: block; }
    @media (max-width: 767px) {
      .form-row .leading-icon {
        height: auto;
        width: 50px;
        margin: 0 0 15px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .form-row div.col-md-12 + div,
  .form-row div.col-md-12 + div + div,
  .form-row div.col-md-12 + div:last-child,
  .form-row div.col-md-12 + div + div:last-child {
    margin-top: 40px; } }
.form-row-hidden {
  display: none; }
  .form-row-hidden article:last-child {
    padding-bottom: 0;
    border: none; }

.form-row + .form-row-hidden .border {
  margin: 10px 0 0 0;
  padding: 60px 0 0 0;
  border-top: 1px solid #D1D0CE; }
@media (max-width: 767px) {
  .form-row + .form-row-hidden article .col-md-2 .bttn {
    margin-top: 15px; } }

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

input {
  height: 56px;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #4A4A49;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:focus {  /* input:invalid, input:required    Removed accessibility*/
    border-color: #00A4E4;
    box-shadow: none;
    outline: none; }

textarea {
  height: 200px;
  width: 100%;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  textarea:focus, textarea:invalid, textarea:required {
    border-color: #00A4E4;
    box-shadow: none;
    outline: none; }

textarea:disabled,
input:not([type]):disabled,
input[type="color" i]:disabled,
input[type="date" i]:disabled,
input[type="datetime" i]:disabled,
input[type="datetime-local" i]:disabled,
input[type="email" i]:disabled,
input[type="month" i]:disabled,
input[type="password" i]:disabled,
input[type="number" i]:disabled,
input[type="search" i]:disabled,
input[type="tel" i]:disabled,
input[type="text" i]:disabled,
input[type="time" i]:disabled,
input[type="url" i]:disabled,
input[type="week" i]:disabled {
  background-color: #F5F7F9;
  border-color: #F5F7F9; }

input[disabled] {
  background-color: transparent;
  border-color: #F5F7F9; }

.input-item {
  margin: 0;
  position: relative;
  float: left; }
  .input-item label {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #76777B;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    cursor: text;
    pointer-events: none;
    position: absolute;
    top: 18px;
    left: 33px;
    z-index: 1;
    transition: all 0.2s ease; }
  .input-item.nolabel label {
    display: none; }
  .input-item.text-center input {
    text-align: center; }
  .input-item .magic-label {
    position: absolute;
    top: 15px;
    left: 70px;
    z-index: 10;
    display: none; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-item .magic-label {
      top: 14px; }
    .input-item.hours-worked-per-week .magic-label {
      top: 13px; } }
  @supports (-ms-ime-align: auto) {
    .input-item .magic-label {
      top: 14px; }
    .input-item.hours-worked-per-week .magic-label {
      top: 13px; } }
@-moz-document url-prefix() {
  .input-item .magic-label {
    top: 13px; } }
  .input-item.fc-toggled label {
    padding: 0 5px;
    color: #76777B;
    font-size: 14px !important;
    top: -11px;
    left: 29px;
    z-index: 1; }
    .input-item.fc-toggled label::after {
      content: "";
      width: 100%;
      border-bottom: 1px solid white;
      position: absolute;
      top: 11px;
      left: 0;
      z-index: -1; }
  .input-item.type-ahead-item .dropdown-menu {
    max-height: 290px;
    width: calc(100% - 30px);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: #4A4A49;
    font-size: 16px;
    top: 56px;
    left: 15px;
    display: none;
    overflow-y: auto;
    z-index: 1000; }
    .input-item.type-ahead-item .dropdown-menu li > a {
      padding: 7px 20px;
      white-space: normal; }
    .input-item.type-ahead-item .dropdown-menu li > a:focus,
    .input-item.type-ahead-item .dropdown-menu li > a:hover,
    .input-item.type-ahead-item .dropdown-menu li.active > a,
    .input-item.type-ahead-item .dropdown-menu li.active > a:focus,
    .input-item.type-ahead-item .dropdown-menu li.active > a:hover {
      background: #DDF2FB;
      color: #4A4A49; }
      .input-item.type-ahead-item .dropdown-menu li > a:focus::after,
      .input-item.type-ahead-item .dropdown-menu li > a:hover::after,
      .input-item.type-ahead-item .dropdown-menu li.active > a::after,
      .input-item.type-ahead-item .dropdown-menu li.active > a:focus::after,
      .input-item.type-ahead-item .dropdown-menu li.active > a:hover::after {
        display: none; }
  .filter-option-inner-inner
  {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .input-item.type-ahead-item .bttn-search {
    height: 28px;
    width: 27px;
    padding: 0;
    background: transparent url(../images/icon-search.svg) center center;
    border: none;
    text-indent: -9999px;
    -webkit-appearance: none;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .input-item label {
      padding: 0 5px;
      color: #76777B;
      font-size: 14px;
      top: -11px;
      left: 29px;
      z-index: 1; }
      .input-item label::after {
        content: "";
        width: 100%;
        border-bottom: 1px solid white;
        position: absolute;
        top: 11px;
        left: 0;
        z-index: -1; } }
  .input-item input.leftpad {
    padding: 0 18px 0 32px; }
  .input-item input:-moz-placeholder {
    color: transparent !important; }
  .input-item input::-moz-placeholder {
    color: transparent !important; }
  .input-item input:-ms-input-placeholder {
    color: transparent !important; }
  .input-item input::-ms-input-placeholder {
    color: transparent !important; }
  .input-item input::-webkit-input-placeholder {
    color: transparent !important; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .input-item input:-moz-placeholder {
      color: #D1D0CE !important; }
    .input-item input::-moz-placeholder {
      color: #D1D0CE !important; }
    .input-item input:-ms-input-placeholder {
      color: #D1D0CE !important; }
    .input-item input::-ms-input-placeholder {
      color: #D1D0CE !important; }
    .input-item input::-webkit-input-placeholder {
      color: #D1D0CE !important; } }
  .input-item span.placeholder {
    color: #D1D0CE;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    opacity: 0;
    position: absolute;
    top: 18px;
    left: 33px;
    z-index: -1;
    transition: all 0.1s ease; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .input-item span.placeholder {
      display: none; } }
  .input-item.fc-toggled span.placeholder {
    opacity: 1;
    z-index: 1; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      .input-item.fc-toggled span.placeholder {
        opacity: 0;
        z-index: -1; } }
  .input-item:last-child {
    margin: 0; }
  .input-item.has-error input {
    border-color: #E03C31; }
  .input-item.has-filter input {
    border-color: #AF005E; }
  .input-item.dollar-amount .magic-label {
    left: 33px; }
  .input-item.disabled label {
    padding: 0 5px;
    color: #4A4A49;
    font-size: 14px;
    top: -11px;
    left: 29px;
    z-index: 1; }
    .input-item.disabled label::after {
      content: "";
      width: 100%;
      border-bottom: 1px solid #F5F7F9;
      position: absolute;
      top: 11px;
      left: 0;
      z-index: -1; }
  .input-item.disabled span.placeholder {
    display: none; }

.select-item {
  margin: 0;
  position: relative;
  float: left; }
  .select-item:last-child {
    margin: 0; }
  .select-item .has-error-text {
    display: none; }

.textarea-item {
  margin: 0 0 -10px 0;
  position: relative; }
  .textarea-item label, label.textarea-label {
    margin: 0 0 10px 0;
    color: #4A4A49;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    display: block; }
    .input-item label.textarea-label {
      position: static;
      pointer-events: initial;
  }
  .textarea-item .has-error-text {
    display: none; }
  .textarea-item.has-error textarea {
    border-color: #E03C31; }

.switch-item {
  min-height: 52px;
  margin: 5px 15px 0 15px;
  position: relative; }
  .switch-item .switch-text {
    position: relative;
    top: 12px;
    left: 170px; }
    .switch-item .switch-text strong {
      color: #002554; }
  .switch-item .switch-form {
    width: 190px;
    position: absolute;
    top: 0;
    left: 0; }
  .switch-item.has-error .btn-item .btn {
    border: 1px solid #E03C31; }
  .switch-item.switch-item--lock .btn img {
    height: auto;
    width: 35%; }
  .switch-item.switch-item--lock .btn.yes img {
    margin-top: -7px; }
  .switch-item.switch-item--lock .btn.no img {
    margin-top: -4px; }
  .switch-item.switch-item--lock .btn.no.active {
    background: #E03C31;
    border: 1px solid #E03C31; }
  .switch-item.switch-item--lock span {
    height: 36px;
    width: 36px;
    margin: -3px 0 0 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: inline-block;
    cursor: pointer; }
    .switch-item.switch-item--lock span .fa {
      margin: 7px 0 0 0;
      color: #bbb;
      pointer-events: none; }
    .switch-item.switch-item--lock span.active {
      background: #00A4E4;
      border: 1px solid #00A4E4; }
      .switch-item.switch-item--lock span.active .fa {
        color: white; }
    .switch-item.switch-item--lock span.active + .aig-tooltip-comp {
      display: none !important; }
  .switch-item.switch-item--lock .switch-text .aig-tooltip {
    float: left; }
    .switch-item.switch-item--lock .switch-text .aig-tooltip .aig-tooltip-comp {
      bottom: 64px !important; }
      .switch-item.switch-item--lock .switch-text .aig-tooltip .aig-tooltip-comp.below {
        top: 64px !important;
        bottom: auto !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .switch-item.switch-item--lock .switch-text .aig-tooltip .aig-tooltip-comp {
          display: none !important; } }
      @media (max-width: 767px) {
        .switch-item.switch-item--lock .switch-text .aig-tooltip .aig-tooltip-comp {
          display: none !important; } }
  .switch-item.switch-item--lock .switch-text .aig-tooltip + p {
    margin: 0 0 15px 51px; }
  @media (max-width: 767px) {
    .switch-item.switch-item--lock .switch-text {
      position: absolute;
      top: 76px;
      left: 0; } }
  @media (max-width: 767px) {
    .switch-item {
      min-height: 130px; }
      .switch-item .switch-text,
      .switch-item .switch-form {
        position: static; } }

.file-item {
  position: relative; }
  .file-item .file-content {
    height: 56px;
    width: calc(100% - 55px);
    padding: 0 36px 0 12px;
    background: white;
    border: 1px solid #ccc;
    color: #4A4A49;
    font-size: 16px;
    line-height: 56px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .file-item .file-content span {
      color: #13AA41; }
    .file-item .file-content button.reset {
      background: transparent;
      border: 0 none;
    }      
    .file-item .file-content .reset {
      height: 20px;
      width: 20px;
      position: absolute;
      top: 17px;
      right: 10px;
      cursor: pointer; }
      .file-item .file-content .reset .fa {
        position: absolute;
        top: 1px;
        left: 3px; }
  .file-item .file-button {
    height: 56px;
    width: 56px;
    background: #00A4E4;
    transition: background 0.15s ease-in;
    color: white;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .file-item .file-button:focus, .file-item .file-button:hover {
      background: #4CCAFC; }
      @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
        .file-item .file-button:focus, .file-item .file-button:hover {
          background: #00A4E4; } }
    .file-item .file-button input {
        /*display: none;*/ 
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
  .file-item.disabled .file-content {
    background-color: #FFFFFF;
    border-color: #ccc; }
  .file-item.disabled .file-button {
    background: #D1D0CE;
    cursor: not-allowed; }

article > .form-row > .input-item {
  margin: 15px 0 0 0; }

article > .form-row > .select-item {
  margin: 15px 0 0 0; }

article > .form-row > .switch-item {
  margin: 15px 15px 0 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  article > .form-row > .input-item {
    margin: 15px 0 25px 0; }

  article > .form-row > .input-item:last-child {
    margin: 15px 0 0 0; }

  article > .form-row .col-lg-6:nth-child(1) .checkbox-item {
    margin: 0 15px 30px 15px; }

  article > .form-row .col-lg-4:nth-child(1) .checkbox-item,
  article > .form-row .col-lg-4:nth-child(2) .checkbox-item {
    margin: 0 15px 30px 15px; } }
@media (max-width: 767px) {
  article > .form-row > .input-item {
    margin: 15px 0 25px 0; }

  article > .form-row > .input-item:last-child {
    margin: 15px 0 0 0; }

  article > .form-row .col-lg-6:nth-child(1) .checkbox-item {
    margin: 0 15px 30px 15px; }

  article > .form-row .col-lg-4:nth-child(1) .checkbox-item,
  article > .form-row .col-lg-4:nth-child(2) .checkbox-item {
    margin: 0 15px 30px 15px; } }
.radio-item {
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .radio-item {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .radio-item {
      margin-bottom: 15px; } }
  .radio-item input[type="radio"] + label {
    padding: 0 0 0 43px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio-item input[type="radio"] + label::after {
      content: "";
      height: 30px;
      width: 30px;
      background: white;
      border: 2px solid #ccc;
      border-radius: 50%;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 1; }
    .radio-item input[type="radio"] + label::before {
      content: "";
      height: 10px;
      width: 10px;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 9px;
      left: 10px;
      z-index: 2; }
  .radio-item input[type="radio"]:focus + label::after {
    border-color: #00A4E4; }
  .radio-item.radio-on >input[type="radio"] + label::before {
    background: #13AA41; }
  .radio-item.radio-on input[type="radio"] + label.active {
    cursor: default; }
  .radio-item.with-description {
    margin: 0 0 15px 0; }
    .radio-item.with-description input[type="radio"] + label {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600; }
    .radio-item.with-description p {
      margin: 0 0 10px 43px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: normal;
      font-style: italic; }

    .radio-item.with-description:last-of-type {
      margin: 0; }
  .radio-item.has-error input[type="radio"] + label::after {
    border: 2px solid #E03C31; }

.checkbox-item {
  margin: 0 15px;
  width: auto;
  float: left;
  position: relative; }
  .checkbox-item input[type="checkbox"] + label {
    padding: 0 0 0 50px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

    .checkbox-item input[type="checkbox"] + label::after {
      content: "";
      height: 36px;
      width: 36px;
      background: white;
      border: 2px solid #ccc;
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1; }
    .checkbox-item input[type="checkbox"] + label::before {
      content: "";
      height: 36px;
      width: 36px;
      background: none;
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 2; }
  .checkbox-item input[type="checkbox"]:focus + label::after {
    border-color: #00A4E4; }
  .checkbox-item.checkbox-on input[type="checkbox"] + label::before {
    background: transparent url(../images/icon-checkmark-green-single.svg) no-repeat center center;
    background-size: 50%; }
  .checkbox-item.with-description input[type="checkbox"] + label {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600; }
    .checkbox-item.disabled input[type="checkbox"] + label {
    cursor: initial; }
  .checkbox-item.disabled input[type="checkbox"]:focus + label::after {
    border-color: #ccc; }
  .checkbox-item.disabled.checkbox-on input[type="checkbox"] + label::before {
    background: transparent url(../images/icon-checkmark-gray.svg) no-repeat center center;
    background-size: 50%; }
  .checkbox-item.with-description p {
    margin: 0 0 30px 50px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-style: italic; }
  .checkbox-item.with-description p.red {
    margin: 0 0 0 50px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px; }
  .checkbox-item.has-error input[type="checkbox"] + label::after {
    border: 2px solid #E03C31; }

.has-error-text {
  margin: 5px 0 0 0;
  color: #E03C31;
  font-size: 14px;
  display: none; }

.has-error .has-error-text {
  display: block; }

.switch-item.has-error + .has-error-text {
  margin: 5px 0 0 15px;
  display: block; }

.input-item.with-description p,
.select-item.with-description p,
.textarea-item.with-description p {
  margin: 10px 0 0 0;
  color: #76777B;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px; }

.characters-text {
  color: black !important; }
  .characters-text .characters {
    color: #E03C31;
    /*font-weight: bold;*/
    font-size: 24px; }

@media (min-width: 768px) and (max-width: 991px) {
  .input-item,
  .select-item {
    width: 100% !important;
    margin: 0 0 40px 0; } }
@media (max-width: 767px) {
  .input-item,
  .select-item {
    width: 100% !important;
    margin: 0 0 30px 0; } }
html[data-useragent*='MSIE 9.0'] .form-row .input-item .magic-label,
html[data-useragent*='MSIE 10.0'] .form-row .input-item .magic-label {
  top: 13px; }
html[data-useragent*='MSIE 9.0'] .form-row .input-item.dollar-amount .magic-label,
html[data-useragent*='MSIE 10.0'] .form-row .input-item.dollar-amount .magic-label {
  top: 14px; }

span.password-verdict {
  margin: 5px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  display: block; }

ul.error-list {
  list-style-type: none;
  height: 25px;
  margin: 2px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: none; }
  ul.error-list li {
    font-size: 16px; }
    ul.error-list li span {
      color: #76777B !important; }
  @media (max-width: 767px) {
    ul.error-list {
      display: none !important; } }

.input-item.inline-button input {
  width: calc(100% - 56px); }
.input-item.inline-button button {
  height: 56px;
  width: 56px;
  border: none;
  background: #00A4E4;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 15px;
  transition: background 0.15s ease-in; }
  .input-item.inline-button button:focus, .input-item.inline-button button:hover {
    background: #4CCAFC; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .input-item.inline-button button:focus, .input-item.inline-button button:hover {
      background: #00A4E4; } }

.select-item.inline-button .bootstrap-select {
  width: calc(100% - 56px) !important; }
.select-item.inline-button button:not(.dropdown-toggle) {
  height: 56px;
  width: 56px;
  border: none;
  background: #00A4E4;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 15px;
  transition: background 0.15s ease-in; }
  .select-item.inline-button button:not(.dropdown-toggle):focus, .select-item.inline-button button:not(.dropdown-toggle):hover {
    background: #4CCAFC; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .select-item.inline-button button:not(.dropdown-toggle):focus, .select-item.inline-button button:not(.dropdown-toggle):hover {
      background: #00A4E4; } }

.inline-text .input-item:not(.inline-button) {
  width: 197px; }
.inline-text .input-item label,
.inline-text .input-item .placeholder,
.inline-text .input-item.dollar-amount .magic-label {
  left: 18px; }
.inline-text .input-item.inline-button {
  width: 56px; }
  .inline-text .input-item.inline-button button {
    right: 0; }
.inline-text .text {
  margin: 0 15px 0 0;
  float: left;
  line-height: 56px; }
  .inline-text .text.text-center {
    margin: 0 15px; }

.row .has-error .dsulogin-password-visibility .password-show,
.row .has-error .dsulogin-password-visibility .password-hide {
  -webkit-animation: shake 0.5s linear;
  -moz-animation: shake 0.5s linear;
  animation: shake 0.5s linear; }

@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-10px); }
  25%, 58% {
    -webkit-transform: translateX(10px); }
  75% {
    -webkit-transform: translateX(-5px); }
  92% {
    -webkit-transform: translateX(5px); }
  0%, 100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes shake {
  8%, 41% {
    -moz-transform: translateX(-10px); }
  25%, 58% {
    -moz-transform: translateX(10px); }
  75% {
    -moz-transform: translateX(-5px); }
  92% {
    -moz-transform: translateX(5px); }
  0%, 100% {
    -moz-transform: translateX(0); } }
@keyframes shake {
  8%, 41% {
    transform: translateX(-10px); }
  25%, 58% {
    transform: translateX(10px); }
  75% {
    transform: translateX(-5px); }
  92% {
    transform: translateX(5px); }
  0%, 100% {
    transform: translateX(0); } }
.bootstrap-select > .dropdown-toggle {
  height: 56px;
  padding-left: 18px;
  padding-right: 56px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 20px; }
  .bootstrap-select > .dropdown-toggle:active, .bootstrap-select > .dropdown-toggle:focus, .bootstrap-select > .dropdown-toggle:hover {
    background: white;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important; }
  .bootstrap-select > .dropdown-toggle.btn-default {
    color: #4A4A49; }

.bootstrap-select > .dropdown-toggle span.filter-option {
  position: relative; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  padding-right: 52px;
  color: #76777B; }

.bootstrap-select > .dropdown-toggle.btn-default:focus {
  border: 1px solid #00A4E4; }

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: white;
  border: 1px solid #00A4E4; }

.select-item.has-error .bootstrap-select > .dropdown-toggle,
.select-item.has-error .bootstrap-select > .dropdown-toggle:active,
.select-item.has-error .bootstrap-select > .dropdown-toggle:focus,
.select-item.has-error .bootstrap-select > .dropdown-toggle:hover,
.select-item.has-error .open > .dropdown-toggle.btn-default.focus,
.select-item.has-error .open > .dropdown-toggle.btn-default:focus,
.select-item.has-error .open > .dropdown-toggle.btn-default:hover {
  border-color: #E03C31; }

.select-item.has-filter .bootstrap-select > .dropdown-toggle,
.select-item.has-filter .bootstrap-select > .dropdown-toggle:active,
.select-item.has-filter .bootstrap-select > .dropdown-toggle:focus,
.select-item.has-filter .bootstrap-select > .dropdown-toggle:hover,
.select-item.has-filter .open > .dropdown-toggle.btn-default.focus,
.select-item.has-filter .open > .dropdown-toggle.btn-default:focus,
.select-item.has-filter .open > .dropdown-toggle.btn-default:hover {
  border-color: #AF005E; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bootstrap-select .filter-option {
    line-height: 45px; } }
@supports (-ms-ime-align: auto) {
  .bootstrap-select .filter-option {
    line-height: 45px; } }
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  color: #4A4A49;
  font-size: 16px;
  z-index: 999; }
  .bootstrap-select .dropdown-menu li > a {
    padding: 7px 20px;
    background: transparent;
    white-space: normal; }
  .bootstrap-select .dropdown-menu li > a:focus,
  .bootstrap-select .dropdown-menu li > a:hover,
  .bootstrap-select .dropdown-menu li.selected > a,
  .bootstrap-select .dropdown-menu li.active > a {
    background: #DDF2FB;
    color: #4A4A49; }
    .bootstrap-select .dropdown-menu li > a:focus::after,
    .bootstrap-select .dropdown-menu li > a:hover::after,
    .bootstrap-select .dropdown-menu li.selected > a::after {
      display: none; }
  .bootstrap-select .dropdown-menu li.active > a,
  .bootstrap-select .dropdown-menu li.active > a:focus,
  .bootstrap-select .dropdown-menu li.active > a:hover {
    color: #4A4A49; }
    .bootstrap-select .dropdown-menu li.active > a::after,
    .bootstrap-select .dropdown-menu li.active > a:focus::after,
    .bootstrap-select .dropdown-menu li.active > a:hover::after {
      display: none; }
  .bootstrap-select .dropdown-menu li.no-results {
    padding: 7px 20px;
    background: none;
    color: #E03C31;
    font-size: 16px; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  height: 14px;
  width: 23px;
  background: transparent url(../images/icon-arrow-blue-down.svg) no-repeat 0 0;
  border: none;
  top: 25px;
  right: 15px; }
.bootstrap-select.btn-group.dropup .dropdown-toggle .caret {
  background: transparent url(../images/icon-arrow-blue-down.svg) no-repeat 0 0; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 10px; }
.bootstrap-select.open .dropdown-toggle {
  background: white;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none; }
.bootstrap-select span.selectholder {
  padding: 0 5px;
  background: transparent;
  color: #D1D0CE;
  font-size: 20px;
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 19px;
  z-index: 0;
  transition: color 0.1s ease, font-size 0.1s ease-out, opacity 0.1s ease, left 0.05s ease, top 0.05s ease, z-index 0.05s ease; }
.bootstrap-select.open span.selectholder, .bootstrap-select.stay span.selectholder {
  color: #4A4A49;
  font-size: 14px;
  opacity: 1;
  top: -11px;
  left: 14px;
  z-index: 2; }
  .bootstrap-select.open span.selectholder::after, .bootstrap-select.stay span.selectholder::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid white;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1; }
.bootstrap-select.open .bs-searchbox {
  padding: 7px 20px; }
.bootstrap-select.open .bs-searchbox input.form-control {
  height: 46px;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #76777B;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .bootstrap-select.open .bs-searchbox input.form-control:focus {
    border-color: #00A4E4;
    box-shadow: none;
    outline: none; }
@media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
  .bootstrap-select span.selectholder {
    display: none; } }

.nolabel .bootstrap-select.open span.selectholder,
.nolabel .bootstrap-select.stay span.selectholder {
  display: none; }

.blue .bootstrap-select > .dropdown-toggle {
  background: #00A4E4;
  border: 1px solid #00A4E4; }
  .blue .bootstrap-select > .dropdown-toggle:active, .blue .bootstrap-select > .dropdown-toggle:focus, .blue .bootstrap-select > .dropdown-toggle:hover {
    background: #00A4E4;
    border: 1px solid #00A4E4; }
  .blue .bootstrap-select > .dropdown-toggle.btn-default {
    color: white; }
.blue .bootstrap-select.open span.selectholder,
.blue .bootstrap-select.stay span.selectholder {
  display: none; }
.blue .bootstrap-select.btn-group .dropdown-toggle .caret,
.blue .bootstrap-select.btn-group.dropup .dropdown-toggle .caret {
  background: transparent url(../images/icon-arrow-white-down.svg) no-repeat 0 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-select .dropdown-menu.inner {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767px) {
  .bootstrap-select .dropdown-menu.inner {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; } }
.dropdown-header {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #D1D0CE;
  color: black;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px; }
  .dropdown-header:first-child {
    border: none; }

.dropdown-menu .divider {
  height: 15px;
  margin: 0;
  background: none; }
.btn-item {
  position: relative; }
  .btn-item .btn {
    height: 52px;
    width: 80px;
    padding: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 20px;
    line-height: 50px; }
    .btn-item .btn.active {
      background: #13AA41;
      border: 1px solid #13AA41;
      box-shadow: none;
      -webkit-box-shadow: none;
      color: white;
      font-weight: bold;  }
    .btn-item .btn:focus, .btn-item .btn.focus, .btn-item .btn.active.focus {
      outline: none; }
  .btn-item .btn-group > .btn:active,
  .btn-item .btn-group > .btn:focus,
  .btn-item .btn-group > .btn:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 1; }
  .btn-item .btn-group > .btn:not(.active):focus,
  .btn-item .btn-group > .btn:not(.active).focus {
    border-color: #00A4E4;
    color: #00A4E4; }
  .btn-item .btn-group > .btn.active:hover {
    z-index: 2; }
  .btn-item p {
    margin: 0;
    position: absolute;
    top: 12px;
    left: 180px; }
  .btn-item .has-error-text {
    display: none; }
  .btn-item.has-error .btn {
    border-color: #E03C31; }
  @media (max-width: 767px) {
    .btn-item p {
      font-size: 18px;
      top: -7px;
      left: 0; } }

.form-row .switch-item .switch-text {
  width: 80%; }

.content-leftnav .form-row .switch-item .switch-text {
  width: 660px; }

.content-leftnav .col-md-offset-1 .col-md-offset-1 .form-row .switch-item .switch-text {
  width: 510px; }

.content-leftnav .background .form-row .switch-item .switch-text,
.content-leftnav .col-md-offset-1 .col-md-offset-1 .background .form-row .switch-item .switch-text,
.content-leftnav .additional-questions-container .form-row .switch-item .switch-text {
  width: 500px; }

@media (min-width: 1200px) and (max-width: 1439px) {
  .form-row .switch-item .switch-text {
    width: 70%; }

  .content-leftnav .form-row .switch-item .switch-text {
    width: 510px; }

  .content-leftnav .background .form-row .switch-item .switch-text {
    width: 420px; }

  .content-leftnav .col-md-offset-1 .col-md-offset-1 .form-row .switch-item .switch-text {
    width: 370px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .form-row .switch-item .switch-text {
    width: 60%; }

  .background .form-row .switch-item .switch-text {
    width: 430px; }

  .content-leftnav .form-row .switch-item .switch-text {
    width: 380px; }

  .content-leftnav .additional-questions-container .form-row .switch-item .switch-text {
    width: 330px; }

  .content-leftnav .background .form-row .switch-item .switch-text {
    width: 290px; }

  .content-leftnav .background .form-row .switch-item .switch-text,
  .content-leftnav .col-md-offset-1 .col-md-offset-1 .background .form-row .switch-item .switch-text,
  .content-leftnav .additional-questions-container .form-row .switch-item .switch-text
  .content-leftnav .col-md-offset-1 .col-md-offset-1 .form-row .switch-item .switch-text {
    width: 250px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .form-row .switch-item .switch-text,
  .content-leftnav .form-row .switch-item .switch-text {
    width: 480px; }

  .content-leftnav .col-md-offset-1 .col-md-offset-1 .form-row .switch-item .switch-text,
  .content-leftnav .additional-questions-container .form-row .switch-item .switch-text,
  .content-leftnav .background .form-row .switch-item .switch-text {
    width: 400px; }

  .background .form-row .switch-item .switch-text,
  .content-leftnav .background .form-row .switch-item .switch-text,
  .content-leftnav .col-md-offset-1 .col-md-offset-1 .background .form-row .switch-item .switch-text {
    width: 350px; } }
@media (max-width: 767px) {
  .form-row .switch-item .switch-text,
  .background .form-row .switch-item .switch-text,
  .content-leftnav .form-row .switch-item .switch-text,
  .content-leftnav .col-md-offset-1 .col-md-offset-1 .form-row .switch-item .switch-text,
  .content-leftnav .additional-questions-container .form-row .switch-item .switch-text {
    width: 100% !important; } }
.disabled .btn-item .btn.active {
  background: #76777B;
  border: 1px solid #76777B; }

.switch-item-editable {
  margin: 30px 0 60px 0; }
  .switch-item-editable .switch-item-editable--content {
    margin: 5px 0 0 190px;
    padding: 15px 0 0 0;
    border-top: 1px solid #D1D0CE;
    position: relative; }
    .switch-item-editable .switch-item-editable--content.form-row {
      margin-bottom: 0 !important; }
    .switch-item-editable .switch-item-editable--content p {
      margin: 0 0 10px 0;
      padding: 0 0 0 30px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600;
      position: relative; }
      .switch-item-editable .switch-item-editable--content p .fa {
        color: #76777B;
        font-size: 17px;
        position: absolute;
        top: 5px;
        left: 0; }
    .switch-item-editable .switch-item-editable--content ul {
      list-style-type: none;
      margin: 0;
      padding: 0 0 0 30px; }
      .switch-item-editable .switch-item-editable--content ul li {
        margin: 0 0 6px 0;
        font-size: 18px; }
    .switch-item-editable .switch-item-editable--content .bttn-icon {
      position: absolute;
      top: 13px;
      right: 15px; }
  .switch-item-editable h5 {
    min-height: 52px;
    margin: 1px 0 0 0; }
  .switch-item-editable .form-row-hidden {
    padding: 30px 15px !important;
    margin: 0 0 0 190px; }
  .switch-item-editable .sie-subscription {
    width: 159px;
    text-align: center; }
    .switch-item-editable .sie-subscription.not-subscribed {
      color: #D1D0CE; }
    .switch-item-editable .sie-subscription.is-subscribed {
      color: #13AA41; }
    .switch-item-editable .sie-subscription img {
      height: 30px;
      width: auto;
      margin: 5px auto 8px auto;
      display: block; }
    .switch-item-editable .sie-subscription p {
      margin: 0;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600; }

.static-data-rows {
  margin: 0 0 -25px 0;
  border-top: 1px solid #D1D0CE; }
  @media (min-width: 768px) and (max-width: 991px) {
    .static-data-rows {
      margin: 0 0 -25px 0; } }
  @media (max-width: 767px) {
    .static-data-rows {
      margin: 0 -15px -25px -15px; } }
  .static-data-rows .grid-row {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #D1D0CE;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .static-data-rows .grid-row:first-of-type {
      padding: 20px 0; }
    .static-data-rows .grid-row:last-of-type {
      border: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .static-data-rows .grid-row {
        margin: 0 0 15px 0;
        padding: 0 0 15px 0; }
        .static-data-rows .grid-row:first-of-type {
          padding: 15px 0; } }
    @media (max-width: 767px) {
      .static-data-rows .grid-row {
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        display: block; }
        .static-data-rows .grid-row:first-of-type {
          padding: 15px 0; }
        .static-data-rows .grid-row .col-xs-12 {
          text-align: left !important; } }
    .static-data-rows .grid-row a,
    .static-data-rows .grid-row a:focus,
    .static-data-rows .grid-row a:hover {
      color: #4A4A49;
      text-decoration: none; }
    .static-data-rows .grid-row .ttl {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600; }

.flexible-data-rows {
  margin-top: -15px; }
  .flexible-data-rows header {
    background: #D1D0CE; }
    .flexible-data-rows header .data-row {
      border: none !important; }
      .flexible-data-rows header .data-row span {
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        display: block; }
    .flexible-data-rows header h4 {
      margin: 0;
      padding: 20px 30px;
      background: white; }
      @media (max-width: 767px) {
        .flexible-data-rows header h4 {
          margin: 0 -15px; } }
    .flexible-data-rows header > div {
      padding: 25px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 600; }
  @media (max-width: 767px) {
    .flexible-data-rows header .data-row div:first-child {
      padding-left: 15px; } }
  .flexible-data-rows .data-row {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #D1D0CE;
    line-height: 1.3;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .flexible-data-rows .data-row div {
      text-overflow: ellipsis;
      overflow: hidden; }
    .flexible-data-rows .data-row .has-btn {
      text-align: right; }
      .flexible-data-rows .data-row .has-btn button:nth-child(2) {
        margin-left: 25px; }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .flexible-data-rows .data-row .has-btn button {
        margin: 0; }
        .flexible-data-rows .data-row .has-btn button:nth-child(2) {
          margin-top: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .flexible-data-rows .data-row .has-btn button {
        margin: 0; }
        .flexible-data-rows .data-row .has-btn button:nth-child(2) {
          margin-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .flexible-data-rows .data-row .has-btn button {
        margin: 0; }
        .flexible-data-rows .data-row .has-btn button:nth-child(2) {
          margin-top: 15px; } }
    @media (max-width: 767px) {
      .flexible-data-rows .data-row {
        padding: 25px 0;
        display: block; }
        .flexible-data-rows .data-row .has-btn {
          margin-top: 25px; } }
  .flexible-data-rows header + .data-row {
    margin: -1px 0 0 0;
    border-top: 1px solid #D1D0CE; }

.toc article {
  padding: 32px 0;
  border-bottom: 1px solid #D1D0CE; }
  .toc article .row {
    display: block;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .toc article:last-of-type {
    border: none; }
  .toc article .form-row {
    margin-bottom: 0; }
.toc .leading-icon {
  height: 44px;
  width: auto;
  margin: 3px auto 0 auto;
  display: block; }
.toc h4 {
  margin: 8px 0 5px 0;
  color: #002554;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 30px; }
.toc p {
  margin: 0;
  color: #76777B;
  font-size: 14px; }
  .toc p strong {
    padding-right: 5px;
    color: #4A4A49;
    font-weight: 600; }
.toc .completed h4 {
  color: #13AA41; }
.toc .needs-completed h4 {
  color: #76777B; }
.toc .toc-bttn button.bttn {
  display: block; }
.toc .toc-bttn button.arrw {
  display: none; }

@media (max-width: 767px) {
  .toc .col-lg-1 {
    padding-right: 0; }
  .toc .leading-icon {
    height: 30px;
    width: auto;
    margin: 3px auto 0 auto;
    display: block; }
  .toc h4 {
    margin: 4px 0 5px 0;
    font-size: 26px; }
  .toc .toc-bttn button.bttn {
    display: none; }
  .toc .toc-bttn button.arrw {
    display: block; } }
.amount input {
  height: 35px;
  width: 86px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .amount input.zero {
    color: #E03C31; }

.total {
  font-weight: 700; }

.over-under {
  color: #E03C31; }

#contingent {
  margin-top: -20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .calc .radio-item {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .calc .radio-item {
    margin-bottom: 0; }
  .calc .radio-item input[type="radio"] + label {
    padding: 13px; } }

footer {
  width: 100%;
  margin: 0;
  background: #4A4A49;
  color: #D1D0CE;
  font-size: 14px;
  position: relative;
  z-index: 1; }
  footer .container-fluid {
    padding: 40px 40px 20px 40px; }
  footer a {
    color: #D1D0CE; }
    footer a:focus, footer a:hover {
      color: #D1D0CE; }
      footer a:focus::after, footer a:hover::after {
        border-bottom: 1px solid #D1D0CE; }
    footer a:focus {
      text-decoration: underline; }
    @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
      footer a:focus, footer a:hover {
        text-decoration: none; } }
  footer ul {
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden; }
  footer ul li {
    margin: 0 0 15px 12px;
    padding: 0 12px 0 0;
    line-height: 1.2;
    float: left; }
  footer ul li:first-child {
    margin: 0 0 15px 0; }
  footer ul li:not(:last-child) {
    border-right: 1px solid #D1D0CE; }
  @media (max-width: 767px) {
    footer ul li {
      margin: 0 0 12px 12px; }
    footer ul li:first-child,
    footer ul li:nth-child(3) {
      margin: 0 0 8px 0; }
    footer ul li:nth-child(3) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  footer .container-fluid {
    padding: 40px 15px 20px 15px; }

  .stick-buttons + footer {
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  footer .container-fluid {
    padding: 40px 15px 10px 15px; }

  .stick-buttons + footer {
    padding-bottom: 60px; } }
.footer-alert {
  width: 100%;
  padding: 25px 0;
  background: #E03C31;
  color: white;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100; }
  .footer-alert p {
    margin: 0 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-alert {
      font-size: 20px; }
      .footer-alert p {
        margin: 0; } }
  @media (max-width: 767px) {
    .footer-alert {
      font-size: 20px; }
      .footer-alert p {
        margin: 0; } }

.bttns-container {
  padding-top: 40px; }
  .bttns-container.push-down {
    padding-bottom: 40px; }
  .bttns-container.with-border {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #E9F1F0; }
  .bttns-container .checkbox-item {
    margin: 15px 0 0 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .bttns-container.with-border {
    margin-top: 40px;
    padding: 40px 0 0 0;
    border-top: 1px solid #E9F1F0; } }   
@media (max-width: 767px) {
  .bttns-container {
    padding: 35px 0 0 0;
    text-align: center; }
    .bttns-container.with-border {
      margin-top: 40px;
      padding: 40px 0 0 0;
      border-top: 1px solid #E9F1F0; }
    .bttns-container.pull-right, .bttns-container.pull-left {
      float: none !important; }

  .background .bttns-container {
    padding: 35px 15px 0 15px;
    text-align: center; } }
.bttn {
  height: 56px;
  min-width: 150px;
  padding: 0 45px;
  background: white;
  border: 1px solid #00A4E4;
  border-radius: 30px;
  color: #00A4E4;
  font-family: "Futura", "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.15s cubic-bezier(0.7, 0, 0.3, 1); }
  .bttn.center-to-page {
    min-width: 180px; }
  .bttn:focus, .bttn:hover {
    background: #00A4E4;
    color: white; }
  .bttn.blue {
    background: #00A4E4;
    border: 1px solid #00A4E4;
    color: white; }
    .bttn.blue:focus, .bttn.blue:hover {
      background: #4CCAFC;
      border: 1px solid #4CCAFC; }
  .bttn.green {
    background: #13AA41;
    border: 1px solid #13AA41;
    color: white; }
    .bttn.green:focus, .bttn.green:hover {
      background: #50D986;
      border: 1px solid #50D986; }
  .bttn.clear {
    background: transparent;
    border-color: white;
    color: white; }
    .bttn.clear:focus, .bttn.clear:hover {
      background: #00A4E4;
      border-color: #00A4E4; }
  .bttn.grey {
    background: #76777B;
    border-color: #76777B;
    color: white; }
    .bttn.grey:focus, .bttn.grey:hover {
      background: #D0D0D0;
      border-color: #D0D0D0; }
  .bttn.disabled {
    background: #D0D0D0;
    border-color: #D0D0D0;
    color: white;
    cursor: not-allowed; }
    .bttn.disabled:focus, .bttn.disabled:hover {
      background: #D0D0D0;
      border-color: #D0D0D0; }
  .bttn.with-plus {
    min-width: 1px;
    padding: 0 35px 0 55px; }
    .bttn.with-caret-up {
      min-width: 1px;
      padding: 0 35px 0 55px;
      position: relative; }
      .bttn.with-caret-up span {
        height: 22px;
        width: 22px;
        background-image: url(../images/icon-arrow-blue-up.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px; }
      .bttn.with-caret-up:hover span {
        background-image: url(../images/icon-arrow-white-up.svg); }
    .bttn.with-caret-down {
      min-width: 1px;
      padding: 0 35px 0 55px;
      position: relative; }
      .bttn.with-caret-down span {
        height: 22px;
        width: 22px;
        background-image: url(../images/icon-arrow-blue-down.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px; }
      .bttn.with-caret-down:hover span {
        background-image: url(../images/icon-arrow-white-down.svg); }
    .bttn.with-caret-up-blue-no-text, .bttn.with-caret-down-blue-no-text, .bttn.with-caret-up-darkblue-no-text, .bttn.with-caret-down-darkblue-no-text, .bttn.with-caret-up-gray-no-text, .bttn.with-caret-down-gray-no-text {
      min-width: 56px;
      padding: 0;
      position: relative; }
      .bttn.with-caret-up-blue-no-text span, .bttn.with-caret-down-blue-no-text span, .bttn.with-caret-up-darkblue-no-text span, .bttn.with-caret-down-darkblue-no-text span, .bttn.with-caret-up-gray-no-text span, .bttn.with-caret-down-gray-no-text span {
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .bttn.with-caret-up-blue-no-text span {
      background-image: url(../images/icon-arrow-blue-up.svg); }
    .bttn.with-caret-down-blue-no-text span {
      background-image: url(../images/icon-arrow-blue-down.svg); }
    .bttn.with-caret-up-darkblue-no-text, .bttn.with-caret-down-darkblue-no-text {
      border: 1px solid #002554; }
      .bttn.with-caret-up-darkblue-no-text:hover, .bttn.with-caret-down-darkblue-no-text:hover {
        background: #002554; }
    .bttn.with-caret-up-darkblue-no-text span {
      background-image: url(../images/icon-arrow-blue-dark-up.svg); }
    .bttn.with-caret-down-darkblue-no-text span {
      background-image: url(../images/icon-arrow-blue-dark-down.svg); }
    .bttn.with-caret-up-gray-no-text, .bttn.with-caret-down-gray-no-text {
      border: 1px solid #76777B; }
      .bttn.with-caret-up-gray-no-text:hover, .bttn.with-caret-down-gray-no-text:hover {
        background: #76777B; }
    .bttn.with-caret-up-gray-no-text span {
      background-image: url(../images/icon-arrow-gray-up.svg); }
    .bttn.with-caret-down-gray-no-text span {
      background-image: url(../images/icon-arrow-gray-down.svg); }
    .bttn.with-caret-up-blue-no-text:hover span, .bttn.with-caret-up-darkblue-no-text:hover span, .bttn.with-caret-up-gray-no-text:hover span {
      background-image: url(../images/icon-arrow-white-up.svg); }
    .bttn.with-caret-down-blue-no-text:hover span, .bttn.with-caret-down-darkblue-no-text:hover span, .bttn.with-caret-down-gray-no-text:hover span {
      background-image: url(../images/icon-arrow-white-down.svg); }
  .bttn.modal-on {
    background: #00A4E4;
    color: white; }
  .bttn span {
    height: 20px;
    width: 20px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 18px;
    left: 30px; }
  @media (max-device-width: 1024px) and (orientation: landscape), (max-width: 991px) {
    .bttn:focus, .bttn:hover {
      background: white;
      color: #00A4E4; }
    .bttn.blue:focus, .bttn.blue:hover {
      background: #00A4E4;
      border: 1px solid #00A4E4;
      color: white; }
    .bttn.green:focus, .bttn.green:hover {
      background: #13AA41;
      border: 1px solid #13AA41;
      color: white; }
    .bttn.clear:focus, .bttn.clear:hover {
      background: transparent;
      border-color: white;
      color: white; }
    .bttn.grey:focus, .bttn.grey:hover {
      background: #76777B;
      border-color: #76777B;
      color: white; } }

.bttn + .bttn {
  margin: 0 0 0 10px; }

header + .bttn {
  margin: 15px 0 10px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .bttn + .bttn + .bttn {
    clear: left; } }
@media (max-width: 767px) {
  .bttn {
    width: 80%; }

  .bttn + .bttn {
    margin: 25px 0 0 0; } }
@media (max-width: 599px) {
  .bttn.pull-right,
  .bttn-icon.pull-right,
  .bttn.pull-left,
  .bttn-icon.pull-left {
    float: none !important; }

  .bttn + .bttn {
    margin: 15px auto 0 auto;
    display: block; } }
@media (max-width: 479px) {
  .bttn.pull-right,
  .bttn-icon.pull-right,
  .bttn.pull-left,
  .bttn-icon.pull-left {
    float: none !important; }

  .bttn + .bttn {
    margin: 15px auto 0 auto;
    display: block; } }
.arrw {
  height: 28px;
  width: 100%;
  padding: 2px 0 0 0;
  background: transparent;
  border: none; }
  .arrw img {
    height: auto;
    width: 10px; }

.bttn-icon {
  padding: 0;
  background: transparent;
  border: none;
  color: #00A4E4;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  line-height: 35px; }
  .bttn-icon img {
    height: 35px;
    width: 35px;
    margin-left: 8px;
    display: block;
    float: right; }
  .bttn-icon.disabled {
    color: #D1D0CE; }

.stick-buttons {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500; }
  .stick-buttons .bttns-container {
    height: 56px;
    padding: 0; }
    .stick-buttons .bttns-container .bttn {
      width: 50%;
      margin: 0;
      padding: 0 25px;
      border-left: none;
      border-right: none;
      border-bottom: none;
      border-radius: 0;
      float: left !important; }
      .stick-buttons .bttns-container .bttn:focus, .stick-buttons .bttns-container .bttn:hover {
        background: white;
        color: #00A4E4; }
      .stick-buttons .bttns-container .bttn.green:focus, .stick-buttons .bttns-container .bttn.green:hover {
        background: #13AA41;
        color: white; }

   .icon-checkmark-green-solid {
            display: block;
            height: 25px;
            width: 25px;
            background:transparent url(../images/icon-checkmark-green-solid.svg) no-repeat center;              
      } 

      .icon-checkmark-green {
        display: block;
        height: 25px;
        width: 25px;
        background:transparent url(../images/icon-checkmark-green.svg) no-repeat center;              
  } 

   .icon-error {
        display: block;
        height: 25px;
        width: 25px;
        background: transparent url(../images/icon-error.svg) no-repeat center center;
      
    } 

    .dsulogin-statusbar-dot-yellow
    {
      display: block;
      height: 25px;
      width: 25px;
      background: transparent url(../images/dsulogin-statusbar-dot-yellow.svg) no-repeat center center;
    }

.dsulogin-header-blue {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 0 20px 40px;
  background: #001F62; }
  @media (max-width: 767px) {
    .dsulogin-header-blue {
      padding-left: 20px; } }
  .dsulogin-header-blue .dsulogin-aig-logo-white {
    width: 102px; }

.dsulogin-header-white {
  background: white;
  padding-left: 40px;
  max-width: 1500px;
  margin: auto;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .dsulogin-header-white {
      padding-left: 20px; } }
  .dsulogin-header-white .dsulogin-aig-logo-blue {
    width: 102px; }

.dsulogin {
  max-width: 1500px;
  -webkit-box-shadow: 0px 0px 5px 0px #e5f3fb;
  -moz-box-shadow: 0px 0px 5px 0px #e5f3fb;
  box-shadow: 0px 0px 5px 0px #e5f3fb;
  background: white;
  padding-bottom: 90px; }
  .dsulogin-photobk .dsulogin {
    padding-top: 100px; }
    @media (max-width: 767px) {
      .dsulogin-photobk .dsulogin {
        padding-top: 60px; } }
  @media (min-width: 1420px) {
    .dsulogin {
      margin: 0 auto; } }
  .dsulogin .content-container-background {
    box-shadow: none; }

.dsulogin-content {
  max-width: 1300px;
  margin: auto;
  display: table;
  width: 100%; }

.dsulogin-form {
  display: table-cell; }
  .dsulogin-form.dsulogin-form-show-requirements {
    border-right: 2px solid #eee; }
    @media (max-width: 767px) {
      .dsulogin-form.dsulogin-form-show-requirements {
        border-right: none; } }
  .dsulogin-form .dsulogin-form-container {
    margin: auto;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .dsulogin-form .dsulogin-form-container {
        padding-left: 20px;
        padding-right: 20px; } }
  .dsulogin-form .dsulogin-form-show-requirements .dsulogin-form-container {
    padding-left: 60px;
    border: 1px solid red;
    padding-right: 60px; }
  .dsulogin-form .dsulogin-2fields-hd {
    font-size: 22px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 600;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .dsulogin-form .dsulogin-2fields-hd {
        max-width: 460px; } }
    @media (max-width: 767px) {
      .dsulogin-form .dsulogin-2fields-hd {
        padding-left: 0;
        padding-right: 0; } }
  .dsulogin-form .dsulogin-2fields-row {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    max-width: 750px;
    position: relative; }
    .dsulogin-form .dsulogin-2fields-row:first-of-type {
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      .dsulogin-form .dsulogin-2fields-row {
        padding-left: 20px;
        padding-right: 20px; } }
    .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link {
      position: absolute;
      padding-top: 12px; }
      @media (max-width: 767px) {
        .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link {
          bottom: 0; } }
      .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link a {
        color: #C2C3BE;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        background: url(../images/dsulogin-delete-grey.svg) no-repeat right 0;
        line-height: 30px;
        background-size: 30px;
        padding-right: 40px;
        font-size: 16px; }
        .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link a:hover {
          text-decoration: none; }
        @media (max-width: 900px) {
          .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link a {
            padding-right: 0;
            width: 30px;
            overflow: hidden;
            text-indent: -9999px; } }
        @media (max-width: 767px) {
          .dsulogin-form .dsulogin-2fields-row .dsulogin-delete-link a {
            overflow: visible;
            background: none;
            text-transform: none;
            text-indent: 0;
            width: auto; } }
    .dsulogin-form .dsulogin-2fields-row.can-be-deleted {
      padding-bottom: 40px; }
  .dsulogin-form .dsulogin-2fields {
    max-width: none;
    display: table;
    margin: auto;
    width: 100%; }
    .dsulogin-form .dsulogin-2fields > .row {
      width: 50%;
      display: table-cell; }
    @media (max-width: 767px) {
      .dsulogin-form .dsulogin-2fields {
        max-width: 460px;
        display: block; }
        .dsulogin-form .dsulogin-2fields > .row {
          width: auto;
          display: block; } }
  .dsulogin-form .dsulogin-bttns-2col .bttns-container {
    box-sizing: border-box;
    display: table;
    margin: auto;
    box-sizing: border-box; }
    .dsulogin-form .dsulogin-bttns-2col .bttns-container > div {
      display: table-cell;
      padding-right: 5px; }
      .dsulogin-form .dsulogin-bttns-2col .bttns-container > div .bttn {
        padding-left: 0;
        padding-right: 0;
        max-width: 200px;
        width: 100%;
        min-width: 200px; }
        @media (max-width: 479px) {
          .dsulogin-form .dsulogin-bttns-2col .bttns-container > div .bttn {
            min-width: 130px; } }
      .dsulogin-form .dsulogin-bttns-2col .bttns-container > div:nth-of-type(1) {
        padding-right: 10px; }
      .dsulogin-form .dsulogin-bttns-2col .bttns-container > div:nth-of-type(2) {
        padding-left: 10px; }

.dsulogin-masthead-image {
  display: block;
  margin: 0 auto 30px auto; }
  @media (max-width: 767px) {
    .dsulogin-masthead-image {
      display: none; } }

.dsulogin-masthead {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
  .dsulogin-masthead .dsulogin-masthead-text {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 44px;
    line-height: 55px; }
    .dsulogin-photobk .dsulogin-masthead .dsulogin-masthead-text {
      font-size: 52px;
      line-height: 56px; }
    @media (max-width: 767px) {
      .dsulogin-masthead .dsulogin-masthead-text {
        max-width: 460px;
        margin: auto;
        text-align: left;
        font-size: 32px;
        line-height: 40px; }
        .dsulogin-photobk .dsulogin-masthead .dsulogin-masthead-text {
          font-size: 32px;
          line-height: 40px; } }
  .dsulogin-masthead .dsulogin-subhead-text {
    text-align: center;
    font-size: 24px;
    max-width: 700px;
    margin: 40px auto 0 auto; }
    @media (max-width: 767px) {
      .dsulogin-masthead .dsulogin-subhead-text {
        text-align: left;
        font-size: 17px;
        line-height: 1.6; } }
    @media (max-width: 767px) {
      .dsulogin-masthead .dsulogin-subhead-text.hidden-for-phone {
        display: none; } }
    .dsulogin-photobk .dsulogin-masthead .dsulogin-subhead-text {
      font-size: 28px; }
    @media (max-width: 767px) {
      .dsulogin-masthead .dsulogin-subhead-text {
        max-width: 460px; } }

.dsulogin-password-visibility .password-hide,
.dsulogin-password-visibility .password-show {
  height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  display: none;
  cursor: pointer; }
  @media (max-width: 767px) {
    .dsulogin-password-visibility .password-hide,
    .dsulogin-password-visibility .password-show {
      font-size: 14px; } }
  .dsulogin-photobk .dsulogin-password-visibility .password-hide, .dsulogin-photobk
  .dsulogin-password-visibility .password-show {
    background: transparent; }

.dsulogin-requirements {
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
  display: table-cell;
  vertical-align: middle; }
  .dsulogin-requirements .dsulogin-requirements-container {
    display: table;
    margin: auto; }
  .dsulogin-requirements .dsulogin-sidebar-title {
    white-space: nowrap;
    font-size: 28px;
    line-height: 32px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 24px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .dsulogin-requirements .dsulogin-sidebar-title {
        font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .dsulogin-requirements {
      padding-left: 20px;
      font-size: 18px; } }
  @media (max-width: 599px) {
    .dsulogin-requirements {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .dsulogin-requirements {
      display: none; } }
  .dsulogin-requirements span {
    display: inline-block; }
  .dsulogin-requirements ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .dsulogin-requirements li {
    text-align: left;
    margin-bottom: 6px;
    background: url(../images/dsulogin-requirements-checkmark-green.svg) no-repeat 0 5px;
    padding-left: 28px; }

.dsulogin-photobk {
  background: #333;
  color: white; }
  .dsulogin-photobk .dsulogin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(10, 10, 10, 0.7);
    position: relative; }
    .dsulogin-photobk .dsulogin:before {
      pointer-events: none;
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #333 url(../images/dsulogin-photo-background.jpg) center right no-repeat;
      background-size: cover;
      opacity: 1; }
      @media (max-width: 479px) {
        .dsulogin-photobk .dsulogin:before {
          background-position: -550px 0;
          background-size: cover; } }
  .dsulogin-photobk .form-row .input-item label {
    color: white; }
  .dsulogin-photobk .form-row .input-item input {
    background: transparent;
    color: white; }
    .dsulogin-photobk .form-row .input-item input:focus, .dsulogin-photobk .form-row .input-item input:invalid, .dsulogin-photobk .form-row .input-item input:required {
      border-color: white; }
  .dsulogin-photobk .form-row .input-item label::after {
    border-bottom: 1px solid #515151; }
  .dsulogin-photobk .form-row .input-item.fc-toggled label::after {
    border-bottom: 1px solid #515151; }
  .dsulogin-photobk .dsulogin-photobk-links {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; }
    .dsulogin-photobk .dsulogin-photobk-links div {
      margin-top: 10px;
      margin-bottom: 10px; }
    @media (max-width: 767px) {
      .dsulogin-photobk .dsulogin-photobk-links {
        text-align: left; } }
    .dsulogin-photobk .dsulogin-photobk-links a {
      color: white;
      position: relative; }
      .dsulogin-photobk .dsulogin-photobk-links a:before {
        transition: all 0.4s ease-in-out;
        opacity: 0;
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        height: 1px;
        left: 0;
        right: 0;
        bottom: 1px; }
      .dsulogin-photobk .dsulogin-photobk-links a:hover {
        text-decoration: none; }
        .dsulogin-photobk .dsulogin-photobk-links a:hover:before {
          opacity: 1; }
      @media (max-width: 767px) {
        .dsulogin-photobk .dsulogin-photobk-links a:before {
          opacity: 1; } }
  .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item {
        display: block;
        margin-left: 18px;
        margin-right: 0; } }
    .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label {
          padding-left: 50px; } }
    .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label::before {
      top: 1px;
      width: 24px;
      height: 24px; }
      @media (max-width: 767px) {
        .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label::before {
          top: -3px;
          width: 36px;
          height: 36px; } }
    .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label::after {
      top: 1px;
      width: 24px;
      height: 24px;
      border-width: 1px;
      background: transparent; }
      @media (max-width: 767px) {
        .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"] + label::after {
          top: -3px;
          width: 36px;
          height: 36px; } }
    .dsulogin-photobk .dsulogin-photobk-checkboxes .checkbox-item input[type="checkbox"]:focus + label::after {
      border-color: white;
      border-width: 1px; }
  .dsulogin-photobk .bttns-container {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .dsulogin-photobk .bttns-container.text-center {
        text-align: left;
        margin-left: 20px; } }
    .dsulogin-photobk .bttns-container .bttn {
      border-color: white;
      color: white;
      min-width: 250px;
      background: transparent; }
      @media (max-width: 767px) {
        .dsulogin-photobk .bttns-container .bttn {
          width: auto; } }

.dsulogin-checkbox-consent {
  display: table;
  margin: 20px auto 0 auto; }

.dsulogin-add-link {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .dsulogin-add-link {
      text-align: left; } }
  .dsulogin-add-link a {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #DDF2FB;
    vertical-align: baseline;
    max-width: 460px;
    position: relative; }
    @media (max-width: 767px) {
      .dsulogin-add-link a {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    .dsulogin-add-link a:before {
      content: '';
      background: transparent url(../images/icon-plus.svg) no-repeat top left;
      height: 30px;
      margin-left: -40px;
      width: 30px;
      position: absolute;
      left: 0;
      display: inline-block;
      vertical-align: middle; }
    .dsulogin-add-link a:after {
      transition: all 0.4s ease-in-out;
      opacity: 0;
      content: '';
      position: absolute;
      background: #DDF2FB;
      height: 1px;
      left: 0;
      right: 0;
      bottom: 2px; }
    @media (max-width: 767px) {
      .dsulogin-add-link a {
        background: none;
        font-size: 16px;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 600;
        padding-left: 0; }
        .dsulogin-add-link a:before {
          display: none; }
        .dsulogin-add-link a:after {
          display: none; } }
    .dsulogin-add-link a:hover {
      text-decoration: none; }
      .dsulogin-add-link a:hover:after {
        opacity: 1; }

.dsulogin-password-confirmed {
  position: relative; }
  .dsulogin-password-confirmed:before {
    content: '';
    background: transparent url(../images/dsulogin-check-green.svg) no-repeat top center;
    position: absolute;
    right: -28px;
    height: 30px;
    top: 15px;
    width: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 970px) {
      .dsulogin-password-confirmed:before {
        opacity: 1; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .dsulogin-password-confirmed:before {
        display: none; } }
    @media (max-width: 767px) {
      .dsulogin-password-confirmed:before {
        display: none; } }

.desktop-only {
  display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .desktop-only {
      display: none; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mobile-only {
      display: block; } }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.shift-right {
  margin-right: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-right {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .shift-right {
      margin-right: 0; } }

.shift-left {
  margin-left: -15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-left {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .shift-left {
      margin-left: 0; } }

.shift-right-mobile {
  margin-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-right-mobile {
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .shift-right-mobile {
      margin-right: -15px; } }

.shift-left-mobile {
  margin-left: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shift-left-mobile {
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .shift-left-mobile {
      margin-left: -15px; } }

.sc-item p {
  margin-top: 4px; }
.sc-item.disabled p {
  color: #D1D0CE; }
  .sc-item.disabled p .fa {
    color: #b7b7ba;
    position: relative;
    right: -10px;
    top: 1px; }
.sc-item .sc-item--icon {
  width: 36px;
  margin: -4px 15px 0 15px;
  float: left; }
  .sc-item .sc-item--icon img {
    height: auto;
    width: 90%;
    margin: 0 auto; }

.cc-container {
  height: 120px;
  width: 100%;
  padding: 20px 0 0 0;
  border: 1px solid #D1D0CE;
  color: #4A4A49;
  font-size: 22px;
  text-align: center;
  display: block;
  transition: all 0.15s ease-in; }
  .cc-container.cc {
    background: transparent; }
    .cc-container.cc .cc-icon {
      height: 50px;
      width: 100%;
      transition: all 0.12s ease-in; }
      .cc-container.cc .cc-icon.cr {
        background: transparent url(../images/icon-credit-card-gray.svg) no-repeat center center; }
      .cc-container.cc .cc-icon.ch {
        background: transparent url(../images/icon-checking-gray.svg) no-repeat center center; }
      .cc-container.cc .cc-icon.sa {
        background: transparent url(../images/icon-savings-gray.svg) no-repeat center center; }
    .cc-container.cc:focus, .cc-container.cc:hover {
      background: #00A4E4;
      border: 1px solid #00A4E4;
      color: white;
      text-decoration: none; }
      .cc-container.cc:focus .cc-icon.cr, .cc-container.cc:hover .cc-icon.cr {
        background: transparent url(../images/icon-credit-card-white.svg) no-repeat center center; }
      .cc-container.cc:focus .cc-icon.ch, .cc-container.cc:hover .cc-icon.ch {
        background: transparent url(../images/icon-checking-white.svg) no-repeat center center; }
      .cc-container.cc:focus .cc-icon.sa, .cc-container.cc:hover .cc-icon.sa {
        background: transparent url(../images/icon-savings-white.svg) no-repeat center center; }
      .cc-container.cc:focus::after, .cc-container.cc:hover::after {
        display: none; }
    .cc-container.cc.blue {
      background: #00A4E4;
      border: 1px solid #00A4E4;
      color: white; }
      .cc-container.cc.blue .cc-icon.cr {
        background: transparent url(../images/icon-credit-card-white.svg) no-repeat center center; }
      .cc-container.cc.blue .cc-icon.ch {
        background: transparent url(../images/icon-checking-white.svg) no-repeat center center; }
      .cc-container.cc.blue .cc-icon.sa {
        background: transparent url(../images/icon-savings-white.svg) no-repeat center center; }
    .cc-container.cc.disabled {
      background: #76777B;
      border: 1px solid #76777B;
      color: white;
      cursor: default; }
      .cc-container.cc.disabled .cc-icon.cr {
        background: transparent url(../images/icon-credit-card-white.svg) no-repeat center center; }
      .cc-container.cc.disabled .cc-icon.ch {
        background: transparent url(../images/icon-checking-white.svg) no-repeat center center; }
      .cc-container.cc.disabled .cc-icon.sa {
        background: transparent url(../images/icon-savings-white.svg) no-repeat center center; }
section {
  position: relative; }
  section .content-container-background {
    position: relative;
    z-index: 2; }
    section .content-container-background.with-background-image {
      margin: 90px 0; }
      section .content-container-background.with-background-image h3 {
        margin: 0 0 30px 0;
        font-size: 50px;
        line-height: 1.2; }
      section .content-container-background.with-background-image h3 + p {
        margin: 0 0 10px 0;
        color: #002554;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 300;
        font-size: 24px; }
      section .content-container-background.with-background-image .help {
        margin: 30px 0 0 0; }
    section .content-container-background span.estimated-cost {
      margin-top: -15px;
      color: #13AA41;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 300;
      font-size: 70px;
      display: inline-block; }
    section .content-container-background .cc-container {
      margin: 30px -15px 15px -15px;
      overflow: hidden; }
      section .content-container-background .cc-container .cc {
        height: 120px;
        width: 195px;
        margin: 0 15px;
        padding: 20px 0 0 0;
        background: transparent;
        border: 1px solid #D1D0CE;
        color: #4A4A49;
        font-size: 22px;
        text-align: center;
        float: left;
        display: block;
        cursor: pointer;
        transition: all 0.15s ease-in; }
        section .content-container-background .cc-container .cc .cc-icon {
          height: 50px;
          width: 100%;
          transition: all 0.12s ease-in; }
          section .content-container-background .cc-container .cc .cc-icon.cr {
            background: transparent url(../../images/icon-credit-card.svg) no-repeat center center; }
          section .content-container-background .cc-container .cc .cc-icon.sv {
            background: transparent url(../../images/icon-savings.svg) no-repeat center center; }
          section .content-container-background .cc-container .cc .cc-icon.ch {
            background: transparent url(../../images/icon-checking.svg) no-repeat center center; }
        section .content-container-background .cc-container .cc:focus, section .content-container-background .cc-container .cc:hover {
          background: #00A4E4;
          border: 1px solid #00A4E4;
          color: white;
          text-decoration: none; }
          section .content-container-background .cc-container .cc:focus .cc-icon.cr, section .content-container-background .cc-container .cc:hover .cc-icon.cr {
            background: transparent url(../../images/icon-credit-card-white.svg) no-repeat center center; }
          section .content-container-background .cc-container .cc:focus .cc-icon.sv, section .content-container-background .cc-container .cc:hover .cc-icon.sv {
            background: transparent url(../../images/icon-savings-white.svg) no-repeat center center; }
          section .content-container-background .cc-container .cc:focus .cc-icon.ch, section .content-container-background .cc-container .cc:hover .cc-icon.ch {
            background: transparent url(../../images/icon-checking-white.svg) no-repeat center center; }
    section .content-container-background .info-column img {
      height: auto;
      width: 75px;
      margin: 30px 0; }
  section .background-image {
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    section .background-image.full {
      height: 100%; }
    section .background-image.half {
      height: 380px; }
  section .hero-fullbleed {
    padding: 60px 0;
    background-color: #0057B8;
    background-image: url(../images/1920x1080-AGLA-3495417-1_v01_r01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white; }
    section .hero-fullbleed h2 {
      margin: 0 0 15px 0; }
    section .hero-fullbleed p {
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-weight: 300;
      font-size: 24px; }
    section .hero-fullbleed .hero-fullbleed-user {
      margin: 25px 0;
      padding: 15px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      section .hero-fullbleed .hero-fullbleed-user p {
        margin: 0; }
    section .hero-fullbleed .hero-ticket-amounts-item {
      margin: 0;
      color: white; }
      section .hero-fullbleed .hero-ticket-amounts-item h3 {
        margin: 0 0 2px 0;
        padding: 0;
        color: white;
        font-weight: 200;
        font-size: 50px; }
      section .hero-fullbleed .hero-ticket-amounts-item p {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase; }
  section .help {
    margin: 0 0 40px 0; }

footer {
  padding: 40px 0 20px 0; }

.ash-engine-header-lastsaved {
  font-size: 14px;
  text-align: right; }


  /* Action Buton Drop Down */
.table-grid .table-striped > tbody > tr > td > .btn-action-group {
    opacity: 0;
    transition: opacity  0.5s cubic-bezier(.7,0,.3,1);
}

.table-grid .table-striped > tbody > tr > td > .btn-action-group {
    opacity: 1;    
}


/* START - ADDED FROM PRESALES SITE.CSS file */
.alignCenter{
    text-align: center;
    vertical-align: middle;
}


.btn-action-group {
    float: right;
}

.btn-action-group>.btn.btn-action,
.btn-action-group>.btn.btn-action:hover,
.btn-action-group>.btn.btn-action:focus,
.btn-action-group>.btn.btn-action:active,
.btn-action-group.open>.btn.btn-action:hover,
.btn-action-group.open>.btn.btn-action:focus,
.btn-action-group.open>.btn.btn-action:active{
    background-color: #008FDD;
    color: #fff;
    border-radius: 2px;
    border-color: #008FDD;
    font-size: 16px;
    padding: 2px 7px 4px 12px;
    box-shadow: none;    
    z-index: 1001;
    position: relative;
}

.btn-action .dot {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.btn-action .dot:first-child{
    margin-left: 19px;
}

.btn-action-group .dropdown-menu {
    left: inherit;
    right: 0px;
    box-shadow: none;
    background-color: #008FDD;
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: opacity .8s, border-color .8s;
    transition: opacity .8s, border-color .8s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);    
    border-color: transparent;
    display: block;
    max-height: 0px;
    overflow: hidden;
}

.btn-action-group:hover .btn.btn-action ~ .dropdown-menu {
    transform:translate3d(0,0,0);
    border-radius: 2px;
    opacity: 1;
    border-color: #008FDD;    
    z-index: 10002;
    max-height: 1000px;
    padding: 10px 0px;
}

.btn-action-group .dropdown-menu li a {
    color:#fff;
    font-size:16px;
    padding: 9px 20px 9px 20px;
    line-height: 12px;
    transition: background-color  0.4s cubic-bezier(.7,0,.3,1);      
    border-radius: 0px;
}

.btn-action-group .dropdown-menu>li>a:hover,
.btn-action-group .dropdown-menu>li>a:focus,
.btn-action-group .dropdown-menu>li>a:active{
    background-color:#0258BB;
    color:#fff;    
}

.subscriptions {border-bottom: none;}
.subscriptions .pageInfo article {
    padding: 0px;
}
.subscriptions .pageInfo p {
  font-size: 16px; 
}
.subscriptions .pageInfo .note p {
  font-size: 16px; 
}
.subscriptions .checkbox-item.with-description p.subscriptionSubTypeDesc{
    font-size: 16px;
    font-style: italic;
    margin: 0 0 15px 75px;
}
.subscriptions .agentNumbers article {
    padding: 20px 0px 0px 0px;
    border-bottom-width:0px;
}
.subscriptions .delegatorNumbers article {
    padding: 20px 0px 0px 0px;
    border-bottom-width:0px;
}
.subscriptions .agentSubscriptions article {
    padding: 0px 0px 25px 0px;
    border-bottom-width:0px;
}
.subscriptions .hosubscriptionsHeader p.subscriptionSubTypeName{
    margin: 10px 0 0 -25px;
}
.subscriptions .hosubscriptionsHeader p.subscriptionSubTypeDesc{
   font-size: 16px;
   font-style: italic;
   margin: 0 0 15px -25px;
}

/*START LANDING PAGE SPECIFIC STYLING*/

.landing {
  margin: -15px 0; }
  .landing h1{
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #D1D0CE;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #002554;
  }
  .landing .col-xs-12 {
    margin: 15px 0; }
    .landing .col-xs-12 .col-xs-12:first-child {
      margin: 0 0 15px 0; }
    .landing .col-xs-12 .contact .col-xs-12,
    .landing .col-xs-12 .contact .col-xs-12:first-child {
      margin: 15px 0; }
  .landing ul li,
  .landing ol li {
    margin: 8px 0; }
  .landing .landing-module,
  .landing .promotional-module,
  .landing .contact {
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .landing .landing-module .col-xs-12,
    .landing .promotional-module .col-xs-12,
    .landing .contact .col-xs-12 {
      margin: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .landing .landing-module .col-xs-12,
        .landing .promotional-module .col-xs-12,
        .landing .contact .col-xs-12 {
          margin: 15px 0; } }
      @media (max-width: 767px) {
        .landing .landing-module .col-xs-12,
        .landing .promotional-module .col-xs-12,
        .landing .contact .col-xs-12 {
          margin: 15px 0; } }
    .landing .landing-module.height-small,
    .landing .promotional-module.height-small,
    .landing .contact.height-small {
      min-height: 250px; }
    .landing .landing-module.height-medium,
    .landing .promotional-module.height-medium,
    .landing .contact.height-medium {
      min-height: 450px; }
    .landing .landing-module.height-large,
    .landing .promotional-module.height-large,
    .landing .contact.height-large {
      min-height: 650px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing .landing-module.height-small, .landing .landing-module.height-medium, .landing .landing-module.height-large,
      .landing .promotional-module.height-small,
      .landing .promotional-module.height-medium,
      .landing .promotional-module.height-large,
      .landing .contact.height-small,
      .landing .contact.height-medium,
      .landing .contact.height-large {
        height: auto !important; }
        .landing .landing-module.height-small .module-image, .landing .landing-module.height-medium .module-image, .landing .landing-module.height-large .module-image,
        .landing .promotional-module.height-small .module-image,
        .landing .promotional-module.height-medium .module-image,
        .landing .promotional-module.height-large .module-image,
        .landing .contact.height-small .module-image,
        .landing .contact.height-medium .module-image,
        .landing .contact.height-large .module-image {
          min-height: 150px; } }
    @media (max-width: 767px) {
      .landing .landing-module.height-small, .landing .landing-module.height-medium, .landing .landing-module.height-large,
      .landing .promotional-module.height-small,
      .landing .promotional-module.height-medium,
      .landing .promotional-module.height-large,
      .landing .contact.height-small,
      .landing .contact.height-medium,
      .landing .contact.height-large {
        height: auto !important; }
        .landing .landing-module.height-small .module-image, .landing .landing-module.height-medium .module-image, .landing .landing-module.height-large .module-image,
        .landing .promotional-module.height-small .module-image,
        .landing .promotional-module.height-medium .module-image,
        .landing .promotional-module.height-large .module-image,
        .landing .contact.height-small .module-image,
        .landing .contact.height-medium .module-image,
        .landing .contact.height-large .module-image {
          min-height: 150px; } }
    .landing .landing-module h3,
    .landing .promotional-module h3,
    .landing .contact h3 {
      margin: 0 0 25px 0;
      padding: 0 0 25px 0;
      border-bottom: 1px solid #D1D0CE; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .landing .landing-module h3,
        .landing .promotional-module h3,
        .landing .contact h3 {
          font-family: "Source Sans Pro", Arial, sans-serif;
          font-weight: normal;
          font-size: 28px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .landing .landing-module h3,
        .landing .promotional-module h3,
        .landing .contact h3 {
          font-family: "Source Sans Pro", Arial, sans-serif;
          font-weight: normal;
          font-size: 28px; } }
    .landing .landing-module h4,
    .landing .promotional-module h4,
    .landing .contact h4 {
      margin: 0 0 20px 0; }
    .landing .landing-module h5,
    .landing .promotional-module h5,
    .landing .contact h5 {
      margin-top: 30px;
      font-size: 22px; }
    .landing .landing-module .module-image,
    .landing .promotional-module .module-image,
    .landing .contact .module-image {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block; }
      .landing .landing-module .module-image.ratio-1-1,
      .landing .promotional-module .module-image.ratio-1-1,
      .landing .contact .module-image.ratio-1-1 {
        padding-top: 100%; }
      .landing .landing-module .module-image.ratio-4-3,
      .landing .promotional-module .module-image.ratio-4-3,
      .landing .contact .module-image.ratio-4-3 {
        padding-top: 75%; }
      .landing .landing-module .module-image.ratio-16-9,
      .landing .promotional-module .module-image.ratio-16-9,
      .landing .contact .module-image.ratio-16-9 {
        padding-top: 56.25%; }
      .landing .landing-module .module-image.ratio-none,
      .landing .promotional-module .module-image.ratio-none,
      .landing .contact .module-image.ratio-none {
        height: 100%; }
      .landing .landing-module .module-image img,
      .landing .promotional-module .module-image img,
      .landing .contact .module-image img {
        height: auto !important;
        width: 105% !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .landing .landing-module ul.list-links li,
    .landing .promotional-module ul.list-links li,
    .landing .contact ul.list-links li {
      margin: 0 0 10px 0;
      padding: 10px 0 0 0;
      border-top: 1px solid #eae9e8; }
    .landing .landing-module .headline-date a,
    .landing .promotional-module .headline-date a,
    .landing .contact .headline-date a {
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .landing .landing-module .headline-date p,
    .landing .promotional-module .headline-date p,
    .landing .contact .headline-date p {
      margin: -5px 0 19px 0;
      font-size: 14px; }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .landing .landing-module .headline-date,
      .landing .promotional-module .headline-date,
      .landing .contact .headline-date {
        font-size: 18px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .landing .landing-module .headline-date,
      .landing .promotional-module .headline-date,
      .landing .contact .headline-date {
        font-size: 18px; } }
    .landing .landing-module .view-more-link,
    .landing .promotional-module .view-more-link,
    .landing .contact .view-more-link {
      margin: 25px 0 0 0;
      padding: 25px 0 0 0;
      border-top: 1px solid #D1D0CE; }
      .landing .landing-module .view-more-link a,
      .landing .promotional-module .view-more-link a,
      .landing .contact .view-more-link a {
        font-family: "Futura", "Source Sans Pro", Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase; }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .landing .landing-module .view-more-link a,
          .landing .promotional-module .view-more-link a,
          .landing .contact .view-more-link a {
            font-size: 16px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .landing .landing-module .view-more-link a,
          .landing .promotional-module .view-more-link a,
          .landing .contact .view-more-link a {
            font-size: 16px; } }
    .landing .landing-module .data-two-column,
    .landing .promotional-module .data-two-column,
    .landing .contact .data-two-column {
      font-size: 16px; }
      .landing .landing-module .data-two-column header,
      .landing .promotional-module .data-two-column header,
      .landing .contact .data-two-column header {
        background: #E9F1F0;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: bold;
        overflow: hidden; }
        .landing .landing-module .data-two-column header + section,
        .landing .promotional-module .data-two-column header + section,
        .landing .contact .data-two-column header + section {
          border: none; }
      .landing .landing-module .data-two-column section,
      .landing .promotional-module .data-two-column section,
      .landing .contact .data-two-column section {
        border-top: 1px solid #D1D0CE;
        overflow: hidden; }
      .landing .landing-module .data-two-column .item,
      .landing .promotional-module .data-two-column .item,
      .landing .contact .data-two-column .item {
        width: 50%;
        padding: 15px;
        float: left; }
        .landing .landing-module .data-two-column .item:first-child,
        .landing .promotional-module .data-two-column .item:first-child,
        .landing .contact .data-two-column .item:first-child {
          font-family: "Source Sans Pro", Arial, sans-serif;
          font-weight: bold;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .landing .landing-module .data-two-column .item:last-child,
        .landing .promotional-module .data-two-column .item:last-child,
        .landing .contact .data-two-column .item:last-child {
          text-align: right; }
  .landing .promotional-module {
    background: #00A4E4;
    padding-top: calc(36.25% + 20px); }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .landing .promotional-module {
        padding-top: calc(56.25% + 20px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .landing .promotional-module {
        padding-top: calc(56.25% + 20px); } }
    .landing .promotional-module .promotional-image {
      width: 100%;
      padding-top: 36.25%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .landing .promotional-module .promotional-image {
          padding-top: 56.25%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .landing .promotional-module .promotional-image {
          padding-top: 56.25%; } }
      .landing .promotional-module .promotional-image img {
        height: auto;
        width: 110%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .landing .promotional-module h3 {
      margin: 0 0 15px 0;
      padding: 20px 0 0 0;
      color: white;
      border: none; }
    .landing .promotional-module p {
      color: white; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .landing .promotional-module p {
          font-size: 18px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .landing .promotional-module p {
          font-size: 18px; } }
    .landing .promotional-module .view-more-link a {
      color: white;
      transition: color 0.15s ease; }
      .landing .promotional-module .view-more-link a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .landing .contact-module {
    min-height: 100px;
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc; }
  .landing .landing-module-overlay {
    position: absolute;
    z-index: 10;
    top: 45%;
    background-color: rgba(100, 100, 100, 0.5);
    width: calc(100% - 60px);
    color: white; }
    .landing .landing-module-overlay .landing-module-overlay-content {
      margin: 30px 0px;
      padding: 0px 60px; }
      .landing .landing-module-overlay .landing-module-overlay-content h2 {
        margin-top: 0px;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 200; }
        .landing .landing-module-overlay .landing-module-overlay-content h2 .landing-module-overlay-content-subhead {
          font-size: 55px; }
          @media (max-width: 767px) {
            .landing .landing-module-overlay .landing-module-overlay-content h2 .landing-module-overlay-content-subhead {
              font-size: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .landing .landing-module-overlay {
        top: 13%; } }
    @media (max-width: 767px) {
      .landing .landing-module-overlay {
        top: 13%; } }

/*END LANDING PAGE SPECIFIC STYLING*/

/*START ICON LAYOUT LINK ROW*/
.linkRowIcon {
  margin: 15px 0;
  padding: 5px 0 15px 0;
  background: #e8f1f0;
  transition: background 0.15s ease; }
  .linkRowIcon:hover {
    background: #d8e5e4; }
  .linkRowIcon a {
    width: 100%;
    padding: 5px 15px 0 48px;
    color: #4A4A49;
    display: inline-block;
    position: relative; }
    .linkRowIcon a img {
      height: auto;
      width: 20px;
      position: absolute;
      top: 13px;
      left: 15px; }
    .linkRowIcon a .fa {
      position: absolute;
      top: 13px;
      left: 15px; }
  .linkRowIcon p.desc {
    margin: 0 0 15px 48px; }
    .linkRowIcon p.desc:last-child {
      margin: 0 0 0 48px; } 
  .legend header{
    font-weight: bold;
    float:left;
  }
  .legend .bttn-icon{
      color: #4A4A49;
      font-weight: normal;
      font-size: 16px;
    line-height: 25px;
      text-transform: capitalize;
  }
  .legend .bttn-icon img {
      height: 25px;
      width: 25px;
  }  
/*END ICON LAYOUT LINK ROW*/
/*START - Missing styles added from connext portal and connext security sites*/
.fadein {
  opacity: 1;
  background: #D1D0CE;
  height: 50px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
/*END - Missing styles added from connext portal and connext security sites*/

/*Added to support changes necessary for ADA*/
.header .header--brand img {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.header .header--brand a {
    display: block;
    height: 100%;
    position: relative;
}

.aig-debug {
    outline: 1px solid red;
}

.clear-both {
    clear:both;
}

@media all and (max-width: 5000px) and (min-width: 1001px) {
  .hide-on-desk {
    display:none;
  }
}
@media all and (max-width: 1000px) and (min-width: 320px) {
  .hide-on-desk {
    display:inline-block;
  }
}

/*START - modification overwrites to account for specific layouts*/
.toggle-centered-content--container{
    padding: 20px 40px 40px 40px !important;
}
.toggle-centered-content--container .toggle-centered-content--content article {
    padding: 0px !important;
}

h6{
    margin-bottom:10px !important;
}

.bootstrap-select>.dropdown-toggle {
  font-size: 15px;
}            
.with-description p {
  font-size: 14px !important;
  line-height: 16px;
}

#cbcToggleOff .btn.no.active{
  background: #E03C31;
  border: 2px solid #E03C31;
}

/*END - modification overwrites to account for specific layouts*/

/*START STYLING PERTAINING TO CONNEXT LANDING PAGE*/

@media (max-width: 1000px) {
	.landing .header .header--nav-acc-container .header--account p img {
		right: -20px;
	}
}

.landing .promotional-module {
	padding-top: calc(40% + 20px);
	color: #00A4E4;
}

.landing .promotional-module a.promotional-image {
	padding-top: 40%;
}

.landing .circle-outer {
	padding-left: 0;
	top: -30px;
}

.landing .circle-multiline {
	display: table-cell;
	height: 120px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10%;
	background: #0053B3;
	color: white;
}

.landing .progress-head {
	padding: 25px 0;
}

.landing .progress-container {
	background: lightgray;
	display: inline-block;
	width: 100%;
	height: 15px;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	animation: moveInRight 3s ease-in 1s;
}

.landing progress {
	width: 100%;
	display: inline-block;
	height: 25px;
	border-radius: 30px;
}

.landing progress[value] {
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}

.landing progress[value]::-webkit-progress-bar {
	background-color: lightgray;
}

.landing progress::-webkit-progress-value {
	background-color: #0053B3;
}

.landing progress::-moz-progress-bar {
	background-color: #0053B3
}

@keyframes moveInRight {
	0% {
		text-indent: -100%;
	}
	100% {
		text-indent: 0;
	}
}

.landing .premium-num {
	color: #fff;
	text-align: right;
	vertical-align: middle;
	font-size: 18px;
	padding-right: 10px;
}

.landing .header .header--nav-acc-container .header--nav-util ul li:nth-child(2) {
	border-right: 1px solid #D1D0CE;
}

.landing .landing-module .view-more-link {
	margin: 0;
	padding: 0;
	border: none;
}

.landing .sidebar-block {
	padding: 20px 0;
}

.landing .sidebar-block h4 {
	margin-bottom: 0 !important;
}

.landing .sidebar-block p {
	font-size: 18px;
}

.landing .sidebar-block hr {
	margin: 22px 0 15px 0;
}

.landing .siderbar-content {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #D1D0CE;
}

.landing .siderbar-content p {
	padding: 0 0 0 10px;
	border-left: 5px solid #0053B3;
}

.landing .siderbar-content span {
	font-size: 14px;
}

.landing .siderbar-content .imp-updates {
	display: inline-block;
	margin-bottom: 15px;
}

.landing .landing-module .data-two-column section .item:last-child {
	color: #0053B3;
}

.landing h4 {
	font-weight: bold;
}

.landing .input-item.fc-toggled label {
	color: white;
}

.landing .bttn.with-plus {
	padding: 0 30px 0 65px;
}

.landing .bttn {
	height: 70px;
	min-width: 250px;
	padding: 0 45px;
	background: white;
	border: 1px solid #00A4E4;
	border-radius: 50px;
	color: #0053B3;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	position: relative;
	transition: all 0.15s cubic-bezier(0.7, 0, 0.3, 1);
}

.landing .bttn:hover {
	background: white;
	color: #0053B3;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.25), 0 17px 50px 0 rgba(0, 0, 0, 0.25);
}

.landing .bttn span {
	top: 20px;
	width: 25px;
	height: 25px;
}

.landing .header-alert {
	background: #DE2E21
}

.landing .input-item label {
	color: #4A4A49;
}

.landing .input-item span.placeholder {
	color: #4A4A49;
}

.landing section .container-fluid {
	padding: 0px 15px 40px 15px;
}

.landing .col-xs-12 {
	margin-top: 0;
}

.landing #type .card-pad {
	padding-top: 75px;
}

.landing #type .card-pad .gc-box {
	width: 80%;
	padding: 30px 75px 30px 30px;
	background-color: white;
	position: relative;
	-webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
}

.landing #type .card-pad .gc-box p {
	font-weight: 600;
}

.landing #type .card-pad:nth-of-type(even) .gc-box {
	float: right;
	padding: 30px 30px 30px 90px;
}

.landing #type .card-pad .gc-box .gift-card {
	margin: 0;
	position: absolute;
	top: -30px;
	right: -120px;
	max-width: 200px !important;
	height: auto;
}

@media (max-width: 600px) {
	.landing #type .card-pad .gc-box {
		width: 100%;
		padding: 30px 30px 30px 30px;
	}
	.landing #type .card-pad:nth-of-type(even) .gc-box {
		float: none;
		padding: 30px 30px 30px 30px;
	}
	.landing #type .card-pad .gc-box .gift-card {
		display: none;
	}
}

.landing #type .card-pad:nth-of-type(even) .gc-box .gift-card {
	right: 0;
	left: -120px;
}

.landing #type .gc-box .view-more-link {
	margin: 0;
	padding: 0;
	border: none;
}

.landing #type .gc-box .view-more-link a {
	font-family: "Futura", "Source Sans Pro", Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
}

.landing .landing-module .view-more-link a,
.landing .promotional-module .view-more-link a,
.landing .contact .view-more-link a {
	text-transform: none;
}

.landing .set-position {
	background: #0053B3;
	padding: 20px 60px;
	right: -15px;
}

@media (max-width: 1000px) {
	.landing .set-position {
		right: 0;
	}
}

@media (max-width: 1200px) {
	.landing .bttn {
		font-size: 16px;
	}
}

button#agentMdToggleBtnImg_imgNo img {
    vertical-align: middle;
}

button#agentMdToggleBtnImg_imgYes img {
    vertical-align: middle;
}


/*END STYLING PERTAINING TO CONNEXT LANDING PAGE*/

/*START STYLING FOR CONTENT SEARCH CAPABILITY - DBPLR-4764*/

.dbp-legacy-header-with-content-search .dbp-content-quick-search{
    margin: 0px 10px;
    font-size: 16px;
    min-height: 3.5em;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search:not(dbp-hidden-search) > input{
    font-size: inherit;
    width: 300px;
    display: block;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search.dbp-hidden-search > input{
    font-size: inherit;
    padding-right: 2.5em;
    width: 2.5em;
    height: 3.5em;
    padding-left: 1em;
    line-height: 3.5em;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search > label{
    font-size: inherit;
    display: block;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search > button{
    font-size: inherit;
    height: 2em;
    width: 2em;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search > ul{
    font-size: inherit;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search> ul > li{
    font-size: inherit;
   }
  
   .dbp-legacy-header-with-content-search .dbp-content-quick-search > ul > li > a{
    font-size: inherit;
    min-height: 3em;
    padding: 0.5em 1em;
   }
  
  .dbp-legacy-header-with-content-search > .header--items-right .header--nav-util > ul{
    border-left: 1px solid #D1D0CE;
  }
  
  @media (max-width: 991px){
    .dbp-legacy-header-with-content-search > .header--items-right .header--nav-util > ul{
      display: none;
    }
  }

 /*CAM UPGRADE GOOLE reCAPTCHA v3 VISIBILITY - 5086-connext */
 .grecaptcha-badge {z-index: 99999;}
 /*CAM UPGRADE - 5086-connext COMMON STYLES*/
 div#loader, div#SecurityQuestionModal, div#session-modal-window, div#userRegistrationModal{
   background: rgba(0, 0, 0, 0.5);
 }
 div#session-modal-window section.btn-area{
   justify-content: center;
 }
  /*END STYLING FOR CONTENT SEARCH CAPABILITY - DBPLR-4764*/
