@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400,700');
h1, h2, h3, h4, h5, h6, legend{
    font-family: "Open Sans", sans-serif !important;
    color:#271d65 !important;
}
a {
    color:#271d65 !important;
}
.btn {
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0 !important;
}
.btn-hn {
    background: #271d66;
    color: #fff !important;
}
.btn-gray {
    background: #F5F5F5;
    color: #000;
    border-style: solid !important;
    border-color: #DDD !important;
    border-width: 1px !important;
}

.btn:hover{
    background: #ffffff;
    color: #271d66;
}
body{
    color: rgb(95, 95, 95);
    font-family: "Open Sans";
    font-size: 16px;
    text-decoration-color: rgb(95, 95, 95);
    transition-duration: 0.15s !important;
}
/*
PRODUCT PAGE
*/
.breadcrumbs{
    font-size: 12px;
    color: #999;
}
.breadcrumbs a{
    color: #999 !important;
}
.breadcrumbs .activePage{
    font-weight: 700;
}
#product h1{
    font-family: "Open Sans", sans-serif !important;
    font-size: 27px;
    color: #000 !important;
    margin-bottom: 8px;
}
#product h2{
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    color: #000 !important;
    margin-bottom: 8px;
    
}
#info h3 {
    font-size: 13px !important;
    color: #000 !important;
    margin-bottom: 0 !important;
    padding-bottom: 12px;
}
#product .label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
}
.wasPrice{
    font-size: 21px;
    font-weight: 600;
}
.subPrice{
    font-size: 21px;
    font-weight: 600;
}
.subPrice .hide{
    display: inline;
    visibility: hidden;
}
.nowPrice{
    font-size: 21px;
    font-weight: 600;
    color: red;
}
#product #productOfferText{
    font-weight: 700;
    font-size: 14px;
    color: red;
    margin-top: 8px;
}
#product #productSummary p{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
#productInfo{
    /*padding-top: 18px;*/
    font-size: 14px;
    line-height: 1.6;
}
#size .btn-outline-info{
    /*color: #0E8135 !important;*/
}
#productBulletPoints{
    margin-top: 18px;
    font-size: 14px;
}
#productBulletPoints li{
    padding: 0;
    margin:0px;
    line-height: 1.6;
    font-weight: 400;
}
ul#productBulletPoints{
    margin-top: 0;
    padding-left: 20px;
}
#moreInfoContent{
    padding: 18px 18px 36px; 

}
#moreInfoContent p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;

}
#reviewContent .summary {
    text-align: center !important;
    font-size: 24px !important;
    color:#271D65 !important;
}
#productPrice{
    text-align: center;
}
#productPrice p{
    text-align: left;
}
#productPrice span{
    font-size: 24px;
    font-weight: 500;
    color: #222550;
}
#product .supply{
    font-size: 11px;
}
#product #quantity .btn{
    color: #000;
    background-color: #F2F2F2;
}
#product #add .btn, 
#product #add .btn:hover{
    color: white;
    background-color: orange;
}
#product #addToBasket.green,
#product #addToBasket.green:hover{
    background-color: #0E8135 !important;
}
#product #size .oos{
    background-color: #EEE !important;
    border-color: #DDD  !important;
    color: #fff !important;
}
#product #size .so{
    /*background-color: #fEE;*/
}
#recommendedProducts .label{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
#recommendedProducts h2{
    margin-top: 20px !important;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    overflow: visible;
    text-align: center;
}
#recommendedProducts h3{
    display: block;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}
#recommendedProducts .col {
    text-align: center;
}
#recommendedProducts .col img{
    max-height: 160px;
    width: auto;
}
#size .btn-outline-info {
    box-shadow: none !important;
    outline: 0px !important;
}
#size .btn-outline-info:not(:disabled):not(.disabled){
    /*color: #0E8135;*/
}
#size .btn-outline-info:not(:disabled):not(.disabled).active,
#size .btn-outline-into:focus,
#size .btn-outline-info:active,
#size .btn-outline-info:hover{
    /*background-color: #0E8135 !important;
    border-color: #0E8135 !important;
    color: #fff !important;*/
}

#blogContent h2{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333 !important;
}
#blogContent p{
    font-size: 13px;
}

/*End Product Page Styles*/

/*About Us Page*/
.promises{
    background-color: #eee;
    padding: 2em 0;
    text-align: center;
}

