body {
	font-family: 'Yantramanav', sans-serif;
}
h1, h2, h3, h4, h5, p {
	color: #00355f;
}
a:focus {
	outline: none;
	outline-offset: -2px;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}
.navbar-brand {
	height: auto;
	width: 150px;
	transition: all .35s;
}
.nav-active {
	border-bottom: 4px solid #00355f;
}
.navbar .nav {
	padding-top: 85px;
	padding-left: 19px;
	font-size: 18px;
}
.navbar-shrink .nav {
	padding-top: 45px;
}
.navbar-shrink .navbar-brand {
	width: 100px;
}
.navbar-default .navbar-nav>li>a {
	color: #00355f;
	margin: 0px 11px;
}
.modal-backdrop {
	background-color: #00355f;
}
#intro-wrapper {
	background: url(../img/blue-binary-repeat.jpg) repeat;
}
#intro {
	background: url(../img/digital-wave.png) no-repeat center 15%;
	/* background: url(../img/blue-wave.png) no-repeat center 15%;*/
	background-attachment: fixed;
	margin-top: 170px;
}
#intro h1 {
	color: #00355f;
	font-size: 50px;
	display: inline-block;
	margin: 225px 0 225px 0;
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
}
#intro h1 small, #experience small {
	color: #00355f;
}
#description-wrapper, #contact-wrapper {
	background-color: #00355f;
	color: #fff;
}
#description {
	color: #fff !important;
	padding: 55px 189px;
	line-height: 34px;
	font-size: 18px;
	
}
#description p {
	color: #fff;
}
#contact {
	color: #fff;
	padding: 20px;
	font-size: 16px;
}
#experience img {
	margin-top: 35px;
	padding-bottom: 15px;
}
#experience h2 {
	margin: 15px;
	padding-bottom: 30px;
}
#strato-wrapper {
	background: url(../img/blue-binary-repeat.jpg) repeat;
}
#strato h2 {
	text-align: center;
}
.strato-box-wrapper {
	width: 17%;
	float: left;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #00355f;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	margin: 17px;
}
.strato-box {
	background: #fff;
	padding: 5px 0px;
	text-align: center;
}
.strato-box h3 {
	font-size: 20px;
	display: block;
	height: 57px;
	margin-bottom: 15px;
	text-align: center;
}
.strato-box img {
	margin: 15px 0 10px 0px;
}
.strato-box hr {
	border-top: 2px solid #003150;
	margin: 10px 14px;
	padding: 10px 32px 10px 15px;
}
.strato-box a {
	padding-bottom: 15px;
	display: inline-block;
}
.binary-spacer {
	background: url(../img/blue-binary-repeat.jpg) repeat;
	background-attachment: fixed;
}
#news-wrapper {
	color: #fff;
	background-color: #145680;
}
#news-wrapper h3 {
	color: #fff;
}
#news .news-item {
	border: 1px solid #fff;
	margin: 30px;
	padding: 15px;
	min-height: 250px;
}
.news-item p, #contact p {
	color: #fff !important;
}
#news h4 {
	color: #fff;
	text-align: center;
	font-size: 22px;
}
#news a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
#subscribe-wrapper {
	background: url(../img/subscribe-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#subscribe {
	padding: 20px 0px 30px 0px;
}
.tinted-binary-bacground {
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(  rgba(255, 255, 255, 0.45),  rgba(255, 255, 255, 0.45)  ),     /* bottom, image */
    url(../img/blue-binary-repeat.jpg) repeat;
}
.blue-btn {
	background-color: #00355f;
	color: #fff;
	padding: 10px;
	text-align: center;
	transition: all .35s;
	margin: 10px;
	display: inline-block;
}
.blue-btn:hover {
	border: 1px solid #00355f;
	background-color: #fff;
	color: #00355f;
}
.light-blue-btn {
	background-color: #ddebf2;
	border: 1px solid #00355f;
	color: #00355f;
	padding: 10px;
	text-align: center;
	transition: all .35s;
	margin: 10px;
	display: inline-block;
}
.light-blue-btn:hover {
	border: 1px solid #ddebf2;
	background-color: #00355f;
	color: #ddebf2;
}
/*-- ------------------ Partner page  styles ----------------- */ 


