/* RJ.com CSS Overrides 02/03/22 */

.faa-result .result-actions > .btn-default[href="http://www.michelelemire.com"]{
	display: none;
}

#main-content {
}

/* Main Nav ultra widescreen stretch */
@media screen and (min-width: 992px) {
.mega-menu {
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
}}
@media screen and (min-width: 992px) {
.mega-menu-nav {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}}
@media screen and (min-width: 992px){
.mega-menu-nav-primary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    margin-top: 32px;
}}

@media screen and (min-width: 1200px) {
.mega-menu-nav-secondary {
    margin-right: 50px;
    margin-left:150px;
}}
@media screen and (min-width: 1200px) {
.mega-menu-branding .mega-menu-branding-logo {
    padding-left: 50px;
}}

@media screen and (min-width: 992px) {
.mega-menu-branding {
    width: auto;
    display: flex;
    align-items: center;
}}

.datehide {
  display: none !important;
}
.pg-container {
  background-color: #ffffff;
}

.page-wrapper {
  background-color: #ffffff;
}

/* List Style Solve */
.resource-article ul {
    padding-left: 20px;
    list-style: disc;
    line-height: normal;
    margin-bottom: 20px;
    color: #272727;
}

/* Spacing Solve */
.pv30 {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Tip Image Holder Solve */

.tip-image-holder {
    background-size: 100%;
    background-position: center center;
}

@media (max-width: 600px){
.tip-image-holder {
    height: 125px;
    /* margin-bottom: 25px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}}

/* Find an Advisor Component */
@media (min-width: 992px){
.find-an-advisor-container:not(.always-stacked) {
    background-color: #ffffff;
    border-top: 3px solid #002949;
}}
@media (min-width: 992px) {
.find-an-advisor-container:not(.always-stacked) .find-an-advisor-wrapper .intro {
    background-color: #ffffff;
}}
@media (min-width: 992px) {
.find-an-advisor-container:not(.always-stacked) .find-an-advisor-wrapper .intro:before {
    left: -999em;
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0px;
    bottom: 0;
}}
@media (min-width: 992px){
.find-an-advisor-container:not(.always-stacked) .find-an-advisor-wrapper .search-form {
    box-shadow: -9px 0px 18px -7px rgb(0 0 0 / 0%);
    background-color: white;
}}

/* Footer Background */

.fgn-links-wrapper {
  position: relative;
  background: #54606c;
}

.fgn-links-wrapper:before {
  background: #54606c;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
}
.fgn-links-wrapper:after {
  background: #54606c;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: -100%;
}

@media (min-width: 992px) {
.footer-grey-nav-wrapper {
 background-color: #54606c;
}}


  .footer-grey-nav-wrapper {
   background-color: #54606c;
  }



/* Footer Links */
@media (min-width: 992px) {
  .fgn-links a {
    color: #ffffff;
    transition: color 400ms ease;
  }
  .fgn-links a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}


  .fgn-links a {
    color: #ffffff;
    transition: color 400ms ease;
  }
  .fgn-links a:hover {
    color: #ffffff;
    text-decoration: underline;
  }


.footer-legal-copy p {
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.3rem;
}

.footer-legal-copy a {
  color: #ffffff;
}

.footer-legal-copy a:hover {
  color: #ffffff;
  text-decoration: underline;
}


/* Company history nav */

.tl-desktop-nav a{width:14.28%;}


/* SITECORE FORM ONLY ON A PAGE */

.sitecore-form-solo {
  margin: 10% auto;
    max-width: 850px;
}

/* SITECORE PASSWORD PROTECTED FORM */

.password-protect {
    max-width:1170px;
    margin:50px auto;
    padding:50px 15px
}
.password-protect-headline {font-size: 3rem;
   line-height: 3.8rem;
   font-weight: 600;
   margin: 0 0 15px 0;
   color: #002949}
.password-protect-password {
    max-width:350px;
}
.password-protect-form label{
    line-height:1.5;
    font-weight:bold
}
.password-protect-form .grecaptcha-badge{
    visibility:hidden;
    position:absolute
}
.password-protect-form input[type="submit"]{
    border:2px solid #002949;
    border-radius:4px;
    background:#002949;
    color:#fff;
    min-width:180px;
    text-align:center;
    padding:12px 15px;
    transition:all .4s;
    font-weight:600;
    font-size:16px
}
.password-protect-form input[type="submit"]:hover{
    border:2px solid #5489b6;
    background:#5489b6
}
.password-protect-form .password-protect-form-label-holder{
    position:relative
}
.password-protect-form .password-protect-form-label-holder label{
    position:absolute;
    top:8px;
    left:14px;
    font-size:16px;
    transition:all .25s;
    color:#73899a
}
.password-protect-form .password-protect-form-label-holder label.filled-out{
    top:-17px;
    left:5px;
    font-size:12px
}
.password-protect-form .password-protect-form-label-holder input:focus+label,.password-protect-form .password-protect-form-label-holder textarea:focus+label{
    top:-17px;
    left:5px;
    font-size:12px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper label{
    top:-3px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper label.filled-out{
    top:-30px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper input:focus+label,.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper textarea:focus+label{
    top:-30px
}
.password-protect-form input:not([type="submit"]),.password-protect-form textarea{
    width:100%;
    padding:5px 10px;
    border:2px solid #73899a;
    border-radius:4px;
    min-height:41px;
    margin-bottom:30px;
    position:relative;
    background:#fff;
    font-size:16px
}
.password-protect-form input:not([type="submit"]):focus,.password-protect-form textarea:focus{
    background:#fff
}
.password-protect-form input:not([type="submit"]).input-validation-error,.password-protect-form textarea.input-validation-error{
    margin-bottom:0;
    border:2px solid #ff6347
}
.password-protect-form .field-validation-error{
    display:block;
    color:#ff6347;
    margin-bottom:25px
}
.password-protect-form .g-recaptcha.checkbox{
    margin-bottom:30px
}
.password-protect-form .g-recaptcha~.recaptcha-error{
    margin-top:-25px;
    color:#ff6347
}
.password-protect-form .radios{
    margin-bottom:20px
}
.password-protect-form .radio-label{
    display:inline-block;
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
    font-weight:600
}
.password-protect-form .radio-label input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    width:0
}
.password-protect-form .radio-label input:focus+.radio-button{
    border:2px solid #002949
}
.password-protect-form .radio-label input:checked+.radio-button:after{
    display:block
}
.password-protect-form .radio-label .radio-button{
    position:absolute;
    top:2px;
    left:0;
    height:20px;
    width:20px;
    border:2px solid #73899a;
    border-radius:50%
}
.password-protect-form .radio-label .radio-button:after{
    content:"";
    position:absolute;
    display:none;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    background:#002949;
    font-weight:normal
}
.password-protect-form input[type="checkbox"]{
    display:inline-block
}
.password-protect-form .checkbox-list{
    margin-bottom:25px
}
.password-protect-form .checkbox-list .checkbox-label{
    margin-bottom:15px
}
.password-protect-form .checkbox-label{
    display:inline-block;
    position:relative;
    padding-left:30px;
    margin-bottom:25px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
    font-weight:600
}
.password-protect-form .checkbox-label input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.password-protect-form .checkbox-label input:focus~.custom-checkbox{
    border:2px solid #002949
}
.password-protect-form .checkbox-label input:checked~.custom-checkbox{
    background:#002949;
    border:2px solid #002949
}
.password-protect-form .checkbox-label input:checked~.custom-checkbox:after{
    display:block
}
.password-protect-form .checkbox-label .custom-checkbox{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
    height:20px;
    width:20px;
    border:2px solid #73899a
}
.password-protect-form .checkbox-label .custom-checkbox:after{
    content:"";
    position:absolute;
    display:none;
    left:4px;
    top:-1px;
    width:8px;
    height:14px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.password-protect-form .half .password-protect-form-label-holder{
    width:calc(50% - 15px)
}
.password-protect-form .half-and-half{
    display:flex;
    justify-content:space-between
}
.password-protect-form .half-and-half>div{
    flex:1
}
.password-protect-form .half-and-half>div:first-of-type{
    margin-right:30px
}
.password-protect-form .address{
    display:flex;
    justify-content:space-between
}
.password-protect-form .address .password-protect-form-label-holder{
    flex:2;
    margin-right:30px
}
.password-protect-form .address .street-address{
    flex:3
}
.password-protect-form .address .zipcode-holder{
    flex:1;
    margin-right:0
}
.password-protect-form .submit-section{
    text-align:center
}
.password-protect-form .select-label-holder{
    position:relative;
    flex:1
}
.password-protect-form .select-label{
    display:none;
    transition:all .4s;
    color:gray
}
.password-protect-form .select-label.filled-out{
    display:inline;
    position:absolute;
    top:-18px;
    left:5px;
    z-index:1;
    font-size:12px
}
.password-protect-form .custom-select.input-validation-error~.select2-container .select2-selection--single{
    border-color:#ff6347
}
.password-protect-form .select2-container--default{
    margin-bottom:25px
}
.password-protect-form .select2-container--default+.field-validation-error{
    margin-top:-25px;
    margin-bottom:4px
}
.password-protect-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    -webkit-transform:translateY(-50%) rotate(-90deg);
    transform:translateY(-50%) rotate(-90deg);
    border-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
.password-protect-form .select2-container--default .select2-selection--single{
    border-radius:4px;
    border:2px solid #73899a;
    height:auto;
    min-height:41px;
    color:gray;
    font-size:16px;
    line-height:normal;
    padding:2px 0
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#73899a;
    font-weight:600;
    overflow:hidden
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:33px
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%) rotate(90deg);
    transform:translateY(-50%) rotate(90deg);
    background:#002949 url("/Areas/Common/Assets/images/arrow-white.svg") 7px 8px no-repeat;
    background-size:25px 25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    height:42px;
    width:41px
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none
}
.password-protect-form input[type="date"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.password-protect-failure-text {display: none;}
.password-protect-multi-failure-text {display: none;}
.password-protect-cta {
   border: 2px solid #002949;
   border-radius: 4px;
   background: #002949;
   color: #fff;
   min-width: 180px;
   text-align: center;
   padding: 12px 15px;
   transition: all .4s;
   font-weight: 600;
   font-size: 16px;
}

}

.password-protect-form label{
    line-height:1.5;
    font-weight:bold
}
.password-protect-form .grecaptcha-badge{
    visibility:hidden;
    position:absolute
}
.password-protect-form input[type="submit"]{
    border:2px solid #002949;
    border-radius:4px;
    background:#002949;
    color:#fff;
    min-width:180px;
    text-align:center;
    padding:12px 15px;
    transition:all .4s;
    font-weight:600;
    font-size:16px
}
.password-protect-form input[type="submit"]:hover{
    border:2px solid #5489b6;
    background:#5489b6
}
.password-protect-form .password-protect-form-label-holder{
    position:relative
}
.password-protect-form .password-protect-form-label-holder label{
    position:absolute;
    top:8px;
    left:14px;
    font-size:16px;
    transition:all .25s;
    color:#73899a
}
.password-protect-form .password-protect-form-label-holder label.filled-out{
    top:-17px;
    left:5px;
    font-size:12px
}
.password-protect-form .password-protect-form-label-holder input:focus+label,.password-protect-form .password-protect-form-label-holder textarea:focus+label{
    top:-17px;
    left:5px;
    font-size:12px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper label{
    top:-3px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper label.filled-out{
    top:-30px
}
.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper input:focus+label,.password-protect-form .password-protect-form-label-holder .password-protect-form-custom-date-wrapper textarea:focus+label{
    top:-30px
}
.password-protect-form input:not([type="submit"]),.password-protect-form textarea{
    width:100%;
    padding:5px 10px;
    border:2px solid #73899a;
    border-radius:4px;
    min-height:41px;
    margin-bottom:30px;
    position:relative;
    background:#fff;
    font-size:16px
}
.password-protect-form input:not([type="submit"]):focus,.password-protect-form textarea:focus{
    background:#fff
}
.password-protect-form input:not([type="submit"]).input-validation-error,.password-protect-form textarea.input-validation-error{
    margin-bottom:0;
    border:2px solid #ff6347
}
.password-protect-form .field-validation-error{
    display:block;
    color:#ff6347;
    margin-bottom:25px
}
.password-protect-form .g-recaptcha.checkbox{
    margin-bottom:30px
}
.password-protect-form .g-recaptcha~.recaptcha-error{
    margin-top:-25px;
    color:#ff6347
}
.password-protect-form .radios{
    margin-bottom:20px
}
.password-protect-form .radio-label{
    display:inline-block;
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
    font-weight:600
}
.password-protect-form .radio-label input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    width:0
}
.password-protect-form .radio-label input:focus+.radio-button{
    border:2px solid #002949
}
.password-protect-form .radio-label input:checked+.radio-button:after{
    display:block
}
.password-protect-form .radio-label .radio-button{
    position:absolute;
    top:2px;
    left:0;
    height:20px;
    width:20px;
    border:2px solid #73899a;
    border-radius:50%
}
.password-protect-form .radio-label .radio-button:after{
    content:"";
    position:absolute;
    display:none;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    background:#002949;
    font-weight:normal
}
.password-protect-form input[type="checkbox"]{
    display:inline-block
}
.password-protect-form .checkbox-list{
    margin-bottom:25px
}
.password-protect-form .checkbox-list .checkbox-label{
    margin-bottom:15px
}
.password-protect-form .checkbox-label{
    display:inline-block;
    position:relative;
    padding-left:30px;
    margin-bottom:25px;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size:16px;
    font-weight:600
}
.password-protect-form .checkbox-label input{
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.password-protect-form .checkbox-label input:focus~.custom-checkbox{
    border:2px solid #002949
}
.password-protect-form .checkbox-label input:checked~.custom-checkbox{
    background:#002949;
    border:2px solid #002949
}
.password-protect-form .checkbox-label input:checked~.custom-checkbox:after{
    display:block
}
.password-protect-form .checkbox-label .custom-checkbox{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
    height:20px;
    width:20px;
    border:2px solid #73899a
}
.password-protect-form .checkbox-label .custom-checkbox:after{
    content:"";
    position:absolute;
    display:none;
    left:4px;
    top:-1px;
    width:8px;
    height:14px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.password-protect-form .half .password-protect-form-label-holder{
    width:calc(50% - 15px)
}
.password-protect-form .half-and-half{
    display:flex;
    justify-content:space-between
}
.password-protect-form .half-and-half>div{
    flex:1
}
.password-protect-form .half-and-half>div:first-of-type{
    margin-right:30px
}
.password-protect-form .address{
    display:flex;
    justify-content:space-between
}
.password-protect-form .address .password-protect-form-label-holder{
    flex:2;
    margin-right:30px
}
.password-protect-form .address .street-address{
    flex:3
}
.password-protect-form .address .zipcode-holder{
    flex:1;
    margin-right:0
}
.password-protect-form .submit-section{
    text-align:center
}
.password-protect-form .select-label-holder{
    position:relative;
    flex:1
}
.password-protect-form .select-label{
    display:none;
    transition:all .4s;
    color:gray
}
.password-protect-form .select-label.filled-out{
    display:inline;
    position:absolute;
    top:-18px;
    left:5px;
    z-index:1;
    font-size:12px
}
.password-protect-form .custom-select.input-validation-error~.select2-container .select2-selection--single{
    border-color:#ff6347
}
.password-protect-form .select2-container--default{
    margin-bottom:25px
}
.password-protect-form .select2-container--default+.field-validation-error{
    margin-top:-25px;
    margin-bottom:4px
}
.password-protect-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    -webkit-transform:translateY(-50%) rotate(-90deg);
    transform:translateY(-50%) rotate(-90deg);
    border-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
.password-protect-form .select2-container--default .select2-selection--single{
    border-radius:4px;
    border:2px solid #73899a;
    height:auto;
    min-height:41px;
    color:gray;
    font-size:16px;
    line-height:normal;
    padding:2px 0
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#73899a;
    font-weight:600;
    overflow:hidden
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:33px
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%) rotate(90deg);
    transform:translateY(-50%) rotate(90deg);
    background:#002949 url("/Areas/Common/Assets/images/arrow-white.svg") 7px 8px no-repeat;
    background-size:25px 25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    height:42px;
    width:41px
}
.password-protect-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none
}
.password-protect-form input[type="date"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.password-protect-failure-text {display: none;}
.password-protect-multi-failure-text {display: none;}
.password-protect-cta {
   border: 2px solid #002949;
   border-radius: 4px;
   background: #002949;
   color: #fff;
   min-width: 180px;
   text-align: center;
   padding: 12px 15px;
   transition: all .4s;
   font-weight: 600;
   font-size: 16px;
}
