.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-blockcontainer {
    /* max-width: 940px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.index-slide {
    display: none;
}

#bgndVideo {
    z-index: 0;
    width: 100%;
    Height: 100%;
    position: absolute;
    align-items: center;
    flex-direction: column;
    display: flex;
    top: 0;
}

.event-date {
    white-space: nowrap;
    padding: 20px;
    max-width: 130px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .event-date {
        white-space: nowrap;
        padding: 10px;
        max-width: 130px;
        color: #fff;
    }

    .w-layout-blockcontainer {
        max-width: 728px;
    }

    .col-sm-12,
    .col-md-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: rgba(12, 21, 47, .6);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
}

a,
a:link,
a svg,
.body-content a,
.section a {
    color: #72c6dc;
}

.section a:focus,
.section a:hover,
div a:hover,
a svg:hover {
    color: #aaca54;
    text-decoration: none;
}

h3 {
    color: #555;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}

h4 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

p {
    color: #373737;
    margin-bottom: 15px;
}

.item-tittle {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: color .4s;
}

.item-tittle:hover {
    color: #a2d9e7;
}

.wrapper-pages {
    overflow: hidden;
}

@media screen and (min-width: 991px) {
    .hero-section .n2-padding,
    .hero-section .n2-ss-align,
    .hero-section .n2-section-smartslider,
    .hero-section .n2-ss-slider {
        height: 100%;
    }
}

.hero-section {
    height: 95vh;
    min-height: 50vh;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(219, 219, 219, .1);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding-top: 0%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-section.page-layout {
    height: auto;
    min-height: 480px;
    max-height: 50vh;
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 50%);
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-section h1,
.page-hero-block h1 {
    font-weight: 300;
}

.page-campus {
    height: auto;
    min-height: 700px;
    max-height: 75vh;
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 40%);
    background-position: 0 0, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 270px;
    padding-bottom: 250px;
    display: flex;
    position: relative;
    overflow: 600px;
}

.nav-flex .nav-link {
    opacity: 1;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 20px;
    padding: 21px 20px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.nav-link:hover {
    opacity: 1;
    color: #aaca54;
}

.nav-link.w--current {
    color: #a2d9e7;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.heading.left {
    text-align: left;
}

.items-content {
    z-index: 200;
    text-align: left;
    background-color: #fff;
    border-bottom: 0 rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.left-block {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.left-block.hero {
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.section {
    border-top: 1px #ebebeb;
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    font-weight: 500;
    position: relative;
}

.section-nopadding {
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    position: relative;
}

.section.collections {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top-style: none;
    padding: 120px 20px;
    position: relative;
}

.section.footer-section {
    color: #fff;
    background-color: #143055;
    padding-bottom: 0;
    line-height: 24px;
    position: relative;
}

.section.newslatter {
    border-top-style: none;
    padding-bottom: 100px;
    position: relative;
}

.section.gray {
    background-color: #f8f8f8;
}

.section.gray.testimonials {
    position: relative;
}

.section.cta {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .89) 13%, rgba(255, 255, 255, 0) 57%), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.section.sale-section {
    color: rgba(0, 0, 0, 0);
    padding-top: 220px;
    position: relative;
}

.section.sale-section.about {
    padding-bottom: 0;
}

.section.collection {
    border-top-style: none;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section.light-grey {
    background-color: #f8f6f4;
}

.brand {
    float: none;
    color: #000;
    text-align: left;
    margin-top: -4px;
    font-weight: 700;
    display: block;
}

.brand.w--current {
    float: left;
    margin-top: -4px;
}

.brand.footer {
    margin-bottom: 20px;
}

.items-price {
    color: #000;
    margin-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.nav-flex {
    height: 70px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.section-content-tittle {
    color: #000;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-content-tittle.no-bottom-padding {
    margin-bottom: 0;
}

.nav-menu {
    z-index: 3;
    opacity: 1;
    display: block;
}

.vertical-category {
    color: #ede9d5;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
    top: 50%;
    left: auto;
    right: 0%;
}

.subscribe-form-block {
    margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
    width: 500px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.top-text {
    color: #aaca54;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #aaca54;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.top-text.left,
.top-text.cta {
    text-align: left;
}

.top-text.hero {
    margin-bottom: -20px;
}

.link-block-flex {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    z-index: 500;
}

@media (min-width: 1800px){
    .hero-section .container,
    .page-campus .container {
        width: 1600px;
    }
}

.container {
    z-index: 50;
    width: 1400px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
}

.container.about-section {
    padding-left: 0;
    padding-right: 0;
}

.container a {
    color: #72c6dc;
}

.container a:hover {
    color: #aaca54;
}

.container a.fc-day-grid-event {
    color: #fff;
}

.footer-subscribe {
    width: 64%;
    height: 45px;
    float: left;
    color: #6c6c6c;
    background-color: rgba(219, 219, 219, .1);
    background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
    background-position: 9px 57%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-style: solid;
    border-color: #ebebeb;
    border-bottom-width: 1px;
    margin-right: 2px;
    padding-left: 40px;
    font-size: 13px;
    line-height: 23px;
    display: inline-block;
}

.footer-subscribe.email {
    width: 94%;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.subscribe-button {
    width: 35%;
    height: 45px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    background-color: #000;
    border-radius: 0;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    transition: all .4s;
}

.subscribe-button:hover {
    background-color: #a2d9e7;
}

.top-padding {
    padding-top: 20px;
    display: flex;
}

.footer-content-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.footer-content-block.padding {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.section-image-newsletter {
    width: 80px;
    height: 80px;
    background-color: #ebb96a;
    background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 38px;
    border-radius: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.links-category {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .4s;
    display: flex;
}

.links-category:hover {
    color: #000;
    text-decoration: none;
}

.links-category.w--current {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    text-decoration: none;
}

.economic-impact-block {
    width: 100%;
    margin-top: 100px;
}

.button {
    height: auto;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px #fff;
    border-radius: 0;
    margin-right: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    transition: all .4s;
}

.button:hover {
    opacity: 1;
    color: #fff;
    background-color: #a2d9e7;
    border: 0 rgba(0, 0, 0, 0);
    font-weight: 400;
    transform: translate(0, -1px);
}

.button.dark,
input[type="submit"] {
    color: #fff;
    background-color: #72c6dc;
    border-style: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    font-family: Poppins, sans-serif;
    line-height: 22px;
    clear: both;
    margin-top: 20px;
    display: inline-block;
}

a.button svg {
    color: #fff;
}

.button.dark:hover {
    color: #fff;
    background-color: #aaca54;
    transform: translate(0, -6px);
}

.button.dark.center {
    text-align: center;
    display: block;
}

.button.dark.black {
    height: auto;
    background-color: #000;
}

.button.dark.black:hover {
    background-color: #a2d9e7;
}

.button.black {
    height: 38px;
    color: #fff;
    background-color: #000;
    font-family: Poppins, sans-serif;
}

.button.black:hover {
    background-color: #a2d9e7;
}

.product-page-image {
    width: 100%;
    height: 700px;
    text-align: center;
    background-image: url('../images/oriento-663905-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.list-item {
    align-items: center;
    padding-top: 10px;
    display: flex;
}

.category-content {
    margin-top: 20px;
}

.link-category {
    color: rgba(12, 21, 47, .6);
    margin-left: 5px;
    font-size: 15px;
    text-decoration: none;
    transition: color .4s;
}

.link-category:hover {
    color: #000;
}

.price-text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.category-item {
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.product-info {
    color: #000;
    text-align: left;
    padding: 0 40px;
}

.tittle-plock {
    margin-bottom: 20px;
}

.tittle {
    color: rgba(12, 21, 47, .6);
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
}

.tittle.tab-tittle {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.wp-page-title {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    line-height: 54px;
}

.wp-page-title.big {
    color: #fff;
    margin-top: 10px;
    font-family: Poppins, sans-serif;
    font-size: 37px;
    line-height: 50px;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
}

.tab-block {
    width: 240px;
    height: 240px;
    background-color: #ebb96a;
    border: 30px solid rgba(0, 0, 0, .05);
    border-radius: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    text-decoration: none;
    transition: box-shadow .5s;
    display: flex;
}

.tab-block:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.section-title {
    color: #143055;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.section-title-colorful {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 30px auto;
    background: linear-gradient(to right, #143055, #72c6dc, #aaca54);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    width: fit-content;
    height: fit-content;
}

.section-title.cta {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
}

.facility-title {
    color: #000;
    text-align: center;
    margin-top: 15px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.history-paragraph {
    color: #6c6c6c;
    text-align: left;
    margin-top: 20px;
    line-height: 24px;
}

.about-column {
    padding-left: 0;
    padding-right: 0;
}

.link-2 {
    color: #000;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    transition: all .4s;
}

.link-2:hover {
    opacity: 1;
    color: #a2d9e7;
    text-decoration: underline;
}

.link-2._2 {
    color: #000;
    margin-right: 2px;
    text-decoration: none;
}

.sub-footer {
    background-color: rgba(219, 219, 219, .1);
    padding-top: 15px;
    padding-bottom: 40px;
    color: #999;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}

.sub-footer.no-padding {
    margin-top: 0;
}

.right-footertext {
    text-align: right;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
}

.right-footertext.center {
    text-align: center;
    display: inline-block;
}

.container-2 {
    z-index: 1;
    width: 1200px;
    height: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
}

.social-icon-div {
    text-align: center;
    padding-top: 20px;
}

.social-icon-div.no-padding {
    padding-top: 0;
}

.social-icon-div.no-padding.more-left {
    margin-left: 5px;
}

.social-wrapper-div {
    width: 32px;
    height: 32px;
    opacity: .6;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/facebook-logo-Black.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .4s;
}

.social-wrapper-div:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-color: #a2d9e7;
}

.social-wrapper-div.twitter {
    background-image: url('../images/twitter-logo-silhouette-black.svg');
    background-size: 16px;
}

.social-wrapper-div.twitter:hover {
    border-color: #aaca54;
}

.social-wrapper-div.google {
    opacity: .52;
    background-image: url('../images/google-plus-Black.svg');
    background-size: 16px;
}

.social-wrapper-div.google:hover {
    opacity: 1;
    border-color: #a2d9e7;
}

.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.columns {
    justify-content: center;
    align-items: center;
    display: flex;
}

.col-detail {
    font-size: .9em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.related-block {
    color: #000;
    margin-top: 0;
}

section h2,
.section h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #333;
}

.cta-button-block {
    justify-content: flex-end;
    margin-top: 20px;
    display: flex;
}

.cta-row {
    justify-content: center;
    align-items: center;
    display: flex;
}

.different-font {
    color: #a2d9e7;
    -webkit-text-stroke-color: #a2d9e7;
    font-family: Playfair Display, sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 68px;
    position: relative;
}

.color-block {
    width: 500px;
    height: 220px;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.info-sale-block {
    width: 70%;
    text-align: left;
}

.sale-tittle {
    text-align: left;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.sale-tittle.contact {
    margin-top: 0;
}

.sale-tittle.related {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}

.sale-tittle.product {
    font-size: 30px;
    line-height: 40px;
}

.detail-paragraph {
    text-align: left;
}

.detail-paragraph.subpage {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 24px;
    width: 60%;
    text-shadow: 0px 0px 15px rgba(0,0,0, 0.5);
}

.button-link {
    color: #000;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all .4s;
}

.button-link:hover {
    text-decoration: underline;
}

.button-link.product {
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    display: inline-block;
}

.row-padding {
    margin-bottom: 220px;
}

.footer-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
}

.about-pompeo-text {
    width: 75%;
    font-family: Poppins, sans-serif;
    line-height: 24px;
}

.about-pompeo-text.center {
    text-align: center;
}

.checkbox {
    float: none;
    margin-top: 40px;
    margin-bottom: 28px;
    display: block;
}

.checkbox-2 {
    float: none;
    color: #fff;
    background-color: #8534ff;
    margin-top: 2px;
    margin-right: 10px;
    font-size: 16px;
}

.subscribe-text-field {
    color: #a1a1a1;
    font-family: Poppins, sans-serif;
}

.div-info-wrapper {
    margin-top: 90px;
}

.div-column-left {
    width: 90%;
    float: left;
}

.div-column-right {
    width: 90%;
    float: right;
}

.image-2 {
    position: relative;
    top: 19px;
    left: 53px;
}

.image-3 {
    position: relative;
    top: 21px;
    right: 119px;
}

.team-wrapper {
    width: 96%;
    text-align: center;
    background-color: #fff;
    border: 1px #eaf0fd;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: block;
}

.image-team-div {
    width: 90px;
    height: 90px;
    background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 100px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-team-div._2 {
    background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
    background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
    color: #1f2532;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 600;
}

.icon-tittle.color {
    color: #1f2532;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.icon-tittle.position {
    width: 120px;
    color: #a1a1a1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin: 0 auto 20px;
    font-size: 10px;
    font-weight: 500;
    display: block;
}

.contact-div-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-info {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.form-block-2 {
    height: 560px;
    background-color: #fff;
    padding: 60px;
}

.button-2 {
    width: 185px;
    color: #fff;
    background-color: #aaca54;
    border: 1px #0675ec;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    text-decoration: none;
    transition: background-color .4s;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-2:hover {
    color: #fff;
    background-color: #aaca54;
    border-width: 0;
    border-color: #000;
}

.button-2.contact {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #a2d9e7;
    border-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.button-2.contact:hover {
    background-color: #aaca54;
}

.center-button-block,
.left-form {
    text-align: left;
}

.text-field-3 {
    height: 42px;
    float: none;
    border-radius: 3px;
    margin-bottom: 12px;
    display: inline-block;
}

.text-field-3.contact-form {
    font-size: 13px;
    line-height: 18px;
}

.text-field-3.contact-form.gray {
    width: 94%;
    height: 45px;
    background-color: rgba(219, 219, 219, .1);
    background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
    background-position: 7px 48%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.error-message-2 {
    color: #fff;
    text-align: center;
    background-color: red;
    border-radius: 0;
    padding: 20px;
    font-family: Poppins, sans-serif;
    line-height: 24px;
}

.contact-form.message.gray {
    width: 98%;
    min-height: 170px;
    background-color: rgba(219, 219, 219, .1);
    background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 23px;
    border: 1px solid #ebebeb;
    margin-bottom: 24px;
    padding-left: 40px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.field-label-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.field-label-2.contact-us-field {
    color: #3f3f3f;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
}

.field-label-2.contact-us-field.gray {
    color: #3f3f3f;
    font-weight: 700;
}

.success-message {
    color: #fff;
    text-align: center;
    background-color: #34cf2c;
    border-radius: 0;
    font-family: Poppins, sans-serif;
    line-height: 24px;
}

.map {
    height: 440px;
}

.map-wrapper {
    height: auto;
    background-color: #fff;
    border-right: 1px solid #ebebeb;
    padding: 60px;
}

.info-contact-row {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.image-div {
    width: auto;
    height: 200px;
    background-image: url('../images/alisher-sharip-117976-unsplash-p-3200.jpeg');
    background-position: 0 51%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

.columns-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.divider {
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 80px;
    margin-bottom: 80px;
}

.bold-text-3 {
    font-weight: 500;
}

.category-list-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-div-2 {
    width: 100px;
    height: 100px;
    background-image: url('../images/36245.jpg');
    background-position: 50%;
    background-size: cover;
}

.image-div-2.second {
    background-image: url('../images/524.jpg');
}

.cta-text {
    width: 80%;
    margin-top: 10px;
    font-size: 16px;
}

.text-span {
    color: #a2d9e7;
    font-weight: 600;
    text-decoration: underline;
}

.sticky-navbar {
    z-index: 1000;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: rgba(20, 48, 85, .85);
    border-bottom: 0 rgba(255, 255, 255, .11);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

/* .container-3 {
    z-index: 10;
    max-width: 95%;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
} */
.success-message-2 {
    color: #fff;
    background-color: #1cd814;
    font-weight: 500;
}

.error-message {
    color: #fff;
    background-color: #a2d9e7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.items-wrapper {
    border-bottom: 1px solid #ede9d5;
    margin-bottom: 20px;
}

.items-wrapper:hover {
    border-bottom-color: #a2d9e7;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.project-image {
    width: 100%;
}

.item-overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    background-image: radial-gradient(circle farthest-side at 35% 50%, rgba(0, 0, 0, .50), rgba(0, 0, 0, 0) 60%);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.list-item-2,
.list-item-3 {
    border-bottom: 1px solid rgba(220, 220, 220, .25);
}

.error-state {
    color: #a2d9e7;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.center-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
}

.page-hero-block {
    z-index: 1;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
}

.center {
    text-align: center;
}

.image-4 {
    opacity: 1;
    margin-right: 5px;
}

.image-4:hover {
    opacity: 1;
}

.text-block {
    color: #858585;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.text-block:hover {
    color: #a2d9e7;
}

.tittle-product {
    color: #4d4d4d;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.required {
    color: #858585;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.field-label {
    color: #4d4d4d;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.country {
    color: #000;
    font-family: Poppins, sans-serif;
}

.shipping-tittle {
    color: #4d4d4d;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.total {
    color: #000;
    font-family: Poppins, sans-serif;
}

.line-item {
    color: #6c6c6c;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.div-block {
    flex-basis: 320px;
}

.block-header {
    background-color: rgba(219, 219, 219, .1);
    border-color: #fff;
}

.text-block-2 {
    color: #4d4d4d;
}

.page-hero-block-2 {
    z-index: 1;
    width: 50%;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: relative;
}

.logo-icon {
    margin-right: 20px;
}

.div-block-2 {
    align-items: flex-start;
}

.remove-button-2 {
    text-decoration: none;
}

.hero-div {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.hero-div.small {
    width: 1000px;
    max-width: 100%;
    margin-right: 0%;
}

.hero-image {
    width: 1000px;
    height: 500px;
    background-image: url('../images/Untitled-2d2-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 800px;
    margin-left: -196px;
}

.hero-image-div {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.discount {
    border-top-style: none;
    margin-bottom: 20px;
}

.button-youtube {
    transition: all .4s;
    display: inline-block;
}

.button-youtube:hover {
    transform: translate(0, -7px);
    cursor: pointer;
}

.link-3 {
    color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    display: flex;
    position: static;
}

.container-4 {
    width: 100%;
    height: 30px;
    max-width: 100%;
    background-color: #143055;
}

.icon-3 {
    color: #a2d9e7;
    margin-right: 0;
}

ul.extralinkblock li a {
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0;
}

.nav-align .extralinkblock {
    margin: 0;
    padding-left: 10px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    position: relative;
}

.nav-align ul.extralinkblock li {
    list-style: none;
    margin: 5px 10px;
}

.topnaviblock {
    width: 850px;
    height: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    position: relative;
    top: auto;
}

.topnavi {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
}

a.topnavi:hover {
    text-decoration: none;
    color: #a2d9e7;
}

.div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
}

.gwccblock {
    height: 350px;
    background-image: url('../images/GWCC.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.park-block {
    height: 350px;
    background-image: url('../images/Park2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.stadium-blcok {
    height: 350px;
    background-image: url('../images/Benz.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hotel-block {
    height: 350px;
    background-image: url('../images/hotelheader.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.scc-block {
    height: 350px;
    background-image: url('../images/night-view.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.facility-paragraph {
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
}

.div-block-4 {
    height: 200px;
    grid-column-gap: 16px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.image-5,
.image-6,
.image-7 {
    width: 100%;
    height: 100%;
}

.facility-grid {
    width: 100%;
    height: 300px;
    max-height: 100%;
    max-width: none;
    min-height: 300px;
    object-fit: cover;
}

.grid {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-5 {
    margin-top: 0;
    margin-bottom: 0;
}

.grid-2 {
    width: 1050px;
    max-width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr .4fr 2fr;
    display: grid;
    column-gap: 50px;
}

.bold-text-4 {
    font-weight: 300;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-4 {
    font-weight: 400;
}

.bold-text-5 {
    font-size: 30px;
    line-height: 35px;
}

.economic-impact-icon {
    width: 120px;
    -webkit-text-stroke-color: #aaca54;
    margin-left: auto;
    margin-right: auto;
}

.image-8 {
    margin-bottom: 20px;
}

.footer-links {
    text-align: left;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 20px;
}

.footer-links.large {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    line-height: 35px;
}

.footer-links.footer-large {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.footer-links.small {
    font-size: 11px;
}

.subfooter-title {
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}

.subfooter-text {
    margin: 10px 0;
}

.grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-section-line {
    text-align: left;
    border-right: .5px solid #a2d9e7;
}

.div-block-6 {
    border-right: 1px solid #000;
}

.list {
    padding-left: 30px;
}

.list.facilitylist,
.list-2 {
    text-align: left;
}

.list-2 li {
    margin: 4px 0;
}

.list-2 li a {
    color: #a2d9e7;
}

.menulist {
    text-align: left;
    text-transform: uppercase;
    margin-left: 30px;
}

.footer-faciity-list {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
}

.columns-4 {
    margin-bottom: 22px;
}

.div-block-8 {
    margin-top: -10px;
}

.social-btn {
    margin: 20px 0;
    display: block;
}

.social-icons-footer {
    display: none;
}

.hero-section a {
    color: #fff;
}

.hero-section container .left-block h1 {
    font-weight: 800;
}

@media screen and (max-width: 991px) {
    .social-btn {
        display: none;
    }

    .social-icons-footer {
        display: block;
    }

    .hero-section {
        width: 100%;
        height: 550px;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: cover;
        display: flex;
        position: relative;
        overflow: hidden;
    }

    .hero-section.page-layout {
        height: auto;
        background-color: rgba(12, 21, 47, .6);
        background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 51%);
        background-position: 0 0, 0;
        background-repeat: repeat, no-repeat;
        background-size: cover;
        padding: 140px 8px 100px;
    }

    .hero-section.page-layout.shop {
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to right, #f8f6f4 31%, rgba(255, 255, 255, .55));
        background-position: 0 0, 50% 59%;
        background-repeat: repeat, no-repeat;
        background-size: cover;
    }

    .nav-flex .nav-link {
        width: 100%;
        max-width: 100%;
        color: #000;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px #dcdcdc;
    }

    .left-block {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        display: block;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section.collections {
        border-top-width: 0;
        padding-top: 60px;
    }

    .section.footer-section {
        padding-left: 0;
        padding-right: 0;
    }

    .section.cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brand {
        padding-left: 14px;
    }

    .brand.w--current {
        margin-top: 0;
    }

    .brand.footer {
        padding-left: 0;
    }

    .nav-menu {
        width: 80%;
        background-color: #143055;
        justify-content: center;
        align-items: center;
        padding: 0;
        display: flex;
        top: 90px;
        overflow: visible;
    }

    .vertical-category {
        display: none;
        top: 30%;
        left: -60px;
    }

    .vertical-category.right {
        top: 30%;
        right: -10%;
    }

    .icon-2,
    .icon-2:hover {
        color: #a2d9e7;
    }

    .top-text.hero {
        text-align: left;
        margin-bottom: -10px;
    }

    .link-block-flex {
        flex-direction: row;
    }

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

    .footer-content-block {
        text-align: left;
        margin-bottom: 0;
    }

    .footer-content-block.padding {
        margin-bottom: 100px;
    }

    .product-info {
        margin-top: 80px;
        padding-left: 0;
    }

    .wp-page-title {
        color: #fff;
        margin-top: 0;
    }

    .wp-page-title.big {
        width: 70%;
        color: #fff;
        text-align: center;
    }

    .paragraph.main {
        width: 45%;
        text-align: center;
    }

    .tab-block {
        width: 200px;
        height: 200px;
        margin-left: 0;
        margin-right: 0;
    }

    .section-title {
        margin-top: 10px;
    }

    .sub-footer {
        margin-top: 0;
    }

    .right-footertext {
        text-align: right;
    }

    .container-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .columns {
        display: block;
    }

    .cta-button-block {
        justify-content: flex-start;
    }

    .color-block {
        width: auto;
    }

    .detail-paragraph.subpage {
        color: #fff;
    }

    .team-wrapper {
        width: 96%;
    }

    .button-2:hover {
        background-color: #aaca54;
    }

    .info-contact-row,
    .category-list-wrapper {
        width: 100%;
    }

    .sticky-navbar {
        padding: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .container-3 {
        max-width: 100%;
        background-color: rgba(20, 48, 85, 0);
        position: relative;
    }

    .menu-button {
        background-color: rgba(0, 0, 0, 0);
        padding: 10px;
        font-size: 40px;
    }

    .menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .item-overlay {
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: fill;
        display: block;
        overflow: hidden;
    }

    .page-hero-block {
        width: 66.66%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        margin-right: 33.33%;
        padding-left: 69px;
        padding-right: 9px;
        display: block;
    }

    .div-block.right {
        width: 100%;
    }

    .left-div-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .page-hero-block-2 {
        width: 66.66%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        margin-right: 33.33%;
        padding-left: 9px;
        padding-right: 9px;
        display: block;
    }

    .hero-div.small {
        width: 100%;
        align-items: center;
        margin-top: 20%;
        text-align: center;
    }

    .hero-div .link-3,
    .hero-div .link-3 img,
    .hero-div .link-3 .video-text {
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    .hero-div .link-3 .video-text {
        padding-left: 0;
        margin-top: 5px;
    }

    .hero-image {
        width: 100%;
        background-size: 700px;
        margin-left: 0;
    }

    .hero-image-div {
        width: 100%;
    }

    .topnavi {
        margin-left: 10px;
        margin-right: 10px;
    }

    .div-block-3 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .facility-paragraph {
        margin-bottom: 40px;
        font-weight: 300;
    }

    .grid {
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-2 {
        width: 90%;
        grid-column-gap: 30px;
        grid-row-gap: 63px;
        grid-template-rows: auto auto;
        grid-template-columns: 2fr .75fr 3.5fr;
    }

    .footer-links.small {
        line-height: 17px;
    }

    .footer-section-line {
        border-left: 1px solid #a2d9e7;
        border-right-style: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-faciity-list {
        line-height: 20px;
    }

    .div-block-7 {
        padding-left: 10px;
    }
}

.hidden-md-up {
    display: none;
}

.hidden-sm-down {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .mb-wide {
        min-width: 100% !important;
    }

    .facility-grid {
        min-height: 180px;
        height: 180px;
    }

    .hero-section {
        height: 500px;
        background-size: cover;
    }

    .hero-section.page-layout {
        height: auto;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 41%);
        background-position: 0 0, 0;
        background-repeat: repeat, no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-section.page-layout.shop {
        height: auto;
        padding-top: 110px;
    }

    .left-block {
        margin-bottom: 60px;
    }

    .section.collections {
        padding-top: 40px;
    }

    .section.cta {
        background-image: linear-gradient(to right, #ede9d5 44%, rgba(255, 255, 255, 0)), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
        background-position: 0 0, 50% 33%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

    .section-content-tittle {
        margin-bottom: 40px;
    }

    .vertical-category {
        display: none;
    }

    .container {
        height: auto;
    }

    .footer-content-block {
        margin-bottom: 60px;
    }

    .footer-content-block.padding {
        margin-bottom: 0;
    }

    .button {
        text-align: center;
    }

    .wp-page-title.big {
        width: 80%;
        font-size: 30px;
        line-height: 40px;
    }

    .paragraph.main {
        width: 45%;
    }

    .tab-block {
        margin-bottom: 30px;
    }

    .sub-footer {
        margin-top: 20px;
    }

    .right-footertext {
        text-align: center;
        flex: 1;
    }

    .container-2 {
        height: auto;
    }

    .cta-button-block {
        justify-content: flex-start;
        margin-top: 0;
    }

    .cta-row {
        display: block;
    }

    .row-padding {
        margin-bottom: 90px;
    }

    .div-info-wrapper {
        margin-top: 60px;
    }

    .div-column-left {
        margin-bottom: 40px;
    }

    .div-column-right {
        float: none;
        margin-top: 30px;
    }

    .team-wrapper {
        margin-bottom: 20px;
    }

    .form-block-2 {
        height: auto;
    }

    .column {
        margin-top: 150px;
        margin-bottom: 0;
    }

    .columns-3 {
        flex-direction: column-reverse;
        display: flex;
    }

    .menu-button {
        font-size: 30px;
    }

    .item-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .page-hero-block {
        width: 75%;
        margin-bottom: 0;
        margin-right: 25%;
    }

    .text-block {
        text-decoration: none;
    }

    .paypal {
        height: 35px;
        padding-left: 0;
        padding-right: 0;
    }

    .apple-pay {
        height: 35px;
    }

    .page-hero-block-2 {
        width: 75%;
        margin-bottom: 0;
        margin-right: 25%;
    }

    .remove-button-2 {
        text-decoration: none;
    }

    .hero-image {
        height: 400px;
        background-size: 500px;
    }

    .container-4 {
        height: 0;
    }

    .topnaviblock {
        height: 0%;
        padding-top: 0;
        display: none;
    }

    .facility-paragraph {
        margin-bottom: 40px;
    }

    .grid {
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .grid-2 {
        width: 80%;
        grid-column-gap: 7px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 2.75fr .5fr;
        text-align: left;
    }

    .image-8 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer-links.small {
        font-size: 11px;
    }

    .footer-section-line {
        border-left-style: none;
        padding-right: 0;
    }

    .image-9 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .div-block-8 {
        width: 100%;
        text-align: center;
        border-right: 1px solid #a2d9e7;
    }

    .social-btn {
        height: 40px;
        padding-bottom: 0;
        padding-right: 0;
        font-size: .9em;
    }

    .div-block-9 {
        padding-left: 40px;
    }
}

@media screen and (max-width: 479px) {
    .hero-section {
        height: 450px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .hero-section.page-layout {
        height: auto;
        background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 59%);
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-section.page-layout.shop {
        height: auto;
        padding-top: 80px;
    }

    .section.collections {
        padding-top: 20px;
    }

    .section.footer-section {
        padding-top: 40px;
    }

    .nav-flex {
        height: 80px;
    }

    .subscribe-form-block.section-newsletter {
        width: auto;
    }

    .container {
        height: auto;
    }

    .footer-subscribe {
        width: 100%;
        float: none;
    }

    .subscribe-button {
        width: 100%;
    }

    .top-padding {
        text-align: center;
        margin-top: 0px;
        display: block;
    }

    .button {
        margin-bottom: 10px;
    }

    .wp-page-title {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 40px;
    }

    .wp-page-title.big {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .paragraph.main {
        width: 100%;
    }

    .tab-block {
        margin-left: 0;
        margin-right: 0;
    }

    .section-title {
        margin-top: 0;
        font-size: 30px;
        line-height: 40px;
    }

    .sub-footer {
        margin-top: 20px;
    }

    .container-2 {
        height: auto;
    }

    .cta-button-block {
        justify-content: flex-start;
    }

    .cta-row {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .different-font {
        font-size: 48px;
        line-height: 58px;
    }

    .about-pompeo-text.center {
        width: 80%;
    }

    .image-2 {
        left: 83px;
    }

    .image-3 {
        right: 89px;
    }

    .team-wrapper {
        text-align: center;
    }

    .contact-div-wrapper {
        width: 100%;
    }

    .form-block-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button-2 {
        width: 100%;
    }

    .map-wrapper {
        padding: 29px;
    }

    .image-div-2 {
        width: 100px;
        flex: 0 auto;
    }

    .page-hero-block {
        width: 100%;
        margin-right: 0%;
    }

    .page-hero-block-2 {
        width: 100%;
        margin-right: 0%;
    }

    .logo-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .hero-image {
        height: 200px;
        background-size: 300px;
    }

    .button-youtube {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .link-3 {
        flex-direction: row;
    }

    .facility-paragraph {
        margin-bottom: 40px;
    }

    .grid {
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .grid-2 {
        width: 95%;
        grid-row-gap: 31px;
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 2.75fr;
        text-align: center;
    }

    .footer-section-line {
        background-color: rgba(0, 0, 0, .15);
        border-top: 1px #000;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .footer-links {
        text-align: center;
    }

    .list-2 {
        text-align: center;
    }

    .list-2 li {
        margin-bottom: 10px;
    }

    .footer-links.large {
        text-align: center;
        padding: 5px 0;
    }

    .footer-links. footer-large {
        text-align: center;
    }

    .list.facilitylist {
        text-align: center;
    }

    .div-block-8 {
        border-bottom: 1px #a2d9e7;
        border-right-style: none;
        padding-bottom: 0;
    }

    .div-block-9 {
        padding-left: 0px;
    }
}

#w-node-b1a07b8d-44f5-7201-9499-406fab0fbec2-fe36e6af,
#w-node-_71986ca9-465f-3053-8558-a5741fee4afc-fe36e6af,
#w-node-b36eee9f-8ff8-3055-1b66-ddf3feae10db-fe36e6af,
#w-node-c1fb46ae-9000-97fd-14f1-9e2c1cef99d6-fe36e6af,
#w-node-_250dec4b-d3da-f856-af50-29e388820bc1-fe36e6af,
#w-node-_4366782a-e2ce-5cf4-88c2-98395c66d163-fe36e6af,
#w-node-_0a21ff22-5cd3-51c8-a6d2-e923699cd6b7-fe36e6af,
#w-node-_1c0b8f28-fa68-adeb-405e-76c13aeeff8d-fe36e6af,
#w-node-_934e6f9f-e8f8-07fe-3655-fb6acfc8f229-fe36e6af,
#w-node-f5e8ab02-41c6-b098-ad55-d22849ab430f-fe36e6af,
#w-node-_712365d0-62d1-b140-9c17-a2425457256a-fe36e6af,
#w-node-_510ab65d-880f-2e9f-558a-f06ffce63385-fe36e6af {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d514b80b-847c-c4ec-a53a-b94dbead89e6-fe36e6af {
    grid-area: 1 / 4 / 2 / 5;
}

#w-node-f4e6b183-a4cc-54d9-57f5-4eeb5db85624-fe36e6af {
    grid-area: 1 / 5 / 2 / 6;
}

#w-node-dca6a229-7017-339c-edc0-6df7ed185e03-fe36e6af {
    grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6fe10f3b-501f-5596-cb4c-863eae985d64-fe36e6af,
#w-node-ca0296ce-707f-3f95-ef2f-d494b22d8f53-fe36e6af,
#w-node-_71263c67-3643-81e4-4fea-00f9363dcfff-fe36e6af,
#w-node-dfaf14f2-d20d-97b3-ece2-b70f00844da5-fe36e6af,
#w-node-_0c41f161-428f-b7d3-ce76-21982666978f-fe36e6af,
#w-node-_18dd1255-9479-016d-11e8-00d06825f0ef-fe36e6af,
#w-node-_2b2f0d46-e2e5-acc7-94ad-6fbbce409c3f-fe36e6af,
#w-node-_45856ea4-99ed-9655-99c4-f23901573e56-fe36e6af,
#w-node-_1d19604d-18d7-8d4d-6d8b-54dff1dc44ac-f55bd206,
#w-node-c3cc57b5-628e-f133-73ca-fee362ad897f-f55bd206,
#w-node-_660cf101-cffc-6ac5-6a18-263820b03109-f55bd206,
#w-node-fc8c1918-5c07-4da6-eec1-8c82152ca953-f55bd206,
#w-node-_84e7891c-5b33-6fe9-174b-155a6f08013f-f55bd206 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_4366782a-e2ce-5cf4-88c2-98395c66d163-fe36e6af {
        grid-area: 5 / 1 / 6 / 2;
    }

    #w-node-_0a21ff22-5cd3-51c8-a6d2-e923699cd6b7-fe36e6af {
        grid-area: 5 / 2 / 6 / 3;
    }

    #w-node-_1c0b8f28-fa68-adeb-405e-76c13aeeff8d-fe36e6af {
        grid-area: 3 / 1 / 4 / 2;
    }

    #w-node-_934e6f9f-e8f8-07fe-3655-fb6acfc8f229-fe36e6af {
        grid-area: 3 / 2 / 4 / 3;
    }

    #w-node-f5e8ab02-41c6-b098-ad55-d22849ab430f-fe36e6af {
        grid-area: 6 / 2 / 7 / 3;
    }

    #w-node-_712365d0-62d1-b140-9c17-a2425457256a-fe36e6af {
        grid-area: 3 / 3 / 4 / 4;
    }

    #w-node-_510ab65d-880f-2e9f-558a-f06ffce63385-fe36e6af {
        grid-area: 6 / 1 / 7 / 2;
    }

    #w-node-d514b80b-847c-c4ec-a53a-b94dbead89e6-fe36e6af {
        grid-area: 4 / 1 / 5 / 2;
    }

    #w-node-f4e6b183-a4cc-54d9-57f5-4eeb5db85624-fe36e6af {
        grid-area: 4 / 2 / 5 / 3;
    }

    #w-node-dca6a229-7017-339c-edc0-6df7ed185e03-fe36e6af {
        grid-area: 2 / 3 / 3 / 4;
    }
}

@media screen and (max-width: 767px) {
    #w-node-b36eee9f-8ff8-3055-1b66-ddf3feae10db-fe36e6af {
        grid-area: 4 / 1 / 5 / 2;
    }

    #w-node-_4366782a-e2ce-5cf4-88c2-98395c66d163-fe36e6af {
        grid-area: 5 / 2 / 6 / 3;
    }

    #w-node-_0a21ff22-5cd3-51c8-a6d2-e923699cd6b7-fe36e6af {
        grid-area: 8 / 1 / 9 / 2;
    }

    #w-node-f5e8ab02-41c6-b098-ad55-d22849ab430f-fe36e6af {
        grid-area: 9 / 1 / 10 / 2;
    }

    #w-node-_712365d0-62d1-b140-9c17-a2425457256a-fe36e6af {
        grid-area: 6 / 1 / 7 / 2;
    }

    #w-node-_510ab65d-880f-2e9f-558a-f06ffce63385-fe36e6af {
        grid-area: 6 / 2 / 7 / 3;
    }

    #w-node-d514b80b-847c-c4ec-a53a-b94dbead89e6-fe36e6af {
        grid-area: 4 / 2 / 5 / 3;
    }

    #w-node-f4e6b183-a4cc-54d9-57f5-4eeb5db85624-fe36e6af {
        grid-area: 7 / 1 / 8 / 2;
    }

    #w-node-dca6a229-7017-339c-edc0-6df7ed185e03-fe36e6af {
        grid-area: 5 / 1 / 6 / 2;
    }

    #w-node-_1d19604d-18d7-8d4d-6d8b-54dff1dc44ac-f55bd206 {
        grid-area: 1 / 1 / 2 / 2;
        align-self: start;
        justify-self: center;
    }

    #w-node-_660cf101-cffc-6ac5-6a18-263820b03109-f55bd206 {
        grid-area: 3 / 1 / 4 / 2;
    }

    #w-node-fc8c1918-5c07-4da6-eec1-8c82152ca953-f55bd206 {
        grid-area: 2 / 1 / 3 / 2;
    }

    #w-node-_84e7891c-5b33-6fe9-174b-155a6f08013f-f55bd206 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (max-width: 479px) {
    .featherlight-content {
        height: auto !important;
        max-width: 100% !important;
    }

    .economic-impact-block .chart-item {
        padding: 0px;
        margin: 0;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .social-icons-footer a {
        margin: 10px 15px;
    }

    .social-icons-footer {
        width: 100%;
    }

    .hero-section h1,
    .page-hero-block h1 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 30px;
    }

    #w-node-_71986ca9-465f-3053-8558-a5741fee4afc-fe36e6af {
        grid-area: 4 / 1 / 5 / 2;
    }

    #w-node-b36eee9f-8ff8-3055-1b66-ddf3feae10db-fe36e6af {
        grid-area: 7 / 1 / 8 / 2;
    }

    #w-node-_250dec4b-d3da-f856-af50-29e388820bc1-fe36e6af {
        grid-area: 5 / 1 / 6 / 2;
    }

    #w-node-_4366782a-e2ce-5cf4-88c2-98395c66d163-fe36e6af {
        grid-area: 11 / 1 / 12 / 2;
    }

    #w-node-_0a21ff22-5cd3-51c8-a6d2-e923699cd6b7-fe36e6af {
        grid-area: 14 / 1 / 15 / 2;
    }

    #w-node-_934e6f9f-e8f8-07fe-3655-fb6acfc8f229-fe36e6af {
        grid-area: 6 / 1 / 7 / 2;
    }

    #w-node-f5e8ab02-41c6-b098-ad55-d22849ab430f-fe36e6af {
        grid-area: 15 / 1 / 16 / 2;
    }

    #w-node-_712365d0-62d1-b140-9c17-a2425457256a-fe36e6af {
        grid-area: 9 / 1 / 10 / 2;
    }

    #w-node-_510ab65d-880f-2e9f-558a-f06ffce63385-fe36e6af {
        grid-area: 12 / 1 / 13 / 2;
    }

    #w-node-d514b80b-847c-c4ec-a53a-b94dbead89e6-fe36e6af {
        grid-area: 10 / 1 / 11 / 2;
    }

    #w-node-f4e6b183-a4cc-54d9-57f5-4eeb5db85624-fe36e6af {
        grid-area: 13 / 1 / 14 / 2;
    }

    #w-node-dca6a229-7017-339c-edc0-6df7ed185e03-fe36e6af {
        grid-area: 8 / 1 / 9 / 2;
    }

    #w-node-_1d19604d-18d7-8d4d-6d8b-54dff1dc44ac-f55bd206 {
        grid-area: 1 / 1 / 2 / 2;
        align-self: auto;
        justify-self: auto;
    }

    #w-node-c3cc57b5-628e-f133-73ca-fee362ad897f-f55bd206 {
        grid-area: 2 / 1 / 3 / 2;
    }

    #w-node-_660cf101-cffc-6ac5-6a18-263820b03109-f55bd206 {
        grid-area: 3 / 1 / 4 / 2;
    }

    #w-node-fc8c1918-5c07-4da6-eec1-8c82152ca953-f55bd206 {
        grid-area: 4 / 1 / 5 / 2;
    }

    #w-node-_84e7891c-5b33-6fe9-174b-155a6f08013f-f55bd206 {
        grid-area: 5 / 1 / 6 / 2;
    }
}

