/*===================================================================================================
    Global
===================================================================================================*/
:root {
    --color-theme-hghlht: #2687ff;
}

::selection {
    background: var(--color-theme-secondary);
    color: #fff;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:500|Teko:600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

/* Text */
/*.font-main {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Teko', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}*/

h1 {
    font-size: 3.5rem;
    line-height: .8em;
}

h2 {
    font-size: 2.6em;
    line-height: .8em;
    text-align: center;
}

h2 span, .page-about h4 span {
    font-family: "Dancing Script", cursive;
    font-weight: 500;
    font-style: normal;
}

.h5 {
    line-height: 1;
}

hr {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333333;
    margin: -50px auto 10px;
}

.font-primary,
.employees a {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase !important;
    font-weight: 600 !important;

}

.font-secondary {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.font-body-Raleway .businessinfo label {
    font-weight: 700 !important;
    font-size: 1em;
}

sup {
    font-size: 75%;
}

.form-smtext,
.recaptcha-text {
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
}

.pg-title-center {
    text-align: center;
}

.page-home .pg-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 216px;
    margin: 10px 0 15px 0;
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.pg-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 10px 0 15px 0;
    background: #fff;
    color: var(--color-theme-text-btn);
}

.pg-title-center::after {
    margin-left: auto;
    margin-right: auto;
}

.larger-text {
    font-size: 1.1em;
    line-height: 1.7em;
}


/* Btns */
.btn {
    padding: .7em 1.6em;
}

button#contact-sendForm {
    padding: .7em 1.6em;
    font-size: 1rem;
    margin-bottom: 1.2em;
}



/* Links */
.ahi-btn-link,
.employees a {
    position: relative;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

.ahi-btn-link {
    padding: 5px 0;
}

.ahi-btn-link,
.employees a {
    color: var(--color-theme-secondary);
}

.ahi-btn-link-rev {
    color: var(--color-theme-text-btn);
    padding: 5px 0;
}

.ahi-btn-link:hover,
.employees a:hover {
    color: var(--color-theme-highlight);
}

.ahi-btn-link-rev:hover {
    color: var(--color-theme-border);
}

.ahi-btn-link::after,
.employees a::after {
    border-color: var(--color-theme-highlight);
    content: '';
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
    transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.ahi-btn-link-rev:hover::after {
    border-color: var(--color-theme-hghlht);
}

.ahi-btn-link:hover::after,
.employees a:hover::after {
    opacity: 1;
    left: 0;
    right: 0;
}

.employees a {
    font-size: 1.1em;
}

/*===================================================================================================
    Footer with logo above
===================================================================================================*/
.footer {
    padding-top: 1em;
}

.footer-info-business.mb-3 {
    display: none;
}

.page-home .cw-footer-quote h2 span {
    font-size: 25px;
    text-transform: lowercase;
    font-style: italic;
    line-height: .1;
}

.cw-footer-quote h2 span {
    font-size: 25px;
    text-transform: lowercase;
    font-style: italic;
    line-height: 1em;
}


/*===================================================================================================
    Logo in Navbar
===================================================================================================*/

/* Navbar */
.header-logo {
    display: none;
}

.header-info {
    display: none;
}

/* logo */
.header .navbar-brand {
    padding: 3px 0 0 0;
    min-height: auto;
    font-size: 0;
    background-image: url("https://apihoard.webit.com/api/v1/Image/FD5D208FCC6D759AFE3B414A53963C39/FD5D208FCC6D759AFE3B414A53963C39.png?size=1920x1440");
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 77px;
    display: block;
    background-position: center;
}

.navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* add shadow on scroll */
.affix {
    box-shadow: 0;
    -webkit-transition: box-shadow 2s;
    transition: box-shadow 2s;
}

.navbar-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.03),
        0 4px 4px rgba(0, 0, 0, 0.04),
        0 8px 8px rgba(0, 0, 0, 0.05),
        0 16px 16px rgba(0, 0, 0, 0.05);
}

.header .active .nav-link-cart::after,
.header .nav-link-cart:focus::after,
.header .nav-link-cart:hover::after,
.header .navbar .active .dropdown-toggle::before,
.header .navbar .active .nav-link::before,
.header .navbar .nav-link:focus::before,
.header .navbar .nav-link:hover::before {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-secondary);
}

