/* Common style */
* {
    box-sizing: border-box;
    white-space: normal;
}

body {
    font-family: "Compasse" !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #002855;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Compasse" !important;
}

a {
    cursor: pointer;
}

a:focus {
    outline: 1px solid #000000;
}
a:focus {
    outline: none;
}

/* List style */
ul, ol {
    margin: 0;
    padding: 0;
}

ul.inline, ol.inline, ul.list-unstyled, ol.list-unstyled {
    list-style: none;
}

ul.inline li, ol.inline li {
    display: inline-block;
}

.mobile-text {
    display: none;
}

/* Button */
.btn {
    background: #ffffff;
    color: #002855;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 20px;
    line-height: 20px;
    border-color: #ffffff;
}

.btn:hover {
    background: #002855;
    color: #ffffff;
    border-color: #002855;
    transition: all ease-in 500ms;
}

/* nogutter */
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Skip to main content */
.skipsec a {
    position: fixed;
    left: -9999px;
    top: 0;
    min-width: 100px;
    z-index: 1000;
    background: #002855;
    color: #ffffff;
    padding: 7px 15px;
    display: block;
}

.skipsec a:focus {
    left: 15px;
}

/* Bootstrap override */
.navbar-default {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    background: #ffffff;
}

.navbar-brand {
    height: auto;
    padding: 18.79px 15px;
}

.navbar-brand > img {
    max-width: 100%;
    height: auto;
}

.navbar-default .col-xs-12 {
    position: static;
}

/* Header */

.header .header-top {
    border-bottom: 1px solid #b3c0cc;
    background: #ffffff;
}

.header .header-top .navbar-header {
    display: none;
}

.header .header-top .header-top-left-section {
    float: left;
}

.header .header-top ul {
    height: 54px;
}

.header .header-top ul li {
    height: 100%;
}

.header .header-top .header-top-left-section ul li + li {
    border-left: 1px solid #b3c0cc;
}

.header .header-top .header-top-left-section ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #002855;
    text-decoration: none;
    transition: 200ms color;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    height: 100%;
    padding: 2px 20px;
    text-transform: uppercase;
}

.header .header-top .header-top-left-section ul li:first-child a {
    padding-left: 0;
    color: #FE5000;
}

.header .header-top .header-top-right-section {
    float: right;
    height: 54px;
}

.header .header-top .header-top-right-section ul {
    float: left;
    display: flex;
}

