@charset "UTF-8";
/* CSS Document */


body, html {
  height: 100%!important;
  margin: 0;
  font-family:'Inter', "Arial", sans-serif;
  font-weight:normal;
  color: #FFF;
  font-weight:200;
  font-size:15px;
  background-color:#197a84;
  line-height:1.5;
  padding-top:60px;
    background-image:url("../images/sky.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.bullets li {
    font-size: 15px!important;
    margin:0 0 0 -20px;
}


.quote {
    font-style: italic;
    font-size: 19px;
    line-height: 1.2;
    position:relative;
    margin:20px 100px 0 100px;
    opacity: 0.6;
}

.openQuote {
    position: absolute;
    width:40px;
    top:-20px;
    left:-50px;
    opacity: 0.2;
}

.closeQuote {
    position: absolute;
    width:40px;
    bottom:50px;
    right:-30px;
    opacity: 0.2;
}

.credit {
    text-align: right!important;
    font-style: normal;
    font-size: 13px;
    padding:20px;
    opacity: 0.5;
    line-height: 1.3
}

.wrapper {
    min-height:100%;
    position: relative;
    padding-top:50px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.spacer {
    height:100px;
    clear:both;
}

.screen {
    background-color: #0b767c;
    font-size: 12px!important;
    padding:20px;
    margin-bottom:20px;
}

.screen .bullets li {
    font-size: 12px!important;
}

.bottomArcs {
    position: absolute;
    bottom:-20px;
    left:0;
    width:250px;
    display: block;
    z-index: 10000000;
}

.midArcs {
    position: absolute;
    top:30%;
    left:0;
    width:250px;
    display: block;
}

#bottomGrad {
    display: block;
    position: fixed;
    bottom:-20px;
    left:0;
    width:100%;
    z-index: 0;
}

.col-sm-8, .col-sm-9 {
    padding-left:0;
}

#screens .col-sm-8 {
    padding:0;
    margin:0 0 0 -20px;
}

.col-sm-6 {padding-left:0!important;}

.screen h2 {
    font-size: 16px;
    font-weight: 300;
}

.screen p {
    margin:0;
}

strong {
    font-weight: 600;
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
  background-image:         linear-gradient(to bottom, #FFF 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFF', endColorstr='#ffFFF', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-bottom:0; 
  height:60px;
  box-shadow:0 0 20px #333;
  -moz-box-shadow:0 0 20px #333;
  -webkit-box-shadow:0 0 20px #333;
  z-index:10000000000!important;
    color:#197a84;
    position: fixed;
}

.clearall {
	clear:both;
}



.circles {
    padding:40px;
    border-radius: 100%;
    border:1px solid #1cbcbd;
    width:100%;
    height:100%;
    position: relative;
}

.contactLine {
    border-top:1px dashed #1cbcbd;
    margin-top:-12px;
    padding-top:14px;
    font-size: 17px;
}

.contactLine span {
    opacity: 0.6;
}

.contactLine a {
    color: #FFF;
    font-weight: 400;
}

.main {
    position: absolute;
    right:-15%;
    width:1000px!important;
    height:1000px!important;
    top:3%;
}

.circles img {
    border-radius: 100%;
    width:100%;
}

#runway {
    position: absolute;
    right:-20px;
    top:46%;
    width:500px;
}

.standout {
    font-size: 19px;
    opacity: 0.6;
}
#plane2 {
    opacity: 0;
    margin-top:-100%;
}

#screens .col-sm-8 .screen {
    margin-right:15px;
}

#screens .col-sm-6 .screen {
    margin-right:0px;
}

.navbar-inverse ul li a {
	text-shadow:none!important;
	font-size:16px;
	padding:10px 19px 10px 19px;
	color:#197a84!important;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-right:1px solid #FFF;
    font-weight: 300;
}
.navbar-inverse ul li a:hover {
	color:#FFF!important;
	text-shadow:0 0 10px #999!important;
	-moz-text-shadow:0 0 10px #999!important;
	-webkit-text-shadow:0 0 10px #999!important;	
	box-shadow:none;
	-webkit-box-shadow:none;
}


