@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	background-color: #dddddd;
	padding: 0px 0px 0px 0px;
}
			
/* Navigation */

#menu {
  background: transparent;
  border-top: 1px solid #eeeeee;  
  text-align: center;
  height: 50px;
  margin: 0px auto;
  padding: 0;
  display: table;
  max-width: 100% ;
  z-index: 9999;
}

.navbg {
  background: transparent;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}
.sticky {
  background: #ffffff;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}
.nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 9999;	
}

.nav ul a
{
  font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.0625em;
  font-size: 1.8rem;
	display:block;
	color:#000;
	text-decoration:none;
	line-height:50px;
	padding:0 25px;
}

.nav ul li
{
  position:relative;
	float:left;
	margin:0;
	padding:0;
  border-bottom: 0px solid #ffffff; /* give padding for border on hover to avoid jumping*/  
}

.nav ul li.current-menu-item
{
	background:#2c82b2;
  color: #ffffff;
}

.nav ul li:hover, .nav ul li:focus
{
  background:transparent;
  border-bottom: 0px solid #2c82b2; 
}

.nav ul li:hover > a
{
  color:  #3a6ba3;
}

.nav ul ul
{
	margin-top: 0px;
    display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#1a3e6e;
	padding:0;
}

.nav ul ul li
{
	float:none;
	width:220px;
	font-size: .8rem;
	text-align: left;
  /*border-bottom: 1px solid rgba(193,193,193,.0975);*/
}

.nav ul ul li:hover
{
  background:#3a6ba3;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}

.nav ul ul a
{
	color: #ffffff;
    font-size: 13px;
	font-weight: 300;
	line-height:120%;
	padding:10px 15px;
	text-align: left;
}

.nav ul ul li a:hover
{
  color: #ffffff;
}

.nav ul ul ul
{
	top:0;
	left:100%;
}

.nav ul li:hover > ul
{
	display:block;
}
.nav .active a
{
	color:#2c82b2;
}
.nav .active a:hover
{
	color:#ffffff;
}
.arrow {
    font-weight: 400;
    margin-left: 5px;
}
.nav .level1 {
    text-transform: uppercase;
}
.level1 .arrow {
/* hide arrow */    
}
.img-fluid {
    max-width: 100%;
    height: 520px;
}








/* Mobile Menu */

.slicknav_menu {
	display:none;
}
	@media only screen and (max-width: 1024px) {
		#menu {
			display:none;
		}

		.slicknav_menu {
		    	display:block;
	    		width: 100%;
	    		position: fixed;
	    		top: 0;
	  		-webkit-box-shadow: 0 5px 5px -5px #333;
	  		-moz-box-shadow: 0 5px 5px -5px #333;
	  		box-shadow: 0 5px 5px -5px #333;   
	  		opacity: 1;		
		}
		.topcontent {
			margin-top: 0px;
		}
	}
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: right; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0.4em 0 0; }
.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.135em; height: 0.135em; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { width: 1.135em; margin-top: 0.188em; }
.slicknav_nav { clear: both; }
.slicknav_nav ul,
.slicknav_nav li { display: block; text-transform: uppercase;}
.slicknav_nav .slicknav_arrow { font-size: 1em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline; }
.slicknav_brand { float:right; }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both; }
/* IE6/7 support - Yes, really */
.slicknav_menu { *zoom: 1; z-index: 9999;}

