@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800;900&family=Source+Sans+Pro:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap");
@import url("defaults.css");
/*////////////////////// HTML //////////////////////*/
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    background: #fff;
    line-height: 1.4rem;
    color: #757D85;
    font-size: 16px;
}

img {
    margin: auto;
}

/*////////////////////// H TAGS SCALED TO MAJOR THIRD //////////////////////*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    color: #191C1F;
}

h1, .h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #191C1F;
}

h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

h2.displayFont {
    font-size: 3rem;
    line-height: 3.4rem;
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 1000px) {
    h2.displayFont {
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
        margin-bottom: 1.25rem;
    }
}

h3, .h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    line-height: 1.5rem;
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h3.root {
    color: #759c90;
    border-bottom: 2px dotted #759c90;
    width: auto;
    padding: 0.5rem 0;
    display: inline-block;
}

.bg-mint h3.root {
    color: #fff;
    border-bottom: 2px dotted #fff;
}

.bg-grey {
    /*background-image: linear-gradient(#00cb95, #0091d5);*/
    background-color: #F7F6F0;
}

.bg-mint {
    /*background-image: linear-gradient(#00cb95, #0091d5);*/
    background-color: #759c90;
}

h4, .h4 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 2.2rem;
    padding: 0.25rem 1rem;
    background: rgba(115, 156, 144, 0.7);
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}

h5, .h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.6rem;
    color: #757D85;
}

h6, .h6 {
    font-size: 0.8rem;
}

a, a:active, a:focus, a:visited {
    color: #759c90;
    text-decoration: none;
}

a:hover, a:active:hover, a:focus:hover, a:visited:hover {
    color: #000;
    text-decoration: none;
}

p {
    margin-bottom: 1.286rem;
    line-height: 1.6rem;
    font-size: 1.1rem;
    font-weight: 300;
}

p a, p a:active, p a:focus, p a:visited {
    border-bottom: 1px solid #759c90;
}

p a:hover, p a:active:hover, p a:focus:hover, p a:visited:hover {
    border-bottom: 1px solid #000;
}

.small_p p {
    font-size: 1rem;
}

blockquote {
    float:left;
    padding: 2rem 0;
    margin: 0 12rem 2rem;
    font-size: 1.3rem;
    border: 4px double #eee;
    border-width: 4px 0;
    color: #757D85;
}

@media screen and (max-width: 526px) {
    blockquote {
        margin: 0 0 2rem 0;
    }
}

span.bad {
    color: #C13E4D;
}

span.good {
    color: #55B778;
}

.btn_link, input[type=submit] {
    background: #759c90;
    border: 2px solid #fff;
    box-shadow: none;
    padding: 0.85rem 1.65rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    text-shadow: none;
    line-height: inherit;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn_link:hover, input[type=submit]:hover {
    background: #5d8176;
    color: #fff;
    text-decoration: none;
}

input[type=submit] {
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    background: #759c90;
    border-color: #fff;
    box-shadow: none;
    padding: 0.85rem 1.65rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    text-shadow: none;
    line-height: inherit;
    color: #fff;
}

input[type=submit]:hover {
    background: #5d8176;
}

input[type=submit].read-more {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    margin-top: 1rem;
    background-image: linear-gradient(to right, #000, #000 50%, #759c90 50%);
    background-size: 200% 100%;
    background-position: 0;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #759c90;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

input[type=submit].read-more:hover {
    background-position: -100%;
}

input[type=submit].read-more:hover::before {
    width: 0;
}

.bg-mint {
    background: #759c90;
    color: #fff;
}

.bg-dark {
    background: #757D85;
    color: #fff;
}

.bg-tile-dark {
    background: url(../images/site/bg-tile-dark.jpg) center top repeat;
}

.bg-light {
    background: #F7F6F0;
}

.row.bg-light {
    padding: 4rem 0;
    margin-bottom: -4rem;
}

.full-pad {
    padding: 4rem 0;
    text-align: center;
    font-size: 1.2rem;
}

.full-pad p {
    line-height: 1.8rem;
}

.full-pad p:last-child {
    margin: 0;
}

form p {
    margin-bottom: 1rem;
}

form .l {
    padding-left: 0;
}

form .r {
    padding-right: 0;
}

form .fileUpload {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0.85rem 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-bottom: 2px solid #fff;
}

form .fileUpload:hover {
    color: #222;
    border-color: #222;
}

form .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media screen and (max-width: 526px) {
    form .l {
        padding: 0;
    }

    form .r {
        padding: 0;
    }
}
/*////////////////////// STRUCTURE //////////////////////*/
/* you can interchange the markup to wrap the entire site */
/* or keep it in 100% sections - header, jumbo, footer etc*/
.full_width {
    float: left;
    width: 100%;
}

.site_auto {
    margin: auto;
    max-width: 1280px;
}

.row {
    padding: 4rem 0 0 0;
}

/*/Style the video: 100% width and height to cover the entire window */
.vid-ban {
    position: relative;
}

#logo-home {
    display: none;
}

#home-banner, #home-banner-v1, #home-banner-v2, #home-banner-v3 {
    width: 100%;
    padding: 0 0 8rem;
    background: #111;
}

#home-banner .nav_wrapper, #home-banner-v1 .nav_wrapper, #home-banner-v2 .nav_wrapper, #home-banner-v3 .nav_wrapper {
    background: none !important;
    margin-bottom: 7rem;
}

