
body {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 300;
}




h1{
    color: #54657e;
    font-family: 'Montserrat Black', Arial, Helvetica, sans-serif;
    font-size: 4em;
    line-height: 1.25em;
}

@media (max-width: 640px) {
    h1 {
        font-size: 3.2em;
    }
}

h2{
    color: #3d4d65;
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 2em;
}

h3{
    color: #3d4d65;
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
}

h4{
    color: #3d4d65;
    font-family: 'Montserrat  bold', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
}


.body-copy-big{
    color: #3d4d65;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.5em;
}

.body-copy-small{
    color: #3d4d65;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}

::selection {
    background: #40bfff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #40bfff; /* Gecko Browsers */
}

.text-white{
    color: white;
}

.sticky-bar{
    position: fixed;
    width: 100%;
    height: 4em;
    padding-top: 0.8em;
    z-index: 30;
}
.sticky-bar-phone{
    position: fixed;
    width: 100%;
    height: 6em;
    padding-top: 2em;
    z-index: 30;
}



.cta-button {
    background-color: #40bfff;
    width: 10em;
    text-align: center;
    margin: auto;
    border-radius: 2em;
    color: white;
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    height: 3.3em;
    border: none;
    letter-spacing: 0.1em;
}
.cta-button:hover {
    background-color: #66ccff;
}
.cta-button:active {
    background-color: #5ab3e0;
    -moz-box-shadow:    inset 0 1em 1em -1em #000000;
    -webkit-box-shadow: inset 0 1em 1em -1em #000000;
    box-shadow:         inset 0 1em 1em -1em #000000;
}
.cta-button:focus {
    outline: none
}


.ghost-button {
    background-color: rgba(255,255,255,0);
    width: 6em;
    text-align: center;
    margin: auto;
    border-radius: 2em;
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 1em;
    height: 2.5em;
    padding-top: 0.5em;
    letter-spacing: 0.1em;
}
.ghost-button:hover {
    border: transparent solid 1px;
    cursor: pointer;
}
.ghost-button:active {
    border: transparent solid 1px;
}
.ghost-button:focus {
    outline: none
}

.ghost-button-white:hover{
    background-color: rgba(255,255,255,0.33);
}
.ghost-button-blue:hover{
    background-color: rgba(64,189,255,0.75);
    color: white;
}

.ghost-button-white:active{
    background-color: rgba(255,255,255,0.5);
    -moz-box-shadow:    inset 0 0.7em 0.7em -0.7em #FFFFFF;
    -webkit-box-shadow: inset 0 0.7em 0.7em -0.7em #FFFFFF;
    box-shadow:         inset 0 0.7em 0.7em -0.7em #FFFFFF;
}
.ghost-button-blue:active{
    background-color: rgba(64,189,255,0.9);
    -moz-box-shadow:    inset 0 0.7em 0.7em -0.7em #40bfff;
    -webkit-box-shadow: inset 0 0.7em 0.7em -0.7em #40bfff;
    box-shadow:         inset 0 0.7em 0.7em -0.7em #40bfff;
    color: white;
}



.ghost-button-white{
    border: white solid 1px;
    color: white;
}
.ghost-button-blue{
    border: #40BFFF solid 1px;
    color: #40BFFF;
}

.white-background{
    background-color: white;
}

.white-fill{
    background-color: rgba(255,255,255,0.7);
}


#header-bar{
    position: relative;
}

