/*

	Internet Association
	Global LESS
	
	@author: 	Sam Dunn
	@company: 	One Mighty Roar
	@date:		2012
	
--------------------------------------- */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*
 
  One Mighty Roar
  Variables LESS
             
  Company: 	 One Mighty Roar
  Author: 	 Sam Dunn
  Website:	 www.onemightyroar.com
 
--------------------------------------- */
/*
=======================================
  VARIABLES
=======================================
*/
/*
 
  One Mighty Roar
  Mixins LESS
             
  Company: 	 One Mighty Roar
  Author: 	 Sam Dunn
  Website:	 www.onemightyroar.com
 
--------------------------------------- */
/*
=======================================
  MIXINS
=======================================
*/
/*
 
  Internet Association
  Typography LESS
             
  Company: 	 One Mighty Roar
  Author: 	 Sam Dunn
  Website:	 www.onemightyroar.com
 
--------------------------------------- */
/*
=======================================
  TYPOGRAPHY
=======================================
*/
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
a,
li,
ul,
input,
form {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
  color: #9b7e71;
}
p a {
  color: #f47842;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
p a:hover {
  text-decoration: underline;
}
p.half-blurb {
  margin: 20px 0;
  width: 60%;
}
@media screen and (max-width: 640px) {
  p.half-blurb {
    width: auto;
  }
}
p.big-text {
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  margin: 50px 0 30px 0;
}
h1.border,
h2.border,
h3.border,
h4.border,
h5.border {
  border-bottom: 1px solid #dddddd;
}
h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 18px;
  color: #f47842;
}
h1 small {
  font-size: 24px;
}
h2 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 18px;
  color: #f47842;
}
h2 small {
  font-size: 24px;
}
h3 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #555;
}
h3 small {
  font-size: 18px;
}
h4 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #9b7e71;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 0.1em;
}
h5 small {
  font-size: 14px;
}
h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
  color: #9b7e71;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  display: block;
}
h6 small {
  font-size: 14px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 {
  color: #fff;
}
.dark p {
  color: #ddd;
}
ul,
ol {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
ul.text-list,
ol.text-list {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
  color: #444444;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
ul.zebra {
  list-style: none;
  margin-left: 0;
}
ul.zebra li {
  padding: 10px;
}
ul.zebra li.odd {
  background: #eee;
}
dl {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #444444;
  margin-bottom: 18px;
}
dl dt,
dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #666666;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  color: #666666;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
/*
 
  Internet Association
  Form LESS
             
  Company: 	 One Mighty Roar
  Author: 	 Sam Dunn
  Website:	 www.onemightyroar.com
 
--------------------------------------- */
.standard-form input[type="text"] {
  border: 1px solid #bbb;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.06);
}
.standard-form input[type="text"]:focus,
.standard-form input[type="text"]:active {
  border-color: #80b6e9;
  -webkit-box-shadow: 0 0 3px rgba(66, 127, 189, 0.6);
  -moz-box-shadow: 0 0 3px rgba(66, 127, 189, 0.6);
  box-shadow: 0 0 3px rgba(66, 127, 189, 0.6);
}
.standard-form label {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 10px;
  display: block;
}
.standard-form fieldset {
  margin-bottom: 25px;
}
.standard-form .field-container {
  zoom: 1;
}
.standard-form .field-container:before,
.standard-form .field-container:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.standard-form .field-container:after {
  clear: both;
}
.standard-form .field-container.half {
  margin-bottom: 12px;
}
.standard-form .field-container.half input {
  width: 192px;
  float: left;
}
.standard-form .field-container.half input:first-child {
  margin-right: 12px;
}
.standard-form .field-container.half .field-select {
  float: left;
  width: 212px;
}
.standard-form .field-container.full input {
  width: 418px;
}
.standard-form .field-select {
  height: 37px;
  border: 1px solid #bbb;
  color: #555;
  background: url('../img/bg-droparrow-select.png') no-repeat right center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.standard-form .field-select select {
  background: transparent;
  -webkit-appearance: none;
  width: 212px;
  height: 37px;
  color: #666;
  padding: 10px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.standard-form .inline-help {
  font-style: italic;
  color: #888;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.standard-form .submit-button {
  padding: 10px;
  width: 440px;
  height: auto;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
.input-textarea {
  resize: none;
  color: #666;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#post-social .input-textarea {
  border: 3px solid #a9daea;
  width: 266px;
  margin: 5px 0;
}
.search-wrap .input-inline-button {
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  background: #fff;
  padding: 8px 15px;
  width: 135px;
}
.search-wrap .input-inline-button:before,
.search-wrap .input-inline-button:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.search-wrap .input-inline-button:after {
  clear: both;
}
.search-wrap .input-inline-button .search-nav {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  float: left;
  width: 115px;
}
#search-nav-submit {
  text-transform: none;
  text-indent: -1000px;
  background: url('../img/icn-search.png') no-repeat;
  width: 16px;
  height: 16px;
  float: right;
}
#search-filter-submit {
  text-transform: none;
  text-indent: -1000px;
  background: url('../img/icn-search.png') no-repeat;
  width: 16px;
  height: 16px;
  float: right;
}
@media screen and (max-width: 640px) {
  #subscribe-email fieldset {
    text-align: left;
  }
}
#subscribe-email input[type="text"] {
  border: 3px solid #f5e9d2;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  padding: 15px 15px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 424px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #subscribe-email input[type="text"] {
    box-size: border-box;
    -webkit-box-sizing: border-box;
    width: 100%!important;
  }
}
#subscribe-email .radio-options {
  color: #ffd07d;
  width: 200px;
  float: left;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#subscribe-email .radio-options input[type="checkbox"] {
  margin: 0 3px 0 3px;
}
@media screen and (max-width: 640px) {
  #subscribe-email .radio-options {
    width: 100%;
  }
}
#subscribe-email .input-wrapper {
  margin-bottom: 8px;
}
#subscribe-email .input-submit {
  float: right;
}
#subscribe-email .button {
  background: #fcab2a;
}
@media screen and (max-width: 640px) {
  #subscribe-email .button {
    margin-top: 10px;
    float: none!important;
  }
}
#subscribe-email .button:hover {
  border: 1px solid #d65b25;
}
/*

	Internet Association
	Global LESS
	
	@author: 	Sam Dunn
	@company: 	One Mighty Roar
	@date:		2013
	
--------------------------------------- */
#popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.popup {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 999;
  margin-left: -231px;
  width: 460px;
  min-height: 460px;
  background: #fffbf2;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.popup .wrap {
  padding: 25px 15px;
}
#policy-view {
  width: 778px;
  margin-left: -390px;
}
#policy-view .wrap {
  padding: 20px 25px;
}
#policy-view .top-bar {
  background: #fff3db;
  zoom: 1;
}
#policy-view .top-bar:before,
#policy-view .top-bar:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#policy-view .top-bar:after {
  clear: both;
}
#policy-view .top-bar .wrap {
  padding: 10px 10px 10px 25px;
  zoom: 1;
}
#policy-view .top-bar .wrap:before,
#policy-view .top-bar .wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#policy-view .top-bar .wrap:after {
  clear: both;
}
#policy-view .btn-close {
  float: right;
  padding: 5px;
}
#policy-view .btn-close:hover {
  background: #ffeabf;
}
#policy-view .btn-next,
#policy-view .btn-prev {
  background: #f47842;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#policy-view .btn-next:hover,
