/*NEW CSS February 2019*/

body {
    color: #757575;
  }
  
  .quotes {
    font-weight: 600;
    font-size: 3rem;
  }
  
  .highlight {
    color: #0f3267;
    font-size: 3.5rem;
    line-height: 1rem;
  }
  
  #myCarousel {
    max-height: 150px;
    font-style: italic;
    font-family: 'Playfair Display SC', serif;
    font-size: 2rem;
    text-align: center;
  }
  
  .mission-statement {
    font-family: 'Playfair Display SC', serif;
    font-size: 2rem;
    text-align: center;
  }
  
  .quotes {
    background-color: #0f3267;
    margin-bottom: 0;
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .quotes p {
    color: white;
  }
  
  .adages {
    background-color: #0f3267;
    margin-bottom: 0;
    font-family: 'Playfair Display SC', serif;
    padding-top: 30px;
  }
  
  
  .adages p {
    color: white;
  }
  
  .adage {
    color: white;
    background-color: #0f3267;
    font-size: 2rem;
    min-height: 200px;
  }
  
  .quote-footer {
    color: #FFF;
    background-color: #0f3267;
  }
  
  /* General Demo Style */
  @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
  
  /*@font-face {
    font-family: 'fontawesome';
    src:url('../fonts/fontawesome.eot');
    src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome.svg#fontawesome') format('svg'),
        url('../fonts/fontawesome.woff') format('woff'),
        url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  } 
  
  body, html { font-size: 100%;   padding: 0; margin: 0;}
  
  /* Reset */
  
  .main,
  .container>header {
    width: 100%;
    /* max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em; */
  }
  
  blockquote {
    border-left: 0;
  }
  
  .cbp-qtrotator {
    position: relative;
    /* max-width: 800px; */
    width: 100%;
    margin-top: 25px;
    /* min-height: 400px; */
  }
  
  .cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 200px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 2em 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
  }
  
  .no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
  }
  
  .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
  .no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
  }
  
  .cbp-qtrotator .cbp-qtcontent:before,
  .cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
  }
  
  .cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
  }
  
  .cbp-qtprogress {
    position: absolute;
    background: #47a3da;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
  }
  
  .cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
  }
  
  .cbp-qtrotator blockquote p {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-family: 'Playfair Display SC', serif;
  }
  
  .cbp-qtrotator blockquote footer {
    font-size: 1.2em;
    text-align: center;
    font-family: 'Playfair Display SC', serif;
  }
  
  .cbp-qtrotator blockquote footer:before {
    content: '-';
  }
  
  .cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
  }
  
  /* Example for media query */
  @media screen and (max-width: 30.6em) {
  
    .cbp-qtrotator {
      font-size: 70%;
    }
  
    .cbp-qtrotator img {
      width: 80px;
    }
  
  }
  
  
  /* END NEW CSS */
  
  
  .index .navbar-logo {
    display: none;
  }
  
  .index .topbar {
    display: none;
  }
  
  .index .navbar {
    min-height: 50px;
  }
  
  .index .navbar-default {
    background-color: #f8f8f800 !important;
    border-bottom: none !important;
    z-index: 50;
    margin-top: 0px;
  }
  
  .index .hero-unit-fullscreen-slider {
    margin-top: 0px;
  }
  
  .index .navbar-default .navbar-nav>li>a {
    color: #000000;
  }
  
  .index .navbar-default .navbar-nav>li>a:hover,
  .index .navbar-default .navbar-nav>li>a:focus {
    color: #406da4;
  }
  
  .navbar {
    min-height: 100px;
  }
  
  .philanthropy-logos {
    max-width: 100%;
  }
  
  .slide-content {
    background-color: rgba(255, 255, 255, .70);
    border-radius: 5px;
    padding: 50px 10px;
  }
  
  .slide-content-logo {
    width: 100%;
    margin-left: auto;
    margin-bottom: 50px;
  }
  
  /* .hero-unit-fullscreen-slider .arrow-nav {
    top: 500px !important;
  } */
  
  .lead {
    color: #000;
  }
  
  .hero-unit-fullscreen-slider .slide-content {
    top: 35%;
  }
  
  .navbar .container {
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
  }
  
  .navbar-default.navbar-transparent .navbar-nav>li>a {
    color: #000;
  }
  
  .navbar-default.navbar-transparent .navbar-nav>li>a:hover {
    color: #406da4;
  }
  
  .navbar-brand.navbar-logo-bigger>img {
    top: -15px;
    width: 250px;
  }
  
  .interior .navbar {
    min-height: 100px;
  }
  
  footer .logo {
    width: 200px;
  }
  
  .team-name a {
    color: #fff;
  }
  
  #Content_container {
    max-width: 1270px;
    margin: 0px auto;
    padding-top: 20px;
  }
  
  #submit_button {
    margin-top: 15px;
  }
  
  ul.social-icons li a {
    display: inline-block;
  }
  
  .custompage #page-title {
    display: none;
  }
  
  @media (min-width: 768px) {
    .navbar-brand.navbar-logo-bigger>img {
      width: 330px;
    }
  
    .interior .navbar {
      min-height: 120px;
    }
  }
  
  @media (min-width: 992px) {
    .slide-content-logo {
      width: 70%;
      margin-left: auto;
      margin-bottom: 50px;
    }
  
    .hero-unit-fullscreen-slider .slide-content {
      width: 50vw;
    }
  
    .navbar-brand.navbar-logo-bigger>img {
      width: 250px;
    }
  
    .interior .navbar {
      min-height: 100px;
    }
  
    .navbar-default.navbar-transparent .navbar-nav .dropdown-toggle i {
      color: #000;
    }
  
    .navbar-default .navbar-nav {
      font-size: 14px;
    }
  
    .index .hero-unit-fullscreen-slider {
      margin-top: -70px;
    }
  
    .index .navbar-default {
      margin-top: 20px;
    }
  
  }
  
  @media (min-width: 1200px) {
    .navbar-brand.navbar-logo-bigger>img {
      width: 330px;
    }
  
    .interior .navbar {
      min-height: 120px;
    }
  
  }
  
  @media (min-width: 1200px) {
    .customsection1 .container {
      width: 1270px;
    }
  }
  
  .customsection1 #page-title,
  .customsection2 #page-title,
  .customsection3 #page-title,
  .customsection4 #page-title,
  .customsection5 #page-title,
  .customsection7 #page-title,
  .customsection8 #page-title,
  .customsection9 #page-title,
  .customsection10 #page-title,
  .customsection11 #page-title {
    display: none;
  }
  
  .web-site-disclosure {
    text-align: center;
  }
  
  /* Changes to the Broadridge Resources styles */
  
  .resources h1 {
    margin-top: 25px;
    font-size: 24px;
    text-transform: uppercase;
  }
  
  #footer {
    background: #fff !important;
    width: 100%;
    padding-top: 25px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    margin-bottom: 50px;
  }
  
  #footer li a {
    color: #666;
    text-decoration: underline;
  }
  
  #footer li a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  
  .WFAfooterHeader ul li {
    list-style-type: none;
    display: inline-block;
    padding: 4px;
    margin: 1px;
  }
  
  .WFAfooter p {
    color: #666 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 12px !important;
    text-align: left !important;
    line-height: 14px !important;
  }
  
  .WFAfooter ul li {
    list-style-type: none;
    display: inline-block;
    padding: 4px;
    margin: 1px;
  }
  
  .WFAfooter p a {
    color: #666;
    text-decoration: underline;
  }
  
  .WFAfooter p a:hover {
    color: #ccc;
    text-decoration: underline;
  }
  
  
  #footer .disclaimers-top .disclaimers-content {
    Display: inline-block;
    border: 1px solid #666;
    color: #666;
    padding: 10px;
    margin-bottom: 15px;
    font-weight:600;
  }
  
  #footer .disclaimers-top .disclaimers-content .disclaimers-list {
    list-style-type: disc;
    margin: 0 0 0 15px;
    padding: 0;
  }
  
  #footer .disclaimers-top .disclaimers-content .disclaimers-list li {
    display: list-item;
    list-style-type: disc;
  }
  
  #footer .link-list {
    padding-left: 0;
  
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
  }
  
  #footer .link-list li {
    padding: 0;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
  }
  
  #footer .link-list li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #666;
    display: inline-block;
    margin-left: 15px;
  }
  
  
  #footer p>a {
    font-weight: 600;
    text-decoration: underline;
  }
  
  #footer span.bold {
    font-weight: 600;
  }
  
  
  
  
  
  .container .additional-page-content .lc-header-footnote h2 {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .videos .container h2 {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .container .additional-page-content .lc-header-footnote p {
    font-size: 14px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .videos .container p.footnote {
    font-size: 14px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .videos .container p.description {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .container .additional-page-content p {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  
  .tax_library .container p {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .tax_library .container ul.content_list {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .content_list a {
    color: #212529;
  }
  
  .content_list a:hover {
    color: #154485;
    text-decoration: underline;
  }
  
  .three_column_group,
  .two_column_group {
    float: left;
    margin-right: 4%;
    margin-top: 2em;
    margin-bottom: 35px;
    font-family: "Roboto Condensed", sans-serif !important;
  }
  
  
  .three_column_group h2,
  .two_column_group h2 {
    font-size: 20px !important;
    color: #666 !important;
    font-family: "Roboto Condensed", sans-serif !important;
  }
  
  .three_column_group ul li a,
  .two_column_group ul li a {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: "Roboto Condensed", sans-serif !important;
  }
  
  .three_column_group ul li p,
  .two_column_group ul li p {
    font-size: 16px !important;
    font-family: "Roboto Condensed", sans-serif !important;
  }
  
  #marketwatch_iframeContainer {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  
  iframe.detailedQuote {
    height: 700px;
    width: 100%;
  }
  
  iframe.portfolio {
    height: 700px;
    width: 100%;
  }
  
  iframe.charting {
    height: 700px;
    width: 100%;
  }
  
  iframe.marketsAtAGlance {
    height: 700px;
    width: 100%;
  }
  
  #alphaNav ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
  }
  
  #alphaNav ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: solid 1px black;
    margin: 10px 0px;
  }
  
  /* Tax Glossary Search Icon */
  .tax_glossary .search_button,
  .glossary .search_button {
    background: transparent url("/files/9885/include/css/images/search_icon.gif") 0 0 no-repeat;
    /*Change to client code*/
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  
  .glossary .letter {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  
  .glossary .tax_glossary,
  .minimized_page_search {
    text-align: left;
  }
  
  #topVideo {
    margin-top: 45px;
  }
  
  .topVideoTitle {
    font-size: 22px;
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .listedVideoTitle {
    font-size: 16px;
    margin-top: 15px;
    font-family: "Roboto Condensed", sans-serif;
  }
  
  ul.videos {
    padding: 0;
  }
  
  ul.vidoes li p {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 45px;
  }
  
  
  .videos #content li.video img {
    background-color: #33353C;
    height: auto;
    width: 100%;
  }
  
  .videos #content li.video {
    width: 460px;
    float: left;
    list-style-type: none;
    margin: 50px 5% 1em 0;
    padding: 0;
  }
  
  .limelight * {
    max-height: none !important;
  }
  
  .limelight-player {
    height: 350px !important;
  }
  
  #topVideoContainer {
    margin: 0px auto;
    max-width: 642px;
  }
  
  .videos .LimelightEmbeddedPlayer {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  
  .videos #videosContainer #topVideoContainer .limelight-player-footprint {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .LimelightEmbeddedPlayer {
    display: block;
    width: 1100px;
    height: 620px;
  }
  
  body #financial_calculator {
    margin: 50px auto !important;
    font-family: "Roboto Condensed", sans-serif, sans-serif;
  }
  
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  
  table td,
  table th {
    padding: 1px 3px;
  }
  
  a img {
    border: none;
  }
  
  p,
  h1,
  h2,
  h3 {
    margin: 0 0 1em 0;
    padding: 0;
  }
  
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  legend {
    margin: 0;
    padding: 0 0 .5em 0;
  }
  
  div.rule {
    color: #fff;
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1px;
    line-height: 0;
    clear: both;
  }
  
  #financial_calculator H1 {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    color: #4989bb;
    margin: 0 0 16px 0;
  }
  
  #financial_calculator H2 {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    color: #777;
    margin: 0 0 16px 0;
    background: none;
    padding: 0;
    font-weight: bold;
  }
  
  #financial_calculator H3 {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    color: #4989bb;
    margin: 0 0 16px 0;
  }
  
  #financial_calculator ul {
    margin: 0 0 0 1em;
    padding: 0 0 1em 2em;
    list-style-type: disc;
  }
  
  #financial_calculator .question {
    margin: 10px 0 40px 5px;
  }
  
  #financial_calculator .question DIV {
    margin: 8px 0;
  }
  
  #financial_calculator .question LABEL {
    margin: 8px 0;
    display: block;
    font-weight: bold;
    color: #555;
  }
  
  #financial_calculator .question INPUT {
    margin-left: 10px;
    width: 65px;
    background: #fff;
    color: #000;
    border: 1px solid #666;
  }
  
  #financial_calculator .question LEGEND {
    display: inline-block;
  }
  
  #financial_calculator .radio .question_text {
    font-weight: bold;
    color: #555;
  }
  
  #financial_calculator .radio LABEL {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    color: #000;
    width: 90%;
    float: left;
  }
  
  #financial_calculator .radio LABEL:hover {
    text-decoration: underline;
  }
  
  #financial_calculator .radio INPUT {
    cursor: pointer;
    margin: 8px 1%;
    width: 5%;
    float: left;
    height: 18px;
  }
  
  #financial_calculator .radio ul,
  #financial_calculator .radio li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
  }
  
  #financial_calculator .results table {
    border-top: 1px solid #eee;
    margin: 20px 0;
  }
  
  #financial_calculator .results td {
    border-bottom: 1px solid #eee;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #000;
  }
  
  #financial_calculator .results td.currency {
    text-align: right;
    padding-right: 1em;
    padding-left: 3em;
  }
  
  #financial_calculator .results td.percentage {
    text-align: right;
    padding-right: 1em;
    padding-left: 3em;
  }
  
  #financial_calculator .results td.years {
    text-align: right;
    padding-right: 1em;
    padding-left: 3em;
  }
  
  #financial_calculator .results td.name {
    text-align: right;
    padding-right: 1em;
    padding-left: 3em;
  }
  
  #financial_calculator .results td.answer {
    text-align: right;
    padding-right: 1em;
    padding-left: 3em;
  }
  
  #financial_calculator .results td span {
    padding-left: 1px;
    padding-right: 1px;
    color: #000
  }
  
  #financial_calculator .disclaimer,
  #financial_calculator .copyright {
    color: #666;
    font-size: 90%;
  }
  
  #financial_calculator .copyright {
    margin-top: 2em;
  }
  
  #financial_calculator .addthis_button_print {
    display: none;
  }
  
  #content #financial_calculator fieldset {
    border: 0;
  }
  
  #financial_calculator button[disabled] {
    opacity: .5;
  }
  
  #financial_calculator .eme_bd_footerHeader {
    color: #000;
  }
  
  #financial_calculator ul.eme_bd_footerlist,
  #financial_calculator ul.center_aligned_link_list {
    display: block;
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
  }
  
  #financial_calculator ul.eme_bd_footerlist li,
  #financial_calculator ul.center_aligned_link_list li {
    display: inline-block;
    margin: 0 .3em 0 0;
    padding: 0;
  }
  
  #financial_calculator ul.eme_bd_footerlist li {
    padding: .2em .5em;
    border: 1px solid #000;
    font-weight: bold;
  }
  
  .award-list {
    padding-left: 0;
  }
  
  .award {
    font-size: 2em;
    margin-top: 1em;
    color: #406da4;
    list-style-type: none;
    border: 4px solid #406da4;
    padding: 10px;
    text-align: center;
  }
  
  .award:hover {
    border-color: #977e0b;
  }
  
  .award-list a li {
    width: 100%;
    background-color: #0f3267;
    border-color: #0f3267;
    color: white;
    min-height: 108px;
  }
  
  .award-recipient {
    font-size: 16px;
  }
  
  .forbes-text {
    font-size: 1.8em;
    padding: 0 8px;
    color: #977e0b;
  }
  
  .copyright p {
    font-size: 14px;
    max-width: 1020px;
    margin: 0 auto;
  }
  
  .gold {
    color: #977e0b;
    font-size: 1.1em;
  }
  
  .disclaimer-text {
    font-size: 0.8em;
    line-height: 1.4;
    font-style: italic;
  }
  
  .link-tree-icon {
    border-radius: 2px;
    padding: 10px;
    width: 60px;
    height: 60px;
    background: #406da4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-size: 2em;
  }
  
  @media screen {
  
    #printed_from,
    #contact_info {
      display: none;
    }
  
    #breadcrumb_navigation {
      margin: -1.5em 0 1em 0;
      cursor: default;
      color: #888;
    }
  
    #breadcrumb_navigation a {
      text-decoration: none;
      color: #333;
    }
  
    #breadcrumb_navigation a:hover,
    #breadcrumb_navigation a:focus {
      text-decoration: underline;
      color: #000;
    }
  
    #financial_calculator H1 {
      font-size: 30px;
    }
  
    #financial_calculator H2 {
      font-size: 18px;
    }
  
    #financial_calculator H3 {
      font-size: 16px;
    }
  
    #financial_calculator P {
      max-width: 500px;
      line-height: 20px;
      color: #000
    }
  
    #financial_calculator .question LABEL {
      max-width: 500px;
    }
  
    #financial_calculator .results table {
      width: 450px;
    }
  
    #calculator_form {
      max-width: 520px;
      padding: 0 1em 1em 0;
    }
  
    #fixed_height_box {
      min-height: 310px;
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
    }
  
    #financial_calculator {
      position: relative;
      max-width: 1020px;
      font-size: 13px;
      color: #000;
      background: #fff 100% 0% no-repeat;
    }
  
    #transition_mask {
      max-width: 100%;
      border-radius: 6px;
    }
  
    #calc_content {
      padding: 30px 0 20px 20px;
      max-width: 535px;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
    }
  
    #financial_calculator .slider {
      width: 400px;
      height: 8px;
      display: block;
      float: left;
      margin-right: 20px;
      top: 6px;
      border: 1px solid #A6C9E2;
      border-radius: 4px;
      background-color: #fff;
      position: relative;
    }
  
    #financial_calculator .level {
      height: 8px;
      display: block;
      position: absolute;
      left: -1px;
      top: -1px;
      border: 1px solid #A6C9E2;
      background-color: #8DB9DB;
      border-radius: 4px;
      z-index: 10;
    }
  
    #financial_calculator .knob {
      width: 10px;
      height: 16px;
      display: block;
      position: absolute;
      top: -5px;
      margin-left: -5px;
      border: 1px solid #79B7E7;
      background-color: #E0EFFC;
      border-radius: 4px;
      z-index: 20;
      cursor: pointer;
    }
  
    #financial_calculator .slider,
    #financial_calculator .level,
    #financial_calculator .segment,
    #financial_calculator .knob {
      -moz-user-select: -moz-none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  
    #financial_calculator .segments {
      color: #aaa;
      position: absolute;
      top: 12px;
      left: 0;
      width: 100%;
    }
  
    #financial_calculator .segments .segment {
      cursor: pointer;
      padding-top: 4px;
      position: relative;
      text-align: center;
      display: block;
      float: left;
      background: url('images/calculator/segment.png') 50% 0% no-repeat;
    }
  
    #financial_calculator .segments .segment:hover {
      color: #369;
      text-decoration: underline;
    }
  
    #financial_calculator .params {
      display: none;
    }
  
    #calculator_buttons {
      max-width: 500px;
    }
  
    #calculator_buttons button {
      min-width: 100px;
      margin-right: 20px;
    }
  
    #action_buttons {
      margin-top: 1em;
      padding-top: 1em;
      border-top: 1px solid #eee;
      max-width: 500px;
    }
  
    #action_buttons button {
      text-shadow: 1px 1px #369;
      min-width: 125px;
      margin-right: 20px;
      border: 1px solid #369;
      border-radius: 3px;
      color: #fff;
      padding: .15em 0;
      background: rgb(132, 177, 214);
      background: -moz-linear-gradient(top, rgba(132, 177, 214, 1) 0%, rgba(112, 166, 211, 1) 50%, rgba(91, 145, 186, 1) 51%, rgba(29, 118, 186, 1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(132, 177, 214, 1)), color-stop(50%, rgba(112, 166, 211, 1)), color-stop(51%, rgba(91, 145, 186, 1)), color-stop(100%, rgba(29, 118, 186, 1)));
      background: -webkit-linear-gradient(top, rgba(132, 177, 214, 1) 0%, rgba(112, 166, 211, 1) 50%, rgba(91, 145, 186, 1) 51%, rgba(29, 118, 186, 1) 100%);
      background: -o-linear-gradient(top, rgba(132, 177, 214, 1) 0%, rgba(112, 166, 211, 1) 50%, rgba(91, 145, 186, 1) 51%, rgba(29, 118, 186, 1) 100%);
      background: -ms-linear-gradient(top, rgba(132, 177, 214, 1) 0%, rgba(112, 166, 211, 1) 50%, rgba(91, 145, 186, 1) 51%, rgba(29, 118, 186, 1) 100%);
      background: linear-gradient(to bottom, rgba(132, 177, 214, 1) 0%, rgba(112, 166, 211, 1) 50%, rgba(91, 145, 186, 1) 51%, rgba(29, 118, 186, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84b1d6', endColorstr='#1d76ba', GradientType=0);
    }
  
    #action_buttons button:hover {
      border: 1px solid #26a;
      background: rgb(91, 181, 255);
      background: -moz-linear-gradient(top, rgba(91, 181, 255, 1) 0%, rgba(69, 171, 255, 1) 50%, rgba(23, 154, 255, 1) 51%, rgba(0, 122, 216, 1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(91, 181, 255, 1)), color-stop(50%, rgba(69, 171, 255, 1)), color-stop(51%, rgba(23, 154, 255, 1)), color-stop(100%, rgba(0, 122, 216, 1)));
      background: -webkit-linear-gradient(top, rgba(91, 181, 255, 1) 0%, rgba(69, 171, 255, 1) 50%, rgba(23, 154, 255, 1) 51%, rgba(0, 122, 216, 1) 100%);
      background: -o-linear-gradient(top, rgba(91, 181, 255, 1) 0%, rgba(69, 171, 255, 1) 50%, rgba(23, 154, 255, 1) 51%, rgba(0, 122, 216, 1) 100%);
      background: -ms-linear-gradient(top, rgba(91, 181, 255, 1) 0%, rgba(69, 171, 255, 1) 50%, rgba(23, 154, 255, 1) 51%, rgba(0, 122, 216, 1) 100%);
      background: linear-gradient(to bottom, rgba(91, 181, 255, 1) 0%, rgba(69, 171, 255, 1) 50%, rgba(23, 154, 255, 1) 51%, rgba(0, 122, 216, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb5ff', endColorstr='#007ad8', GradientType=0);
    }
  
    #calculator_buttons .calculate {
      margin-left: 40px;
    }
  
    #financial_calculator .pg {
      float: left;
      position: absolute;
      display: none;
    }
  
    .pg_1 #financial_calculator #pg_1,
    .pg_2 #financial_calculator #pg_2,
    .pg_3 #financial_calculator #pg_3,
    .pg_4 #financial_calculator #pg_4,
    .pg_5 #financial_calculator #pg_5,
    .pg_6 #financial_calculator #pg_6,
    .pg_7 #financial_calculator #pg_7,
    .pg_8 #financial_calculator #pg_8,
    .pg_9 #financial_calculator #pg_9,
    .pg_10 #financial_calculator #pg_10,
    .pg_11 #financial_calculator #pg_11,
    .pg_12 #financial_calculator #pg_12,
    .pg_13 #financial_calculator #pg_13,
    .pg_14 #financial_calculator #pg_14,
    .pg_15 #financial_calculator #pg_15,
    .pg_16 #financial_calculator #pg_16,
    .pg_17 #financial_calculator #pg_17,
    .pg_18 #financial_calculator #pg_18,
    .pg_19 #financial_calculator #pg_19,
    .pg_20 #financial_calculator #pg_20 {
      display: block;
      height: auto;
    }
  
    #chart_div,
    .chart_div {
      background-color: rgba(204, 204, 204, .80);
      width: 500px;
      border-radius: 10px;
      margin: .5em 0 1em 0;
    }
  
    #chart_div IFRAME {
      border: 1px solid #ddd;
    }
  
    #financial_calculator #footer {
      margin-top: 40px;
    }
  
    #share_container {
      max-width: 500px;
    }
  
    #share {
      border-radius: 3px;
      float: right;
      padding: .5em .5em .25em .5em;
      margin: .5em 0 .5em .5em;
    }
  
    #share a {
      opacity: 0.7;
      display: inline-block;
      margin: 0 3px 0 0;
      text-decoration: none;
    }
  
    #share a:hover {
      text-decoration: none;
      opacity: 1;
    }
  
    #share .sep {
      color: #ddd;
      display: inline-block;
      margin: 0 3px 0 0;
      position: relative;
      top: -4px;
    }
  }
  
  @media only screen and (max-width: 3000px) {
    #financial_calculator {
      margin: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
    }
  
    #calc_content {
      padding: 0;
    }
  
    #transition_mask {
      padding: 30px 40px;
    }
  }
  
  @media only screen and (max-width: 1035px) {
    #financial_calculator {
      margin: 0;
      border: none;
      border-radius: 0;
    }
  
    #financial_calculator {
      background-position: 100% 0%;
    }
  }
  
  @media only screen and (max-width: 1015px) {
    #financial_calculator {
      background-position: 0% 0%;
    }
  }
  
  @media only screen and (max-width: 800px),
  only screen and (max-width : 760px),
  only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    body {
      background-color: #fff;
    }
  
    #financial_calculator {
      width: 100%;
      max-width: 100%;
      filter: none;
      background-image: none !important;
      background-color: #fff !important;
      width: 550px;
      margin: 0 auto;
      zoom: auto;
    }
  
    #breadcrumb_navigation {
      margin-top: 0;
    }
  
    #transition_mask {
      padding: 1em;
      border-radius: 0;
    }
  
    #calculator_buttons {
      text-align: center;
    }
  
    #action_buttons {
      text-align: center;
    }
  
    #calculator_buttons button,
    #calculator_buttons .calculate {
      min-width: 25%;
      margin: 0 1.5% 15px;
    }
  
    #action_buttons button {
      width: 30%;
      margin: 0 2% 0 3%;
    }
  }
  
  @media only screen and (max-width: 570px) {
    #financial_calculator {
      margin: 0;
      filter: none;
      background-image: none !important;
      background-color: #fff !important;
      margin: 0 auto;
      zoom: auto;
    }
  
    #transition_mask {
      max-width: 100%;
    }
  
    #calculator_form {
      padding: 0 0 1em 0;
      max-width: 100%;
    }
  
    #financial_calculator .slider {
      width: 100%;
      max-width: 99%;
    }
  
    #share {
      float: none;
      text-align: left;
      margin: 1em 0 1.5em 0;
      padding: 0;
      background: transparent none;
    }
  
    #financial_calculator .question {
      max-width: 97%;
    }
  
    #financial_calculator .question input {
      margin: 50px 0 0 0;
      width: 100px;
    }
  
    #financial_calculator .radio input {
      margin: 8px 1% 8px 0;
      width: 5%;
    }
  
    #financial_calculator .radio label {
      width: 85%;
      max-width: 100%;
    }
  
    #financial_calculator {
      background: transparent none !important;
      filter: none;
      background-image: none !important;
      background-color: #fff !important;
      margin: 0 auto;
      zoom: auto;
    }
  
    #financial_calculator P {
      max-width: 100%;
    }
  
    #financial_calculator .results table {
      width: 100%;
    }
  
    #financial_calculator {
      max-width: 100%;
    }
  
    #financial_calculator .segments {
      width: 100%;
    }
  
    #calculator_buttons {
      max-width: 100%;
    }
  
    #action_buttons {
      max-width: 100%;
    }
  
    #financial_calculator .pg {
      width: 100%;
    }
  
    #chart_div,
    .chart_div {
      width: 100%;
    }
  
    #share_container {
      max-width: 100%;
    }
  
    #financial_calculator ul.eme_bd_footerlist li {
      font-size: 75%;
    }
  }
  
  @media print {
    #printed_from {
      float: right;
      margin-bottom: 1em;
    }
  
    #contact_info {
      display: none;
    }
  
    #contact_info ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
  
    #contact_info li {
      padding: 0;
      margin: 0 0 .25em 0;
    }
  
    #breadcrumb_navigation {
      display: none;
    }
  
    body {
      background: transparent none !important;
      font-size: 11px;
    }
  
    #financial_calculator {
      clear: both;
      padding-top: 1em;
      margin-top: 1em;
      border-top: 1px solid #ccc;
    }
  
    #financial_calculator H1 {
      font-size: 24px;
    }
  
    #financial_calculator H2 {
      font-size: 16px;
    }
  
    #financial_calculator H3 {
      font-size: 14px;
    }
  
    body *:not(rect):not(svg) {
      width: auto !important;
      height: auto !important;
      position: static !important;
      background: transparent none !important;
    }
  
    #financial_calculator .pg {
      float: none !important;
      position: static !important;
      width: auto !important;
    }
  
    .pg {
      padding-top: 1em;
      margin-top: 1em;
      border-top: 1px solid #eee;
    }
  
    .slider {
      display: none;
    }
  
    #share_container {
      display: none;
    }
  
    .question input {
      border: none;
    }
  
    #calculator_buttons {
      display: none;
    }
  
    #action_buttons {
      display: none;
    }
  
    a {
      color: #000;
    }
  
    #contact_info a {
      color: #000;
      text-decoration: none;
    }
  
    .privacyPolicy,
    .privacy_policy,
    .privacypolicy,
    .privacy {
      display: none;
    }
  }
  
  @media screen {
  
    /* IE fix for rgba() alternative */
    .alpha0,
    .alpha1,
    .alpha2,
    .alpha3,
    .alpha4,
    .alpha5,
    .alpha6,
    .alpha7,
    .alpha8,
    .alpha9,
    .alpha10 {
      background: none;
      zoom: 1;
    }
  
    .alpha0 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
    }
  
    .alpha1 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19FFFFFF', endColorstr='#19FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19FFFFFF', endColorstr='#19FFFFFF');
    }
  
    .alpha2 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
    }
  
    .alpha3 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF');
    }
  
    .alpha4 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66FFFFFF', endColorstr='#66FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66FFFFFF', endColorstr='#66FFFFFF');
    }
  
    .alpha5 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
    }
  
    .alpha6 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
    }
  
    .alpha7 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
    }
  
    .alpha8 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
    }
  
    .alpha9 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    }
  
    .alpha10 {
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    }
  }
  
  
  #calculator_buttons button {
    font-family: "Roboto Condensed", sans-serif;
    color: #FFF;
    background: #4e646c;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
  }
  
  .skip-to-content {
    position: absolute;
    left: 8px;
    top: -46px;
    opacity: 0;
    transition: all 0.25s;
    color: #00659d !important;
  }
  
  .skip-to-content:focus {
    display: block;
    z-index: 100000;
    font-weight: 700;
    top: 8px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    background: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 1;
  }
  
  *:focus:not(:hover) {
    outline: 5px auto #0096FF;
    outline: -webkit-focus-ring-color auto 5px !important;
  }
  
  @media screen and (min-width: 992px) {
    .navbar .dropdown:focus-within>.dropdown-menu {
      display: block;
    }
  }