.slicknav_menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:2rem;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    background: #3a6ba3;
    text-decoration:none;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: normal;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_menu {
    background:#3a6ba3;
    padding:0px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    font-size:2rem;
    padding:10px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_brand, .slicknav_brand a {
	color:#3a6ba3;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
	max-width: 100%;
}
.slicknav_nav .arrow, .slicknav_nav .sub .arrow, .slicknav_nav .sub2 .arrow {
  display: none;
}
.slicknav_nav .active a {
	color: #0dc0c0;
}
.mobilesearch {
  position: relative;
  color: #22262c;
  font-size: 16px;
}
.mobilesearch input {
  width: 96%;
  height: 40px;
  background: #cccccc;
  border: 1px solid #aaa;
  border-radius: 5px;
  text-indent: 28px;
  margin-bottom: 0px;
}
.mobilesearch .fa-search { 
  position: absolute;
  top: 13px;
  left: 10px;
}


/* Sections */

.topbanner {

}
.topcontent {
  background: transparent;
  color: #666666;
  padding-top: 14px;
  margin-top: 0rem;
  margin-bottom: 0px;
  height: 36px; 
}
  @media (max-width: 1024px) {
    .topcontent {
    background: transparent;
    height: 26px;
    }
}
  @media (max-width: 550px) {
    .topcontent {
    background: transparent;
    height: 26px;
    }
} 
.topcontent a {
    color: #666666; text-decoration: none;
}
.topcontent a:hover {
    color: #666666; text-decoration: underline; 
}
.topheader {
  background: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
  @media (max-width: 1024px) {
    .topheader  {
  padding-top: 2rem;
    }
  }
.topnav {
  text-align: left;
  padding-top: 0px;
  font-size: 1.3rem;
  padding-right: 30px;
  padding-left: 30px;
}
  @media (max-width: 1024px) {
    .topnav {
    display: none;
    }
  }


.top-promo-bar {
  	font-family: 'Roboto Condensed', sans-serif;	
	margin:0 auto;
	max-width: 100%;
	background: #DE3434;
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
	color: #fff;	
	font-weight: 400;
	text-transform: uppercase;
}

.section {
  padding: 8rem 0 7rem;
  text-align: center;
}

.section-top {
  background: #ffffff;
  padding: 2rem 0 4rem;
  text-align: left;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 1.2rem;
}
.section-banner {
  background: #fff;
  padding: 0;
  margin: 0px auto;
  max-width: 1800px;
  z-index:8;
}
	@media (max-width: 1024px) {
	 .section-banner {
  		border-top: 9px solid #22262c;
   }
 }

.section-white {
  background: #FFFFFF;
  padding: 4rem 10rem;
  text-align: left;
  margin: 0px 50px; auto;
}

.section-grey {
  background: #efefef;
  padding: 4rem 5rem;
  text-align: left;
  margin: 0px auto;
}
.section-grey img {
     opacity: 1;
     display: block;
     line-height: 0;
}
.section-grey img:hover {
     opacity: 0.7;
}
.section-darkblue {
  background: #122E53;
  padding: 1rem 4.8rem;
  text-align: left;
  margin: 0px auto;
  /*box-shadow: inset 0 0 20px 3px rgba(0,0,0,0.19);  */
}
.section-darkblue img {
     opacity: 1;
     display: block;
}
.section-darkblue h1 {
  color: #ffffff;
  margin-top: 12px;
  text-transform: uppercase;  
}
    @media (max-width: 1024px) {
     .section-darkblue h1 {
      font-size: 3rem;
      text-align: center;
     }
    .section-darkblue {
      padding: 1rem 1.2rem;
}     
   }  
.section-blue {
  background: #8896a9;
  padding: 6rem 4rem;
  text-align: center;
  margin: 0px auto;
  /*box-shadow: inset 0 0 20px 3px rgba(0,0,0,0.19);  */
}
.section-blue img {
     opacity: 1;
     display: block;
}
.section-blue h3 {
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.section-blue img:hover {
     opacity: 0.7;
}
.section-blue .one-half.column:nth-child(odd) {
    margin-left: 15px;
    }    

    @media (max-width: 1024px) {
     .section-blue .one-half.column:nth-child(odd) {
      margin-left: 0px;
     }
   }    

.section-blue .one-half.column:nth-child(even) {
	margin-left: 0px;
    }
.section-middle {
  background: #ffffff;
  padding: 4rem 5rem;
  text-align: left;
  margin: 0px auto;
}
.section-middle h2 {
	border-bottom: 1px solid #efefef;	
	color: #666666;
	font-family: 'Sintony', sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	margin: 1px 0px 21px 0px;
	padding: 0px 0px 3px 0px;	
}
	@media (max-width: 1024px) {  
	  .section-middle h2 {
	    padding-top: 4rem;
	  }
 	}
.section-meeting {
  background-image: url('../images/Image-6v3.jpg');
  background-color: rgba(209,76,19,0.9);
  background-size: cover;  
  color: #ffffff;
  padding: 10rem 5rem;
  text-align: left;
  margin: 0px auto;
}
.section-business {
  background-color: #2c82b2;
  background-image: url('images/business-watch.jpg');
  background-size: cover;  
  color: #ffffff;
  padding: 8rem 5rem;
  text-align: left;
  margin: 0px auto;
}
.section-error {
  background-color: #2c82b2;
  background-image: url('/images/error-photo-1.jpg');
  background-size: cover;  
  color: #ffffff;
  padding: 22rem 5rem;
  text-align: left;
  margin: 0px auto;
}
.section-bottom {
  background: #ffffff;
  padding: 2rem 5rem;
  text-align: left;
  margin: 0px auto;
}
	@media (max-width: 1024px) {  
	  .section-bottom {
	     text-align: center;
	  }
 	}
.section-footer {
  background: #122E53;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 7rem 5rem;  
  text-align: left;
  margin: 0px auto;
  border-top: solid 1px #1a3e6e;
  border-bottom: solid 10px #9E2B25;
}
#InputForms{
	margin-right: 220px;
	margin-bottom: 50px;
	text-align: center;
	
	
	@media (max-width: 1000px) {
		{ margin:0px;
			
			}
			
			
			
	}}
.email {
	margin-bottom: 20px;
}


.section-footer h3 {
  color: #ffffff;
  font-weight: 300;
}
	@media (max-width: 1024px) {
		  .section-footer {
			text-align: center;
		  }
		}
.main-slider {
  line-height: 0;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.23);

}
.section-slider {
  line-height: 0;
  border: 0px solid #000;
  background: transparent;
  padding: 0;
  margin: 0;
  max-width: 1800px;
  z-index:0;
  margin-top: -180px;
}
	@media (max-width: 550px) {
	  .section-slider {
	      padding: 2rem 0 2rem;
	      max-width: 1280px;
	      z-index:8;
        margin-top: 0px;}
}

  @media (max-width: 1024px) {
   .padded {
      padding: 0rem 4rem;
   }
 }

.logo {
	float: left;
	margin: 0px 0px 0px 0px;
	display: block;
    z-index: 9999;
	height: 100px;
	width: 100%;
	
}
.logo img {
  	max-width: 100%;
}	
.footernav a {
    color: #FFFFFF; text-decoration: none;
}
.footernav a:hover {
    color: #FFFFFF; text-decoration: underline; 
}
.post-content img {
    max-width: 100%;
    box-sizing: border-box;
}
.fa-6x {
    font-size: 9rem;
}

/* Themes */

.white {
  color: #ffffff;
}
.blue {
  color: #3a6ba3;
}
.grey {
  color: #686868;
}
.black {
  color: #000000;
}
.red {
  color: #DE3434;
}
.bluebar {
  border-bottom: 5px solid #1a3e6e;
}
.greybar {
  border-top: 2px solid #dee0d9;
}
.greybg {
  background-color: #f5f5f5;
}
.nobg {
  background: transparent;
}
.title {
  text-transform: uppercase;
}
.carriers img {
  float: left;
  padding-right: 26px;
  margin-bottom: 26px;
  height: 80px;
  max-width: 180px;
}
.carrierlogos img {
  padding-right: 12px;
  max-width: 160px;
}


.img-circle {	
	width: 150px;
	height: 150px;
	display: block;
  border: 1px solid rgba(0,0,0,.0975);	
	border-radius: 50%;
	margin-right: 12px;
	margin-bottom: 12px;
}
.sociallinks {
    float: right;
}
.sociallinks img {
    margin-left: 10px;
    max-width: 50px;
}
.sociallinks img:first-child {
    margin-left: 0px;
}
.sociallinks img:hover {
    opacity: 0.7;
}
.copyright {
	color: #ffffff;
	font-size: 1.4rem;
}
.top {
  margin-top: 4rem;
}
.notop {
  padding-top: 0px;
  margin-top:0px;
}
.bottom {
  margin-bottom: 4rem;
}
.nobottom {
  padding-bottom: 0px;
  margin-bottom:0px;
}
.displace {
	position: absolute;
	left: -99999px;
}

.acenter {
  text-align: center !important;
}
#HeadingH1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#HeadingH1 img{
	max-width: 250px;
}
#CenterBtn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
}
.carousel-caption{
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	margin-bottom: 25px;
}