.header .header-top .header-top-right-section ul li a {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-top .header-top-right-section ul li.menu-button-sign a {
    font-size: 12px;
    line-height: 11px;
    color: #002855;
    padding: 2px 24px;
    text-transform: uppercase;
    border-left: 1px solid #b3c0cc;
    text-decoration: none;
}

.header .header-top .header-top-right-section ul li.menu-button-donate {
    background: #FE5000;
}

.header .header-top .header-top-right-section ul li.menu-button-donate a {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
}

.header .header-top .header-top-right-section .search-section {
    display: inline-block;
    height: 100%;
}

.header .header-top .header-top-right-section .search-section .search-section-box {
    height: 100%;
    width: 40px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container {
    position: absolute;
    width: 40px;
    max-width: 100vw;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transition: width 200ms;
    right: 0;
    background: #ffffff;
    height: 100%;
    top: 0;
    bottom: 0;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .search-icon {
    margin: 0 10px;
}

.header .header-top .header-top-right-section .search-section .search-section-box.open .search-box-container {
    width: 440px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .spacer {
    border-right: 1px solid #002855;
    height: 20px;
    margin: 0 10px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .query-input {
    border: none;
    width: 280px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .query-input:focus {
    border: none;
    outline: none;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .close-button {
    font-weight: 700;
    color: #002855;
    cursor: pointer;
    margin: 0 10px;
    font-size: 22px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .btn {
    background: #fe5000;
    color: #ffffff;
    font-size: 16px;
    height: 100%;
    margin-left: 10px;
}

.header .header-top .header-top-right-section .search-section .search-section-box .search-box-container .btn:hover {
    border-color: #fe5000;
}

.header .header-bottom .navbar-nav > li > a {
    width: 182px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 16.25px;
    color: #002855;
    height: 72px;
    border-right: 1px solid #b3c0cc;
}

.header .header-bottom .navbar-nav > li > a > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    width: 100%;
    left: 0;
}

.header .header-bottom .navbar-nav > li > a.dropdown-toggle::after {
    content: '';
    display: block;
    position: absolute;
    right: 8px;
    bottom: 0;
    border: 6px solid transparent;
    border-top: 6px solid #002855;
    width: 0;
    height: 0;
}

.header .header-bottom .navbar-nav > li > a.dropdown-toggle:hover::after, .header .header-bottom .navbar-nav > li:hover > a.dropdown-toggle::after {
    border-top: 6px solid #fe5000;
}

.header .header-bottom .navbar-nav > li:hover > a.dropdown-toggle {
    color: #fe5000;
}

.header .header-bottom .navbar-nav > .open > a, .header .header-bottom .navbar-nav > .open > a:focus, .header .header-bottom .navbar-nav > .open > a:hover, .header .header-bottom .navbar-nav > li > a:focus, .header .header-bottom .navbar-nav > li > a:hover {
    background: #ffffff;
    color: #fe5000;
}

.header .header-bottom .navbar-nav, .header .header-bottom .navbar-nav li {
    position: static;
}

.header .header-bottom .navbar-nav {
    padding: 0;
}

.header .header-bottom .navbar-nav > li {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.header .header-bottom .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown {
    padding: 40px 30px;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown ul li {
    list-style: none;
    margin: 0 0 8px;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #002855;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown h3 a {
    color: #002855;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown ul li a {
    font-size: 16px;
    line-height: normal;
    color: #002855;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown .navigation-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
}

.header .header-bottom .navbar-nav .dropdown-menu .multicolumn-dropdown .navigation-cols .navigation-col {
    margin: 0 75px 10px;
    width: 180px;
}

/* Header Affix */
.header-navigation.affix {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}

/* Header action */
.header-action-section {
    margin: 0 0 12px;
    background: #fff;
}

.header-action-section .header-action-box-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-action-section .header-action-box-wrapper .header-action-box {
    flex: 1;
    text-align: center;
}

.header-action-section .header-action-box-wrapper .header-action-box h4 {
    font-size: 20px;
    line-height: 21px;
    color: #002855;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.header-action-section .header-action-box-wrapper .header-action-box h4 span {
    font-weight: 400;
    display: block;
}

/* Header secondary action */
.header-action-section.header-secondary-action-section {
    background: #002855;
    color: #ffffff;
    margin: 0 0 14px;
}

.header-action-section.header-secondary-action-section .header-action-box-wrapper .header-action-box h4 {
    color: #ffffff;
    margin: 12px 0;
}

.header-action-section.header-secondary-action-section .header-action-box-wrapper .header-action-box h4 span {
    display: inline-block;
    margin: 0 0 0 5px;
}

/* Footer */
.footer {
    padding-top: 35px;
    background: #002855;
    color: #ffffff;
}

.footer a {
    color: inherit;
}

.footer .footer-row {
    padding-top: 17.67px;
    padding-bottom: 17.67px;
    border-bottom: 1px solid #37577a;
    border-top: 1px solid #37577a;
}

.footer .footer-contact-info {
    border-right: 1px solid #37577a;
    border-left: 1px solid #37577a;
    padding: 5px 35px;
    font-size: 16px;
    line-height: 24px;
}

.footer .footer-phone {
    float: left;
}

.footer .footer-email {
    float: right;
}

.footer .footer-menus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-menus .footer-menu {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    width: 33%;
    border-right: 1px solid #37577a;
    padding: 0 35px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.footer .footer-menus .footer-menu ul {
    list-style: none;
}

.footer .footer-menus .footer-menu ul li, .footer .footer-menus .footer-menu ul li a, .footer .footer-menus .footer-menu .jnf-widget-menu-item a {
    font-size: 16px;
    line-height: 22px;
    color: #F1F2F2;
}

.footer .footer-contact-info a {
    font-size: 16px;
    line-height: 24px;
}

.footer .footer-menus .footer-menu:first-child {
    border-left: 1px solid #37577a;
}

.footer .footer-menus .footer-menu.footer-menu-1 ul li, .footer .footer-menus .footer-menu.footer-menu-1 .jnf-widget-menu-item {
    margin: 0 0 5px;
}

.footer .footer-menus .footer-menu.footer-menu-2 ul li, .footer .footer-menus .footer-menu.footer-menu-3 ul li {
    margin: 0 0 25px;
}

.footer .footer-menus .footer-menu.footer-menu-2 ul li a, .footer .footer-menus .footer-menu.footer-menu-3 ul li a, .footer .footer-menus .footer-menu.footer-menu-2 ul li, .footer .footer-menus .footer-menu.footer-menu-3 ul li {
    color: #E6E7E8;
}

.footer .footer-social-media {
    float: left;
}

.footer .footer-social-media .social-media-list .social-media-list-item {
    line-height: 0;
    border-right: 1px solid #37577a;
    float: left;
    padding: 1px 0;
    list-style: none;
    width: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}

.footer .footer-social-media .social-media-list .social-media-list-item:first-child {
    border-left: 1px solid #37577a;
}

.footer .footer-social-media .social-media-list .social-media-list-item a, .footer .footer-social-media .social-media-list .social-media-list-item a:hover, .footer .footer-social-media .social-media-list .social-media-list-item a:visited {
    font-size: 24px;
    color: #ffffff;
}

.footer .footer-copyright {
    float: right;
    padding-left: 20px;
    border-left: 1px solid #37577a;
    font-size: 16px;
    line-height: 24px;
}

.footer .footer-logotypes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18.49px;
    padding-bottom: 18.49px;
    -webkit-align-items: center;
    align-items: center;
}

.footer .footer-logotypes .footer-logotype-hsi {
    -webkit-flex-grow: 99;
    -ms-flex-positive: 99;
    flex-grow: 99;
    margin-right: 21.7px;
}

.footer .footer-logotypes > div {
    margin-left: 24px;
}


/* Home banner */
.homebanner {
    position: relative;
}

.homebanner .homebanner-image a {
    display: block;
}

.homebanner .homebanner-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
    max-width: 100%
}

.image-banner-wrp {
    overflow: hidden;
}

.homebanner .homebanner-content {
    text-align: center;
    max-width: 662px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}


.homebanner .homebanner-content h1 {
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
    margin: 0;
    font-weight: 400;
    z-index: 100;
}

.homebanner-aspect-wrapper .image-banner {
    height: auto;
}

.homebanner .homebanner-image img {
    height: 615.5px;
}

.homebanner-image.image-banner .bannerImageWrapper::after, .homebanner-image.image-banner .bannerImageWrapper a::after, .homebanner-image.videobanner-image .bannerImageWrapper::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}

.homebanner-image.image-banner .bannerImageWrapper.bannerLinkWrapper::after {
    display: none;
}

.homebanner-aspect-wrapper .homebanner .homebanner-image img {
    position: relative;
    height: auto;
    object-fit: unset;
}

.homebanner-detail {
    color: #002855;
    font-size: 32px;
    margin: 7.5px 0 20px;
    text-align: center;
}

.homebanner-detail h2, .homebanner-detail h2 a {
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    color: #002855;
}

.homebanner-detail h2 span, .homebanner-detail h2 a {
    margin: 0 35px 0 0;
    display: inline-block;
}

.homebanner-detail h2 span:last-child, .homebanner-detail h2 a:last-child {
    margin: 0;
}

/* Planned giving */
.planned-giving-section {
    margin: 66px 0 30px;
}

.planned-giving-section .planned-giving-wrapper {
    max-width: 603.99px;
    margin: auto;
    text-align: center;
}

.planned-giving-section .planned-giving-wrapper .planned-giving-wrapper-link {
    display: inline-block;
    text-decoration: none;
}

.planned-giving-section .planned-giving-wrapper .planned-giving-img {
    max-width: 100%;
    margin: 0 0 15px;
}

.planned-giving-section .planned-giving-wrapper h2 {
    font-size: 54px;
    line-height: 60px;
    color: #002855;
    margin: 0;
}

.planned-giving-section .planned-giving-wrapper h3, .planned-giving-section .planned-giving-wrapper h3 a {
    color: #002855;
    margin: 0;
    font-size: 24px;
    line-height: 60px;
    font-weight: 800;
}

.planned-giving-section .planned-giving-wrapper h3 img {
    margin-left: 10px;
}

/* Study Abroad */
.study-abroad-section {
    margin: 20px 0 72.99px;
}

.study-abroad-section .study-abroad-content {
    background: #002855;
    color: #ffffff;
    text-align: center;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.study-abroad-section .study-abroad-content h2 {
    margin: 0;
    font-size: 54px;
    line-height: 60px;
}

.study-abroad-section .study-abroad-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    margin: 0;
}

.study-abroad-section .study-abroad-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 430px;
    min-height: 430px;
    object-fit: cover
}

.study-abroad-section .study-abroad-content .btn {
    margin: 20px 0 0;
    padding: 0 40px;
    line-height: 60px;
}

.study-abroad-section .study-abroad-content .btn:hover {
    border-color: #ffffff;
}

.study-abroad-section .study-abroad-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.study-abroad-section .study-abroad-wrapper .study-abroad-block {
    flex: 1;
    width: 50%;
}


/* About Company */
.about-company-section {
    margin: 10px 0 0;
    text-align: center;
}

.quotes-section .quotes-title {
    font-size: 32px;
    line-height: 49px;
    max-width: 812px;
    margin: 0 auto 38px;
    text-align: center;
}

.about-company-section .services-wrapper-section {
    margin: 50px 0 0;
}

.right-arrow {
    margin-left: 11.73px;
}

.about-company-section .services-wrapper-section .service-box {
    margin: 0 27px 20px;
}

.about-company-section .services-wrapper-section .service-box .service-image a {
    display: block;
    text-decoration: none;
}

.about-company-section .services-wrapper-section .service-box .service-image img {
    height: 349px;
    width: 349px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 25px;
}

.about-company-section .services-wrapper-section .service-box .service-content h2 {
    font-size: 32px;
    line-height: 49px;
    color: #002855;
    margin: 0 0 6px;
}

.about-company-section .services-wrapper-section .service-box .service-content p {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}

.about-company-section .services-wrapper-section .service-box .service-content a {
    font-size: 24px;
    line-height: 68px;
    font-weight: 800;
    color: #002855;
}

.company-history-section {
    margin: 25px 0 70px;
}

.company-history-section .company-info {
    font-size: 24px;
    line-height: 29px;
    max-width: 885px;
    margin: auto;
    text-align: center;
}

.jnf-widget.general-search-box .icon {
    background: url(../images/search.svg) center no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    cursor: pointer;
}

.general-search-box {
    position: relative;
    width: 40px;
    float: right;
}

.general-search-box .container {
    position: absolute;
    width: 40px;
    max-width: 100vw;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    right: 0;
    transition: width 200ms;
    background: #fff;
    height: 54px;
}

.general-search-box .icon {
    background: url('../images/search-icon.png') center no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.general-search-box .container > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header .header-top .header-top-right-section .general-search-box .spacer {
    border-right: 1px solid #002855;
    height: 20px;
    margin: 0 10px;
}

.header .header-top .header-top-right-section .general-search-box .query-input {
    border: none;
    width: 262px;
}

.header .header-top .header-top-right-section .general-search-box .query-input:focus {
    border: none;
    outline: none;
}

.header .header-top .header-top-right-section .general-search-box .close-button {
    font-weight: 700;
    color: #002855;
    cursor: pointer;
    margin: 0 10px;
    font-size: 22px;
}

.header .header-top .header-top-right-section .general-search-box .btn, #MainSearchBtn {
    background: #fe5000;
    color: #ffffff;
    font-size: 16px;
    height: 100%;
    margin-left: 10px;
    border: 0;
    padding: 12px;
}

.header .header-top .header-top-right-section .general-search-box .btn:hover, #MainSearchBtn:hover {
    border-color: #fe5000;
}


.jnf-widget-menu-1-account.loading-indicator, .sign-up-popup {
    display: none;
}


.jnf-widget-menu-1-account.logout, .jnf-widget-menu-1-account.subscribe {
    color: #002855;
    text-decoration: none;
    transition: 200ms color;
    border: none;
    background: none;
    outline: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: Compasse,Helvetica,Verdara,Arial;
    font-weight: normal;
    color: #002855;
    border-left: 1px solid #a3b1c2;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    padding: 2px 20px;
    float: left;
    height: 100%;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-logotypes > div:first-child {
    margin-left: 0;
}

.footer .footer-logotypes .footer-logotype-hsi img {
    max-width: 50px;
}

.about-company-section .services-wrapper-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.about-company-section .services-wrapper-section .service-box {
    flex-basis: 30%;
    width: 30%;
    margin: 0 27px 20px;
}

.about-company-section .services-wrapper-section .service-box:first-child {
    margin-left: 0;
}

.about-company-section .services-wrapper-section .service-box:last-child {
    margin-right: 0;
}

a.arrow-link .arrow-img {
    transition: all .3s linear;
}

a.arrow-link:hover {
    text-decoration: none;
}

a.arrow-link .arrow-img {
    margin-left: 10px;
}

a.arrow-link:hover .arrow-img {
    transform: translateX(8px);
    margin-left: 10px;
    transition: transform .3s linear;
}

.header-cta-bg {
    background: #002855 !important;
    margin: 0 0 14px;
}

.header-cta-bg .header-action-box-wrapper .header-action-box h4 {
    color: #fff;
    margin: 12px 0;
}

.image_full, .homebanner.image-banner-wrp .image_full {
    display: block;
    height: auto;
}

.image_mobile, .image_tablet {
    display: none
}

.image-banner {
    height: 615.5px
}

.jnf-widget.jnf-widget-menu-1 .mobile-logotype-banner .mobile-logotype-banner-image {
    background: url(/ResourcePackages/JNF/assets/images/logo-jnf-icon-jnf-white.svg) center no-repeat;
    margin: 0 auto 10px;
    height: 46px;
}

.jnf-widget.jnf-widget-menu-1 .mobile-logotype-banner .plant-a-tree-banner {
    font-family: Compasse,Helvetica,Verdara,Arial;
    font-weight: normal;
    color: #002855;
    padding: 7px;
    font-size: 12px;
    display: block;
    color: #fe5000;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #002855;
    border-bottom: 1px solid #002855;
}

.jnf-widget.jnf-widget-menu-1.sizer-mobile .mobile-logotype-banner, .jnf-widget.jnf-widget-menu-1.sizer-tablet .mobile-logotype-banner {
    display: none;
    width: 100%;
    background-color: #002855;
    padding-top: 10px;
}

.jnf-widget.jnf-widget-menu-1 .mobile-logotype-banner {
    display: none;
}

.jnf-widget.jnf-widget-menu-1.sizer-mobile .mobile-logotype-banner.visible, .jnf-widget.jnf-widget-menu-1.sizer-tablet .mobile-logotype-banner.visible {
    display: block;
}

.menu-overlay, .jnf-widget-menu-1-menu-mobile-window-close {
    display: none;
}

.header .header-top .header-top-left-section ul li a:hover, .header .header-top .header-top-right-section ul li.menu-button-sign a:hover, .jnf-widget-menu-1-account.logout:hover, .jnf-widget-menu-1-account.subscribe:hover {
    color: #FE5000;
}

/* Landing page */
.landing-page .homebanner .homebanner-content {
    max-width: 832px;
    flex-wrap: wrap;
}

.landing-page .homebanner .homebanner-content h1 {
    font-weight: 400;
}

.pledge-btn-section .btn, .pledge-btn-section .button-default a {
    font-size: 24px;
    background: #FE5000;
    color: #ffffff;
    padding: 26px 20px 20px;
    min-width: 278px;
    margin: 38.5px 0 40px;
    transition: all ease-in 500ms;
    display: inline-block;
    text-decoration: none;
}

.pledge-btn-section .btn:hover, .pledge-btn-section .button-default a:hover {
    color: #FE5000;
    background: #ffffff;
    border: 1px solid #FE5000;
}

.watch-video-wrapper {
    border: 1px solid #221684;
    padding: 24.61px 0 23.39px 23.5px;
    margin: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-video-wrapper .watch-video {
    border: 1px solid #707070;
    text-align: center;
    height: 230px;
    width: 406px;
}

.watch-video-wrapper .watch-video iframe {
    width: 100%;
    height: 100%;
}

.watch-video-wrapper .watch-video .watch-video-icon::after {
    content: '';
    display: block;
    position: relative;
    border: 35px solid transparent;
    width: 0;
    height: 0;
    border-left: 50px solid #002855;
    text-align: center;
    margin: auto;
}

.watch-video-wrapper::after {
    clear: both;
    content: '';
    display: table;
}

.watch-video-wrapper .watch-video-content {
    margin: auto;
    text-align: center;
}

.watch-video-wrapper .watch-video-content h2 {
    font-weight: 400;
    margin: auto;
    max-width: 350px;
}

.section-content p, .section-content p a {
    font-size: 23px;
    line-height: 27px;
    color: #002855;
    letter-spacing: -0.34px;
}

.section-content p a {
    font-weight: 700;
}

.section-content p {
    margin: 0 0 25px;
}

.billion-opportunity-section h1, .pledgers-wrapper-section h1 {
    font-size: 72px;
    line-height: 86px;
    letter-spacing: -1.08px;
    margin: 0 0 16px;
    color: #002855;
    font-weight: 300;
}

.billion-opportunity-section img {
    margin-bottom: 20px;
}

.bordered-box {
    border: 1px solid #221684;
}

.story-box {
    padding: 40px 60px;
    text-align: center;
}

.story-box h3 {
    margin-top: 0;
}

.pledgers-wrapper-section {
    margin: 0 0 38px;
}

.pledgers-wrapper-section h1 {
    margin: 0 0 39px;
}

.pledger-box {
    padding: 21px;
    margin: 0 0 30px;
}

.pledger-box .pledger-image {
    border: 1px solid #707070;
    height: 248.52px;
    width: 100%;
    margin-bottom: 12.44px;
}

.pledger-box .pledger-image img {
    height: 248.52px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.pledger-box .pledger-content {
    text-align: center;
}

.pledger-box .pledger-content h3 {
    font-size: 24px;
    line-height: 19px;
    font-weight: 400;
    color: #002855;
}

.pledger-box .pledger-content p {
    font-size: 15px;
    line-height: 19px;
    color: #002855;
}

.story-box .section-content p {
    margin: 0;
}

.footer .footer-menus .footer-menu.footer-menu-2, .footer .footer-menus .footer-menu.footer-menu-3 {
    font-size: 16px;
    line-height: 22px;
    color: #E6E7E8;
}

.jnf-future-pledge {
    max-width: 949px;
    margin: auto;
}

.header .header-top .container, .header .header-bottom .container {
    width: 100% !important;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
}

.header .header-top .general-search-box .container {
    padding: 0;
    width: 40px !important;
}

.header .header-top .general-search-box.search-open .container {
    width: 433px !important;
}

/* Signup popup */
.sign-up-popup {
    z-index: 95;
    width: 100%;
    height: 208px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: white;
    overflow: hidden;
}

.sign-up-popup > .register-form {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    height: 168px;
    top: 40px;
    position: relative;
    box-sizing: border-box;
    padding-top: 32px;
}

.sign-up-popup > .register-form > img {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.sign-up-popup > .register-form > h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    box-sizing: content-box;
    margin-bottom: 32px;
    margin-top: 0;
}

.sign-up-popup > .register-form #register-input {
    float: left;
}

.sign-up-popup > .register-form #register-input > input {
    outline: none;
}

.sign-up-popup > .register-form #register-input #Email-error {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 14px;
    color: red;
}

.sign-up-popup > .register-form .server-response-container {
    font-size: 12px;
    color: red;
    clear: both;
    margin-right: -10px;
}

.sign-up-popup > .register-form .server-response-container p {
    clear: both;
    margin-top: 0;
}

.sign-up-popup {
    height: 500px;
    text-align: center;
}

.sign-up-popup > .register-form {
    height: auto;
    top: 50px !important;
}

.sign-up-popup > .register-form > img {
    float: none;
    margin: 0 0 10px 0;
}

.sign-up-popup form {
    max-width: 660px;
    margin: 0 auto;
}

.sign-up-popup .form-inputs {
    float: left;
    width: 310px;
    border-radius: 0;
    padding: 11px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
}

.sign-up-popup input[type=text]:not([type=radio][type=checkbox]), .sign-up-popup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sign-up-popup form button.orange-submit {
    float: none;
    margin: 0 auto 20px auto;
    clear: both;
    background-color: #fe5000;
    border: 1px solid #fe5000;
    color: #fff;
}

.sign-up-popup form span.small {
    display: block;
    clear: both;
}

#lead_source {
    display: none;
}

.form-inputs, .sign-up-popup form span.small {
    margin: 0 20px 20px 0;
}

.sign-up-popup h4 {
    font-size: 1.33rem;
    margin: 1.33rem 0;
}

.sign-up-popup form span.small a {
    color: #002855;
}

.homepage-modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.sfPageEditor .homepage-modal {
    display: block;
    position: relative;
    z-index: 1;
    background-color: transparent
}

.homepage-modal-content {
    width: 600px;
    margin: 100px auto 100px auto;
    position: relative
}

.homepage-modal-content span {
    color: #fff;
    font-size: 21px;
    bottom: 20px;
    left: 294px;
    position: absolute;
    z-index: 201;
    display: block;
    cursor: pointer;
}

.homepage-modal-content img {
    width: 100%
}

/*Zionism Page*/
.zionism-title {
    text-align: center;
    margin-bottom: 15px;
}

.zionism-title p {
    margin-top: 12.5px;
    font-size: 20px;
}

.zionism-link-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.zionism-link-section ul li a {
    text-align: center;
    font-size: 20px;
    display: block;
    text-decoration: underline;
    color: #002855;
    line-height: 24px;
    margin-bottom: 10px;
}

.zionism-link-section .nav-select {
    display: none;
}

.zionism-link-title {
    font-family: "MarcellusSC";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #002855BE;
    margin-bottom: 10px;
    line-height: 20px;
}

.zionism-filter .navbar {
    min-height: unset;
}

.zionism-filter .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.zionism-filter .navbar-nav a {
    font-family: "MarcellusSC";
    font-size: 16px;
    text-transform: uppercase;
    color: #002855;
    text-align: center;
}

.zionism-filter .navbar-nav a.active {
    border: 0;
    outline: 1px solid #000;
}

.zionism-filter .navbar-nav a:focus {
    border: 0 !important;
    outline: 0px !important;
}

.zionism-data .block {
    text-align: center;
}

.zionism-data .block .action-txt {
    margin-bottom: 15px;
}

.zionism-data .block .action-txt span {
    color: #0028559A;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 13px;
}

.zionism-data .block .action-txt a {
    font-size: 20px;
    display: block;
    color: #002855;
    text-decoration: underline;
}

.zionism-data .block .action-img {
    margin-bottom: 19px;
}

.zionism-data .block .action-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    display: inline-block;
}

.zionism-pagination {
    text-align: center;
}

.zionism-pagination .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.zionism-pagination .pagination a {
    border: 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #002855;
}

.zionism-pagination .pagination a.page-disabled {
    border: 0;
    color: #ccc;
}

.zionism-pagination .pagination a:hover {
    background: none;
}

@media (max-width:992px) {
    .zionism-row {
        display: flex;
        flex-direction: column
    }

    .zionism-2 {
        order: 1;
    }

    .zionism-1 {
        order: 2;
    }

    .zionism-3 {
        order: 3;
    }
}

.zionism-main-img {
    width: 453.47px;
}

/*New Events List styles*/
/* jnf events widgets */
.jnf-sf-Events .jnf-sf-Events h2 {
    margin-bottom: 20px;
}
.jnf-sf-Events .events-list .events-list-content li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
    margin: 20px 0;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-date {
    text-align: center;
    padding: 10px;
    background: #f5f4f4;
    min-width: 100px;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-date:hover {
    color: #FE5000;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-date .jnf-event-hour,
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-date .jnf-day-of-week {
    font-size: 14px;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-eventname {
    padding: 10px 20px;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-eventname a {
    color: #FE5000;
}
.jnf-sf-Events .events-list .events-list-content li .jnf-event-list-date div span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 30px;
}
.jnf-sf-Events .events-list .events-list-content li h3 {
    margin: 0;
}

/*Travel and Tours styles*/
.header5 {
    font-size: 24px;
    line-height: 29px
}

.body2 {
    font-size: 18px;
    line-height: 22px;
}

.body1 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}

.header2 {
    font-size: 44px;
    line-height: 52px;
}

.header3 {
    font-size: 37px;
    line-height: 44px
}

.header1 {
    font-size: 92px;
    line-height: 100px
}
#hero-slider .text-content {
    position: absolute;
    top: 25%;
    width: 80%;
    left: 10%;
    right: 0%;
    text-align: center;
    z-index: 1;
}

#hero-slider .bottom-link {
    position: absolute;
    bottom: 2%;
    left: 0%;
    z-index: 1;
}

#hero-slider .carousel-indicators {
    bottom: 8%;
}

#hero-slider h3, #hero-slider h1 {
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
}

#hero-slider h1 {
    font-weight: lighter;
    letter-spacing: 2px;
}

