html,body{height:100%;margin:0;}
body{
    font-family:Barlow, sans-serif;
    font-size:16px;
    line-height:1.5;
    font-weight:normal;
    color:#1d1d1d;
    overflow-x:hidden;
}
body.disable-scroll{
    overflow-y: hidden;
}
* {
    box-sizing: border-box;
}
h1{font-weight:700;}*{box-sizing:border-box;}
.btn{
    font-size: 16px;
    font-family: Barlow, sans-serif;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
}
.btn-primary {
    background-color: #000080;
    color: white;
    border: none;
}
.hidden{display: none;}
.lead-text {
    max-width: 648px;
    margin: 30px auto;
    font-size: 28px;
    font-weight: normal;
    color: #1d1d1d;
}
.lead-text-two {
    max-width: 648px;
    margin: 20px auto;
    font-size: 22px;
    font-weight: normal;
    color: #1d1d1d;
}
.lead-text-two i{
    color: #000080;
}
.header-five{
    font-size: 32px;
    margin: 12px auto;
    line-height: 1.13;
    font-weight: 700;
    -webkit-letter-spacing: -0.64px;
    -moz-letter-spacing: -0.64px;
    -ms-letter-spacing: -0.64px;
    letter-spacing: -0.64px;
}

.pt-24{
    padding-top: 24px;
}
.pb-24{
    padding-bottom: 24px;
}
.pt-48{
    padding-top: 48px;
}
.pb-48{
    padding-bottom: 48px;
}

/* CONTENT */
.content-title{
    text-align: center;
}
.header-one {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: Barlow, sans-serif;
    line-height: 1.2;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    color: #1d1d1d;
    margin: 16px auto;
}
.header-two {
    font-size: 40px;
    margin: 16px auto;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.header-one:after, .header-two:after {
    content: ".";
    color: #000080;
}
section .content{
    position: relative;
}

/* Site Style */
#page-wrapper{position: relative;}
header{
    position: relative;
    width:100%;
    height:65px;
    background-color: transparent;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #eeeeee;
}
.menu-triangle{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 63px solid white;
    border-left: 32px solid transparent;
}

/* Hamburger */
.menu-container{
    display: flex;
    z-index: 5;
}
#menu-button{
    display:flex;
    flex-direction:column;
    width: 28px;
    cursor: pointer;
    margin: 17px;
}
#menu-button span{
    background: #000080;
    border-radius: 10px;
    height: 3px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}
span:nth-of-type(1){
    width:50%;
    
}
span:nth-of-type(2){
    width:100%;
}
span:nth-of-type(3){
    width:75%;
}
#menu-button.clicked > span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(3px,2px);
}
#menu-button.clicked > span:nth-of-type(2){   
    transform-origin:top;
    transform:rotatez(-45deg)
}
#menu-button.clicked > span:nth-of-type(3){
    transform-origin:bottom;
    width:50%;
    transform:translate(12px,-5px) rotatez(45deg);
}
.menu-text{
    text-transform: uppercase;
    position: relative;
    padding-right: 32px;
    height: 63px;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.27;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    color: #000080;
    background-image: linear-gradient(to right,#ffffff 0%,#f2f2f2 100%);
    cursor: pointer;
}
.menu-text a{
    color: #000080;
    text-decoration: none;
}

/* Logo */

.logo{
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.logo img{
    width: 200px;
}

/* Mobile Menu */
#mobile-menu{
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 52;
    display: none;
    min-height: 640px;
    height: 80vh;
    width: 100vw;
    overflow-x: hidden;
}
#mobile-menu.menu-enter-done {
    display: flex;
    transition: all 250ms ease-in-out 0s;
}
#mobile-menu.menu-exit-done {
    display: none;
}
#mobile-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    height: 100vh;
    display: none;
    z-index: 52;
}
#mobile-overlay.open-washout {
    display: block;
}
#mobile-menu .menu-items {
    padding-left: 64px;
    padding-top: 52px;
    flex-direction: column;
    display: flex;
    position: relative;
}
#mobile-menu .nav-item {
    text-decoration: none;
    width: 280px;
    height: 64px;
    font-family: Barlow, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.32px;
    color: rgb(29, 29, 29);
    cursor: pointer;
    position: relative;
}
#mobile-menu .right-arrow {
    position: absolute;
    right: 0px;
    display: none;
    top: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 64px;
}
#mobile-menu .nav-item.mouseover > .right-arrow { /* , #mobile-menu .nav-item:hover > .right-arrow */
    display: block;
    color: #000080;
} 
#mobile-menu .tier2-menu-items {
    padding-left: 64px;
    padding-top: 52px;
    flex-direction: column;
    display: flex;
    z-index: 1;
    flex: 0 0 336px;
}
#mobile-menu .sub-nav-wrapper{
    display: none;
}
#mobile-menu .sub-nav-item {
    height: 48px;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.2;
    letter-spacing: 1.5px;
    color: rgb(29, 29, 29);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    min-width: 240px;
    display: block;
}
#mobile-menu .sub-nav-item:hover{
    color: #000080;
}
#mobile-menu .image-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#mobile-menu .image-cropped {
    display: none;
    height: 100%;
    width: 720px;
    position: relative;
    float: right;
    background-size: cover;
    overflow: hidden;
}
#mobile-menu .image {
    background-image: url(https://www.virgin.com/img/topnavbar/menu/open-menu-richard-unite.jpg);
}
#mobile-menu .triangle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 100vh solid white;
    border-right: 401px solid transparent;
}