/* ==============================================================
   NAV
   ============================================================== */
.nav-menu {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.dropdown-menu {
    min-width: 14rem;
    border-radius: 0;
    border: none;
}

.dropdown-item {
    /* color: #1D252C; */
    padding: 5px 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #a2d9e7;
}

.dropdown-menu1 {
    left: -225px;
    top: -6px !important;
}

.dropdown-item:hover {
    color: #a2d9e7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.dropdown-item.active:hover,
.dropdown-item.active:focus,
.dropdown-item.active:active,
.dropdown-item:active {
    color: #FFF;
}

.nav-toggle_icon {
    color: #a2d9e7;
}

.navbar-nav > li {
    margin: 5px 20px;
}

.navbar-nav > li > a {
    font-size: 12px;
    color: #a2d9e7;
    text-transform: uppercase;
    padding: 20px 0;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
    background: none;
    color: #a2d9e7;
    text-decoration-line: none;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    color: #a2d9e7;
    text-decoration-line: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #a2d9e7;
}

.bg-faded {
    background: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a2d9e7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
    color: #a2d9e7;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 19px;
}

.navbar-light .navbar-toggler {
    border: 1px solid #a2d9e7;
    z-index: 999;
    cursor: pointer;
    outline: none;
    padding: 7px 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.btn-primary:hover {
    color: #fff;
    background-color: #A2D9E7;
    border-color: #fff;
}

.fa-common {
    font-weight: 700;
}

/* @media (max-width: 1200px) {
    .navbar-nav > li {
        margin:10px;
    }
} */
.navbar-nav .menu-item .sub-menu .menu-item a {
    font-size: 1em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .navbar-nav > li ,
    .extralinkblock > li {
        margin: 0px 10px;
    }

    .bg-faded {
        background-color: #1D252C;
    }

    .navbar {
        padding: 0;
        margin: -120px 0 0 0;
    }

    .navbar-nav {
        padding: 0px;
        flex-direction: column;
    }

    .navbar-light .navbar-toggler {
        margin: 28px 6px;
    }

    .navbar-light .navbar-toggler2 {
        margin: 0 !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #1D252C;
    }

    .dropdown .dropdown-menu {
        background-color: #fff;
        border: 1px solid #a2d9e7;
    }

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .w-nav-overlay .nav-link {
        top: 150px;
        position: absolute;
        padding: 0px;
        width: 100%;
    }

    .w-nav-overlay .extralinkblock {
        position: relative;
        display: block;
        margin-top: 20px;
    }

    .w-nav-overlay ul.extralinkblock li {
        margin: 0px;
    }

    .w-nav-overlay ul.extralinkblock li a {
        font-size: 13px;
    }

    .w-nav-overlay .nav-align {
        display: block;
        position: relative;
    }

    .w-nav-overlay .navbar-nav .menu-item {
        padding: 15px 5%;
        border-bottom: .5px dotted #a2d9e7;
    }

    .w-nav-overlay .navbar-nav .menu-item a {
        font-size: 17px;
        font-weight: 600;
    }

    .w-nav-overlay .navbar-nav .menu-item .sub-menu .menu-item {
        padding: 7px 5%;
        border-bottom: none;
    }

    .w-nav-overlay .navbar-nav .menu-item .sub-menu .menu-item a {
        font-size: .9em;
        font-weight: 200;
    }

    .w-nav-overlay .sub-menu {
        background-color: transparent;
    }
}

.w-nav-overlay .extralinkblock a {
    display: block;
    padding: 10px 5%;
}

@media (min-width: 991px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
    }

    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        border: 1px solid #ccc;
        top: 45px;
    }

    .dropdown-submenu:hover .dropdown-menu1 {
        visibility: visible;
        opacity: 1;
    }

    .navbar-toggleable-md .navbar-collapse {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-toggleable-md .navbar-nav,
    .extralinkblock {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

ul.navbar-nav li ul {
    display: none;
}

ul.navbar-nav li {
    position: relative;
}

ul.navbar-nav li:hover {
    cursor: pointer;
}

ul.navbar-nav li a:hover {
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.extralinkblock a:hover {
    color: #a2d9e7;
}

ul.navbar-nav li:hover ul {
    display: block;
    margin-top: 10px;
    left: 0;
    position: absolute;
    background-color: #a2d9e7;
    opacity: .8;
    padding: 0px;
}

ul.navbar-nav li:hover ul li.menu-item {
    display: block;
    text-align: left;
    margin: 0px;
    font-weight: 300;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

ul.navbar-nav li:hover ul li.menu-item a {
    text-align: left;
    white-space: nowrap;
    font-size: .8em;
    text-decoration-line: none;
    color: #143055;
    padding: 15px;
    font-weight: 600;
}

ul.navbar-nav li:hover ul li.menu-item:hover {
    background-color: #143055;
}

ul.navbar-nav li:hover ul li.menu-item:hover a {
    color: #aaca54;
}

@media (max-width: 991px) {
    ul.navbar-nav li:hover ,
    ul.extralinkblock li:hover {
        cursor: pointer;
    }

    ul.navbar-nav li:hover ul {
        display: block;
        margin-top: 10px;
        left: 0;
        position: relative;
        background-color: transparent;
        opacity: .9;
        //padding: 15px 5px;
    }

    /* ul.navbar-nav li:hover ul li:last-child {
        border-bottom: 1px dashed #666;
    } */
    ul.navbar-nav li:hover ul li.menu-item {
        display: block;
        padding: 7px;
        text-align: left;
        margin: 0px auto;
        //: 1px dashed #666;
        //: 450px;
    }

    ul.navbar-nav li:hover ul li.menu-item:hover {
        background-color: transparent;
    }

    ul.navbar-nav li:hover ul li.menu-item a {
        text-align: left;
        white-space: nowrap;
        font-size: .9em;
        color: #fff;
        //: #a2d9e7;
    }
}

nav .menu-item-has-children > a:after {
    color: #a2d9e7;
    content: ' ▼';
    font-size: 10px;
    vertical-align: 1px;
}

nav .menu-item-has-children > a:hover {
    color: #fff;
}

.chart-img img {
    margin: 21px 0 0;
}

.chart-img p {
    display: inline-block;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.chart-img p span {
    font-size: 24px;
    display: block;
    font-weight: 100;
}

.chart-text {
    margin: 11px 0 0;
    display: inline-block;
}

.chart-text .sm-text {
    font-size: 20px;
    margin-top: -180px;
    color: #143055;
}

.chart-text .sm-text span {
    font-size: 55px;
    display: block;
    line-height: 1.3em;
    font-weight: 700;
}

.video-text {
    display: inline-block;
    margin-left: 20px;
}

.link-3:hover {
    color: #a2d9e7;
}

.social-icons-footer {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: 30px auto;
}

.social-icons-footer a {
    margin: 10px;
    color: #ffffff;
}

.social-btn a {
    color: #fff;
    margin-right: 10px;
    font-size: .9em;
}

.container-3 {
    z-index: 10;
    max-width: 1765px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.nav-align {
    display: flex;
}

.nav-flex .search-form {
    right: 200px;
    top: 200px;
}

.nav-flex .search-field {
    background-color: transparent;
    background-image: url(../images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    -o-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.nav-flex .search-field:focus {
    background-color: #143055;
    border: none;
    cursor: text;
    outline: 0;
    width: 230px;
    color: #ffffff;
}

.nav-flex .nav-link {
    padding: .5em 0 .3em 0;
}

.search-form .search-submit {
    display: none;
}

.search-form input:-webkit-autofill,
.search-form textarea:-webkit-autofill,
.search-form select:-webkit-autofill,
.w-nav-overlay .search-form input {
    background-color: #1D252C;
    color: #ffffff;
    border: none;
    box-shadow: none;
    margin-left: 30px;
    padding: 7px 10px;
    margin-top: 20px;
}

.gwcc-logo {
    margin-left: 20px;
}

.fa-search {
    margin: 0 15px 0 35px;
}

.body-content {
    min-height: 50px;
    padding: 80px 5%;
}

.body-content-nopadding {
    min-height: 50px;
    padding: 0;
}

.hero-section.page-layout.default-hero {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 50%), url('../images/hotelheader-p-1600.jpg');
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: -8px 0 0;
    min-height: 255px;
}

.tabcontent p {
    font-size: 15px;
    padding: 24px 24px;
    line-height: 1.8;
    color: #1D252C;
    margin: 0;
}

.accordion {
    background: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    border-left: 2px solid #a2d9e7;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel h5 {
    padding: 24px 0 0 30px;
    font-weight: 700;
    font-size: 16px;
}

.panel-last {
    border-bottom: 1px solid #eee;
}

.panel {
    background-color: white;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-right: 1px solid #eee;
    border-left: 2px solid #a2d9e7;
    display: none;
    overflow: hidden;
}

.panel p {
    font-size: 15px;
    color: #1D252C;
    padding: 0px 30px 30px 30px;
    margin: 0;
    line-height: 1.8;
}

.accordian-link {
    color: #1D252C;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.accordian-link:hover,
.accordian-link:focus {
    color: #a2d9e7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.accordian-link:active {
    color: #a2d9e7;
}

.card-header {
    background: none;
}

.card-block {
    color: #1D252C;
    padding: 20px;
    line-height: 1.8;
}

.resource .nav-pills {
    max-width: 860px;
    margin: 20px auto 0px auto;
}

.resource .nav-item {
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin: 5px 0;
}

.resource .nav-pills .nav-link {
    background-color: #fff;
    min-height: 60px;
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
}

.resource .nav-pills .nav-link.active {
    background-color: #143055;
    color: #ffffff;
}

.light-grey .nav-pills .nav-link.active {
    cursor: default;
    border-bottom: 3px solid #A2D9E7;
    background-color: transparent;
}

a.nav-link {
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}

.content {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
    cursor: default;
}

.content-image {
    width: 100%;
}

.content-details {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
    width: 100%;
    top: 0%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -4%);
    -moz-transform: translate(-50%, -4%);
    transform: translate(-50%, -4%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: default;
}

.content-text {
    padding: 0px 5%;
    margin: 0;
    font-size: .8em;
}

.content-text p {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 7px;
}

ul.content-list {
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

ul.content-list li {
    margin: 5px;
    list-style-type: square;
    color: #fff;
    font-size: .9em;
}

.content:hover {
    cursor: pointer;
}

.content-details a {
    text-decoration: underline;
}

.content:hover .content-details {
    top: 10%;
    left: 50%;
    opacity: 1;
    background: rgba(0,0,0,0);
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1.2em;
}

.boxHeader {
    font-size: 21px !important;

    /* padding: 26px 0 19px 0; */
    padding: 25px 25px 10px 25px;
    margin: 0;
    margin-bottom: 0 !important;
    line-height: 25px;
    text-transform: capitalize !important;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}

.row .content {
    min-height: 270px;
    max-height: 300px;
}

.fadeIn-bottom {
    top: 75%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

section.light-grey {
    padding: 100px 0;
    background-color: #f7f7f7;
    color: #143055;
}

.section .fade,
section .fade {
    opacity: 1;
}

.row .rightCol {
    padding: 10px 0px 5% 5%;
}

.row .leftCol {
    padding: 10px 5% 10px 0;
}

.darkBG {
    background-color: #000;
    opacity: .8;
    color: #fff;
    position: relative;
    visibility: visible;
    opacity: 0.8;
    transition: opacity 3.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    padding: 40px;
}

.blueBG {
    background-color: #72c6dc;
    opacity: .9;
    color: #143055;
    position: relative;
    visibility: visible;
    opacity: 0.9;
    transition: opacity 3.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    padding: 40px;
}

.greenBG {
    background-color: #aaca54;
    opacity: .9;
    color: #143055;
    position: relative;
    visibility: visible;
    opacity: 0.9;
    transition: opacity 3.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    padding: 40px;
}

a.grid_item {
    display: block;
    margin-bottom: 30px;
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px 25px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}

a.grid_item .info small {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

a.grid_item .info small i {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 10px;
}

a.grid_item .info h3 {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
}

a.grid_item .info p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (max-width: 782px) {
    a.grid_item figure {
        height: 275px !important;
    }
}

a.grid_item figure img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    /* opacity: 0; */
}

a.grid_item:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.animated a.grid_item .info {
    animation: color 0.7s ease-in-out;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;

    /* opacity: 0; */
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.animated a.grid_item figure img {
    animation: color 0.5s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-edit-link {
    display: block;
    margin: 30px 0;
}

.no-padding {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.img-fluid {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .hidden-md-up {
        display: block;
    }

    .hidden-sm-down {
        display: none;
    }

    #bgndVideo {
        display: none;
    }

    .index-slide {
        z-index: 1;
        width: 100%;
        Height: 100%;
        position: absolute;
        align-items: center;
        flex-direction: column;
        display: flex;
        top: 0;
        justify-content: center;
    }

    .body-content {
        min-height: 50px;
        padding: 50px 10%;
    }
}

.div-block-30 {
    margin-bottom: 30px;
}

.div-block-50 {
    margin-bottom: 50px;
}

.index-box {
    max-width: 100%;
    width: 1400px;
    margin: 0px auto !important;
}

.index-box .content .content-overlay {
    background: rgba(0,0,0,0.6);
}

.index-box .content-overlay:hover {
    cursor: pointer !important;
}

.index-box .content-text {
    font-size: .95em;
}

.profile-pic {
    position: absolute;
    z-index: 999;
    width: 200px;
    max-width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.uncon-loop {
    padding: 10px 15%;
    margin: 20px 0;
}

@media (max-width: 991px) {
    .uncon-loop {
        padding: 30px 10%;
    }
}

