﻿* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative !important;}

body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  position: relative !important;}
  body.white-bg {
    background-color: #fff; }
  body.grey-bg {
    background-color: #4d4b48; }

.alerts-wrapper-container {
    position:sticky;
    position: -webkit-sticky;
    z-index:1000;
    top:0;
}

.pointer {
    cursor: pointer;
}

#skip-to-content > a {
    left: -9999px;
    position: absolute;
}

    #skip-to-content > a:focus {
        top: 1rem; 
        left: 1rem;
        z-index: 1000;
        text-decoration: none;
        border-radius: 4px;
        outline: 0;
        padding: .7rem 1rem;
        color: #f18231;
        background-color: #fff;
        border: 1px solid #e0e0e0;
    }

.validation-summary-errors {
    color: #f18231;
    font-weight: 200;
    font-size: 22px;
    font-family: GTWalsheim;
}
  .validation-summary-errors li {
    list-style-type: disc; }

main#montecito-app {
  margin: 0;
  padding: 0;
  position: relative !important;
  font-family: GTWalsheim;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;  
  -webkit-overflow-scrolling: touch; }

.content-container {
  margin: 0 auto;
  width: 1024px; }

.section-padding {
  padding: 50px 0; }

.article-padding {
  padding: 15px 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.float-left {
  display: inline-block;
  float: left; }

.float-right {
  display: inline-block;
  float: right; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GTWalsheim;
    font-weight: 500;
}

small {
  font-size: .65em; }

small a {
  font-size: 10px !important; }

.btn-orange:focus {
  color: #fff;
  text-decoration: none; }

.team-member-profile-link:focus {
  color: #f18231;
  text-decoration: none; }

a {
  color: #f18231;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #f18231;
    text-decoration: none; }
  a.right-arrow {
    position: relative; }
    a.right-arrow:after {
      position: absolute;
      content: '';
      display: inline-block;
      top: 50%;
      right: -20px;
      margin-top: -7px;
      width: 8px;
      height: 15px;
      background-image: url("https://static.montecito.bank/p6/images/components/link_arrow_right.png");
      background-repeat: no-repeat;
      background-size: 8px 15px; }

#back-top-button {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity .5s ease-in-out; }
  #back-top-button.active {
    display: block;
    height: 36px;
    width: 36px;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    background-image: url("https://static.montecito.bank/p6/images/back-top.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
    bottom: 20px;
    right: 20px; }

.centerText {
  text-align: center; }

.underline {
  text-decoration: underline; }

.valign-container {
  display: table-row;
  width: 100%; }

.valign-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }

.inline-list li {
  display: inline-block;
  float: left; }

.show-for-large-only {
  display: block; }

.show-for-small-only {
  display: none; }

.tertiary-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100000;
  background-color: #fff; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%; }