#hero-slider .carousel-inner .item .bottom-link {
    background: rgba(0,0,0,0.7) 0% 0% no-repeat padding-box;
    color: white;
    padding: 10px 20px 10px 54px;
    font-size: 20px;
    line-height: 24px;
    animation: 1s ease-out 0s 1 wait, 1s ease-out 1s 1 slideInFromBottom;
    opacity:0;
}

#hero-slider .carousel-inner .item.active .bottom-link {
    opacity:1;
}
@keyframes wait {
    from {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#hero-slider .bottom-link a {
    color: inherit;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
}

.we-know {
    margin: 60px 0;
}

.we-know:after {
    display: block;
    content: "";
    border: 12px solid #FE3D00;
    width: 102px;
    position: absolute;
    left: 45%;
    margin-top: 80px
}

.inactive {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.inactive.active {
    opacity: 1;
    display: block;
}
.we-know-text{
    padding-bottom: 60px;
}
.we-know-text .header2 {
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    width: 504px;
    margin: auto;
    letter-spacing: 2px;
}

.we-know-text .body1 {
    font-size: 20px;
    line-height: 27px;
    padding: 3% 7% 0;
    margin-bottom: 0;
}

.multiselect {
    width: 158px;
    margin: 0px 6px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

#checkboxes {
    display: none;
    padding: 6px 0 0 0;
    border: 1px #dadada solid;
    position: absolute;
    min-width: 158px;
    z-index: 100;
    background: white;
}

#checkboxes input[type=checkbox] {
    margin: 4px 8px 0;
    top: 1px;
    position: relative;
    padding-top: 5px;
    margin-top: 1px\9;
    line-height: normal;
}

.dropdown-container {
    display: flex;
    justify-content: center;
}

.upcoming-tours h4,
.upcoming-date .upcoming-dates-inner .header4,
.slider-carousal .header4,
.cards-conatiner-inner .header4 {
    text-align: center;
    padding-bottom: 15px;
    font-weight: lighter;
    font-size: 32px;
    letter-spacing: 1px;
}
.cards-conatiner-inner .header4{
    text-align: left;
}
.quotes-widget .image-container {
    display: flex;
}
.quotes-widget .header4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    font-family: publico !important;
}
.quotes-widget .header4 span{
    font-style: italic;
}

