body {
	background-color: #FFFFFF;
	line-height: 1.4em;
	color: #5e5e5e;
	font-size: 18px;
	font-family: "opensans-regular", sans-serif;
	}

.centre-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
  width: 150px;
  height: auto;
}

h1, h2, h3 {
	color: #0B4A7F;
	font-family: 'opensans-bold', sans-serif;
}

h2, h3 {
	text-align: center;
	padding-bottom: 20px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
	font-size: 90%;
}


p, header .banner-text h3 {
  color: #5e5e5e;
}

a, a:visited, ul#nav li.current a, .social li a {
	color: #999;
}

a:hover, a:focus, .social li a:hover {
	color: #CCCCCC;
}

strong, b
{
  font-size: 22px;
  font-weight: bold;
}

p.small {
	font-size: 90%;
}

ul li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
  margin-left: 20px;
  line-height: inherit;
}

ul li::before {
  content: '*';
  position: absolute;
  top: 6px;
  left: 0;
}

#services {
	padding-top: 66px;
	padding-bottom: 56px;
	overflow: hidden;
	background-color: #f8f8f8;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* social links */
.social, .social-links {
   margin: 24px 0;
   padding: 0;
   font-size: 30px;
}
.social li, .social-links li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}

.download .button, button.submit {
   margin-top: 6px;
   background: #444;
}
.download .button:hover, button.submit:hover {
	background: #CCCCCC;
	color: #000000;
}
.download .button i {
   margin-right: 15px;
   font-size: 20px;
}

.officephoto p {
  text-align: center;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
	position: relative;
	height: 800px;
	min-height: 700px;
	width: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: center;
	overflow: hidden;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
header .banner {
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   width: 85%;
   padding-bottom: 10px;
   text-align: center;
}

header .banner-text { width: 100%; }
header .banner-text h1 {
   font: 30px/1.1em;
   letter-spacing: -2px;
   margin: 0 auto 18px auto;
}
header .banner-text h3, header .banner-text h4 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.6em;
}

header .banner-text h3 {
}
header .banner-text h3 span,
header .banner-text h3 a {
}


header .banner-text hr {
   width: 60%;
   margin: 18px auto 24px auto;
   border-color: #2F2D2E;
   border-color: rgba(150, 150, 150, .1);
}
header .logo-floatright {
	float: right;
	padding: 8px;
}

/* scrolldown link */
header .scrolldown a {
   position: absolute;
   bottom: 30px;
   left: 50%;
   margin-left: -29px;
   color: #0B4A7F;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   border-radius: 100%;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
header .scrolldown a:hover { color: #dcdcdc;; }

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
	font: 12px 'opensans-bold', sans-serif;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #0B4A7F;
}
.opaque { background-color: #333; }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   min-height: 48px;
   width: auto;

   /* center align the menu */
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

/* Links */
ul#nav li a {
   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	text-decoration: none;
   text-align: left;
   color: #ffffff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a {
	color: #dcdcdc;
}

/* ------------------------------------------------------------------ */
/* c. services Section
/* ------------------------------------------------------------------ */

#services a, #services a:visited  {
}
#services a:hover, #services a:focus { }

#services h2 {
}

#services strong, #services b {
	font-size: 18px;
	font-weight: bold;
}

#services .profile-pic {
   position: relative;
   width: 120px;
   height: 120px;
   border-radius: 100%;
}
#services .contact-details { width: 100%; text-align: center; }
#services .download {
   width: 58.33333%;
   padding-top: 6px;
}
#services .main-col {
	padding-right: 5%;
	width: 100%;
	text-align: left;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* ------------------------------------------------------------------ */
/* d. EDUCATION Section
/* ------------------------------------------------------------------ */

div.row.education {	}

.education, .work {
	margin-bottom: 48px;
	padding-bottom: 24px;
}

/* ------------------------------------------------------------------ */
/* f. Call To Action Section
/* ------------------------------------------------------------------ */

#call-to-action {
  background: #212121;
  padding-top: 66px;
  padding-bottom: 48px;
  margin-bottom: 30px;
}
#call-to-action h2 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
}
#call-to-action .header-col h2:before {
   font-family: 'FontAwesome';
   content: "\f0ac";
  padding-right: 10px;
  font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #fff;
}