[class*='-tertiary-nav'] {
  background-color: #fff; }
  [class*='-tertiary-nav'].wealth-tertiary-nav {
    background-color: #53514e; }

.application-form {
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  .application-form .progress-container {
    width: 844px;
    margin: 0 auto; }
  .application-form .location-selection {
    margin-bottom: 60px; }
    .application-form .location-selection .locations-list {
      display: inline-block;
      float: left;
      height: 470px;
      padding-right: 0;
      overflow: scroll; 
      max-width: 315px;
    }
      .application-form .location-selection .locations-list .location-single {
        font-family: GTWalsheim;
        font-weight: 200;
        color: #2c3e50;
        padding: 10px;
        border-top: 1px solid #e0e0e0;
        cursor: pointer;
        display: table;
        vertical-align: top;
        box-sizing: border-box; 
        width: 100%;
      }
        .application-form .location-selection .locations-list .location-single:hover, .application-form .location-selection .locations-list .location-single:focus {
            background-color: #fafafa;
        }
      .application-form .location-selection .locations-list .location-thumbnail {
        width: 54px;
        height: 54px;
        display: table-cell;
        vertical-align: top; }
      .application-form .location-selection .locations-list .location-info {
        display: table-cell;
        padding-left: 10px;
        vertical-align: top; }
      .application-form .location-selection .locations-list .hidden-info {
        display: none; }
      .application-form .location-selection .locations-list h4 {
        font-family: GTWalsheim;
        font-weight: 300;
        margin-bottom: 0px;
        font-size: 18px; }
      .application-form .location-selection .locations-list span {
        display: block;
        font-size: 16px;
        line-height: 1.4; }
      .application-form .location-selection .locations-list button {
        margin-top: 15px;
        margin-bottom: 5px;
        margin-right: 10px;
        height: 38px;
        font-family: GTWalsheim;
        font-weight: 300;
      }
      .application-form .location-selection .locations-list .view-map {
        display: none; }
    .application-form .location-selection .locations-map {
      display: inline-block;
      float: left;
      width: 625px;
      height: 470px;
      background-color: #f9f9f9;
      border: 1px solid #efefef; }
  .application-form .smaller-content-text {
    font-size: 16px; }
  .application-form .application-error {
    margin: 20px 0;
    padding: 12px;
    background-color: #f55454;
    border-radius: 4px; }
    .application-form .application-error p.error-message {
      margin: 0;
      font-size: 15px;
      color: #fff;
      line-height: 1.2; }
  .application-form .application-section {
    min-height: 500px;
    padding: 50px 0;
    border-top: 1px solid #e0e0e0; }
    .application-form .application-section .row {
      width: 940px; }
    .application-form .application-section:nth-of-type(odd) {
      background-color: #fbfbfb; }
  .application-form .input-fields {
    display: block; }
    .application-form .input-fields::after {
      content: " ";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both;
      margin-bottom: 20px; }
    .application-form .input-fields input[type="text"],
    .application-form .input-fields input[type='password'],
    .application-form .input-fields input[type='date'],
    .application-form .input-fields input[type='datetime'],
    .application-form .input-fields input[type='datetime-local'],
    .application-form .input-fields input[type='month'],
    .application-form .input-fields input[type='week'],
    .application-form .input-fields input[type='email'],
    .application-form .input-fields input[type='number'],
    .application-form .input-fields input[type='search'],
    .application-form .input-fields input[type='tel'],
    .application-form .input-fields input[type='time'],
    .application-form .input-fields input[type='url'],
    .application-form .input-fields input[type='color'],
    .application-form .input-fields select {
        width: 48.5%;
        margin-right: 1%;
        display: inline-block;
        float: left;
    }
    .application-form .input-fields input[type="text"]:nth-child(even),
    .application-form .input-fields input[type='password']:nth-child(even),
    .application-form .input-fields input[type='date']:nth-child(even),
    .application-form .input-fields input[type='datetime']:nth-child(even),
    .application-form .input-fields input[type='datetime-local']:nth-child(even),
    .application-form .input-fields input[type='month']:nth-child(even),
    .application-form .input-fields input[type='week']:nth-child(even),
    .application-form .input-fields input[type='email']:nth-child(even),
    .application-form .input-fields input[type='number']:nth-child(even),
    .application-form .input-fields input[type='search']:nth-child(even),
    .application-form .input-fields input[type='tel']:nth-child(even),
    .application-form .input-fields input[type='time']:nth-child(even),
    .application-form .input-fields input[type='url']:nth-child(even),
    .application-form .input-fields input[type='color']:nth-child(even),
    .application-form .input-fields select:nth-child(even) {
        float: right;
        margin-right: 0;
    }
    .application-form .input-fields .labeled-input-field select {
        float: none;
    }
    .application-form .input-fields .labeled-input-field label {
        display: block;
    }

    .application-form .input-fields input.has-error {
        border-color: #f55454;
        color: #f55454;
    }
  .application-form .businessType br {
    display: none; }
  .application-form .input {
    display: inline-block;
    width: auto;
    margin-bottom: 10px; }
    .application-form .input.block {
        display: block
    }
    .application-form .input .input-holder {
        display: inline-block;
        position: relative;
    }
    .application-form .input + label {
        display: inline-block;
        cursor: pointer;
    }
  .application-form .tip {
    position: relative; }
    .application-form .tip .tip-content {
      display: none;
      height: 0;
      width: 0; }
    .application-form .tip.active .tip-content {
      display: block;
      position: absolute;
      z-index: 1000;
      bottom: 35px;
      left: 0;
      height: auto;
      width: 258px;
      border-radius: 5px;
      background-color: #12a4d5;
      font-size: 14px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      color: #ffffff;
      padding: 12px 18px; }
      .application-form .tip.active .tip-content::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid #12a4d5;
        position: absolute;
        bottom: -10px;
        left: 25%; }
  .application-form .modal-link {
    color: #0c89b3;
    position: relative; }
    .application-form .modal-link .modal-content {
      display: none;
      height: 0;
      width: 0; }
    .application-form .modal-link:hover .modal-content, .application-form .modal-link:focus .modal-content {
        display: block;
        position: absolute;
        z-index: 1000;
        bottom: 30px;
        left: 0;
        height: auto;
        width: 258px;
        border-radius: 5px;
        background-color: #12a4d5;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        color: #ffffff;
        padding: 12px 18px;
    }
        .application-form .modal-link:hover .modal-content::after, .application-form .modal-link:focus .modal-content::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 20px solid #12a4d5;
            position: absolute;
            bottom: -10px;
            left: 25%;
        }
  .application-form .title-input {
    display: table;
    width: 100%; }
    .application-form .title-input .title {
      display: table-cell;
      width: 200px; }
    .application-form .title-input .inputs {
      padding-left: .3em;
      display: table-cell;
      width: auto; }
  .application-form .square-accordian {
    margin: 0;
    padding: 0; }
    .application-form .square-accordian .accordian-panel {
      margin-bottom: 20px; }
      .application-form .square-accordian .accordian-panel .accordion-trigger {
        position: relative;
        height: 94px;
        width: 100%;
        border: solid 1px #979797;
        font-size: 26px;
        font-family: GTWalsheim;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        color: #2c3e50;
        text-align: left;
        line-height: 94px;
        padding: 0 30px;
        cursor: pointer; }
        .application-form .square-accordian .accordian-panel .accordion-trigger span {
          color: #f18231;
          padding-right: 30px; }
        .application-form .square-accordian .accordian-panel .accordion-trigger::after {
          content: "\e90d";
          font-family: 'mbt-v1' !important;
          display: inline;
          position: absolute;
          top: 0;
          right: 30px;
          font-size: 80px; }
      .application-form .square-accordian .accordian-panel.active .accordion-trigger::after {
        content: "\e90e";
        font-family: 'mbt-v1' !important; }
      .application-form .square-accordian .accordian-panel.active .accordion-content {
        display: block;
        width: 100%;
        padding: 50px 0 30px;
        border: none;
        background-color: transparent; }
        .application-form .square-accordian .accordian-panel.active .accordion-content h3,
        .application-form .square-accordian .accordian-panel.active .accordion-content p {
          text-align: left; }
        .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian {
          text-align: center; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian h3,
          .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian p {
            text-align: center; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian span {
            display: block;
            height: 80px;
            margin-bottom: 20px;
            line-height: 80px;
            color: #f18231;
            font-size: 150px;
            font-weight: 500; }
        .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content {
          display: table;
          width: 100%; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content .image {
            width: 40%;
            display: table-cell;
            height: 252px;
            border: 1px solid #efefef; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content .content {
            width: 55%;
            padding-left: 5%;
            display: table-cell; }

@keyframes spinner {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
  .application-form .spinner-container {
    position: relative;
    height: 60px;
    width: 100%; }
  .application-form .spinner {
    min-width: 30px;
    min-height: 30px; }
  .application-form .spinner:before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px; }
  .application-form .spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #f18231;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite; }
  .application-form .document-box {
    width: 100%;
    height: 659px;
    border-radius: 4px;
    background-color: #fbfbfb;
    border: solid 1px #e0e0e0;
    margin: 0 auto 22px; }
  .application-form .adobe-reader-text {
    margin-bottom: 50px; }
    .application-form .adobe-reader-text img {
      float: left;
      margin-right: 20px; }
    .application-form .adobe-reader-text .content {
      padding-top: 0; }
      .application-form .adobe-reader-text .content p {
        margin: 0;
        font-size: 15px;
        line-height: 1.3; }
  .application-form .submit-group {
    text-align: center; }
    .application-form .submit-group input[type="submit"] {
      display: inline-block;
      margin-right: 20px; }
    .application-form .submit-group input[type="submit"]:last-child {
      margin-right: 0; }
  .application-form .input-holder {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 .5em 1rem 0;
    line-height: normal; }
  .application-form input[type="radio"] {
    position: absolute;    
    opacity: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: red;
    z-index: 1000;
    top: 0;
    left: 0; }
    input[type="checkbox"] + span,
    input[type="radio"] + span {
        display: inline-block;
        cursor: pointer;
    }        
        input[type="radio"] + span::before,
        .application-form input[type="radio"] + label::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            background: white;
            border: solid 2px #999999;
            box-shadow: inset 0px 0px 0px 2px white;
            -webkit-box-shadow: inset 0px 0px 0px 2px white;
            -moz-box-shadow: inset 0px 0px 0px 2px white;
            box-shadow: inset 0px 0px 0px 2px white;
            border-radius: 100px;
        }        
        input[type="radio"]:checked + span::before,
        .application-form input[type="radio"]:checked + label::before {
            background: #f18231;
            border-color: #f18231;
            border-radius: 100px;
        }        
        input[type="radio"]:focus:not(:checked) + span::before,
        .application-form input[type="radio"]:focus:not(:checked) + label::before {
            box-shadow: 0 0 0 2px #f2bf9e;
            background: #fff;
            border-color: #999999;
            border-radius: 100px;
        }        
        input[type="radio"]:focus:checked + span::before,
        .application-form input[type="radio"]:focus:checked + label::before {
            box-shadow: inset 0px 0px 0px 2px white, 0 0 0 2px #f2bf9e, 0 0 0 2px #f18231, 0 0 0 5px #fff;
            width: 17px;
            height: 17px;
            border-radius: 100px;
        }
  .application-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: red;
    z-index: 1000;
    top: 0;
    left: 0; }
    input[type="checkbox"] + span::before,
    .application-form input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        background: white;
        border: solid 2px #999999;
        box-shadow: inset 0px 0px 0px 2px white;
        -webkit-box-shadow: inset 0px 0px 0px 2px white;
        -moz-box-shadow: inset 0px 0px 0px 2px white;
        box-shadow: inset 0px 0px 0px 2px white;
    }
    input[type="checkbox"]:checked + span::before,
    .application-form input[type="checkbox"]:checked + label::before {
        background: #f18231;
        border-color: #f18231;
    }
    input[type="checkbox"]:focus:not(:checked) + span::before,
    .application-form input[type="checkbox"]:focus:not(:checked) + label::before {
        box-shadow: 0 0 0 2px #f2bf9e;
        background: #fff;
        border-color: #999999;
    }
    input[type="checkbox"]:focus:checked + span::before,
    .application-form input[type="checkbox"]:focus:checked + label::before {
        box-shadow: inset 0px 0px 0px 2px white, 0 0 0 2px #f2bf9e, 0 0 0 2px #f18231, 0 0 0 5px #fff;
        width: 17px;
        height: 17px;
    }
  .application-form h2 {
    font-family: GTWalsheim;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.2px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px; }
  .application-form h3 {
    font-family: GTWalsheim;
    font-size: 26px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.1px;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px; }
  .application-form p {
    font-family: GTWalsheim;
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.1px;
    color: #505050;
    margin-bottom: 30px; }
  .application-form hr {
    margin-bottom: 30px;
    margin-top: 0; }
  fieldset > legend,
  .application-form fieldset > legend.title,
  .application-form label {
    font-family: GTWalsheim;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.1px;
    color: #505050;
    display: inline-block;
    margin-right: 25px; }
      fieldset > legend.align-start {
          float: left;
      }
    .schedulevisit label.date {
        margin-right: 0px !important;
        text-align: center;
        display: block;
    }
    .schedulevisit label.time {
        margin-right: 0px !important;
        margin-bottom: 16px;
        white-space: nowrap;
    }
    .application-form fieldset > legend.title:not(.no-width),
    .application-form label.title {
        margin-right: 0;
        width: 200px;
    }
    .application-form fieldset > legend.title.no-width {
        margin-right: 0;
    }
  .application-form input[type="submit"] {
    width: 194px;
    height: 50px;
    border-radius: 100px;
    background-color: #f18231;
    font-family: GTWalsheim;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block; }
  .application-form .inactive {
    opacity: .3;
    cursor: default; }
.application-form .disclaimer-text {
    font-family: GTWalsheim;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #5a5a5a;
    margin-bottom: 20px;
}
  .application-form .progress-bar {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: relative;
    display: table;
    margin-bottom: 50px; }
    .application-form .progress-bar .notch {
      display: table-cell;
      box-sizing: border-box;
      width: 20%;
      position: relative;
      height: 70px;
      vertical-align: top;
      border-bottom: 5px solid #d8d8d8; }
      .application-form .progress-bar .notch p {
        font-family: GTWalsheim;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: 0.1px;
        text-align: center;
        color: #646464;
        margin-bottom: 5px;
        opacity: 0.5; }
      .application-form .progress-bar .notch.active {
        border-color: #f18231; }
        .application-form .progress-bar .notch.active.current p {
          opacity: 1; }
        .application-form .progress-bar .notch.active p {
          color: #f18231; }

@media screen and (max-width: 1070px) {
  .content-container {
    width: auto; } }

@media screen and (max-width: 1024px) {
  #back-top-button {
    transition: opacity .5s ease-in-out; }
    #back-top-button.active {
      display: block;
      height: 28px;
      width: 28px;
      background-size: 28px 28px;
      bottom: 20px;
      right: 20px; }
  .application-form {
    margin-top: 40px;
    margin-bottom: 40px; }
    .application-form .location-selection {
      margin-bottom: 60px; }
      .application-form .location-selection .locations-list {
        display: inline-block;
        float: left;
        height: 470px;
        padding-right: 0;
        overflow: scroll; }
        .application-form .location-selection .locations-list .location-single {
          font-family: GTWalsheim;
          font-weight: 200;
          color: #2c3e50;
          padding: 10px;
          border-top: 1px solid #e0e0e0;
          cursor: pointer;
          display: table;
          vertical-align: top;
          box-sizing: border-box;
          width: 100%; }
            .application-form .location-selection .locations-list .location-single:hover, .application-form .location-selection .locations-list .location-single:focus {
                background-color: #fafafa;
            }
        .application-form .location-selection .locations-list .location-thumbnail {
          width: 54px;
          height: 54px;
          display: table-cell;
          vertical-align: top; }
        .application-form .location-selection .locations-list .location-info {
          display: table-cell;
          padding-left: 10px;
          vertical-align: top; }
        .application-form .location-selection .locations-list .hidden-info {
          display: none; }
        .application-form .location-selection .locations-list h4 {
          font-family: GTWalsheim;
          font-weight: 300;
          margin-bottom: 0px;
          font-size: 18px; }
        .application-form .location-selection .locations-list span {
          display: block;
          font-size: 16px;
          line-height: 1.4; }
        .application-form .location-selection .locations-list button {
          margin-top: 15px;
          margin-bottom: 5px;
          margin-right: 10px;
          height: 38px;
          font-family: GTWalsheim;
          font-weight: 300;
        }
        .application-form .location-selection .locations-list .view-map {
          display: none; }
      .application-form .location-selection .locations-map {
        display: inline-block;
        float: left;
        width: 625px;
        height: 470px;
        background-color: #f9f9f9;
        border: 1px solid #efefef; }
    .application-form .location-selection {
      margin-bottom: 30px; }
      .application-form .location-selection .locations-list {
        width: 100%;
        display: block;
        float: none;
        height: auto;
        overflow: auto; }
        .application-form .location-selection .locations-list .view-map {
          display: inline-block; }
      .application-form .location-selection .locations-map {
        display: none; }
    .application-form .show-for-small-only {
      display: none; }
    .application-form .smaller-content-text {
      font-size: 15px; }
    .application-form .application-error p.error-message {
      font-size: 14px; }
    .application-form .application-section {
      min-height: 350px;
      padding: 40px 0;
      border-top: 1px solid #e0e0e0; }
      .application-form .application-section .row {
        width: auto;
        padding: 0 20px; }
      .application-form .application-section:nth-of-type(odd) {
        background-color: #fbfbfb; }
    .application-form .document-box {
      width: 100%;
      height: 500px;
      border-radius: 4px;
      background-color: #fbfbfb;
      border: solid 1px #e0e0e0;
      margin: 0 auto 22px; }
    .application-form .adobe-reader-text {
      margin-bottom: 40px; }
      .application-form .adobe-reader-text img {
        float: left;
        margin-right: 20px; }
      .application-form .adobe-reader-text .content {
        padding-top: 0; }
        .application-form .adobe-reader-text .content p {
          margin: 0;
          font-size: 15px;
          line-height: 1.3; }
    .application-form .submit-group {
      text-align: center; }
      .application-form .submit-group input[type="submit"] {
        display: inline-block;
        margin-right: 20px; }
      .application-form .submit-group input[type="submit"]:last-child {
        margin-right: 0; }
    .application-form .square-accordian .accordian-panel .accordion-trigger {
      position: relative;
      height: 70px;
      width: 100%;
      border: solid 1px #979797;
      font-size: 24px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      color: #2c3e50;
      text-align: left;
      line-height: 70px;
      padding: 0 30px;
      cursor: pointer; }
    .application-form .square-accordian .accordian-panel.active .accordion-content {
        display: block;
        width: 100%;
        padding: 40px 0 20px;
        border: none;
        background-color: transparent;
    }
      .application-form .square-accordian .accordian-panel.active .accordion-content .responsive-icon .image {
        background-position: center center !important;
        background-size: cover !important; }
    .application-form h2 {
      font-size: 28px; }
    .application-form h3 {
      font-size: 24px; }
    .application-form p {
      font-size: 16px; }
    .application-form hr {
      margin-bottom: 30px;
      margin-top: 0; }
    fieldset + legend,
    .application-form fieldset + legend.title,
    .application-form label {
        font-family: GTWalsheim;
        font-size: 16px;
        font-weight: 200;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: 0.1px;
        color: #505050;
        display: inline-block;
        margin-right: 25px;
        margin-left: 5px;
    }
    .schedulevisit label.date {
        margin-right: 0px !important;
        text-align: center;
        display: block;
    }
    .schedulevisit label.time {
        margin-right: 0px !important;
        margin-bottom: 16px;
        white-space: nowrap;
    }
    .application-form fieldset + legend.title,
    .application-form label.title {
        margin-right: 0;
        width: 200px;
    }
    .application-form .disclaimer-text {
      font-family: GTWalsheim;
      font-size: 13px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.1px;
      color: #5a5a5a;
      margin-bottom: 20px; }
    .application-form .progress-container {
      width: 100%;
      margin: 0 auto; }
  .show-for-large-only {
    display: none; }
  .show-for-medium-only {
    display: block; }
  .content-container {
    width: 100%; }
  .show-for-large-up {
    display: none; }
  .columns {
    padding-left: 15px;
    padding-right: 15px; }
  .splash-heading {
    overflow: hidden; } }

@media screen and (max-width: 750px) {
  .nev-left.main-nav.float-left.show-for-medium {
    display: none; } }

@media screen and (max-width: 745px), handheld and (orientation: landscape) {
  .show-for-medium-up {
    display: none; }
  #back-top-button {
    transition: opacity .5s ease-in-out; }
    #back-top-button.active {
      height: 20px;
      width: 20px;
      background-size: 20px 20px;
      bottom: 20px;
      right: 20px; }
  .application-form {
    margin-top: 20px;
    margin-bottom: 20px; }
    .application-form .progress-container {
      width: 100%;
      margin: 0 auto; }
    .application-form .smaller-content-text {
      font-size: 13px; }
      .application-form .smaller-content-text a {
        font-size: 13px; }
    .application-form .application-error {
      margin: 20px 0;
      padding: 12px;
      background-color: #f55454;
      border-radius: 0; }
      .application-form .application-error p.error-message {
        margin: 0;
        font-size: 13px;
        color: #fff;
        line-height: 1.2; }
    .application-form .application-section {
      min-height: 400px;
      padding: 30px 0;
      border-top: 1px solid #e0e0e0; }
      .application-form .application-section .row {
        width: 100%; }
      .application-form .application-section:nth-of-type(odd) {
        background-color: #fbfbfb; }
    .application-form .input-fields {
      display: block; }
      .application-form .input-fields::after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
        margin-bottom: 14px; }
        .application-form .input-fields input[type="text"],
        .application-form .input-fields input[type='password'],
        .application-form .input-fields input[type='date'],
        .application-form .input-fields input[type='datetime'],
        .application-form .input-fields input[type='datetime-local'],
        .application-form .input-fields input[type='month'],
        .application-form .input-fields input[type='week'],
        .application-form .input-fields input[type='email'],
        .application-form .input-fields input[type='number'],
        .application-form .input-fields input[type='search'],
        .application-form .input-fields input[type='tel'],
        .application-form .input-fields input[type='time'],
        .application-form .input-fields input[type='url'],
        .application-form .input-fields input[type='color'] {
            width: 100%;
            margin-right: 0;
            display: inline-block;
            float: none;
            margin-bottom: 14px;
        }
            .application-form .input-fields input[type="text"]:nth-child(even),
            .application-form .input-fields input[type="text"]:nth-child(even),
            .application-form .input-fields input[type='password']:nth-child(even),
            .application-form .input-fields input[type='date']:nth-child(even),
            .application-form .input-fields input[type='datetime']:nth-child(even),
            .application-form .input-fields input[type='datetime-local']:nth-child(even),
            .application-form .input-fields input[type='month']:nth-child(even),
            .application-form .input-fields input[type='week']:nth-child(even),
            .application-form .input-fields input[type='email']:nth-child(even),
            .application-form .input-fields input[type='number']:nth-child(even),
            .application-form .input-fields input[type='search']:nth-child(even),
            .application-form .input-fields input[type='tel']:nth-child(even),
            .application-form .input-fields input[type='time']:nth-child(even),
            .application-form .input-fields input[type='url']:nth-child(even),
            .application-form .input-fields input[type='color']:nth-child(even) {
                float: right;
                margin-right: 0;
            }
      .application-form .input-fields input.has-error {
        border-color: #f55454;
        color: #f55454; }
    .application-form .modal-link {
      color: #0c89b3;
      position: relative; }
      .application-form .modal-link .modal-content {
        display: none;
        height: 0;
        width: 0; }
        .application-form .modal-link:hover .modal-content, .application-form .modal-link:focus .modal-content {
            width: 250px;
            border-radius: 0;
            font-size: 13px;
            padding: 12px 18px;
        }
    .application-form .title-input {
      display: block;
      width: 100%; }
      .application-form .title-input .title {
        display: block;
        width: 100%;
        margin-bottom: 16px; }
      .application-form .title-input .inputs {
        padding-left: 0;
        display: block;
        width: auto; }
    .application-form .input {
      display: table;
      width: 100%;
      margin-bottom: 10px; }
      .application-form .input .input-holder {
        display: table-cell; }
      .application-form .input + label {
        display: table-cell; 
        cursor: pointer;
      }
    .application-form .square-accordian {
      margin: 0;
      padding: 0; }
      .application-form .square-accordian .accordian-panel {
        margin-bottom: 20px; }
        .application-form .square-accordian .accordian-panel .accordion-trigger {
          position: relative;
          height: auto;
          width: 100%;
          border: solid 1px #979797;
          font-size: 16px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          color: #2c3e50;
          text-align: left;
          line-height: 1.3;
          padding: 11px 35px 11px 11px;
          cursor: pointer;
          vertical-align: middle; }
          .application-form .square-accordian .accordian-panel .accordion-trigger span {
            color: #f18231;
            display: block; }
          .application-form .square-accordian .accordian-panel .accordion-trigger::after {
            content: "\e90d";
            font-family: 'mbt-v1' !important;
            display: inline;
            position: absolute;
            right: -20px;
            font-size: 80px;
            line-height: normal;
            top: 50%;
            transform: translate(-50%, -50%); }
        .application-form .square-accordian .accordian-panel.active .accordion-trigger::after {
          content: "\e90e";
          font-family: 'mbt-v1' !important; }
        .application-form .square-accordian .accordian-panel.active .accordion-content {
          display: block;
          width: 100%;
          padding: 30px 0 30px;
          border: none;
          background-color: transparent; }
          .application-form .square-accordian .accordian-panel.active .accordion-content h3,
          .application-form .square-accordian .accordian-panel.active .accordion-content p {
            text-align: left; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian {
            text-align: center; }
            .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian h3,
            .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian p {
              text-align: center; }
            .application-form .square-accordian .accordian-panel.active .accordion-content .thank-you-accordian span {
              display: block;
              height: 80px;
              margin-bottom: 20px;
              line-height: 80px;
              color: #f18231;
              font-size: 150px;
              font-weight: 500; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content {
            display: block;
            width: 100%; }
            .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content .image {
              width: 90%;
              min-height: 129px;
              display: block;
              height: auto;
              max-height: 252px;
              margin-left: 5%;
              margin-right: 5%;
              box-sizing: border-box;
              border: 1px solid #efefef;
              margin-bottom: 30px; }
            .application-form .square-accordian .accordian-panel.active .accordion-content .duo-content .content {
              width: 100%;
              padding-left: 5%;
              padding-right: 5%;
              box-sizing: border-box;
              display: block; }
          .application-form .square-accordian .accordian-panel.active .accordion-content .responsive-icon .image {
            background-position: center center !important;
            background-size: cover !important;
            display: inline-block !important; }
    .application-form .document-box {
      height: 360px;
      background-color: #fbfbfb;
      border: solid 1px #e0e0e0;
      margin: 0 auto 30px; }
    .application-form .adobe-reader-text {
      display: none; }
    .application-form .submit-group {
      text-align: center; }
      .application-form .submit-group input[type="submit"] {
        display: block;
        margin: 0 auto 20px auto; }
      .application-form .submit-group input[type="submit"]:last-child {
        margin: 0 auto 20px auto; }
    .application-form h2 {
      font-family: GTWalsheim;
      font-size: 32px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.31;
      letter-spacing: 0.2px;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px; }
    .application-form h3 {
      font-size: 21px; }
    .application-form p {
      font-size: 15px; }
    .application-form hr {
      margin-bottom: 30px;
      margin-top: 0; }
    fieldset > legend,
    .application-form fieldset > legend.title,
    .application-form label {
      font-family: GTWalsheim;
      font-size: 16px;
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.31;
      letter-spacing: 0.1px;
      color: #505050;
      display: inline-block;
      margin-right: 25px;
      margin-left: 5px;}
    .schedulevisit label.date {
        margin-right: 0px !important;
        text-align: center;
        display: block;
    }
    .schedulevisit label.time {
        margin-right: 0px !important;
        margin-bottom: 16px;
        white-space: nowrap;
    }
        .application-form fieldset > legend.title:not(.no-width),
        .application-form label.title {
            margin-right: 0;
            width: 100%;
            display: block;
            margin-bottom: 16px;
        }
        .application-form fieldset > legend.title.no-width {
            margin-right: 0;
            display: block;
            margin-bottom: 16px;
        }
    .application-form input[type="submit"] {
      width: 194px;
      height: 50px;
      border-radius: 100px;
      background-color: #f18231;
      font-family: GTWalsheim;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.1px;
      text-align: center;
      color: #ffffff;
      border-style: none;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 50px;
      display: block; }
    .application-form .inactive {
      opacity: .3; }
    .application-form .disclaimer-text {
      font-family: GTWalsheim;
      font-size: 13px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.1px;
      color: #5a5a5a;
      margin-bottom: 20px; }
    .application-form .progress-bar.show-for-medium-up {
      display: none; }
    .application-form .mobile-progress-bar {
      margin-bottom: 30px; }
      .application-form .mobile-progress-bar.show-for-small-only {
        display: block; }
      .application-form .mobile-progress-bar .back-link {
        font-size: 12px;
        font-weight: 500;
        color: #999999; }
      .application-form .mobile-progress-bar p {
        font-family: GTWalsheim;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.1px;
        color: #f18231;
        margin-bottom: 2px; }
      .application-form .mobile-progress-bar .bar-container {
        margin-top: 10px;
        width: 100%;
        height: 5px;
        background-color: #d8d8d8; }
        .application-form .mobile-progress-bar .bar-container .bar {
          height: 5px;
          background-color: #f18231; }
          .application-form .mobile-progress-bar .bar-container .bar.notch1 {
            width: 20%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch2 {
            width: 40%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch3 {
            width: 60%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch4 {
            width: 80%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch5 {
            width: 100%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch20 {
            width: 20%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch25 {
            width: 25%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch40 {
            width: 40%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch50 {
            width: 50%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch60 {
            width: 60%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch75 {
            width: 75%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch80 {
            width: 80%; }
          .application-form .mobile-progress-bar .bar-container .bar.notch100 {
            width: 100%; }
  .mobile-align-left {
    text-align: left !important; }
  .show-for-medium-only {
    display: none;
    height: 0;
    width: 0;
    opacity: 0; }
  .splash-heading {
    overflow: initial; }
  .show-for-small-only {
    display: block; }
  .show-for-large-only {
    display: none; } }

@media screen and (max-width: 480px) {
  .columns {
    padding-left: 20px;
    padding-right: 20px; }
  .section-padding {
    padding: 40px 0; } }

.accordion-content,
.accordion-trigger {
    padding: 16px 8px 16px 8px !important;
    cursor: pointer;
}
.accordion-content {
    padding-top: 8px !important;
}

section:not(.page-wealth) .accordion-trigger:after {
    right: 8px !important;
}

section.page-wealth .accordion-trigger:after {
    margin-right: 8px !important;
}

/* Set 'active' styles for accordion trigger panel */
section:not(.page-wealth) .accordian-panel.active .accordion-trigger {
    background-color: #f7f9fa;    
}
section:not(.page-wealth) .accordian-panel.active .accordion-trigger:not(:focus) {   
    border-bottom: 1px solid #e0e0e0 !important;
}

section.page-wealth .accordian-panel.active .accordion-trigger {
    background-color: #686663;
}
section.page-wealth .accordian-panel.active .accordion-trigger:not(:focus) {
    border-bottom: 1px solid #686663 !important;
}   

/*  
    Set focus outline style for all focusable/tabbable elements. 
    This will overwrite the default browser styles (i.e. solid blue box in Chrome).
*/
*:focus:not(input),
.mobile-menu-wrapper .menu .vertical.menu .arrow.active:focus,
.mobile-menu-wrapper a:focus span.mobile-nav-logo,
a#home-page-link:focus div.logo.show-for-medium-up,
.tab-selector > .tab-trigger:focus > a {
    outline: 1px solid #f18231;
}

.firstDesc, .lastDesc,
.btn:focus, .tab-selector > .tab-trigger:focus,
.tab-selector .tab-trigger a:focus,
.player-controls button:focus {
    outline: none !important;
}

.login-tabs .tab-selector .tab-trigger:focus a,
.modal-login-tabs .tab-selector .tab-trigger:focus a {
    outline: none;
    border-top: 1px solid #f18231 !important;
    border-right: 1px solid #f18231 !important;
    border-bottom: 1px solid #f18231 !important;
    border-left: 1px solid #f18231 !important;
    border: 1px solid #f18231 !important;
}
.nav-selector{
    display: flex;
}
.nav-selector > .nav-trigger > a:focus {
    height: 105px !important;
}
.nav-selector > .nav-trigger > a:focus,
.tab-selector > .tab-trigger:focus > a {
    width: calc(100% - 1px) !important;
}
section:not(.page-wealth) .accordian-panel.active > .accordion-content:focus {
    border-top: 1px solid #f18231 !important;
}
/* END focus styles */
    
/* Styles for custom video player controls */
figure.player-wrapper {
    margin: 0 auto;
    position: relative;
    margin-bottom: 8px;
}
/* fullscreen */
html:-ms-fullscreen {
    width: 100%;
} 
:-webkit-full-screen {
    background-color: transparent;
} 
figure.player-wrapper[data-fullscreen=true] div.flex-video video:-webkit-full-screen + .player-controls {
    /*background: #ccc;  required for Chrome which doesn't heed the transparent value set above */
} 
figure.player-wrapper[data-fullscreen=true] div.flex-video video:-webkit-full-screen + .player-controls .video-progress progress {
    margin-top: 0.5rem;
}
/* hide controls on fullscreen with WebKit 
    TODO: Can't get custom controls to display on top of full-screen video so for the time being display native controls.
*/
figure.player-wrapper[data-fullscreen=true] div.flex-video video::-webkit-media-controls {
    /*display: none !important;*/
} 
figure.player-wrapper[data-fullscreen=true] div.flex-video video::-webkit-media-controls-enclosure {
    /*display: none !important;*/
} 
figure.player-wrapper[data-fullscreen=true] {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 100%;
} 
figure.player-wrapper[data-fullscreen=true] div.flex-video video {
    height: auto;
} 
figure.player-wrapper[data-fullscreen=true] figcaption {
    display: none;
} 
figure.player-wrapper[data-fullscreen=true] div.flex-video .player-controls {
    /*position: absolute;
    bottom: 2%;
    left: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 2147483647 !important;*/
    display: none;
}
/*figure.player-wrapper[data-fullscreen=true] .player-controls div {
        width: 5%;
    }

    figure.player-wrapper[data-fullscreen=true] .player-controls .video-progress {
        width: 68%;
    }*/
/* END fullscreen */
/* Hide custom controls if the video tags native controls are enabled */
.player-wrapper div.flex-video video[controls] + .player-controls {
    display: none;
} 
.player-wrapper div.flex-video .player-controls .subtitles-menu, .player-wrapper div.flex-video .player-controls {
    background: rgb(0,0,0); /* The black background is because of IE and Edge*/
} 
.player-wrapper div.flex-video .player-controls {
    z-index: 2147483647 !important;
    position: absolute;
    bottom: -68px;
    left: 0px;
    margin-top: -1em;
    width: 100%;
    height: 68px;
    line-height: 68px;
    padding: 0px 5px 0px 5px;   
} 
    .player-wrapper div.flex-video .player-controls .subtitles-menu {
        display: none;
        position: absolute;
        bottom: 68px;
        right: 0px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 150px;
        padding: 10px;
        height: auto;
    } 
        .player-wrapper div.flex-video .player-controls .subtitles-menu li {
            padding: 0;
            text-align: center;
        } 
            .player-wrapper div.flex-video .player-controls .subtitles-menu li button {
                border: none;
                background: #ffffff;
                color: #000;
                cursor: pointer;
                width: 90%;
                padding: 2px 5px;
                border-radius: 2px;
            }

.player-wrapper div.flex-video {
    border: solid #e6e6e6 1px;
    overflow: visible !important;
    margin-bottom: 68px;
}
    .player-wrapper div.flex-video video {
        border: 0px;
    } 
      
    .player-wrapper div.flex-video .player-controls[data-state=hidden] {
        display: none;
    } 
    .player-wrapper div.flex-video .player-controls[data-state=visible] {
        display: block;
    } 
    .player-wrapper div.flex-video .player-controls > * {
        float: left;
        width: 3.90625%;
        height: 100%;
        margin-left: 0.1953125%;
        display: block;
    } 
        .player-wrapper div.flex-video .player-controls > *:first-child {
            margin-left: 0;
        } 
    .player-wrapper div.flex-video .player-controls button {
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: none;
        cursor: pointer;
        padding-bottom: 5px;
    } 
        .player-wrapper div.flex-video .player-controls button > span::before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900; /*font weight must match the fontawesome style used: solid = 900; brand = 400*/
            font-size: 1.5em;
            color: #ffffff;
        }
        .player-wrapper div.flex-video .player-controls .subtitles-menu li button:hover,
        .player-wrapper div.flex-video .player-controls .subtitles-menu li button:focus,
        .player-wrapper div.flex-video .player-controls button:hover,
        .player-wrapper div.flex-video .player-controls button:focus {
            opacity: 0.5;            
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="play"] > span::before {
            content: "\f04b";            
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="pause"] > span::before {
            content: "\f04c";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="stop"] > span::before {
            content: "\f04d";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="mute"] > span::before {
            content: "\f026";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="unmute"] > span::before {
            content: "\f6a9";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="volup"] > span::before {
            font-family: "FontAwesome";
            font-weight: 400;
            content: "\f028";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="voldown"] > span::before {
            content: "\f027";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="go-fullscreen"] > span::before {
            content: "\f065";
        } 
        .player-wrapper div.flex-video .player-controls button[data-state="subtitles"] > span::before {
            content: "\f20a";
        } 
        .player-wrapper div.flex-video .player-controls .video-progress {
            cursor: pointer;
            width: 75.390625%;
            position: relative;
        } 
            .player-wrapper div.flex-video .player-controls .video-progress progress {
                position: relative;
                /* Reset the default appearance */
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                display: block;
                width: 100%;
                height: 16px;
                margin-top: 25px;
                border: none;
                overflow: hidden;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                color: #e0e0e0; /*for IE10+*/
                text-align: center;
            } 
            .player-wrapper div.flex-video .player-controls .video-progress progress:not([value]), .player-wrapper div.flex-video .player-controls .video-progress progress[value] {
                background-color: #e0e0e0;
            }
                /* 
                    Only IE10+ natively supports progress bar and only partially. 
                    Firefox doesn't support ::before or ::after on progress bar. 
                    This style definition will currently work in Chrome only. 
                */
                /*player-wrapper div.flex-video .player-controls .video-progress progress[value]::before {
                    content: attr(value)' / 'attr(max);
                    color: #ffffff;
                    position: absolute;
                    top: 0px;
                    font-size: 12px;
                    left: 4px;
                    height: 16px;
                    line-height: 16px;
                }*/
            .player-wrapper div.flex-video .player-controls .video-progress progress[data-state="fake"] {
                background: #e0e0e0;
                height: 16px;
            } 
            .player-wrapper div.flex-video .player-controls .video-progress progress span {
                width: 0%;
                height: 100%;
                display: inline-block;
            } 
            .player-wrapper div.flex-video .player-controls .video-progress > span {
                position: absolute;
                top: 25px;
                left: 0px;
                padding-left: 4px;
                background-color: transparent;
                color: #000;
                font-size: 12px;
                height: 16px;
                line-height: 16px;
                white-space: nowrap;
                text-align: left;
                width: auto;
            }
            /*  Browser-specific properties that need to be set to ensure that Firefox and Chrome use the required colour for the progress bar.
                Although the same properties are set to the same value above, these rules need to be defined separately, otherwise Chrome ignores them.
            */
            .player-wrapper div.flex-video .player-controls .video-progress progress::-moz-progress-bar {
                background-color: #e0e0e0;
            } 
            .player-wrapper div.flex-video .player-controls .video-progress progress::-webkit-progress-bar {
                background-color: #e0e0e0;
            }
            /* we can change the progress value bar color in Chrome only, set to sites orange. */
            .player-wrapper div.flex-video .player-controls .video-progress progress::-webkit-progress-value {
                background-color: #f18231;
            } 
    div.transcript-wrapper > div.transcript-content, div.transcript-wrapper > div.transcript-content p {
        text-align: left !important;
    } 
    div.transcript-wrapper > div.transcript-content {   
        padding: 8px;        
        border: solid 1px #e0e0e0;
        border-top: 0px;
    } 
    div.transcript-wrapper > div.transcript-summary {
        cursor: pointer;
        padding-left: 22px;
        position: relative;
        border: solid 1px #e0e0e0;
        border-top: 0px;
    } 
        div.transcript-wrapper > div.transcript-summary:before {
            position: absolute;
            top: 0px;
            left: 4px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900; /*font weight must match the fontawesome style used: solid = 900; brand = 400*/
            font-size: 24px;
            margin-top: -7px;
        } 
        div.transcript-wrapper > div.transcript-summary[aria-expanded="true"] {
            background-color: #f7f9fa;           
        } 
        div.transcript-wrapper > div.transcript-summary[aria-expanded="false"]:before {
            content: "\f0d7";
        }
        div.transcript-wrapper > div.transcript-summary[aria-expanded="true"]:before {
            content: "\f0d8";
        }
@media screen and (max-width: 880px) {
    .player-wrapper div.flex-video .player-controls button:not(.subtitles-button) {
        height: 34px;
        line-height: 34px;
        margin-left: 0px;
        width: 14.28571428571429%; /*calc() function not working correctly in Edge, so width percentage is calculated at 100 / 7 (number of buttons). Will need to recalculate if additional buttons are added. */
    } 
        .player-wrapper div.flex-video .player-controls button > span::before {
            font-size: 1.5em;
            margin-top: 4px;
        } 
    .player-wrapper div.flex-video .player-controls .video-progress {
        position: absolute;
        bottom: 0px;
        left: 1%;
        height: 25px;
        line-height: 25px;
        width: 98% !important;
    }
        .player-wrapper div.flex-video .player-controls .video-progress > span {           
            top: 0px;
            /*left: 4px;
            background-color: transparent;
            color: #000;
            font-size: 12px;
            height: 16px;
            line-height: 16px;
            white-space: nowrap;
            width: auto;*/
        }
        .player-wrapper div.flex-video .player-controls .video-progress progress {
            margin-top: 0px;
        }
}

/* Footnotes */
ol.footnotes li {
    font-size: 14px !important;
    list-style: decimal;
    line-height: 1.5em !important;
    font-family: GTWalsheim !important;
    font-weight: 200;
    color: #505050;
} 
ol.footnotes :target {
    background: #f7f7f7 !important;
    border: 1px solid #e5e5e5 !important;
    outline: none;
}
a.footnote-back {
    font-size: 16px !important;
    font-weight: bold;   
    text-align: center;
    border-bottom: 1px dotted #f18231;
}    
    a.footnote-back:before { 
        content: "\21A9";
    }    

/* abbr */
abbr {
    text-decoration: none !important; /* Chrome adds a text-decoration to this element by default, but foundation adds a bottom-border. Need to remove text-decoration. */
    cursor: default; /* default cursor is help, but it was blocking the hover text, so changed to default (arrow) cursor. */
}

abbr a {
    color: #f18231;
}

/*/about/careers header icon styles*/
.careers-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .careers-awards img {
        width: 100%;
        max-width: 110px;
        margin: 10px;
    }

/* collapsible table styles */
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    /*Make all the table elements blocks and set the widths to 100%.*/
    table.collapse-table,
    table.collapse-table > thead,
    table.collapse-table > tbody,
    table.collapse-table th,
    table.collapse-table tr {
        display: inline-block;
        width: 100% !important;
    }

        /*Add line separator between rows.*/
        table.collapse-table > tbody tr:not(:first-child):before {
            content: "-";
            margin: 2px 0px 2px 0px;
            transform: translateX(-50%);
            color: #ddd;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 50%;
            font-size: .5em;
            background-color: #e5e5e5;
            width: 100%;
            height: 2px;
        }

        /*Move the table head off the page.*/
        table.collapse-table > thead {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        /*Make sure the table rows don't have a set height and no bottom border since we provide a row separator.*/
        table.collapse-table tr {
            height: auto !important;
            border-bottom: 0px !important;
        }
        
        /*Set cell to relative position so we can set the column title with an absolute position 
            and placed it to the right of the inner div which has a 40% margin providing space for it.*/
        table.collapse-table td {
            position: relative;
            padding: 0px !important;
            display: inline-block;
            width: 100% !important;
        }

            table.collapse-table td div {
                float: left;
                margin-left: 40%;
                text-align: left !important;
                height: auto;
                position: relative;
                padding: 10px 0;
            }
            /*Set the column header text so it displays to the left of the cell content.
                The text is pulled from a data attribute (data-column) on the TD and should
                match the cell value in the table head.
            */
            table.collapse-table td:before {
                position: absolute;
                top: 0px;
                left: 0px;
                width: calc(40% - 20px);
                padding: 10px 0;
                padding-right: 10px;
                content: attr(data-column);
                font-weight: bold;
                text-align: left !important;
            }

        /*Set a min-height for the cells. If a cell is empty it collapses and affects the layout.*/
        table.collapse-table th,
        table.collapse-table td {
           min-height: 36px !important;
        }

        /*If the table body has a TH cell, then it is assumed that it is a header for the row, so we need to set the styles according.
            It will display above the other row cells (TD) as a header for the row.
        */
        table.collapse-table th {
            font-family: GTWalsheim !important;
            font-weight: 300;
            font-size: 20px !important;
            font-style: normal !important;
            font-stretch: normal !important;
            line-height: 1.4 !important;
            letter-spacing: .1px !important;
            color: #34495e !important;
            padding-left: 0px !important;
            text-align: left !important;
        }

        /*Outlier cases where the cell contains an icon or a button.*/
        table.collapse-table span[class^="mbt-"],
        table.collapse-table span[class*=" mbt-"],
        table.collapse-table a.btn {
            margin-top: -35px !important;
        }
}

/*Disabled buttons*/
.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn-orange.disabled, .btn-orange:disabled  {
    background-color: #f18231 !important;
}

.btn-blue.disabled, .btn-blue:disabled {
    background-color: #32a5b1 !important;
}

#js-modal-content {
    padding:10px;
}
    #js-modal-content > h2 {
        font-family: GTWalsheim;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.44;
        letter-spacing: .2px;
        color: #2c3e50;
        margin-bottom: 20px;
    }

    #js-modal-content p {
        font-family: GTWalsheim;
        font-size: 21px;
        font-weight: 200;
        line-height: 1.48;
        letter-spacing: 0.1px;
        color: #505050;
    }

    #js-modal-content p:last-child{
        margin:0;
    }

.reveal{
    border-radius: 4px;
}
.reveal .close-button {
    font-size: 1.5em;
    color: #2d3e4f;
}
.margin-bottom-2 {
    margin-bottom: calc(1rem * .5);
}