/*!
Theme Name: Ethereum
Theme URI:
Author: Aaron Baker
Author URI: http://www.odysia.co
Description: 
*/

/* ==========================================================================
   Resets
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents 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 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0 0 25px;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects 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. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   WordPress Standards
   ========================================================================== */

.alignleft {
    float: left;
    margin: 0 40px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

.small {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.wp-caption-text,
.gallery-caption {
    text-align: center;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

*:focus,
a,
a:active,
a:focus {
    outline: none;
    /* Works in Firefox, Chrome, IE8 and above */
    _noFocusLine: expression(this.hideFocus=true);
    /* Fix for IE7 */
}

/*
 * Border box
 */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

/* ==========================================================================
   Custom Theme
   ========================================================================== */

/**
 * modules/mixins
 * ---
 */

.onebyone {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebyone:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.onebyone>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.twobyone {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.twobyone:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
}

.twobyone>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.onebytwo {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebytwo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 200%;
}

.onebytwo>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.onebyonehalf {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebyonehalf:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
}

.onebyonehalf>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fourbythree {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fourbythree:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.fourbythree>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sixteenbynine {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sixteenbynine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.sixteenbynine>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(0, 70px);
        -o-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
    }
    100% {
        -webkit-transition: transform 1.1s ease-out;
        -moz-transition: transform 1.1s ease-out;
        -ms-transition: transform 1.1s ease-out;
        -o-transition: transform 1.1s ease-out;
        transition: transform 1.1s ease-out;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(0, 70px);
        -o-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
    }
    100% {
        -webkit-transition: transform 1.1s ease-out;
        -moz-transition: transform 1.1s ease-out;
        -ms-transition: transform 1.1s ease-out;
        -o-transition: transform 1.1s ease-out;
        transition: transform 1.1s ease-out;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.animate {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate.dayone-reveal {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

@keyframes smallbig {
    0%,
    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPX2or14QGUHgbhSBV1Go0E.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    background-image: url("/wp-content/themes/ethereum/img/eea-bg-1.jpg");
    background-color: #ebf0f1;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #555;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 980px) {
    body {
        background-image: url("/wp-content/themes/ethereum/img/eea-bg-mobile.jpg");
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6e83bc;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
    color: #6e83bc;
}

.wrapper {
    padding: 60px 0;
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding: 50px 0;
    }
}

.logo {
    width: 350px;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width: 980px) {
    .logo {
        width: 200px;
    }
}

.logo__link {
    display: block;
}

.logo__img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.container-sm {
    margin: 0 auto;
    max-width: 1040px;
    width: 94%;
}

@media screen and (max-width: 980px) {
    .container-sm {
        width: 94%;
        margin: 40px auto;
        max-width: 100%;
    }
}

.container-xsm {
    max-width: 740px;
    margin: 50px auto;
}

@media screen and (max-width: 980px) {
    .container-xsm {
        width: 94%;
        margin: 40px auto;
    }
}

.container-xxsm {
    max-width: 600px;
    margin: 50px auto;
}

@media screen and (max-width: 980px) {
    .container-xxsm {
        width: 94%;
        margin: 40px auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.main-section__intro {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    font-size: 21px;
    line-height: 32px;
}

@media screen and (max-width: 980px) {
    .main-section__intro {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
}

.newsletter {
    padding: 50px 0 0;
}

@media screen and (max-width: 980px) {
    .newsletter {
        padding: 30px 0;
    }
}

.newsletter__heading {
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 980px) {
    .newsletter__heading {
        font-size: 18px;
    }
}

.newsletter__heading--news-page {
    text-align: left;
}

.newsletter__input {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 15px 20px;
    border: none;
    letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
    .newsletter__input {
        font-size: 16px;
    }
}

.newsletter__email {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: none;
    letter-spacing: 2px;
    font-size: 16px;
}

.newsletter__info-wrapper {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .newsletter__info-wrapper {
        width: 90%;
    }
}

.newsletter__info-wrapper .mc-field-group {
    width: 48%;
}

.newsletter__info-wrapper .mc-field-group--left {
    float: left;
}

.newsletter__info-wrapper .mc-field-group--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .newsletter__info-wrapper .mc-field-group {
        width: 100%;
    }
    .newsletter__info-wrapper .mc-field-group--left {
        float: none;
    }
    .newsletter__info-wrapper .mc-field-group--right {
        float: none;
    }
}

.newsletter__info-wrapper--news-page {
    width: 100%;
}

.newsletter__submit-wrapper {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .newsletter__submit-wrapper {
        width: 90%;
    }
}

.newsletter__submit-wrapper--news-page {
    width: 100%;
}

.newsletter__submit {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent;
    z-index: 1000;
}

.newsletter__submit-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent;
    z-index: 10;
    color: #DDD;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

.newsletter__submit-arrow--active {
    color: #6e83bc;
}

.newsletter #e2ma_signup_form {
    max-width: 500px;
}

.newsletter #e2ma_signup_form input {
    display: block;
    margin: 5px 0 10px 0;
    width: 100%;
    padding: 24px 13px;
    border: none;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 980px) {
    .newsletter #e2ma_signup_form input {
        font-size: 16px;
    }
}

.newsletter #e2ma_signup_form label,
.newsletter #e2ma_signup_form .e2ma_signup_form_label {
    line-height: 1;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    color: #6e83bc;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_required_footnote {
    margin-top: 0;
    font-size: 12px;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_row:nth-of-type(2) {
    width: calc(50% - 10px);
    float: left;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_row:nth-of-type(3) {
    width: calc(50% - 10px);
    float: right;
}

.newsletter #e2ma_signup_form #e2ma_signup_message {
    display: none;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button {
    width: 40%;
    min-width: 150px;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    height: auto;
    padding: 20px;
    margin: 10px 0 0;
    letter-spacing: 2px;
    font-size: 16px;
    transition: all, .3s, ease-out;
    border-radius: 0;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:hover,
.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:focus {
    background: #7f92c4;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:active {
    position: relative;
    top: 2px;
    opacity: 0.6;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_reset_button {
    display: none;
}

.main-quote__quote {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto;
    padding: 20px 0;
    font-style: italic;
    text-align: center;
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .main-quote__quote {
        width: 90%;
        font-size: 16px;
        line-height: 32px;
        margin: 0 auto;
        padding: 0;
        font-style: italic;
        text-align: center;
    }
}

.main-quote__cite {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #666;
}

.launch-companies__title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.launch-companies__list {
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 980px) {
    .launch-companies__list {
        text-align: center;
        padding: 0;
    }
}

.launch-companies__list-item {
    width: 95px;
    display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width: 980px) {
    .launch-companies__list-item {
        width: 50%;
        display: block;
        margin: 10px auto;
    }
}

.launch-companies__list-item--long {
    width: 175px;
}

@media screen and (max-width: 980px) {
    .launch-companies__list-item--long {
        width: 70%;
    }
}

.launch-companies__logo {
    max-width: 100%;
}

.launch-companies__button-wrapper {
    text-align: center;
}

.launch-companies__button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF !important;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 10px 0 0;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
}

.launch-companies__button:hover {
    background: #7f92c4;
}

.coming-soon {
    padding-bottom: 0px;
}

.coming-soon__title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.coming-soon__date {
    width: 300px;
    margin: 0 auto;
    background: #6e83bc;
    text-align: center;
    padding: 20px 0;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.coming-soon__social-list {
    width: 200px;
    display: block;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.coming-soon__social-item {
    display: inline-block;
    font-size: 18px;
}

.coming-soon__social-item a {
    font-size: 28px;
    margin: 30px 10px 0;
    color: #666;
    text-decoration: none;
}

.content-section {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: both;
}

.content-section--left {
    text-align: left;
}

.content-section--right {
    text-align: right;
}

.content-section__title {
    width: 350px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 48px;
}

.content-section__title--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .content-section__title {
        width: 100%;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        float: none !important;
    }
}

.content-section__paragraph {
    width: 70%;
    font-size: 21px;
    line-height: 32px;
    clear: both;
    margin-top: 20px;
}

.content-section__paragraph--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .content-section__paragraph {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
        clear: both;
        margin-top: 20px;
        margin: 10px auto;
        float: none !important;
        text-align: center;
    }
}

.video-section {
    text-align: center;
}

.video-section__button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 20px 0 40px;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
}

.video-section__button:hover {
    background: #7f92c4;
}

.eea-notice__text {
    font-size: 12px;
    width: 60%;
    margin: 30px auto;
    text-align: center;
    line-height: 21px;
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .eea-notice__text {
        width: 90%;
    }
}

body.page .logo {
    width: 200px;
}

article.type-page {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

article.type-page p {
    font-size: 18px;
}

article.type-page a {
    color: #6e83bc;
}

article.normal-page {
    text-align: left;
}

article.normal-page h2 {
    margin: 0 0 5px;
}

article.normal-page h2 i {
    margin-right: 5px;
}

article.normal-page p {
    font-size: 18px;
    line-height: 32px;
}

article.normal-page li {
    margin: 0 0 20px 20px;
    font-size: 18px;
    line-height: 32px;
}

.page-section:after {
    content: "";
    display: table;
    clear: both;
}

.page-section__heading {
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.section__heading {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

.section__heading--center {
    text-align: center;
}

.section__heading--events {
    margin-top: 0;
}

.section__heading--secondary {
    color: #666;
}

.participate-wrapper__title {
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .participate-wrapper__title {
        text-align: center;
    }
}

.participate-section {
    clear: both;
}

.participate-section:after {
    content: "";
    display: table;
    clear: both;
}

.participate-section__heading {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.3em;
}

@media screen and (max-width: 980px) {
    .participate-section__heading {
        margin-bottom: 10px;
        font-size: 1.2em;
        text-align: center;
    }
}

.participate-section__info {
    width: 70%;
    float: left;
    margin: 15px 25px 10px;
}

@media screen and (max-width: 980px) {
    .participate-section__info {
        margin: 30px auto 0;
        float: none;
        width: 94%;
    }
}

.participate-section svg {
    float: left;
    width: 125px;
}

@media screen and (max-width: 980px) {
    .participate-section svg {
        width: 100px;
        float: none;
        margin: 0 auto;
        display: block;
    }
}

.participate-section__paragraph {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .participate-section__paragraph {
        text-align: center;
        font-size: 1em;
    }
}

body.join table,
body.join th,
body.join td {
    border: 2px solid #6e83bc;
    border-collapse: collapse;
}

body.join table {
    width: 100%;
    margin-bottom: 20px;
}

body.join th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 20px 0;
    color: #6e83bc;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media screen and (max-width: 980px) {
    body.join th {
        font-size: 0.6em;
        padding: 5px 0;
    }
}

body.join td {
    font-size: .8em;
    padding: 10px 20px;
    box-sizing: content-box;
}

@media screen and (max-width: 980px) {
    body.join td {
        font-size: 0.6em;
        padding: 10px 4px;
        width: 20%;
    }
}

body.join .membership-intro {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    font-weight: bold;
}

body.join ol {
    padding-left: 20px;
    margin-bottom: 50px;
}

body.join ol li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: bold;
}

body.join .video-section__button {
    display: block;
    width: 300px;
    margin: 70px auto 40px;
    text-align: center;
}

.wgroups-wrapper__title {
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
}

.wgroups-section {
    clear: both;
}

.wgroups-section__heading {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
}

.wgroups-section__info {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

.wgroups-section svg {
    float: left;
    width: 125px;
}

.wgroups-section__paragraph {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    font-weight: bold;
}

.wgroups-section ul {
    margin-left: 20px;
    font-size: 1.1em;
}

.wgroups-section ul li {
    margin: 20px 0;
    font-weight: bold;
}

.member-sign-in {
    float: right;
    position: absolute;
    right: 20px;
    top: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.member-sign-in__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    color: #6e83bc;
    border: 2px solid #6e83bc;
    padding: 9px 15px 7px;
    border-radius: 10px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0px;
}

@media screen and (max-width: 980px) {
    .member-sign-in {
        display: none;
    }
}

.fixed-nav {
    max-width: 1080px;
    width: 94%;
    margin: 20px auto;
    position: relative;
}

@media screen and (max-width: 980px) {
    .fixed-nav {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        background: #FFF;
        z-index: 10000;
        top: 0;
    }
}

.fixed-nav__logo {
    width: 200px;
    float: left;
}

@media screen and (max-width: 980px) {
    .fixed-nav__logo {
        width: 120px;
        float: none;
        padding: 10px 0;
        margin: 0 auto;
    }
}

.fixed-nav__logo-image {
    max-width: 100%;
}

.fixed-nav__list {
    float: right;
    padding: 67px 0 0px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list {
        float: none;
        padding: 0;
        position: fixed;
        left: 0;
        width: 100%;
        background: #6e83bc;
        text-align: center;
        display: none;
        z-index: 10000;
        height: 580px;
        overflow: scroll;
        padding-bottom: 100px;
    }
}

.fixed-nav__list-item {
    float: left;
    list-style: none;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    height: auto;
    line-height: 30px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item {
        font-size: 14px;
        padding: 25px 0;
        margin: 0;
        float: none;
        height: auto;
    }
}

.fixed-nav__list-item--social {
    margin: 0 20px 0 0;
    color: #666;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--social {
        width: 33%;
        float: left;
        border-top: 2px solid #FFF;
        margin: 0;
    }
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--has-sub {
        height: auto;
    }
}

.fixed-nav__list-item--member-login {
    display: none;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--member-login {
        display: block;
    }
}

.fixed-nav__item-link {
    text-decoration: none;
    color: #6e83bc;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

.fixed-nav__item-link:hover {
    color: #98ade5;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link {
        color: #FFF;
    }
}

.fixed-nav__item-link--has-sub:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #6e83bc;
    content: "";
    position: relative;
    top: 10px;
    left: 2px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link--has-sub:after {
        border-top: 4px solid #FFF;
    }
}

.fixed-nav__item-link--has-sub:hover:after {
    border-top: 4px solid #98ade5;
}

.fixed-nav__item-link--social {
    color: #666;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link--social {
        color: #FFF;
    }
}

.sub-nav {
    line-height: 30px;
    position: absolute;
    font-size: 12px;
    left: -40px;
    text-align: center;
    width: 150px;
    top: 30px;
    left: 50%;
    background: #ebf0f4;
    border: 1px solid #6e83bc;
    border-radius: 10px;
    padding: 3px 0;
    -webkit-transition: all .3s ease-out;
    transform: translate3d(-50%, 30px, 0);
    z-index: 1000;
    opacity: 0;
    display: none;
}

.sub-nav:before {
    content: "";
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-135deg) translate3d(-50%, 0, 0);
    -moz-transform: rotate(45deg) translate3d(-50%, 0, 0);
    -o-transform: rotate(45deg) translate3d(-50%, 0, 0);
    -ms-transform: rotate(45deg) translate3d(-50%, 0, 0);
    margin: 0 auto;
    border-right: 1px solid #6e83bc;
    border-bottom: 1px solid #6e83bc;
    top: -12px;
    background: #ebf0f4;
}

@media screen and (max-width: 980px) {
    .sub-nav:before {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .sub-nav {
        position: relative;
        font-size: 12px;
        left: 0;
        text-align: center;
        width: 100%;
        transform: translate3d(0, 0px, 0);
        z-index: 1000;
        opacity: 1;
        margin-top: 0px;
        background: transparent;
        top: 0;
        border: 0;
        border-radius: 0;
    }
}

.sub-nav--visible {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

.sub-nav__list-item {
    list-style: none;
}

@media screen and (max-width: 980px) {
    .sub-nav__list-item {
        padding: 20px 0 0;
    }
}

.sub-nav__item-link {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #6e83bc;
}

.sub-nav__item-link:hover {
    color: #98ade5;
}

.sub-nav__list-item:last-of-type {
    margin-bottom: 5px;
}

@media screen and (max-width: 980px) {
    .sub-nav__item-link {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #FFF;
    }
}

.mobile-menu-btn {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #6e83bc;
    display: none;
}

.mobile-menu-btn i {
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .mobile-menu-btn {
        display: block;
    }
}

body.page .wrapper {
    padding: 0 0 60px;
}

.vision__list-item {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .vision__list-item {
        width: 50%;
    }
}

.vision__icon {
    width: 125px;
    fill: #6e83bc;
}

@media screen and (max-width: 980px) {
    .vision__icon {
        width: 85px;
    }
}

.vision__text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 28px;
    color: #6e83bc;
    font-weight: bold;
}

.mission__text {
    font-size: 18px;
    line-height: 32px;
    color: #6e83bc;
    font-weight: bold;
}

.board-members__list-item {
    list-style: none;
    position: relative;
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .board-members__list-item {
        padding: 10px;
        box-sizing: border-box;
    }
}

.board-members__image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 180px;
}

@media screen and (max-width: 980px) {
    .board-members__image {
        float: none;
        margin-bottom: 0;
        max-width: 100%;
    }
}

.board-members__name {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 20px 0 0;
    color: #6e83bc;
    text-transform: uppercase;
}

.board-members__company {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0 0 10px;
}

.board-members__title {
    font-style: italic;
    font-size: 14px;
    margin: 0 0 10px;
    min-height: 32px;
}

.board-members__title a {
    text-decoration: none;
    font-weight: bold;
}

.board-members__twitter {
    text-decoration: none;
}

.board-members__twitter-link {
    color: #6e83bc;
    text-decoration: none;
}

.board-members__bio {
    clear: both;
    font-size: 14px;
    display: none;
}

.board-members__icon {
    margin: 0px 5px 0 0;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: 1px;
}

.downloads__icon {
    fill: #6e83bc;
    width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.downloads__filename {
    padding: 30px 0 5px;
}

.downloads__cta {
    color: #666;
}

.downloads__link {
    text-decoration: none;
}

.downloads__heading {
    margin-top: 50px;
}

.membership-intro {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: bold;
}

.membership-chart__benefits {
    width: 50%;
    float: left;
    padding: 20px 20px 0;
    height: 250px;
    border: 2px solid #6e83bc;
}

@media screen and (max-width: 980px) {
    .membership-chart__benefits {
        width: 100%;
        float: none;
        height: auto;
    }
}

.membership-chart__contributions {
    width: 50%;
    float: left;
    padding: 20px 20px 0;
    height: 250px;
    border: 2px solid #6e83bc;
    margin-left: -2px;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .membership-chart__contributions {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: -2px;
    }
}

.membership-chart__subtitle {
    text-transform: uppercase;
}

.membership-chart__list {
    padding: 0 20px;
}

.membership-chart__list-item {
    margin: 20px 0;
}

.membership-levels {
    clear: both;
}

.membership-levels__list-item {
    clear: both;
    list-style: none;
    margin: 0 0 -2px;
    height: 70px;
    border: 2px solid #6e83bc;
    padding: 20px;
}

@media screen and (max-width: 980px) {
    .membership-levels__list-item {
        height: auto;
    }
}

.membership-levels__subtitle {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 980px) {
    .membership-levels__subtitle {
        float: none;
    }
}

.membership-levels__price {
    font-size: 1.2em;
    float: right;
}

@media screen and (max-width: 980px) {
    .membership-levels__price {
        float: none;
        display: block;
        margin: 10px 0 0;
    }
}

.membership-form {
    padding-top: 50px;
}

.membership-form__row {
    clear: both;
}

.membership-form__form {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .membership-form__form {
        width: 100%;
    }
}

.membership-form__input {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0 20px;
    border: none;
    font-size: 18px;
    border: 0;
}

.membership-form__input--textarea {
    min-height: 150px;
    line-height: 30px;
    font-weight: normal;
    max-height: 500px;
}

.membership-form__left {
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .membership-form__left {
        width: 100%;
        float: none;
    }
}

.membership-form__left .membership-form__input,
.membership-form__left .membership-form__label {
    width: 95%;
}

@media screen and (max-width: 980px) {
    .membership-form__left .membership-form__input,
    .membership-form__left .membership-form__label {
        width: 100%;
    }
}

.membership-form__right {
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .membership-form__right {
        width: 100%;
        float: none;
    }
}

.membership-form__right .membership-form__input,
.membership-form__right .membership-form__label {
    width: 95%;
    margin-left: 5%;
}

@media screen and (max-width: 980px) {
    .membership-form__right .membership-form__input,
    .membership-form__right .membership-form__label {
        width: 100%;
        margin-left: 0;
    }
}

.membership-form__third {
    width: 33%;
    float: left;
}

.membership-form__third:first-child {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 980px) {
    .membership-form__third:first-child {
        padding: 0;
    }
}

.membership-form__third:nth-child(2) {
    padding: 0 10px;
}

@media screen and (max-width: 980px) {
    .membership-form__third:nth-child(2) {
        padding: 0;
    }
}

.membership-form__third:last-child {
    padding: 0 0 0 20px;
}

@media screen and (max-width: 980px) {
    .membership-form__third:last-child {
        padding: 0;
    }
}

@media screen and (max-width: 980px) {
    .membership-form__third {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.membership-form__submit {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 40px auto 40px;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
    border: none;
}

.membership-form__select {
    border: none;
    height: 51px;
    width: calc(100% - 20px);
    margin: 15px 0 20px 20px;
    border-radius: 0;
    border: 0;
}

@media screen and (max-width: 980px) {
    .membership-form__select {
        width: 100%;
        margin: 15px 0 20px;
    }
}

.membership-form.error,
.membership-form .error {
    -webkit-box-shadow: 0 0 0 2px red;
    -moz-box-shadow: 0 0 0 2px red;
    box-shadow: 0 0 0 2px red;
}

.membership-form .form-failure {
    display: block;
    font-size: 1.2em;
    margin: 20px auto 40px;
    max-width: 100%;
}

.membership-form .form-failure strong {
    color: #6e83bc;
}

.membership-form #other-input {
    display: none;
}

.membership-form #other-input.shown {
    display: block;
}

.events-list:after {
    content: "";
    display: table;
    clear: both;
}

.event {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .event {
        width: 100%;
        padding: 0;
    }
}

.event:nth-child(2n+1) {
    padding: 0 15px 0 0;
}

@media screen and (max-width: 980px) {
    .event:nth-child(2n+1) {
        padding: 0;
    }
}

.event:nth-child(2n) {
    padding: 0 0 0 15px;
}

@media screen and (max-width: 980px) {
    .event:nth-child(2n) {
        padding: 0;
    }
}

.event__link {
    color: #6e83bc;
    text-decoration: none;
}

.event__title {
    padding: 10px 0;
    min-height: 0px;
}

.event__date {
    color: #555;
    padding: 0 0 5px;
}

.event__host {
    color: #555;
    font-size: 14px;
}

.event__image img {
    max-width: 100%;
}

.event__none {
    font-size: 1.4em;
    margin: 40px 0;
}

.news-featured-wrapper {
    width: 60%;
    float: left;
}

@media screen and (max-width: 980px) {
    .news-featured-wrapper {
        width: 100%;
        float: none;
    }
}

.news-posts-wrapper {
    padding: 20px 0;
}

.news-posts-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 980px) {
    .news-posts-wrapper {
        margin: 0 -20px;
    }
}

.news-subfeatured-wrapper {
    width: 40%;
    float: left;
}

@media screen and (max-width: 980px) {
    .news-subfeatured-wrapper {
        width: 100%;
        float: none;
    }
}

.news-featured {
    position: relative;
    max-width: 570px;
}

@media screen and (max-width: 980px) {
    .news-featured {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.news-featured__info-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
}

.news-featured__image-link {
    position: relative;
    z-index: 0;
    display: block;
}

.news-featured__image-link img {
    max-width: 100%;
    width: 100%;
}

.news-featured__info {
    position: absolute;
    bottom: 0;
    background-image: url(/wp-content/themes/ethereum/img/bg-gradient.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 50px 10px 10px;
    height: 150px;
    width: 100%;
}

.news-featured__title {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

@media screen and (max-width: 980px) {
    .news-featured__title {
        font-size: 16px;
        padding: 0 20px;
    }
}

.news-subfeatured {
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .news-subfeatured {
        margin-bottom: 20px;
    }
}

.news-subfeatured__image-link {
    display: block;
    max-width: 180px;
    float: left;
}

.news-subfeatured__image-link img {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    .news-subfeatured__image-link {
        width: 120px;
    }
}

.news-subfeatured__title {
    float: left;
    width: 200px;
    display: block;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
}

.news-subfeatured__link {
    text-decoration: none;
    color: #6e83bc;
}

.news-cta-wrapper {
    padding: 20px 0;
    clear: both;
}

.news-event {
    width: 35%;
    float: left;
    position: relative;
}

@media screen and (max-width: 980px) {
    .news-event {
        width: 100%;
        float: none;
    }
}

.news-event__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.news-event__title {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    color: #FFF;
    padding: 30px 40px;
}

@media screen and (max-width: 980px) {
    .news-event__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.news-event__date {
    width: 40%;
    height: 100px;
    background: #6e83bc;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    font-size: 24px;
}

.news-event__month {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-event__day {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
    padding: 0 0 15px;
}

.news-event__image img {
    max-width: 100%;
    width: 100%;
}

.news-newsletter {
    width: 65%;
    float: left;
    padding: 0 0 0 50px;
}

@media screen and (max-width: 980px) {
    .news-newsletter {
        width: 100%;
        float: none;
        padding: 0;
        margin: 30px 0 20px;
    }
}

.news-event-review {
    position: relative;
}

.news-event-review__image-link {
    display: block;
    width: 65%;
    float: left;
    height: 325px;
    overflow: hidden;
}

.news-event-review__image-link img {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    .news-event-review__image-link {
        width: 100%;
        float: none;
        height: auto;
    }
}

.news-event-review__info {
    width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -120px;
    height: 240px;
    padding: 20px;
    background: #FFF;
}

@media screen and (max-width: 980px) {
    .news-event-review__info {
        width: 100%;
        position: relative;
        margin-top: 0;
    }
}

.news-event-review__category {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    background: #6e83bc;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-event-review__title {
    padding: 50px 20px 0;
    text-transform: uppercase;
    font-size: 28px;
    width: 40%;
}

.news-event-review__link {
    text-decoration: none;
    color: #6e83bc;
}

.form-success,
.form-failure {
    display: none;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 30px;
}

.form-success i,
.form-failure i {
    margin-right: 5px;
    font-size: 30px;
    line-height: 0;
    vertical-align: sub;
    color: #09b83e;
}

body.page .newsletter__input {
    margin: 35px auto;
}

@media screen and (max-width: 980px) {
    body.page .newsletter__input {
        margin: 20px auto;
    }
}

body.page .page-section-left {
    width: 70%;
    float: left;
}

@media screen and (max-width: 980px) {
    body.page .page-section-left {
        width: 100%;
        float: left;
    }
}

body.page .page-section-right {
    width: 20%;
    float: right;
}

body.page .page-section-right h3 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

body.page .page-section-right a {
    text-decoration: none;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

body.page .page-section-right a:hover,
body.page .page-section-right a:focus {
    color: #98ade5;
}

@media screen and (max-width: 980px) {
    body.page .page-section-right {
        width: 100%;
        float: left;
    }
}

body.page .news-posts {
    width: 33%;
    padding: 0 20px;
    float: left;
}

@media screen and (max-width: 980px) {
    body.page .news-posts {
        width: 100%;
        float: none;
        padding: 0;
    }
}

body.page .news-posts img {
    max-width: 100%;
}

body.page .news-posts__info {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    display: block;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body.page .news-posts__info a {
    text-decoration: none;
    color: #6e83bc;
}

body.page .media-coverage-posts {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
    body.page .media-coverage-posts {
        border-bottom: 1px solid #a2b0d4;
        padding-bottom: 25px;
    }
}

body.page .media-coverage-posts a {
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

body.page .media-coverage-posts a:hover,
body.page .media-coverage-posts a:focus {
    color: #98ade5;
}

body.page .media-coverage-posts__meta span {
    line-height: 25px;
    color: #a2b0d4;
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

body.page .media-coverage-posts__title {
    font-weight: bold;
    font-size: 19px;
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

body.page .media-coverage-posts__title a {
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    body.page .media-coverage-posts__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80%;
    }
}

body.page .media-coverage-posts__featured_image {
    max-width: 100px;
    float: left;
}

body.page .media-coverage-posts__featured_image img {
    width: 100%;
}

body.page .media-coverage-posts__excerpt {
    float: left;
    font-size: 14px;
}

body.page .media-coverage-posts__excerpt p {
    margin-top: 3px;
    margin-bottom: 0;
}

body.page.members {
    background: #ebf0f1;
}

.footer-text {
    font-size: 12px;
    width: 60%;
    margin: 50px auto 0;
    text-align: center;
    line-height: 21px;
    color: #666;
    clear: both;
}

.single-events .article-post__date {
    display: none;
}

body.single .wrapper {
    padding: 0;
}

.article-post__image {
    height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .article-post__image {
        height: auto;
    }
}

.article-post__image img {
    width: 100%;
}

.article-post__wrapper {
    width: 60%;
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (max-width: 980px) {
    .article-post__wrapper {
        width: 90%;
    }
}

.article-post__title {
    text-align: center;
    padding: 20px 0 0;
}

@media screen and (max-width: 980px) {
    .article-post__title {
        font-size: 1.5em;
    }
}

.article-post__date {
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.article-post__author {
    text-align: center;
    display: block;
    margin: 20px 0;
}

.article-post__content-wrapper {
    padding: 20px 0;
}

.article-post h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.article-post p {
    font-size: 1.2em;
    line-height: 1.6em;
}

@media screen and (max-width: 980px) {
    .article-post p {
        font-size: 1em;
    }
}

.article-post p a {
    color: #6e83bc;
    transition: all, .3s, ease-out;
}

.article-post p a:hover {
    color: #91a1cc;
}

.article-post ul li {
    font-size: 1.2em;
    margin: 0 0 20px 20px;
    padding: 0;
}

@media screen and (max-width: 980px) {
    .article-post ul li {
        font-size: 1em;
    }
}

.article-post ol li {
    padding: 0;
    margin: 0 0 20px 20px;
    line-height: 1.8em;
    font-size: 1.2em;
}

@media screen and (max-width: 980px) {
    .article-post ol li {
        font-size: 1em;
    }
}

/* Members page */

body.page-id-2342 {
    background: #EBF0F4;
}

/* Resources page */

.page-id-2536 .resources-form,
.page-id-2691 .resources-form {
    width: 450px;
    margin: 0 auto;
}

#post-2536,
#post-2691 {
    width: 95%;
}

.page-id-2536 .right-block,
.page-id-2691 .right-block {
    clear: both;
}

.page-id-2536 .right-block h2,
.page-id-2691 .right-block h2 {
    margin-bottom: 20px;
}

.page-id-2691 .right-block img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.page-id-2536 .header-section,
.page-id-2691 .header-section {
    width: 80%;
    margin: 0 auto 50px;
}

@media only screen and (min-width: 1024px) {
    .page-id-2536 .right-block,
    .page-id-2691 .right-block {
        width: 50%;
        padding-left: 80px;
        clear: none;
        float: left;
    }
    .page-id-2536 .resources-form,
    .page-id-2691 .resources-form {
        width: 450px;
        float: left;
    }
    .page-id-2691 .right-block img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .page-id-2536 .resources-form,
    .page-id-2691 .resources-form {
        width: 80%;
        margin: 0 auto;
    }
    .page-id-2691 .right-block img {
        width: 80%;
    }
}

/*********** Media coverage page styles ************/

.media-coverage>.entry>.meta,
.media-coverage>.entry>.blurb>.view-more-button {
    line-height: 25px;
    color: #a2b0d4;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.media-coverage>.entry>.blurb {
    font-size: 14px;
    line-height: 18px;
}

.media-coverage>.entry {
    margin-top: 25px;
}

.media-coverage>.entry>.title {
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 18px;
}

.media-coverage>.entry>.title>a {
    text-decoration: none;
}

.media-coverage>.entry>.title>a:hover {
    color: #98ade5;
}

.media-coverage>.entry>.blurb>.view-more-button {
    display: block;
    float: right;
    text-decoration: none;
}

.page-id-909 .page-section__heading {
    display: none;
}

/* ---------- MEMBERSHIP INQUIRY FORM ---------- */

.page-id-1676 .frm_forms>.frm-show-form input[type="text"],
.page-id-1676 .frm_forms>.frm-show-form select,
.page-id-1676 .frm_forms>.frm-show-form textarea {
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    box-sizing: content-box;
    width: calc(100% - 30px);
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.page-id-1676 .frm_forms>.frm-show-form select {
    padding: 13px;
    height: 24px;
}

.page-id-1676 .frm_forms>.frm-show-form input[type="text"] {
    height: 20px;
}

.page-id-1676 .frm_forms>.frm-show-form .sigPad .sigWrapper {
    border: none;
}

.page-id-1676 .frm_forms>.frm-show-form label.frm_primary_label {
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: 300;
}

.page-id-1676 .frm_forms>.frm-show-form .frm_form_field {
    margin-bottom: 25px;
}

.membership-benefits-table {
    color: #444;
}

.signup-form {
    background: transparent;
}/*!
Theme Name: Ethereum
Theme URI:
Author: Aaron Baker
Author URI: http://www.odysia.co
Description: 
*/

/* ==========================================================================
   Resets
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents 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 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0 0 25px;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects 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. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   WordPress Standards
   ========================================================================== */

.alignleft {
    float: left;
    margin: 0 40px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

.small {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.wp-caption-text,
.gallery-caption {
    text-align: center;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

*:focus,
a,
a:active,
a:focus {
    outline: none;
    /* Works in Firefox, Chrome, IE8 and above */
    _noFocusLine: expression(this.hideFocus=true);
    /* Fix for IE7 */
}

/*
 * Border box
 */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

/* ==========================================================================
   Custom Theme
   ========================================================================== */

/**
 * modules/mixins
 * ---
 */

.onebyone {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebyone:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.onebyone>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.twobyone {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.twobyone:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
}

.twobyone>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.onebytwo {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebytwo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 200%;
}

.onebytwo>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.onebyonehalf {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.onebyonehalf:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
}

.onebyonehalf>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fourbythree {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fourbythree:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.fourbythree>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sixteenbynine {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sixteenbynine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.sixteenbynine>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes fade_up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(0, 70px);
        -o-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
    }
    100% {
        -webkit-transition: transform 1.1s ease-out;
        -moz-transition: transform 1.1s ease-out;
        -ms-transition: transform 1.1s ease-out;
        -o-transition: transform 1.1s ease-out;
        transition: transform 1.1s ease-out;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes fade_up {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(0, 70px);
        -o-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px);
    }
    100% {
        -webkit-transition: transform 1.1s ease-out;
        -moz-transition: transform 1.1s ease-out;
        -ms-transition: transform 1.1s ease-out;
        -o-transition: transform 1.1s ease-out;
        transition: transform 1.1s ease-out;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.animate {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate.dayone-reveal {
    -webkit-animation-name: fade_up;
    animation-name: fade_up;
}

@keyframes smallbig {
    0%,
    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPX2or14QGUHgbhSBV1Go0E.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    background-image: url("/wp-content/themes/ethereum/img/eea-bg-1.jpg");
    background-color: #ebf0f1;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #555;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 980px) {
    body {
        background-image: url("/wp-content/themes/ethereum/img/eea-bg-mobile.jpg");
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6e83bc;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
    color: #6e83bc;
}

.wrapper {
    padding: 60px 0;
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding: 50px 0;
    }
}

.logo {
    width: 350px;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width: 980px) {
    .logo {
        width: 200px;
    }
}

.logo__link {
    display: block;
}

.logo__img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.container-sm {
    margin: 0 auto;
    max-width: 1040px;
    width: 94%;
}

@media screen and (max-width: 980px) {
    .container-sm {
        width: 94%;
        margin: 40px auto;
        max-width: 100%;
    }
}

.container-xsm {
    max-width: 740px;
    margin: 50px auto;
}

@media screen and (max-width: 980px) {
    .container-xsm {
        width: 94%;
        margin: 40px auto;
    }
}

.container-xxsm {
    max-width: 600px;
    margin: 50px auto;
}

@media screen and (max-width: 980px) {
    .container-xxsm {
        width: 94%;
        margin: 40px auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.main-section__intro {
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    font-size: 21px;
    line-height: 32px;
}

@media screen and (max-width: 980px) {
    .main-section__intro {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
}

.newsletter {
    padding: 50px 0 0;
}

@media screen and (max-width: 980px) {
    .newsletter {
        padding: 30px 0;
    }
}

.newsletter__heading {
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 980px) {
    .newsletter__heading {
        font-size: 18px;
    }
}

.newsletter__heading--news-page {
    text-align: left;
}

.newsletter__input {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding: 15px 20px;
    border: none;
    letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
    .newsletter__input {
        font-size: 16px;
    }
}

.newsletter__email {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: none;
    letter-spacing: 2px;
    font-size: 16px;
}

.newsletter__info-wrapper {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .newsletter__info-wrapper {
        width: 90%;
    }
}

.newsletter__info-wrapper .mc-field-group {
    width: 48%;
}

.newsletter__info-wrapper .mc-field-group--left {
    float: left;
}

.newsletter__info-wrapper .mc-field-group--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .newsletter__info-wrapper .mc-field-group {
        width: 100%;
    }
    .newsletter__info-wrapper .mc-field-group--left {
        float: none;
    }
    .newsletter__info-wrapper .mc-field-group--right {
        float: none;
    }
}

.newsletter__info-wrapper--news-page {
    width: 100%;
}

.newsletter__submit-wrapper {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .newsletter__submit-wrapper {
        width: 90%;
    }
}

.newsletter__submit-wrapper--news-page {
    width: 100%;
}

.newsletter__submit {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent;
    z-index: 1000;
}

.newsletter__submit-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    width: 50px;
    box-shadow: none;
    border: none;
    background: transparent;
    z-index: 10;
    color: #DDD;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

.newsletter__submit-arrow--active {
    color: #6e83bc;
}

.newsletter #e2ma_signup_form {
    max-width: 500px;
}

.newsletter #e2ma_signup_form input {
    display: block;
    margin: 5px 0 10px 0;
    width: 100%;
    padding: 24px 13px;
    border: none;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 980px) {
    .newsletter #e2ma_signup_form input {
        font-size: 16px;
    }
}

.newsletter #e2ma_signup_form label,
.newsletter #e2ma_signup_form .e2ma_signup_form_label {
    line-height: 1;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    color: #6e83bc;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_required_footnote {
    margin-top: 0;
    font-size: 12px;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_row:nth-of-type(2) {
    width: calc(50% - 10px);
    float: left;
}

.newsletter #e2ma_signup_form .e2ma_signup_form_row:nth-of-type(3) {
    width: calc(50% - 10px);
    float: right;
}

.newsletter #e2ma_signup_form #e2ma_signup_message {
    display: none;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button {
    width: 40%;
    min-width: 150px;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    height: auto;
    padding: 20px;
    margin: 10px 0 0;
    letter-spacing: 2px;
    font-size: 16px;
    transition: all, .3s, ease-out;
    border-radius: 0;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:hover,
.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:focus {
    background: #7f92c4;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_submit_button:active {
    position: relative;
    top: 2px;
    opacity: 0.6;
}

.newsletter #e2ma_signup_form #e2ma_signup_form_button_row #e2ma_signup_reset_button {
    display: none;
}

.main-quote__quote {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto;
    padding: 20px 0;
    font-style: italic;
    text-align: center;
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .main-quote__quote {
        width: 90%;
        font-size: 16px;
        line-height: 32px;
        margin: 0 auto;
        padding: 0;
        font-style: italic;
        text-align: center;
    }
}

.main-quote__cite {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #666;
}

.launch-companies__title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.launch-companies__list {
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 980px) {
    .launch-companies__list {
        text-align: center;
        padding: 0;
    }
}

.launch-companies__list-item {
    width: 95px;
    display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width: 980px) {
    .launch-companies__list-item {
        width: 50%;
        display: block;
        margin: 10px auto;
    }
}

.launch-companies__list-item--long {
    width: 175px;
}

@media screen and (max-width: 980px) {
    .launch-companies__list-item--long {
        width: 70%;
    }
}

.launch-companies__logo {
    max-width: 100%;
}

.launch-companies__button-wrapper {
    text-align: center;
}

.launch-companies__button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF !important;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 10px 0 0;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
}

.launch-companies__button:hover {
    background: #7f92c4;
}

.coming-soon {
    padding-bottom: 0px;
}

.coming-soon__title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.coming-soon__date {
    width: 300px;
    margin: 0 auto;
    background: #6e83bc;
    text-align: center;
    padding: 20px 0;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.coming-soon__social-list {
    width: 200px;
    display: block;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.coming-soon__social-item {
    display: inline-block;
    font-size: 18px;
}

.coming-soon__social-item a {
    font-size: 28px;
    margin: 30px 10px 0;
    color: #666;
    text-decoration: none;
}

.content-section {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: both;
}

.content-section--left {
    text-align: left;
}

.content-section--right {
    text-align: right;
}

.content-section__title {
    width: 350px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 48px;
}

.content-section__title--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .content-section__title {
        width: 100%;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        float: none !important;
    }
}

.content-section__paragraph {
    width: 70%;
    font-size: 21px;
    line-height: 32px;
    clear: both;
    margin-top: 20px;
}

.content-section__paragraph--right {
    float: right;
}

@media screen and (max-width: 980px) {
    .content-section__paragraph {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
        clear: both;
        margin-top: 20px;
        margin: 10px auto;
        float: none !important;
        text-align: center;
    }
}

.video-section {
    text-align: center;
}

.video-section__button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 20px 0 40px;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
}

.video-section__button:hover {
    background: #7f92c4;
}

.eea-notice__text {
    font-size: 12px;
    width: 60%;
    margin: 30px auto;
    text-align: center;
    line-height: 21px;
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .eea-notice__text {
        width: 90%;
    }
}

body.page .logo {
    width: 200px;
}

article.type-page {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

article.type-page p {
    font-size: 18px;
}

article.type-page a {
    color: #6e83bc;
}

article.normal-page {
    text-align: left;
}

article.normal-page h2 {
    margin: 0 0 5px;
}

article.normal-page h2 i {
    margin-right: 5px;
}

article.normal-page p {
    font-size: 18px;
    line-height: 32px;
}

article.normal-page li {
    margin: 0 0 20px 20px;
    font-size: 18px;
    line-height: 32px;
}

.page-section:after {
    content: "";
    display: table;
    clear: both;
}

.page-section__heading {
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.section__heading {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

.section__heading--center {
    text-align: center;
}

.section__heading--events {
    margin-top: 0;
}

.section__heading--secondary {
    color: #666;
}

.participate-wrapper__title {
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .participate-wrapper__title {
        text-align: center;
    }
}

.participate-section {
    clear: both;
}

.participate-section:after {
    content: "";
    display: table;
    clear: both;
}

.participate-section__heading {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.3em;
}

@media screen and (max-width: 980px) {
    .participate-section__heading {
        margin-bottom: 10px;
        font-size: 1.2em;
        text-align: center;
    }
}

.participate-section__info {
    width: 70%;
    float: left;
    margin: 15px 25px 10px;
}

@media screen and (max-width: 980px) {
    .participate-section__info {
        margin: 30px auto 0;
        float: none;
        width: 94%;
    }
}

.participate-section svg {
    float: left;
    width: 125px;
}

@media screen and (max-width: 980px) {
    .participate-section svg {
        width: 100px;
        float: none;
        margin: 0 auto;
        display: block;
    }
}

.participate-section__paragraph {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .participate-section__paragraph {
        text-align: center;
        font-size: 1em;
    }
}

body.join table,
body.join th,
body.join td {
    border: 2px solid #6e83bc;
    border-collapse: collapse;
}

body.join table {
    width: 100%;
    margin-bottom: 20px;
}

body.join th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 20px 0;
    color: #6e83bc;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media screen and (max-width: 980px) {
    body.join th {
        font-size: 0.6em;
        padding: 5px 0;
    }
}

body.join td {
    font-size: .8em;
    padding: 10px 20px;
    box-sizing: content-box;
}

@media screen and (max-width: 980px) {
    body.join td {
        font-size: 0.6em;
        padding: 10px 4px;
        width: 20%;
    }
}

body.join .membership-intro {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    font-weight: bold;
}

body.join ol {
    padding-left: 20px;
    margin-bottom: 50px;
}

body.join ol li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: bold;
}

body.join .video-section__button {
    display: block;
    width: 300px;
    margin: 70px auto 40px;
    text-align: center;
}

.wgroups-wrapper__title {
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
}

.wgroups-section {
    clear: both;
}

.wgroups-section__heading {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
}

.wgroups-section__info {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

.wgroups-section svg {
    float: left;
    width: 125px;
}

.wgroups-section__paragraph {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    font-weight: bold;
}

.wgroups-section ul {
    margin-left: 20px;
    font-size: 1.1em;
}

.wgroups-section ul li {
    margin: 20px 0;
    font-weight: bold;
}

.member-sign-in {
    float: right;
    position: absolute;
    right: 20px;
    top: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.member-sign-in__link {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    color: #6e83bc;
    border: 2px solid #6e83bc;
    padding: 9px 15px 7px;
    border-radius: 10px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0px;
}

@media screen and (max-width: 980px) {
    .member-sign-in {
        display: none;
    }
}

.fixed-nav {
    max-width: 1080px;
    width: 94%;
    margin: 20px auto;
    position: relative;
}

@media screen and (max-width: 980px) {
    .fixed-nav {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        background: #FFF;
        z-index: 10000;
        top: 0;
    }
}

.fixed-nav__logo {
    width: 200px;
    float: left;
}

@media screen and (max-width: 980px) {
    .fixed-nav__logo {
        width: 120px;
        float: none;
        padding: 10px 0;
        margin: 0 auto;
    }
}

.fixed-nav__logo-image {
    max-width: 100%;
}

.fixed-nav__list {
    float: right;
    padding: 67px 0 0px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list {
        float: none;
        padding: 0;
        position: fixed;
        left: 0;
        width: 100%;
        background: #6e83bc;
        text-align: center;
        display: none;
        z-index: 10000;
        height: 580px;
        overflow: scroll;
        padding-bottom: 100px;
    }
}

.fixed-nav__list-item {
    float: left;
    list-style: none;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    height: auto;
    line-height: 30px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item {
        font-size: 14px;
        padding: 25px 0;
        margin: 0;
        float: none;
        height: auto;
    }
}

.fixed-nav__list-item--social {
    margin: 0 20px 0 0;
    color: #666;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--social {
        width: 33%;
        float: left;
        border-top: 2px solid #FFF;
        margin: 0;
    }
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--has-sub {
        height: auto;
    }
}

.fixed-nav__list-item--member-login {
    display: none;
}

@media screen and (max-width: 980px) {
    .fixed-nav__list-item--member-login {
        display: block;
    }
}

.fixed-nav__item-link {
    text-decoration: none;
    color: #6e83bc;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

.fixed-nav__item-link:hover {
    color: #98ade5;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link {
        color: #FFF;
    }
}

.fixed-nav__item-link--has-sub:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #6e83bc;
    content: "";
    position: relative;
    top: 10px;
    left: 2px;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link--has-sub:after {
        border-top: 4px solid #FFF;
    }
}

.fixed-nav__item-link--has-sub:hover:after {
    border-top: 4px solid #98ade5;
}

.fixed-nav__item-link--social {
    color: #666;
}

@media screen and (max-width: 980px) {
    .fixed-nav__item-link--social {
        color: #FFF;
    }
}

.sub-nav {
    line-height: 30px;
    position: absolute;
    font-size: 12px;
    left: -40px;
    text-align: center;
    width: 150px;
    top: 30px;
    left: 50%;
    background: #ebf0f4;
    border: 1px solid #6e83bc;
    border-radius: 10px;
    padding: 3px 0;
    -webkit-transition: all .3s ease-out;
    transform: translate3d(-50%, 30px, 0);
    z-index: 1000;
    opacity: 0;
    display: none;
}

.sub-nav:before {
    content: "";
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-135deg) translate3d(-50%, 0, 0);
    -moz-transform: rotate(45deg) translate3d(-50%, 0, 0);
    -o-transform: rotate(45deg) translate3d(-50%, 0, 0);
    -ms-transform: rotate(45deg) translate3d(-50%, 0, 0);
    margin: 0 auto;
    border-right: 1px solid #6e83bc;
    border-bottom: 1px solid #6e83bc;
    top: -12px;
    background: #ebf0f4;
}

@media screen and (max-width: 980px) {
    .sub-nav:before {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .sub-nav {
        position: relative;
        font-size: 12px;
        left: 0;
        text-align: center;
        width: 100%;
        transform: translate3d(0, 0px, 0);
        z-index: 1000;
        opacity: 1;
        margin-top: 0px;
        background: transparent;
        top: 0;
        border: 0;
        border-radius: 0;
    }
}

.sub-nav--visible {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

.sub-nav__list-item {
    list-style: none;
}

@media screen and (max-width: 980px) {
    .sub-nav__list-item {
        padding: 20px 0 0;
    }
}

.sub-nav__item-link {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #6e83bc;
}

.sub-nav__item-link:hover {
    color: #98ade5;
}

@media screen and (max-width: 980px) {
    .sub-nav__item-link {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #FFF;
    }
}

.mobile-menu-btn {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #6e83bc;
    display: none;
}

.mobile-menu-btn i {
    color: #6e83bc;
}

@media screen and (max-width: 980px) {
    .mobile-menu-btn {
        display: block;
    }
}

body.page .wrapper {
    padding: 0 0 60px;
}

.vision__list-item {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .vision__list-item {
        width: 50%;
    }
}

.vision__icon {
    width: 125px;
    fill: #6e83bc;
}

@media screen and (max-width: 980px) {
    .vision__icon {
        width: 85px;
    }
}

.vision__text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 28px;
    color: #6e83bc;
    font-weight: bold;
}

.mission__text {
    font-size: 18px;
    line-height: 32px;
    color: #6e83bc;
    font-weight: bold;
}

.board-members__list-item {
    list-style: none;
    position: relative;
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .board-members__list-item {
        padding: 10px;
        box-sizing: border-box;
    }
}

.board-members__image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 180px;
}

@media screen and (max-width: 980px) {
    .board-members__image {
        float: none;
        margin-bottom: 0;
        max-width: 100%;
    }
}

.board-members__name {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 20px 0 0;
    color: #6e83bc;
    text-transform: uppercase;
}

.board-members__company {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0 0 10px;
}

.board-members__title {
    font-style: italic;
    font-size: 14px;
    margin: 0 0 10px;
    min-height: 32px;
}

.board-members__title a {
    text-decoration: none;
    font-weight: bold;
}

.board-members__twitter {
    text-decoration: none;
}

.board-members__twitter-link {
    color: #6e83bc;
    text-decoration: none;
}

.board-members__bio {
    clear: both;
    font-size: 14px;
    display: none;
}

.board-members__icon {
    margin: 0px 5px 0 0;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: 1px;
}

.downloads__icon {
    fill: #6e83bc;
    width: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.downloads__filename {
    padding: 30px 0 5px;
}

.downloads__cta {
    color: #666;
}

.downloads__link {
    text-decoration: none;
}

.downloads__heading {
    margin-top: 50px;
}

.membership-intro {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: bold;
}

.membership-chart__benefits {
    width: 50%;
    float: left;
    padding: 20px 20px 0;
    height: 250px;
    border: 2px solid #6e83bc;
}

@media screen and (max-width: 980px) {
    .membership-chart__benefits {
        width: 100%;
        float: none;
        height: auto;
    }
}

.membership-chart__contributions {
    width: 50%;
    float: left;
    padding: 20px 20px 0;
    height: 250px;
    border: 2px solid #6e83bc;
    margin-left: -2px;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .membership-chart__contributions {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: -2px;
    }
}

.membership-chart__subtitle {
    text-transform: uppercase;
}

.membership-chart__list {
    padding: 0 20px;
}

.membership-chart__list-item {
    margin: 20px 0;
}

.membership-levels {
    clear: both;
}

.membership-levels__list-item {
    clear: both;
    list-style: none;
    margin: 0 0 -2px;
    height: 70px;
    border: 2px solid #6e83bc;
    padding: 20px;
}

@media screen and (max-width: 980px) {
    .membership-levels__list-item {
        height: auto;
    }
}

.membership-levels__subtitle {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 980px) {
    .membership-levels__subtitle {
        float: none;
    }
}

.membership-levels__price {
    font-size: 1.2em;
    float: right;
}

@media screen and (max-width: 980px) {
    .membership-levels__price {
        float: none;
        display: block;
        margin: 10px 0 0;
    }
}

.membership-form {
    padding-top: 50px;
}

.membership-form__row {
    clear: both;
}

.membership-form__form {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .membership-form__form {
        width: 100%;
    }
}

.membership-form__input {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0 20px;
    border: none;
    font-size: 18px;
    border: 0;
}

.membership-form__input--textarea {
    min-height: 150px;
    line-height: 30px;
    font-weight: normal;
    max-height: 500px;
}

.membership-form__left {
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .membership-form__left {
        width: 100%;
        float: none;
    }
}

.membership-form__left .membership-form__input,
.membership-form__left .membership-form__label {
    width: 95%;
}

@media screen and (max-width: 980px) {
    .membership-form__left .membership-form__input,
    .membership-form__left .membership-form__label {
        width: 100%;
    }
}

.membership-form__right {
    width: 50%;
    float: left;
}

@media screen and (max-width: 980px) {
    .membership-form__right {
        width: 100%;
        float: none;
    }
}

.membership-form__right .membership-form__input,
.membership-form__right .membership-form__label {
    width: 95%;
    margin-left: 5%;
}

@media screen and (max-width: 980px) {
    .membership-form__right .membership-form__input,
    .membership-form__right .membership-form__label {
        width: 100%;
        margin-left: 0;
    }
}

.membership-form__third {
    width: 33%;
    float: left;
}

.membership-form__third:first-child {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 980px) {
    .membership-form__third:first-child {
        padding: 0;
    }
}

.membership-form__third:nth-child(2) {
    padding: 0 10px;
}

@media screen and (max-width: 980px) {
    .membership-form__third:nth-child(2) {
        padding: 0;
    }
}

.membership-form__third:last-child {
    padding: 0 0 0 20px;
}

@media screen and (max-width: 980px) {
    .membership-form__third:last-child {
        padding: 0;
    }
}

@media screen and (max-width: 980px) {
    .membership-form__third {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.membership-form__submit {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 40px auto 40px;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
    border: none;
}

.membership-form__select {
    border: none;
    height: 51px;
    width: calc(100% - 20px);
    margin: 15px 0 20px 20px;
    border-radius: 0;
    border: 0;
}

@media screen and (max-width: 980px) {
    .membership-form__select {
        width: 100%;
        margin: 15px 0 20px;
    }
}

.membership-form.error,
.membership-form .error {
    -webkit-box-shadow: 0 0 0 2px red;
    -moz-box-shadow: 0 0 0 2px red;
    box-shadow: 0 0 0 2px red;
}

.membership-form .form-failure {
    display: block;
    font-size: 1.2em;
    margin: 20px auto 40px;
    max-width: 100%;
}

.membership-form .form-failure strong {
    color: #6e83bc;
}

.membership-form #other-input {
    display: none;
}

.membership-form #other-input.shown {
    display: block;
}

.events-list:after {
    content: "";
    display: table;
    clear: both;
}

.event {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .event {
        width: 100%;
        padding: 0;
    }
}

.event:nth-child(2n+1) {
    padding: 0 15px 0 0;
}

@media screen and (max-width: 980px) {
    .event:nth-child(2n+1) {
        padding: 0;
    }
}

.event:nth-child(2n) {
    padding: 0 0 0 15px;
}

@media screen and (max-width: 980px) {
    .event:nth-child(2n) {
        padding: 0;
    }
}

.event__link {
    color: #6e83bc;
    text-decoration: none;
}

.event__title {
    padding: 10px 0;
    min-height: 0px;
}

.event__date {
    color: #555;
    padding: 0 0 5px;
}

.event__host {
    color: #555;
    font-size: 14px;
}

.event__image img {
    max-width: 100%;
}

.event__none {
    font-size: 1.4em;
    margin: 40px 0;
}

.news-featured-wrapper {
    width: 60%;
    float: left;
}

@media screen and (max-width: 980px) {
    .news-featured-wrapper {
        width: 100%;
        float: none;
    }
}

.news-posts-wrapper {
    padding: 20px 0;
}

.news-posts-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 980px) {
    .news-posts-wrapper {
        margin: 0 -20px;
    }
}

.news-subfeatured-wrapper {
    width: 40%;
    float: left;
}

@media screen and (max-width: 980px) {
    .news-subfeatured-wrapper {
        width: 100%;
        float: none;
    }
}

.news-featured {
    position: relative;
    max-width: 570px;
}

@media screen and (max-width: 980px) {
    .news-featured {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.news-featured__info-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
}

.news-featured__image-link {
    position: relative;
    z-index: 0;
    display: block;
}

.news-featured__image-link img {
    max-width: 100%;
    width: 100%;
}

.news-featured__info {
    position: absolute;
    bottom: 0;
    background-image: url(/wp-content/themes/ethereum/img/bg-gradient.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 50px 10px 10px;
    height: 150px;
    width: 100%;
}

.news-featured__title {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

@media screen and (max-width: 980px) {
    .news-featured__title {
        font-size: 16px;
        padding: 0 20px;
    }
}

.news-subfeatured {
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .news-subfeatured {
        margin-bottom: 20px;
    }
}

.news-subfeatured__image-link {
    display: block;
    max-width: 180px;
    float: left;
}

.news-subfeatured__image-link img {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    .news-subfeatured__image-link {
        width: 120px;
    }
}

.news-subfeatured__title {
    float: left;
    width: 200px;
    display: block;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
}

.news-subfeatured__link {
    text-decoration: none;
    color: #6e83bc;
}

.news-cta-wrapper {
    padding: 20px 0;
    clear: both;
}

.news-event {
    width: 35%;
    float: left;
    position: relative;
}

@media screen and (max-width: 980px) {
    .news-event {
        width: 100%;
        float: none;
    }
}

.news-event__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.news-event__title {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    color: #FFF;
    padding: 30px 40px;
}

@media screen and (max-width: 980px) {
    .news-event__title {
        font-size: 16px;
        line-height: 24px;
    }
}

.news-event__date {
    width: 40%;
    height: 100px;
    background: #6e83bc;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    font-size: 24px;
}

.news-event__month {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-event__day {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 50px;
    font-weight: bold;
    padding: 0 0 15px;
}

.news-event__image img {
    max-width: 100%;
    width: 100%;
}

.news-newsletter {
    width: 65%;
    float: left;
    padding: 0 0 0 50px;
}

@media screen and (max-width: 980px) {
    .news-newsletter {
        width: 100%;
        float: none;
        padding: 0;
        margin: 30px 0 20px;
    }
}

.news-event-review {
    position: relative;
}

.news-event-review__image-link {
    display: block;
    width: 65%;
    float: left;
    height: 325px;
    overflow: hidden;
}

.news-event-review__image-link img {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    .news-event-review__image-link {
        width: 100%;
        float: none;
        height: auto;
    }
}

.news-event-review__info {
    width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -120px;
    height: 240px;
    padding: 20px;
    background: #FFF;
}

@media screen and (max-width: 980px) {
    .news-event-review__info {
        width: 100%;
        position: relative;
        margin-top: 0;
    }
}

.news-event-review__category {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    background: #6e83bc;
    font-weight: bold;
    letter-spacing: 2px;
}

.news-event-review__title {
    padding: 50px 20px 0;
    text-transform: uppercase;
    font-size: 28px;
    width: 40%;
}

.news-event-review__link {
    text-decoration: none;
    color: #6e83bc;
}

.form-success,
.form-failure {
    display: none;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 30px;
}

.form-success i,
.form-failure i {
    margin-right: 5px;
    font-size: 30px;
    line-height: 0;
    vertical-align: sub;
    color: #09b83e;
}

body.page .newsletter__input {
    margin: 35px auto;
}

@media screen and (max-width: 980px) {
    body.page .newsletter__input {
        margin: 20px auto;
    }
}

body.page .page-section-left {
    width: 70%;
    float: left;
}

@media screen and (max-width: 980px) {
    body.page .page-section-left {
        width: 100%;
        float: left;
    }
}

body.page .page-section-right {
    width: 20%;
    float: right;
}

body.page .page-section-right h3 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

body.page .page-section-right a {
    text-decoration: none;
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

body.page .page-section-right a:hover,
body.page .page-section-right a:focus {
    color: #98ade5;
}

@media screen and (max-width: 980px) {
    body.page .page-section-right {
        width: 100%;
        float: left;
    }
}

body.page .news-posts {
    width: 33%;
    padding: 0 20px;
    float: left;
}

@media screen and (max-width: 980px) {
    body.page .news-posts {
        width: 100%;
        float: none;
        padding: 0;
    }
}

body.page .news-posts img {
    max-width: 100%;
}

body.page .news-posts__info {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    display: block;
    font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body.page .news-posts__info a {
    text-decoration: none;
    color: #6e83bc;
}

body.page .media-coverage-posts {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
    body.page .media-coverage-posts {
        border-bottom: 1px solid #a2b0d4;
        padding-bottom: 25px;
    }
}

body.page .media-coverage-posts a {
    -webkit-transition: -webkit-transition, all 0.3s ease-out;
    -moz-transition: transition, all 0.3s ease-out;
    -o-transition: transition, all 0.3s ease-out;
    transition: transition, all 0.3s ease-out;
}

body.page .media-coverage-posts a:hover,
body.page .media-coverage-posts a:focus {
    color: #98ade5;
}

body.page .media-coverage-posts__meta span {
    line-height: 25px;
    color: #a2b0d4;
    display: block;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

body.page .media-coverage-posts__title {
    font-weight: bold;
    font-size: 19px;
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

body.page .media-coverage-posts__title a {
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    body.page .media-coverage-posts__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80%;
    }
}

body.page .media-coverage-posts__featured_image {
    max-width: 100px;
    float: left;
}

body.page .media-coverage-posts__featured_image img {
    width: 100%;
}

body.page .media-coverage-posts__excerpt {
    float: left;
    font-size: 14px;
}

body.page .media-coverage-posts__excerpt p {
    margin-top: 3px;
    margin-bottom: 0;
}

body.page.members {
    background: #ebf0f1;
}

.footer-text {
    font-size: 12px;
    width: 60%;
    margin: 50px auto 0;
    text-align: center;
    line-height: 21px;
    color: #666;
    clear: both;
}

.single-events .article-post__date {
    display: none;
}

body.single .wrapper {
    padding: 0;
}

.article-post__image {
    height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 980px) {
    .article-post__image {
        height: auto;
    }
}

.article-post__image img {
    width: 100%;
}

.article-post__wrapper {
    width: 60%;
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (max-width: 980px) {
    .article-post__wrapper {
        width: 90%;
    }
}

.article-post__title {
    text-align: center;
    padding: 20px 0 0;
}

@media screen and (max-width: 980px) {
    .article-post__title {
        font-size: 1.5em;
    }
}

.article-post__date {
    display: block;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.article-post__author {
    text-align: center;
    display: block;
    margin: 20px 0;
}

.article-post__content-wrapper {
    padding: 20px 0;
}

.article-post h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.article-post p {
    font-size: 1.2em;
    line-height: 1.6em;
}

@media screen and (max-width: 980px) {
    .article-post p {
        font-size: 1em;
    }
}

.article-post p a {
    color: #6e83bc;
    transition: all, .3s, ease-out;
}

.article-post p a:hover {
    color: #91a1cc;
}

.article-post ul li {
    font-size: 1.2em;
    margin: 0 0 20px 20px;
    padding: 0;
}

@media screen and (max-width: 980px) {
    .article-post ul li {
        font-size: 1em;
    }
}

.article-post ol li {
    padding: 0;
    margin: 0 0 20px 20px;
    line-height: 1.8em;
    font-size: 1.2em;
}

@media screen and (max-width: 980px) {
    .article-post ol li {
        font-size: 1em;
    }
}

/* Members page */

body.page-id-2342 {
    background: #EBF0F4;
}

/* Resources page */

.page-id-2536 .resources-form,
.page-id-2691 .resources-form {
    width: 450px;
    margin: 0 auto;
}

#post-2536,
#post-2691 {
    width: 95%;
}

.page-id-2536 .right-block,
.page-id-2691 .right-block {
    clear: both;
}

.page-id-2536 .right-block h2,
.page-id-2691 .right-block h2 {
    margin-bottom: 20px;
}

.page-id-2691 .right-block img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.page-id-2536 .header-section,
.page-id-2691 .header-section {
    width: 80%;
    margin: 0 auto 50px;
}

@media only screen and (min-width: 1024px) {
    .page-id-2536 .right-block,
    .page-id-2691 .right-block {
        width: 50%;
        padding-left: 80px;
        clear: none;
        float: left;
    }
    .page-id-2536 .resources-form,
    .page-id-2691 .resources-form {
        width: 450px;
        float: left;
    }
    .page-id-2691 .right-block img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .page-id-2536 .resources-form,
    .page-id-2691 .resources-form {
        width: 80%;
        margin: 0 auto;
    }
    .page-id-2691 .right-block img {
        width: 80%;
    }
}

/*********** Media coverage page styles ************/

.media-coverage>.entry>.meta,
.media-coverage>.entry>.blurb>.view-more-button {
    line-height: 25px;
    color: #a2b0d4;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.media-coverage>.entry>.blurb {
    font-size: 14px;
    line-height: 18px;
}

.media-coverage>.entry {
    margin-top: 25px;
}

.media-coverage>.entry>.title {
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 18px;
}

.media-coverage>.entry>.title>a {
    text-decoration: none;
}

.media-coverage>.entry>.title>a:hover {
    color: #98ade5;
}

.media-coverage>.entry>.blurb>.view-more-button {
    display: block;
    float: right;
    text-decoration: none;
}

.page-id-909 .page-section__heading {
    display: none;
}

/* ---------- MEMBERSHIP INQUIRY FORM ---------- */

.frm_forms>.frm-show-form input[type="text"],
.frm_forms>.frm-show-form input[type="email"],
.frm_forms>.frm-show-form select,
.frm_forms>.frm-show-form textarea {
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    box-sizing: content-box;
    width: calc(100% - 30px);
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.frm_forms>.frm-show-form input[type="text"],
.frm_forms>.frm-show-form input[type="email"]{
    height: 20px;
}

.frm_forms>.frm-show-form select {
    padding: 13px;
    height: 24px;
}

.frm_forms>.frm-show-form input[type="text"] {
    height: 20px;
}

.frm_forms>.frm-show-form .sigPad .sigWrapper {
    border: none;
}

.frm_forms>.frm-show-form label.frm_primary_label {
    font-family: 'Roboto', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: 300;
}

.frm_forms>.frm-show-form .frm_form_field {
    margin-bottom: 25px;
}

.frm_forms > .frm-show-form > .frm_form_fields > fieldset > .frm_submit > .frm_button_submit {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #6e83bc;
    width: auto;
    padding: 20px;
    margin: 40px auto 40px;
    letter-spacing: 2px;
    transition: all, .3s, ease-out;
    border: none;
    border-radius: 0;
}

.membership-benefits-table {
    color: #444;
}

/* Media Coverage */
body.signup-form {
    background: transparent;
}
.news-posts-wrapper {
    width: 365px;
    margin: 0 auto;
    margin-bottom: 30px;
}

body.page .news-posts-wrapper > .news-posts {
    width: 100%;
    margin: 20px auto;
}

.event-left {
    width: 40%;
    float: left;
}

.event-left .news-event {
    margin: 0 auto;
    width: 325px;
    float: none;
}
.news-newsletter {
    width: 60%;
}

.news-newsletter h2.newsletter__heading{
margin-bottom: 20px;
}

/* ----- Buttons ----- */
.eea-button {
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.eea-button:hover {
    color: white;
}
.eea-button.blue {
    background-color: #7F92C4;
}
.eea-button.blue:hover {
    background-color: #7287be;
}
.footer-buttons a{
    background-color: #6e83bc;
    color: #fff;
    padding: 15px 20px;
    margin-right: 30px;
}
.page-id-21 .video-section__button{display:none !important;}

/* ----- Members View ----- */
.members-view{
text-align: center;
}
.members-view .member {
margin: 10px;
display: inline-block;
}
.members-view .member img.long {
width: 175px;
}
.members-view .member img.square {
width: 95px;
}

.members-text-view .entry {
    width: 32%;
    padding-right: 3%;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}