#home-banner .nav_wrapper .jetmenu > li > a, #home-banner-v1 .nav_wrapper .jetmenu > li > a, #home-banner-v2 .nav_wrapper .jetmenu > li > a, #home-banner-v3 .nav_wrapper .jetmenu > li > a {
    color: #fff;
}

#home-banner .nav_wrapper #logo, #home-banner-v1 .nav_wrapper #logo, #home-banner-v2 .nav_wrapper #logo, #home-banner-v3 .nav_wrapper #logo {
    display: none;
}

#home-banner .nav_wrapper #logo-home, #home-banner-v1 .nav_wrapper #logo-home, #home-banner-v2 .nav_wrapper #logo-home, #home-banner-v3 .nav_wrapper #logo-home {
    display: block;
}

@media screen and (max-width: 980px) {
    #home-banner, #home-banner-v1, #home-banner-v2, #home-banner-v3 {
        width: 100%;
        padding: 0 0 8rem;
        background: #111;
    }

    #home-banner .nav_wrapper, #home-banner-v1 .nav_wrapper, #home-banner-v2 .nav_wrapper, #home-banner-v3 .nav_wrapper {
        background: none !important;
        margin-bottom: 7rem;
    }

    #home-banner .nav_wrapper .jetmenu > li > a, #home-banner-v1 .nav_wrapper .jetmenu > li > a, #home-banner-v2 .nav_wrapper .jetmenu > li > a, #home-banner-v3 .nav_wrapper .jetmenu > li > a {
        color: #757D85;
    }

    #home-banner .nav_wrapper #logo, #home-banner-v1 .nav_wrapper #logo, #home-banner-v2 .nav_wrapper #logo, #home-banner-v3 .nav_wrapper #logo {
        display: none;
    }

    #home-banner .nav_wrapper #logo-home, #home-banner-v1 .nav_wrapper #logo-home, #home-banner-v2 .nav_wrapper #logo-home, #home-banner-v3 .nav_wrapper #logo-home {
        display: block;
    }
}

.nav_wrapper .row {
    padding-bottom: 0;
}

.banner {
    width: 100%;
    height: 300px;
    max-width: 1800px;
    margin: auto;
    z-index: -1 !important;
    text-align: center;
    padding: 0;
}

.banner h1 {
    color: #fff;
    font-size: 6rem;
    line-height: 6rem;
    margin-top: 15rem;
    /*display:block;*/
}

@media screen and (max-width: 980px) {
    #banner {
        height: auto;
        padding: 0;
    }

    #banner h1 {
        display: block;
        color: #fff;
    }
}

video {
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
    object-fit: contain;
    box-sizing: border-box;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 526px) {
    video {
        padding: 0.5rem;
    }
}
/* should be site specific, need total control - only for content body */
#site_body {
    max-width: 1100px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.wrap {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}

#slider {
    height: auto;
}

#slider br {
    display: block;
}

#slider .slick-slide {
    background: none;
}

#slider .slide {
    min-height: 210px;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: top center;
    color: #fff;
    outline: 0;
}

#slider .slide .slide-content {
    /*position:absolute;
  bottom:40px;*/
}

