/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    color: #666;
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

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

a {
	color: #888;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 1.75em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

h1.title {
  line-height: 1;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address margins set differently in IE 6/7.
 */

p {
    color: #333;
    font-size: 1em;
    margin: 0 0 1em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

ol,
ul {
    color: #333;
    margin: 1em 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Clear Floats inside of group class aka clearfix
 */

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* ==========================================================================
   Theme Styles
   ========================================================================== */

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 2em;
}

.half {
	width: 48%;
}

.third {
	width: 30%;
	margin-right: 5%;
}

.last {
	border-right: none;
	margin-right: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.logo {
  float: left;
}

.tagline {
  font-size: 1.25em;
  font-style: italic;
  margin: 20px 0 0 0;
}

.tagline-full{
  font-size: 1.25em;
  font-style: italic;
}

.lead {
  font-size: 1.25em;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav {
  position: absolute;
  right: 0;
  bottom: 2em;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	border-right: 1px solid #DDD;
	float: left;
}

nav li a {
  color: #666;
	margin: 0 5px;
	padding: 5px .5em;
	text-decoration: none;
}

nav li a:hover {
	background: #DADADA;

}

article {
	margin-bottom: 1em;
}

figure img {
	width: 100%;
}

.responsive-80 {
  width: 80%;
}

header {
	border-bottom: 1px solid #DDD;
	margin-bottom: 2em;
	padding-bottom: 2em;
  position: relative;
}

.heading {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.075em;
	line-height: 0.9;
	margin: 0 0 0.5em 0;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	border-top: 1px solid #DDD;
	font-weight: normal;
	padding-top: 1em;
	text-transform: uppercase;
}

.main {
  float: left;
  width: 65%;
}

.main-alt {
  float: left;
  width: 65%;
}

.sidebar {
  float: right;
  width: 30%;
}

.sidebar-alt {
  float: left;
  margin-right: 5%;
  width: 25%;
}

.title a {
  color: #666;
  font-weight: normal;
  text-decoration: none;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon {
	margin-right: 5px;
	vertical-align: middle;
}

.sidebar {
  color: #888;
}

footer {
	border-top: 1px solid #DDD;
	color: #999;
	margin-top: 2em;
	padding-top: 2em;
}

.copyright {
    margin-bottom: 10px;
    text-align: center;
}

.copyright a {
    color: #999;
}

.seminar-info td {
  width: 300px;
}

/* ===================
    Form Styles
   =================== */

/* ==========================================================================
   Author's custom styles - Contact Form
   ========================================================================== */

.contact_form ul {
    padding: 0;
}
.contact_form ul li {
  font-size: .75em;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.contact_form input[type=text], .contact_form input[type=email] {
    height: 2em;
    width: 90%;
}
.contact_form .rounded {
    border-radius:5px;
    height: 1.5em;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.contact_form label {
    display: inline-block;
    text-align: left;
    margin-right: 5px;
    cursor: hand;
    color: #727272;
    vertical-align: middle;
}
.contact_form .error {
    color: red;
    width: 150px;
}
#results {
    font-size:18px;
    color: red;
}
.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

/**
 * Clear Floats
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
 
/* Large desktop */
@media (min-width: 1164px) { 
	.heading {
		width: 48%;
		float: left;
		font-size: 3.5em;
		font-weight: normal;
		letter-spacing: -0.075em;
		line-height: 0.9;
		margin: 0 0 0.5em 0;
		text-align: left;
		text-transform: uppercase;
	}
  .logo {
    width: 210px;
  }
  .tagline {
    margin: 20px 0 0 300px;
  }
}

/* Large desktop */
@media (min-width: 941px) and (max-width: 1163px) { 
	.heading {
		float: left;
		font-size: 2.75em;
		text-align: left;
		width: 48%;
	}
  .logo {
    width: 210px;
  }
  .tagline {
    margin: 20px 0 0 300px;
  }
}

@media (max-width: 940px) { 
	.heading {
		font-size: 3.5em;
	}
  nav {
    margin-top: 20px;
    position: static;
  }
  .logo {
    float: none;
    text-align: center;
  }
  nav li {
    border: none;
    float: none;
    text-align: center;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.half {
		float: none;
		width: 100%;
	}
	.third {
		float: none;
		width: 100%;
	}
  .main {
    float: none;
    width: 100%;
  }
  .sidebar {
    float: none;
    width: 100%;
  }
  .main-alt {
    float: none;
    width: 100%;
  }
  .sidebar-alt {
    float: none;
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 767px) { 
	.heading {
		font-size: 3.5em;
	}
  figure {
    float: left;
  }
}

/* Landscape phones and down */
@media (max-width: 599px) { 
	.heading {
		font-size: 2.5em;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	.heading {
		font-size: 2em;
	}
}