.carousel-caption p{
	font-size: 25px;
}

.tight {
  padding: 10px 0px;
  margin: 0px;
}
.taut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.hug {
  padding: 0px;
  margin: 0px;
}
  @media (max-width: 1024px) {
    .hug {
     
    }
  }
.well {
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;  
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
}
.well-lg {
	padding:24px;
	border-radius:6px;
}
.well-sm {
	padding:9px;
	border-radius:3px;
}
.roundbox {
  text-align: left;	
  min-height:20px;
  padding:19px;	
  margin-bottom: 4rem;  
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
}	


	@media (max-width: 1024px) {
	  .btn-mobile {
		  display: block;
  		  width: 100%;
	  }
	}
	
blockquote {
  background: #e8f6fb;
  border-left: 8px solid #1EAEDB;
  margin: 1.5em 10px;
  padding: 0.9em 15px;
  content: "\201C""\201D";
  font-style: italic;
}

blockquote p {
  display: inline;
  font-size: 22px;
}
	  
.rightdivider {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #dee0d9;
}

	@media (max-width: 1024px) {
	  .rightdivider {
		margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
		padding-right: 0px;
		border-right: 0px;
    border-bottom: 1px solid #dee0d9;}
	}

.leftdivider {
  margin-left: : 20px;
  padding-left: 20px;
  border-left: 1px solid #dee0d9;
}
  @media (max-width: 1024px) {
    .leftdivider {
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-left: 0px;
    border-bottom: 1px solid #dee0d9;}
  }

.rightside img {
  border-bottom: 0px solid #0dc0c0;
  max-width: 100%;
  box-sizing: border-box;  
}

	@media (max-width: 1024px) {
	  .rightside {
		margin-top: 50px;}
	}

.bookmark-notice {
    float: left;
    display: block;
    margin-right: 10px;
    -webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    text-align: center;
    color: #f5b504;
}
	@-webkit-keyframes fadeOut {
	    from {opacity: 1;}
	    to {opacity: 0;}
	}

	@keyframes fadeOut {
	    from {opacity: 1;}
	    to {opacity: 0;}
	}

/* custom radio, checkboxes */
input[type=radio],
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio] ~ label:before,
input[type=checkbox] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 4px;
    font-size: 2.5rem;
}