#slider .slide .slide-content h1 {
    color: #fff;
    line-height: 4.2rem;
}

#slider .slide .slide-content .level {
    background: #759c90;
    width: auto;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 1rem;
}

#slider .slide .slide-content p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 2rem;
}

#slider .slide .slide-content .incubator-space {
    height: 52px;
    display: block;
}

#slider .slide-3 {
    padding-top: 80px;
}

#slider .slide-4 {
    padding-top: 40px;
}

.mobile-intro {
    display: none;
}

.big-title {
    position: relative;
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
    max-width: 900px;
    padding: 2rem 0;
    /* Animate Background Image */
}

.big-title h1 {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    font-family: "Cabin", sans-serif;
    letter-spacing: 2px;
    margin: 0 auto;
}

.big-title p {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: inline-block;
    border: 4px double #eee;
    border-width: 4px 0;
    padding: 1.5em 0em;
    /*position: absolute;
  top: 18%;
  left: 50%;
  /*width: 40em;*/
    margin: 0;
    color: #fff;
}

.big-title p span {
    font: 900 4rem/1.05 "Cabin", sans-serif;
    letter-spacing: 2px;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url("../images/site/animated-text-fill-invert.png") repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 40.063em) {
    #slider {
        display: none;
    }

    .mobile-intro {
        display: block;
    }

    .mobile-intro h1 {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 2.6rem;
        font-family: "Cabin", sans-serif;
        line-height: 2.6rem;
        text-align: center;
        margin: 0 auto;
    }

    .big-title h1, .big-title .h1 {
        font-size: 2.4rem;
        margin-bottom: 2rem;
        line-height: 2.8rem !important;
    }

    .big-title p span {
        font: 700 2rem/1 "Cabin", sans-serif;
        background: none;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }
}

video {
    width: auto;
    object-fit: contain;
    box-sizing: border-box;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.massive {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-color: purple;
    /*.outside-holder{
    margin-top:30px;
    padding:0.5rem;
    border:3px solid #fff;
    }*/
}

.massive .text-holder {
    margin-top: 70px;
    padding: 2rem 1rem;
    font-size: 2rem;
}

.massive .text-holder h1 {
    color: #fff;
    font-family: "Rubik", Arial, sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}

.massive .text-holder a {
    color: #fff;
}

.massive .text-holder a:hover {
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .massive .text-holder {
        margin-top: 40px;
    }

    .massive .text-holder h1 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
}

.under-massive {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
}

#sticky {
    width: 100%;
    background: #222;
    color: #fff;
    padding: 0.65rem 0;
    text-align: right;
}

#sticky a.home-icon {
    float: left;
    font-size: 1.4rem;
    color: #fff;
}

#sticky a.home-icon:hover {
    color: #759c90;
}

#sticky ul {
    width: calc(100% - 25px);
    float: right;
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
}

#sticky ul li {
    width: auto;
    margin-left: 1.5rem;
    color: #759c90;
    float: right;
}

#sticky ul li span {
    color: #fff;
}

#sticky ul li i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

#sticky ul li a {
    color: #fff;
}

@media screen and (max-width: 500px) {
    #sticky ul li {
        float: left;
    }
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.grid-pad li {
    padding: 0 1.25rem 4.25rem;
}

.grid-pad li p:last-of-type {
    margin: 0;
}

.corners {
    position: relative;
    padding: 1rem;
}