#policy-view .btn-prev:hover {
  background: #e06a36;
}
#policy-view .btn-next {
  left: 779px;
}
#policy-view .btn-prev {
  left: -81px;
}
#policy-view .two-col {
  zoom: 1;
}
#policy-view .two-col:before,
#policy-view .two-col:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#policy-view .two-col:after {
  clear: both;
}
#policy-view .two-col p {
  font-size: 13px;
  line-height: 120%;
}
#policy-view .two-col .left {
  float: left;
  width: 460px;
}
#policy-view .two-col .right {
  float: right;
  width: 250px;
}
#social-signin {
  text-align: center;
  width: 360px;
  margin-left: -180px;
}
#social-signin h3 {
  color: #f47842;
  letter-spacing: normal;
  font-weight: 300;
}
#social-signin .subtext {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
#social-buttons {
  width: 280px;
  margin: 0 auto;
}
#social-buttons li {
  list-style: none;
}
#social-buttons li a {
  color: #fff;
  text-decoration: none;
  background: #fff3db;
  display: block;
  font-size: 14px;
  padding: 18px;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#social-buttons li #signin-fb {
  background: #3460a1 url('../img/icn-fb-color.png') no-repeat 10px center;
}
#social-buttons li #signin-twitter {
  background: #28aae1 url('../img/icn-twitter-color.png') no-repeat 10px center;
}
#social-buttons li #signin-li {
  background: #136d9d url('../img/icn-li-color.png') no-repeat 10px center;
}
#social-buttons li #signin-google {
  background: #de5543 url('../img/icn-gplus-color.png') no-repeat 10px center;
}
#social-buttons li #no-thanks {
  color: #f47842;
}
@media screen and (max-width: 640px) {
  wrap: 100%;
}
#guide {
  display: none;
  z-index: 1000;
  position: fixed;
  background: cyan;
  height: 100%;
  width: 1px;
  left: 50%;
  margin-left: -95px;
}
#debug {
  z-index: 1000;
  position: fixed;
  background: #222;
  width: 100px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  left: 0;
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
html,
body {
  background: #fffbf2;
  min-width: 980px;
}
@media screen and (max-width: 640px) {
  html,
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}
hr {
  border: none;
  border-bottom: 1px dashed #ccc;
  margin: 20px 0;
  background: #fff;
  height: 0;
}
img {
  display: block;
}
img.full {
  width: 100%;
  margin-top: 10px;
}
.padding {
  padding: 10px;
}
.two-col {
  zoom: 1;
  clear: both;
}
.two-col:before,
.two-col:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.two-col:after {
  clear: both;
}
.two-col .left-col {
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 48.599999999999994%;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .two-col .left-col {
    width: 100%;
  }
}
.two-col .right-col {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 48.599999999999994%;
  float: left;
}
@media screen and (max-width: 640px) {
  .two-col .right-col {
    width: 100%;
  }
}
.two-col.heavy-right .left-col {
  width: 170px;
  text-align: right;
}
.two-col.heavy-right .right-col {
  width: 750px;
}
@media screen and (max-width: 640px) {
  .two-col .right-col,
  .two-col .left-col {
    float: none!important;
    zoom: 1;
  }
  .two-col .right-col:before,
  .two-col .left-col:before,
  .two-col .right-col:after,
  .two-col .left-col:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .two-col .right-col:after,
  .two-col .left-col:after {
    clear: both;
  }
}
#header {
  width: 100%;
  background: #fb8635;
}
@media screen and (max-width: 640px) {
  #header {
    position: relative !important;
  }
}
#header .wrap {
  padding: 10px 10px;
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
#header .wrap:before,
#header .wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#header .wrap:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #header .wrap {
    width: 100%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#header.fixed {
  top: 0;
  position: fixed;
  z-index: 150;
}
@media screen and (max-width: 640px) {
  #header nav {
    zoom: 1;
    display: none;
  }
  #header nav:before,
  #header nav:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  #header nav:after {
    clear: both;
  }
  #header nav ul#navigation {
    display: block;
    float: none;
    margin-top: 10px;
    height: auto;
  }
  #header nav ul#navigation li.search-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  #header nav ul#navigation li.search-wrap form {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#header .mobile-nav {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  float: right;
  right: 15px;
  top: 22px;
}
#header .mobile-nav span {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-indent: -9999px;
  height: 5px;
  margin-bottom: 3px;
  background: #fff;
  opacity: .5;
  position: relative;
  display: block;
}
#header .mobile-nav:hover span {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #header .mobile-nav {
    display: block;
  }
}
#logo {
  float: left;
}
@media screen and (max-width: 640px) {
  #logo {
    float: none;
    display: inline-block;
  }
  #logo img {
    width: 80%;
    display: inline-block;
  }
}
#navigation {
  zoom: 1;
  float: right;
  margin: 0;
  height: 60px;
  overflow: hidden;
}
#navigation:before,
#navigation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#navigation:after {
  clear: both;
}
#navigation li {
  list-style: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: left;
  margin: 14px 0 0 10px;
}
@media screen and (max-width: 640px) {
  #navigation li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
  }
}
#navigation a {
  padding: 10px 10px 10px 10px;
  color: #ffd07d;
  text-decoration: none;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#navigation a:hover {
  color: #ffe4b4;
}
section,
.section {
  display: block;
  position: relative;
}
section .wrap,
.section .wrap {
  position: relative;
  padding: 40px 10px;
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
section .wrap:before,
.section .wrap:before,
section .wrap:after,
.section .wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
section .wrap:after,
.section .wrap:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  section .wrap,
  .section .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.relative-wrap {
  position: relative;
}
.person {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 390px;
  width: 80px;
  height: 140px;
  margin-left: -134px;
  background: url('http://iacom.s3.amazonaws.com/img/bg-person-sheet.png') no-repeat 0 0;
}
.person.new-center {
  left: 346px;
  margin-left: 0;
}
.person.white-man {
  background-position: 0 0;
}
.person.hispanic-man {
  background-position: -80px 0;
}
.person.black-man {
  background-position: -160px 0;
}
.person.white-woman {
  background-position: 0 -140px;
}
.person.hispanic-woman {
  background-position: -80px -140px;
}
.person.black-woman {
  background-position: -160px -140px;
}
#back-top {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.15) url('../img/btn-top.png') no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 250;
  display: none;
}
#player-select {
  zoom: 1;
  background: #ff9242;
  margin-top: 80px;
  padding-top: 20px;
  height: 570px;
  background-color: #fb8842;
  background-image: -moz-linear-gradient(top, #ff9242, #f47842);
  background-image: -ms-linear-gradient(top, #ff9242, #f47842);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9242), to(#f47842));
  background-image: -webkit-linear-gradient(top, #ff9242, #f47842);
  background-image: -o-linear-gradient(top, #ff9242, #f47842);
  background-image: linear-gradient(top, #ff9242, #f47842);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9242', endColorstr='#f47842', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
#player-select:before,
#player-select:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#player-select:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #player-select {
    height: auto;
    margin-top: 0;
  }
}
#player-select h1 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  #player-select h1 {
    font-size: 50px;
  }
}
#player-select p {
  color: #ffe4b4;
  font-size: 16px;
  margin-top: 0;
}
#player-select .button {
  background: #fcab2a;
}
#player-select .button:hover {
  border: 1px solid #d65b25;
}
#player-select iframe {
  display: block;
}
@media screen and (max-width: 640px) {
  #player-select iframe {
    width: 100%;
  }
}
#player-select .two-col {
  height: 300px;
}
@media screen and (max-width: 640px) {
  #player-select .two-col {
    height: auto;
  }
  #player-select .two-col .left-col {
    margin-bottom: 30px;
  }
}
#select-tube-front {
  position: absolute;
  bottom: 0;
  left: 306px;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  #select-tube-front {
    left: 50%;
    margin-left: -75px;
  }
}
#select-tube-back {
  position: absolute;
  bottom: 0;
  left: 306px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #select-tube-back {
    left: 50%;
    margin-left: -75px;
  }
}
#select-person-placeholder {
  display: none;
}
@media screen and (max-width: 640px) {
  #select-person-placeholder {
    display: block;
    height: 270px;
  }
  #select-person.person {
    position: absolute!important;
    z-index: 100!important;
    left: 50%!important;
    top: auto!important;
    width: 80px!important;
    height: 140px!important;
    margin-left: -40px !important;
    margin-top: -240px !important;
  }
}
#promo-video {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
}
#secondary-video {
  zoom: 1;
  float: right;
}
#secondary-video:before,
#secondary-video:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#secondary-video:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #secondary-video {
    float: none;
  }
}
#secondary-video p {
  font-weight: 400;
}
#select-arrows {
  position: absolute;
  width: 160px;
  left: 304px;
  bottom: 230px;
}
@media screen and (max-width: 640px) {
  #select-arrows {
    left: 50%;
    margin-left: -80px;
  }
}
#select-arrows #select-prev,
#select-arrows #select-next {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  padding: 10px;
  background: #ffd685;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