input[type=radio]:checked ~ label:before,
input[type=checkbox]:checked ~ label:before  {
    content: "\f00c";
    font-size: 2.5rem;
    color: #3a6ba3;
    letter-spacing: 0px;
}
input[type=checkbox] ~ label:before {        
    content: "\f096";
}
input[type=checkbox]:checked ~ label:before {
    content: "\f046";        
    color: #3a6ba3;
}


/* Alerts */

.info, .success, .warning, .error, .alert, .validation {
  	font-family: 'Roboto Condensed', sans-serif;
	border: 1px solid transparent;
	font-size: 1.8rem;
	margin: 14px 0px;
	padding: 14px;
	font-weight: 300;
}
.info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1;
}
.info:before {
	font-family: FontAwesome;
	font-size: 3rem;
	content: "\f05a";
	margin-top:0;
	margin-right: 10px;
}
.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color:#d6e9c6;
}
.success:before {
	font-family: FontAwesome;
	font-size: 3rem;
	content: "\f164";
	margin-top:0;
	margin-right: 10px;
}
.warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc;
}
.warning:before {
	font-family: FontAwesome;
	font-size: 3rem;
	content: "\f071";
	margin-top:0;
	margin-right: 10px;
}
.error, .alert {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1;
}
.error:before, .alert:before {
	font-family: FontAwesome;
	font-size: 3rem;
	content: "\f06a";
	margin-top:0;
	margin-right: 10px;
}
.validation {
	color: #9d5db0;
	background-color: #e8b7ff;
}
.validation:before {
	font-family: FontAwesome;
	font-size: 3rem;
	content: "\f046";
	margin-top:0;
	margin-right: 10px;
}


