/* reset css */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'GFS Didot','Didot', serif;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}
p, ul, li {
margin-bottom: 20px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */

body {
	margin: 0 auto;
}
html {
	overflow: -moz-scrollbars-vertical;
}

.header {font-size:24px; width:100%; height:70px; background:white; position:fixed;top:0; z-index:999;border-bottom: 1px solid #e2e2e2;}
.header.shadow {border-bottom: 2px solid rgba(120, 120, 120, .5);
-webkit-background-clip: padding-box;
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}

.wrapper {
margin-top:20px;
margin-bottom:20px;
}

.container {
margin: 0 auto;
max-width:740px;
padding-left:10px;
padding-right:10px;
}

/* images that stretch to containers */
.liquidimage {
width: 100%;
}
.liquidimage img {
width: 100%;
}

.liquidimagecontainer {
width: 100%;
text-align:left;
}
.liquidimage2 {
max-width: 100%;
}

h1 {
font-size:21px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active{
	color: #000;
	text-decoration: underline;
}

.footer {
bottom: 0;
width: 100%;
background-color: #fdfdfd;
border-top: 1px solid #f0f0f0;

}
.footer p {
font-size:11px;
line-height: 150%;
color: #828282;
padding: 20px;
}
.footer a {
font-size:11px;
line-height: 150%;
color: #828282;
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
color: #828282;
}
.footerContact {
	float:left;
	padding-right:20px;
}
.footerIcons {
	float:right;
	padding: 20px;
}


/* GLOBAL */
	.containerNav{
		/* max-width:60em; */
		width:100%;
		margin:0 auto;
		height: 70px;
		position: fixed; /* turn this on and the overlay works but position is off */
		z-index: 999;
		background-color: #FFFFFF;
		border-bottom: 1px solid #e2e2e2;
		top:0px;
	}


/* HEADER */
	#navbar{
		overflow: hidden;
		/* position: fixed;*/
		top: 0;
		width: 100%;
		/* transition: 0.4s; */
		z-index: 99;
	}

	header{
		background: #ffffff;
		color:#000000;
	}

	#logo{
		float: left;
		padding: 1em 0em .5em .5em;
	}

	img.logo{
		max-width:400px;
	}
	
	nav{
		float:right;
		margin-top: 1em;
		padding-right: 1em;
	}
	nav a{
		color: #000000;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 14px;
	}
	
	nav a:hover{
		color: #9f9f9f;
		text-decoration: none;
	}

	nav ul{
		margin:0;
		padding:0;
	}

	nav li{
		float:left;
		display: inline;
		padding: 0 1em 0 1em;
		font-family: "GFS Didot", "Didot", serif;
	}

	label{
		font-size: 1.5em;
		line-height: 2em;
		display:none;
	}

	.bar1, .bar2, .bar3 {
		width: 1em;
		height: 0.1em;
		background-color: black;
		margin: 0.2em 0;
		transition: 0.4s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-0.21em, 0.21em) ;
		transform: rotate(-45deg) translate(-0.21em, 0.21em) ;
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-0.21em, -0.21em) ;
		transform: rotate(45deg) translate(-0.21em, -0.21em) ;
	}

	.closebtn{
	}

	#toggle, .closebtn {
		display: none;
	}





/* footer image must load here */
img.fb
{
width:46px;
height:37px;
background:url(graphics/footer_icons.png) 0 0;
}
img.pinterest
{
width:46px;
height:37px;
background:url(graphics/footer_icons.png) -45px 0;
}
img.divider
{
width:39px;
height:37px;
background:url(graphics/footer_icons.png) -83px 0;
}
img.aia
{
width:168px;
height:37px;
background:url(graphics/footer_icons.png) -122px 0;
}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    padding: 1rem;
    text-align: center;
	/*text-transform: uppercase */
	}
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(0,0,0, 0.3);
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	border-radius: 0;
	height:0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #CCCCCC; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #000000; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }
	  
	  
/* MEDIA QUERIES */


@media(max-width: 375px){
	#logo{
		padding: 1.3em 0em 1em 1em;
	}
	img.logo{
		max-width:300px;
	}
	
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    font-size: 14px;
	height: 20px;
	display: block;
	width:150px;
	}
	.footerIcons {
    float: left;
}
}

@media(max-width: 1024px){
	html, body{
 		height: 70%;
 	}

	label{
		/*float: right;*/
		display:block;
		cursor: pointer;
		line-height: 0.7em;
		z-index: 100;
	}

	.headerspacer{
		margin-top: 12em;
		display: block;
	}

	header #logo{
		float:left;
		display: inline;
		text-align: left;
		width: auto;
	}

	header ul{
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		background-color: #ffffff;
		opacity: 1;
		overflow-y: hidden;
		/* transition: 0.5s; */
	}

	#toggle:checked + ul {
		float: left;
		display: block;
		height: 100%;
	}

	.closebtn{
		display: block;
		text-align: center;
		width: 100%;
		padding-top:2em;
	}

	header nav li{
		position: relative;

		width: 100%;
		margin: auto;
		text-align: center;
		display: block;
		padding: 0em;
		padding-bottom: 2em;
	}
	nav a {
    font-size: 18px;
}
}
}

/* fix for IE */
img {
    width: 100%;
}