#select-arrows #select-prev:hover,
#select-arrows #select-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
#select-arrows #select-next {
  right: 0;
}
#scroll-bar {
  background: #111;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 50;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#scroll-bar p {
  margin: 0;
  text-align: center;
  color: #fff;
}
#scroll-bar p a {
  color: #fcab2a;
  text-decoration: underline;
}
#scroll-bar p a:hover {
  text-decoration: none;
}
#scroll-bar .wrap {
  padding: 20px 10px;
}
#space {
  background: #051721 url('http://iacom.s3.amazonaws.com/img/space-bg.png');
  z-index: 25;
  height: 5000px;
}
@media screen and (max-width: 640px) {
  #space {
    height: auto!important;
  }
  #space .wrap {
    padding-bottom: 700px;
  }
}
#space h2 {
  color: #fff;
  font-size: 36px;
}
#space h2 a {
  color: #fff;
  text-decoration: none;
}
#space h2 a:hover {
  color: #f2f2f2;
}
#space .blurb-floating {
  position: absolute;
  right: 0;
  width: 360px;
}
#space .blurb-floating#space-blurb-1 {
  top: 760px;
  width: 100%;
  padding-bottom: 120px;
  background: url('http://iacom.s3.amazonaws.com/img/space-saturn.png') no-repeat 70% bottom;
}
#space .blurb-floating#space-blurb-1 p {
  font-size: 36px;
}
#space .blurb-floating#space-blurb-1 p.subtext {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #space .blurb-floating#space-blurb-1 {
    margin-top: 150px!important;
    background-position: 70% top;
    padding-top: 100px;
    padding-bottom: 60px !important;
    top: 0;
    position: relative!important;
  }
  #space .blurb-floating#space-blurb-1 p {
    font-size: 26px;
  }
}
#space .blurb-floating#space-blurb-2 {
  top: 1600px;
}
@media screen and (max-width: 640px) {
  #space .blurb-floating#space-blurb-2 {
    width: auto!important;
    top: 0!important;
    position: relative!important;
    padding-bottom: 60px !important;
  }
}
#space .blurb-floating#space-blurb-3 {
  top: 2600px;
}
@media screen and (max-width: 640px) {
  #space .blurb-floating#space-blurb-3 {
    width: auto!important;
    top: 0!important;
    position: relative!important;
    padding-bottom: 60px !important;
  }
}
#space .blurb-floating#space-blurb-4 {
  top: 4300px;
  left: 20px;
}
@media screen and (max-width: 640px) {
  #space .blurb-floating#space-blurb-4 {
    width: auto!important;
    top: 0!important;
    position: relative!important;
    padding-bottom: 60px !important;
    left: 0;
  }
}
#space p {
  color: #5fa7ce;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}
