/* CSS Document */

/* colors: GOLD: c7b18d | LT BLUE: 60889c | Blue: 466473 | LT GOLD: e0c59a */

body {
	margin:0 0 0 0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1.75;
	color:#000;
	text-align:left;
	background-color:#f3efe9;	
}
a {
	color:#466473;
	text-decoration:none;
}
a:hover {
	color:#e0c59a;
	text-decoration:underline;
}
h1 {
	font-weight:400;
	font-size:36px;
	line-height:1.25;
	color:#466473;
	text-transform:uppercase;
	padding-bottom:40px;
	margin:0 ;
}
.clear {
	clear:both;
}
/*--CONTAINER--*/
.container {
	max-width:960px;
	margin: 0 auto;
}
.img {
	padding: 0 0 20px 0;
}
img { max-width:100%;}
/*--HEADER--*/
#header-bg {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 10px solid #c7b18d;
  border-top: 4px solid #c7b18d;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
#header-left {
	width:170px;
	margin-top:14px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	float:left;
}
#header-center {
	width:250px;
	margin-top:16px;
	margin-left:184px;
	margin-right:96px;
	font-size:14px;
	line-height:20px;
	color:#e0c59a;
	text-transform:uppercase;
	text-align:center;
	float:left;
}
#header-center .bold {
	font-weight:700;
	font-size:14px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
}
#header-right {
	width:250px;
	margin-top:14px;
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:right;
	text-transform:uppercase;
	float:left;
}
#header-right a {
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
}
#header-right a:hover {
	color:#e0c59a;
}
#header-right .number a {
	font-size:34px;
	line-height:40px;
	color:#466473;
}
#header-right .number a:hover {
	color:#466473;
}
/*--NAV--*/
#navi {
  border-top: 2px solid #eeeeee;
  margin: 10px 0 0;
  width: 100%;
}
.main_menu {
  color: #000;
  font-size: 14px;
  height: 42px;
  line-height: 44px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.main_menu {
	position: relative;
	z-index: 1000;
}
.main_menu ul li a, .menu ul li a:visited {
	padding-right: 26px;
	padding-left: 26px;
	display: block;
	height: 43px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 14px;
	color: #000;
	line-height: 44px;
	overflow: hidden;
}
.main_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    justify-content: space-between;
}
.main_menu ul li {
	float: left;
	position: relative;
}
.main_menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.main_menu ul li:hover a {
	background: #60889c;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 14px;
	color: #fff;
}
.main_menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 42px;
	left: 0;
	background-color:#FFF;	
}
.main_menu ul li:hover ul li ul {
	display: none;
}
.main_menu ul li:hover ul {
	text-decoration: none;
	text-transform: none;
	font-size: 14px;	
}
.main_menu ul li:hover ul a {
	background: #60889c;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
}
.main_menu ul li:hover ul li a {
	display: block;
	color: #FFF;
	width: 175px;
	text-align: left !important;
	padding: 0 10px;
	height: 30px;
	line-height: 26px;
	margin: 0 0 3px 0;
	background-image: none !important;
}
.main_menu ul li:hover ul li a:hover {
	color: #FFF;
	background: #466473 !important;
}
.main_menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
/*--SLIDER--*/
#bg_containers {
  height: 375px;
  margin: 0;
  position: relative;
  background-color: #60889c;
  background-image:url(images/slider-bg1.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  width: 100%;
}
#bg_containers div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#bg_containers .bg1 {
	background:url(images/slide3.png) no-repeat;
	background-position: center top;
}
#bg_containers .bg2 {
	background:url(images/slide2.png) no-repeat;
	background-position: center top;
}
#bg_containers .text {
	height:130px;
	width:360px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-style:italic;
	font-size:32px;
	line-height:40px;
	color:#60889c;
	text-align:left;
	padding-top:154px;
	padding-left:420px;
}
/*--SERVICES--*/
#bg-services {
  background: none repeat scroll 0 0 #60889c;
  position: relative;
  z-index: 100;
  padding: 0 0 20px;
}
#service-box {
  color: #fff;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: -30px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 192px;
}
#images {
	padding:12px;
	float:left;
}
#service-box a, #service-box a:visited {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
#service-box a:hover {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	color:#e0c59a;
	text-transform:uppercase;
	text-decoration:none;
}
/*--CTA--*/
#cta-bg {
	width:100%;
	height:134px;
	background-color:#466473;
}
#cta-left {
	width:640px;
	float:left;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:28px;
	line-height:32px;
	color:#FFF;
	padding-top:34px;
}
#cta-left .blue {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#e0c59a;
	font-style:italic;
}
#cta-right {
	width:320px;
	float:right;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:30px;
	color:#e0c59a;
	text-align:center;
	padding-top:32px;
}
#cta-right a:link {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:30px;
	color:#e0c59a;
	text-decoration:none;
}
#cta-right a:visited {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:30px;
	color:#e0c59a;
	text-decoration:none;
}
#cta-right a:active {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:30px;
	color:#e0c59a;
	text-decoration:none;
}
#cta-right a:hover {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:30px;
	color:#e0c59a;
	text-decoration:none;
}
#cta-right .link {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
}
#cta-right .link a:link {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
}
#cta-right .link a:visited {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
}
#cta-right .link a:active {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
}
#cta-right .link a:hover {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:26px;
	color:#e0c59a;
	text-decoration:underline;
}
/*--INT-BANNER--*/
#int-banner {
	width:100%;
	height:140px;
	background-color:#466473;
	border-bottom:5px solid #c7b18d;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	background-image:url(images/banner-int.png);
	background-repeat:no-repeat;
	background-position:top center;
}
/*--BODY CONTENT--*/
#body-left {
	width:570px;
	float:left;
	padding-top:60px;
}
#body-right {
	width:320px;
	float:right;
	margin-left:70px;
	padding-top:60px;
}
/*--SIDE NAVIGATION--*/
/*--SIDENAV--*/
#sidenav {
	width:270px;
	float:left;
	background-color:#60889c;
	margin-top:30px;
	padding:20px 20px 20px 20px;
	border-radius: 10px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-align:left;
}
#sidenav a:link {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
}
#sidenav a:active {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
}
#sidenav a:visited {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
}
#sidenav a:hover {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
}
#sidenav h1 {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:32px;
	line-height:36px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:14px;
}
/*--FOOTER--*/
#footer-bg {
	width:100%;
	padding-top:12px;
	margin-top:40px;
	background-color:#60889c;
	border-bottom:8px solid #c7b18d;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:32px;
	color:#FFF;
	text-align:center;
}
#footer-bg a {
	color:#e0c59a;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#footer-bg a:visited {
	color:#e0c59a;
}
#footer-bg a:hover {
	color:#e0c59a;
}

