#myCarousel img {
	width: 100%;
}
#fixed-nav {
position: fixed;
left:0;
right:0;
background: #FFF;
opacity: 1;
z-index:200;
display: none;
}
#fixed-nav div {
	width: 70% !important;
	text-align: center;
padding: 10px;margin-left: auto;
margin-right: auto;font-size: 1.1em;
line-height: 2;
}
#fixed-nav a{
font-size: 14px;
color: #3D3D3D;
text-align: center;
text-decoration: none;
display: inline-block;
width: 32%;
letter-spacing: 5px;
padding: 3px;font-weight: bold;
}
#intro-section {

}
#intro-header {
	position: relative;
}

    @media screen and (max-width: 767px) and (orientation:portrait) {
		#parallax1, #parallax2 {
    		background-attachment: scroll !important;background-position: 0 0 !important;
		}
	}
	@media screen and (max-width: 767px) and (orientation:landscape) {
		#parallax1, #parallax2 {
    		background-attachment: scroll !important;background-position: 0 0 !important;
		}
	}
 .cbp-fbscroller div {
   position: absolute;
   top:220px;left:0;right:0;
   height: 70px;
   z-index: 2;

   text-align: center;
 }
  .cbp-fbscroller div a{
   text-decoration: none;
   width: 10%;
   margin-left:10%;
   margin-right:10%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(62, 64, 62);
    /* RGBa with 0.6 opacity */
    background-color: rgba(62, 64, 62, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
   height: 100%;border: solid 2px #FFF;
      display: inline-block;
      font-size: 1.4em;
      line-height: 70px;
      color: #FFF;
      vertical-align: middle;
  }
.intro-title {
	position: relative;
	display: inline-block;
	border: solid 1px white;
	padding: 20px;
	font-size: 1.3em;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
    transition: transform 1s;
}
#intro-body div:nth-child(1){
	
}
#intro-body div:nth-child(1) {
}
#intro-body div:nth-child(1) a{

	font-size: 14px;
	color: #3D3D3D;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	/*color: #589CC6;*/

	display: inline-block;
	width: 32%;
	letter-spacing: 5px;
	padding: 3px;
	font-weight: bold;
}
#intro-body div:nth-child(1) a:hover{

	color: #2E95E0;
}
#intro-body div{
	/*width: 66.66%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 20px;
	text-align: justify;
	-ms-transition: display 1s;
	transition: display 1s;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#intro-body div{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#intro-body div{
		margin-top: 20px;
		/*width: 85%;*/
	}
}
#team-section {
	padding-top: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
#team-section {
	padding-top: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	#team-section {
	padding-top: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 0px;
}
}
#team-section h2{
	margin-bottom: 50px;
	color: #343434;
}
#team-section h3{
	letter-spacing: 2px;
	color: #343434;
}
#team-section .row {
	text-align: center;
	width: 70%;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#team-section .row {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	#team-section .row {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	#team-section .row {
		width: 80% !important;
	}
}
#team-section .row:nth-child(1),#team-section .row:nth-child(3) {
	
}
#team-section .col-md-4, #team-section .col-md-3 {
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#team-section .col-md-4, #team-section .col-md-3 {
		width: 49% !important;
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width: 460px) and (orientation:portrait) {
	#team-section .col-md-4, #team-section .col-md-3 {
		width: 100% !important;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	#team-section .col-md-4, #team-section .col-md-3 {
		width: 33% !important;
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	#team-section .col-md-4, #team-section .col-md-3 {
		width: 33% !important;
		display: inline-block;
		vertical-align: top;
	}
}
#team-section .col-md-3 {
	padding-left:0;
	padding-right:0;
}
#team-section span {
	height: 80px;
}
#team-section h5 {
	line-height: 1.7;
}
.parent {
	display: inline-block;
	position: relative;
	/*background: #FFF;*/
	width:100%;
	padding-top: 30px;
	/*border: solid 1px #FFF;*/
	border-bottom: none;
	-webkit-transition: border 1s;
	transition: border 1s;
}
.showMember {

}
.info {
	/*background: white; */
	z-index: 2001;
	padding-bottom: 30px;
	border-top: none;
	margin-top: 20px;
	padding: 5%;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.showInfo {
	opacity: 1;
}
#team-section .col-md-4 img, #team-section .col-md-3 img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    cursor: pointer;
	max-width: 160px !important;
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	#team-section .col-md-4 img, #team-section .col-md-3 img {
		width: 100% !important;
		max-width: auto !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	#team-section .col-md-4 img, #team-section .col-md-3 img {
		width: 100% !important;
		max-width: auto !important;
	}
}
#team-section .col-md-3 img{
	width:80%;
}
#team-section .col-md-4 span, #team-section .col-md-3 span,  #team-section .col-md-2 span  {
	font-size: 1.4em;
	height: 80px;
}
#team-section a {
	font-size: 2em;
	color: #589CC6;
	border: solid 1px #589CC6;
	padding: 20px;
	text-decoration: none;
}
.fadeout {
    position: absolute; 
    top:0;bottom:0;left:0;right:0;
    width: 100% !important;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 35%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 35%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 35%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 35%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 35%
    );
}