.travel .noToursMsg {
    text-align: center;
    padding: 20px 0;
}

.travel .tourSingleCatFeature {

}

.upcoming-tour {
    margin: 60px 0;
}

.upcoming-tour .multiselect label {
    display: flex;
    padding: 0 20px 0 0;
    align-items: baseline;
}

.rates-container .image-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    width: 100%;
    min-height: 410px;
    position: relative;
    display: flex;
    justify-content: end;
    padding: 25px 0;
}

/*.rates-container .image-container img {
    width: 100%;
    object-fit: cover;
    height: 410px;
}*/

.rates-container {
    position: relative;
    margin-bottom: 24px;
}

.rates-container .text-container {
    position: relative;
    width: 55%;
    top: 7.5%;
    right: 2%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.93;
    padding: 25px 25px 30px 25px;
}

.rates-container .text-container .header5 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
}

.rates-container .text-container .body2 {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
}

.rates-container h5 {
    margin: 0;
}

.rates-container p {
    margin: 0;
}

.rates-container .text-container .rate-content .body2, .rates-container .text-container .bottom-link .body2 {
    font-style: normal;
    font-weight: 700;
    padding: 10px 0px;
}

.rates-container .text-container .rate-content ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.rates-container .text-container .rate-content ul li:hover .pre-tour {
    color:#002855!important;
}
.rates-container .text-container .rate-content ul li > * {
    margin-left: -5px;
}
.rates-container .text-container .rate-content ul a.body1 {
    text-decoration: none;
    font-style:normal;
}
.rates-container .text-container .rate-content ul a.body1:hover {
    color: #FE3500!important;
}

