/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
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;
}

h1 {
  margin: 0rem 0 1rem 0;
  font-family: arial,sans-serif;
  font-size: 42px;
	line-height: 2.95rem;
	color: #415ca0;
}
h2 {
  margin: 1.5rem 0 .5rem 0;
  font-family: arial,sans-serif;
  font-size: 30px;
	line-height: 2.25rem;
	color: #415ca0;
}
h3 {
  font-family: arial,sans-serif;
  font-size: 26px;
	color: #415ca0;
}
h4 {
  font-family: arial,sans-serif;
  font-size: 18px;
	color: #415ca0;
}
ol, ul {
  list-style: outside disc;
	padding: 0 0 0 1rem;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
	margin: 0 0 .5rem 0;
	font-size: 20px;
	font-weight: 300;
}
a {
  text-decoration: none;
  color: #3a96d2;
}

a:hover {
  color: #3a96d2;
  text-decoration: underline;
}
sup {
    vertical-align: super;
    font-size: .65rem;
}
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
.wp-caption-text {
    color: #bbb;
    font-size: 1rem;
    font-style: italic;
    margin: 0.25rem 0 0 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  HTML & BODY
============================================================ */
body {
  background-color: #fff;
  color: #787878;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
	background: #fff;
}
.container ul li {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
}
.container ul li ul {
  margin: .5rem 0 1rem 0;
}
.container ul li ul li {
	margin: 0 0 0 1rem;
	padding: 0 0 0 0;
}
.container_base {
  width: 100%;
  max-width: 960px;
  margin: 180px auto 1rem auto;
  padding: 0 20px;
	background: #fff;

}
.container_base ul li {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 300;
}
.container_base ol li {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 300;
}
.alignright {
	float: right;
	margin: 0 0 0 1rem;
}
.alignleft {
	float: left;
	margin: 0 1rem 0 0;
}

/* ============================================================
  INFO BAR
============================================================ */
#infobar_container {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background: #fff;
	position: fixed;
	top:0;
}
/*.info-bar {
  padding: 5px 0;
  background-color: #fff;
  text-align: center;
	height: 140px;
	width: 100%;
}*/
.info-bar {
  padding: 5px 0;
	margin: 0 auto;
  background-color: rgba(255,255,255, 0.9)/*rgba(65,92,160, 0.9)*/;
  text-align: center;
	top: 0;
	height: 140px;
	width: 1000px;
	color: #3a96d2;
	/*border-left: 1px solid rgba(58,150,210, 0.5);
	border-bottom: 1px solid rgba(58,150,210, 0.5);
	border-right: 1px solid rgba(58,150,210, 0.5);*/
}
.info-bar a.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/core/icons-dark.png");
  background-image: url("../img/core/icons-dark.svg"), none;
  opacity: 0.3;
}
.info-bar .cmn-tut {
  background-position: 0 0;
}
.info-bar .cmn-prev {
  background-position: -30px 0;
}
.info-bar .cmn-next {
  background-position: -60px 0;
}
.info-bar .cmn-download {
  background-position: -90px 0;
}
.info-bar .cmn-archive {
  background-position: -120px 0;
}
.info-bar a.icon[data-title]:after {
  opacity: 1;
}
.info-bar a.icon[data-title]:hover:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20px;
  content: attr(data-title);
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
#navigation {
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
	font-size: 1.25rem;
}
#navigation a {
	color: #3a96d2;
}
#navigation a:hover {
	color: #415ca0;
}
#navigation_mobile {
	display: none;
}
.subnav {color: #ff00ff; font-size: 1rem;}
/* ============================================================
  HEADER & SITE TITLE
============================================================ */
/* header */
header .branding {
  padding: 20px 0;
}
header .logo {
  margin-bottom: 20px;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
header .social {
  text-align: center;
}
header .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  text-indent: -9999px;
  background-size: 30px 30px;
  background-image: url("../img/core/social-light.png");
  background-image: url("../img/core/social-light.svg"), none;
  background-size: 180px 30px;
}
header .social a.fb {
  background-position: 0 0;
}
header .social a.twitter {
  background-position: -30px 0;
}
header .social a.googleplus {
  background-position: -60px 0;
}
header .social a.rss {
  background-position: -90px 0;
}
header .social a.email {
  background-position: -120px 0;
}
header .social a.search {
  background-position: -150px 0;
}
header .social a:hover {
  opacity: 0.4;
}

/* site title */
.site-title {
  padding: 5px 0;
  background-color: #818181;
  text-align: center;
}
.site-title h1 {
  color: #fff;
}

/* ============================================================
  SECTIONS
============================================================ */
#homepagefeature {
	width: 100%;
	background: #3a96d2;
	color: #fff;
	padding: 1rem;
	font-size: 1.25rem;
	margin: 3rem 0 0 0;
}
#homepagefeature h1 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 .5rem 0;
	line-height: 2.25rem;
}
#homepagefeature h1 a {
	color: inherit;
	text-decoration: none;
}
#homepagefeature a {
	color: #ffffff;
	font-weight: 700;
}
#homepagesubfeature_lft {
	width: 49%;
	float: left;
	background: #bdd7e7;
	color: #000;
	padding: 1rem;
	font-size: 1.25rem;
	margin: 1rem 0 0 0;
	min-height: 11.5rem;
}
#homepagesubfeature_lft h1 {
	color: #405ca2;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 .5rem 0;
	line-height: 2rem;
}
#homepagesubfeature_lft h1 a {
	color: inherit;
	text-decoration: none;
}
#homepagesubfeature_lft a {
	color: #000;
	font-weight: 700;
}
#homepagesubfeature_rt {
	width: 49%;
	float: right;
	background: #bdd7e7;
	color: #000;
	padding: 1rem;
	font-size: 1.25rem;
	margin: 1rem 0 0 0;
	min-height: 11.5rem;
}
#homepagesubfeature_rt h1 {
	color: #405ca2;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 .5rem 0;
	line-height: 2rem;
}
#homepagesubfeature_rt h1 a {
	color: inherit;
	text-decoration: none;
}
#homepagesubfeature_rt a {
	color: #000;
	font-weight: 700;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module h1 {
  margin: 0rem 0 1rem 0;
  font-family: arial,sans-serif;
  font-size: 42px;
	line-height: 2.95rem;
	color: #415ca0;
}
section.module h2 {
  margin: 0rem 0 .5rem 0;
  font-family: arial,sans-serif;
  font-size: 30px;
	line-height: 2.25rem;
	color: #415ca0;
}
section.module h3 {
  font-family: "Roboto Slab", serif;
  font-size: 26px;
	color: #415ca0;
}
section.module h4 {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
	color: #415ca0;
}
section.module p {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 50px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: #fff/*rgba(255, 255, 255, 0.8)*/;
  font-size: 86px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0 15px rgba(0, 0, 0, 1);
  padding: 260px 0 0 0;
}
section.module.parallax-main {
  background-image: url("img/main.jpg");
  background-position: 50% 0px;
	height: 600px;
}
section.module.parallax-1 {
  background-image: url("img/01.jpg");
  background-position: 50% 0px /*50% -100px monotone image position*/;
}
section.module.parallax-1-small {
  background-image: url("img/01.jpg");
  background-position: 50% 0px /*50% -100px monotone image position*/;
	height: 500px;
}
section.module.parallax-2 {
  background-image: url("img/02.jpg");
  background-position: 50% 50%;
}
section.module.parallax-2-small {
  background-image: url("img/02.jpg");
  background-position: 25% -50px /*50% -100px monotone image position*/;
	height: 400px;
}
section.module.parallax-3 {
  background-image: url("img/03.jpg");
  background-position: 50% 120px /*50% -100px monotone image position*/;
}
section.module.parallax-3-small {
  background-image: url("img/03.jpg");
  background-position: 50% 100px /*50% -100px monotone image position*/;
	height: 600px;
}
section.module.parallax-4 {
  background-image: url("img/04.jpg");
  background-position: 0px 0px /*50% -100px monotone image position*/;
}
section.module.parallax-4-small {
  background-image: url("img/04.jpg");
  background-position: 50% -50px /*50% -100px monotone image position*/;
	height: 400px;
}

