@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Libre+Baskerville:400,700|Open+Sans:400,600,700');

h1 {
	font-family: 'Amiri', serif;
	color: #1e2857;
	font-weight: 700;
	font-size: 37px;
	line-height: 58px;
	text-transform: uppercase;
	margin: 65px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 8px solid #c5952c;
	clear: both;
}
h2 {
	color: #495669;
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0 15px 0;
	padding: 0; 
	clear: both;
}
h3 {
	font-family: 'Amiri', serif;
	color: #1e2857;
	font-weight: 700;
	font-size: 33px;
	line-height: 37px;
	margin: 40px 0 15px 0;
	padding: 0; 
	clear: both;
}
/h2 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	padding: 0; 
	clear: both;
}
.right-column h2 {
	margin: 40px 0 0 0;
}

h4 {
	font-family: 'Amiri', serif;
	color: #1e2857;
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	margin: 50px 0 25px -15px;
	padding: 3px 0 0 10px; 
	border-left: 5px solid #E3C586;
	clear: both;
}
h5 {
	
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 33px;
	margin: 20px 0 15px 0;
	padding: 0; 
	clear: both;
}
.special h3 {
	--color: #fff;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 5px solid #c5952c;
	clear: both;
}
a, a:visited {
	color: #31418E;
	text-decoration: none;
}
a:hover, a:active {
	color: #1e2857;
	text-decoration: none;
}
p {
	line-height: 20px;
}
ul {
	margin: 0px auto 20px;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: Times New Roman,adobe-times,Times,serif;*/
	font-size: 14px;
	color: #3c3b39;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#wrap {
	width: 100%;
	z-index: 30;
	margin: 0;
	padding: 0;
}
#topbar {
	color: #fff;
	background: #1e2857;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	height: 26px;
	margin: 0;
	padding: 8px 0 4px;
	z-index: 100;
}
#topbar .left {
	float: left;
	width: 50%;
}
#topbar .right {
	float: right;
	text-align: right;
}
#header {
	background: #fff;
	box-shadow: 1px 1px 25px 2px #000;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	height: 162px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}
#logo {
	float: left;
	padding: 8px 0px;
}


/* Menu Styles */
body#home a#nav-home,
body#services a#nav-services,
body#about a#nav-about,
body#contact-us a#nav-contact-us{
	display: block;
	padding: 0 6px;
	border-left: 5px solid #c5952c;
}
.mobile-nav {
		display: none !important;
	}
#nav {
    font-family: 'Amiri', serif;
	z-index: 600;
	margin: 45px 0 0;
	float: right;
	display: block;
    vertical-align: middle;
    width: 60%;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

/*Strip the ul of padding and list styling*/
#nav ul {
	float: right;
    list-style: /*outside*/ none none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;

}


/*Create a horizontal list with spacing*/
#nav li {
	display:inline-block;
	float: left;
	padding: 0 35px 0 0;
	display: block !important;
    height: auto;
    overflow: visible !important;
	text-transform: uppercase;
}
#nav li:last-of-type {
	padding: 0px;
}

/*Style for menu links*/
#nav li a {
	display:block;
	height: 26px;
    padding: 0 6px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #3c3b39;
	text-decoration: none;
}

/*Hover state for top level links*/
#nav li:hover a {
	background: #F1E1C0;
    display: block;
	padding: 0 6px;
}

#nav li:hover ul a {
	background-color: #F1E1C0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 20px;
    margin: 0;
    padding: 10px 10px 0;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
    border-bottom: 1px solid #272723;	
	width: 220px;

}

/*Hover state for dropdown links*/
#nav li:hover ul a:hover {
	background-color: #DCB563;
}

/*Hide dropdown links until they are needed*/
#nav li ul {
	display: none;
		list-style: none;
}
#nav li ul li ul {
	display: none;

}

/*Make dropdown links vertical*/
#nav ul ul {
	position: absolute;
	width: auto;
	line-height: 0;
	list-style: none inside none;
}
#nav li ul li {
	display: block;
	float: none;
	position: relative;
	text-transform: capitalize;
    top: 53px;
	left: 3px;
    padding: 0;
    margin: 0;
	z-index: 1001;
}

/*Prevent text wrapping*/
#nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#nav ul li a:hover + .hidden, #nav .hidden:hover {
	display: block;
	list-style: none outside none;
}
#nav .menu-heading {
    background-color: #000;
    color: #ffffff;
    display: block;
    font: 12px/22px sans-serif;
    height: 19px;
    padding: 3px 5px;
    text-align: left;
    text-decoration: none;
    width: 173px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font: normal 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #3c3b39;
	text-align: left;
	padding: 15px 11px;
	display: none;
	width: 100%;
	height: 25px;
}
/*Hide checkbox*/
#nav input[type=checkbox]{
    display: none;
}
#form input[type=checkbox]{
    display: inline;
}

/*Show menu when invisible checkbox is checked*/
#nav input[type=checkbox]:checked ~ #menu{
    display: block;
}
.clear {
	clear: both;
}
#feature {
	height: 364px;
	position: relative;
	margin: 160px 0 50px;
	float: left;
	width: 100%;
	background: url('/images/bkgrnd.jpg') no-repeat center;
	background-size: cover;
}
.features {
	float: left;
	width: 33%;
	padding: 0;
	margin: 0 0 35px;
}
.features img {
	width: 33%;
}
.slider, .ei-slider {
	margin-top: 145px;
}
.slider-button img {
	width: auto !important;
	max-width: 160px !important;
	opacity: 100% !important;
	margin-top: 10px;
	text-align: right;
}