.rates-container .text-container .rate-content ul a {
    color: #002143 !important;
    font-style: italic;
}

.rates-container .text-container .bottom-link a {
    color: #FE3500;
    border: 1px solid #FE3500;
    padding: 7px 10px;
    transition: all .2s ease-in-out;
}
.rates-container .text-container .bottom-link a:hover {
    color: #FFFFFF;
    background-color: #FE3500;
    text-decoration: none;
}

.rates-container .text-container .bottom-link .body2 {
    margin-bottom: 15px;
}

.rates-main-container{
    display: none;
}

.rates-with-bg {
    margin-top: 30px;
    position: relative;
}

.selectBox select {
    border: none;
    border: 1px solid #DEDEDE;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectBox select::-ms-expand {
    display: none;
}
.selectBox:after {
    content: '';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 11px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #002143;
}

.quotes-widget img {
    width: 100%;
    border-radius: 50%;
    width: 228px;
    height: 228px;
    margin: auto;
}

.quotes-widget .image-container.quote-icon::before {
    content: "\201C";
    position: relative;
    display: block;
    font-size: 205px;
    top: 15px;
    bottom: 0;
    line-height: 150px;
    color: #fe3500;
}
.quotes .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quotes .row {
    background: #FECF95;
    margin: 0 !important;
    padding: 30px 35px;
}