#space p.subtext {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
#space.space-locked {
  position: fixed;
}
#space-rocket {
  position: absolute;
  left: 50%;
  margin-left: -117px;
  z-index: 15;
  width: 48px;
  height: 112px;
  display: block;
  top: 0px;
  overflow: hidden;
}
#space-rocket.new-center {
  left: 366px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #space-rocket {
    position: absolute !important;
    top: auto !important;
    -webkit-transform: rotate(0deg) !important;
    left: 67px !important;
    margin-left: 0 !important;
  }
}
#space-moon {
  position: absolute;
  margin: 80px 0 0 0;
  z-index: 31;
}
#space-members,
#space-members-2 {
  height: 200px;
  overflow: hidden;
  z-index: 30;
  top: 100px;
  position: relative;
  margin: 0 auto;
}
#space-members li,
#space-members-2 li {
  list-style: none;
  float: left;
  height: 180px;
  width: 180px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 20px;
  overflow: hidden;
}
#space-members li img,
#space-members-2 li img {
  width: 160px;
  height: auto;
  margin: 56px auto;
}
#space-members-2 {
  height: 200px;
  margin-top: 10px;
  width: 920px!important;
}
#space-members-2 li {
  height: 180px;
  width: 180px;
  margin: 20px 20px;
}
#space-members-2 li img {
  width: 140px;
  margin: 56px auto;
}
@media screen and (max-width: 640px) {
  ul#space-members.cycle-slideshow,
  ul#space-members-2.cycle-slideshow {
    width: 87% !important;
  }
  ul#space-members.cycle-slideshow {
    margin-top: -25px;
  }
  ul#space-members.cycle-slideshow {
    top: 50px;
  }
}
.space-fade {
  position: absolute;
  width: 60px;
  height: 200px;
  top: 200px;
  z-index: 40;
}
.space-fade#space-fade-left,
.space-fade#space-fade-left-2 {
  left: 0;
  background: url('../img/space-fade-left.png') repeat-y right center;
}
.space-fade#space-fade-right,
.space-fade#space-fade-right-2 {
  right: 0px;
  background: url('../img/space-fade-right.png') repeat-y left center;
}
.space-fade#space-fade-right a,
.space-fade#space-fade-right-2 a {
  right: 0px;
}
@media screen and (max-width: 640px) {
  .space-fade#space-fade-left,
  .space-fade#space-fade-right {
    top: 125px;
  }
}
.space-fade#space-fade-left-2,
.space-fade#space-fade-right-2 {
  top: 400px;
  width: 40px;
}
@media screen and (max-width: 640px) {
  .space-fade#space-fade-left-2,
  .space-fade#space-fade-right-2 {
    width: 60px;
    top: 385px;
  }
}
.space-fade a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  display: block;
  padding: 10px;
  top: 92px;
  background: #588ca9;
}
.space-fade a:hover {
  background: rgba(0, 0, 0, 0.5);
}
#space-flag {
  position: absolute;
  left: 145px;
  top: 110px;
  margin: 0 0 0 -100px;
  z-index: 15;
}
@media screen and (max-width: 640px) {
  #space-flag {
    margin-left: 134px!important;
    top: auto!important;
    margin-top: 50px!important;
    left: 0 !important;
  }
}
#space-astronaut {
  position: absolute;
  left: 50%;
  top: 120px;
  margin: 0px 0 0 -100px;
  z-index: 25;
}
@media screen and (max-width: 640px) {
  #space-astronaut {
    position: absolute!important;
    top: auto!important;
    left: 0!important;
    margin-left: 200px!important;
    margin-top: 85px!important;
  }
}
#space-fixed {
  position: absolute;
  top: 970px;
  left: 50%;
  z-index: 20;
  width: 362px;
  margin-left: -180px;
}
#space-fixed.new-center {
  left: 300px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #space-fixed {
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
  }
}
#atmosphere {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 300px;
  bottom: 0;
  background-color: #436777;
  background-image: -moz-linear-gradient(top, #051721, #a1e0f9);
  background-image: -ms-linear-gradient(top, #051721, #a1e0f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#051721), to(#a1e0f9));
  background-image: -webkit-linear-gradient(top, #051721, #a1e0f9);
  background-image: -o-linear-gradient(top, #051721, #a1e0f9);
  background-image: linear-gradient(top, #051721, #a1e0f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#051721', endColorstr='#a1e0f9', GradientType=0);
}
.sky-clouds {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 202px;
  background: url('http://iacom.s3.amazonaws.com/img/space-clouds.png') repeat-x;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  
}
.sky-clouds.top-clouds {
  top: -120px;
  background-position: 140px top;
}
.sky-clouds-block {
  background: url('../img/sky-bg-fade.png') repeat-x;
  width: 100%;
  height: 115px;
  position: absolute;
  bottom: 0;
  z-index: 29;
}
@media screen and (max-width: 640px) {
  .sky-clouds-block {
    display: none !important;
  }
}
#balloon {
  background: #a1e0f9 url('../img/bg-clouds.jpg');
  z-index: 20;
  height: 2000px;
}
@media screen and (max-width: 640px) {
  #balloon {
    height: auto!important;
  }
}
#balloon h4 {
  color: #555;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}
#balloon h3 {
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 5px;
}
#balloon .sky-clouds {
  z-index: 15;
}
#balloon .sky-clouds-block {
  background: none;
}
.sky-fade-down {
  background: url('../img/sky-bg-fade-down.png') repeat-x center bottom;
  width: 100%;
  height: 115px;
  position: absolute;
  top: 0;
  z-index: 29;
}
#hot-balloon {
  position: absolute;
  z-index: 20;
  background: url('../img/balloon-hotair-back.png') no-repeat center bottom;
}
@media screen and (max-width: 640px) {
  #hot-balloon {
    margin-top: 70px!important;
    position: absolute!important;
    top: 0!important;
  }
}
#hot-balloon #balloon-person {
  left: 50%;
  bottom: -15px;
  top: auto;
  position: absolute;
  margin: 0 0 0 -40px;
  z-index: 20;
}
#hot-balloon #hot-balloon-overlay {
  position: relative;
  z-index: 25;
}
#face-sign {
  border: 1px solid #fff;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 200px;
  width: 300px;
  z-index: 30;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.1)', endColorstr='rgba(255, 255, 255, 0.6)', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 22px;
}
@media screen and (max-width: 640px) {
  #face-sign {
    left: 0;
    width: 80%;
    margin-left: 0;
    margin: 0 auto;
    position: relative !important;
  }
}
#face-sign p {
  margin: 0;
  color: #0e6087;
  font-size: 18px;
  line-height: 200%;
}
#face-sign p strong {
  font-weight: 600;
}
#face-sign h3 {
  margin-bottom: 20px;
}
.pic-user {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 10px auto 20px auto;
}
#face-stream {
  position: relative;
  width: 100%;
  height: 600px;
}
#face-stream li {
  list-style: none;
  display: inline-block;
  position: absolute;
  z-index: 25;
}
@media screen and (max-width: 640px) {
  #face-stream li {
    display: none;
  }
}
#face-stream li img {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
#face-stream li:nth-child(1) {
  left: 60px;
  top: 80px;
}
#face-stream li:nth-child(2) {
  left: 360px;
  top: 200px;
  z-index: 10;
}
#face-stream li:nth-child(3) {
  left: 800px;
  top: 50px;
}
#face-stream li:nth-child(4) {
  left: 10px;
  top: 440px;
}
#face-stream li:nth-child(5) {
  left: 400px;
  top: 500px;
  z-index: 10;
}
#face-stream li:nth-child(6) {
  left: 700px;
  top: 370px;
}
#face-stream li:nth-child(7) {
  left: 260px;
  top: 1180px;
  z-index: 10;
}
#face-stream li:nth-child(8) {
  left: 360px;
  top: 790px;
}
#face-stream li:nth-child(9) {
  left: 600px;
  top: 900px;
}
#face-stream li:nth-child(10) {
  left: 10px;
  top: 940px;
}
#face-stream li:nth-child(11) {
  left: 760px;
  top: 1060px;
  z-index: 10;
}
#face-stream li:nth-child(12) {
  left: 340px;
  top: 1370px;
}
.sky {
  background: #a1e0f9;
  display: block;
  zoom: 1;
}
.sky:before,
.sky:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.sky:after {
  clear: both;
}
.sky p {
  color: #4587a3;
  font-size: 18px;
  line-height: 140%;
}
.sky h3 {
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 5px;
}
.sky .blurb-floating {
  position: absolute;
  left: 50%;
  width: 360px;
  zoom: 1;
}
.sky .blurb-floating:before,
.sky .blurb-floating:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.sky .blurb-floating:after {
  clear: both;
}
.sky .blurb-floating .button {
  padding: 15px 25px;
  margin-top: 10px;
}
.sky .blurb-floating .social-strip {
  display: inline-block;
  margin-top: 20px;
}
.sky .blurb-floating p a {
  font-weight: 600;
  color: #4587a3;
  border-bottom: 1px solid #4587a3;
}
.sky .blurb-floating p a:hover {
  text-decoration: none;
}
#sky-parachute {
  z-index: 40;
  height: 2000px;
  background: url('../img/bg-clouds.jpg') 300px -10px;
}
@media screen and (max-width: 640px) {
  #sky-parachute {
    height: auto;
  }
}
#sky-parachute .wrap {
  padding-top: 80px;
}
#sky-parachute .blurb-floating {
  top: 700px;
  margin-left: 30px;
  line-height: 140%;
}
@media screen and (max-width: 640px) {
  #sky-parachute .blurb-floating {
    width: auto;
    margin-left: 0;
    left: 0;
    position: relative !important;
    top: auto;
  }
}
#parachute {
  width: 170px;
  height: 250px;
  top: 100px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
}
@media screen and (max-width: 640px) {
  #parachute {
    position: relative !important;
    top: auto !important;
    margin-left: 50%;
    margin-top: 60px;
    left: -25%;
  }
}
#the-chute {
  background: url('../img/parachute-bg.png') no-repeat;
  position: absolute;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 640px) {
  #the-chute {
    background: url('../img/parachute-bg.png') no-repeat !important;
    position: absolute!important;
    width: 100%!important;
    height: 250px!important;
    opacity: 1 !important;
    display: block!important;
  }
}
#the-laptop {
  background: url('../img/parachute-laptop.png') no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 164px;
  left: 36px;
  z-index: 41;
}
#parachute-person {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -40px;
}
#stay-educated .button {
  min-width: 140px;
}
#sky-mountain {
  background-color: #bdeafb;
  background-image: -moz-linear-gradient(top, #a1e0f9, #e8f9fe);
  background-image: -ms-linear-gradient(top, #a1e0f9, #e8f9fe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1e0f9), to(#e8f9fe));
  background-image: -webkit-linear-gradient(top, #a1e0f9, #e8f9fe);
  background-image: -o-linear-gradient(top, #a1e0f9, #e8f9fe);
  background-image: linear-gradient(top, #a1e0f9, #e8f9fe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1e0f9', endColorstr='#e8f9fe', GradientType=0);
  z-index: 30;
}
#sky-mountain .wrap {
  height: 800px;
  background: url('../img/mountain-peak.png') no-repeat 220px bottom;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  #sky-mountain .wrap {
    ackground-position: bottom right -50px;
    background-position-x: 50px;
    height: 510px;
  }
}
#raise-awareness {
  bottom: 150px;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #raise-awareness {
    bottom: auto;
    margin: 60px auto 0;
    width: 90%;
    left: 0;
    position: relative !important;
  }
}
#raise-awareness .button {
  min-width: 140px;
}
#post-social,
#button-google,
#button-twitter {
  display: none;
}
#stage {
  display: block;
  zoom: 1;
  background: #030404 url('http://iacom.s3.amazonaws.com/img/stage-bg.png') repeat-x center bottom;
}
#stage:before,
#stage:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#stage:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #stage .wrap {
    height: auto !important;
    background-position: center bottom!important;
  }
}
#stage p {
  font-size: 18px;
  color: #4587a3;
}
#stage .blurb-floating {
  float: right;
  width: 360px;
  line-height: 140%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 50px;
  zoom: 1;
}
#stage .blurb-floating:before,
#stage .blurb-floating:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#stage .blurb-floating:after {
  clear: both;
}
#stage .blurb-floating .button {
  padding: 15px 25px;
  margin-top: 10px;
}
#stage .blurb-floating .social-strip {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #stage .blurb-floating {
    position: relative !important;
    left: 0;
    margin-left: 0;
    margin-bottom: 0!important;
    width: auto;
    float: none;
    top: 0;
  }
}
#stage h3 {
  color: #fff;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 5px;
}
#stage p {
  color: #588ca9;
}
#stage .button {
  background: #0d0e11;
  background: rgba(0, 0, 0, 0.5);
  border-color: #0d0e11;
}
#stage .button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #000;
  background: #000000;
}
#stage .blurb-floating {
  margin-bottom: 120px;
}
#stage .wrap {
  height: 600px;
  zoom: 1;
  background: url('../img/stage-bg-spotlight.jpg') no-repeat 245px bottom;
}
#stage .wrap:before,
#stage .wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#stage .wrap:after {
  clear: both;
}
#stage-podium {
  position: absolute;
  bottom: 0;
  z-index: 30;
  left: 245px;
}
@media screen and (max-width: 640px) {
  #stage-podium {
    left: 0;
    top: -80px;
    display: block;
    margin: 0 auto -250px;
    position: relative;
  }
}
#podium-person {
  position: absolute;
  top: 440px;
}
@media screen and (max-width: 640px) {
  #podium-person {
    position: relative;
    left: 50%;
    margin-left: -29px;
    top: -60px !important;
  }
}
#news-subscribe {
  background: #f47842;
  z-index: 5;
  position: relative;
}
#news-subscribe h2,
#news-subscribe h4 {
  color: #fff;
}
#news-subscribe p {
  color: #ffe4b4;
}
#news-subscribe a {
  color: #ffedce;
  font-weight: 600;
}
#news-subscribe .left-col {
  background: url('../img/subscribe-throne.png') no-repeat 310px 70px;
  min-height: 175px;
}
#news-subscribe .left-col p {
  width: 300px;
}
@media screen and (max-width: 640px) {
  #news-subscribe .left-col {
    margin-bottom: 30px !important;
    padding-bottom: 150px;
    background-position: center bottom;
  }
  #news-subscribe .left-col p {
    width: auto!important;
  }
}
#subscribe-crown {
  position: absolute;
  left: 367px;
  top: 70px;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  #subscribe-crown {
    top: auto !important;
    bottom: 407px;
    left: 50%;
    margin-left: -18px;
    opacity: 1 !important;
  }
}
#throne-person {
  position: absolute;
  top: 72px;
}
@media screen and (max-width: 640px) {
  #throne-person {
    left: 50%;
    top: auto;
    bottom: 290px;
    margin-left: -40px;
    opacity: 1 !important;
  }
}
#policy-lists li {
  list-style: none;
  width: 300px;
  padding: 40px 20px;
  text-align: center;
  background: #f47842;
  float: left;
  margin: 20px 0 0 20px;
}
#policy-lists li:nth-child(3n + 1) {
  margin-left: 0;
}
#policy-lists li a {
  background: #111;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 20px;
  color: #ffc26a;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#policy-lists li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