.header .navbar .active>.nav-link, .header .navbar .dropdown-item.active, .header .navbar .dropdown-item:active, .header .navbar .show>.nav-link {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .header .navbar-brand {
        min-height: auto;
        margin-left: 0;
        display: inline-block !important;
        order: 1;
        height: 105px;
        width: 260px;
        margin-top: -10px;
        background-size: contain;
    }

    .navbar .container {
        max-width: 100% !important;
        padding-right: 9px;
    }

    .navbar-collapse {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }

    .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header .nav-link-cart,
    .header .navbar .nav-link {
        line-height: 30px;
    }

    .header .navbar {
        padding-top: 5px;
    }

    .header .navbar-expand-lg .navbar-nav {
        position: absolute;
        right: 25px;
        top: 40px;
    }

}

@media(min-width: 1200px) {
    .header li.nav-item {
        margin-right: 10px;
    }

    .header li.nav-item:last-of-type {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        text-align: center;
        max-width: 100%;
    }
}

/* Last Link to a button - CTA in Navbar */
.header .nav-item:last-of-type .nav-link {
    background: #ffffff;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: .9em;
}

.header .nav-item:last-of-type .nav-link:before {
    background: var(--color-theme-highlight);
    border-color: var(--color-theme-highlight);
}

.header .nav-item:last-of-type .nav-link:hover,
.header .nav-item:last-of-type.active .nav-link {
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
}

/*===================================================================================================
    Module Padding
===================================================================================================*/

