/* RESOURCES START */

.helpful-links h3, .gov-links h3, .calculators h5, .calculators h3, .videos h3 {
    color: #00578A !important;
    line-height: 1.2;
}

.sub-head-main .head-2 {
    text-align: center;
    font-size: 0.8em;
}

.sub-head-main .head-1 {
    font-family: 'Raleway', sans-serif;
    color: #393939;
    font-size: 1.5em !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
    animation: slideInUpSmall 1s 
linear;
    text-align: center;
}

.sub-head-main::after, .body-about-us .copy-section h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #00578A;
    margin: 19px auto;
}    

.helpful-links, .gov-links, .calculators, .videos {
    margin: 2em 0;
    font-size: 16px;
    line-height: 1.5;
}

.gov-links {
    margin-bottom: 3em;
}

.helpful-links, .gov-links, .calculators, .videos {
    margin: 2em 0;
    font-size: 16px;
    line-height: 1.5;
}

.helpful-links h3, .gov-links h3, .calculators h5, .calculators h3, .videos h3 {
    color: #00578A;
    line-height: 1.2;
}

.helpful-links h3, .gov-links h3, .calculators h5, .calculators h3, .videos h3 {
    color: #00578A;
    line-height: 1.2;
}

.intro-content h3 {
    color: #497ba5;
}

@media screen and (min-width: 980px) {
    .gov-links .container, .helpful-links .container, .calculators {
        display: flex;
    }
}