.corners:after {
    display: block;
    content: "";
    width: 40px;
    height: 25px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.corners:before {
    display: block;
    content: "";
    width: 40px;
    height: 25px;
    position: absolute;
    bottom: -10px;
    left: -5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.who-we-are p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #757D85;
}

.who-we-are p:last-child {
    margin: 0;
}

.who-we-are ul {
    margin-bottom: 3rem;
}

.who-we-are .corners {
    padding: 1rem 2rem;
}

.what-we-do p {
    color: #757D85;
}

.what-we-do .corners {
    min-height: 134px;
}

@media screen and (min-width: 64.063em) {
    .what-we-do .corners {
        min-height: 136px;
    }
}

@media screen and (max-width: 64.063em) {
    .what-we-do .corners {
        min-height: 0;
    }
}

.read-more {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    float: right;
    margin-top: 2rem;
    background-image: linear-gradient(to right, #000, #000 50%, #759c90 50%);
    background-size: 200% 100%;
    background-position: 0;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.read-more:before {
    content: "";
    background: #759c90;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.read-more:hover {
    background-position: -100%;
}

.read-more:hover::before {
    width: 0;
}

/*///////////////// JET MENU ///////////////////*/
.jetmenu {
    float: right;
}

/*///////////////// FLEX LIST ///////////////////*/
.flex_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

/*///////////////// HOMEPAGE ///////////////////*/
[class*=block-grid-] {
    margin: 0;
}

.our-companies {
    margin: 0 !important;
}

@media only screen and (max-width: 40.063em) {
    .our-companies {
        padding: 2rem 0.625rem;
    }

    .our-companies li img {
        border: 1px solid #ddd;
        margin: 0;
    }
}

.scale_imgs {
    position: relative;
    margin: 0 auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.scale_imgs li {
    overflow: hidden;
    padding: 0.46875rem;
}

/* Common style */
.scale_imgs li a {
    position: relative;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.scale_imgs li a img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    margin: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 50px);
    transform: translate3d(0, 0, 50px);
}

.scale_imgs li a:hover img {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*///////////////// COMPANY PROFILES ///////////////////*/
.company-profile {
    margin-top: -10rem;
    /*.logo-line{
      padding-top:1rem;
      border-top:4px double #fff;
      width:auto;
      display:inline-block;
      }*/
}

.company-profile img {
    background: #fff;
}

.company-title {
    text-align: center;
    z-index: 999;
}

.company-title h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6.4rem;
    line-height: 6rem;
    font-weight: 600;
}

#find_out {
    width: 100%;
    padding-top: 2rem;
}

#find_out a {
    font-weight: 600;
}

#find_out ul.auto {
    padding-top: 0.5rem;
}

#find_out ul.auto li {
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(115, 156, 144, 0.7);
    border-radius: 0.5rem;
    width: 40px;
    margin-right: 1rem;
}

/*///////////////// AUTHOR DETAILS ///////////////////*/
.author {
    float: left;
}

.author img {
    width: 60px;
    height: 60px;
    border-radius: 35px;
    margin-right: 15px;
    float: left;
}

.author .info {
    width: calc(100% - 75px);
    float: left;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
}

.author .info h5 {
    margin: 0;
    color: #757D85;
}

.author .info .date {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #999;
}

/*///////////////// TEAM STRIP ///////////////////*/
#slider h5, .team-list h5 {
    margin: 0.5rem 0 0;
}

#slider h6, .team-list h6 {
    font-size: 1rem;
}

#slider .mint-highlight h6, .team-list .mint-highlight h6 {
    color: #759c90;
}

/*MORPH*/
.morph {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.8;
    position: relative;
}

.morph:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}

.morph img:hover {
    cursor: pointer;
}

.morph .placed {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.morph .placed:hover {
    opacity: 0;
}

/*///////////////// TEAM ///////////////////*/
#team h4 {
    margin-bottom: 1.5rem;
}

#team h5 {
    color: #757D85;
}

#team .social_share {
    border: none;
    margin: 0;
    padding-top: 0.25rem;
    padding-bottom: 0;
    font-weight: 400;
}

#team .social_share li {
    border-right: 1px solid #ddd;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0;
}

#team .social_share li:first-child {
    padding-left: 0;
}

#team .social_share li:last-child {
    border: none;
}

#team .social_share i {
    color: #aaa;
}

#team .social_share i.facebook:hover {
    color: #3b5998;
}

#team .social_share i.twitter:hover {
    color: #00aced;
}

#team .social_share i.linkedin:hover {
    color: #007bb5;
}

#team .social_share i.gplus:hover {
    color: #dd4b39;
}

.bios {
    max-width: 800px !important;
    width: 100%;
    float: none !important;
    position: relative;
}

.bios .close-bar .fancybox-close {
    background-color: #757D85;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 1.6rem;
    border: none;
    float: right;
}

.bios .close-bar .fancybox-close:hover {
    cursor: pointer;
    background-color: #5d646a;
}

.bios p {
    font-size: 1rem;
    line-height: 1.6rem;
}

/*///////////////// NEWS ///////////////////*/
#feature_news {
    padding: 0 0.625rem;
}

#feature_news .inside {
    background: #fff;
    margin-bottom: 1.5rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

#feature_news h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#feature_news img {
    margin: 0;
}