.life-stage__image{
    width: 100%;
}
.life-stage__title{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-color: rgb(59, 138, 195);
    text-align: center;
}
.company-info__subheader{
    font-family: "Open Sans", sans-serif !important;
    font-size: 32px;
    font-weight: 400;

   text-align: center;
}
.row.academy{
    font-family: "Open Sans", sans-serif;
    background-color: #EEE !important;
}
.row.academy p.academy__copy{
    margin-top: 10px;
}
.academy__label{
    margin-top: 8px;
    font-size: 18px;
    color: #666;
}
.academy__sub-label{
    font-size: 12px;
}
.academy__badge{
    width: 100%;
    max-width: 150px;

}
/*End About Us Page*/
#hero{
    display: block;
    height: calc(75vh - 119px)px !important;
}
#vegan{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#vegan .container{
    display: block;
    height: calc(100vw / 3);
    max-height: 400px;
    min-height: 300px;
}
#vegan .btn{
    width: 200px;
    text-transform: uppercase;
}
.parent{
    display: table;
}
.child{
    display: table-cell;
    vertical-align: middle;
}
#vegan h3{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.sptlght {
    background-color:#EEE;
    padding-top:0!important;
}

.sptlght .btn {
    width:200px;
    text-transform:uppercase;
}

.sptlght .container {
    position:relative;
}

.sptlght .content-box {
   
}

.sptlght h2 {
    display:block;
    color:#271d65;
    font-size:38px;
    text-transform:uppercase;
}

.sptlght h4 {
    color:#271d65;
    line-height:42px;
    font-size:38px;
}

.sptlght img {
    width:100%;
}

.sptlght p {
    font-family:'Open Sans', sans-serif;
    color:#696969;
    font-size:14px;
    line-height:20px;
}

@media (max-width: 991px){
    .sptlght h2{
        position: relative !important;
        text-align: left !important;
  
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .sptlght h2{
        position: relative !important;
        text-align: left;
    }
}
@media(min-width: 768px){
    .sptlght .content-box{
        background-color: rgba(255, 255, 255, 1) !important;
    }
}
@media(max-width: 767px){
    .sptlght .content-box{
        background-color: rgba(255, 255, 255, .9) !important;
    }
}
#blog .articleItem{
    cursor: pointer;
}
#blog h2{
    display: block;
    font-size: 38px;
    font-weight: 500;
    margin: 0 20px 20px 20px;
    text-transform: uppercase;
}
#blog .image{
    max-width: 100%;
    vertical-align: middle;
    border: 0;

}
#blog img{
    width: 100%;
}
#blog .blog-posts{
    margin-top: 40px;
}
#blog h4{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 30px 20px;
}
@media (max-width:991px){
    #blog h4{
        padding: 10px 10px 8px !important;
        font-size: 15px;
    }
    #blog .bg-light-grey p{
        margin: 0 !important;
        padding: 0 10px 10px !important;
    }
}

#blog p{
    margin:0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #696969;
}
.bg-light-grey{
    background-color: rgb(238, 238, 238);
    /*max-width: 350px;*/
}
#blog .bg-light-grey p{
    margin: 0 0 10px;
    padding: 0 30px 30px;
}
.homePageCarouselItem{
    display: block;
    /*height: calc(50vh - 100px) !important;*/
    height: calc(100vw / 3);
    max-height: 400px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
}
.carousel-caption {
    /*font-family: 'Fjalla One', sans-serif;*/
    right: 15%;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
    color: #271D65 !important;
    text-align: left !important;
    text-transform: uppercase;
}
.carousel-caption .btn{
    width: 200px;
    text-transform: uppercase;
}
.carousel-caption h1{
    font-weight: 500 !important;
    font-size: 55px !important;
}
#deliveryOffer {
    background-color: #08ac00;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px;
    /*font-size: 13px;*/
}
#deliveryOffer i{
    font-weight: italic;
    color: #fff;

}

.btn-gray:hover{
    background: #271d66 !important;
    color: #fff !important;
}
.btn-white{
    background: #271d66;
    color: #fff !important;
}
.btn-white:hover{
    background: #ffffff;
    color: #271d66 !important;
}
.shunt{
    margin-top:-55px;
    /*transition-duration: 0.15s;*/
}
.shuntDown{
    margin-top: 110px;
}

