html, body { margin: 0; padding: 0; color: #38393C; font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif; background-color: #353639; width: 100%; height: 100%; -webkit-font-smoothing: antialiased;}
body
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    width: 87%;
}
.hidden { display: none; }
li { list-style-type: none; }
* { box-sizing: border-box; -moz-box-sizing: border-box; /*-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;*/ /* -webkit-backface-visibility: hidden; */} a { color: #69807A; }
a:hover { color: #3B5A40; }
a img { border: none; }
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* Fix for pretty photo */
div.ppt {visibility : hidden;} 

.preformat { white-space: pre-line; }
.header { background-color: #0A181B; color: white; background-repeat: no-repeat; background-position: center; background-size: contain; /* transition: all 0.5s; */ width: 100%; min-width: 768px;}
.header.index { background-image: url(../img/header_home.jpg); background-position-x: 66%;}
.header.engagement { background-image: url(../img/header_engagement.jpg); background-repeat: no-repeat; /* background-position-x: 350px; */ /* background-position-y: 0px; */ /* background-position-x: 110%; */ /* background-position: 390px 40px; */ background-position: 80% 60%; /* background-position-y: 60%; */ /* background-origin: border-box; */}
.header.education { background-image: url(../img/header_education.jpg); }
.header.workforce { background-image: url(../img/header_workforce.jpg); background-position-x: 72%;}
.header.landing { height: 100%; }
.landing-video { /* position: absolute; */ /* top: 21%; */ /* left: 20%; */ display: block; margin: 0 auto; position: relative; top: -78px; min-width: 748px;}
.enter-site-holder { text-align: center; margin-top: -40px; font-size: 30px;}
.enter-site-link { color: white; text-decoration: none; }
.content { max-width: 1230px; min-width: 708px; margin: auto; /* position: relative; */ width: 88%; z-index: 9; }
.timeline {
    margin: 90px auto;
    min-height: 1026px;
}
.tab {
    background-color: #1D2A2D;
    padding: 0;
    width: 25%;
    margin: 0;
    text-align: center;
    border: 0;
    color: #37BEE9;
    line-height: 78px;
    cursor: pointer;
    transition: all 0.25s;
    border-left: 1px solid #51676e;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 16px;
}

.tab a {
	font-size: 16px;
	color: #37BEE9;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.tab.selected {
	background-color: #04171B;
}

.tab:first-child {
	border-left: 0;
}

.tab:hover {
	color: white;
	background-color: #42565A;
}
.tabs {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 0;
}
.header .menu .tabs {
    width: 100%;
}
.logo {
    width: 24%;
    margin: 0;
    padding: 20px;
    display: inline-block;
    float: left;
}
.logo img {
    /* height: 70px; */
}
.top-bar{height: 80px;}

.hero {
    height: 613px;
    /*height: 490px;*/
    font-size: 38px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 10px 3% 0;
    /*clear: both;*/
    position: relative;
}
.hero.min {
    height: 160px;
}
.hero.min .phone {
    top: -22px;
}
.hero .title {
	margin-right: 52%;
	margin: 80px 50% 30px 0;
	font-weight: 600;
	font-size: 48px;
}
.hero .subtitle {
	margin-right: 52%;
	/* margin-bottom: 180px; */
}
.hero .cgi-seal {
  float: right;
  margin-top: 160px;
  margin-right: -3%;
}
.hero .phone {
    position: absolute;
    right: 5%;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    padding: 20px;
    font-weight: 300;
    font-size: 32px;
}
.hero .hero-announcement{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    background-color: rgba(198, 35, 35, .7);
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 250;
    text-align: center;
}
.hero .hero-announcement a{color: #37BEE9; text-decoration: none; padding-left: 12px; font-size: 18px;}
.hero .hero-announcement a:hover{color: #37BEE9; text-decoration: underline;}

.bottom-bar {
    margin: auto;
    top: -3em;
    position: relative;
    z-index: 10;
}
.bottom-bar .tabs {
	display: block;
}
.bottom-bar .tab:first-child {
	border-left: 0;
}
.bottom-bar .tab {
    border-left: 1px solid #556958;
    background-color: #364F56;
    width: 25%;
    line-height: 88px;
}

.bottom-bar .tab a {
	font-size: 19px;
    font-weight: 400;
	color: #D4E287;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.bottom-bar .tab:hover {
    background-color: #4C6770;
}
.bottom-bar .tab.selected {
    background-color: #1C2E33;
}
.bottom-bar .tab .fa {
	margin-right: 11px;
}

.menu {
	width: 61%;
	margin: 0;
	display: inline-block;
	float: right;
	text-align: right;
	/* padding-right: 30px; */
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.main {
    background-color: white;  
    width: 100%;
    /* height: 100%; */
    min-width: 768px;
    position: relative;
    padding: 1px 0 1px;
    z-index: 99;
}
.main.dark {
    background-color: #222;
}

.v-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.transition-all {
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.block {
    padding: 50px 6%; margin-top: 0px; margin-bottom: 0px;
    font-size: 0;
}
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.block > * {
    vertical-align: middle;
}
.block .picture {
    width: 50%;
    padding: 2%;
    display: inline-block;
    height: 100%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    cursor: pointer;
    text-align: center;
    /* float: right; */
}
.block .picture:hover, .hover-zoom:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.block .picture img {
    max-width: 100%;
}
.block .picture.fluid {
    float: right;
    width: auto;
    margin: 0 20px;
}
.block .text {
    font-size: 16px;
    line-height: 25px;
    width: 50%;
    display: inline;
    padding: 0 3%;
    display: inline-block;
}
.block .text h1 {
    line-height: 34px;
}
.block .text.fluid {
    width: auto;
    display: inline;
}
.white-paper-link {
    color: #999;
    text-decoration: none;
    border: 1px dashed #999;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.white-paper-link:hover {
    background-color: #F5F2F2;
    color: #333;
    border: 1px solid #999;
}
.chunk {
    margin: 20px 0;
    padding: 5%;
    background-color: #EBE7D7;
    font-size: 0;
}
.chunk .picture {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
    max-height: 320px;
}
.chunk .text {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 6%;
    line-height: 26px;
}
.chunk .view-all {
    margin: 30px 0; display: block; font-size: 13px; padding: 10px 30px; 
    border-radius: 0; letter-spacing: 1px;
}
.bg-layer {
    background-color: #222;
    color:  white;
    margin: 0;
    width: 100%;
    min-width: 768px;
    padding: 0px 0 50px;
    margin-top: 190px;
}
.bg-layer.min {
    padding-top: 1px;
    margin-top: -100px;
}
.bg-holder {
	max-width: 1230px;
	min-width: 768px;
	margin: auto;
	position: relative;
	text-align: center;
}
.bg-chunk {
    width: 39%;
    display: inline-block;
	font-size: 0;
    margin: 0 5% 70px;
    vertical-align: top;
}
.bg-chunk .picture {
	/* width: 100%; */
	display: inline-block;
	max-height: 273px;
	/* overflow: hidden; */
}
.bg-chunk .picture img {
    width: 100%;
}
.bg-chunk .text {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.bg-chunk h1 {
    font-weight: 400;
    margin-top: 30px;
    line-height: 40px;
}
.bg-chunk p {
    font-weight: 300;
}

.body {
    padding: 0;
    background-color: white;
    margin: -3em auto -8em;
    z-index: 9;
    /* position: relative; */
    width: 100%;
    /* min-height: 500px; */
}

.body .top {
	margin-top: 0;
}
.body.min {
    margin-top: -6em;
}
.body.no-bottom {
    margin-bottom: 2em;
}

.body .padded {
    padding: 0 9%;
}
.color {
    background-color: #EBE7D7;
}
.body .padded.video {
    padding: 30px 1% 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.body .description {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 2%;
    padding-right: 4%;
}
.body .visual {
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    margin: 0%;
    /* max-height: 370px; */
}
.body .visual .full { width: 100%; height: auto;}
.body .visual.large { /* max-width: 52%; */ height: 440px; width: auto; /* max-height: 440px; */ padding: 10px; transition: all 0.25s; -webkit-transition: all 0.25s;}
.body .visual.outline {
	border: 1px solid #555;
}
.body iframe.visual {
    height: 296px;
}
.body .visual.even {
    /* float: right; */
}
.carousel-image {
    max-height: 330px;
}
.body .desc {
    padding: 0 12px 0 52px;
    width: 53%;
    line-height: 26px;
    white-space: initial;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.body .desc.small {
    width: 47%;
}
.body .padded.video .desc.even {
    padding-left: 0;
    padding-right: 60px;
    /*text-align: right;*/
}
.body .strengths {
    text-align: center;
    padding: 20px 20px 50px;
    width: 100%;
    margin: 60px 0;
    background-color: #ECECEC;
}
.body .strengths .strength {
    width: 24%;
    padding: 0 20px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.strength .title {
    font-size: 28px;
    font-weight: 900;
}
.strength .desc {
    font-size: 18px;
    line-height: 30px;
    margin-top: 21px;
}
.strength .icon {
    padding: 50px 0;
    /* margin: -80px auto 80px; */
    display: block;
    /* width: 100%; */
    margin: auto;
}
.view-all {
    font-size: 22px;
    padding: 14px 40px;
    border-radius: 6px;
    border: none;
    margin-top: 70px;
    background-color: #41A5FC;
    transition: all 0.25s;
    color: white;
    cursor: pointer; font: -webkit-small-control; display: inline-block; font-size: 13px; font-weight: 600; padding: 10px 30px; border-radius: 3px; border-radius: 0; letter-spacing: 1px; margin-bottom: 0; text-decoration: none;
}
.view-all.corner {
    display: block;
    /* right: 9%; */
    /* bottom: 31px; */
    width: 200px;
    margin: 22px auto 0;
}
.view-all:hover {
    background-color: #73BEFF;
    color: white;
}
.desc .view-all {
    margin: 30px 0;
    font:  -webkit-small-control;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 3px;
    border-radius: 0;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-decoration: none;
}
.bottom {
    padding: 70px 90px !important;
    line-height: 29px;
}

.shadow {
    /* -webkit-box-shadow: 10px 10px 60px -2px #000; */
    box-shadow: 10px 10px 30px -12px #000; 
}

.photo-rhythm {
    font-size: 0;
    /* min-height: 370px; */
    /* height: 350px; */
    margin: 30px 1%;
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.photo-rhythm .lake {
	background-image: url(../img/kittens/westlake_1.jpg);
}
.photo-rhythm .text {
	
	font-size: 16px;
	padding: 4% 6%;
	line-height: 22px;
}
.photo-rhythm .text h2 {
    font-weight: 400;
    line-height: 26px;
    color: #555;
    font-weight: 100;
}
.photo-rhythm .left {
    width: 70%;
    height: 100%;
    background-size: cover;
    display: inline-block;
    background-position-x: 0;
    vertical-align: middle;
    padding: 50px;
}
.photo-rhythm .full { width: 100% !important;}
.photo-rhythm .right {
    width: 30%;
    height: 330px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.bios {
    border-spacing: 30px;
    padding: 30px 0;
}
.bios td {
    width: 47%;
    vertical-align: top;
}
.bios .bio {
    padding: 50px;
    height: 100%;
    width: 100%;
}
.bios .bio h2 {
    font-weight: 400;
    line-height: 26px;
    color: #555;
    font-weight: 100;
}
.bios .bio-pic {
    /* vertical-align: middle; */
    /* display: inline-block; */
    float: left;
    height: 148px;
    margin-right: 30px;
}
.photo-rhythm .right.bio-2 {
    background-image: url(http://placekitten.com/500/399);
}

.photo-rhythm .right.bio-3 {
    background-image: url(http://placekitten.com/499/399);
}

.logos {
    width: 100%;
    margin: 40px auto;
    display: block;
}
.footer {
    background-color: #353639;
    color: white;
    min-height: 400px;
    padding-top: 2em;
    margin-top: 11em;
    font-weight: 300;
}

.footer .content {
    padding: 20px;
    position: relative;
}

.footer .item {
    float: left;
    margin-right: 80px;
}

.footer .item p {
    margin: 0;
    line-height: 27px;
    font-size: 20px;
    font-weight: 100;
}

.footer .subheader {
	font-weight: 600 !important;
	font-size: 28px !important;
	margin-bottom: 20px !important;
}
.footer .line-header {
    width: 60px;
    display: inline-block;
    font-weight: 600;
}
.copyright-notice {
    text-align: center;
    clear: both;
    padding-top: 60px;
}
.legal {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}
.social-media {
	position: absolute;
	right: 20px;
	top: 20px;
}
.social-media a {
    color: white;
    margin-left: 30px;
    display: inline-block;
}
.social-media-icon {
    font-size: 53px;
    margin-right: 40px;
    cursor: pointer;
    transition: all 0.25s;
    float: right;
}
.social-media-icon:first-child {
	margin-right: 10px;
}
.social-media-icon:hover {
	color: #35D6F5;
}
.solutions {
    width: 100%;
    max-width: 918px;
    margin: 100px auto;
    display: block;
}

.carousel {
	/* height: 300px; */
	/* height: 100%; */
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.carousel-holder {
	/* margin-bottom: 70px; */
	padding: 0 1%;
}
.carousel .quote {
	padding: 50px 100px 70px;
}
.carousel .quote .text {
	font-weight: 300;
	font-style: italic;
	white-space: initial;
	font-size: 27px;
	margin-bottom: 0px;
	text-align: left;
}
.carousel .quote .text.small {
    font-size: 20px;
    margin-bottom: 30px;
}
.carousel .quote .by {
	text-align: right;
	font-weight: 600;
	word-wrap: break-word;
	white-space: initial;
	margin-bottom: 0;
}
.carousel .quote .subtitle {
    font-size: 20px;
    text-align: right;
    margin: 10px 0;
    white-space: initial;
}
.carousel .citation {
	font-size: 18px;
	text-align: right;
	margin: 0;
}
.carousel .item {
	padding: 0 30px 20px;
}
.social {
    text-align: right;
    margin: 0 -10px -50px;
}
.social a {
    color: #B3B3B3;
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    font-size: 30px;
}
.social a:hover {
    color: #0CF;
}
.header-min {
    padding: 4% 8% !important;
}
.header-min h1 {
    font-size: 40px;
}

.header-min p {
    font-size: 18px;
    line-height: 32px;
}
.contact-area {
    min-height: 790px;
    padding: 70px 0px;
}
.contact-area .success {
    display: block;
    margin-bottom: 20px;
    color: green;
    font-weight: 600;
}
.contact-area .error {
    display: block;
    margin-bottom: 20px;
    color: red;
    font-weight: 600;
}
.contact-form {
	float: left;
	display: block;
	/* height: 470px; */
	width: 42%;
}
.contact-form > * {
    display: block;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    resize: none;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder { font-weight: 100; }

.contact-form textarea {
    height: 190px;
}
.contact-form button {
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 100;
    float: right;
    margin-top: 1px;
    border-radius: 0;
}
.map {
	float: right;
	/* width: 50%; */
	max-width: 52%;
}
h1.thin {
    width: 81%;
    margin: 0 auto 30px;
}
.gallery-carousel {
    background-color: #353639;
    width: 81%;
    margin: auto;
}
.gallery {
    text-align: center;
}
.gallery .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
    display: block;
}
.gallery .gallery-item {
    display: inline-block;
    width: 27%;
    height: 320px;
    padding: 3% 3%;
    overflow: hidden;
    background-color: #111;
    margin: 3%;
    cursor: pointer;
}
.gallery .gallery-item:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.leverage-logo { width: 200px; }
@media (max-width: 1100px) {
    .body .padded.video .desc h1 {
        line-height: 36px;
    }
    .body .padded.video {
        padding: 20px 3% 0;
    }
    .body .padded.video .visual {
        margin-top: 50px;
    
        vertical-align: middle;
}
	.quote {
    padding: 20px 100px 40px !important;
}
    .body .padded.video .desc {
        font-size: 16px;
        line-height: 20px;
	
        width: 55%;
        padding: 0 30px;
        vertical-align: middle;
}
	.body .padded.video .desc.small {
    width: 44%;
}
	.chunk .picture {
		margin-top: 50px;	
	}
}
@media (max-width: 900px) {
    .photo-rhythm { width: 100%; }
    .hero .title {
        margin-right: 45%;
    }
    .bottom {
        padding: 70px 40px !important;
    }
    .bg-chunk {
        width: 76%;
    }
    .body .padded.video {
        padding: 10px 0%;
    }
    .body .padded.video .desc h1 {
        line-height: 36px;
    }
    .body .padded.video .desc {
        font-size: 14px;
    
        line-height: 20px;
}
	.body .visual.large {
    height: 350px;
}
    .body .strengths .strength {
    
        padding: 0 5px;
}
    .strength .title {
        font-size: 21px;
    }
    .strength .desc {
        font-size: 15px;
        line-height: 22px;
    }
	.social-media-icon {
		font-size: 40px;
	}
	.footer .item {
		
	}
    .carousel .quote {
        padding: 20px 80px;
    }
	.indicator {
		bottom: 0 !important;
	}
	.tab a { font-size: 14px; }
	.menu { width: 55%; }
}