#feature_news .btn_link, #feature_news input[type=submit] {
    background: #c1c6c8;
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
    border: none;
    margin-bottom: 1.5rem;
    color: #fff;
}

#feature_news .btn_link:hover, #feature_news input[type=submit]:hover {
    background: #a6adb0;
}

.date {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 0.8rem;
}

.thumbs_on_side li .inside {
    background: #f6f6f6;
    padding-top: 1.5rem;
}

/*//////////////// SLICING IMAGE ///////////////////*/
.bg-image-event {
    background-image: url("../../assets/images/site/event-img.jpg");
    /* lt ie8 */
    -ms-background-position-x: center;
    -ms-background-position-y: bottom;
    /* default - may override with classes or media query */
    background-position: center bottom;
    /* scale bg image proportionately */
    background-size: cover;
    /* ie8 polyfill */
    -ms-behavior: url(backgroundsize.min.htc);
    /* prevent scaling past src width (or not) */
    /* max-width: 1200px; */
}

.bg-center-center {
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position: center center;
}

.crop-height {
    /* max-width: 1200px; /* native or declared width of img src (if known) */
    height: 200px;
    /* lt ie8 */
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.crop-height img {
    object-fit: cover;
    object-position: 0 50%;
}

@media screen and (max-width: 64.063em) {
    .crop-height {
        height: 180px;
        /* lt ie8 */
    }

    .medium-block-grid-3 .crop-height {
        height: 120px;
    }
}

@media screen and (max-width: 50em) {
    .crop-height {
        height: 150px;
        /* lt ie8 */
    }

    .medium-block-grid-3 .crop-height {
        height: 100px;
    }
}

@media screen and (max-width: 40.063em) {
    .crop-height {
        height: auto;
    }
}

img.scale, object.scale, .crop-height img {
    display: block;
    /* corrects small inline gap at bottom of containing div */
    max-width: 100%;
    /* just in case, to force correct aspect ratio */
    height: 200px !important;
    width: 100%;
    width: auto\9;
    /* ie8+9 */
    /* lt ie8 */
    -ms-interpolation-mode: bicubic;
    /* force a minimum size if img src size is known */
    /* min-height: 320px; /* max-height of .crop-height */
    /* min-width: 480px; /* consistent with image ratio */
    /* optionally center if img src is not as wide as div */
    /* margin: 0 auto; */
}

.invisible {
    visibility: hidden;
}

.transparent {
    /* trigger hasLayout for */
    zoom: 1;
    /* 0 value in filters retains layout */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

/*///////////////// ARTICLE ///////////////////*/
.article {
    color: #191C1F !important;
}

.article h2 {
    margin-bottom: 1rem;
}

.article .inside {
    padding: 2rem;
}


.article ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
}

.article ul li ul {
    margin-bottom: 0 !important;
}

.article ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1em;
}

.article ol li ol {
    margin-bottom: 0 !important;
}

.article ul li,
.article ol li {
    float: left;
    /*width: calc(100% - 0.4em);*/
    display: list-item;
    /* padding-left: 1em;*/
    margin-bottom: 0.5em;
    /* margin-left: 0 !important;*/
}


.news_list li {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 1.5rem;
}

.news_list li .inside {
    background: #fff;
    padding: 0.9375rem;
}

.news_list li .inside img {
    margin-bottom: 1.5rem;
}

.news_list li .inside h3 {
    margin-bottom: 0.5rem;
}

