@charset "UTF-8";
.site-footer h4 {
  font-size: 16px;
  margin: 10px 0;
}
@media screen and (min-width: 801px) {
  .site-footer h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer h4 {
    font-size: 21px;
  }
}

.site-footer p,
.site-footer a {
  font-size: 14px;
}
.social-twitter svg{
    width: 19px;
    height: 18px;
    fill: #fff;
}
a.social-twitter {
     border: 2px solid #fff; 
     border-radius: 50%;
     width: 32px;
     height: 32px;
     padding: 5px;
}

@media screen and (min-width: 801px) {
  .site-footer p,
.site-footer a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer p,
.site-footer a {
    font-size: 18px;
  }
}

.footer-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-promo {
  display: block;
  background: #004387;
  text-align: center;
}
.footer-promo a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.footer-promo a:hover {
  color: inherit;
}
.footer-promo p {
  margin: 0;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer-promo p span {
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .footer-promo p {
    padding: 40px;
  }
}

.footer-help {
  background: #f2f2f2;
  text-align: center;
}

.footer-inner-help {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 3vw;
}
.footer-inner-help a {
  flex-basis: 33.3%;
  color: #222;
  padding: 10px;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 801px) {
  .footer-inner-help a {
    font-size: 21px;
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner-help a {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner-help a span {
    display: none;
  }
}
.footer-inner-help a:hover {
  color: #06c;
}

.footer-help-chat.loading {
  background-color: transparent;
  background-position: 80px center;
  min-height: 1px;
}
@media screen and (max-width: 801px) {
  .footer-help-chat {
    display: none;
  }
  #trustedsite-tm-image {
    display: none;
  }
}

.footer-connect {
  background: #fff;
  padding: 10px 0;
}

.footer-inner-connect {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .footer-inner-connect {
    padding: 40px 0 25px;
  }
}

.footer-connect-block {
  flex: 1;
  flex-basis: 30%;
  padding: 0 20px;
}

.footer-connect-block > p em {
  color: #ED5132;
  font-style: normal;
}

#emailSubscribeMsg .icon-success {
  color: #37bf72;
  font-size: 48px;
  margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
  #emailSubscribeMsg .icon-success {
    font-size: 38px;
  }
}