.quotes .container .row .text-container .header4 {
    color: #002143;
}

.quotes .container .row .text-container .header4 span {
    color: #002143;
    font-style: italic
}

section.quotes {
    margin-bottom: 40px;
}

.questions-block .container {
    text-align: center;
}

.questions-block .container .header3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 300;
    margin-bottom: 16px;
}

.questions-block .container .tags:hover {
    background: #FE3500;
    color: white;
}

.questions-block .container .tags {
    color: #FE3500;
    border: 1px solid #FE3500;
    padding: 7px 10px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.questions-block .container .social-block {
    margin-top: 50px;
}

.filter {
    color: #FE3500 !important;
    border: 1px solid #FE3500;
    padding: 7px 30px;
    width: 150px;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none !important;
}

.filter:hover {
    background: #FE3500;
    color: white !important;
}

.parent-side-nav {
    position: relative;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -15px;
    background-color: #DEDEDE;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 55px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: relative;
    top: 0;
    font-size: 36px;
    display: flex;
    justify-content: end;
}
.sidenav .filter-title {
    margin-left: 30px;
}
.sidenav-backround-overlay.active {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.dropdown-container.mobile .selectBox {
    padding: 11px 0px;
}

.dropdown-container.mobile .multiselect {
    margin: 0px 28px;
}
.dropdown-container.mobile .multiselect #checkboxes > label {
    display: flex;
    padding: 0 20px 0 0;
    align-items: baseline;
}
.dropdown-container.mobile .multiselect #checkboxes{
    position:relative;
}
.rates-container .text-container .rate-content ul {
    margin-left: 18px;
}
.rates-container .text-container .rate-content ul span.tags {
    font-style:italic;
}

.firDivPad {
    padding: 20px;
    background: #D5D6DB;
}

.secDivPad, .model1-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.firDivPad label {
    text-align: left;
    letter-spacing: 0px;
    color: #001489;
    opacity: 1;
    font: normal normal normal 18px/18px Compasse;
    float: left;
}
#mySecModal input#aua_signForUpdates {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    outline:none;
}
#mySecModal input#aua_signForUpdates:checked {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    outline:none;
}
label#aua_ckbSignForUpdates {
    margin-top: 6px;
}
.questions {
    box-shadow: 0px 6px 9px #00000029;
   
}

.questions #mySecModalTest {
    width: 60%;
        margin: 40px auto;
}

.rates-with-bg.active {
    position: relative;
}

#hero-slider .arrow-container {
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#hero-slider .carousel-inner .item:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: rgba(0,0,0,0.3);
    z-index: 0
}