/* monotone homepage */
section.module.parallax-1-mono {
  background-image: url("img/01_mono.jpg");
  background-position: 50% -100px;
	height: 700px;
}
section.module.parallax-1-mono h1 {
	padding: 100px 0 0 0;
}
section.module.parallax-2-mono {
  background-image: url("img/02_mono.jpg");
  background-position: 50% 50%;
}
section.module.parallax-3-mono {
  background-image: url("img/03_mono.jpg");
  background-position: 50% -100px;
}
section.module.parallax-4-mono {
  background-image: url("img/04_mono.jpg");
  background-position: 50% -100px;
}


#internal_sidebar {width: 300px; padding: 0 20px 0 20px; margin: 10px; background: #bdd7e7; float: right;}
.sidebar_italic {font-size: 1em; font-style: italic;}


/* ============================================================
  FOOTER
============================================================ */
footer {
  padding: 20px 0;
	text-align: center;
	background: #415ca0;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}

/********************************************
   RESPONSIVE
********************************************/ 
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/*** Tablet Horiz 1024px ***/
@media screen and (max-width: 1030px) {

section.module.parallax h1 {
	font-size: 86px;
    line-height: 120px;
    padding: 260px 0 0 0;
}
}

/*** Mobile Large 800px ***/
@media screen and (max-width: 800px) {

.info-bar {
    width: 100%;
}
section.module.parallax-main {
  background-image: url("img/main_mobile.jpg");
	background-position: 50% 75px;
}
section.module.parallax-1 {
  background-image: url("img/01_mobile.jpg");
}
section.module.parallax-2 {
  background-image: url("img/02_mobile.jpg");
}
section.module.parallax-3 {
  background-image: url("img/03_mobile.jpg");
}
section.module.parallax-4 {
  background-image: url("img/04_mobile.jpg");
}
section.module.parallax h1 {
	font-size: 72px;
    line-height: 120px;
    padding: 260px 0 0 0;
}
.partner_logos img {
	width: 100%;
}
}

/*** Mobile Large 650px ***/
@media screen and (max-width: 650px) {

.nomobile {
	display: none;
}
#infobar_container {
	height: 170px;
	position: relative;
}
.info-bar {
	width: 100%;
	height: 170px;
}
.info-bar img {
	margin: 0 auto;
	text-align: center;
}
#navigation_mobile {
	display: block;
	float: left;
	margin: 0 0px 0 30px;
	text-align: center;
	font-size: 1rem;
}
section.module.parallax h1 {
  font-size: 64px;
  line-height: 75px;
  font-weight: 700;
	padding: 40px 0 0 0;
}
section.module.parallax-main {
	height: 300px;
	background-position: 50% 50px;
	background-position-x: 50%;
	background-position-y: 50px;
}
section.module.parallax-1 {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-2 {
    height: 150px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-3 {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-4 {
    height: 150px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.content {
    padding: 20px 0;
}
section.module h2 {
    font-size: 25px;
}
section.module.parallax-1-small {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-2-small {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-3-small {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
section.module.parallax-4-small {
    height: 250px;
	background-position: 50% 0px;
	-webkit-background-position: 50% 0px;
	-moz-background-position: 50% 0px;
}
.container_base {
    width: 100%;
    max-width: 960px;
    margin: 0px auto 1rem auto;
    padding: 0 20px;
}
.container_base img {
    width: 90vw;
    height: 100%;
    margin: 0 0 1rem 0;
}
.alignright {
    float: none;
    margin: 0 0 0 0;
}
.wp-caption-text {
    margin: -1rem 0 1rem 0;
	width: 85vw;
}
}




@media all and (min-width: 600px) {
  header .branding {
    padding-left: 60px;
  }
  header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px;
  }
  header .logo img {
    display: block;
    margin: 0;
  }
  header .social {
    padding: 15px 0;
    float: right;
    width: 100%;
    text-align: right;
  }
  footer aside {
    margin-bottom: 0;
    float: left;
    width: 33.3333%;
  }
  footer nav ul {
    text-align: left;
  }
  footer nav li {
    display: block;
  }
  footer nav a {
    display: inline-block;
    margin: 0;
  }
  footer .logo {
    text-align: right;
  }
}