p.copyright { font-size: smaller; background: #c7b18d; padding: 0 20px; margin: 0; text-align:center;}
/* Free Items */
.content-alt .free-items {
	padding-bottom: 0;
	margin-top: 40px;
}
.free-items {
	padding: 0 0 30px 0;
	list-style: none outside none;
	overflow:auto;
}
.free-item {
	overflow: hidden;
	float:left;
	margin-top: 24px;
}
.free-image {
	position: relative;
	float: left;
	border-radius: 6px;
	border: 6px solid #60889c;
	margin-right: 18px;
	margin-bottom: 20px;
	background-color:#60889c;
}
.free-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 129px;
	height: 100%;
	padding: 14px 0 0 7px;
	background: #60889c;
	font-family: 'Oswald', sans-serif;
}
.free-overlay span {
	display: block;
	font-size: 32px;
	line-height: 1.1;
	color: #e0c59a;
	font-weight: bold;
}
.free-overlay p {
	font-size: 22px;
	line-height:28px;
	color: #fff;
	letter-spacing: -0.005em;
	margin-bottom: 0;
}
.free-overlay a {
	font-size: 20px;
    line-height: 28px;
    color: #e0c59a;
    letter-spacing: -0.005em;
    text-decoration: none;
    font-weight: 700;
	margin-bottom: 0;
}

.free-overlay a:hover {
	color: #fff;
}
.free-overlay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.free-content {
	clear: both;
}
.free-content h2 {
	margin-bottom: 7px;
	line-height: 1.3;
}
.content-alt .free-content h2 {
	margin-bottom: 13px;
}

.half {float: left; width: 50%; }

@media(max-width:500px) { .half {float: none; display; block; width: 100%;} }