/* Main Navigation */

#main-nav{
    display: none;
}
#main-nav nav{
    
}
#main-nav nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-nav nav > ul{
    display: flex;
    justify-content: space-between;
}
#main-nav nav > ul > li{
    position: relative;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
#main-nav nav > ul > li  a{
    display: inline-block;
    width: 100%;
    padding: 0px 30px;
    text-decoration: none;
    height: 64px;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.27;
    text-align: center;
    color: #1d1d1d;
    text-transform: uppercase;
}
#main-nav nav > ul > li a:hover, #main-nav nav > ul > li > a.mouseover {
    color:#000080;
}
#main-nav nav > ul > li > a > .chevron {
    position: absolute;
    right: 23px;
    top: 0px;
}
#main-nav nav ul ul{
    position: absolute;
    width: 100%;
    top: 60px;
    background-color: #BEE6ED;
    z-index: 5;
    border-top: 4px solid #000080;
    display: none;
}
#main-nav nav > ul > li > a.mouseover ~ ul {
    display:block;
    transition: visibility 0s, opacity 0.5s linear;
}
#main-nav nav ul li li{
    
}
#main-nav nav > ul > li > ul > li > a{
    width: 100%;
    text-align: center;
}

/** LINE BREAKS **/
.content-line{
    width: 100%;
    height: auto;
    position: absolute;
}
.content-line.no-height{
    height: 0px;
}
.content-line-inner{
    position: relative;
}
.svg-triangle {
    height: 100%;
    width: 100%;
}
.page-breaker {
    position: absolute;
    top: 0;
    width: 100%;
}
.red-line {
    width: 2px;
    height: 48px;
    margin: 0 auto;
    background-color: transparent;
}

/** Services Homepage **/
.featured .card-body{
    background-color: #BEE6ED;
}

/** BANNER **/
#banner-slider{
    background-color: #ffffff;
    background-image: url('../images/abstract-diagonal-white-grey-background.jpg');
    background-size: cover;
    background-position: center center;
}
#banner-slider .carousel-inner{
    min-height: 600px;
}
body.page #banner-slider .carousel-inner{
    min-height: 300px;
}
#banner-slider .content-line{
    bottom: 0px;
}
#banner-slider polygon {
    fill: #BEE6ED;
    stroke: #BEE6ED;
    stroke-width: 0;
    width: 100%;
}
#banner-slider.white-bg polygon {
    fill: #fff;
    stroke: #fff;
}
#banner-slider .page-breaker{
    top: 24px;
}
.carousel-caption {
    bottom: 8.25rem;
    background-color: #fff;
    opacity: 0.7;
    padding: 30px;
    font-family: Barlow, sans-serif;
    border-radius: 40px;
}
.carousel-caption h5 {
    text-transform: capitalize;
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 18px;
    color: #000;
}

/* TESTIMONIALS */