/* Search Box */

#searchwrap .search{
  overflow: hidden;
  width: 180px;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: -3px;
  margin-left: 10px;
  clear: both;
}

#searchwrap .search input#search{
  width: 180px;
  height: 28px;
  background: #efefef;
  border: 0px solid #666666;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 300;
  float: left;
  color: #666666;
  padding-left: 10px;
}

#searchwrap .search input#search::-webkit-input-placeholder {
   color: #afafaf;
   font-style: italic;
}
#searchwrap .search input#search:-moz-placeholder { /* Firefox 18- */
   color: #afafaf;
   font-style: italic;  
} 
#searchwrap .search input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #afafaf;
   font-style: italic;  
}
#searchwrap .search input#search:-ms-input-placeholder {  
   color: #afafaf;
   font-style: italic;
}

#searchwrap .search button.icon{
  border: none;  
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: transparent;
  height: 28px;
  width: 30px;
  color: #3a6ba3;
  opacity: 1;
  font-size: 14px;
  margin-left: -30px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
 
#searchwrap .search:hover button.icon:hover{
  background: #1a3e6e;
  color: #ffffff;
}
#BannerTop>h4{
	margin-top: 40px;
	text-align: left;
}

.quote-button {
  float: right !important;
  margin-top: 40px; 
  margin-right: 3px;
  margin-left: 450px;
}

.btn{
	background-color: #0c3359;
	border-radius: 10px;
	min-width: 40px;
	min-height: 40px;
}

#BanBut img{
	min-width: 30px;
	position: relative;
}

  @media (max-width: 1024px) {
    .quote-button {
      float: none;
      margin-right: 0px;
	  margin-left: 0px;
    }
  }

.HeadIntroRow{
	height: 60px;
	background-color: #0c3359;
	margin: 0px 0px 40px 0px;
}
.HeadIntroRow h1{
	color: #FFFFFF;
	font-size: 25px;
	margin-left: 50px;
}
.IntroAbout{
	max-height: 200px;
	background-color: firebrick;
}
.BioCon{
	max-height: auto;
	padding: 0px 50px 10px 50px !important;
}
.BioImg{
	height: 500px;
	width:  500px;
	border-radius: 20px;
}
	@media (max-width: 700px) {
		.BioImg{
			height: 250px;
			width: 250px;
			text-align: center;
		}
}
	@media (max-width: 1200px){
		.BioImg{
			height: 350px;
			width:	350px;
		}
}
#MainRovinsky{
	margin-bottom: 80px;
	float: right;
}
#MainRovinsky p{
	padding-top: 10px;
}

.MainTopP{
	text-align: center;
	padding: 50px 0px 20px 0px;
}
.MainTopS{
	text-align: center;
	font-size:20px;
}

#TBioP{
	float: left;
	margin-right: 30px;
}
#MainAshton{
	margin-bottom: 50px;
	float: left;
}
#MainAshton p{
	padding-top: 10px;
}
#ABioP{
	float:right;
	margin-left: 30px;
}

#BioLast{
	height 500px;
	color: #FFFFFF;
	margin-top:50px !important;
}

.ContactBody{
	margin: 0px 80px !important;
}
#ContactFormLeft form{
	max-width: 400px;
	margin-bottom: 50px;
}
#ContactFormRight{
	float:right;
	height: 200px;
	margin: 0px;
	
}
#TestSlider img{
	width: 100%;
}
#UnderTestImg{
	padding-top: 50px;
}
#ContactImg{
	max-width: 600px;
	max-height: 450px;
}

