@charset "utf-8";
/*- Reset -*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
html {font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body {background:#ddd;margin:0;font-size:0.975em;line-height:1.431;font-family:'Open Sans', sans-serif;color:#555}
*{list-style:none;margin:0;padding:0}
p{padding:10px 20px}
sup{font-size:60%;font-family:Verdana, Geneva, sans-serif}
/*- Hyperlinks-*/
a{color:#00e}
a:hover{color:#06e}
a:focus{outline:thin dotted}
a:hover,a:active{outline: 0}
/*- Globals -*/
.container{width:95%;max-width:1140px;margin:0 auto;overflow:hidden}
.center{text-align:center}
.logo{float:left;padding-top:5px}
.menu-wrap{height:160px;background:#fff}
.menu-wrap .container{overflow:visible}
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu{
	margin:10px auto;
	float:right
}
#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu #menu-button {
  display: none;
}
#menu {
  width: auto;
  line-height: 1;
}
#menu > ul > li {
  float: left;
}
#menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-right > ul > li {
  float: right;
}
#menu.align-right ul ul {
  text-align: right;
}
#menu > ul > li > a {
  padding:50px 20px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  color: #009ae1;
}
#menu > ul > li.has-sub > a {
  padding-right: 25px;
}
#menu > ul > li.has-sub > a::after {
  position: absolute;
  top: 54px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#menu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#menu ul ul {
  position: absolute;
  left: -9999px;
  z-index:2
}
#menu li:hover > ul {
  left: auto;
}
#menu.align-right li:hover > ul {
  right: 0;
}
#menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#menu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#menu ul li:hover > ul > li {
  height: 32px;
}
#menu ul ul li a {
  padding: 10px 20px;
  width: 230px;
  font-size: 14px;
  background: #004C82;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover {
  color: #ffffff;
  background:#023E66
}
#menu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#menu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#menu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
.row{
	display:table;
	overflow:hidden;
	width:100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin:10px 0;
	table-layout: fixed;
}
.cell{
	display:table-cell;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding:0;
	background:#fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
	vertical-align:top;
}
.cell p{padding:10px 20px}
.cell .cell .cell p{padding:10px}
.cell h3{padding:10px 20px 0 20px;text-transform:uppercase}
.cell.cell25{width:25%}
.cell.cell20{width:20%}
.cell.cell30{width:30%}
.cell.cell40{width:40%}
.cell.cell50{width:50%}
.cell.cell60{width:60%}
.cell.cell70{width:70%}
.cell.empty{box-shadow:none;}
.cell img{width:100%;height:auto}
p.button a{display:inline-block;background:#004C82;padding:10px 15px;color:#fff;text-decoration:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
p.button a:hover{background:#0165ac}
/*- Header -*/
/*.header,.headline{
	width:100%;
	background:#DAB49C url(images/background.jpg) 50% 0 no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	height:450px;
	color:rgba(255, 255, 255, 1);
	overflow:hidden;
	color:#000
}*/
.header,.headline{
	width:100%;
	background:#DAB49C url(images/background1.jpg) 50% 0 no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	height:450px;
	color:rgba(255, 255, 255, 1);
	overflow:hidden;
}
.header .container{padding-top:8%;position:relative;height:450px}
.header span{color:#004C82;font-size:30px;max-width:550px;display:inline-block}
.header span span{font-family: 'Shadows Into Light', cursive;color:#09F;text-decoration:underline;font-size:33px}
.header h2{color:#C41E30;font-size:40px;text-shadow:1px 2px 0 #fff}
.header h2 span{color:#004C82;font-size:40px;text-shadow:1px 2px 0 #fff}
.header img{width:auto;max-height:450px;position:absolute;top:0;right:0}
.headline{height:auto}
.headline h1{color:#004C82;text-shadow:1px 1px 0 #fff;font-size:45px;padding:10px 0}
/*- Content -*/
.cell.content{padding-top:5px;vertical-align:top}
.cell.content table{margin:20px;width:90%}
.cell.content img#captchaimg{width:120px;height:40px}
.cell.content form{padding:10px 0 15px 0}
.cell.content form input[type=text],.cell.content form textarea{width:97%;border:1px solid #ddd;padding:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.cell.content .err{padding:10px 15px;color:#F00}
.cell.content ul{margin:15px 20px 0 20px}
.cell.content h2,.cell.content h3,.cell.content h4,.cell.content h5{padding:10px 20px 0 20px}
.cell.content h3{font-size:34px;font-weight:400;line-height:38px}
.cell.content h3.no-padding{padding-top:0}
.h2_title{font-size:28px}
.h3_title{font-size:20px}
.font_weight_100{font-weight:100}
.italicize{font-style:italic}
.bold{font-weight:bold}
.small{font-size:15px}
.light{font-weight:100}
.extra_padding{padding:42px 0 !important}
tr,th,td{border:0}
table{border:1px solid #ddd}
thead{background:#efefef}
thead th,td{border-left:1px solid #ddd}
thead th:first-child,td:first-child{border-left:0}
td{border-left:1px solid #ddd;border-bottom:1px solid #ddd}
tr:last-child td{border-bottom:0px}
tr:hover{background:#F7F7F7}
/*- Sidebar -*/
.sidebar h4{font-size:25px;padding:5px 15px}
.sidebar ul{padding-bottom:10px}
.sidebar ul a{display:block;padding:5px 15px;color:#004C82;text-decoration:none}
.sidebar ul a:hover,.sidebar ul .active a{color:#fff;background:#004C82}
/*-Footer -*/
.footer{clear:both;background:#004C82;color:#fff;text-shadow:1px 1px 0 #000}
.footer .cell{box-shadow:none;background:none}
.footer .credits{font-size:11px;vertical-align:bottom;text-align:right}
.footer a{color:#fff}
.footer a:hover{color:#c1c1c1}
/*- Responsive -*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.menu-wrap{height:auto}
.menu-wrap .container{overflow:hidden}
.logo{float:none;display:block;text-align:center}
.logo img{width:90%;height:auto;margin:0 auto;display:block}
.header{height:auto}
.header .container{height:auto;padding-bottom:9%}
.header img{display:none}
.cell{display:block;margin:5px 0}
.cell.cell25{width:100%}
.cell.cell20{width:100%}
.cell.cell40{width:100%}
.cell.cell30{width:100%}
.cell.cell70{width:100%}
.footer .credits{text-align:left}
  #menu {
    width: 100%;
  }
  #menu ul {
    width: 100%;
    display: none;
  }
  #menu.align-center > ul,
  #menu.align-right ul ul {
    text-align: left;
  }
  #menu ul li,
  #menu ul ul li,
  #menu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #menu ul li a,
  #menu ul ul li a {
    width: 100%;
  }
  #menu > ul > li,
  #menu.align-center > ul > li,
  #menu.align-right > ul > li {
    float: none;
    display: block;
  }
  #menu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #menu ul ul li:hover > a,
  #menu ul ul li a:hover {
    color: #000000;
  }
  #menu ul ul ul li a {
    padding-left: 40px;
  }
  #menu ul ul,
  #menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #menu > ul > li.has-sub > a::after,
  #menu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #menu #menu-button {
    display: block;
    padding:15px 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #menu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #menu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #menu .submenu-button.submenu-opened:after {
    display: none;
  }
#menu > ul > li > a {
  padding: 20px;
  font-size: 14px;
}
}