#partner-intro-wrapper {
	background: #ddebf2 url(../img/blue-binary-repeat.jpg) repeat;
	margin-top: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.shadowfilter {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(225,225,225,0.5));
	filter: drop-shadow(12px 12px 7px rgba(225,225,225,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='rgba(225,225,225,0.3)')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='rgba(225,225,225,0.3)');
	margin: 2.5%;
}
#partner-intro-wrapper h1 {
	color: #00355f;
	font-size: 50px;
	margin: 25px 0 25px 0;
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
}
#partner-intro-wrapper h2 {
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 1);
}
#partner-intro-wrapper img {
	width: 45%;
}
#partner-intro-wrapper small {
	color: #00355f;
}
#markets-wrapper {
	color: #00355f;
	background-color: #ddebf2;
	padding: 55px 0px;
}
#markets {
}
#markets h3 {
}
#markets img {
	padding: 30px;
}
#beliefs {
	padding: 30px 0;
}
#beliefs h3 {
	padding: 30px 0;
}
#beliefs p {
	/*line-height: 40px;*/
	color: #00355f;
}
#belief-circle {
	background: url(../img/belief-circle.png) center center no-repeat;
	margin-top: 40px;
}
.belief {
	color: #00356f;
	border: 1px solid #00355f;
	padding: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
}
#memberships {
	padding-bottom: 40px
}
#memberships h3 {
	margin-bottom: 50px;
}
#memberships li {
	list-style: none;
}
#memberships a {
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: underline;
}
/*-- ------------------ TEAM page  styles ----------------- */ 

#team-intro-wrapper {
	background: #fff url(../img/team-bg.jpg) no-repeat center 15%;
	/* background: url(../img/blue-wave.png) no-repeat center 15%;*/
	background-attachment: fixed;
	margin-top: 170px;
	padding-top: 50px;
	padding-bottom: 475px;
	
     background-size: contain;

}
#team-intro-wrapper h1 {
	    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#team-description {
	background-color: #00355f;
	color: #fff;
	margin-top: -300px;
	margin-bottom: 175px;
	padding: 50px 0;
}
#team-description .container {
	padding: 0 200px;
	text-align: center;
}
.team-group {
	margin: 25px 0 50px 0;
}
.team-group h4 {
	color: #00355f;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.team-group h5 {
	color: #565656;
	font-size: 16px;
}
.team-group .col-md-4 {
	padding: 30px;
}
.team-member {
	border: 12px solid #bfd7e6;
	transition: 1s;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.team-member:hover {
	border: 12px solid #00356f;
	cursor: pointer;
}
.modal .team-member:hover {
	border: 10px solid #bfd7e6 !important;
}
/*-- ------------------ STRATO page  styles ----------------- */ 

#strato-intro-wrapper {
	background: #fff url(../img/metro-bg.jpg) no-repeat center 15%;
	/* background: url(../img/blue-wave.png) no-repeat center 15%;*/
	background-attachment: fixed;
	margin-top: 170px;
	padding-top: 50px;
	padding-bottom: 475px;
    background-size: contain;
}

#strato-intro-wrapper h1 {
	    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#strato-description {
	background-color: #00355f;
	color: #fff;
	margin-top: -300px;
	margin-bottom: 175px;
	padding: 50px 0;
	text-align: center;
}
#strato-description .container {
	padding: 0 210px;
}
/* -------------------- contact --------------------------- */