.FormP{
	text-align: center;
	font-size: 20px;
	color: #0c3359;
}
.form-control{
	font-size: 14px;
}
#title,#state{
	height: 30px;
	border-radius: 15px;
}
#interested{
	height: 105px;
	border-radius: 15px;
}
#FormBtn{
	margin-top: 20px;
}

.Services{
	padding: 50px 30px !important;
}
.ServicesL{
	height: 200px;
}
#ServP{
	font-size: 18px;
	text-align: center;
}

#AppContainer
{
	padding: 20px 170px !important;
}
#ApprouchTopMain{
	text-align: center;
	padding-bottom: 50px;
}
#CodeOfEthics{
	margin-bottom: 20px;
}
#CodeOfEthics h1{
	padding: 20px 0px;
}
#CodeOfEthics ul{
	font-size: 20px;
	padding: 5px 50px;
}
#ServicesUl ul{
	font-size: 18px;
	margin: 0px 1% 0px 18%;
}
	@media(max-width: 1200px){
		#ServicesUl ul{
			margin: 0px;
		}
		#AppContainer{
			padding: 5px 10px !important;
		}
	
}
	@media(max-width: 700px){
		#ServicesUl ul{
			margin: 0px;
			
		}
		#AppContainer{
			padding: 5px 10px !important;
		}
}
#ServicesUl {
	align-self: center;
}
.RA a{
	font-size: 25px;
	text-decoration: none!important;
	padding-bottom: 20px;
	margin-left: 60px;
}
.carousel-inner {
	max-width: 1600px;
	max-height: 700px;
}

/*--------------------------------------------------------------------------------------*/

/*MOBILE MEDIA QUIRES*/
/*TABLETS*/

                						/*	                 Index                */
@media(max-width: 768px){
	.carousel-inner img{
		height: 400px !important;	
	}
	.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    margin-bottom: 10px;	
}
	.carousel-caption p {
    font-size: 18px;
}
	.logo{
		margin: 30px 0px 10px 300px;
		width: inherit;
}
	.section-white {
		margin: 0px 10px;
}
	h3{
		font-size: 10px;
}
	.section-meeting{
	  padding: 20px;
}
	.acenter{
		font-size: 20px;
}
	.tight img{
		width: 600px;
		margin-left: 50px;
}
	#ConsultEle{
		height: 300px;
		padding: 50px
}
										/*	                 About Us                 */
	#MainRovinsky{
		float: none;
		margin: 0px !important;
	}
	#TBioP{
		margin-left: 100px
	}
	#MainAshton{
		margin-bottom: 0px;
	}
	#ABioP{
		margin-left: 150px;
		margin-bottom: 50px;
	}
										/*	                 Services                 */		
	
	#ApprouchTopMain {
    text-align: center;
    padding-bottom: 50px;
	padding-top: 50px;	
}
	.RA  {
    padding-bottom: 10px;
}
                						/*	                 Contact US                 */	
	#ContactFormLeft{
		padding-left: 100px;
	}
	#ContactFormRight{
		height:auto;
	}
	#ContactFormRight img{
		max-height: 300px;
		padding-left: 80px;
	}
	#TestSlider{
		height: 200px;
	}
    
											/*Pdf Files	*/
	.PDFMargin{
		margin: 0px 35px !important;
		width: 700px !important;
	}
	
	
}
														/*Large Phone*/
