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

body {
	background: none;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	padding-top: 110px;
	overflow-x: hidden;
}

h1 {
	font-family: "Cinzel", serif;
	color: #003b71;
	font-size: 48px;
}
h2 {
	font-family: "Cinzel", serif;
	color: #003b71;
	font-size: 24px;
	margin-bottom: 3px;
}
h3 {
	font-family: "Cinzel", serif;
	color: #003b71;
	font-size: 20px;
	margin-bottom: 2px;
	margin-top: 10px;
}
h4 {
	font-family: "Prompt", sans-serif;
	color: #666666;
	font-weight: 200;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width:991px) {
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 10px;
	}
}
@media (max-width:767px) {
	h3 {
		font-size: 2.75vw;
	}
	h4 {
		font-size: 2vw;
	}
}

p {
	font-family: "Prompt", sans-serif;
	font-weight: 200;
	font-size: 14px;
	color: #666666;
}
.lead-p {
	font-family: "Prompt", sans-serif;
	font-weight: 200;
	font-size: 17px;
	color: #666666;
}
.fine-print {
	font-size: 8px;
}
.bio p {
	color: #666666;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
}

ul {
	color: #666666;
	list-style-image: url(../imgs/bullet.png);
	line-height: 10px;
	font-weight: 100;
	font-size: 14px;
}
ol {
	color: #666666;
	line-height: 18px;
	font-weight: 100;
	font-size: 14px;
}



.bold {
	font-weight: 500;
}
.italic {
	font-style: italic;
}

@media (min-width: 768px) {
.navbar-default {
  background-color: #003b71;
  border-color: #003b71;
}
}
@media (max-width: 767px) {
.navbar-default {
  background-color: #003b71;
  border-color: #003b71;
}
}
.navbar-nav {
  margin: 60px 10px 0px;
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 0px;
	}
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d8d1ca;
  background-color: transparent;
}
.navbar-brand {
  float: left;
  height: 110px;
  padding: 10px 5px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: white;
	font-family: "Prompt", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
@media (max-width:991px){
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
}
@media (max-width:850px){
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 23px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.no-space {
	margin: 0;
	padding: 0;
}
.max-width {
	max-width: 6000px;
}
.shadow {
	box-shadow: 0px 0px 10px black;
}

.post-content1a {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    top: 5%;
	right: 1%;
	max-height: 55%;
}
.post-content1b {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    top: 5%;
	right: 18.5%;
	max-height: 55%;
}
.post-content2a {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    bottom: 5%;
	left: 1%;
	max-height: 55%;
}
.post-content2b {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    bottom: 5%;
	left: 18.5%;
	max-height: 55%;
}
.post-content3a {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    bottom: 5%;
	right: 1%;
	max-height: 55%;
}
.post-content3b {
    background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
    bottom: 5%;
	right: 18.5%;
	max-height: 55%;
}
	
.footer {
	background-color: #003b71;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer p {
	color: white;
	font-size: 11px;
}
.footer-base {
	background-color:#d8d1ca;
	margin: 0;
	padding-top: 10px;
}
.footer-base p {
	font-size: 11px;
	color: #333333;
}
@media (max-width:767px) {
	.footer-base p {
		text-align: center;
	}
}
.footer-base a:hover {
	color: white;
}
a:link {
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #d8d1ca;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
hr {
	margin-top: 0px;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: #d8d1ca;
}
.whatwedo {
	margin-bottom: 25px;
}

@media (max-width: 991px){
	.bio p {
		display:none;
	}
}
.googlemaps {
        position: relative;
    width: 97.5%;
    padding-bottom: 20%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    }
    .googlemaps iframe {
        display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    }
@media (max-width: 767px){
	.googlemaps {
		padding-bottom: 40%;
	}
}


.translate {
	text-align: right;
	font-size: 10px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.translate p{
	font-size: 10px;
	color: #d8d1ca;
}
.translate a:link {
	color: #d8d1ca;
	text-decoration: none;
}
.translate a:visited {
	color: #d8d1ca;
	text-decoration: none;
}
.translate a:hover {
	color: white;
	text-decoration: none;
}
.translate a:active {
	color: #d8d1ca;
	text-decoration: none;
}
li {
	line-height: normal;
	font-weight: 200;
	font-size: 14px;
	color: #666666;
}
.email:link {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 26px;
	font-size: 12px;
	color: #888;
}
.email:hover {
	color: #003b71;
}
.title {
	margin-top: 10px;
}

@media (max-width:767px) {
	.bio img {
	margin-top: 25px;
}
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #d8d1ca; /* Set a background color */
    color: #003b71; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#myBtn:hover {
    background-color: #003b71; /* Add a dark-grey background on hover */
	color: #d8d1ca;
}