#contact-intro-wrapper {
	background: #fff url(../img/contact-bg.jpg) no-repeat center 15%;
	background-attachment: fixed;
	margin-top: 170px;
	padding-top: 50px;
	padding-bottom: 475px;
     background-size: contain;
}
#contact-intro-wrapper h1 {
	/*text-shadow: 0px 0px 25px rgba(0, 53, 95, 1);*/
	text-shadow: -1px 1px 6px rgba(0, 53, 95, 1);
	color: #fff;
}
#contact-description {
	background-color: #00355f;
	color: #fff;
	margin-top: -300px;
	margin-bottom: 175px;
	padding: 50px 0;
}
#contact-description .container {
	padding: 0 210px;
}
/*-- ------------------ Signup page  styles ----------------- */ 

#signup-wrapper {
	background-color: #00355f;
	margin-top: 170px;
}
#signup-wrapper h1, #signup-wrapper p {
	color: #fff !important;
}
#signup-wrapper p {
	display: block;
	width: 55%;
}


.sg-survey .sg-body.sg-int-virtual-page .sg-footer, .sg-survey .sg-mobile-optimized .sg-footer{
	    background: #fff !important;
    position: inherit !important;
	
	    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*-- ------------------ NEWS page  styles ----------------- */ 

#news-intro-wrapper {
	background: #fff url(../img/lights-bg.jpg) no-repeat center 15%;
	background-attachment: fixed;
	margin-top: 170px;
	padding-top: 50px;
	padding-bottom: 475px;
	
     background-size: contain;

}
#news-intro-wrapper h1 {
	    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#news-description {
	background-color: #00355f;
	color: #fff;
	margin-top: -300px;
	margin-bottom: 175px;
	padding: 50px 0;
}
#news-description .container {
	padding: 0 210px;
}
.news-box {
	padding: 20px;
	height: 450px;
}
.news-box h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size:26px;
}
.news-news {
	border: 1px solid #559cbe;
	color: #559cbe;
}
.news-news hr, .news-comps hr {
	border-color: #559cbe;
}
.news-news p {
	color: #00355f;
}
.news-comps {
	background-color: #ddebf2;
}
.news-comps a {
	color: #00355f;
}
.news-events {
	overflow-y: scroll;
}
.news-events h3 {
	border-top: 10px solid #ddebf2;
	border-bottom: 1px solid #ddebf2;
	margin: -20px -16px 15px -16px;
	padding: 10px 14px !important;
}
.event {
	background-color: #ddebf2;
	margin-bottom: 25px;
	height: auto;
	display: flex;
}
.event .date {
	background-color: #00355f;
	color: #fff;
	text-align: center;
}
.event .date-number {
	font-size: 60px;
	font-weight: bold;
}
.event .date-month {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -10px;
}
.event .place {
	margin-top: 25px;
}
.event-light .date {
	background-color: #559cbe;
}

.news-section{border:2px solid #e5eff4; height:1330px; margin-top:30px; padding:30px;}
		.center-col{margin-left:15px; margin-right:15px;}
		
		
		.news-section h2{
		 	margin-top:0px;
		}
		.news-section h3{
			background-color:#e5eff4;
			padding:5px;

		}


 .news-section hr{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #e5eff4;
}

/*-- ------------------ SERVICES page  styles ----------------- */ 

#services-intro-wrapper {
	background: #ddebf2 url(../img/blue-binary-repeat.jpg) repeat;
	background-attachment: fixed;
	margin-top: 170px;
	padding-top: 50px;
	    padding-bottom: 266px;
}
#services-intro-wrapper h1 {
	    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
#services-description {
	background-color: #00355f;
	color: #fff;
	margin-top: -210px;
	margin-bottom: 100px;
	padding: 50px 0;
}
#services-description .container {
	padding: 0 210px;
}

#services-intro-wrapper img{
	    width: 10%;
    margin-top: 20px;
}