@media(max-width:425px){
	.logo{
		margin: 30px 0px 10px 135px;
		width: inherit;
}
	.carousel-caption {
    margin-bottom: 10px;	
}
	.carousel-caption p {
    font-size: 14px;
}
	.carousel-inner img{
    height: 225px !important;
}
	.section-white{
		margin: 1px 1px;
		padding: 30px;
}
	.section-white h3{
		font-size: 18px;
}
	.acenter{
		font-size: 18px;
	}
	.tight img{
		margin-left: 0px;
	}
	#ConsultEle{
	padding: 30px;	
}
	#ConsultEle h1{
		font-size: 25px;	
}	
	#footernav{
		padding-left: 107px;
	}
	#footeraddress{
		margin-left: 90px !important;
		margin-bottom: 30px;
	}
											/*	                 About Us                 */
	.BioCon{
		padding: 0px !important;
		
}
	.HeadIntroRow h1 {
    color: #FFFFFF;
    font-size: 25px;
    margin-left: 10px;
}
	#MainRovinsky{
		font-size: 14px;
		margin-left: 30px !important;
}
	#TBioP{
		margin-left: 30px;
}
	#MainAshton{
		font-size: 14px;
		margin-left: 15px;
}
	#ABioP{
		margin-left: 40px;
}
										/*	                 Our Approuch                */
	
	#CodeOfEthics ul {
    font-size: 18px;
    padding: 5px 10px;
}
										/*	                 Client Resources                */
	.RA a{
		padding-bottom: 10px;
	}
										/*	                Contact Us                */
	.ContactBody {
    margin: 0px!important;
}
	#ContactFormLeft {
    padding: 0px;
	margin-left: 30px;		
}
	#ContactFormRight{
		float: none;
		margin-left: 65px;
	}
	#ContactFormRight img {
    max-width: 300px;
	max-height: 250px;	
    padding-left: 0px;
}
	
													/*Pdf Files	*/
	.PDFMargin{
		margin: 0px 10px !important;
		width: 400px !important;
		font-size: 14px;
	}
	.PDFMargin h3{
		font-size: 18px;
	}
	#PdfImg{
		maring-top: 20px;
		margin-left: 10px;
	}
	.PdfSection ul{
		margin-left: 0px;
		
	}
}

/*Small Phone*/
@media(max-width:375px){
	.carousel-inner{
		
	}
	
	
}














/*--------------PDF STYLE SECTION-------------------*/

.PdfWhole{
	background-color: #122E53;
}
.PDFMargin{
	padding: 0px 50px;
	margin: 0px 100px 0px 150px;
	background-color: #ffffff;
	width: 1000px;
}
.pdffooter{
	margin-top: 50px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #000000;
}
.pdffooter h3{
	text-align: center;
	padding: 10px 0px;
}
.pdffooter p{
	text-align: center;
	padding-bottom: 20px;
}
#PdfImg{
	max-width: 250px;
	padding-bottom: 50px;
}
#PdfMain{
	text-align: center;
	padding: 20px 0px;
}
#PdfForm{
	padding: 20px 0px 20px 40px;
}
.PdfOrderList{
	padding: 20px 30px 10px 30px;
}
.PdfSection ul{
	font-size: 14px;
}




/* Pagination */

#pagination {
	display:block;
	border-bottom: 1px solid #efc033;	
	height:17px;
	padding: 10px 16px 10px 0px;
	font-family: 'Fauna One', serif;
	font-size:13px;
	text-transform: uppercase;		
}
a.pagi:link {
	padding: 10px 16px 10px 16px;
	-moz-border-radius-topleft: 8px/*{cornerRadius}*/; -webkit-border-top-left-radius: 8px/*{cornerRadius}*/; -khtml-border-top-left-radius: 8px/*{cornerRadius}*/; border-top-left-radius: 8px/*{cornerRadius}*/;
	-moz-border-radius-topright: 8px/*{cornerRadius}*/; -webkit-border-top-right-radius: 8px/*{cornerRadius}*/; -khtml-border-top-right-radius: 8px/*{cornerRadius}*/; border-top-right-radius: 8px/*{cornerRadius}*/;
	background-color: #000000;
	margin-right:2px;
	text-decoration:none;
	color:#FFFFFF;
	width:auto;
}
a.pagi:visited {
	padding: 10px 16px 10px 16px;

	background-color: #000000;
	margin-right:2px;
	text-decoration:none;
	color:#FFFFFF;
	width:auto;
}
a.pagi:active {

	background-color: #000000;
	color: #FFFFFF;	
	text-decoration: none;
}
a.pagi:hover {

	background-color: #eebf33;
	color: #000;	
	text-decoration: none;
}