.carousel-fade { z-index: -99; } /* keeps this behind all content */
.carousel-fade .carousel-inner .item {
    /*position: absolute;*/
    width: 100%;
    height: 830px;
    -webkit-transition-property: opacity ;
    -moz-transition-property: opacity ;
    -ms-transition-property: opacity ;
    -o-transition-property: opacity ;
    transition-property: opacity ;

}
.carousel-inner > .item {

    -webkit-transition: 2s ease-in-out left;
    -moz-transition: 2s ease-in-out left;
    -o-transition: 2s ease-in-out left;
    transition: 2s ease-in-out left;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel ,.carousel-inner{
    /*position: initial;*/
}

.carousel-fade .carousel-inner .one {
    background: url("../img/Carousel1.jpg");
    background-size: cover;
    -moz-background-size: cover;
}
.carousel-fade .carousel-inner .two {
    background: url("../img/Carousel2.jpg");
    background-size: cover;
    -moz-background-size: cover;
}
.carousel-fade .carousel-inner .three {
    background: url("../img/Carousel3.jpg");
    background-size: cover;
    -moz-background-size: cover;
}

.not-home-banner {
    width: 100%;
    height: 320px;
    background: url("../img/Not-Home-Banner.jpg");
    background-size: cover;
    -moz-background-size: cover;
}


.centered{
    margin: 0 auto;
    text-align: center;
}


.at-a-glance{
    height: 100px;
    width:  100px;
    border-radius: 50%;
    margin: auto;
}
.at-a-glance img{
    margin: auto;
    margin-top: 35px;
    width: 30px;
}

.at-a-glance-1{
    background-color: #8976e5;
}
.at-a-glance-2{
    background-color: #3498DB;
}
.at-a-glance-3{
    background-color: #40bfff;
}

.right-line{
    left: 0.5em;
    margin: 47px 0px 0 -75%;
    background: #E5E5E5;
    content: "";
    width: 250%;
    height: 5px;
    vertical-align: middle;
    border-radius: 3px;
}
.at-a-glance-line-1-2{
    background: #40bfff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #8976e5 , #3498DB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #8976e5, #3498DB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #8976e5, #3498DB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #8976e5 , #3498DB); /* Standard syntax */
}

.at-a-glance-line-2-3{
    background: #40bfff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #3498DB , #40bfff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3498DB, #40bfff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3498DB, #40bfff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3498DB , #40bfff); /* Standard syntax */
}


.benefit{
    text-align: center;
}

.benefit img{
    width: 90%;
    padding: 0px 5% 0 5%;
}
.benefit .p80{
    width: 80%;
    margin: auto;
}


.benefit-1.bgd{
    background: url("../img/Benefit-1-Bgd-Mobile.png");
    background-size: cover;
    -moz-background-size: cover;
}
.benefit-2.bgd{
    background: url("../img/Benefit-2-Bgd-Mobile.png");
    background-size: cover;
    -moz-background-size: cover;
}
.benefit-3.bgd{
    background: url("../img/Benefit-3-Bgd-Mobile.png");
    background-size: cover;
    -moz-background-size: cover;
}

.benefit .white-space-pre{
    white-space: pre;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .benefit{
        text-align: left;
    }

    .benefit-1.bgd{
        background: url("../img/Benefit-1-Bgd.png");
        background-size: cover;
        -moz-background-size: cover;
    }
    .benefit-3.bgd{
        background: url("../img/Benefit-2-Bgd.png");
        background-size: cover;
        -moz-background-size: cover;
    }
    .benefit-2.bgd{
        background: url("../img/Benefit-3-Bgd.png");
        background-size: cover;
        -moz-background-size: cover;
    }
}

.phone-side-bar{
    padding-top: 2em;
    width: 75%;
    height: 100%;
    background-color: #253042;
    position: fixed;
    right: -100%;
    z-index: 35;
    -webkit-transition: right 0.8s ease-out; /* Safari */
    transition: right 0.8s ease-out;
}
.menu-bar-link {
    color: #cad3df;
    font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}
.menu-bar-link:link {
    text-decoration: none;
}

.menu-bar-link:visited {
    text-decoration: none;
}
.menu-bar-link.active{
    color: #526074;
}
.menu-bar-link:hover{
    color: #40bfff;
}

.small-pad{
    padding: 2em;
}



.team-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content:center*/


}

.team-container .team-box {
    position: relative;
}

.team-container .img-container{
    width: 200px;
    height: 200px;
    position: relative
}
.team-container .img-container > div {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 100%;
    text-shadow: 2px 2px 4px #000000;
}
.team-container .img-container img{
    position: absolute;
}

.team-container .push-down, .team-container .push-down-text {
    -webkit-transition: height 0.8s ease-out; /* Safari */
    transition: height 0.8s ease-out;
    background: #253042;
}

.team-container .img-gray, .team-container .img-active {
    -webkit-transition: opacity 0.8s ease-out; /* Safari */
    transition: opacity 0.8s ease-out;
}

.team-container .img-gray, .team-container .img-active {
    -webkit-transition: opacity 0.8s ease-out; /* Safari */
    transition: opacity 0.8s ease-out;
}


.push-down-text img {
    height: 2.5em;
    padding: 0 10px;
    margin-top: 10px;

}

.push-down-text a {
    text-decoration: none;
}

.team-box .arrow {
    position: absolute;
    top: 190px;
    left: 95px;
    width: 0;
    height: 0;
    z-index: 100;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #253042;
    display: none;
}