.news_list li .inside p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.social_share {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.social_share img {
    margin-bottom: 0;
}

.social_share i {
    font-size: 1.2rem;
}

.social_share .gplus {
    margin-top: 0.25rem;
}

.social_share i.facebook:hover {
    color: #3b5998;
}

.social_share i.twitter:hover {
    color: #00aced;
}

.social_share i.linkedin:hover {
    color: #007bb5;
}

.social_share i.gplus:hover {
    color: #dd4b39;
}

.resources li {
    border-bottom: 1px dotted #ccc;
    padding: 0.5rem 0;
}

.resources i {
    margin-right: 10px;
}

.author_box {
    padding: 2rem 1.5rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #51B54E;
}

.author_box h5 {
    color: #555;
}

.author_box .date {
    font-size: 1.6rem;
    margin-top: 0.75rem;
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    color: #555;
}

/*///////////////// PROFILE ///////////////////*/
.profile .contact li {
    margin-bottom: 0.5rem;
}

.profile .contact a {
    color: white;
}

.profile .contact i {
    width: 25px;
}

.profile-img {
    border-radius: 100%;
    border: 6px solid #fff;
}

/*///////////////// BULLET ///////////////////*/
.bullet ul {
    list-style: none;
}

.bullet ul li {
    margin: 0 0 14px 20px;
    padding: 0 0 0 20px;
    position: relative;
}

.bullet ul li::before {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px;
}

.bullet ul li:nth-child(4n+1)::before {
    background-color: #D3529D;
}

.bullet ul li:nth-child(4n+2)::before {
    background-color: #D3529D;
}

.bullet ul li:nth-child(4n+3)::before {
    background-color: #D3529D;
}

.bullet ul li:nth-child(4n+4)::before {
    background-color: #D3529D;
}

.cs4 .bullet ul li {
    padding: 0;
    list-style-position: inside;
    margin: 0 0 14px 0;
}

.cs4 .bullet ul li::before {
    background: none;
}

.bullet.left ul li {
    text-align: right;
    margin: 0 20px 14px 0;
    padding-right: 10px;
}

/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (min-width: 526px) {
    _::-webkit-full-page-media, _:future, :root .flex_list > li {
        width: 33.2%;
    }
}
/*///////////////// VIDEO ///////////////////*/
.videoWrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vid-btn {
    text-align: center;
    padding: 3rem 0;
}

.vid-btn a {
    color: #759c90;
    display: inline-block;
    /*background-color:$mint;*/
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    width: auto;
    margin: auto;
    text-align: center;
}

.vid-btn a i {
    border: 2px solid #759c90;
    border-radius: 3rem;
    padding: 0.5rem 0.5rem 0.5rem 0.7rem;
    margin-right: 0.75rem;
    float: left;
}

.vid-btn a:hover {
    text-decoration: underline;
}

.vid-btn a:hover i {
    background-color: #759c90;
    color: #fff;
}

.vid-btn a .txt {
    line-height: 36px;
    display: inline;
    font-size: 1.2rem;
}

.vid-btn a .txt:hover {
    text-decoration: underline;
}

/*///////////////// PAGE ///////////////////*/
.page {
    padding: 0 0 2rem;
}

.page h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

.page h2 {
    text-transform: none;
    margin-bottom: 1rem;
}

.page h3 {
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .page h1 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 1rem;
    }
}

.cs1 p {
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.cs1 h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.intro p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #757D85;
}

/*///////////////// NEWS ///////////////////*/
.news-list .details {
    padding: 1rem 0 1rem 1rem;
}

.news-list .details .date {
    color: #999;
}

.news-list li {
    border-bottom: 2px dotted #759c90;
    padding: 1rem 0;
}

.article-image {
    margin: 0;
    display: inline-block;
    margin-bottom: 1rem;
}

.social_links {
    margin-left: 1.5rem;
    width: auto;
    padding-top: 10px;
}

.social_links li {
    float: left;
    margin-right: 10px;
    width: auto;
}

.social_links li a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
}

.social_links li.twitter a {
    background: #55acee;
}

.social_links li.twitter a:hover {
    background: #2795e9;
}

.social_links li.facebook a {
    background: #3b5998;
}

.social_links li.facebook a:hover {
    background: #2d4373;
}

.social_links li.linkedin a {
    background: #007bb5;
}

.social_links li.linkedin a:hover {
    background: #005882;
}

@media screen and (max-width: 526px) {
    .social_links li a {
        border-radius: 100px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        line-height: 40px;
        display: block;
        text-align: center;
        color: #fff;
    }
}

@media screen and (max-width: 374px) {
    .social_links {
        margin-left: 0;
        margin-top: 1rem;
    }
}
/*///////////////// RESOURCES ///////////////////*/
.accordion {
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
    .accordion {
        padding: 0.5rem;
        border-radius: 0.5rem;
    }
}

.accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
}

.accordion__item i {
    margin-right: 1rem;
}

.accordion__item:first-child {
    border: medium none;
}

.accordion__trigger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.accordion__trigger:hover {
    background-color: #f6f6f6;
}

.accordion__item.is-open .accordion__trigger {
    background-color: #222;
    color: #fff;
}