.testimonial{
    background: #BEE6ED;
    overflow: hidden;
}
.testimonial-card{
    border: none;
}
.testimonial-card .card-up {
    height: 60px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.testimonial-card .avatar {
    width: 110px;
    margin-top: -60px;
    overflow: hidden;
    border: 6px solid #000080;
    border-radius: 50%;
}

/* Content Section */
#content-wrapper{
    
}
.company_links{
    text-decoration: none;
}
/* BLOG NEWS */
.blog-news{
    background-color: #BEE6ED;
}
.articles-wrapper {
    
}
.article-wrapper {
    text-decoration: none;
}
.article-wrapper a {
    text-decoration: none;
}
.image-wrapper {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.image-wrapper img{
    width: 100%;
    height: auto;
    opacity: 0;
}
.thumb-cut {
    position: absolute;
    left: 24px;
    bottom: 0px;
    padding: 4px 16px 2px 16px;
    background-color: #ffffff;
    font-family: Barlow, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    color: #000080;
}
.article-heading {
    margin: 16px 20px;
    font-family: utopia-std, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    -webkit-letter-spacing: -0.24px;
    -moz-letter-spacing: -0.24px;
    -ms-letter-spacing: -0.24px;
    letter-spacing: -0.24px;
    color: #1a1a1a;
}
.article-date {
    margin: 0 20px;
    padding: 16px 0;
    font-family: Barlow, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #737373;
}
.blog-news .content-line{
    top: 0px;
}
.blog-news polygon {
    fill: white;
    stroke: white;
    stroke-width: 0;
    width: 100%;
}
.blog-news .page-breaker{
    top: 24px;
}

footer{
    padding-bottom: 30px;
}
footer .content{
    position: relative;
}
footer .content-line{
    top: 0px;
}
footer polygon {
    fill: #BEE6ED;
    stroke: #BEE6ED;
    stroke-width: 0;
    width: 100%;
}
footer.white-bg polygon {
    fill: #fff;
    stroke: #fff;
}
footer .page-breaker{
    top: 24px;
}
footer .footer-logo img{
    width: 140px;
}

.footer-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-list li a {
    margin-top: 15px;
}
.footer-list a {
    font-weight: 600;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    color: #1f1f1f;
    -webkit-text-decoration: underline solid #ffffff;
    text-decoration: underline solid #ffffff;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.quote-of-day{
    
}
.quote-text{
    font-size: 18px;
    font-weight: 700;
}
.quote-by{
    font-size: 14px;
    font-weight: 400;
}

/* FEATURED */
.companies-featured{
    background-color: #BEE6ED;
    margin-top: -32px;
    padding-bottom: 100px;
    position: relative;
}
.featured-item-wrapper{
    background-color: #ffffff;
}
.vco-logo-placeholder {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.with-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.vco-name {
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
}
.subheading {
    text-align: left;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    line-height: 1.17;
    color: #1d1d1d;
    padding: 0;
    margin: 0px 0 0px;
}
.icon {
    margin-left: 8px;
    width: 12px;
    margin-bottom: -3px;
    margin-right: -20px;
}
.companies-featured .content-line{
    bottom: 0px;
}
.companies-featured polygon {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0;
    width: 100%;
}
.companies-featured .page-breaker{
    top: 24px;
}

/* PAGE CONTENT */
body.page #banner-slider .page-breaker {
    top: 12px;
}
body.page section.content{
    background-color: #BEE6ED;
    min-height: 400px;
}
body.page .main-content{
    font-size: 20px;
}
body.page .main-content img.full-width{
    width: 100%;
    height: auto;
}
body.page .red-line {
    height: 70px;
}
body.page footer .page-breaker {
    top: 12px;
}

@media (min-width: 1200px){
    #main-nav {
        display: block;
    }
}
@media (min-width: 1024px){
    /*#main-nav {
        display: block;
    }*/
    .lead-text {
        max-width: 534px;
        line-height: 1.43;
    }
    .header-one {
        font-size: 52px;
        margin: 32px auto;
        line-height: 1.1;
        -webkit-letter-spacing: -0.8px;
        -moz-letter-spacing: -0.8px;
        -ms-letter-spacing: -0.8px;
        letter-spacing: -0.8px;
        max-width: 1096px;
    }
    .article-heading {
        font-size: 24px;
    }
    .vco-logo-placeholder {
        width: 256px;
        height: 256px;
        margin: 0 auto;
    }
    .subheading {
        font-size: 20px;
        line-height: 1.43;
        margin: 0px 0 0px;
    }
    .icon {
        width: 14px;
        margin-bottom: 0px;
    }
    body.page .main-content{
        
    }
    body.page .main-content img{
        
    }
}

@media (min-width: 768px){
    .header-one {
        font-size: 46px;
        margin: 32px auto;
        line-height: 1.13;
        -webkit-letter-spacing: -0.64px;
        -moz-letter-spacing: -0.64px;
        -ms-letter-spacing: -0.64px;
        letter-spacing: -0.64px;
    }
    .article-heading {
        margin: 16px 20px 0;
    }
    .subheading {
        font-size: 20px;
        line-height: 1.43;
        margin: 0px 0 0px;
    }
    body.page .main-content{
        font-size: 18px;
        line-height: 1.56;
    }
}

@media (max-width: 600px){
    .header-one {
        font-size: 36px;
        margin: 16px auto;
        line-height: 1.13;
        -webkit-letter-spacing: -0.64px;
        -moz-letter-spacing: -0.64px;
        -ms-letter-spacing: -0.64px;
        letter-spacing: -0.64px;
    }
    .article-heading {
        margin: 12px 16px 0;
    }
    .subheading {
        font-size: 16px;
        line-height: 1.43;
        margin: 0px 0 0px;
    }
    #banner-slider .carousel-inner{
        min-height: 400px;
    }
    .logo {
        margin-left: -75px;
    }
    .logo img {
        width: 150px;
    }
    .footer-list{
        text-align: center;
    }
    .quote-of-day{
        text-align: center;
    }
    footer .footer-logo{
        text-align: center;
    }
}

@media (max-width: 320px){
   
}