.modpad {
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 992px) {
    .modpad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .detailedlist {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(min-width: 769px) {
    .modpad {
        padding-left: 25px;
        padding-right: 25px;
    }

    .detailedlist {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* Ahi List */
.modpad.ahi-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
}

.modpad.ahi-list+.modpad.ahi-list {
    padding-top: 5px;
}

.modpad .ahi-list-wrapper {
    margin-right: 12px;
    margin-left: 12px;
}

@media(max-width: 991px) {
    .modpad .ahi-list-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    .modpad.ahi-list {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .modpad.ahi-list+.modpad.ahi-list {
        padding-top: 0;
        margin-top: -20px;
    }

}


/*===================================================================================================
    Home - Hero & Phone Callout
===================================================================================================*/
/* Hero */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-content-container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    padding: 2em 20px;
    background: rgba(255, 255, 255, 0.95);
}

.hero .display-4 {
    font-size: 4rem;
    line-height: .8em;
}


@media(max-width: 400px) {
    .hero .display-4 {
        font-size: 3.5rem;
        line-height: .8em;
    }
}

/* Hide bg image on mobile */
@media(min-width: 768px) {
    .hero-img {
        min-height: 700px;
        background: url('https://apihoard.webit.com/api/v1/Image/83F247023FD08DB12571DC82C0CDD9B0/83F247023FD08DB12571DC82C0CDD9B0.jpg?size=1920x1440') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-bottom: -1px;
    }

    .hero {
        position: relative;
        overflow: hidden;
    }

    .hero-content {
        position: absolute;
        bottom: 3em;
        padding: 2.5em 2em;
    }

}

@media(max-width: 991px) and (min-width: 768px) {
    .hero-content {
        bottom: 2em;
        padding: 2em;
    }

    .hero-img {
        min-height: 600px;
        background: url('https://apihoard.webit.com/api/v1/Image/83F247023FD08DB12571DC82C0CDD9B0/83F247023FD08DB12571DC82C0CDD9B0.jpg?size=1280x960') no-repeat center center;
    }
}

@media (min-width: 992px) {
    .hero-content {
        bottom: 5em;
        padding: 1em;
        left: 7rem;
    }
    .hero-img {
        min-height: 730px;
    }
    .hero .display-4 {
        font-size: 3rem;
    }
    .hero h3 {
        font-size: 1.85rem;
    }
}
@media (min-width: 1160px) {
    .hero-img {
        background-position: 116% 50%;
    }
}
@media (min-width: 1200px) {
    .hero-content {
        bottom: 4em;
        padding: 1em;
        left: -4rem;
    }
    .hero .display-4 {
        font-size: 4rem;
    }
    .hero h3 {
        font-size: 2rem;
    }
}
@media (min-width: 1600px) {
    .hero-content {
        bottom: 7em;
        left: 3rem;
    }
}


.hero-content {
    font-size: 1.2em;
}

.ahi-callout {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: var(--color-theme-primary);
    color: var(--color-theme-text-btn);
    margin-bottom: -1px;
}

.ahi-callout .container {
    position: relative;
    z-index: 2;
}

.ahi-callout h5 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.ahi-callout a {
    font-size: 2em;
}

.ahi-callout .ahi-bg {
    position: absolute;
    z-index: 1;
    top: -71%;
    left: -8%;
    opacity: .2;
}

.ahi-callout .ahi-bg img {
    max-width: 300px;
}



/*===================================================================================================
    Home - textwithimage and divider
===================================================================================================*/
.cw-txt-top-divi .svg-divider {
    position: absolute;
    bottom: 291.2rem;
    width: 100%;
    height: 32px;
    right: 0rem;
}

.cw-txt-top-divi .svg-divider .svg-polygon {
    fill: #ffffff;
}

.textwithimage {
    background-color: #ffffff;
}

.textwithimage-text {
    color: #0e2a34;
}

.textwithimage-text hr {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

@media (min-width: 992px) {
    .cw-txt-top-divi .svg-divider {
        bottom: 260.3rem;
    }
}
@media (min-width: 1160px) {
    .cw-txt-top-divi .svg-divider {
        bottom: 255.8rem;
        height: 40px;
    }
}
@media (min-width: 1200px) {
    .cw-txt-top-divi .svg-divider {
        bottom: 259rem;
        height: 50px;
    }
}

@media (min-width: 1800px) {
    .cw-txt-top-divi .svg-divider {
        bottom: 261rem;
    }
}


/*===================================================================================================
    What We Belive - How it works
===================================================================================================*/

.cw-top-divi .svg-divider {
    position: absolute;
    bottom: 228.7rem;
    width: 100%;
    height: 50px;
    right: 0rem;
}

.cw-top-divi .svg-divider .svg-polygon {
    fill: #0E2A34;
}

.cw-bttm-divi .svg-divider {
    position: absolute;
    bottom: 154.3rem;
    width: 100%;
    height: 50px;
    transform: rotate(180deg);
    right: 0rem;
}

.cw-bttm-divi .svg-divider .svg-polygon {
    fill: #0E2A34;
}

.cw-believe-works {
    background-color: #0E2A34;
    color: #fff;
    padding: 2rem 0;
}

.cw-believe-works hr {
    border:none;
    height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 20px 20px -20px #ffffff;
    margin: -50px auto 10px; 
}

.cw-works-cols {
    padding: 3rem 0;
}

.cw-works-right {
    padding: 3rem 1rem 5rem;
}

.cw-members {
    padding: 3rem 0;
}

.cw-mem-right {
    padding: 4rem 0;
}

.cw-youth-cols {
    display: flex;
    justify-content: center;
}

.cw-viz {
    padding: 3rem 0;
    background-color: var(--color-theme-primary);
    color: #ffffff;
}

.cw-viztop-divi .svg-divider {
    position: absolute;
    bottom: 73.7rem;
    width: 100%;
    height: 50px;
    right: 0rem;
}

.cw-viztop-divi .svg-divider .svg-polygon {
    fill: var(--color-theme-primary);
}

.cw-vizbttm-divi .svg-divider {
    position: absolute;
    bottom: 45.5rem;
    width: 100%;
    height: 50px;
    transform: rotate(180deg);
    right: 0rem;
}

.cw-vizbttm-divi .svg-divider .svg-polygon {
    fill: var(--color-theme-primary);
}

.cw-viz-title hr {
    border:none;
    height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 20px 20px -20px #ffffff;
    margin: -50px auto 10px; 
}

.cw-viz-dets {
    display: flex;
    flex-direction: column-reverse;
}


.cw-app-dets {
    padding: 0 1.5rem;
}

.cw-footertop-divi .svg-divider {
    position: absolute;
    bottom: 27.8rem;
    width: 100%;
    height: 50px;
    right: 0rem;
}
.cw-footertop-divi .svg-divider .svg-polygon {
    fill: #0E2A34;
}

@media (min-width: 768px) {
    .cw-believe-cols {
        display: flex;
        align-items: center;
    }
    
    .cw-works-cols {
        display: flex;
    }

    .cw-works-right {
        padding: 0;
    }

    .cw-works-left h2 {
        font-size: 29px;
    }
    .cw-works-right h2 {
        font-size: 29px;
    }

    .cw-attend {
        padding: 3rem 0;
    }

    .cw-members-cols {
        display: flex;
    }
    .cw-mem-right {
        padding: 0;
    }
    .cw-youth {
        padding: 3rem 0;
    }

    .cw-viz-dets {
        flex-direction: row-reverse;
    }

    .cw-app-now {
        padding: 3rem 0;
    }

    .page-home .cw-footer-quote {
        padding: 2rem 0;
    }
    .page-home .cw-footer-quote h2 span {
        font-size: 32px;
    }

    .cw-footer-quote {
        padding: 2rem 0;
    }
    .cw-footer-quote h2 span {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .cw-top-divi .svg-divider {
        bottom: 223.8rem;
    }
    .cw-bttm-divi .svg-divider {
        bottom: 151.2rem;
    }
    .cw-viztop-divi .svg-divider {
        bottom: 73.5rem;
    }
    .cw-vizbttm-divi .svg-divider {
        bottom: 43.4rem;
    }
    .cw-footertop-divi .svg-divider {
        bottom: 27.75rem;
    }
}
@media (min-width: 1160px) {
    .cw-top-divi .svg-divider {
        bottom: 219.3rem;
    }
    .cw-bttm-divi .svg-divider {
        bottom: 146.6rem;
    }
    .cw-viztop-divi .svg-divider {
        bottom: 68.9rem;
    }
    .cw-vizbttm-divi .svg-divider {
        bottom: 38.9rem;
    }
    .cw-footertop-divi .svg-divider {
        bottom: 21rem;
    }
    .page-home .cw-footer-quote h2 span {
        font-size: 31px;
    }
}
@media (min-width: 1200px) {
    .cw-top-divi .svg-divider {
        bottom: 225.3rem;
    }
    .cw-bttm-divi .svg-divider {
        bottom: 148.2rem;
    }
    .cw-viztop-divi .svg-divider {
        bottom: 70.6rem;
    }
    .cw-vizbttm-divi .svg-divider {
        bottom: 37.5rem;
    }
    .cw-footertop-divi .svg-divider {
        bottom: 21.3rem;
    }
    .page-home .cw-footer-quote h2 span {
        font-size: 35px;
        line-height: .8em;
    }
    .cw-footer-quote h2 span {
        font-size: 35px;
        line-height: .8em;
    }
}
@media (min-width: 1800px) {
    .cw-top-divi .svg-divider {
        bottom: 227.3rem;
    }
    .cw-bttm-divi .svg-divider {
        bottom: 150.3rem;
    }
    .cw-viztop-divi .svg-divider {
        bottom: 72.6rem;
    }
    .cw-vizbttm-divi .svg-divider {
        bottom: 39.5rem;
    }
    .cw-app-now {
        padding: 3rem 0 5rem;
    }
}





/*===================================================================================================
    Internal Pages - Titles
===================================================================================================*/

.ahi-title {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ahi-title .pg-title {
    margin-top: 15px;
}

.ahi-title .pg-title::after {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/1924B4E41BD15127AD9C0930B40A24EC/1924B4E41BD15127AD9C0930B40A24EC.jpg?size=800x600");
    }
}

@media(min-width: 768px) {
    .ahi-title-services {
        background-image: url("https://apihoard.webit.com/api/v1/Image/1924B4E41BD15127AD9C0930B40A24EC/1924B4E41BD15127AD9C0930B40A24EC.jpg?size=1280x960");
    }
}

@media(min-width: 1400px) {
    .ahi-title-services {
        background-position: 50% 0%;
    }
}
@media(min-width: 1800px) {
    .ahi-title-services {
        background-position: 50% 5%;
    }
}

.ahi-title::after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.ahi-title .container {
    position: relative;
    z-index: 2;
}

@media(max-width: 767px) {
    .ahi-title {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}


/*===================================================================================================
    Internal Pages - About & Services
===================================================================================================*/

section:not(.page-home)h2 {
    font-size: 2.25rem;
    line-height: 1em;
}

.page-about h4 span {
    font-weight: 800;
    font-size: 25px;
}

.cw-believe {
    padding: 0 1rem;
}

@media (min-width: 768px) {
    section:not(.page-home) h2 {
        font-size: 2.5rem;
    }
    .page-about h4 span {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .cw-believe {
        padding: 0 3rem;
    }
    .page-about .cw-footertop-divi .svg-divider {
        bottom: 28.3rem;
    }
}
@media (min-width: 1160px) {
    .cw-believe {
        padding: 0 3rem 5rem !important;
    }
    .page-about .cw-footertop-divi .svg-divider {
        bottom: 23.7rem;
    }
}
@media (min-width: 1200px) {
    .page-about .cw-footertop-divi .svg-divider {
        bottom: 21.2rem;
    }
}

/*-----------------------------------------------------------------------*/

.cw-works-quote {
    text-align: center;
}

@media (min-width: 1160px) {
    .cw-works-1 {
        display: flex;
        justify-content: flex-end;
    }
    .cw-works-2 {
        display: flex;
        justify-content: center;
    }
    .page-how-it-works .cw-footertop-divi .svg-divider {
        bottom: 23.7rem;
    }
}
@media (min-width: 1200px) {
    .page-how-it-works .cw-footertop-divi .svg-divider {
        bottom: 21.3rem;
    }
}


/*---------------------------------------------------------------------------*/

.cw-attend-2 {
    padding-top: 4rem;
}
.cw-mem-2, .cw-mem-3 {
    padding-top: 4rem;
}
.cw-vision {
    padding-bottom: 2rem;
}
.cw-vision-quote {
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .cw-attend-1 p {
        margin-bottom: 1.75rem;
    }
    .cw-attend-2 {
        padding-top: 0;
    }
    .cw-mem-2, .cw-mem-3 {
        padding-top: 0;
    }
    .cw-mem-3 ul {
        margin-bottom: 7rem !important;
    }
    .cw-vision {
        padding-bottom: 5rem;
    }
    .page-attend-a-dinner .cw-footertop-divi .svg-divider {
        bottom: 28.3rem;
    }
}
@media (min-width: 992px) {
    .cw-mem-1 ul {
        margin-bottom: 2.5rem;
    }
    .cw-mem-3 ul {
        margin-bottom: 5.5rem !important;
    }
    .page-attend-a-dinner .cw-footertop-divi .svg-divider {
        bottom: 27.9rem;
    }
}
@media (min-width: 1160px) {
    .page-attend-a-dinner .cw-footertop-divi .svg-divider {
        bottom: 23.4rem;
    }
}
@media (min-width: 1200px) {
    .cw-attend-1 p {
        margin-bottom: 1rem;
    }
    .cw-mem-1 ul {
        margin-bottom: 1rem;
    }
    .cw-mem-3 ul {
        margin-bottom: 4rem !important;
    }
    .page-attend-a-dinner .cw-footertop-divi .svg-divider {
        bottom: 21.2rem;
    }
}

/*----------------------------------------------------------------------*/

.cw-stewey-dets {
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .cw-stewey {
        padding-bottom: 4rem;
    }
    .page-steward-membership .cw-footertop-divi .svg-divider {
        bottom: 28.9rem;
    }
}
@media (min-width: 992px) {
    .page-steward-membership .cw-footertop-divi .svg-divider {
        bottom: 26.4rem;
    }
}
@media (min-width: 1160px) {
    .page-steward-membership .cw-footertop-divi .svg-divider {
        bottom: 21.9rem;
    }
}

/*--------------------------------------------------------------------------*/

@media (min-width: 1160px) {
    .page-apply-now .cw-footertop-divi .svg-divider {
        bottom: 23.5rem;
    }
}
@media (min-width: 1200px) {
    .page-apply-now .cw-footertop-divi .svg-divider {
        bottom: 21.3rem;
    }
}

/*-------------------------------------------------------------------------*/

.page-contact .contact-details-info span {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
}
@media (min-width: 768px) {
    .page-contact h2 {
        font-size: .95em !important;
    }
    .page-contact .cw-footertop-divi .svg-divider {
        bottom: 27.4rem;
    }
}
@media (min-width: 992px) {
    .page-contact .cw-footertop-divi .svg-divider {
        bottom: 27.3rem;
    }
}
@media (min-width: 1160px) {
    .page-contact .cw-footertop-divi .svg-divider {
        bottom: 22.5rem;
    }
}
@media (min-width: 1200px) {
    .page-contact .cw-footertop-divi .svg-divider {
        bottom: 20.5rem;
    }
}