.accordion__content {
    background-color: #fff;
    display: none;
}

.accordion__content p {
    color: #999;
}

.accordion__content p:last-child {
    margin: 0;
}

.resources p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 0.5rem 1rem 0 31px;
    color: #999;
}

.accordion__content ul {
    margin: 0;
}

.accordion__content ul li {
    border-bottom: 1px dotted #ddd;
    padding: 1.5rem 1rem;
}

.accordion__content ul li a {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0;
    text-align: left;
    width: 100%;
    display: block;
}

.accordion__content ul li:last-child {
    border: none;
}

/*/////////////// IFRAME /////////////*/
.fluidMedia {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframeprice {
    padding-bottom: 44.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
}

.iframenews {
    padding-bottom: 120%;
    /*56.25%;*/
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 64.063em) {
    .iframeprice {
        padding-bottom: 44.25%;
    }

    .iframenews {
        padding-bottom: 575%;
    }
}

.stock-wrap {
    border-top: solid 1px #759C90;
    border-bottom: solid 1px #759C90;
    padding-top: 2rem;
    margin-bottom: 2rem;
    /*padding-bottom: 1em;*/
}

@media screen and (max-width: 64.063em) {
    .stock-wrap {
        border-left: none;
        /*padding-bottom: 0;*/
    }
}

.investors_nav li a {
    text-transform: uppercase;
    color: #757D85;
    letter-spacing: 1px;
}

ul.investors_resources {
    list-style-type: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.investors_resources li {
    line-height: 22px;
    padding: 14px 0;
    border-bottom: 1px solid #e0ddcc;
}

ul.investors_resources li a {
    color: #757D85;
}

ul.investors_resources li a::before {
    content: "\f0ab";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    color: #757D85;
}

ul.investors_resources li a:hover {
    text-decoration: none;
    color: #191C1F;
}

ul.slide-ul .title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 14px 0;
    cursor: pointer;
    border-bottom: 1px solid #e0ddcc;
}

ul.slide-ul .title:hover {
    color: #191C1F;
}

ul.slide-ul .title i {
    margin-right: 10px;
}

ul.slide-ul .info {
    padding-top: 1rem;
}

table {
    width: 100%;
}

table tr th, table tr td {
    color: #757D85;
    font-size: 0.95rem;
}

table tr:first-of-type {
    border-top: 1px solid #e0ddcc;
    border-bottom: 1px solid #e0ddcc;
}

table tr:first-of-type p {
    margin: 0;
    font-size: 0.95rem !important;
}

table#trufin_rns {
    font-size: 1rem !important;
}

.people_nav {
    padding-left: 0.625rem;
    margin-bottom: 2.5rem !important;
    width: auto;
    list-style: none;
}

.people_nav li {
    float: left;
    width: auto;
    margin-right: 1rem;
}

.people_nav li a {
    text-transform: uppercase;
    color: #757D85;
    letter-spacing: 1px;
}

.people_nav li:first-child {
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}

/*///////////////// VIDEO ///////////////////*/
.video-js {
    padding: 1rem;
    border: 1px solid #eee;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
}

.vid-holder {
    padding-left: 2rem;
}

/*///////////////// FOOTER ///////////////////*/
#footer {
    background-color: #759c90;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4rem;
    padding-bottom: 4rem;
    box-shadow: 0px 500px 0px 500px #759c90;
    /*ul.footer {
      float: right;
      width: auto;
      li {
          border: medium none;
          padding-right: 0;
          &#sleeptwitch {
              margin-top:0.15rem;
              a{
                  display: inline-block;

              }
          }
      }
      }*/
}

#footer ul {
    margin-bottom: 0.25rem;
}

#footer ul li {
    width: auto;
    border-right: 1px solid #fff;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}

#footer ul li a {
    color: #fff;
}

#footer ul li:last-child {
    border: none;
}

#footer #sleeptwitch {
    float: right;
}

@media screen and (max-width: 40.063em) {
    #footer {
        text-align: center;
    }

    #footer ul.footer {
        float: left;
        width: 100%;
    }

    #footer #sleeptwitch {
        float: none;
        margin-top: 1rem;
    }
}

#footer_awards {
    background: #F7F6F0;
    padding: 3.5rem 0;
    color: #fff;
    font-size: 0.8rem;
}