@media screen and (min-width: 980px) {
    .resource-item {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .helpful-links-item {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .resource-item {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 980px) {
    .gov-links-item {
        width: 33.3%;
    }
}
.resource-item {
    padding: 0 1em;
}

.gov-links .container, .helpful-links .container, .calculators {
    flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
    .resource-item {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 980px) {
    .calc-item {
        width: 23%;
        margin: 1%;
    }
}
@media screen and (min-width: 480px) {
    .calc-item {
        width: 48%;
        margin: 1%;
    }
}

a.fin-calc {
    color: #00578A;
}

.calc-item {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    transition: all .2s 
ease-in-out;
}

.calc-item:hover {
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.1);
    }
.gov-links {
   margin-bottom: 3em;
}

@media screen and (min-width: 480px) {
      .calc-item {
        width: 48%;
        margin: 1%;
      }
}

@media screen and (min-width: 980px) {
    .gov-links .container, .helpful-links .container, .calculators {
    display: flex;
    }
    .gov-links-item {
    width: 33.3%;
    margin-bottom: 1em;
    }
    .helpful-links-item {
    width: 50%;
    }
    .calc-item {
    width: 23%;
    margin: 1%;
    }
    .resource-item {
    margin-bottom: 0;
    }
}
    
a .btn.secondary {
    border: 1px solid #00578A;
    color: #00578A;
    padding: 1em 1.5em !important;    
}
    
a .btn.secondary:hover {
    background: #00578A;
    color: #ffffff;
}

.billboard-container a .btn.secondary, .services-section a .btn.secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 1em 1.5em !important;
    background: rgba(0, 0, 0, .4);    
}

.billboard-container a .btn.secondary:hover, .callout a .btn.secondary:hover, a .btn.secondary.aqua:hover, .services-section a .btn.secondary:hover {
    background: rgba(82, 185, 187, .8);
    color: #ffffff;
}

.primary-nav .nav-subnav a.active, .primary-nav a.active, .primary-nav > li > a:hover {
    color: #85EDF0;
}

.nav:after {
   background: #85EDF0;
}

.primary-nav .nav-subnav a:hover {
    color: #85EDF0;
}

.billboard-container.billboard-full-height {
   min-height: 100vh !important;
}

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(133, 237, 240, 0.1) !important;
}

.scroller-wrapper .scroller:before {
    background: rgba(133, 237, 240, 0.2);
}

.scroller-wrapper .scroller:after {
    background: rgba(133, 237, 240, 0.5);
}

.multiple-btns a .btn-default, .multiple-btns a .btn {
    display: inline-block;
    margin: 0 .5em;
}
    
@media screen and (max-width: 779px) {
    .multiple-btns a .btn-default, .multiple-btns a .btn {
      display: block;
      margin: 0 .5em .5em;
    }
}

    .services-section {
        width: 100%;
        overflow: auto;
        border-top: 3px solid #002949;
        background: #002949;
        background: -moz-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: -webkit-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: radial-gradient(ellipse at center, #00578A 0%, #00578A 0%, #002949 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578A', endColorstr='#002949',GradientType=1 );
        padding: 3em 0;
    }

.services-section .row {
    margin: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 819px) {
  .services-section .row {
    display: block;
  }
}

    .services-section h1 .head-1, .services-section h1 .head-2 {
        color: #fff;
    }

    .services-section p {
        color: #fff;
        line-height: 1.5;
    }

/* OUR SPECIALISTS PAGE */
.rjl-specialist-bio {
    margin-bottom: 2em;
}

.rjl-specialist-bio .specialist-title-group {
   line-height: 1.2;
}

.rjl-specialist-bio .specialist-name {
   margin-bottom: 0 !important;
}

.rjl-specialist-bio .specialist-bullets {
   padding-left: 1.5em;
}

.rjl-specialist-bio .specialist-bullets li {
   line-height: 1.4;
   margin-bottom: .5em;
}

.rjl-specialist-bio .specialist-title {
   line-height: 1.4;
}

@media screen and (min-width: 781px) {
   .rjl-specialist-bio {
      display: flex;
   }

   .rjl-specialist-bio > div {
      float: none;
   }
}

/* ----- Alternating Boxes ----- */ 

.alternateBoxes.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}  

.alternateBoxes .row {
   display: flex;
}

.alternateBoxes .alternateBoxes-background {
   
}

div.alternateBoxes div.row{ 
     margin: 0; 
} 

div.alternateBoxes div.row div{ 
     padding-left: 0; 
     padding-right: 0; 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type p, 
div.alternateBoxes div.row:nth-child(odd) div:first-of-type h2, 
div.alternateBoxes div.row:nth-child(even) div:first-of-type + div p, 
div.alternateBoxes div.row:nth-child(even) div:first-of-type + div h2{ 
     padding: 0; 
     margin: 0; 
} 

div.alternateBoxes div.row div * img{ 
     width: 100% !important; 
     padding: 0 !important; 
     margin: 0 !important; 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 
     /*width: 100%;*/ 
     /*-webkit-box-ordinal-group: 2;*/ 
     /*-webkit-order: 1;*/ 
     /*-ms-flex-order: 1;*/ 
     /*order: 1;*/ 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 
     -webkit-box-ordinal-group: 3; 
     -webkit-order: 2; 
     -ms-flex-order: 2; 
     order: 2; 
     -webkit-align-self: center; 
     -ms-flex-item-align: center; 
     -ms-grid-row-align: center; 
     align-self: center; 
     /*max-width: 500px;*/ 
     margin: 0 auto; 
     padding: 2em 4em; 
} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 
     padding: 2em 4em; 
     -webkit-align-self: center; 
     -ms-flex-item-align: center; 
     -ms-grid-row-align: center; 
     align-self: center; 
     /*max-width: 500px;*/ 
     /*width: 100%;*/ 
     margin: 0 auto; 
} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 
     /*width: 100%;*/ 
} 

@media (max-width: 768px){ 
     div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 
         -webkit-box-ordinal-group: 2; 
         -webkit-order: 1; 
         -ms-flex-order: 1; 
         order: 1; 
    } 

     div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 
         -webkit-box-ordinal-group: 3; 
         -webkit-order: 2; 
         -ms-flex-order: 2; 
         order: 2; 
    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 
         -webkit-box-ordinal-group: 2; 
         -webkit-order: 1; 
         -ms-flex-order: 1; 
         order: 1; 
    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 
         -webkit-box-ordinal-group: 3; 
         -webkit-order: 2; 
         -ms-flex-order: 2; 
         order: 2; 
    } 

    .alternateBoxes .row {
       display: flex;
       flex-direction: column;
    }
} 

@media (max-width: 992px) { 
  div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div { 
    padding: 1em 2em; 
  } 
} 

/* RESOURCES END */

.ftr-logo-wrapper {
    padding: 15px 0 !important;
}

.content-slider-wrapper {
border: none;
}

.content-slider {
    width: 80%;
    margin: 0 auto;
}