@media screen and (min-width: 599px) {
  .footer-connect-block {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 801px) {
  .footer-connect-feedback {
    width: 100%;
  }
  .footer-connect-feedback a {
    display: block;
  }

  .footer-connect-fs {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-connect-fs .footer-connect-social {
    margin: auto 0 25px;
    width: 100%;
  }
}
.footer-social-links a {
  margin: 0 8px;
  padding: 2px;
}
.footer-social-links a:before {
  font-size: 36px;
  color: #798794;
  transition: all 120ms;
}
.footer-social-links a.social-instagram:before {
  content: "א";
  font-size: 34px;
}
.footer-social-links a.social-facebook:hover:before {
  color: #3b5998;
}
.footer-social-links a.social-twitter:hover:before {
  color: #2caae1;
}
.footer-social-links a.social-instagram:hover:before {
  color: #f00075;
}
.footer-social-links a.social-youtube:hover:before {
  color: #f00;
}

.footer-blog-latest a {
  display: block;
  margin-bottom: 10px;
}
.footer-blog-latest a:hover {
  text-decoration: underline;
}

.footer-blog-placeholder {
  display: block;
  margin-top: -25px;
}

@media screen and (max-width: 599px) {
  .footer-inner-connect {
    flex-direction: column-reverse;
  }

  .footer-connect-block {
    width: 100%;
    padding: 20px 6vw;
  }

  .footer-connect-blog {
    display: none;
  }

  .footer-connect-newsletter {
    order: 1;
  }

  .footer-connect-fs {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .footer-connect-fs > div {
    width: 100%;
  }

  .footer-connect-social {
    padding-bottom: 20px;
  }
}
.footer-email-signup {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  margin: 0 auto;
  gap: 5px;
}
.footer-email-signup .email-subscribe-input,
.footer-email-signup .phone-subscribe-input{
  display: flex;
  width: 35%;
  flex-direction: column;
  height: 80px;
}
.footer-email-signup .email-subscribe-input input,
.footer-email-signup .phone-subscribe-input input {
  font-size: 16px;
  line-height: 1;
  height: 42px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #798794;
}
.footer-email-signup .email-subscribe-input input.error,
.footer-email-signup .phone-subscribe-input input.error {
  border: 1px solid red;
  border-radius: inherit;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.footer-email-signup .email-subscribe-input span,
.footer-email-signup .phone-subscribe-input span {
  font-size: 12px;
  padding: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: red;
  z-index: 2;
}
.footer-email-signup button {
  font-size: 16px;
  height: 42px;
  background: #004387;
  border-radius: 0 4px 4px 0;
  padding: 0 15px;
  margin: 0;
}
.footer-email-signup .message.error {
  font-size: 14px;
  margin-top: 6px;
}

.footer-email-success {
  color: #62B017;
  height: 42px;
  font-size: 16px;
}
.footer-email-success:before {
  color: inherit;
  font-size: 21px;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.footer-explore {
  background: #f2f2f2;
}

.footer-inner-explore {
  text-align: center;
  padding: 30px 3vw;
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 599px) {
  .footer-inner-explore {
    grid-template-columns: 50% 50%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner-explore {
    grid-template-columns: 1fr 300px;
    padding: 60px 20px;
    max-width: 1440px;
  }
}

.footer-explore-links {
  display: flex;
  margin-bottom: 60px;
  max-width: 94vw;
}
@media screen and (max-width: 599px) {
  .footer-explore-links {
    max-height: 450px;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer-explore-links.show {
    max-height: none;
  }
}
@media screen and (min-width: 599px) {
  .footer-explore-links {
    grid-column: 1/3;
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-explore-links {
    grid-column: 1/2;
    margin-bottom: 60px;
  }
}

.footer-explore-block {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .footer-explore-block {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-explore-block {
    text-align: left;
    padding-right: 30px;
  }
}
.footer-explore-block a {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.footer-explore-block a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .footer-explore-block a {
    margin-bottom: 2px;
  }
}
.footer-explore-block a + h4 {
  margin-top: 2em;
}

.expand-explore-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 120px;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 75%);
}
.expand-explore-links .button {
  width: 70vw;
  background: #fff;
  border: 1px solid #cccccc;
  color: #06c;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 599px) {
  .expand-explore-links {
    display: none;
  }
}
.expand-explore-links.shown {
  display: none;
}

.footer-visit {
  text-align: left;
  padding: 12px 3vw 60px 0;
  max-width: 400px;
  display: grid;
  grid-template-columns: 35% 65%;
}
@media screen and (min-width: 599px) {
  .footer-visit {
    padding: 0;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1200px) {
  .footer-visit {
    padding: 20px 0 40px;
    grid-template-columns: 100%;
    grid-column: 2/3;
    text-align: center;
    display: block;
    width: auto;
  }
}
.footer-visit .footer-visit-img {
  padding-top: 12px;
}
.footer-visit .footer-visit-img img {
  max-width: 100%;
}
.footer-visit .footer-visit-info {
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-visit .footer-visit-info {
    padding-left: 0;
  }
}
.footer-visit .footer-visit-info a:hover {
  text-decoration: underline;
}
.footer-visit p {
  margin-bottom: 0.5em;
}

.footer-seals {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 599px) {
  .footer-seals {
    grid-column: 2/3;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer-seals {
    grid-column: 1/3;
  }
}
.footer-seals a {
  padding: 0 2.5%;
  max-width: 22%;
  text-align: center;
  height: auto !important;
  width: auto !important;
}
@media screen and (min-width: 599px) {
  .footer-seals a {
    max-width: 40%;
    width: 40%;
    padding: 6px 2.5%;
  }
}
@media screen and (min-width: 801px) {
  .footer-seals a {
    flex: 1;
    max-width: 25%;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-seals a {
    flex: initial;
    padding: 0 20px;
  }
}
.footer-seals img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 50px;
}
@media screen and (min-width: 1200px) {
  .footer-seals img {
    max-height: 90px;
  }
}

.footer-about {
  background: #004387;
  color: #fff;
  text-align: center;
  padding: 50px 3vw;
}
.footer-about p {
  line-height: 1.5;
}
.footer-about a {
  color: inherit;
  text-decoration: underline;
  padding: 1px;
}
.footer-about a:hover {
  color: inherit;
}

.ftr-bul {
  display: block;
  margin: 0 5px;
}
@media screen and (min-width: 599px) {
  .ftr-bul {
    display: inline-block;
  }
}

body > a[target=GT__SIP] {
  display: none;
}

/*removing due to WHD-48220 (hard to unset) */
/* body > iframe {
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
} */

/* Updates for footer 2023 */
.ad-theme .global-footer-main__help {
    background: transparent linear-gradient(180deg, #F2F2F2 20%, #FDFDFD 51%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: auto;
    min-height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
}
.global-footer-main__help {
    background: linear-gradient(hsl(0 0% 98%), hsl(0 0% 95%));
}
.global-footer-main__help-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 48px 0 36px;
    text-transform: none;
    list-style: none;
}
.global-footer-main__help-buttons li{
    width: 24%;
}
.global-footer-main__help-buttons li a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: space-between;
	color: #222;
	text-align: center;
	text-transform: none;
}
.global-footer-main__help-buttons li h4{
	font-size: 25px;
	color: #16335C;
	line-height: 30px;
	margin: 14px 0 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	font-weight: 400;
}
.global-footer-main__help-buttons li p {
    font-size: 16px;
    line-height: 20px;
}

.global-footer-main__help-buttons li p span {
    color:#0066CC;
}

.global-footer-main__help-icon-copy{
	max-width: 254px;
}

.global-footer-main__help-icon{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #FFFFFF55;
	flex-shrink: 0;
	border: 2px solid #3471AD5C;
	opacity: 0.85;
}

.global-footer-main__help-icon .icon {
    color: #004387;
    stroke-width: 0.05px;
}

.global-footer-main__help-icon .icon.icon-phone {
    width: 40px;
    height: 41px;
}

.global-footer-main__help-icon .icon.icon-chat {
    width: 41px;
    height: 33px;
}

.global-footer-main__help-icon .icon.icon-location {
    width: 35px;
    height: 41px;
}

@media screen and (max-width: 1200px) {
    .global-footer-main__help-buttons {
        max-width: 700px;
    }
    .global-footer-main__help-buttons li {
        width: 48%;
        margin: 28px auto;
    }
    .global-footer-main__help-buttons li h4{
        font-size: 20px;
    }
    .global-footer-main__help-buttons li p{
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 760px){
    .global-footer-main__help-buttons {
        margin: 20px 0;
    }
    .global-footer-main__help-buttons li {
        width: 100%;
        margin: 15px auto;
    }
    .global-footer-main__help-buttons li h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }
    .global-footer-main__help-icon .icon {
        stroke-width: 0.01px;
    }

    .global-footer-main__help-buttons li a {
        flex-direction: row;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
        justify-content: flex-start;
    }
    .global-footer-main__help-buttons li a div {
        align-content: center;
        max-width: 240px;
    }
    .global-footer-main__help-buttons li p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
    }
    .global-footer-main__help-icon {
        width: 63px;
        height: 63px;
        margin-right: 12px;
    }
    .global-footer-main__help-icon svg {
        width: 33px;
        height: 32px;
    }
    .global-footer-main__help-icon .icon.icon-location {
        width: 21px;
        height: 32px;
        }
    .global-footer-main__help-icon .icon.icon-chat {
        width: 27px;
        height: 24px;
    }
    .global-footer-main__help-icon .icon.icon-phone {
        width: 32px;
        height: 32px;     
    }
}
/* updates for footer 2023 list of links and copyright block */

.global-footer-main__links-area {
    background: transparent linear-gradient(180deg, #002861 0%, #00448D 69%, #004691 100%) 0% 0% no-repeat padding-box;
}
.global-footer-main__links-area-content{
	display: grid;
    grid: auto-flow / 1fr 1fr 0.8fr 1.8fr;
    gap: 0 40px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 54px 20px;
    color: #fff;
}
.global-footer-main__links-area-header{
	text-transform: capitalize;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
    margin: 0 0 8px 0;
}
.global-footer-main__links-area-links-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
    max-width: 220px;
}
.global-footer-main__links-area-links-list li{
	display: block;
    list-style: none;
    color: #afb7cb;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 10px 0;
}

.global-footer-main__links-area-links-list li a, 
.global-footer-main__links-area-links-list p {
	font-size: 14px;
	line-height: 15px;
    color:#fff;
    opacity: 0.65;
	text-transform: none;
}
.global-footer-main__links-area-links-list li a:hover {
    opacity: 0.85;
}
.global-footer-main__links-area-content #global-footer-main_contact {
   grid-area: 1/4/1;
}
.global-footer-main__links-area-content #global-footer-main_contact p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #afb7cb;
    opacity: 1;
}
.global-footer-main__links-area-content #global-footer-main_contact p b {
    color: #fff;
}
.global-footer-main__links-area-form .footer-email-signup {
    margin: 0;
    width: 100%;
    border-radius: 4px; 
}
.global-footer-main__links-area-content #global-footer-main_social {
    grid-area: 2/4/2;
}
.global-footer-main__trust {
    background: #002952 0% 0% no-repeat padding-box;
}
.global-footer-main__trust-content {
    max-height: 90px;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
}

p.global-footer-main__trust-content-copyright{
    padding: 20px;
    align-self: center;
    margin: 0;
    line-height: 25px;
	color: #DBDBDB;
	font-size: 12px;
    max-width: 450px;
    width: 100%;
}
.global-footer-main__trust-content-logos {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.global-footer-main__trust-content-copyright a {
    color: #dbdbdb;
    text-decoration: none;
    font-size: inherit;
}

.global-footer-main__trust-content-logos a {
    padding: 0 10px 0 10px;
} 
.trustedsite-trustmark img{
    padding: 0 15px 0 5px; 
} 
.global-footer-main__trust-content-logos a img{
    max-height: 41px;
} 
.global-footer-main__footer-social {
    display: flex;
    justify-content: flex-start;
}
.global-footer-main__footer-social span {
    display: flex;
    align-self: center;
    margin-right: 14px;
    font-size: 15px; 
    line-height: 30px;
    flex: 0 0 72px;
}
.global-footer-main__footer-social-links {
	display: flex;
    justify-content: space-around;
	max-width: 200px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}
.global-footer-main__links-area-form input{
    background:#4868a0;
    color: #fff;
}
.global-footer-main__links-area-form input[type=email],
.global-footer-main__links-area-form input[type=tel] {
    border: 1px solid #FFFFFF50;
}

.global-footer-main__links-area-form input:focus{
    background:#4868a0;
    color: #fff;
}
.global-footer-main__links-area-form input[type=email]::placeholder,
.global-footer-main__links-area-form input[type=tel]::placeholder {
    color: #fff;
}
#emailSubscribeSubmit {
    background: transparent linear-gradient(180deg, #197ADB 0%, #0066CC 53%, #0060BF 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
}
.global-footer-main__links-area-content #global-footer-main_contact p:nth-child(2) {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.global-footer-main__links-area-content #global-footer-main_contact p:nth-child(3){
    font-size: 12px;
    line-height: 16px;
}
.global-footer-main__links-area-content #global-footer-main_contact p:nth-child(3) a{
    font-size: 12px;
    text-decoration: underline;
    color: #afb7cb;
}
@media screen and (min-width: 1024px){
    .global-footer-main__links-area-content #global-footer-main_help {
        grid-row: 1/3;
    }
    .global-footer-main__links-area-content #global-footer-main_services{
        grid-row: 1/3;
    }
    .global-footer-main__links-area-content #global-footer-main_company{
        grid-row: 1/3;
    }
    .global-footer-main__links-area-content #global-footer-main_social{
        margin: 20px 0 0 0;
    }
}
@media screen and (min-width: 761px) and (max-width: 1024px){
    .global-footer-main__links-area-content{
        grid: auto-flow / auto auto auto;
        gap: 40px 5%;
    }
   
    .global-footer-main__links-area-content #global-footer-main_contact {
        grid-area: 2/1/2/4;
    }
    .global-footer-main__links-area-content #global-footer-main_social {
         grid-area: 3/1/3/3;
    }
}
@media screen and (max-width: 760px) {
    .global-footer-main__links-area-content{
        grid: auto-flow /auto auto;
        gap: 30px;
        padding: 36px 20px;
    }
    .global-footer-main__links-area-content #global-footer-main_contact {
        grid-area: 3/1/3/3;
    }
    .global-footer-main__links-area-content #global-footer-main_social {
        grid-area: 2/2/2;
    }
    .global-footer-main__footer-social {
        flex-wrap: wrap;
    }
    .global-footer-main__links-area-header {
        font-size: 15px;
        line-height: 30px;
    }
    .global-footer-main__footer-social span {
        padding-bottom: 10px;
    }
    .global-footer-main__footer-social-links {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
    }
    .global-footer-main__footer-social-links a {
        flex: 0 0 auto;
        margin: 5px 5px 5px 0;
    }
    .global-footer-main__trust {
		max-height: 120px;
	}
    p.global-footer-main__trust-content-copyright {
         padding: 24px 20px 19px 20px;
   		 margin: 0;
         align-self: flex-start;
	}
    .global-footer-main__trust-content {
         flex-flow: column;
         max-height: 120px;  
    }
    .global-footer-main__trust-content-logos {
        padding: 0 20px;
        max-height: 60px;
        align-items: flex-start;
    }
    .global-footer-main__trust-content-logos a {
        padding: 0px 10px 20px 0;
        width: auto;
	} 
    .global-footer-main__trust-content-logos a img {
        max-height: 30px;
        height: 100%;
    }
    .trustedsite-trustmark img{
        padding: 0; 
    }  
    .global-footer-main__trust {
       max-height: 220px;
    }
    .global-footer-main__trust-content  {
        max-height: 220px;
    }
    p.global-footer-main__trust-content-copyright {
        padding: 24px 15px 25px 20px;
        display: grid;
        grid-template-columns: 280px 20px 40px 20px 60px;
        max-width: 100%;
    }
}
@media screen and (max-width: 460px){
    .global-footer-main__trust-content-copyright .ftr-bul:first-child {
        display: none;
        margin:  0 10px 0 10px;
    }
    .global-footer-main__trust-content-copyright a:nth-child(2) {
        grid-row: 2/2;
        grid-column-start: 1;
        width: 50px;
        z-index: 2;
    }
    .global-footer-main__trust-content-copyright .ftr-bul:nth-child(3){
        grid-column-start: 1;
        grid-row: 2/2;
        padding: 0 0 0 50px;
    }
   .global-footer-main__trust-content-copyright  a:nth-child(4) {
        grid-column-start: 1;
        grid-row: 2/2;
        padding: 0 0 0 70px;
    }
     p.global-footer-main__trust-content-copyright {
         grid-template-columns: 1fr;
     }
}

@media screen and (max-width: 400px){
    .global-footer-main__footer-social-links {
        max-width: 145px;
    }
}

/*# sourceMappingURL=footer.css.map */
