/* CSS Document */
footer{
	text-align:center;
	font-size:11px;
	padding:25px 0;
	background-color:#202020;
	color:#fff;
}
footer p{
	margin-bottom:11px;
}
.wrap{
	width:100%;	
}
header{
	background-color:#f9f9f9;
	color:#1a2963 !important;
	padding:20px 0px;
}
header span{
	color:#d9800e	;
	white-space:nowrap;
}
header h1{
color:#1a2963;
margin:0;
font-size:30px;
text-align:center;
}
.callout{
margin-top:14px;
	text-align:center;
	line-height:145%;
}
.inner{
	margin:0px auto;
	width:100%;
	padding:35px 15px;
	max-width:1024px;	
}
header .inner{
	padding:0 15px;
}
.inner2{
	margin:0px auto;
	width:100%;
	padding:35px 15px;
	max-width:700px;	
}

.hero{
/*    background-image: url(banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;


	background-color:#96d5fe
}
.hero h1{
	line-height:125%;
	color:#1a2963;
}
.inhero{
	width:100%;
	max-width:1200px;	
}
.inhero div{
	width:100%;
	text-align:center;
	padding:25px 25px 45px 25px;


}
.clear{
	clear:both;	
}

/* @@@ typography @@@ */
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}
body{
	font-size:14px;	
	color:#333333;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
p, li, ul{
	line-height:140%;
	margin-bottom:14px;	
}
p{

	margin-bottom:20px;	
}
h1, h2, h3{
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	color:#d9800e;
	margin-bottom:20px;
	
}
.inner ul{
margin-left: 12px;
	list-style:square;
	display:block;
	padding-bottom:15px;
}
.inner li{
    margin-left: 18px;
	
}
.inner ol{
margin-left: 12px;
	list-style:georgian;
	display:block;
	padding-bottom:15px;
}


strong{
		font-weight: bold;
}
h1{
font-size:36px;
}
h2{
font-size:36px;
	
}
h3{
font-size:24px;
color:#1a2963;
	
}
h2 span{
font-weight:normal;
color:#4b5167;	
font-size:80%;
}

a{
	color:#4b5167;		
}
a:hover{
	text-decoration:	none;
}
a.cta{
text-decoration:none;	
color:#fff;
background-color:#1a2963;
display:inline-block;
    padding: 15px 25px;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.cta:hover{
background-color:#d9800e;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.cta:after {
  font-family: fontawesome;
  font-weight: normal;
  margin-left: 15px; content: '\f086'; 
}


.inhero a.cta{
background-color:#d9800e;	
}
.inhero a.cta:hover{
background-color:#1a2963;	
}
.cols a.cta{
	margin-bottom:25px;	
}

.services {

}
.services section {
  display: none;
  text-align:left;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
.services input {
  display: none;
}

.services label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px;
  font-weight: 600;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
  text-align: center;
  color: #a8a8a8;
  border: 1px solid transparent;
}
.services label span{
	display:none	
}
.services label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.services label[for*='1']:before { content: '\f0c0'; }
.services label[for*='2']:before { content: '\f0b1'; }
.services label[for*='3']:before { content: '\f1ec'; }


.services label:hover {
  color: #d9800e;
  cursor: pointer;
}

input:checked + label {
  color: #4b5167;
  border: 1px solid #ddd;
  border-top: 2px solid #d9800e;
  border-bottom: 1px solid #f9f9f9;
}
#tab1:checked ~ #sec1,
#tab2:checked ~ #sec2,
#tab3:checked ~ #sec3 {
  display: block;
}
.cent{
	text-align:center;	
}
.services .cent{
	max-width:960px;
	margin:0 auto;
	padding-bottom:25px;	
}
.bio{
	background-color:#ededed;	
}
img.biopic{
	float:right;
	margin:0 0px 15px 15px;
	width:50%;
	max-width:300px;
	height:auto
}
.gray-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ededed;
    margin: 0 auto;
}
.gray2-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #f9f9f9;
    margin: 0 auto;
}
.box{

}
.box .stage{
 background: #f9f9f9; margin-bottom: 10px;	 padding: 15px;
}

.contact{
	
}
span.green{
	color:#d9800e;	
}


/* FORM */


button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}


form {
margin:45px 0 105px 0;
}



.underline {
  border-bottom: solid 2px #333333;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #333333;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #333333;
	color: #333333;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;

	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 100px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #333333;
}

:-moz-placeholder { 
	color: #333333;
	opacity: 1;
}

::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333333;
}

#form_button {
  background:#1a2963;
	border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;

  outline: none;
  padding: 15px 25px;

  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #d9800e;

}


@media screen and (max-width: 480px) {

  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {

  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}