#pagination .active_link {

	background-color: #eebf33;
	color: #000;	
	text-decoration: none;
}
#pagination .disabled_pagination {
	padding: 10px 16px 10px 16px;
	border:1px solid #c0c0c0;
	margin-right:2px;
	text-decoration:none;
	color:#c0c0c0;
	width:auto;
}


/* Spinner */

#pulse-loading{
	position:relative;
	width:54px;
	height:7px;
	margin:auto;
}

.pulse-loading{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:7px;
	height:7px;
	animation-name:bounce_pulse-loading;
		-o-animation-name:bounce_pulse-loading;
		-ms-animation-name:bounce_pulse-loading;
		-webkit-animation-name:bounce_pulse-loading;
		-moz-animation-name:bounce_pulse-loading;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
}

#pulse-loading_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#pulse-loading_2{
	left:7px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#pulse-loading_3{
	left:13px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#pulse-loading_4{
	left:20px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#pulse-loading_5{
	left:27px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#pulse-loading_6{
	left:34px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#pulse-loading_7{
	left:40px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#pulse-loading_8{
	left:47px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_pulse-loading{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_pulse-loading{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_pulse-loading{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_pulse-loading{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_pulse-loading{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

/* Scroll Button */

#scrollUp {
    /*background-image: url('../images/top.png');*/
    color: #9E2B25;
    right: 10px;
    font-size: 5rem;
    opacity: .9;
    filter: alpha(opacity=.9);    
}
#scrollUp:hover {
    opacity: 1;
    filter: alpha(opacity=1);    
}
#scrollUp-active {
    display: none;
}


/* Legacy */


/*a[target="_blank"]:after {
        padding-left: 3px;
        content: url('../images/popup.png');
}
*/
a[id ="popup"] {
   	padding-right: 20px;
   	background: transparent url('../images/popup.png') no-repeat center right;
}
a.popup {
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/popup.png') no-repeat center right;
}

/*
a[href $='.pdf'] {
	display:inline-block;
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/pdf_ico.gif') no-repeat center right;
}
a[href $='.PDF'] {
	display:inline-block;
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/pdf_ico.gif') no-repeat center right;
}
*/

a.more{
	display: inline-block;
	margin: 0;
	padding: 6px 15px;
	background: #ededed;
	border: 2px solid #005075;
	text-decoration: none;
	color: #005075;
	font-size: 12px;
	margin-bottom: 4rem;

}
a.more:hover{
	background: #005075;
	color: #000;
}
.photo {
  background: #fff;
  padding: 8px;
  border: 2px solid #e7e7e7;
}

.photo-left {
  float: left;
  background: #fff;
  padding: 8px;
  border: 2px solid #e7e7e7;
  margin-right: 10px; 
  margin-bottom: 10px;  
}

.photo-right {
  float: right;
  background: #fff;
  padding: 8px;
  border: 2px solid #e7e7e7;
  margin-left: 10px; 
  margin-bottom: 10px;
}

.photo img, .photo-left img, .photo-right img {
  max-width: 530px;
}

.whlink:link{ color: #ffffff; text-decoration: none; outline: none;}
.whlink:visited{ color: #ffffff; text-decoration: none; outline: none;}
.whlink:active{ color: #ffffff; text-decoration: none; outline: none;}
.whlink:hover{ color: #ffffff; text-decoration: underline; outline: none;}
	
.darklink:link{ color: #4e7b9d; text-decoration: none; outline: none; font-weight: 400;}
.darklink:visited{ color: #4e7b9d; text-decoration: none; outline: none; font-weight: 400;}
.darklink:active{ color: #4e7b9d; text-decoration: none; outline: none; font-weight: 400;}
.darklink:hover{ color: #4e7b9d; text-decoration: underline; outline: none; font-weight: 400;}