#footer_awards .quote {
    text-align: center;
    color: #222;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

#footer_awards .quote i {
    font-size: 2rem;
    margin-bottom: 1rem;
}

#footer_awards .quoter {
    text-align: center;
    color: #759c90;
    font-size: 1rem;
}

@media screen and (max-width: 526px) {
    .flex_list {
        display: block;
    }
}
/*///////////////// GOOGLE MAP ///////////////////*/
#map {
    width: 100%;
    height: 350px;
    border-top: 1px solid #ddd;
    background: #333;
}

/*//////////////// OVERRIDES ///////////////////*/
.auto {
    margin: auto;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.hide-l {
    display: none;
}

.hide-l-m {
    display: none;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-left {
    padding-left: 0;
}

.no_pad_m {
    padding: 0;
}

.no_pad_left_m {
    padding-left: 0;
}

.no_pad_right_m {
    padding-right: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-l {
    margin: 0 !important;
}

.no-margin-btm {
    margin-bottom: 0 !important;
}

.margin-btm-1 {
    margin-bottom: 1rem;
}

.margin-btm-2 {
    margin-bottom: 2rem !important;
}

.margin-btm-3 {
    margin-bottom: 3rem;
}

.margin-btm-4 {
    margin-bottom: 4rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-3 {
    margin-top: 3rem;
}

.margin-top-4 {
    margin-top: 4rem;
}

.pad-btm-1 {
    padding-bottom: 1rem;
}

.pad-btm-2 {
    padding-bottom: 2rem;
}

.pad-btm-3 {
    padding-bottom: 3rem;
}

.pad-btm-4 {
    padding-bottom: 4rem;
}

.pad-top-1 {
    padding-top: 1rem;
}

.pad-top-2 {
    padding-top: 2rem;
}

.pad-top-3 {
    padding-top: 3rem;
}

.pad-top-4 {
    padding-top: 4rem;
}

.pad-tb-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-tb-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.block-list-pad {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.no-border {
    border: none !important;
}

.border-btm {
    border-bottom: 1px solid #ddd;
}

.no-pad-top {
    padding-top: 0;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

div.no-pad, li.no-pad {
    padding: 0;
}

.img-border {
    padding: 0.5rem;
    border: 1px solid #ddd;
}

.bg-white {
    background-color: #fff;
}

.white {
    color: #fff;
}

.relative {
    position: relative;
}

button#reset {
    background: #ff8800;
}

@media screen and (max-width: 750px) {
    /*//////////////////// STRUCTURE ////////////////////*/
    /*////////////////////// LISTS //////////////////////*/
    ul.data li div[class*=medium] img,
    ul.data li div[class*=large] img {
        margin-bottom: 1rem;
    }

    ul.data li div[class*=medium],
    ul.data li div[class*=large] {
        padding-left: 0;
        padding-right: 0;
    }

    /*////////////////////// OVERRIDES //////////////////////*/
    .hide-l {
        display: block;
    }

    .hide-m {
        display: none;
    }

    .hide-m-s {
        display: none;
    }

    .no_pad_m {
        padding: 0;
    }
}

@media screen and (max-width: 526px) {
    /*////////////////////// H TAGS MINOR THIRS SCALE //////////////////////
  h1 {
      font-size: 2.074rem;
  }

  h2 {
      font-size: 1.728rem;
  }

  h3 {
      font-size: 1.44rem;
  }

  h4 {
      font-size: 1.2rem;
  }

  h5 {
      font-size: 1rem;
  }

  h6 {
      font-size: 0.833rem;
      }*/
    .btn_link, input[type=submit] {
        font-size: 1.1rem;
        padding: 0.75rem 1.5rem;
    }

    #contact_form {
        padding: 1rem 0 2.5rem;
    }

    /*form .columns {
      padding: 0;
      }*/
    #footer_wrap ul.footer {
        float: left;
        margin-top: 0.5rem;
    }

    /*////////////////////// OVERRIDES //////////////////////*/
    .hide-l-m {
        display: block;
    }

    .hide-m {
        display: block;
    }

    .hide-s {
        display: none;
    }

    .no_pad_right_m {
        padding-right: 0;
    }

    .no_pad_left_m {
        padding-left: 0;
    }

    .no-margin-l {
        margin-bottom: 2rem !important;
    }
}