.header{
    background-color: #FFFFFF;
    padding:0;
    margin:0;
}
#logo{
    text-align: center;
    display: block !important;
}
.hnLogo{
    min-height: 50px;
    text-align: center;
    transition-duration: 0.2s;
}
.logoSmall{
    background-size: 45%;
    background-position-y: 57px;
    
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.cartNudge{
    margin-top:62px;
    transition-delay: 0.0s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
#screenDim{
    visibility: hidden;
    width: 100%;
    height: 120%;
}
#screenDim.show{
    visibility: visible;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    transition-duration: 0.3s;
    z-index: 400 !important;
}
#screenDim.hide{
    visibility: hidden;
}
#burgerContainer{
    position: absolute;
    width: 300px;
    height: vh;
    background-color: rgb(238,238,238);
    border-right-color: black;
    border-right-width:  1px;
    z-index: 500;
    padding: 10px;
    /*overflow: scroll;*/
}
#burgerContainer ul{
    list-style: none;
    margin-left: 0;
    padding-left: 8px;;
}
#burgerContainer li{
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#burgerContainer a{
    color: rgb(49,49,49) !important;
}
#burgerContainer #header{
    width: 100%;
    height: 50px;
}
#burgerContainer #icons{
    width: 100%;
    height: 50px;
}
#burgerContainer #icons .row{
    height: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#burgerContainer #icons a:hover{
    text-decoration: none !important;
}
#burgerContainer #icons a:hover span{
    text-decoration: underline;
}
#icons span,
#icons p,
#langSelect p{
    font-size: 11px;
    margin-bottom: 0;
}
hr{
    margin-top: 0;
    margin-bottom: 0;
}
#langSelect.show{
    display:block;
}
#langSelect.hide{
    display:none;
}
#burgerContainer.show{
    left: 0;
    transition-duration: 0.3s;
    position: fixed !important;
}
#burgerContainer .navigation{
    height: calc(100vh - 100px);
    display: block;
    overflow: scroll !important;
}
#burgerContainer.hide{
    left: -500px;
    transition-duration: 0.3s;
}
#productImageThumbnails img{
    border:0;
    margin:12px;
    cursor:pointer;
}
#productStarRating {
    font-size: 18px !important;
    color: #271D65 !important;
}
#productStarRating > a {
    color: #271d65 !important;
}
* {box-sizing: border-box;}
.img-thumbnail{
    margin:0 !important;
    padding:0 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.img-zoom-container {
position: relative;
}

.img-zoom-lens {
position: absolute;
border: 1px solid #271d66;
background-color: rgba(255, 255, 255, 0.5);
/*set the size of the lens:*/
width: 80px;
height: 80px;
visibility: hidden;
text-align: left;
}
#mainSearch.form-control{
    height: 30px !important;
}

.img-zoom-result {
border: 1px solid #271d66;
width: 30vw;
height: 30vw;
visibility: hidden;
}
.nav-item > a.nav-link{
    color: rgb(95, 95, 95) !important;
    font-size: 14px;
    padding: 8px 8px 8px 8px;
}
.nav-item > a.nav-link:hover{
    background-color:rgb(238, 238, 238);
}