.totop {
	font-size:13px;
	color:#FFF;
}
.totop:hover {
	color:#FFF;
	text-decoration:none;
}

.whiteBg .totop, .whiteBg .totop:hover {
	color:#000;
}


.navbar-inverse .dropdown ul li a {
	color:#FFF!important;
	font-size:17px;
}

.navbar-nav {
	margin:-60px 0 15px 0;
	float:right;	
}

.container {
	max-width:800px;
	margin:0 auto;
	z-index:10000!important;
}

.footer .container {
	min-height: auto;
}


.navbar-inverse .navbar-nav>.active>a{
	background-image:-webkit-linear-gradient(top,#A39E99 0,#A39E99 100%);
	background-image:linear-gradient(to bottom,#A39E99 0,#A39E99 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA39E99', endColorstr='#ffA39E99', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow:none;
	-webkit-box-shadow:none;
}

.logo {
	width:350px;
	margin:0 auto;
	margin-top:130px;
	margin-bottom:50px;
	display:block;
}


h1 {
	border:none;
	color:#FFF;
	font-size:36px;
    line-height: 1.25;
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;
	min-height:60px;
    font-weight: 600;
    padding-bottom:25px;
    border-bottom:5px;
    border-bottom:1.5px solid #1cbcbd;
    display: inline-block;
}

h1::first-line {
    color: #c6e2e5;
}


h2 {
    font-size: 22px;
    font-weight:400;
    line-height: 1.25;
    padding-bottom:5px;
    border-bottom:5px;
    border-bottom:1px solid #1cbcbd;
    display: inline-block;
    margin-top:0px;
}

h4 {
    font-size: 15px;
    font-weight:400;
    line-height: 1.25;
    padding-bottom:5px;
    border-bottom:5px;
    border-bottom:1px solid #1cbcbd;
    display: inline-block;
    margin-top:0px;
}

h5 {
    font-weight: 200;
    opacity: 0.5;
    font-size: 13px;
    line-height: 1;
    margin:0 0 5px 0;
}

.noborder {
    border:none;
    margin-bottom:none;
    padding-bottom:none;
}


b, strong {
	font-weight:700;
}


.teamMember {
	margin-bottom:5px;
}



.navbar-brand {
	float:left;
	margin:15px 0px 5px -15px!important;
	padding:0;
	width:180px;
    height:60px;
}
.navbar-brand img {
	width:100%;
}


.col-sm-6 ul li {
	/*margin:0!important;*/
	padding:0!important;
}

.navbar-inverse .navbar-toggle{ 
	border-color:#FFF;
}


.navbar-inverse .navbar-toggle{ 
	border-color:#012169;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #012169;
}

.navbar-inverse .navbar-toggle {
  background:none;
  border:none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #012169;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #FFF;
}


.container ul li {
	font-size:17px;
}
.col-sm-12 ul li, .col-sm-5 ul li {
	margin-bottom:20px;
}

.black {
	color:#2C2761;
	text-shadow:0 0 5px #999;
}
.white {
	color:#FFF!important;
	text-shadow:0 0 5px #000!important;
}

hr {
	border-top:1px solid #CCC;
	margin:3px 0 3px 0;
}

.navbar {
z-index: 10000000;
border:none!important;
    min-height:70px;
}

.navbar .col-sm-4 {
    margin:0;
    padding:0;
}

.collapse {
	border:none;
}

@media (max-width: 768px) {
    
    .col-sm-2 img {
        width: 60%;
        margin-bottom:10px;
    }
    #runway {
        left:90%;
    }

    .navbar-brand {
        margin:-30px 0px 5px -15px!important;
    }
    .main {
        left:90%;
    }
    .navbar-inverse .navbar-nav>li>a {
        background-color: #FFF;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        background-color: #197a84;
    }
    
    .navbar-nav {
        margin: -10px 0 15px 0;
    }
    
    .navbar-inverse .navbar-collapse {
        margin: 22px 0px 0 0;
    }
    
    .navbar-inverse .navbar-toggle {
        border-color: #197a84;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #197a84;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #197a84;
    }
}



	