.left-text-right-image .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-text-right-image .row a {
    color: #FE3500;
}

.left-text-right-image .row .left .body2.italics {
    font-style: italic;
    color: #FE3500;
}

.left-text-right-image .row .left .header2 {
    margin: 0;
    font-weight: lighter;
    letter-spacing: 2px;
}

section.left-text-right-img {
    padding: 40px 0px;
}

.left-text-right-image .row .left, .left-text-right-image .row .right {
    padding: 0;
}

.left-text-right-image .row .left .text-content {
    padding-right: 26px;
}

section.slider-carousal {
    margin: 60px 0;
    padding-top: 60px;
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    display: none;
}

.glyphicon.glyphicon-chevron-right img {
    transform: rotate(270deg);
}

.glyphicon.glyphicon-chevron-left img {
    transform: rotate(90deg);
}

ul.lined-list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 4px solid #002143;
}

.alorica-way-section ul.lined-list {
    margin-left: 60px;
}

ul.lined-list::before {
    content: '';
    width: 25px;
    background: #002143;
    height: 25px;
    display: block;
    position: relative;
    bottom: 0;
    left: -15px;
}

ul.lined-list::after {
    content: '';
    width: 25px;
    background: #002143;
    height: 25px;
    display: block;
    position: relative;
    bottom: 0;
    left: -15px;
}

ul.lined-list li {
    position: relative;
    margin: 0;
    padding: 0 0 30px 40px;
}

ul.lined-list li::before {
    content: '';
    width: 4px;
    background: #002143;
    height: 120%;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 0;
    right: 0;
    display: none;
}

ul.lined-list li p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #002143;
}

ul.lined-list li .lined-title {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    color: #FE3500;
    font-weight: 700;
    text-decoration: none;
    min-height: 10px;
    display: inline-block;
    transition: 0.1s;
    border-bottom: 1px solid #002143;
    outline: none;
}

ul.lined-list li .lined-title em {
    font-size: 18px;
    margin-left: 17px;
    position: relative;
    top: 3px;
}

ul.lined-list li .lined-title em::before {
    position: relative;
    top: -3px;
}

ul.lined-list li .lined-title.active em::before {
    top: 4px;
}

ul.lined-list li .lined-list-content::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    background: #002143;
    border-radius: 50%;
    left: -8px;
    top: 3px;
}

ul.lined-list .lined-list-content h6 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    color: #3A82A7;
}

ul.lined-list .lined-content {
    display: none;
    padding: 35px 0px;
}

ul.lined-list li .lined-title.active em {
    transform: rotate(180deg);
    top: 0;
}

ul.lined-list li .lined-title.active + .lined-content {
    display: block;
}
.header-banner-img:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}
.header-with-smiley {
    position: relative;
}

.header-with-smiley .header-banner-img img {
    width: 100%
}

.header-with-smiley .header-banner-img .header4 {
    font-size: 32px;
    font-weight: lighter;
}
.header-with-smiley .header-banner-img img {
    width: 100%
}

.smiles-container .col-3 img {
    width: 60px;
    height: 60px;
}

.header-with-smiley .text-content {
    position: absolute;
    top: 5%;
    width: 100%;
    margin: auto;
    color: white;
    z-index: 1
}

.header-with-smiley .text-content .inner-div {
    text-align: center;
}
.header-with-smiley .text-content .inner-div .header3,
.header-with-smiley .text-content .inner-div .header1 {
    font-weight: lighter;
}
.header-with-smiley .text-content .inner-div .header1 {
    letter-spacing: 2px;
}