#mmContainerFluid{
    position: absolute;
    visibility: hidden;
    background-color: rgb(238,238,238);
    z-index: 500;
    margin-top: -8px;
    padding-top: 18px;
}
#mmContainerFluid #mm2{
    visibility: inherit;
    display: block;
    width: 100%;
    z-index: inherit;
    padding-bottom: 18px;
}
#mm2 ul{
    margin: 0;
    padding: 0;
}
#mm2 li {
    font-size: 13px;
    text-decoration: none;
    list-style: none;
    padding: 8px;
    margin-left: 0px;
    padding-left: 0px;
}
#mm2 li a{
    color: rgb(95, 95, 95);
}
#mmClose, #mmClose a{
    position: absolute;
    right: 8px;
    color: #271d66;
}
#basketCount{
    position: absolute;
    border-width: 3px;
    border-color: white;
    border-style: solid;
    bottom: 14px;
    left: 14px;

    
}
#cartSummary{
    position: absolute;
    width: 350px;
    right: 34px;
    top: 36px;
    background-color: rgb(255,255,255);
    padding: 12px;
    z-index: 400;
    text-align: left;

}
@media (max-width: 500px) {
    #cartSummary {
        width: 100vw;
        right: 0;
        top: 45px;
    }

}

    #cartSummary a {
        color: #271d66;
    }

    #cartSummary h4 {
        font-weight: 600;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-family: "Open Sans", sans-serif !important;
    }

    #cartSummary p {
        font-size: 13px;
        margin: 4px 4px 4px 0;
    }

        #cartSummary p.details {
            font-size: 14px;
        }

    #cartSummary h5 {
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        font-family: "Open Sans", sans-serif !important;
    }

    #cartSummary .media {
        margin: 0 10px 0 10px;
    }

    #cartSummary .media-body {
        margin-left: 10px;
    }

    #cartSummary .subtotal {
        background-color: rgb(238, 238, 238);
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        padding: 9px;
        margin: 9px 0 9px 0;
        text-transform: uppercase;
    }

    #cartSummary .quantity {
        margin-left: 10px;
        margin-right: 10px;
    }

    #cartSummary .close {
        position: absolute;
        right: 12px;
        font-size: 16px;
    }
    #cartSummary .trash{
        float: right;
        margin-top: -4px;
    }

    #navIcons,
    a#searchIcon,
    a#burgerIcon,
    #navIcons a#cartIcon,
    #navIcons a#accountIcon,
    #mobileSearch a {
        color: #271d66;
        text-decoration: none;
        transition-duration: 0.35s;
    }

        a:hover#searchIcon,
        a:hover#burgerIcon,
        #navIcons a:hover#cartIcon,
        #navIcons a:hover#accountIcon {
            color: #271d66;
            transition-duration: 0.35s;
        }

    #mobileSearch {
        width: 100%;
        background-color: rgb(238,238,238);
        padding: 10px;
        z-index: 500 !important;
    }

        #mobileSearch.show {
            background-color: rgb(238,238,238);
            display: block !important;
            transition-duration: 0.3s;
            margin-top: 0px;
            z-index: 500 !important;
        }

        #mobileSearch.hide {
            display: block !important;
            transition-duration: 0.3s;
            margin-top: -130px;
        }

    #info {
        margin-top: 0;
        padding-top: 0;
    }

    #info .container .nav-tabs {
        font-size: 18px;
        font-weight: 500;
        border: 0 !important;
    }

    #info h5 {
        font-family: 'Open Sans', sans-serif !important;
    }
    
    
    .info-header{
        text-align: center;
        padding-top: 5px;
        padding-bottom: 15px;
        color: #666;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }
    
    #info .slctd>h3,
    #info a>h3:hover{
        border-color: #e5e5e5 !important;
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
    }
    #info a:hover {
        text-decoration: none !important;
    }
    #footer {
        background-color: rgb(49,49,49);
        padding-bottom: 22px;
    }

    #footer a {
        color: white !important;
        text-decoration: none !important;
    }

    #footer h6 {
        margin-bottom: 18px;
        font-family: 'Open Sans', sans-serif !important;
        color: #FFFFFF !important;
    }

    /*
    ZZ
    #productCarousel {
        margin-top: 50px;
        margin-bottom: 50px;
    }*/

    #productCarousel h4 {
        color: rgb(23,21,153);
        font-size: 18px;
        overflow: hidden;
    }

    #productCarousel p {
        color: #7B7B7B;
        overflow: hidden;
    }
    #productCarousel img{
        text-align: center;
        height: 30vw;
        max-height: 300px;
    }
    #productCarousel .summary{
        text-align: center;
        white-space: normal !important;
    }
    @media (max-width: 576px){
        #productCarousel img{
            max-height: 112px;
        }
        #productCarousel h4,
        #productCarousel .product-price{
            text-align: left !important;
        }
    }
    @media (min-width: 768px) and (max-width: 767px){
        #productCarousel img{
            height: 60vw;
            min-height: 200px;
        }
        
    }

    @media(min-width: 992px) and (max-width:1199px){
        #productCarousel h4 {
            /*font-size: 13px;*/
        }

        #productCarousel p {
            text-align: center;
            /*font-size: 12px;*/
            margin-left: -6px;
            overflow: visible;
        }
    }
    @media(min-width: 576px){
        #productCarousel p,
        #productCarousel h4{
            white-space: nowrap;
        }
    }
    @media(min-width: 768px) and (max-width: 991px) {
       /* #productCarousel h4 {
            font-size: 14px;
        }

        #productCarousel p {
            text-align: center;
            font-size: 12.5px;
            margin-left: -6px;
            overflow: visible;
        }*/
    }

    @media(min-width: 1200px) {
        .carousel-caption h1 {
            font-size: 72px !important;
        }
    }
    @media(max-width: 767px) {
        .carousel-caption h1 {
            font-weight: 500 !important;
            font-size: 32px !important;
            margin-left: 0px !important;
            text-align: left;
        }

        /*hot jar removal*/
        #_hj_feedback_container{
            display:none;
        }
    }

    @media(max-width: 575px) {
        .carousel-caption h1 {
            font-size: 24px !important;
        }

        #vegan h3 {
            font-size: 24px !important;
        }

        #vegan p {
            font-size: 11px !important;
            line-height: 1;
        }

        #deliveryOffer {
            font-size: 13px !important;
        }

        #footer p,
        #footer a {
            font-size: 13px !important;
        }
    }

    #footer h6 {
        font-size: 15px;
        font-weight: 600 !important;
    }

    #socialMediaLinks span {
        font-size: 14px;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .spinner {
        animation: spin 1s infinite linear;
    }

    .grey {
        color: gainsboro;
    }

    #emptyBasket {
        font-size: 16px !important;
    }

    #healthZone h1{
        font-size: 26px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 28px;
        text-align: center;
        text-transform: uppercase;
    }
    #healthZone h2{
        color: rgb(39, 29, 101);
        font-size: 19px;
        font-weight: 700;
        margin-top: 9px;
    }

    #healthZone p{
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;

    }

    #healthZone #divFilterHolder{
        /*background-color: rgb(59, 138, 195);*/
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 32px;
        min-height: 62px;
        padding-left: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    #healthZone .health-zone__active-filter{
        display: inline-block;
        padding: .7em 1em .5em;
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #3b8ac3;
        margin-right: 1em;
        font-size: .8em;
        margin-top: 1em;
        border-color: #e5e5e5;
        border-width: 1px;
        border-style: solid;

    }
    #healthZone .health-zone__dropdown-menu{
        color: rgb(33, 37, 41);
        font-size: 16px;
    }
    #healthZone .dropdown-header{
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }
    #healthZone .tag{
        display: block !important;
        color: #000;
        margin-bottom: 8px;
    }
    #healthZone a{
        font-weight: 700;
    }
    img.article__feature-image{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    h1.article__title{
        font-weight: 700;
        color: #271d65;
        font-size: 2em;
        text-transform: uppercase;
    }
    #article h2{
        
    }
    /*basket Page*/
    .basketPage{
        font-size: 13px;
    }
    .basketPage h1{
        text-align: center;
        font-size: 28px;
    }
    .basketPage .headings {
        border-bottom-color: #ccc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    .basketPage .headings div{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .basketPage .productName,
    .basketPage .productName a{
        font-size: 20px;
        color: #000 !important;
        margin-bottom: 0px;
    }
    .basketPage .productStockStatus,
    .basketPage .productQuantity,
    .basketPage .offer-price{
        margin-bottom: 0px;
        color: #000;
    }
    .basketPage button.faux-link{
        color: #271d65;
        text-decoration: underline;
    }
    .basketPage .summary{
        padding-bottom: 18px;
        font-weight: 500;
        font-size: 16px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #ccc;

    }
.register h1.product-title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.register p.summary{
    padding-left: 20px;
    padding-top: 20px;
    font-style: italic;
}
.register fieldset {
    padding-top: 80px !important;
}
#ctl00_content_chkNoPost,
#ctl00_content_chkNoEmail {
    position: relative;
    top: -18px;
}
.about-us {
    font-family: "proxima-nova",sans-serif !important;
}

    .about-us h1 {
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: 200;
        font-size: 52px !important;
    }

    @media(min-width: 768px) and (max-width: 991px) {
        /* MD */
        .about-us h1{
            font-size: 40px !important;
        }
    }
    @media(min-width: 576px) and (max-width: 767px){
        /*SM*/
        .about-us h1{
            font-size: 28px !important;
        }
        
    }
    @media(max-width: 575px){
        /*XS*/
        .about-us h1 {
            font-size: calc(14px + (28 - 14) * ((100vw - 300px) / (575 - 300))) !important;
        }
    }

    @media(min-width: 1200px){
        .about-us .quote{
            font-size: 42px !important;
        }
    }
    


    .about-us .ptb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.about-us .quote {
    color: #fff !important;
    font-weight: 200;
    font-size: calc(14px + (42 - 14) * ((100vw - 300px) / (1200 - 300)));
    line-height: 1.5;
    margin-bottom: 0;
}

    .about-us .summaryHeading {
        font-size: 24px !important;
        color: #fbd139;
        text-transform: uppercase;
        font-weight: 800;
    }

.about-us .summary,
.about-us li {
    /*font-size: 22px !important;*/
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1200 - 300)));
}

.white{
    color: #fff !important;
}

    .about-us .bolder {
        font-weight: 800;
    }

    .about-us .vh {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        font-size: 23px;
    }

    .about-us .vt {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }

    .about-us .quote-row {
        height: 400px;
    }

    .about-us row {
        display: block !important;
    }
#tp-widget-wrapper{
    float: right;
}