/**,*:before,*:after {
  box-shadow:inset 0 0 5px rgba(31,118,188,.5);
}*/
body {
  background:#25282a;
  font-family: "proxima-nova",sans-serif;
}
.clear {
  clear:both;
}
section {
  background:#fff;
}
.text-center {
  text-align:center;
  position:relative;
}
footer {
  color:#ffffff;
}
a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header nav ul li {
  float:left;
  list-style:none;
  margin-left:0em;
}

header nav ul li a  {
  font-weight:600;
  font-size:0.875em;
  color:#0088cf;
  text-transform:uppercase;
  text-decoration:none;
  letter-spacing: .25em;
  margin-left:1.500em;
}
header nav ul li a:hover {
  color:#a0c9e5;
}
header .logo {
  text-indent:-9999px;
  display:block;
  height:30px;
  width:199px;
  background:url(../img/header-logo.png) no-repeat;
}
header .mobile-container {
  display:block;
  padding-top:1.75em;
}
header .btn {
  border:2px solid #0088cf;
  padding:0.625em 0.938em;
  background:#0088cf;
  color:#fff;
}
header .btn:hover {
  background:#1172b5;
  border:2px solid #1172b5;
}
.button_container {
  position: absolute;
  right:6%;
  top:0%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1010;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  margin: 2em auto;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active {
  position:fixed;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background:#75797c;
}
.button_container.active .middle {
  opacity: 0;
  background:#75797c;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background:#75797c;
}
.button_container span {
  background: #75797c;
  border: none;
  height:3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background:#ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  z-index: 1000;  
}
.overlay.kill {
  opacity: 0;
  visibility: hidden;
  height: 0%;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  z-index: 1000;  
}
.overlay nav {
  position: relative;
  height: 70%;
  top:15%;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 100%;
  float:left;
  text-align:left;
}
.overlay ul li {
  display: block;
  position: relative;
  float:none;
  text-decoration:none;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: rgba(255,255,255,0);
  color: #393a38;
  text-decoration: none;
  overflow: visible;
  font-size: 2em;
  text-rendering: optimizeLegibility;
  line-height: 1em;
  font-weight: 400;
  margin: 0px 1em 0.5em 0em;
  height: auto;
  float:left;
  letter-spacing:normal;
  transition: .25s ease all;
}
h1 {
  font-size:6.063em;
  color:#1277bc;
  font-weight:100;
  margin:0 auto;
  line-height:1em;
}
h1 strong {
  font-weight:400;
}
.rotate {
  width:100%;
  height:auto;
  display: inline-block;
  position: relative;
  top:-80px;
}
.rotate:before {
  content: '';
  background: white;
  position: absolute;
  right: -20px;
  bottom: -1px;
  height: 41px;
  width: 20px;
  display: none;
}
.rotate span {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  line-height: 1;
  clip: rect(0px, 1600px, 100px, 0px);
}
.rotate span:after {
  content: '';
  background: white;
  position: absolute;
  right: -40px;
  bottom: -1px;
  height: 41px;
  width: 10px;
  display: none;
}
.rotate span.active {
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
  opacity: 1;
  clip: rect(0, 100%, 0px, 0px);
}
.rotate span .nobr:first-child {
  white-space:nowrap;
  font-size:.90em;
}

h2 {
  color:#000;
  font-weight:900;
  font-size:6.063em;
  margin:0 auto;
  line-height:1em;
}

h3 {
  font-size:1.875em;
  font-weight:300;
  text-transform:uppercase;
  margin:0 auto;
}
h4 {
  font-size:1.500em;
  font-weight:600;
  color:#a0c9e5;
  margin:0 auto;
}
h5 {
  margin:0 auto;
}
p {
  font-size:1.125em;
  color:#76797d;
  margin:0 auto;
}
.left-align {
  text-align:left;
}
.right-align {
  text-align:right;
}
section.first {
  background: url(../img/header.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  padding-top:3.750em;
  padding-bottom:9.688em;
}

section.first .top-padding {
  padding-top:11.875em;
}

section.first .row.top-padding .row {
  padding-top:1.875em;
}
section.second {
  background:#1277bd;
  padding-top:6.250em;
  padding-bottom:8.438em;
  color:#fff;
}
section.second p {
  color:#fff;
}
section.second .row:nth-child(2) {
  margin-top: 5.625em;
}
.row .features {
  margin-bottom:5.938em;
}
.row .features:last-child {
  margin-bottom:0;
}
section.second h4 {
  margin-top:0;
  margin-bottom:.50em;
}
section.second p {
  font-size:1em;
  color:#ffffff;
  font-weight:normal;
}

section.third {
  padding:5.938em 0 0;
}
section.third h3 {
  color:#75787b;
}
section.third .row:nth-child(2) {
  margin-top:5.625em;
}
section.third p {
  font-size:1em;
  color:#25282a;
  display:block;
  margin-top:1em;
}
section.third p strong {
  float: left;
	margin-left:1em;
}
section.third p span {
  float:right;
	margin-right:1em;
}
section.fourth {
  padding:5.938em 0 15.000em;
  position: relative;
}
section.fourth .row:nth-child(2) {
  margin-top:5.625em;
}
section.fourth h4 {
  font-size:1.500em;
  font-weight:bold;
  color:#000;
}
section.fourth h5 {
  font-size:1.250em;
  color:#75787b;
  font-weight:normal;
  margin-bottom:1em;
}
section.fourth p {
  font-size:1em;
  font-weight:normal;
  color:#000;
  margin-bottom:1em;
}
section.fourth a {
  font-size:0.750em;
  color:#1277bd;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}
section.fourth a:hover {
  color:#a0c9e5;
}
section.fourth hr {
  display:none;
}
footer {
  padding-top:4.375em;
}
footer .logo {
  text-indent:-9999px;
  display:block;
  height:30px;
  width:199px;
  background:url(../img/footer-logo.png) no-repeat;
  float:right;
  cursor:pointer;
}
footer img {
  position:absolute;
  display:block;
  left:0;
  right:0;
  top:-120px;
  margin:auto;

}
footer blockquote {
  margin-top:0px;
  margin-bottom:1.875em;
  font-weight:bold;
}
footer p.name {
  margin-top:0px;
  margin-bottom:0px;
}
footer a.btn {
  display:inline-block;
  border:2px solid #0088cf;
  padding:0.625em 0.938em;
  color:#0088cf;
  font-weight:600;
  font-size:0.875em;
  text-transform:uppercase;
  text-decoration:none;
  letter-spacing: .25em;
  cursor:pointer;
}
footer a.btn:hover {
  background:#0088cf;
  border:2px solid #0088cf;
  color:#fff;
}
footer .text-center {
  margin-bottom:8.750em;
}
footer .copyright {
  margin-top:1.5em;
  margin-bottom:1.875em;
  display:block;
}
footer .copyright p,
footer nav ul li a {
  color:#fff;
  font-size:0.625em;
  font-weight:bold;
  text-decoration:none;
}
footer nav ul {
  float:right;
  margin-top:1em;
  margin-bottom:1.875em;
}
footer nav ul li {
  float:left;
  list-style:none;
  margin-left:1em;
  margin-top:0em;
}
footer nav ul li:last-child {
  margin-right:0;
}
footer nav ul li:after {
  content: '|';
  margin-left:1em;
  position:relative;
  top:3px;
}
  footer nav ul li:nth-child(3):after {
    display:none;
  }
	
/*  BRIGHTCOVE CSS BELOW */
.video-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.75);
	display:none;
}
.video-wrapper{
	position:absolute;
	top:50%;
	left:50%;
	width:75%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.video-close{
	position:absolute;
	top:1em;
	right:1em;
	font-size:1.5em;
	color:#fff;
}
.video-close:hover, .video-close:focus{
	color:#1277bd;
}
.video-js{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.vjs-fullscreen{
	padding-top: 0px;
}

.video-content{
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	display:none;
}

.vjs-big-play-button {
	height:100px !important;
	width:100px !important;
	margin-left:-50px;
	margin-top:-50px;
	top:50% !important;
	left:50% !important;	
	-webkit-border-radius: 50% !important; 
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.vjs-big-play-button::before {
	font-size: 80px !important;
	width: 65px !important;
}
	
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
*/
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.flexslider.testimonials {
  margin: 0 auto 5.25em;
  background:none;
  border:none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  -o-box-shadow:0;
  box-shadow:0;
}
.flexslider.features {
  margin: 0 auto 5.25em;
  padding:1.75em 1.00em 4em 1.00em;
  background:#185c8b;
  border:none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  -o-box-shadow:0;
  box-shadow:0;
}
.flexslider.features img {
  width:40%;
  margin:0 auto;
  display:block;
}
.flexslider.videos .slides > li {
  cursor:pointer;
}
.flexslider.videos .flex-control-nav {
  bottom:-60px;
  display:block;
}
.flexslider.videos .flex-control-paging li a.flex-active {
  background:#dcdcdc;
}
.flexslider.testimonials .flex-control-nav {
  bottom:-50px;
}
.flexslider.testimonials ul li {
  height:auto;
}
.flexslider.testimonials img {
  position:absolute;
  width:102px;
  height:102px;
}
.flexslider.testimonials .flex-control-paging li a {
  background:#76797d;
}
.flexslider.testimonials .flex-control-paging li a.flex-active {
  background:#ffffff;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f053';
  color: #76797d;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
/* custom sliders */
.flexslider.videos .flex-direction-nav .flex-prev {
  left: -75px;
  top:45%;
  height:50px;
}
  .flexslider.videos:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -45px;
  }
.flexslider.videos .flex-direction-nav .flex-next  {
  right: -75px;
  top:45%;
  height:50px;
}
  .flexslider.videos:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -45px;
  }
/* custom sliders */  

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flexslider.features .flex-control-paging li a {
    background: #89bbde;
}
.flexslider.features .flex-control-paging li a.flex-active {
  background:#ffffff;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flexslider.videos .flex-direction-nav {
    display:none;
  }
}

/*Small screens*/
@media only screen and (max-width: 40em) {
  section.first {
    background:#fff;
    padding-top:1.75em;
    padding-bottom:4.688em;
  }
  section.first .top-padding {
    padding-top: 6.875em;
  }
  header .logo {
    width:170px;
    height:26px;
    background-size:170px 26px;
  }
  header nav ul li a {
    letter-spacing: .05 !important;
  }
  h1,
  h2 {
    font-size:3em;
  }
  h2 {
    margin: .1em auto 0;
  }
  h3 {
    font-size:1.5em;
  }
  p {
    font-size:1em;
  }
  section.second {
    padding-top: 2.25em;
    padding-bottom: 0.5em;
  }
  .flexslider.features {
    margin-top:2.25em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom:4em;
    padding-bottom: .75em;
  }
  section.second h4 {
    margin-top:1em;
  }
  .flex-control-nav {
    z-index:9999;
  }
  .flexslider.videos .flex-direction-nav {
    display:none!important;
  }
  .flexslider.features .flex-control-nav {
    width: 100%;
    position: relative;
    bottom: -65px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  section.third {
    padding:2.25em 0em;
  }
  section.third .row:nth-child(2) {
    margin-top:2.25em;
  }
  section.fourth {
    padding:2.25em 0 6.00em;
    position: relative;
  }
  section.fourth hr {
    box-sizing: content-box;
    height: 0;
    width: 93%;
    color:#929292;
    margin:1em auto;
    display:block;
  }
  section.fourth a {
    margin-bottom: 1em;
    display: block;
  }
  footer blockquote {
    margin-left:auto;
    margin-right:auto;
  }
  footer .logo {
    float:none;
    margin:0 auto;
  }
  footer nav {
    text-align:center;
    margin:0 auto;
    width:100%;
    display:flex;
  }
  footer nav ul {
    float: none;
    margin: .75em auto;
    padding-left: 0em;
  }
  footer nav ul li {
    margin-left:.25em;
  }
  footer nav ul li:after {
    margin-left:.25em;
  }
  footer .copyright {
    margin-top:0;
  }
  footer .copyright p {
    text-align:center;
  }
  footer nav ul li:nth-child(3):after {
    display:none;
  }
  .flexslider.videos .flex-control-nav {
    display:block;
  }

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*// Medium screens*/
@media only screen and (min-width: 40.063em) {

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .flexslider.videos:hover .flex-direction-nav {
    display:none;
  }

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/*// Large screens*/
@media only screen and (min-width: 64.063em) {

} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 100em) {
  .flexslider.videos:hover .flex-direction-nav {
    display:none;
  }
} /* min-width 1025px and max-width 1440px, use whe*/

@media only screen and (min-width: 100em) {
  .flexslider.videos .flex-control-nav {
    display:none;
  }
} /* min-width 1025px and max-width 1440px, use whe*/


