

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-size: 100%;
}


body {
	background: transparent;
	color: #000;
	font-size: 16px;
	font-family:"myriad-pro-condensed",sans-serif;
}


.main-container {
	background: #CCCCCC;
	margin: 15px;
	min-height: 1040px;
	overflow: hidden;
}

.main-content {
	margin: 50px 5% 50px 5%;
}

.text-intro {
	margin-top: 20px;
}

.logo img {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 300px;
	width: 100%;
	height: auto;
}

.colophon {
	background: #fff;
	border-top: 0px solid #fff;
	padding: 10px 25px 0 25px;
	position: fixed; 
	bottom: 0;
	left:0;
	right:0;
}

.colophon p {
	color: #999;
	font-size: 0.65rem;
	line-height: 0.7;
}


.entry-content {
	//display: block;
	line-height: 1.5;
	margin: 60px 0 30px 0;
}
h1 {
	font-size: 10.4rem;
	font-weight: 700;
	line-height: 1;
}
h1{
	margin-top: 30px;
}
h2 {
	font-size:2.5rem;
	font-weight: 700;
}            
.xxxh3 {
	font-size: 1.0rem;
	font-weight:700;
	padding: 10px 0;
	border-top: 1px dotted #CCCCCC;
}

h3.subhead {
	color: #ccc;
	font-size: 1.15rem;
	font-weight:500;
	line-height:1;
	text-transform: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0px solid #d3d3d3;
	background: transparent;
	font-weight: normal;
	color: #555555;
}

.ui-accordion .ui-accordion-header {
	color:#000;
	font-size: 1.5rem;
	font-weight:500;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	text-transform:uppercase;
}
.ui-accordion-content {
	background: transparent;
	color: #ccc;
	font-size:1.15rem;
	font-family:"myriad-pro-condensed",sans-serif;
	line-height: 1.35;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding-left: 2.25em;
}
.ui-widget-content {
    background: transparent;
    border: 0px solid #ffffff;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 1.5em;
}


.preface {
	margin: 0 0 20px 0;
}	
	
.sofdtypo {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 1.15rem;
	font-family:"myriad-pro-condensed", sans-serif;
	text-transform:uppercase;
}	
	
	
	
/* Typo */

h1, h2, h3, h4, h5 {
	font-family:"myriad-pro-condensed",sans-serif;
}

h1 {
	color: #000;
	font-size: 2.05rem;
	font-weight:500;
	line-height: 1.25;
	text-transform:uppercase;
}

h3 {
	color: #666;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.office {
	margin-top: 15px;
}

p {
	color: #666;
	font-size:0.9rem;
	line-height:1.25;
}

.clear {
	clear: both;
}




@media only screen and (max-width:320px) {
  .logo img{
    width: 100%;
  }
  .main-container {
  	margin: 10px;
  	min-height: 600px;
  }
  .main-content {
  	margin: 30px 5% 0px 5%;
  }
  h1 {
  	font-size: 1.15rem;
  }
  h3 {
  	font-size: 0.90rem;
  }
  p {
  	font-size: 0.80rem;
  }
  .office {
  	margin-top:50px;
  }
  .text {
  	margin-top: 10px;
  }
  .colophon{
  		border-top: 10px solid #fff;
  		padding: 10px 15px 0 15px;
  }
  .colophon p {
	font-size: 0.55rem;
	line-height: 0.5;
}
} 



@media only screen and (min-width:321px) and (max-width:480px) {
	h1 {
		font-size:1.65rem;
	}
}


@media only screen and (min-width:481px) and (max-width:600px) {
	h1 {
		font-size:1.95rem;
	}
}


@media only screen and (min-width:601px) and (max-width:800px) {
	h1 {
		font-size:2.05rem;
	}
}