#page {
	height: 100%;
    width: 100%;
}
.content {
	width: 100%; 
	min-height: 400px;
	float: left;
	margin-bottom: 20px;
}
.column {
	float: left;
	width: 50%;
	margin-bottom: 50px;
}
.left-column {
	float: left;
	width: 75%;
	padding-right: 100px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.right-column {
	float: right;
	width: 25%;
	padding-bottom: 25px;
}

#banner {
	/*height: 370px;
    background-size: cover;
    background-position: center;
    margin: 0 -172px 20px;
    overflow: hidden;*/
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner img {
	float: right;
    margin: -170px 0 0 0;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1896px) {
#banner-centered {
    margin: 162px 0 0;
	width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}
#banner-centered img {
	position: relative;
    left: 50%;
    transform: translate(-50%,0)
}
}
@media (min-width: 1897px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 1200px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}
}

.highlight {
    float: left;
    width: 32%;
	background: #1e2857;
	color: #fff;
	margin: 0 23px 50px 0px;
	min-height: 290px;
	box-sizing: border-box;
	padding-bottom: 7px;
}
.highlight:last-of-type {
    margin: 0 0 14px 0;
}

a.highlight {
	color: #27241f;
	font-weight: normal;
	display: block;
}

a.highlight:hover, a.highlight:hover h2 {
	background: #c5952c;
	color: #fff;
}
a.highlight:active, a.highlight:active h2 {
	background: #c5952c;
	color: #fff;
}
a.highlight h2 {
	color: #fff;
	font-size: 23px;
    padding: 6px 8px 0;
    margin: 0;
    text-transform: uppercase;
	text-align: center;
	background: none;
	border-bottom: 0px solid #7da6d8;
}

.highlight p {
	margin: 0 8px;
}
a.button-large {
    float: left;
	display: block;
	color: #1e2857;
	font-size: 14px;
	text-decoration: none;
    width: 360px;
	box-sizing: border-box;
	padding: 22px;
    margin: 30px 60px 30px 0;
    background: #cbcdd8;
    border-left: 5px solid #1e2857;
}
a.button-large:active, a.button-large:hover {
	color: #1e2857;
    background: #A2A5B9;
    border-left: 5px solid #1e2857;
}
.button-large:last-of-type {
	margin-right: 0px;
}

a.button-large h3 { 
   font-size: 30px;
   font-weight: normal;
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   border: none;
  } 

a.button {
    float: left;
	display: block;
	color: #1e2857;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    width: 270px;
	box-sizing: border-box;
	padding: 15px 22px;
    margin: 10px 25px 15px 0;
    background: #c5952c;
    border-left: 5px solid #3c3b39;
}
a.button:active, a.button:hover {
	color: #1e2857;
    background: #3c3b39;
    border-left: 5px solid #c5952c;
}
.client-logo {
	display: none !important;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
	width: 33%;
}

.about {
	font-size: 16px;
}
.specialty {
	float: left;
	width: 100%;
	margin: 30px 0 20px;
	background-color: #cbcdd8;
}

.specialty img {
	float: left;
	max-width: 48%;
}
.specialty h2 {
	color: #1e2857;
	margin-top: 40px;
}
.specialty .description {
	float: right;
	padding: 30px 35px;
	width: 52%;
	box-sizing: border-box;
}
.specialty .text {
	float: left;
	width: 300px;
	padding-right: 25px;
}
.specialty .links {
	float: right;
	width: 270px;
}
.specialty a {
	font-weight: bold;
}

.testimonial {
	clear: both;
	width: 100%;
    margin: 40px 0;
	padding: 30px 35px;
    background-color: rgba(197,149,44,0.3);
	box-sizing: border-box;
}
.source {
	text-align: right;
	font-size: 11px;
}
blockquote {
    display: table;
    float: none;
    clear: both;
	text-indent: 0;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 2em 2em 2em 5em;
    font-style: italic;
	quotes: none;
}
blockquote:before { 
	content: "\e957";
	color: rgba(197,149,44,0.2);
	1color: rgba(119,119,119,0.2);
	position: absolute;
    top: 50%;
    left: .5em;
    z-index: 0;
    font-size: 2.5em;
    font-family: 'iconmeta';
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.credentials {
    text-align: center;
    margin: 75px auto 0;
    border-top: 1px solid #d3b579;
    padding: 35px 0 0;
}
.credentials img {
	padding: 0 5px;
}
#footer {
    float: left;
	background-color: #182045;
    color: #fff;
    display: block;
    font-size: 14px;
    min-height: 58px;
    padding: 20px;
	margin-top: 30px;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer h2 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 8px -15px;
	padding: 0 0 0 8px; 
	border-left: 5px solid #c5952c;
}
#footer a:link, #footer a:visited, #topbar a:link, #topbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active, #topbar a:hover, #topbar a:active {
	color: #d6b46c;
	text-decoration: none;
	font-weight: normal;
}
#footer ul {
	list-style: outside none none;
	margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
}
#footer p {
	color: #c4c4c4;
}
.info {
    clear: both;
    margin: 0;
    float: left;
	width: 50%;
} 
.contact {
    margin: 0 0 0 60px;
    float: left;
	width: 20%;
} 
#copyright {
	clear: left;
	width: 50%;
	float: left;
	font-size: 12px;
	margin-top: 30px;
}
#design {
	width: 50%;
	text-align: right;
	float: left;
	font-size: 12px;
	margin-top: 30px;
}
.mobile {
	display: none;
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'iconmeta';
  src:  url('/includes/iconmeta.eot?lfe45x');
  src:  url('/includes/iconmeta.eot?lfe45x#iefix') format('embedded-opentype'),
    url('/includes/iconmeta.ttf?lfe45x') format('truetype'),
    url('/includes/iconmeta.woff?lfe45x') format('woff'),
    url('/includes/iconmeta.svg?lfe45x#iconmeta') format('svg');
  font-weight: normal;
  font-style: normal;
}