/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/*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;
}


/*
  ========================================
  Custom styles
  ========================================
*/

body {
	color: #888;
	margin-top: 50px;
	background-image: url('/static/images/sq_bg.jpg');
	background-repeat: repeat;
	font: 300 16px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
.container,
.col-33,
.col-66 {
    min-width: 100%;
    padding: 0;
  }
}
.content-frame {
	border: 4px #A39EC6;
	border-style: solid;
	max-width: 1100px;
	margin: auto;
	background-color: white;
}

.container,
.grid {
  margin: auto;
  max-width: 1000px;
}
.container {
	background-color: white;
  /*padding-left: 30px;
  padding-right: 30px;*/
}
.grid {
	/* border-bottom: 7px #dfe2e5;
	border-style: double;
	padding: 0px 0 50px 0;*/
}
.grid,
.col-33,
.col-66 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.col-33,
.col-66  {
  display: inline-block;
  vertical-align: top;
}
.col-33 {
  width: 33.33%;
}
.col-66 {
  width: 66.66%;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/*
  ========================================
  Typography
  ========================================
*/
h1, h2, h3, h4, h5, h6 {
  color: #483D8B;
}
h2, h3, h4, p {
  margin-bottom: 20px;
}
h1 {
  font-size: 36px;
  /*line-height: 40px;*/
}
h2 {
  font-size: 25px;
  /*line-height: 40px;*/
  font-weight: bold;
  padding-top: 10px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;

}
h6 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 12px;
	/*margin-bottom: 20px;	*/
}
strong {
  font-weight: 400;
}
cite,
em {
  font-style: italic;
}

/*
  ========================================
  Links
  ========================================
*/

a {
  color: #483D8B;
  text-decoration: none;
}
a:hover {
  color: #7B68EE;
}
p a {
  border-bottom: 1px solid #dfe2e5;
}

/*
  ========================================
  Primary header
  ========================================
*/
.photo {
	float: none;
	max-width: 30%;
	height: 100%;
	display: inline-block;
	/*min-width: 10%;*/
}
.logo {
	float: left;
    padding: 20px 0px 0px 0px;
    width: 100%;
}
.logo_text_container {
	float: left;
	padding: 0px 0px 10px 0px;
	/* padding: 70px 125px 5px 5px; */
	border-bottom: 7px #dfe2e5;
	border-style: double;
	display: inline-block;
	min-width: 80%;
}
.logotext {
	float: left;
	font-size: 65px;
	font-weight: bold;
	line-height: 44px;
	text-transform: uppercase;
	margin-top: 80px;
	padding-left: 15px;
}
.tagline {
	margin: 5px 0 10px 0;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: 300;
}
.primary-nav {
	font-size: 14px;
	font-weight: 400;
	/*letter-spacing: .5px;*/
	text-transform: uppercase;
	float: right;
	padding: 120px 0 22px 0;
	word-spacing: .50em;
}

/*
  ========================================
  Primary footer
  ========================================
*/

.primary-footer {
}
.nav-footer {
}
/*
  ========================================
  Home
  ========================================
*/

.teaser a:hover h5 {
  color: #7B68EE;
}
.ender {
  line-height: 44px;
  padding: 50px 0 66px 0;
  text-align: left;
}