.header-with-smiley .smiles-container {
    position: absolute;
    bottom: 8%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.header-with-smiley .smiles-container .row {
    display: flex
}

.header-with-smiley .smiles-container .row > div {
    padding: 0px 40px;
    border-right: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.header-with-smiley .smiles-container .row > div:last-child {
    border-right: none;
}

.header-with-smiley .arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-with-smiley .arrow-container img {
    width: 36px;
    position: absolute;
    bottom: 2%;
    z-index: 1
}

#hero-slider .orange-bar,
.header-with-smiley .text-content .inner-div .orange-bar {
    position: relative;
    display: block;
    border: 6px solid #fe3d00;
    width: 102px;
    left: 50%;
    margin: 40px 0 40px -60px;
}

/* Carousel Cross Fade */
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
/* End Carousel Cross Fade */

.header-with-smiley .smiles-container .row > div p {
    padding-top: 5%;
}
.left-right-text-content {
    margin: 60px 0;
}
.left-right-text-content.added-border-center .parent-left-right-text {
    padding-bottom: 60px;
}
.parent-left-right-text .content > div img {
    width: 30px;
}

.parent-left-right-text .content {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
}

.parent-left-right-text .content > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-left-right-text .content > div p {
    margin: 0;
    padding: 0px 15px !important;
}

.parent-left-right-text .inner-text .header2,
.parent-left-right-text .inner-text .header3 {
    margin: 0;
    font-weight: lighter;
    letter-spacing: 2px;
}
.parent-left-right-text .inner-text .header3 {
    font-size: 36px;
}

.parent-left-right-text .inner-text .body1 {
    padding: 16px 0px;
    margin: 0;
}

.parent-left-right-text .inner-text .header4 {
    margin: 0
}

.parent-left-right-text .right .inner-container .button-container a {
    color: #FE3500;
    border: 1px solid #FE3500;
    padding: 9px 24px;
    transition: all .2s ease-in-out;
}
.parent-left-right-text .right .inner-container .button-container a:hover {
    color: #FFFFFF;
    background-color: #FE3500;
    text-decoration: none;
}

.parent-left-right-text .inner-text.pre-tour-inner {
    margin-top: 50px;
}
.upcoming-dates-inner {
    margin: 60px 0px;
}

.parent-left-right-text .right .inner-container .button-container {
    margin: 7% 0%;
}

.parent-left-right-text .right .inner-container .price-container p {
    margin: 0
}

.parent-left-right-text .right .inner-container .price-container {
    padding: 30px 0px;
    border-bottom: 1px solid grey;
}

.parent-left-right-text .right .inner-container .price-container:nth-child(3) {
    border: none;
}

.parent-left-right-text .right .inner-container .price-container .body1.bolded {
    font-weight: 700;
}

.parent-left-right-text .right .inner-container .body1.italics {
    color: #FE3500;
    font-style: italic;
}

/* travel */
.itinary-block-section {
    margin: 60px 0;
}

.itinary-block-section:after {
    display: block;
    content: "";
    border: 12px solid #FE3D00;
    width: 102px;
    position: absolute;
    left: 1%;
    margin-top: 40px;
}

.itinary-block-section .itinary-block {
    padding-top: 60px;
}

.itinary-block .left .header4 {
    margin: 0px 0px 20px 0px;
}

.itinary-block .header4,
.lined-list-content .header3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.itinary-block-section .right .image-container iframe {
    width: 100%;
    height: 571px;
}
.attractions-page .left-text-right-image .row {
    align-items: start;
}

.attractions-page .map-container iframe {
    border: 0;
    width: 100%;
    height: 571px;
    margin-left: 15px;
}

.attractions-page .slider-carousal .header4{
    text-align: left;
}

.itinary-div {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 40px;
    margin-left: -10px;
}
.itinary-div img{
    width: 25px;
    cursor: pointer;
}

.itinary-div p {
    margin: 0;
    padding-left: 10px;
    font-style: italic;
    font-weight: 300;
    cursor: pointer;
}

.cards-conatiner-inner .row {
    display: flex;
    margin-left: 0;
}

.cards-conatiner-inner .row > div {
    padding: 0px 20px 0px 0px;
    text-align: center;
    width: 100%;
}
.cards-conatiner-inner .row > div img {
    width: 100%;
    margin-bottom: 15px;
}
.cards-conatiner-inner a {
    color: #002143;
    display: block;
}
.slider-carousal.bordered:after {
    display: block;
    content: "";
    border: 6px solid #FE3D00;
    width: 102px;
    position: absolute;
    left: 1%;
    margin-top: 60px;
}
.slider-carousal.bordered .header4 {
    text-align: left;
}
section.cards-container {
    margin: 60px 0;
}

section.cards-container .cards-conatiner-inner{
    padding-bottom: 60px;
}

section.questions.inner-page {
    margin: 0;
}

.tours-contact-inner .body1.colored {
    color: #FE3500;
}

.tours-contact-inner .body1 {
    margin: 0;
}

.tour-contact {
    margin: 60px 0;
    padding-top: 60px;
}

.tour-contact:after {
    display: block;
    content: "";
    border: 6px solid #FE3D00;
    width: 102px;
    position: absolute;
    left: 1%;
    margin-top: 60px;
}

section.quotes.remove-border:after {
    display: none;
}

.cards-conatiner-inner a:hover {
    color: #FE3D00;
    text-decoration: none;
}

.upcoming-dates-inner .category-dates .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.upcoming-dates-inner .category-dates .left p {
    margin: 0;
}

.upcoming-dates-inner .category-dates .left .month {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.upcoming-dates-inner .category-dates .left .date {
    font-size: 32px;
}

.upcoming-dates-inner .category-dates .left .date-container {
    padding: 3px 11px 5px;
    border: 3px solid;
}

.upcoming-dates-inner .category-dates .right p {
    margin: 0;
}

.upcoming-dates-inner .category-dates .right .italics {
    font-style: italic;
}

.upcoming-dates-inner .category-dates .right a {
    color: #FE3500;
    text-decoration: none;
}

.upcoming-dates-inner {
    width: 70%;
    margin: 60px auto;
}

.upcoming-dates-inner .category-dates .left .date-container.dash {
    margin-right: 30px;
}

.upcoming-dates-inner .category-dates .left .date-container.dash:after {
    content: "_";
    position: absolute;
    top: 15%;
    left: 48%;
    font-weight: bold;
    font-size: 36px;
    width: 9px;
    height: 30px;
    overflow: hidden;
}

.category-dates .category-row {
    margin-bottom: 35px;
}
.category-dates .category-row .upcoming-tours-list {
    color: unset !important;
}
.category-dates .category-row:hover .left .date-container {
    border: 3px solid #FE3500;
}
.upcoming-dates-inner .category-dates .category-row:hover .right a.body1 {
    text-decoration: underline;
}
.upcoming-dates-inner .category-dates .category-row:hover .right p.body1 {
    font-style: italic;
}

.category-dates {
    margin: 35px 0 0 0;
}

.added-border-center:after,
.upcoming-date:after,
.cards-container:after,
.we-know:after,
section.quotes:after,
.itinary-block-section:after,
.tour-contact:after,
.left-text-right-img.left-text-right-img:after {
    display: block;
    content: "";
    border: 6px solid #FE3D00;
    width: 102px;
    position: absolute;
    left: 50%;
    margin-left: -51px;
    margin-top: -5px;
}

section.quotes:after,
.itinary-block-section:after,
.tour-contact:after,
.left-text-right-img.left-text-right-img:after {
    left: 0;
    margin-left: 15px;
    margin-top: 55px;
}

.solcial-links a img {
    width: 36px;
    padding: 0px 7px;
}

.solcial-links {
    margin: 20px 0px 40px 0px;
}

.follow {
    font-style: italic;
}

.header1 {
    font-family: "Publico" !important;
    font-style: italic;
}

.row-space-zero .row {
    margin: 0;
}

.mySecModalTest{
    display:none;
}

.mySecModalTest.active{
    display:block;
}

.header-bottom-band .band {
    text-align: center;
    color: white;
    padding: 13px 0px;
}

.header-bottom-band a {
    color: #fff
}

.header-bottom-band {
    background: #002143;
}

.travel .homebanner-section .homebanner.image-banner-wrp .homebanner-image img,
.travel .homebanner-section .homebanner.image-banner-wrp .homebanner-image.image-banner {
    height: 90vh;
}

/* Animeted spinner */
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader {
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 10;
    text-indent: -9999em;
    background: none;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    border-top: 8px solid rgba(0, 0, 0, 0.2);
    border-right: 8px solid rgba(0, 0, 0, 0.2);
    border-bottom: 8px solid rgba(0, 0, 0, 0.2);
    border-left: 8px solid #333333;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.loader.animated {
    -moz-animation: rotate 1.1s infinite linear;
    -webkit-animation: rotate 1.1s infinite linear;
    animation: rotate 1.1s infinite linear;
}

.loader-background {
    width: 100%;
    height: 250px;
    z-index: 5;
    position: relative;
    background: white;
}