#media-section {
	text-align: center;
	padding-left:2%;
	padding-right:2%;
}
#media-section h2 {
	border: solid 2px #3E403E;
	display: inline-block;
	padding:20px;
	margin-bottom: 50px;
}
#media-section .row {
}
#media-section .col-md-3 {
	text-align: center;
	position: relative;
}
#media-section .col-md-3 .dummy {
	padding-top: 50%;
}
#media-section .col-md-3 a {
 	position: absolute;left:0;right:0;top:0;bottom:0;
	padding:20px;
    
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}
#media-section .col-md-3 .centerer {
	display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#media-section .col-md-3 img{
	max-width: 100%;
}

#testimonials-section .col-md-4 {
	overflow: visible;
}
#testimonials-section .col-md-4 a{
	border: solid 1px black;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 2em;
	padding: 10%;
	color: #3E403E;
	text-decoration: none;
	cursor: pointer;
	height: 450px;display: block;
	line-height: 2;
	margin-bottom: 40px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#testimonials-section .col-md-4 a:hover{
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9,0.9);
}
#testimonials-section .col-md-4 a p{
	margin-bottom: 50px;
}
#testimonials-section .col-md-4 a h4 {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0; 
}
#hiring-section {
	margin-bottom: 50px;
}
#hiring-section > div, #news-section > div{
	/*width:70%;*/
	/*margin: 0 auto 0 auto;*/
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#hiring-section > div, #news-section > div{
		width:100%;
	}
}
#hiring-section div p {
	text-align: justify;
	font-size: 1.4em;
	line-height: 1.8;
}
.news-box,.event-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	#news-section {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	#news-section {
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	#news-section {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
}
#news-section h1, #hiring-section h1 {
	text-align: center;
	display: block;padding: 15px 30px 15px;
letter-spacing: 2px;
}
#news-contact {
	text-align: center;
	width: 100% !important;
}
#news-contact a {
	color: #0096E0;
}
.news-box i,.event-box i {
    font-size: 1.5em;
}
.news-box h4,.event-box h4{
	font-weight: bold;
    display: inline-block;
width: 90%;margin-left: 5px;
vertical-align: top;
margin-top: 2px;
}
.news-box span,.event-box span {
	color: gray;
	font-size: 0.8em;
}
.news-box p,.event-box p {
	text-align: justify;
	font-size: 1em;
	color: #6F6F6F;
	font-style: italic;
	font-weight: bold;
}
.news-box a,.event-box a {
	color: #0096E0;
	cursor: pointer;
	text-decoration: none;
}
.news-hidden {
	margin: 0 !important;
	text-align: justify;
font-size: 1.2em;
line-height: 2;
	display: none;
}
.col-md-2 {
	width: 33.333333333% !important;
text-align: center !important;
height: 400px;
padding-top: 30px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
	.col-md-2 {
		width: 49% !important;
		padding-bottom: 50px;
		height: inherit !important;
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width: 460px) and (orientation:portrait) {
	.col-md-2 {
		width: 60% !important;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	.col-md-2 {
		width: 33% !important;
		padding-bottom: 50px;
		height: inherit !important;
		display: inline-block;
		vertical-align: top;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	.col-md-2 {
		width: 33% !important;
		padding-bottom: 50px;
		height: inherit !important;
		display: inline-block;
		vertical-align: top;
	}
}
.col-md-2 h5 {
	line-height: 1.7;
}
.col-md-2 img {
	max-width: 160px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	.col-md-2 img {
		width: 100%;
		max-width: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
	.col-md-2 img {
		width: 100%;
		max-width: auto;
	}
}
.advisor-hover {
	background: #343434 !important;
	color: #FFF !important;
}

.modal-body img {
    
	max-width: 160px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.modal-body .col-md-9 {
    padding-top: 5px;
    text-align: justify;
    overflow-y: auto;
    max-height: 150px;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
    .modal-dialog {
        width: auto !important;
        margin-top: auto !important;
    }
}

@media screen and (max-width: 460px) and (orientation:portrait) {
    .modal-dialog {
        width: auto !important;
        margin-top: auto !important;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
    .modal-dialog {
        width: auto !important;
        margin-top: auto !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
    .modal-dialog {
        width: auto !important;
        margin-top: auto !important;
    }
}#workwithus-container {
	opacity: 0;
}
#workwithus-header {

}
.workwithus {
	color: #FFF !important;
	background-color: #0096E0 !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.workwithus a {
	color: #FFF !important;
}
#workwithus-container a {
	font-size: 1.6em;
	color: #FFF;
	background: #0096E0;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;margin-top: 15px;
	float: right;
}
@media screen and (min-width: 768px) and (max-width: 1223px) {
#workwithus-container a {
	font-size: 1.3em;
	padding: 5px 10px 5px 10px;margin-top: 25px;
}
}