#policy-lists h3 {
  color: #fff;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
}
#policy-lists p {
  font-weight: normal;
}
#share-strip {
  zoom: 1;
  height: 20px;
  float: left;
  margin-top: 10px;
}
#share-strip:before,
#share-strip:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#share-strip:after {
  clear: both;
}
#share-strip li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
#share-strip li.label {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b7e71;
  font-weight: 13px;
}
#action-list {
  margin-top: 20px;
  border-top: 2px solid #f5e9d2;
  zoom: 1;
}
#action-list:before,
#action-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#action-list:after {
  clear: both;
}
#action-list li {
  list-style: none;
  width: 300px;
  padding: 0;
  text-align: center;
  float: left;
  margin: 20px 0 0px 20px;
  zoom: 1;
}
#action-list li:before,
#action-list li:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#action-list li:after {
  clear: both;
}
#action-list li:hover {
  background: rgba(0, 0, 0, 0.05);
}
#action-list li:nth-child(3n + 1),
#action-list li.new-row {
  margin-left: 0;
  padding: 0;
}
#action-list li a {
  clear: both;
  background: #f47842;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 12px 10px;
  width: 120px;
  display: block;
  color: #ffc26a;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin: 0 auto 20px auto;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#action-list li a:hover {
  background: #222;
}
#action-list h3 {
  color: #fff;
  line-height: 110%;
  text-align: center;
  font-size: 28px;
  letter-spacing: normal;
  color: #f47842;
  position: relative;
}
#action-list .action-wrap {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
#action-list p {
  font-weight: normal;
  margin-bottom: 20px;
}
#footer .wrap {
  padding: 30px 10px;
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
#footer .wrap:before,
#footer .wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .wrap:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #footer .wrap {
    width: 100%;
  }
}
#footer a,
#footer li {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#footer-logo {
  background: url('../img/ia-logo-footer.png') no-repeat;
  padding: 25px 0 25px 105px;
  float: left;
}
@media screen and (max-width: 640px) {
  #footer-logo {
    width: 100%;
    text-align: center;
    background-position: center top;
    padding: 105px 0 0;
    margin-bottom: 30px;
  }
}
#footer-logo p {
  font-size: 14px;
  line-height: 100%;
}
#footer-logo p strong {
  font-weight: 600;
}
#social-footer,
.social-strip {
  zoom: 1;
}
#social-footer:before,
.social-strip:before,
#social-footer:after,
.social-strip:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#social-footer:after,
.social-strip:after {
  clear: both;
}
#social-footer li,
.social-strip li {
  list-style: none;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
#social-footer li.text-label,
.social-strip li.text-label {
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  line-height: 32px;
}
#social-footer {
  margin-top: 30px;
  float: right;
}
#social-footer li {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#social-footer li:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #social-footer {
    float: none;
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #social-footer li {
    display: inline-block;
    margin-left: 0!important;
    margin-right: 10px!important;
    margin-bottom: 10px;
  }
}
.button {
  display: inline-block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 30px;
  min-width: 80px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #df652f;
  border: 1px solid #df652f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.button:hover,
.button:focus {
  border: 1px solid #bb5528;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f57d4a;
  background-image: -moz-linear-gradient(top, #f5814f, #f47842);
  background-image: -ms-linear-gradient(top, #f5814f, #f47842);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5814f), to(#f47842));
  background-image: -webkit-linear-gradient(top, #f5814f, #f47842);
  background-image: -o-linear-gradient(top, #f5814f, #f47842);
  background-image: linear-gradient(top, #f5814f, #f47842);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5814f', endColorstr='#f47842', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.2);
}
.button:active {
  border: 1px solid #bb5528;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #eb733e;
  background-image: -moz-linear-gradient(top, #f47842, #dd6c39);
  background-image: -ms-linear-gradient(top, #f47842, #dd6c39);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f47842), to(#dd6c39));
  background-image: -webkit-linear-gradient(top, #f47842, #dd6c39);
  background-image: -o-linear-gradient(top, #f47842, #dd6c39);
  background-image: linear-gradient(top, #f47842, #dd6c39);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47842', endColorstr='#dd6c39', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button.btnFacebook {
  border-color: #3664a5;
  background: #3664a5;
}
.button.btnTwitter {
  border-color: #33CCFF;
  background: #33CCFF;
}
.button.btnLinkedin {
  border-color: #4875B4;
  background: #4875B4;
}
.button.btnGoogle {
  border-color: #de5543;
  background: #de5543;
}
@media screen and (max-width: 640px) {
  body.nav-open .mobile-nav span {
    background: #fff;
    opacity: 1;
  }
  body.nav-open .mobile-nav span.first-child {
    top: 7px;
    width: 30px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  body.nav-open .mobile-nav span.middle-child {
    opacity: 0 !important;
  }
  body.nav-open .mobile-nav span.last-child {
    top: -9px;
    width: 30px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
#space-members.members-page {
  top: 0;
  height: auto;
}
#space-members.members-page li {
  height: 178px;
  width: 178px;
  margin: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#space-members.members-page li img {
  margin: 48px auto;
  width: 165px;
}
/*

	Internet Association
	News LESS
	
	@author: 	Sam Dunn
	@company: 	One Mighty Roar
	@date:		2012
	
--------------------------------------- */
.post-single,
#single-news-container {
  background: #fff;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.post-single .wrap,
#single-news-container .wrap {
  width: auto;
  padding: 30px 30px 20px 30px;
  clear: both;
}
.post-single h2,
#single-news-container h2 {
  font-size: 42px;
  line-height: 120%;
  margin: 20px 0 10px 0;
}
.post-single h2 a,
#single-news-container h2 a {
  color: #fb8635;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-weight: 300;
}
.post-single h2 a:hover,
#single-news-container h2 a:hover {
  color: #333;
}
.post-single p,
#single-news-container p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}
.post-single p img,
#single-news-container p img {
  width: auto;
  height: auto;
  max-width: 690px;
  margin: 20px auto;
  display: block;
}
.post-single ul,
#single-news-container ul,
.post-single ol,
#single-news-container ol {
  padding-left: 20px;
}
.post-single ul li,
#single-news-container ul li,
.post-single ol li,
#single-news-container ol li {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 9px;
  color: #9b7e71;
}
.post-single blockquote,
#single-news-container blockquote {
  margin: 20px 0;
  border-left: 3px solid #fb8635;
}
.post-single blockquote p,
#single-news-container blockquote p {
  font-size: 28px;
}
.post-single .post-social,
#single-news-container .post-social {
  zoom: 1;
}
.post-single .post-social:before,
#single-news-container .post-social:before,
.post-single .post-social:after,
#single-news-container .post-social:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.post-single .post-social:after,
#single-news-container .post-social:after {
  clear: both;
}
.post-single .post-social a,
#single-news-container .post-social a {
  text-align: center;
  width: 25%;
  float: left;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.post-single .post-social a:hover,
#single-news-container .post-social a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.post-single .post-social a.social-facebook,
#single-news-container .post-social a.social-facebook {
  background: #3664a5;
}
.post-single .post-social a.social-twitter,
#single-news-container .post-social a.social-twitter {
  background: #33CCFF;
}
.post-single .post-social a.social-gplus,
#single-news-container .post-social a.social-gplus {
  background: #de5543;
}
.post-single .post-social a.social-linkedin,
#single-news-container .post-social a.social-linkedin {
  background: #007bb6;
}
.post-single .post-social.condensed-social,
#single-news-container .post-social.condensed-social {
  float: right;
}
.post-single .post-social.condensed-social a,
#single-news-container .post-social.condensed-social a {
  width: 60px;
}
.post-single .post-social img,
#single-news-container .post-social img {
  height: auto;
  width: auto;
  margin: 0 auto;
}
#menu-fixed-wrapper {
  width: 170px;
}
#news-menu h1 {
  font-size: 22px;
  font-weight: 600;
  color: #444;
}
#news-menu li {
  list-style: none;
  margin-bottom: 8px;
}
#news-menu li.current-menu-item a {
  background: #f47842;
  color: #fff;
}
#news-menu a {
  text-decoration: none;
  color: #f47842;
  padding: 6px 12px;
  display: block;
  font-weight: 600;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#news-menu a:hover {
  background: #fff3db;
}
#news-filter {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid #f5e9d2;
  padding: 20px 12px 12px 12px;
}
#news-filter .hasDatepicker {
  width: 91px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0d3c6;
}
#news-filter #search_date_from {
  margin-right: 10px;
}
#news-filter .search-wrap .input-inline-button {
  border: 1px solid transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  zoom: 1;
  background: #fff;
  padding: 8px 15px;
  width: 120px;
  border: 1px solid #e0d3c6;
}
#news-filter .search-wrap .input-inline-button:before,
#news-filter .search-wrap .input-inline-button:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#news-filter .search-wrap .input-inline-button:after {
  clear: both;
}
#news-filter .search-wrap .input-inline-button .search-nav {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  float: left;
  width: 100px;
}
#news-filter #search-filter-submit {
  text-transform: none;
  text-indent: -1000px;
  background: url('../img/icn-search.png') no-repeat;
  width: 16px;
  height: 16px;
  float: right;
}
.actual_post .date {
  float: left;
  margin-top: 10px;
}
.actual_post h2 {
  clear: both;
  padding-top: 10px;
}
.half-size-posts .post-single .post-meta p {
  font-size: 14px;
}
.half-size-posts .post-single h2 {
  font-size: 24px;
}