.header-col h2::before {
  padding-right: 10px;
  text-align: left;
  float: left;
  color: #fff;
} 

#call-to-action .action {
   margin-top: 12px;
}
#call-to-action h2 a, {
   color: inherit;
}
#call-to-action .button:hover,
#call-to-action .button:active {
  background: #FFFFFF;
  color: #0D0D0D;
}
#call-to-action p, #call-to-action h3 {
  color: #ffffff;
}

/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */

#contact {
   background: transparent;
   padding-top: 96px;
   padding-bottom: 102px;
}

#contact div.row {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#contact .section-head { margin-bottom: 42px; text-align: center; }

#contact a, #contact a:visited  { }
#contact a:hover, #contact a:focus { }

#contact h1 {
   text-transform: uppercase;
   letter-spacing: 3px;
   margin-bottom: 6px;
}
#contact h1 span { display: none; }
#contact h1:before {
   font-family: 'FontAwesome';
   content: "\f0e0";
	padding-right: 10px;
	font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
}

#contact h4 {
   margin-bottom: 6px;
}
#contact p.lead {
	padding-right: 3%;
	font-size: 18px;
}

#contact p.address {
}

#contact .header-col { padding-top: 6px; text-align: center; }

/* contact form */
#contact form { margin-bottom: 30px; }
#contact label {
   font: 15px/24px 'opensans-bold', sans-serif;
   margin: 12px 0;
	display: inline-block;
	float: left;
   width: 26%;
}
#contact input,
#contact textarea,
#contact select {
   padding: 18px 20px;
	background: transparent;
	margin-bottom: 42px;
	border: solid 2px rgba(11,74,127,1);
  border-radius: 8px;
   font-size: 15px;
   line-height: 24px;
   width: 65%;
   color: #000000;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
	background-color: rgba(11,74,127,0.1);
}

#contact textarea#contactMessage {
	min-height: 120px;
	}

#contact button.submit {
	text-transform: uppercase;
}
#contact span.required {
	color: #f8032d;
	font-size: 13px;
}
#message-warning, #message-success {
   display: none;
	background: #0F0F0F;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 65%;
   margin-left: 26%;
}
#message-warning { color: #D72828; }
#message-success { color: #f8032d; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}
#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 17px;
}

#contact .form-group, #contact button.submit, #contact input, #contact textarea, #contact select {
  display: flex;
     justify-content: center;
}

/* Twitter Feed */
#twitter {
   margin-top: 12px;
   padding: 0;
}
#twitter li {
   margin: 6px 0px 12px 0;
   line-height: 30px;
}
#twitter li span {
   display: block;
}
#twitter li b a {
   color: #474747 !important;
   border: none;
}

/* ------------------------------------------------------------------ */
/* d. googlemap Section
/* ------------------------------------------------------------------ */

#googlemap {
	padding-top: 60px;
	padding-bottom: 50px;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#googlemap a, #googlemap a:visited  {
}
#googlemap a:hover, #googlemap a:focus {
}

#googlemap h1 {
   font: 18px/24px;
   text-transform: uppercase;
   letter-spacing: 1px;
}
#googlemap h1 span {
   border-bottom: 3px solid #f8032d;
   padding-bottom: 6px;
}
#googlemap h3 {
	text-align: center;
	font-size: 25px;
}

#googlemap p {
}

#googlemap .header-col { padding-top: 9px; }
#googlemap .main-col { padding-right: 10%;  }
#googlemap .image {
	text-align: center;
}

#googlemap .info {
   font: 16px/24px;
   color: #6E7881;
   margin-bottom: 18px;
   margin-top: 9px;
}
#googlemap .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#googlemap .date {
   margin-top: 6px;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
	padding-top: 48px;
	margin-bottom: 48px;
	color: #525252;
	font-size: 14px;
	text-align: center;
	position: relative;
}

footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus {
	color: #848484;
}

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #0B4A7F;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background-color: #dcdcdc; }