.service-section{border:2px solid #e5eff4; height:725px; margin-top:15px;  padding:20px;}


.service-section h3{
			background-color:#e5eff4;
			padding:5px;
			margin:0px;

		}

.service-section li{
	line-height:35px;
}



/* Desktops */
@media only screen and (max-width : 1200px) {
/*.navbar-brand {  width: 327px;}
	.navbar-shrink .navbar-brand{width:315px;}*/
.navbar-default .navbar-nav>li>a {
	margin: 0px 0px;
}
.strato-box-wrapper {
	width: 16.496%;
}
.news-section{height:auto;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#mainNav a {
	font-size: 15px;
	padding: 10px;
}
.navbar-brand {
	width: 135px;
}
.navbar-shrink .navbar-brand {
	width: 115px;
}
#description, #team-description .container, #news-description .container, #contact-description .container, #strato-description .container {
	padding: 15px 10px;
}

.news-section{height:auto;}
.center-col{margin-left:0px; margin-right:0px;}
/*--Home --*/
#intro {
	margin-top: 145px;
}
.strato-box-wrapper {
	width: 84%;
	float: none;
	padding: 0px;
	margin: 18px auto;
}
.strato-box h3 {
	height: 20px;
}
#news .news-item {
	min-height: auto;
}
/*PARTNERS*/
#memberships ul {
	margin-bottom: 0px;
}
#markets-wrapper {
	padding: 32px 0px;
}
#beliefs {
	padding: 0px;
}
/*News*/
.news-box {
	margin-bottom: 20px;
}
#news-description {
	margin-bottom: 45px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar .nav {
	padding-top: 0px;
}
#mainNav a {
	font-size: 15px;
}
.navbar-brand {
	width: 120px;
}
.navbar-shrink .navbar-brand {
	width: 100px;
}
/*--Home --*/
#intro {
	margin-top: 125px;
}
/*PARTNERS*/
#partner-intro-wrapper {
	margin-top: 75px;
	padding-top: 85px;
}
#partner-intro-wrapper h1 {
	font-size: 36px;
}
#partner-intro-wrapper img {
	width: 70%;
}
.belief {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
/*STRATO*/
#strato-intro-wrapper {
		background: #ddebf2 url(../img/metro-bg.jpg) no-repeat center 100%;
	margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 23px;
    background-size: cover;
}
#strato-description {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 50px 0;
}
/*TEAM*/
#team-intro-wrapper {
	background: #ddebf2 url(../img/team-bg.jpg) no-repeat center 100%;
	margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 23px;
    background-size: cover;
}
#team-description {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 50px 0;
}
/*NEWS*/
#news-intro-wrapper {
	background: #ddebf2 url(../img/lights-bg.jpg) no-repeat center 100%;
	margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 23px;
    background-size: cover;
}
#news-description {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 50px 0;
}
/*Services*/
#services-intro-wrapper {
	
	margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 23px;
  
}
#services-description {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 50px 0;
}
#services-description .container{
	padding:0px;
}

#services-intro-wrapper img {
    width: 20%;
    margin-top: 2px;
}
.service-section{
	height:auto;
}
/*contact*/
#contact-intro-wrapper {
	background: #ddebf2 url(../img/contact-bg.jpg) no-repeat center 100%;
	margin-top: 32px;
    padding-top: 104px;
    padding-bottom: 23px;
    background-size: cover;
}
#contact-description {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 50px 0;
}


/*Signup*/
#signup-wrapper {
	margin-top: 125px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 400px) {
/*-- Home --*/
#intro {
	background: url(../img/digital-wave.png) no-repeat center 0%;
	background-size: cover;
}
#intro h1 {
	font-size: 40px;
	margin: 90px 0 95px 0;
}
#description, #team-description .container, #news-description .container, #contact-description .container, #strato-description .container {
	padding: 15px 10px !important;
	line-height: 26px;
	font-size: 14px;
}
/*Partners*/

	
	
	
	/*STRATO*/
	
	
	
	
		
}