.col-lg-12.intro-content .consent-email-link a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #465059;
    display: inline-block;
    border: 1px solid #465059;
    text-transform: uppercase;
    padding: 3px 20px;
}

.consent-email-description p {
    margin-bottom: 0 !important;
}
.ftr-logo {
    max-width: 100% !important;
    width: 400px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a, .investor-access-remember-me-label{
    line-height: 20px !important;
}

.content-slider-wrapper .content-slider-cta {
    display: none !important;
}

a.cfp-button {
    background-color: #497ba5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
margin: 10px 0;
}

a.cfp-button:hover {
    background-color: #023358;
    color: #fff;
}
.bio-detail-copy-wrapper {
    margin-bottom: 25px;
}

.billboard-heading {
    padding-bottom: 85px !important;
}

.btn.secondary:hover {
  color: rgba(82, 185, 187, 0.8);
}

.multiple-btns {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .billboard-heading-wrapper {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-heading-wrapper {
        margin-top: 0 !important;
    }
}

/* .calc-item{
width: 177.09px;
height: 189.38px;
border: 1px solid #c4c4c4;
border-radius: 5px;
}

.calc-item{
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */

/* BILLBOARD */

.col-md-12.multiple-btns {
    margin-top: 55px;
}

.billboard-container button, .services-section .btn.secondary {
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    padding: 1em 1.5em !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-inline: 8px;
    background: rgba(0, 0, 0, .4);
}

.billboard-container a button:hover {
    color: var(--dark);
}

.billboard-container button: hover {
    background: var(--white);
}

.billboard-container a .btn.secondary:hover, .callout a .btn.secondary:hover, a .btn.secondary.aqua:hover, .services-section a .btn.secondary:hover {
    background: rgba(82, 185, 187, .8);
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .billboard-section .billboard-container h1 {
        padding: unset !important;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-heading {
    font-size: 40px;
    line-height: 42px;
    padding: 0;
    margin-top: -200px;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-container a {
    font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .col-md-12.multiple-btns {
    margin-top: 20px;
    display: block;
    }
}

@media only screen and (max-width: 480px) {
    .billboard-content {
    height: 400px !important;
    }
}

@media only screen and (max-width: 480px) {
    .billboard-full-width.billboard-container {
        height: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    .scroller.show-scroller {
    display: none !important;
    }
}

.team-image-wrapper img {
    border: none !important;
    margin: auto;
    display: block;
}
    .calc-item:hover {
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.1);
    }
.gov-links {
   margin-bottom: 3em;
}

@media screen and (min-width: 480px) {
      .calc-item {
        width: 48%;
        margin: 1%;
      }
}

@media screen and (min-width: 980px) {
    .gov-links .container, .helpful-links .container, .calculators {
    display: flex;
    }
    .gov-links-item {
    width: 33.3%;
    margin-bottom: 1em;
    }
    .helpful-links-item {
    width: 50%;
    }
    .calc-item {
    width: 23%;
    margin: 1%;
    }
    .resource-item {
    margin-bottom: 0;
    }
}
    
a .btn.secondary {
    border: 1px solid #00578A;
    color: #00578A;
    padding: 1em 1.5em !important;    
}
    
a .btn.secondary:hover {
    background: #00578A;
    color: #ffffff;
}

.billboard-container a .btn.secondary, .services-section a .btn.secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 1em 1.5em !important;
    background: rgba(0, 0, 0, .4);    
}

.billboard-container a .btn.secondary:hover, .callout a .btn.secondary:hover, a .btn.secondary.aqua:hover, .services-section a .btn.secondary:hover {
    background: rgba(82, 185, 187, .8);
    color: #ffffff;
}

.primary-nav .nav-subnav a.active, .primary-nav a.active, .primary-nav > li > a:hover {
    color: #85EDF0;
}

.nav:after {
   background: #85EDF0;
}

.primary-nav .nav-subnav a:hover {
    color: #85EDF0;
}

.billboard-container.billboard-full-height {
   min-height: 100vh !important;
}

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(133, 237, 240, 0.1) !important;
}

.scroller-wrapper .scroller:before {
    background: rgba(133, 237, 240, 0.2);
}

.scroller-wrapper .scroller:after {
    background: rgba(133, 237, 240, 0.5);
}

.multiple-btns a .btn-default, .multiple-btns a .btn {
    display: inline-block;
    margin: 0 .5em;
}
    
@media screen and (max-width: 779px) {
    .multiple-btns a .btn-default, .multiple-btns a .btn {
      display: block;
      margin: 0 .5em .5em;
    }
}

    .services-section {
        width: 100%;
        overflow: auto;
        border-top: 3px solid #002949;
        background: #002949;
        background: -moz-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: -webkit-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: radial-gradient(ellipse at center, #00578A 0%, #00578A 0%, #002949 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578A', endColorstr='#002949',GradientType=1 );
        padding: 3em 0;
    }

.services-section .row {
    margin: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 819px) {
  .services-section .row {
    display: block;
  }
}

    .services-section h1 .head-1, .services-section h1 .head-2 {
        color: #fff;
    }

    .services-section p {
        color: #fff;
        line-height: 1.5;
    }

/* OUR SPECIALISTS PAGE */
.rjl-specialist-bio {
    margin-bottom: 2em;
}

.rjl-specialist-bio .specialist-title-group {
   line-height: 1.2;
}

.rjl-specialist-bio .specialist-name {
   margin-bottom: 0 !important;
}

.rjl-specialist-bio .specialist-bullets {
   padding-left: 1.5em;
}

.rjl-specialist-bio .specialist-bullets li {
   line-height: 1.4;
   margin-bottom: .5em;
}

.rjl-specialist-bio .specialist-title {
   line-height: 1.4;
}

@media screen and (min-width: 781px) {
   .rjl-specialist-bio {
      display: flex;
   }

   .rjl-specialist-bio > div {
      float: none;
   }
}

/* ----- Alternating Boxes ----- */ 

.alternateBoxes.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}  

.alternateBoxes .row {
   display: flex;
}

.alternateBoxes .alternateBoxes-background {
   
}

div.alternateBoxes div.row{ 
     margin: 0; 
} 

div.alternateBoxes div.row div{ 
     padding-left: 0; 
     padding-right: 0; 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type p, 
div.alternateBoxes div.row:nth-child(odd) div:first-of-type h2, 
div.alternateBoxes div.row:nth-child(even) div:first-of-type + div p, 
div.alternateBoxes div.row:nth-child(even) div:first-of-type + div h2{ 
     padding: 0; 
     margin: 0; 
} 

div.alternateBoxes div.row div * img{ 
     width: 100% !important; 
     padding: 0 !important; 
     margin: 0 !important; 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 
     /*width: 100%;*/ 
     /*-webkit-box-ordinal-group: 2;*/ 
     /*-webkit-order: 1;*/ 
     /*-ms-flex-order: 1;*/ 
     /*order: 1;*/ 
} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 
     -webkit-box-ordinal-group: 3; 
     -webkit-order: 2; 
     -ms-flex-order: 2; 
     order: 2; 
     -webkit-align-self: center; 
     -ms-flex-item-align: center; 
     -ms-grid-row-align: center; 
     align-self: center; 
     /*max-width: 500px;*/ 
     margin: 0 auto; 
     padding: 2em 4em; 
} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 
     padding: 2em 4em; 
     -webkit-align-self: center; 
     -ms-flex-item-align: center; 
     -ms-grid-row-align: center; 
     align-self: center; 
     /*max-width: 500px;*/ 
     /*width: 100%;*/ 
     margin: 0 auto; 
} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 
     /*width: 100%;*/ 
} 

@media (max-width: 768px){ 
     div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 
         -webkit-box-ordinal-group: 2; 
         -webkit-order: 1; 
         -ms-flex-order: 1; 
         order: 1; 
    } 

     div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 
         -webkit-box-ordinal-group: 3; 
         -webkit-order: 2; 
         -ms-flex-order: 2; 
         order: 2; 
    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 
         -webkit-box-ordinal-group: 2; 
         -webkit-order: 1; 
         -ms-flex-order: 1; 
         order: 1; 
    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 
         -webkit-box-ordinal-group: 3; 
         -webkit-order: 2; 
         -ms-flex-order: 2; 
         order: 2; 
    } 

    .alternateBoxes .row {
       display: flex;
       flex-direction: column;
    }
} 

@media (max-width: 992px) { 
  div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div { 
    padding: 1em 2em; 
  } 
} 
