/*!
Theme Name: Standards of Excellence
Theme URI: http://underscores.me/
Author: Chaz Chamberlin
Author URI: http://soe.org
Description: SOE Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Standards of Excellence is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Specific Styles
--------------------------------------------------------------*/

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget .widget-title {
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Theme Specific Styles
--------------------------------------------------------------*/

@font-face {
    font-family: 'Avenir Next';
    src: local('/wp-content/themes/soe-theme/assets/fonts/Avenir Next Regular'), local('AvenirNext-Regular'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Regular.woff') format('woff'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: local('/wp-content/themes/soe-theme/assets/fonts/Avenir Next Bold'), local('AvenirNext-Bold'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Bold.woff') format('woff'),
    url('/wp-content/themes/soe-theme/assets/fonts/AvenirNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

.admin-bar .page-header {
    top: 30px !important;
}

.customize-partial-edit-shortcuts-shown .page-header {
    top: 0;
}

::selection {
    background: #F37120;
    /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #F37120;
    /* Gecko Browsers */
    color: white;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Avenir Next', 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: center;
}

h1 {
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-size: 3.5em;
}

h2 {
    color: #122E51;
    text-align: center;
    font-size: 2.5em;
}

p,
ul {
    font-size: 18px;
    line-height: 32px;
    color: #333e48;
    text-align: center;
}

ul {
    text-align: left;
}

a:link,
a:visited {
    text-decoration: none;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wpcf7-form p {
	text-align: left !important;
	font-weight: normal;
}

.wpcf7-form p label {
	font-weight: normal;
}

.wpcf7-list-item {
	display: block !important;
}

.wpcf7-textarea {
	width: 100% !important;
}

.mepr-subscription-row .mepr-account-actions a {
	border: none;
    padding: 5px;
    margin: 5px;
    display: block;
	    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #F37120;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
    outline: none;
}

.mepr_error, .mepr_updated {
	margin-bottom: 0;
	font-size: 16px;
}

.page-template-page-profile .mepr_error {
  background-color: transparent !important;
  border: none !important;
	margin-bottom: 0 !important; 
	color: red !important; 
	text-align: left;
}

.mepr-form textarea {
	height: 300px;
}

.mepr-form h2 {
	text-align: left;
	margin-top: 75px;
	margin-bottom: 25px;
    line-height: 35px;
}

.mepr-form p {
	text-align: left;
}

.mepr-form label[for=mepr_questionnaire_consider_this_a_pre_test_in_how_your_organization_is_performing_in_meeting_each_standard_in_the_text_area_below_each_of_the_seven_standards_listed_please_descri] {
	color: white;
}

.mepr-form #mepr_questionnaire_consider_this_a_pre_test_in_how_your_organization_is_performing_in_meeting_each_standard_in_the_text_area_below_each_of_the_seven_standards_listed_please_descri {
	display: none;
}

.mepr-form #mepr_standard_7_thorough_follow_up_an_excellent_short_term_mission_assures_debriefing_and_appropriate_follow_up_for_all_participants_and_is_expressed_by_comprehensive_debriefing_pre_field_on_fie {
	margin-bottom: 45px;
}

#default-section {}

.small-bar {
    border-bottom: 2px solid #F37120;
    width: 100px;
    text-align: center;
    margin: auto;
}

.row {
    margin: auto;
    max-width: 1200px;
}

.container {
    width: 100%;
}

.subheader-wrapper {
    margin-bottom: 10px;
}

.subheader-wrapper .small-bar {
    margin-top: 15px;
}

#wpforms-panel-fields .section-start .description {
    font-size: 22px;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
    line-height: 26px;
}

div.wpforms-container-full .wpforms-form .hide-input .wpforms-field-label {
    font-size: 22px;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #666;
    text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .hide-input .wpforms-field-medium {
    display: none;
}

#profile-page .form-table textarea {
	width: 100% !important;
    height: 400px !important;
}

/* ===== HEADER ===== */

.page-header {
    height: 70px;
    position: fixed;
    z-index: 100;
    width: 100%;
   /* top: 50px;*/
    left: 0;
    margin: 0;
    background: transparent;
    transition: all 0.5s linear;
    border-bottom: none;

}

.page-header .page-width {
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    max-width: 1340px;
}

.page-header .logo {
    float: left;
    line-height: 70px;
    position: absolute;
    z-index: 11;
}

.page-header .logo img {
    height: 60px;
}

.page-header nav {
    float: right;
    height: 70px;
    list-style: none;
    display: block;
}

.page-header .mobile {
    display: none;
}

.page-header ul {
    list-style: none;
}

.page-header li {
    float: left;
}

.page-header li a {
    display: block;
    line-height: 70px;
    height: 70px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    transition: color 0.4s;
    font-weight: bold;
    color: white;
    font-size: 1.4rem;
}

.page-header li .active:not(.nav-button) {
    border-bottom: 2px solid #F37120;
}

.page-header .current-menu-item:not(.nav-button) {
    border-bottom: 2px solid #F37120;
}

.page-header li a:hover {
    color: #F37120;
}

.page-header .nav-button a {
    border: 1px solid #BA5826;
    background: #BA5826;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s;
}

.page-header .nav-button a:hover {
    background: transparent;
    color: white;
}

.page-header li .login {
    padding-left: 0;
    padding-right: 0;
}

.page-header li .donate {
    padding-right: 0;
}

.page-header .mobile-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    width: 90px;
    height: 70px;
    cursor: pointer;
    display: none;
}

.page-header .mobile-button .icon-bar {
    width: 50px;
    height: 4px;
    background: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 25px);
    transition: all 0.2s;
}

.page-header .mobile-button .icon-bar:before,
.page-header .mobile-button .icon-bar:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    border-radius: 3px;
    transition: all 0.2s;
}

.page-header .mobile-button .icon-bar:before {
    top: -10px;
}

.page-header .mobile-button .icon-bar:after {
    top: 10px;
}

.page-header .mobile-button:hover .icon-bar:before {
    top: -11px;
}

.page-header .mobile-button:hover .icon-bar:after {
    top: 11px;
}

.page-header .mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #122E51;
    z-index: 10;
    padding: 60px 40px 40px 40px;
    display: none;
    overflow-y: scroll;

}

.page-header .mobile::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

.page-header .mobile ul {
    margin-top: 70px;
    padding-left: 0;
}

.page-header .mobile li {
    display: table;
    width: 100%;
    margin: auto;
}

.page-header .mobile li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: auto;
    font-size: 2.0rem;
    text-align: center;
    border-radius: 5px;
    padding: 0;
}

.page-header .mobile li .nav-button a {
    line-height: 50px;
    border-radius: 5px;
    height: 30px;
}

.page-header .mobile li a:hover {
    background: #2083f3;
    color: white;
}

.page-header .mobile .nav-button a:hover {
    background: transparent !important;
}

.page-header .open {
    display: block;
}

.scrolled {
   /* background: #122E51;*/
	background:#563D82;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}

.page-header nav ul .dropdown-button {
    cursor: pointer;
    color: black;
    position: relative;
	transition: all 0.4s;
}

.page-header nav ul .dropdown-button i {
	transition: all 0.4s;
}


.page-header nav ul .sub-menu {
    position: absolute;
    min-width: 100px;
    background: #563D82;
    padding: 0 0px 10px 0px;
    top: calc(70px);
    border-top: none;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    z-index: 99999;
    right: -30px;
}

.page-header nav ul .sub-menu li {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
}

.page-header nav ul .sub-menu li a {
    height: auto;
    line-height: 20px;
}

.page-header nav ul .sub-menu li a:hover {
    color: #f37120;
    
}


.page-header nav ul .dropdown-button {
    cursor: pointer;
    color: black;
    position: relative;
}


.page-header nav ul .dropdown-button:hover {
    color: #f37120;
}

.page-header nav ul .dropdown-button:hover ul, .page-header nav ul .dropdown-button:active ul {
    max-height: 400px;
    opacity: 1.0;
    visibility: visible;
}

.page-header nav ul .dropdown-button:hover i, .page-header nav ul .dropdown-button:hover > a {
    color: #f37120;
}



/* MOBILE SUBMENU */

.page-header .mobile ul .sub-menu {
    position: static;
    min-width: 100px;
    background: transparent;
    top: calc(80px - 1px);
    box-shadow: none;
    border: none;
    transition: all 0.4s ease;
    display: none;
    opacity: 1;
    max-height: inherit;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.page-header .mobile ul .sub-menu li {
    width: 100%;
    display: block;
    color: #2E508B;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
}

.page-header .mobile ul .sub-menu li a {
    transition: color 0.3s;
    line-height: 30px;
    height: auto;
    font-size: 18px;
    line-height: 20px;
    background: transparent;
    color: white;
}

.page-header .mobile .dropdown-button:hover .sub-menu {
	display: block;
}







/* ===== HERO ===== */

#hero {
    display: table;
    width: 100%;
    height: 85vh;
    padding: 0;
}

#hero article {
    display: table-cell;
    vertical-align: middle;
   /* background-color: rgba(18, 46, 81, 0.4);*/
	background-color: rgba(86, 61, 130, 0.4);
}

#hero .small-bar {
    margin: 10px auto;
}

#hero .subheader {
    color: white;
    font-size: 2em;
    text-align: center;
}

#half-hero {
    background-size: cover;
    display: table;
    width: 100%;
    height: 40vh;
    padding: 0;
}

#half-hero article {
    display: table-cell;
    vertical-align: middle;
 /*   background-color: rgba(18, 46, 81, 0.8);*/
	background-color: rgba(86, 61, 130, 0.8);
}

#half-hero .small-bar {
    margin: 10px auto;
}

#half-hero .hero-text {
    margin-top: 70px;
}

#half-hero .article-hero-text h1 {
    font-size: 3.5em;
}

#half-hero .subheader {
    color: white;
    font-size: 2em;
    text-align: center;
}

#half-hero .subheader a {
    color: #F37120;
    transition: all 0.3s;
}

#half-hero .subheader a:hover {
    background: #F37120;
    color: white;
}

.feature-image-default {
    background: url("/wp-content/themes/soe-theme/assets/img/andrew.roblesTeam_bw.jpg") 50% 0 no-repeat fixed;
}

.buddypress-hero {
    min-height: 100px !important;
}

/* ===== WHO WE ARE ===== */

#who-we-are {
    padding-top: calc(30px + 100px);
    text-align: center;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

#who-we-are .globe {
	display:none;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    top: -123px;
    left: 50%;
    transform: translateX(-50%);
}

/* ===== SERVICES ===== */

#services {
    height: auto;
    background: #7D3F16;
	
   /* Old browsers */
    background: -moz-linear-gradient(top, #7D3F16 53%, #7D3F16 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7D3F16 153%, #7D3F16 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7D3F16 53%, #7D3F16 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-top: 0;
    padding-bottom: 0;
}

#services .container {
    width: 100%;
    padding: 0;
}

#services .service-header {
    height: 400px;
    width: 100%;
    text-align: center;
}

#services .service-header .color-overlay {
    background-color: rgba(18, 46, 81, 0.2);
    height: 400px;
    text-align: center;
    margin: auto;
}

#services .row {
    position: relative;
    top: -70px;
    display: table !important;
    table-layout: fixed !important;
    width: 100%;
    text-align: center;
    height: 80%;
}

#services .header-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -250px;
}

#services .header-text h2 {
    color: white;
}

#services .service {
    display: table-cell;
    float: none;
    position: relative;
    top: 0;
    text-align: center;
    margin: auto;
    background: white;
    border: 1px solid #aaa;
    padding-bottom: 75px;
    transition: top 0.5s ease-out;
    border-radius: 25px;
}

#services .service img {
    margin-top: 25px;
}

#services .service .title {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#services .service .service-text p {
    margin: 5px 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

#services .service .soe-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    width: 75%;
}

#services .service:hover {
    position: relative;
    top: -10px;
    transition: top 0.5s ease-out;
}

/* ===== TESTIMONIES ===== */

#testimonies {
	border-top: 1px solid #ececec;
}

#testimonies .testimony-text {
    margin-top: 30px;
}

#testimonies p {
	font-size: 22px;
}

#testimonies .testimony-text .cite {
    font-size: 14px;
    line-height: 20px;
}

#testimonies .testimony-text .cite .role {
    display: block;
    font-style: italic;
}

#testimonies .testimony-text .testimony-image {
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
}

#testimonies .testimony-text .testimony-image img {
    width: 125px;
    border-radius: 100px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#testimonies .button-wrapper {
    margin-top: 35px !important;
    margin-bottom: 0 !important;
}

/* ===== SUBSCRIBE ===== */

.join {
    height: 350px;
    text-align: center;
    padding: 0px 0;
	background: url('https://soe.org/wp-content/uploads/eberhard-grossgasteiger-586932-unsplash.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
}

.join .container {
	background: rgba(0, 0, 0, 0.65);
	height: 350px;
	display: table;
}

.join .row {
	display: table-cell;
	vertical-align: middle;
}

.join .hub-explanation {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-70%) translateX(-340px) rotate(-10deg);
}

.join .hub-explanation p {
    font-size: 16px;
    font-weight: normal;
}

.join .hub-explanation .arrow {
    position: relative;
    left: 45px;
}

.join h2 {
    color: white;
    margin-top: 10px;
	margin-bottom: 35px;
}

.join .button-wrapper {
    margin: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
	margin-bottom: 0 !important;
}

.join .button-wrapper .soe-button {
    margin-top: 15px;
}

/* ===== BLOG ===== */

#blog,
#recommended-articles {
    text-align: center;
    position: relative;
    top: 0;
}

#blog .post-wrapper,
#recommended-articles .post-wrapper {
    margin-top: 30px;
    position: relative;
    top: 0;
    padding: 10px 5px;
}

#blog .post-image,
#recommended-articles .post-image {
    text-align: center;
    height: 150px;
    width: 100%;
    overflow-y: hidden;
}

#blog .post-image img,
#recommended-articles .post-image img {
    width: 100%;
}

#blog .title,
#recommended-articles .title {
    font-weight: bold;
    margin: auto;
    line-height: 25px;
}

#blog .description,
#recommended-articles .description {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

/* ===== SOCIAL MEDIA ===== */

#social-media {
    text-align: center;
}

#social-media .badge.social {
    background: #122E51;
    font-size: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin: 20px 5px 0px 0;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: white;
    transition: background 0.3s linear;
}

#social-media .badge.social.twitter:hover {
    background: #55acee;
}

#social-media .badge.social.facebook:hover {
    background: #3b5998;
}

#social-media .badge.social.instagram:hover {
    background: #dc2743;
}

#social-media .badge.social.youtube:hover {
    background: #ff0000;
}

/* ===== MODAL ===== */

.modal {
    top: 15%;
}

#subscribe-modal .modal-content {
    border-radius: 75px;
}

#subscribe-modal img {
    position: absolute;
    left: -25px;
    top: -25px;
}

#subscribe-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 25px;
    color: orange;
    font-size: 36px;
}

#subscribe-modal .modal-header button {
    color: black;
    font-size: 36px;
}

#subscribe-modal .modal-body {
    margin-left: 125px;
    margin-right: 25px;
    padding-top: 0;
    text-align: left;
}

#subscribe-modal .modal-body h2 {
    text-align: left;
    margin-top: 0;
}

#subscribe-modal .modal-body p {
    text-align: left;
    line-height: 26px;
    color: black;
}

#subscribe-modal .modal-body form {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 15px;
}

#subscribe-modal .modal-body form input[type="text"] {
    height: 45px;
}

#subscribe-modal .modal-body form input[type="text"]:focus {
    border-color: #2083f3;
    box-shadow: none;
    outline: 0 none;
}

/* ===== FOOTER ===== */

#top-footer {
	padding-top: 0;
	padding-bottom: 0;
}

#top-footer .top-footer-container {
	padding-left: 0;
	padding-right: 0;
}

#top-footer .top-footer-row {
	max-width: 3000px;
}

#top-footer .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}

#top-footer .hub-section {
	background: url('https://soe.org/wp-content/uploads/aaron-burden-36113-unsplash-e1527097931186.jpg') 50% 0 no-repeat;
	background-size: cover;
}

#top-footer .store-section {
	background: url('https://soe.org/wp-content/uploads/resources-e1521153642855.jpeg') 50% 0 no-repeat;
	background-size: cover;
}

#top-footer h3 {
	margin-bottom: 25px;
	margin-top: 25px;
	color: white;
}

#top-footer a {
	display: block;
}

#top-footer .hub-section .top-footer-wrapper {
	background: rgba(0, 0, 0, 0.8);
	    height: 100%;
    display: table;
    width: 100%;
}

#top-footer .store-section .top-footer-wrapper {
	background: rgba(0, 0, 0, 0.8);
	    height: 100%;
    display: table;
    width: 100%;
}

#footer {
    text-align: left;
    /*background-color: #122E51;*/
	background-color:#563D82;
    height: auto;
    padding: 25px 0 50px 0;
}

#footer img {
 /*  width: 100px;*/
}

#footer p {
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #F37120;
}

#footer .footer-navigation ul {
    padding-left: 0;
}

#footer .footer-navigation ul li {
    list-style: none;
	margin-bottom: 20px;
}

#footer .footer-navigation a {
    margin-left: 10px;
    display: block;
    line-height: 18px;
    color: white;
    text-decoration: none;
    transition: color 0.1s linear;
    font-size: 16px;
}

#footer .footer-navigation a:hover {
    color: #F37120;
}

#footer .footer-general ul {
	text-align: center;
}

#footer .footer-general ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#footer .footer-general ul li a {
	display: inline;
}

#footer .footer-subscribe {
    margin: auto;
    padding-top: 30px;
    text-align: center;
	background: url('http://test.thenewsoe.org/wp-content/uploads/HUB-BACKGROUND.png') 50% 0 no-repeat;
	background-size: contain;
	height: 175px;
	position: relative;
	
}

#footer .footer-subscribe .soe-button {
	    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
}

#footer .center-col {
    text-align: center;
}

#footer .accreditation {
    position: absolute;
    top: 105px;
    left: -615px;
    width: 400px;
    height: 50px;
}

#footer .accreditation img {
    width: 75px;
    padding-top: 40px;
}

#footer .footer-logos {
	text-align: center;
}
#footer .footer-logos div {
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-logos .footer-image img {
	width: 100px;
}

/* ===== BUTTON ===== */

* {
    box-sizing: border-box;
}

.soe-button, .swpm-subscription-button-submit {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    display: table;
    margin: 0 auto;
    border: 2px solid #BA5826;
    background-color: #BA5826;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    transition: all 0.5s ease;
	outline: none;
}

.soe-button:hover, .swpm-subscription-button-submit:hover {
    color: #BA5826;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #BA5826;
}

.soe-button:active, .swpm-subscription-button-submit:active {
    color: white;
    background: #BA5826;
}

.soe-button-inverse {
    background-color: transparent;
    color: #BA5826;
}

.soe-button-inverse:hover {
    color: white;
    text-decoration: none;
    background: #BA5826;
    border: 2px solid #BA5826;
}

.soe-button-inverse:active {
    background-color: transparent;
    color: #BA5826;
}

.soe-button-subscribe:hover {
    color: white;
}

.soe-nav-button {
    top: 8px;
    width: 110px;
    padding: 10px 0;
    border: 2px solid #F37120;
    color: white;
}

.soe-button-white,
.soe-button-blue {
    color: white;
    border: 2px solid white;
}

.soe-button-blue:hover {
    border: 2px solid #122E51;
    background: #122E51;
}

.soe-button-unavailable {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    display: table;
    margin: 0 auto;
    border: 2px solid #aaaaaa33;
    background-color: #cccccc33;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    cursor: default;
}

.input-group {
    margin: 20px auto;
    width: 100%;
}

input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 55%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn {
    width: 40%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.active-about-nav {
    background: #122E51;
    color: white;
    border: 2px solid transparent;
}

.button-wrapper {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* === IMPORT === */

.about-feature-image {
    background: url("/wp-content/themes/soe-theme/assets/img/city_hands.jpg") 50% 0 no-repeat fixed;
    background-size: cover;
}

#about p {
    text-align: left;
}

#about .mission-statement {
    margin-top: 20px;
}

#about .mission-statement .statement-wrapper {
    border: 2px solid #2083f3;
    border-radius: 25px;
    padding: 10px 15px;
    margin: 0px 10px;
}

#about .mission-statement .statement-wrapper p {
    text-align: center;
}

#mission {
    height: auto;
    text-align: center;
    background: #1E3B5E;
    width: 100%;
    border-bottom: 1px solid #39495B;
}

#mission h3 {
    color: white;
}

#mission p {
    text-align: center;
    margin-top: 20px;
    color: white;
}

#mission .row {
    margin: 0;
    max-width: none;
}

.purpose-text {
    border-right: 2px solid #ccc;
}

.purpose-text p span,
.vision-text p span {
    color: orange;
    font-size: 20px;
}

#staff .row,
#board .row {
    max-width: 1500px;
    margin: auto;
}

#staff .employee-wrapper,
#board .employee-wrapper {
    text-align: center;
    margin-top: 50px;
}

#staff .employee-wrapper .left-sidebar,
#board .employee-wrapper .left-sidebar {}


#staff .employee-wrapper img,
#board .employee-wrapper img {
    width: 100%;

}

#staff .employee-wrapper .button-wrapper,
#board .employee-wrapper .button-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

#staff .employee-wrapper .employee-info,
#board .employee-wrapper .employee-info {
    padding-left: 15px;
    margin-top: 0;
}

#staff .employee-wrapper .employee-info p,
#board .employee-wrapper .employee-info p {
    margin: 0;
    text-align: left;
}

#staff .employee-wrapper .employee-info .name-wrapper,
#board .employee-wrapper .employee-info .name-wrapper {
    width: auto;
}

#staff .employee-wrapper .employee-info .name,
#board .employee-wrapper .employee-info .name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 28px;
}

#staff .employee-wrapper .employee-info .bio,
#board .employee-wrapper .employee-info .bio {
    margin-bottom: 10px;
}

#staff .employee-wrapper .employee-info .fun-facts,
#board .employee-wrapper .employee-info .fun-facts {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

#staff .employee-wrapper .employee-info .job,
#board .employee-wrapper .employee-info .job {
    color: #F37120;
    margin-left: 2px;
}

#standards-explanation {
    margin-top: 30px;
}

.standards {
    margin-top: 0px;
}

.standards .standard-wrapper {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
    border: 1px solid #eee;
}

.standards h3 {
    text-align: left;
}

.standards .title-wrapper {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.standards .title-wrapper .standard-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #F37120;
    padding: 12px 10px 8px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 30px;
    font-weight: bold;
}

.standards .title-wrapper .standard-number h3 {
    text-align: center;
}

.standards .title-wrapper .standard-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0px 0 0px 15px;
}

.standards .title-wrapper .standard-title h3 {
    text-align: left;
}

.standards .standards-text {
    width: 90%;
    margin-left: 5%;
}

.standards .standards-text p {
    text-align: left;
}

.standards .standards-text ul {
    font-size: 18px;
    line-height: 32px;
    color: #333e48;
    text-align: center;
    list-style: none;
}

.standards .standards-text ul li {
    text-align: left;
}

.sidebar,
.article-sidebar {
    margin-top: 0px;
    padding: 15px 0;
    text-align: center;
}

.widget {
    margin-bottom: 0;
}

.sidebar section {
    padding-bottom: 0;
}

.sidebar ul {
    padding-left: 20px;
}

.sidebar ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    transition: all 0.2s;
    line-height: 22px;
    padding: 5px 0;
}

.sidebar ul li a {
    transition: all 0.2s;
    color: rgb(51, 62, 72);
}

.sidebar ul li:hover a {
    color: #f37120;
}

.tagcloud a {
    transition: all 0.2s;
}

.tagcloud a:hover {
    color: #f37120;
}

#mc_embed_signup .mc-field-group label {
    text-align: left;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#subscribe-modal .modal-body form input[type="text"], #subscribe-modal .modal-body form input[type="email"] {
    font-size: 18px;
    height: 45px;
}

#subscribe-modal #mc_embed_signup input[type="submit"] {
    border: 2px solid #f37120 !important;
    float: right;
    margin-right: 30px;
}

.sidebar .sidebar-title,
.article-sidebar .sidebar-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.sidebar .detailed-booklet p,
.article-sidebar .detailed-booklet p,
.sidebar .brief-booklet p,
.article-sidebar .brief-booklet p {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}

.sidebar .detailed-booklet img,
.article-sidebar .detailed-booklet img,
.sidebar .brief-booklet img,
.article-sidebar .brief-booklet img {
    width: 75%;
}

.sidebar .brief-booklet,
.article-sidebar .brief-booklet {
    margin-top: 30px;
}

#definitions p {
    text-align: left;
}

#seven-standards {
    background: rgba(18, 46, 81, 0.02);
}

.contact-feature-image {
    background: url("/wp-content/themes/soe-theme/assets/img/") 50% 100% no-repeat fixed;
    background-size: cover;
}

#contact-information {
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 15px;
}

#contact-information .row {
    text-align: center;
}

#contact-information .contact-text {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 15px;
}

#contact-information .contact-text .contact-method p {
    text-align: center;
    line-height: 16px;
}

#contact-information .contact-text .contact-method p:before {
    transition: all 0.3s;
}

#contact-information .contact-text .contact-method .address {
    display: block;
    width: auto;
}

#contact-information .contact-text .contact-method .address:before {
    transition: all 0.3s;
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 10px;
}

#contact-information .contact-text .contact-method .phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 10px;
}

#contact-information .contact-text .contact-method .email:before {
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 10px;
}

#contact-information .contact-text:hover p:before {
    color: #F37120;
    font-size: 26px;
}

#contact-location {
    height: auto;
    padding-bottom: 0;
}

#contact-location .container {
    padding: 0;
}

#contact-location .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    max-width: none;
}

#contact-location .contact-map {
    display: table-cell;
    float: none;
    padding: 0;
}

#contact-location .contact-map img {
    width: 100%;
}

#contact-location .contact-join {
    display: table-cell;
    float: none;
    vertical-align: middle;
    background-color: #F37120;
    text-align: center;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#contact-location .contact-join p {
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

#contact-location .contact-join .button-wrapper {
    margin: auto;
    margin-top: 15%;
    padding-bottom: 10px;
}

.donate-page-header nav {
    background: #122E51;
    height: 90px;
}

.donate-page-header nav .logo {
    position: relative;
    left: 25px;
    top: 15px;
}

#donate {
    background: url("/wp-content/themes/soe-theme/assets/img/books.jpg") 50% 50% no-repeat fixed;
    background-size: cover;
    display: table;
    width: 100%;
    min-height: 690px;
}

.donate-form {
    background: white;
    text-align: left;
    margin-top: 50px;
}

.donate-form h2 {
    font-size: 2.5em;
}

.donate-form .form-label-text {
    color: #122E51;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
    padding-top: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.donate-form .section-label-container {
    font-family: 'Avenir Next', 'Lato', sans-serif;
    font-size: 1.75em;
    padding-top: 1.5em;
    border: 0;
    color: #F37120;
    clear: both;
    text-align: left;
}

.donate-form .donation-level-container {
    display: inline-block;
    border: 0;
    border-radius: 0;
    margin: 0 2% 0 0;
    width: 30%;
    vertical-align: top;
}

.donate-form .donation-level-container p {
    font-size: 1.25em;
    border-radius: .55em;
    border: 1px solid #c3c3c3;
    display: block;
    width: 100%;
    padding: .6em .425em;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dcdcdc));
    color: #000000;
    transition: all 0.2s;
}

.donate-form .donation-level-container:hover p,
.donate-form .donation-level-container:active p {
    background: orange;
}

.donate-form .donation-level-input-container p {
    background: transparent;
    border: 1px solid #999999;
    border-radius: 2px;
    position: relative;
}

.donate-form .donation-level-input-container p input {
    border: none;
    width: inherit;
    width: 75%;
    padding-left: 10px;
}

.donate-form .donation-level-input-container p:before {
    content: "$";
    position: absolute;
    left: .625em;
    top: 11px;
    font-size: 1.125em;
}

.donate-form .donation-level-input-container:hover p {
    background: none;
}

.donate-form .form-row {
    margin-left: 4%;
    width: 46%;
    float: left;
    display: block;
    clear: none;
    margin-top: 4px;
    margin-bottom: 4px;
}

.donate-form .form-row input[type="text"] {
    padding: .625em .875em;
    border: 1px solid #999999;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.donate-form .form-content {
    display: flex;
    flex-wrap: wrap;
}

.donate-form .form-content label {
    display: inline-block;
}

.donate-form .payment-options {
    margin: 4px 0 4px 10px;
}

.donate-form .payment-options span {
    margin-right: 10px;
}

.donate-form .button-container {
    position: relative;
    top: 25px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.donate-form .button-container soe-button {
    position: relative;
    transform: translateX(-50%);
}

.clicked {
    background: orange;
}


#donate-footer {
    background-color: #122E51;
    height: auto;
    padding-bottom: 20px;
    margin-top: 0;
}

#donate-footer p {
    font-size: 14px;
    color: white;
    border-bottom: 1px solid #F37120;
    margin-bottom: 0;
}

.resources-feature-image {
    background: url("../img/mario-purisic-52769.jpg") 50% 0 no-repeat fixed;
    background-size: cover;
}

.resources-nav {
    background: white;
    padding: 15px 0;
    min-height: 65px;
    box-shadow: 0px 2px 1px #ccc;
    display: table;
    width: 100%;
}

.resources-nav .category-list {
    text-align: center;
}

.resources-nav .category-list .all-resources {
    border: 2px solid transparent;
}

.resources-nav .category-list .all-resources:hover {
    border: 2px solid black;
}

.resources-nav .category-list li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.resources-nav .category-list li a {
    color: #808080;
    text-decoration: none;
    display: block;
    margin-right: 25px;
    padding: 12px 30px;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.resources-nav input[type="submit"] {
    display: none;
}

.resources-nav input[type="text"] {
    border: 1px solid #ddd;
    background: white;
    color: #808080;
    border-radius: 100px;
    width: 280px;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.2s;
}

.resources-nav input[type="text"]:focus {
    outline: none;
    border: 1px solid #808080;
    color: #333;
}

.post-wrapper {
    max-width: 1200px;
}

#content,
.additional-resources,
#services-nav .service-wrapper {}

#content .post,
.additional-resources .post,
#services-nav .service-wrapper .post,
#content .additional-resources .post-small,
.additional-resources #content .post-small,
.additional-resources .post-small,
#services-nav .service-wrapper .post-small {
    margin-bottom: 30px;
    height: 250px;
    position: relative;
    background-color: #122E51;
    overflow: hidden;
    transition: all 0.3s;
}

#content .additional-resources .post-small {
	height: 300px;
}

#content .post .post-overlay,
.additional-resources .post .post-overlay,
#services-nav .service-wrapper .post .post-overlay,
#content .additional-resources .post-small .post-overlay,
.additional-resources #content .post-small .post-overlay,
.additional-resources .post-small .post-overlay,
#services-nav .service-wrapper .post-small .post-overlay {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    background: rgba(18, 46, 81, 0.77);
    height: 100%;
    width: 101%;
    transition: all 0.3s;
}

#content .post .post-overlay,
.additional-resources .post .post-overlay,
#services-nav .service-wrapper .post .post-overlay,
#content .additional-resources .post-small .post-overlay,
.additional-resources #content .post-small .post-overlay,
.additional-resources .post-small .post-overlay,
#services-nav .service-wrapper .post-small .post-overlay-small {
    background: rgba(18, 46, 81, 0.92);
}

#content .post .post-overlay .post-category,
.additional-resources .post .post-overlay .post-category,
#services-nav .service-wrapper .post .post-overlay .post-category,
#content .additional-resources .post-small .post-overlay .post-category,
.additional-resources #content .post-small .post-overlay .post-category,
.additional-resources .post-small .post-overlay .post-category,
#services-nav .service-wrapper .post-small .post-overlay .post-category {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#content .post .post-overlay .article,
.additional-resources .post .post-overlay .article,
#services-nav .service-wrapper .post .post-overlay .article,
#content .additional-resources .post-small .post-overlay .article,
.additional-resources #content .post-small .post-overlay .article,
.additional-resources .post-small .post-overlay .article,
#services-nav .service-wrapper .post-small .post-overlay .article {
    background: rgba(24, 196, 113, 0.6);
}

#content .post .post-overlay .webinar,
.additional-resources .post .post-overlay .webinar,
#services-nav .service-wrapper .post .post-overlay .webinar,
#content .additional-resources .post-small .post-overlay .webinar,
.additional-resources #content .post-small .post-overlay .webinar,
.additional-resources .post-small .post-overlay .webinar,
#services-nav .service-wrapper .post-small .post-overlay .webinar {
    background: rgba(32, 131, 243, 0.5);
}

#content .post .post-overlay .resource-provider,
.additional-resources .post .post-overlay .resource-provider,
#services-nav .service-wrapper .post .post-overlay .resource-provider,
#content .additional-resources .post-small .post-overlay .resource-provider,
.additional-resources #content .post-small .post-overlay .resource-provider,
.additional-resources .post-small .post-overlay .resource-provider,
#services-nav .service-wrapper .post-small .post-overlay .resource-provider {
    background: rgba(227, 23, 0, 0.5);
}

#content .post .post-overlay .conference-and-siw,
.additional-resources .post .post-overlay .conference-and-siw,
#services-nav .service-wrapper .post .post-overlay .conference-and-siw,
#content .additional-resources .post-small .post-overlay .conference-and-siw,
.additional-resources #content .post-small .post-overlay .conference-and-siw,
.additional-resources .post-small .post-overlay .conference-and-siw,
#services-nav .service-wrapper .post-small .post-overlay .conference-and-siw {
    background: rgba(243, 113, 32, 0.5);
}

#content .post .post-overlay .store,
.additional-resources .post .post-overlay .store,
#services-nav .service-wrapper .post .post-overlay .store,
#content .additional-resources .post-small .post-overlay .store,
.additional-resources #content .post-small .post-overlay .store,
.additional-resources .post-small .post-overlay .store,
#services-nav .service-wrapper .post-small .post-overlay .store {
    background: rgba(243, 166, 32, 0.5);
}

#content .post .post-overlay .uncategorized,
.additional-resources .post .post-overlay .uncategorized,
#services-nav .service-wrapper .post .post-overlay .uncategorized,
#content .additional-resources .post-small .post-overlay .uncategorized,
.additional-resources #content .post-small .post-overlay .uncategorized,
.additional-resources .post-small .post-overlay .uncategorized,
#services-nav .service-wrapper .post-small .post-overlay .uncategorized {
    background: rgba(153, 153, 153, 0.5);
}

#content .post .post-overlay .post-info,
.additional-resources .post .post-overlay .post-info,
#services-nav .service-wrapper .post .post-overlay .post-info,
#content .additional-resources .post-small .post-overlay .post-info,
.additional-resources #content .post-small .post-overlay .post-info,
.additional-resources .post-small .post-overlay .post-info,
#services-nav .service-wrapper .post-small .post-overlay .post-info {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 100%;
}



#content .post .post-overlay .post-info .post-title,
.additional-resources .post .post-overlay .post-info .post-title,
#services-nav .service-wrapper .post .post-overlay .post-info .post-title,
#content .additional-resources .post-small .post-overlay .post-info .post-title,
.additional-resources #content .post-small .post-overlay .post-info .post-title,
.additional-resources .post-small .post-overlay .post-info .post-title,
#services-nav .service-wrapper .post-small .post-overlay .post-info .post-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.0em;
    color: white;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#content .post .post-overlay .post-info .post-subtitle,
.additional-resources .post .post-overlay .post-info .post-subtitle,
#services-nav .service-wrapper .post .post-overlay .post-info .post-subtitle,
#content .additional-resources .post-small .post-overlay .post-info .post-subtitle,
.additional-resources #content .post-small .post-overlay .post-info .post-subtitle,
.additional-resources .post-small .post-overlay .post-info .post-subtitle,
#services-nav .service-wrapper .post-small .post-overlay .post-info .post-subtitle {
    text-align: center;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

#content .post .post-overlay .post-info .button-wrapper,
.additional-resources .post .post-overlay .post-info .button-wrapper,
#services-nav .service-wrapper .post .post-overlay .post-info .button-wrapper,
#content .additional-resources .post-small .post-overlay .post-info .button-wrapper,
.additional-resources #content .post-small .post-overlay .post-info .button-wrapper,
.additional-resources .post-small .post-overlay .post-info .button-wrapper,
#services-nav .service-wrapper .post-small .post-overlay .post-info .button-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

#content .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
#services-nav .service-wrapper .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
#content .additional-resources .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources #content .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
#services-nav .service-wrapper .post-small .post-overlay .post-info .button-wrapper a {
    display: inline-block;
}

#content .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
#services-nav .service-wrapper .post .post-overlay .post-info .button-wrapper .soe-button-inverse,
#content .additional-resources .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources #content .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
.additional-resources .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse,
#services-nav .service-wrapper .post-small .post-overlay .post-info .button-wrapper .soe-button-inverse {
    margin-right: 10px;
    margin-left: 10px;
    color: white;
}

#content .post .post-overlay .post-info .button-wrapper div,
.additional-resources .post .post-overlay .post-info .button-wrapper div,
#services-nav .service-wrapper .post .post-overlay .post-info .button-wrapper div,
#content .additional-resources .post-small .post-overlay .post-info .button-wrapper div,
.additional-resources #content .post-small .post-overlay .post-info .button-wrapper div,
.additional-resources .post-small .post-overlay .post-info .button-wrapper div,
#services-nav .service-wrapper .post-small .post-overlay .post-info .button-wrapper div {
    display: inline-block;
}

#content .post:hover .post-overlay,
.additional-resources .post:hover .post-overlay,
#services-nav .service-wrapper .post:hover .post-overlay,
#content .additional-resources .post-small:hover .post-overlay,
.additional-resources #content .post-small:hover .post-overlay,
.additional-resources .post-small:hover .post-overlay,
#services-nav .service-wrapper .post-small:hover .post-overlay {
    background: rgba(18, 46, 81, 0.6);
}

#content .post:hover .post-overlay,
.additional-resources .post:hover .post-overlay,
#services-nav .service-wrapper .post:hover .post-overlay,
#content .additional-resources .post-small:hover .post-overlay,
.additional-resources #content .post-small:hover .post-overlay,
.additional-resources .post-small:hover .post-overlay,
#services-nav .service-wrapper .post-small:hover .post-overlay-small {
    background: rgba(18, 46, 81, 0.8);
}

#content .post:active,
.additional-resources .post:active,
#services-nav .service-wrapper .post:active,
#content .additional-resources .post-small:active,
.additional-resources #content .post-small:active,
.additional-resources .post-small:active,
#services-nav .service-wrapper .post-small:active {
    transform: scale(.98);
}

/*
.post-type {
    position: absolute;
    left: 10px;
    top: 15px;
    display: inline;
    display: table;
    height: 40px;
    width: 150px;
    background: transparent;
    padding: 5px 20px 5px 5px;
    border-radius: 5px;
    img {
        margin-right: 5px;
        width: 30px;
    }
    p {
        display: inline;
        color: white;
        vertical-align: middle;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.post-type:before {
    margin-left: 5px;
    height: 30px;
    position: absolute;
    display: inline;
    top: 5px;
    left: 0;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 40px;
    padding-top: 6px;
}

.article-type {
    width: 115px;
    background: $primary_tan;
    &:before {
        content: 'Article';
        background-image: url('../img/article-icon.png');
        background-size: 30px 30px;
        width: 125px;
    }

}

.webinar-type {
    width: 135px;
    background: $light_blue;
    &:before {
        top: 7px;
        left: 5px;
        content: 'Webinar';
        background-image: url('../img/webinar-icon.png');
        background-size: 30px 25px;
        width: 150px;
        padding-left: 45px;
        padding-top: 5px;
    }

}

.resource-provider-type {
    width: 215px;
    background: #999;
    &:before {
        content: 'resource provider';
        background-image: url('../img/resource-provider-icon.png');
        background-size: 30px 30px;
        width: 250px;
        padding-left: 50px;
    }

}

.conference-type {
    width: 200px;
    background: $primary_orange;
    &:before {
        content: "Conferences & SIW's";
        background-image: url('../img/workshop-icon.png');
        background-size: 30px 30px;
        width: 300px;
        padding-top: 7px;
    }
}

.store-type {
    width: 110px;
    background: #f3a620;
    &:before {
        content: 'store';
        background-image: url('../img/store-icon.png');
        background-size: 30px 30px;
        width: 300px;
        padding-top: 7px;
        margin-left: 10px;
    }
}

*/

.sidebar,
.article-sidebar {
    margin-top: 0px;
    padding: 0;
}

.sidebar .join,
.article-sidebar .join {
    background: transparent;
    border: 2px solid rgba(18, 46, 81, 0.4);
    border-radius: 5px;
    background: #122E51;
    height: auto;
    margin-bottom: 40px;
}

.sidebar .join img,
.article-sidebar .join img {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 125px;
    transform: translateX(-50%);
}

.sidebar .join p,
.article-sidebar .join p {
    padding-top: 75px;
    margin: 0;
    line-height: 26px;
}

.sidebar .join .button-wrapper,
.article-sidebar .join .button-wrapper {
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    bottom: -10px;
}

.sidebar .join .button-wrapper .soe-button,
.article-sidebar .join .button-wrapper .soe-button {
    margin-left: 0;
    margin-bottom: 0;
}

.sidebar .join .button-wrapper .soe-button:hover,
.article-sidebar .join .button-wrapper .soe-button:hover {
    background: white;
}

.sidebar .membership,
.article-sidebar .membership {
    border: 1px solid #333e48;
    background: #333e48;
}

.sidebar .membership h3,
.article-sidebar .membership h3 {
    color: white;
}

.additional-resources,
#services-nav .service-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.additional-resources .col-sm-12,
#services-nav .service-wrapper .col-sm-12 {
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
}

.additional-resources .post-small,
#services-nav .service-wrapper .post-small {
    width: 100%;
    overflow: hidden;
    margin: 5px 1%;
}

.additional-resources .post-small .post-overlay,
#services-nav .service-wrapper .post-small .post-overlay {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    background: rgba(18, 46, 81, 0.77);
    height: 100%;
    width: 101%;
    display: table;
    transition: all 0.3s;
}

.additional-resources .post-small .post-overlay .post-title,
#services-nav .service-wrapper .post-small .post-overlay .post-title {
    display: table-cell;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    padding-top: 0;
    color: white;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
	padding-top: 50px;
}

.post-wrapper {
    padding-left: 2px;
    padding-right: 2px;
}

.additional-resources .post-small .post-type:before,
#services-nav .service-wrapper .post-small .post-type:before {
    margin-left: 5px;
    height: 30px;
    position: absolute;
    display: inline;
    z-index: 100000;
    top: 5px;
    left: 0;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 40px;
    padding-top: 6px;
}

.additional-resources .post-small .article-type,
#services-nav .service-wrapper .post-small .article-type {
    width: 42px;
}

.additional-resources .post-small .article-type:before,
#services-nav .service-wrapper .post-small .article-type:before {
    content: '';
}

.additional-resources .post-small .webinar-type,
#services-nav .service-wrapper .post-small .webinar-type {
    width: 50px;
}

.additional-resources .post-small .webinar-type:before,
#services-nav .service-wrapper .post-small .webinar-type:before {
    left: 5px;
    top: 7px;
    content: '';
}

.additional-resources .post-small .resource-provider-type,
#services-nav .service-wrapper .post-small .resource-provider-type {
    width: 42px;
}

.additional-resources .post-small .resource-provider-type:before,
#services-nav .service-wrapper .post-small .resource-provider-type:before {
    content: '';
}

.additional-resources .post-small .conference-type,
#services-nav .service-wrapper .post-small .conference-type {
    width: 42px;
}

.additional-resources .post-small .conference-type:before,
#services-nav .service-wrapper .post-small .conference-type:before {
    content: '';
}

.additional-resources .post-small .store-type,
#services-nav .service-wrapper .post-small .store-type {
    width: 52px;
}

.additional-resources .post-small .store-type:before,
#services-nav .service-wrapper .post-small .store-type:before {
    content: '';
    margin-left: 10px;
}

#services-nav {
    margin-top: 0px;
    margin-bottom: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

#services-nav .service-wrapper {
    text-align: center;
	display:none;
}

#services-nav .service-wrapper .post-small {
    width: 22%;
    display: inline-block;
    overflow: hidden;
    margin: 5px 1%;
    height: 60px;
}

#services-nav .service-wrapper .post-small .post-overlay {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    background: rgba(243, 113, 32, 0.8);
    width: 101%;
    display: table;
    transition: all 0.3s;
}

#services-nav .service-wrapper .post-small .post-overlay .post-title {
    display: table-cell;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 7px 0px 7px;
    color: white;
    vertical-align: middle;
    line-height: 20px;
}

#services-nav .service-wrapper .post-small:hover .post-overlay {
    background: rgba(243, 113, 32, 0.65);
}

.related-conference {
    margin-bottom: 15px !important;
    margin-top: 45px !important;
}

#half-hero .button-wrapper {
    margin-top: 0px;
    margin-bottom: 25px;
}

.article-feature-image {
    background: url("/wp-content/themes/soe-theme/assets/img/stuart-vivier-10243.jpg") 50% 0 no-repeat fixed;
    background-size: cover;
}

.resource-feature-image {
    background: url("/wp-content/themes/soe-theme/assets/img/FocusMinistry.jpg") no-repeat fixed;
    background-size: auto;
    background-position: 50% 0%;
}

#article-content,
#webinar-content {
    margin-top: 20px;
    max-width: 1200px;
    margin: auto;
}

#article-content .article-header,
#webinar-content .article-header {
    margin-bottom: 0px;
}

#article-content .article-header h2,
#webinar-content .article-header h2 {
    text-align: left;
    font-size: 2.5em;
    margin-bottom: 0;
    margin-top: 80px;
}

#article-content .article-header .author-meta,
#webinar-content .article-header .author-meta {
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 5px;
    list-style: none;
    display: inline;
}

#article-content .article-header .author-meta li,
#webinar-content .article-header .author-meta li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
    vertical-align: top;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F37120;
    line-height: 40px;
}

#article-content .article-header .author-meta .author-image,
#webinar-content .article-header .author-meta .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#article-content .article,
#webinar-content .article {
    margin-bottom: 30px;
}

#article-content .article .article-image,
#webinar-content .article .article-image {
    height: auto;
    margin-bottom: 30px;
}

#article-content .article .article-image img,
#webinar-content .article .article-image img {
    width: 100%;
}

#article-content .article .article-post p,
#webinar-content .article .article-post p {
    text-align: left;
    margin-bottom: 25px;
}

#article-content .article .article-post h3,
#webinar-content .article .article-post h3 {
    text-align: left;
    margin: 30px 0;
    font-size: 2.0em;
    font-weight: bold;
}

#article-content .article .article-post img,
#webinar-content .article .article-post img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.article-sidebar {
    margin-top: 0;
}

.article-sidebar .join {
    margin-top: 0;
}

#recommended-articles {
    background: #eee;
    border-top: 2px solid #ccc;
}

#recommended-articles h3 {
    text-align: left;
    margin: 0;
}

#webinar-content .button-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

#article-content i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

#article-content .tag-meta {
    list-style: none;
    padding-left: 5px;
    display: inline;
}

#article-content .tag-meta .tag-info {
    font-size: 16px;
}

#article-content .tag-meta li {
    display: inline;
    line-height: 40px;
    font-size: 16px;
}

#article-content .tag-meta li a {
    color: #F37120;
    font-style: italic;
    padding-left: 2px;
    transition: all 0.3s;

}

#resource-provider p {
    text-align: left;
    margin-top: 80px;
}

#conference-info p {
    text-align: left;
    margin-top: 30px;
}

#conference-info p {
    text-align: left;
}

#conference-info .button-wrapper {
    margin-top: 35px;
}

#conference-info .button-wrapper a {
    margin-left: 10px;
    margin-right: 10px;
    border: transparent;
}

#conference-info .button-wrapper a:hover {
    background: transparent;
    color: #F37120;
}

#conference-info .button-wrapper .active-button {
    background: #eee;
}

#conference-info .button-wrapper .active-button:hover {
    background: #eee;
}

#conference-info .approved-conference-info,
#conference-info .siw-info {
    margin-top: 20px;
    padding: 0px 20px;
    border: 1px solid #ddd;
    background: #eee;
}

#conference-info .approved-conference-info h3,
#conference-info .siw-info h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #F37120;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}

#conference-info .approved-conference-info p,
#conference-info .siw-info p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

#conference-info .post-wrapper .post-type {
    top: 20px;
}

#conference-info #content {
    margin: auto;
    float: none;

}

#content .button-wrapper {
    margin-bottom: 20px;
}

.button-wrapper {
    margin-bottom: 0;
    text-align: center;
}

.hidden {
    display: none;
}

#coaching-value-proposition {
    margin-top: 20px;
}

#coaching-value-proposition .row {
    max-width: 1300px;
    margin: auto;
}

#coaching-value-proposition .coaching-intro-text {
    font-size: 24px;
}

#coaching-value-proposition .subheader-wrapper {
    margin-bottom: 25px;
}

#coaching-value-proposition .value-element {
    text-align: center;
    margin-top: 20px;
}

#coaching-value-proposition .value-element img {
    width: 50%;
}

#coaching-value-proposition .value-element p {
    margin-top: 15px;
    line-height: 20px;
    font-weight: bold;
}

#coaching-value-proposition .your-own {
    opacity: 0.95;
}

#coaching-value-proposition .your-own p {
    color: #F37120;
}

#coaching-value-proposition .your-own:hover {
    opacity: 1.0;
}

#coaching-value-proposition .button-wrapper {
    margin-top: 45px;
    margin-bottom: 20px;
}

#coaching-explanation,
#training-explanation {
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#coaching-explanation .row,
#training-explanation .row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#coaching-explanation .explanation-text,
#training-explanation .explanation-text,
#coaching-explanation .explanation-image,
#training-explanation .explanation-image {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#coaching-explanation .explanation-text p,
#training-explanation .explanation-text p {
    margin-bottom: 0;
}

#coaching-explanation .explanation-image,
#training-explanation .explanation-image {
    text-align: right;
}

#coaching-explanation .explanation-image img,
#training-explanation .explanation-image img {
    height: 200px;
}

#coaching-explanation .author,
#training-explanation .author {
    font-size: 15px;
}

#coaching-signup .button-wrapper {
    margin-top: 15px;
    margin-bottom: 35px;
}

#training-info {
    padding-bottom: 0;
	padding-top: 0;
}

#training-info .container,
#membership-benefits .container {
    padding: 0;
}

#training-info .training-type,
#membership-benefits .training-type {
    padding: 36px;
    height: auto;
    width: 100%;
}

#training-info .training-type .training-image,
#membership-benefits .training-type .training-image,
#training-info .training-type .training-image-show,
#membership-benefits .training-type .training-image-show,
#training-info .training-type .training-image-hidden,
#membership-benefits .training-type .training-image-hidden {
    text-align: center;
}

#training-info .training-type .training-image img,
#membership-benefits .training-type .training-image img,
#training-info .training-type .training-image-show img,
#membership-benefits .training-type .training-image-show img,
#training-info .training-type .training-image-hidden img,
#membership-benefits .training-type .training-image-hidden img {
    width: 100%;
}

#training-info .training-type .training-image img {
	margin-top: 75px;
}

#training-info .training-type .training-image-hidden,
#membership-benefits .training-type .training-image-hidden {
    display: none;
}

#training-info .training-type .training-text h2,
#membership-benefits .training-type .training-text h2 {
    font-size: 2.5em;
}

#training-info .training-type .training-text p,
#membership-benefits .training-type .training-text p {
    text-align: left;
}

#training-info .training-type .training-text .subheader-parenthesis,
#membership-benefits .training-type .training-text .subheader-parenthesis {
    margin-top: 0;
    font-size: 1.5em;
}

#training-info .training-type .training-text ul,
#membership-benefits .training-type .training-text ul {
    font-size: 18px;
}

#training-info .training-type .training-text .button-wrapper,
#membership-benefits .training-type .training-text .button-wrapper {
    margin-top: 35px;
}

.odd-ordered {
    background-color: #f4f4f4;
}




#membership-info {
    padding-top: 50px;
	border-bottom: 1px solid #ececec;
}

#membership-info .banner-image {
   text-align: center;
}

#membership-info .banner-image img {
    width: 650px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

#membership-info .member-type {
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.15);
    margin-top: 45px;
    padding: 0px 50px 30px 50px;
    border-radius: 10px;
}

#membership-info .basic-member {
    padding-top: 30px;
}

#membership-info .member-type img {
    width: 150px;
    position:relative;
    top: -13px;
}

#membership-info .member-type h2 {
    font-size: 2.8em;
    font-weight: 300;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
        
}

#membership-info .member-type .price-section {
    margin-top: 10px;
    width: 100%;
}

#membership-info .member-type .price-section p {
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-size: 18px;
    color: #276EA1;
}

#membership-info .member-type p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;   
    width: 100%;
	color: black;
}

#membership-info .member-type .commitment p {
    color: black;
    font-weight: normal;;
}

#membership-info .member-type .commitment .header {
    line-height: 16px;
    padding: 10px;
    background: rgba(39,110,161, 0.95);
    color: white;
	width: 250px;
	margin: auto;
    margin-top: 35px;
	margin-bottom: 20px;
    text-align: center;
    
}

#membership-info .button-wrapper {
	position: relative;
    top: 20px;
    margin-bottom: 0;
}

#member-directory .col-sm-10 {
	text-align: center;
}

#member-directory figure {
	margin-top: 20px;
	margin-bottom: 55px;
}




#value-proposition {
    padding-top: 50px;
    background: #fafafa;
}

#value-proposition .subheader-wrapper {
    margin-bottom: 65px;
}

#value-proposition .member-type-row {
    display: table;
    table-layout: fixed;
    padding-top: 0;
    width: 100%;
}

#value-proposition .member-type-wrapper {
    display: table-cell;
    float: none;
    z-index: 10;
}

#value-proposition .member-type {
    background: #fff;
    text-align: center;
    padding: 0 40px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.15);
    display: table-cell;
    float: none;
    padding-bottom: 85px;
    margin-top: 45px;
    position: relative;
}

#value-proposition .insurance .for-section {
	margin-top: 25px;
	margin-bottom: 45px;
}

#value-proposition .insurance .price-section {
	margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    bottom: 0px;
    background: #1cc774;
}

#value-proposition .insurance .price-section p {
	color: white;
	font-size: 24px;
}
	

#value-proposition .member-type p {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

#value-proposition .member-type ul li {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}

#value-proposition .member-type .member-type-label {
    position: relative;
    top: -18px;
    width: 200px;
}

#value-proposition .member-type .for-section .for-icons {
    display: table;
    table-layout: fixed;
    margin-top: 15px;
}

#value-proposition .member-type .for-section .for-icons .for-text {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

#value-proposition .member-type .for-section .for-icons .for-text p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}

#value-proposition .member-type .for-section .for-icons .for-image {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#value-proposition .member-type .for-section .for-icons .for-image img {
    width: 55%;
}

#value-proposition .member-type .for-section .for-icons .church-type {
    padding-right: 24px;
}

#value-proposition .member-type .visibility-section p {
    margin-top: 20px;
}

#value-proposition .member-type .your-commitment-section p {
    color: #F37120;
}

#value-proposition .member-type .price-section {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#value-proposition .member-type .price-section p {
    text-align: center;
    line-height: 26px;
}

#value-proposition .button-wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
}

#membership-benefits {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 0;
}

#membership-benefits .odd-ordered {
    background: url("/wp-content/themes/soe-theme/assets/img/blue-texture-background.png") 50% 50% no-repeat;
    background-size: cover;
}

#membership-benefits .subheader-wrapper {
    padding-top: 30px;
    margin-bottom: 30px;
}

#membership-benefits .subheader-wrapper h2 {
    color: rgba(255, 255, 255, 0.4);
}

#membership-benefits .benefit-row {
    display: table;
    table-layout: fixed;
    padding-top: 0;
    width: 100%;
}

#membership-benefits .benefit-icon {
    text-align: center;
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 40%;
}

#membership-benefits .benefit-icon img {
    text-align: right;
}

#membership-benefits .benefit-list {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 40%;
}

#membership-benefits .benefit-list .button-wrapper .soe-button {
    background: transparent;
    margin: 0;
}

#membership-benefits .benefit-list .button-wrapper .soe-button:hover {
    border: 2px solid #f37120;
    background: #f37120;
}

#membership-benefits .benefit-list ul {
    padding: 0;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 20px;
}

#membership-benefits .benefit-list ul li {
    position: relative;
    list-style-type: none;
    font-size: 18px;
    line-height: 34px;
    padding-left: 10px;
    margin-left: 30px;
    color: white;
}

#membership-benefits .benefit-list ul li:before {
    position: absolute;
    left: -40px;
    top: -18px;
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #333e48;
    padding: 20px;
}

#membership-benefits .benefit-list .benefits-header,
#membership-benefits .benefit-list .benefits-subheader {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    word-wrap: break-word;
}

#membership-benefits .benefit-list .benefits-subheader {
    margin-top: 0;
    font-size: 1.2em;
}

#membership-benefits .benefit-list .accredited-benefits {
    display: table-cell;
    float: none;
    vertical-align: middle;
    border-radius: 25px;
    padding-right: 5px;
    padding-top: 0;
}

#membership-benefits .benefit-list .accredited-benefits li:before {
    color: #F37120;
}

#membership-benefits .benefit-image img {
    width: 100%;
}

#membership-benefits .button-wrapper {
    padding-bottom: 35px;
    margin-bottom: 0;
}

#membership-benefits .button-wrapper .soe-button:hover {
    color: white;
}

#membership-faq {
    background: #FAFAFA;
    border-top: 1px solid #ececec;
}

.question-list {
    margin-top: 15px;
}

.question-list .question-text {
    transition: all 0.3s;
    position: relative;
}

.question-list .question-text .left-color {
    transition: all 0.3s;
    position: absolute;
    height: 50px;
    width: 25px;
    background-color: #122E51;
    z-index: 999;
}

.question-list .question-text .question,
.question-list .question-text .answer {
    background: #fff;
    position: relative;
    text-align: left;
    padding: 10px 15px;
    padding-left: 35px;
    box-shadow: 1px 1px 1px #ccc;
}

.question-list .question-text .question i,
.question-list .question-text .answer i {
    transition: all 0.3s;
    font-size: 26px;
    position: relative;
    top: 2px;
    left: 5px;
}

.question-list .question-text .question:before,
.question-list .question-text .answer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: calc(100% + 1px);
    content: "";
    background-color: #122E51;
}

.question-list .question-text .answer {
    display: none;
}

.question-list .question-text:active .left-color {
    background-color: #F37120;
}

.question-list .open .question,
.question-list .open .question-text .answer,
.question-list .question-text .open .answer {
    border: none;
    margin-bottom: 0;
}

.question-list .open .question i,
.question-list .open .question-text .answer i,
.question-list .question-text .open .answer i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.question-list .open .answer {
    display: block;
    border-top: none;
    font-weight: normal;
    margin-bottom: 15px;
}

.question-list .open .answer p {
    text-align: left;
}

.question-list .open .question:before,
.question-list .open .question-text .answer:before,
.question-list .question-text .open .answer:before {
    z-index: 3;
    height: calc(100% + 1px);
    background-color: #F37120;
}

.question-list .open .answer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: calc(100% + 1px);
    content: "";
    background-color: #F37120;
}

/* === PROFILE PAGE === */

.a.mepr-account-row-action {
	    display: block;
    color: #f37210;
    font-weight: bold;
    margin-bottom: 3px;
	transition: all 0.3s;
	padding: 3px 2px;
}

.a.mepr-account-row-action:hover {
	color: #d66219;
}


.subscription-expired-container {
	margin-top: 90px;
}



.page-template-page-downloads #account-info .account .profile-info, .page-template-page-billing #account-info .account .profile-info, .page-template-page-account #account-info .account .profile-info {
	top: 20px;
}

.profile-top .alert {
	margin-bottom: 0 !important;
	border-radius: 0px;
}


.profile-box {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.account-box {
	padding: 10px 40px;
	background: white;
	margin-top: 15px;
}

.account-box .mepr-unauthorized-message p {
	color: red;
}

#profile .mp_users_subscriptions_list ul li {
	text-align: center;
    color: #F37120;
}

#profile a {
  color: #333e48;
  transition: all 0.3s; }
#profile a:active {
  transform: scale(0.99); }

.main-content-row {
	margin-left: 15px;
	margin-right: 15px;
}

.main-content {
	margin-bottom: 10px;
}

#swpm_mda_members-list {
	padding-left: 10px;
	padding-right: 5px;
}

.swpm_mda_info-lines {
	padding-bottom: 0 !important;
}


#account-info {
  margin-top: 75px; }
  #account-info .account {
    position: relative; }
    #account-info .account .profile-image {
      height: 100%;
      width: 25%;
      position: absolute;
      bottom: 0px;
      left: 0;
      background-color: orange;
      z-index: 2; }
      #account-info .account .profile-image h1 {
        padding: 10px 10px;
        font-size: 2.0em;
        background: rgba(255, 255, 255, 0.8);
        color: black;
        position: absolute;
        bottom: 0;
        font-weight: normal;
        z-index: 100;
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      #account-info .account .profile-image::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
    #account-info .account .profile-info {
      background-color: white;
      height: auto;
      position: relative;
      z-index: 1;
}
      #account-info .account .profile-info .profile-nav {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -75%);
        width: 100%; }
        #account-info .account .profile-info .profile-nav nav {
          height: 70px;
          list-style: none;
          display: block; }
        #account-info .account .profile-info .profile-nav li {
          float: left;
          margin-bottom: 5px; }
          #account-info .account .profile-info .profile-nav li a {
            display: block;
            line-height: 40px;
            height: 40px;
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            text-decoration: none;
            transition: all 0.3s;
            font-weight: bold;
            color: white;
            font-size: 1.4rem;
            background: #122E51;
            width: 100px;
            text-align: center; }
            #account-info .account .profile-info .profile-nav li a:hover {
              background: #F37120; }
          #account-info .account .profile-info .profile-nav li .active {
            background: #F37120; }
      #account-info .account .profile-info .profile-title {
        padding-top: 35px;
        margin-bottom: 20px; 
		  

}
      #account-info .account .profile-info .profile-title,
      #account-info .account .profile-info .profile-tag {
        margin-left: 0px;
        margin-right: 0px; }
      #account-info .account .profile-info .main-contact {
         }
        #account-info .account .profile-info .main-contact .main-contact-title {
          border-bottom: 1px solid #F37120;
          display: inline-block;
          padding-bottom: 1px;
          margin-bottom: 3px;
		  width: 100%;
			text-align: center;
}
        #account-info .account .profile-info .main-contact p {
          text-align: left;
          margin-bottom: 2px;
          font-size: 16px;
          line-height: 20px; }
          #account-info .account .profile-info .main-contact p i {
            color: #333e48;
            width: 25px; }
          #account-info .account .profile-info .main-contact p .fa-user-circle-o {
            width: 28px; }

	#profile-announcement {
		padding-top: 0px;
		padding-bottom: 10px;
		
	}

.profile-box h1 {
	font-size: 1.5em;
	margin-top: 25px;
	color: white;
	background: #122e51;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #122e51;

}

    #profile-announcement .profile-announce {
		transition: all 0.3s;
          width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    padding-top: 15px;
    z-index: 3;
    padding-bottom: 15px;
    margin-bottom: 10px; }
      #profile-announcement .profile-announce h3 {
           padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    position: relative;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
      #profile-announcement .profile-announce:active {
        transform: scale(0.99); }

.profile-resources,
.profile-billing,
.contact-form, .profile-members, .profile-box {
  background: white;
   }
  .profile-resources h2,
  .profile-billing h2,
  .contact-form h2, .profile-members h2, .profile-box h2{
    padding-top: 15px;
    text-align: left;
    margin-top: 0;
    padding-left: 25px; }

.main-content-box h2 {
	text-align: center;
	padding-left: 0;
}

.main-content-box ul {
	padding-left: 0;
}

.profile-box .downloads-info {
	text-align: left;
	padding-left: 25px;
	position: relative;
	top: -20px;
	font-size: 14px;
}





.profile-top {
	margin-top: 75px;
	
}

.profile-top .small-bar {
	margin-bottom: 15px;
}
.profile-top pre {
	margin-bottom: 0;
}

.account-section {
	padding-top: 0;
}
#resources {
  padding-top: 0;
}

#profile {
	padding-top: 0;
}
  #resources .profile-resources {
    height: auto;
    padding-bottom: 25px; }
    #resources .profile-resources .col-sm-4 {
      text-align: center; }
    #resources .profile-resources .resource-box {
      width: 90%;
      height: 200px;
      display: inline-block;
      margin: 15px;
      background-color: #444652;
      position: relative; }
      #resources .profile-resources .resource-box h3 {
        padding: 0 10px;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        z-index: 10;
        font-weight: bold; }
      #resources .profile-resources .resource-box::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(68, 70, 82, 0.75); }

#members {
  padding-top: 0; }
  #members .profile-members {
    width: 100%;
    background: white; }

#billing-files {
  margin-top: 0;
  padding-top: 0; }

.profile-billing {
  width: 66.6666%;
  margin-top: 0;
  height: 200px; }

#contact-small {
  margin-top: 0;
  padding-top: 0; }
  #contact-small .contact-form {
    margin-top: 0; }


#resources .billing-row {
	padding-left: 25px;
}

#resources .billing-row p {
	text-align: left;
}

#resources .downloads-row p {
	text-align: center;
	display: inline-block;
}

#resources .downloads-row {
	margin-top: 25px;
	text-align: center;
}

#resources .downloads-row p a {
	    padding: 10px 20px;
    background: #f37120;
    color: white;
    font-weight: bold;
    box-shadow: 2px 2px 2px #ccc;
    display: inline-block;
	    margin: 5px 15px;
	transition: all 0.3s;
}

#resources .downloads-row p a:hover {
	background: #e6691b;
}

/* === LOGIN PAGE === */

#login-section .mp_wrapper {
	text-align: center;
}

#login-section .mp_wrapper form {
	text-align: center;
}

#login-section {
    height: 100vh;
}

#login-section .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 15px;
    -webkit-animation: fadein 1.5s ease-out;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s ease-out;
    /* Firefox < 16 */
    -ms-animation: fadein 1.5s ease-out;
    /* Internet Explorer */
    -o-animation: fadein 1.5s ease-out;
    /* Opera < 12.1 */
    animation: fadein 1.5s ease-out;
}

@keyframes fadein {
    from {
        opacity: 0;
        top: 60%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
        top: 60%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        top: 60%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
        top: 60%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

#login-section .swpm-login-widget-form, #login-section .swpm-pw-reset-widget-inside {
    text-align: center;
}

#login-section label {
    font-size: 16px;
	display: block !important;
}

#login-section input[type="text"], #login-section input[type="password"] {
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
    padding-left: 15px;
    font-size: 18px;
    width: 300px !important;
    transition: all 0.2s;
}

#login-section input[type="text"]:focus, #login-section input[type="password"]:focus {
    border: 1px solid #122e51;
    outline: none;
}

#login-section .swpm-remember-me {
    font-size: 18px;
    margin-bottom: 25px;
}

#login-section .swpm-remember-checkbox input {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(1.3);
    -o-transform: scale(2);
    padding: 10px;
    border-radius: 100%;
    position: relative;
    top: 1px;
}

#login-section .swpm-forgot-pass-link {
    margin-top: 25px;
}

#login-section .swpm-forgot-pass-link a {
    color: #f37120;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#login-section .swpm-join-us-link {
    display: none;
}


#login-section input[type="submit"] {
    width: auto;
    padding: 0 15px;
    height: 45px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    background: #122e51;
    border: 2px solid #122e51;
    color: white;
}

#login-section input[type="submit"]:focus {
    outline: none;
}

#login-section .swpm-login-form-submit {
    width: 100px !important;
}

#login-section .swpm-pw-reset-submit-button {
    margin-top: 25px !important;
}

#login-section .swpm-login-submit input:hover {
    background: #112947;
    border: #112947;
}

#login-section h1 {
    margin-bottom: 50px;
}

#login-section .swpm-reset-pw-error {
    text-align: center;
    font-size: 16px;
}

#members .wpm_mda_grid-item {
	    background-color: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 25px;
    box-shadow: 1px 1px 2px #ccc, -1px 0px 2px #ccc;
}

#resources .swpm-form-builder input:disabled, 
#resources .swpm-form-builder textarea:disabled {
	cursor: not-allowed;
	background: #f8f8f8 !important;
}

#resources .swpm-submit {
	margin-left: 25px;
}


/* === MEDIA QUERIES === */

@media screen and (max-width: 1250px) {
    .page-header nav {
        display: none;
    }
    .page-header .mobile-button {
        display: block;
    }

    #subscribe .subscribe-text {
        padding-left: 40px;
    }
    #subscribe .ebook-image {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1030px) {
    #services .service-header .header-text {
        top: 30px;
    }
}

@media screen and (max-width: 991px) {


    .navbar-header {
        left: -4%;
    }

    #services .row {
        display: block !important;
        table-layout: auto !important;
    }
    #services .service {
        display: block;
        width: 60%;
        margin-bottom: 10px;
        height: auto;
    }
    #services .service:hover {
        top: 0;
    }

    #subscribe .ebook-image {
        padding-left: 0px;
        text-align: center;
    }

    #value-proposition .subheader-wrapper {
        margin-bottom: 25px;
    }
    #value-proposition .member-type-row {
        display: block;
    }
    #value-proposition .member-type-wrapper {
        display: block;
        float: inherit;
        width: 70%;
        margin: auto;
    }
    #value-proposition .member-type {
        padding: 0 20px;
        display: block;
        float: inherit;
        padding-bottom: 65px;
        margin-top: 45px;
    }
    #value-proposition .member-type .member-type-label {
        position: relative;
        top: -18px;
    }
    #value-proposition .member-type .for-section {
        text-align: center;
    }
    #value-proposition .member-type .for-section .for-icons {
        display: block;
        margin-top: 15px;
        margin: auto;
        width: 100%;
    }
    #value-proposition .member-type .for-section .for-icons .for-text {
        display: block;
        float: inherit;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    #value-proposition .member-type .for-section .for-icons .for-text p {
        text-align: center;
        margin-bottom: 5px;
    }
    #value-proposition .member-type .for-section .for-icons .for-image {
        display: block;
        float: inherit;
        width: 100%;
    }
    #value-proposition .member-type .for-section .for-icons .for-image img {
        width: 15%;
    }
    #value-proposition .member-type .for-section .for-icons .church-type {
        padding-right: 18px;
    }
    #value-proposition .member-type .visibility-section p {
        margin-top: 20px;
    }
    #value-proposition .member-type .your-commitment-section p {
        color: #F37120;
    }
    #value-proposition .member-type .price-section {
        margin-top: 10px;
        width: 100%;
        padding-bottom: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #value-proposition .member-type .price-section p {
        text-align: center;
        line-height: 26px;
    }
    #value-proposition .button-wrapper {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .page-header {
        top: 46px;
    }
}

@media screen and (max-width: 768px) {
    #half-hero .button-wrapper {
        margin-top: 25px;
    }

    #services .service-header h2 {
        margin-top: 75px;
    }

    #services {
        height: auto;
    }
    #services .service .soe-button {
        bottom: 25px;
    }

    .join .hub-explanation {
        transform: translateY(-70%) translateX(-240px) rotate(-10deg);
    }
    .join .button-wrapper img {
        display: block;
        margin: auto;
        margin-bottom: 25px;
    }
    .join .button-wrapper .hub-explanation {
        left: 45%;
    }
	
	#training-info .training-type .training-image img {
		margin-top: 0;
	}

    #mission .purpose-text {
        border-right: none;
        border-bottom: 2px solid white;
    }
    #mission .purpose-text,
    #mission .vision-text {
        padding-left: 80px;
        padding-right: 80px;
    }

    #staff .employee-wrapper,
    #board .employee-wrapper {
        text-align: center;
    }
    #staff .employee-wrapper img,
    #board .employee-wrapper img {
        width: 50%;
        max-width: 200px;
    }
    #staff .employee-wrapper .employee-info .name,
    #board .employee-wrapper .employee-info .name,
    #staff .employee-wrapper .employee-info .job,
    #board .employee-wrapper .employee-info .job {
        text-align: center;
    }
    #staff .employee-wrapper .employee-info .name-wrapper,
    #board .employee-wrapper .employee-info .name-wrapper {
        text-align: center;
    }

    #staff .employee-wrapper .employee-info .name {
        margin-top: 10px;
    }

    #board .employee-wrapper img {
        margin-bottom: 20px;
    }

    #seven-standards .standards .title-wrapper .standard-number {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    #seven-standards .standards .title-wrapper .standard-title h3 {
        text-align: center;
    }
    #seven-standards .sidebar,
    #seven-standards .article-sidebar {
        margin-top: 25px;
    }
    #seven-standards .sidebar img,
    #seven-standards .article-sidebar img {
        width: 30%;
    }

    .modal {
        padding-left: 17px;
    }

    #subscribe-modal img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #subscribe-modal .modal-body {
        margin-left: 25px;
    }
    #subscribe-modal .modal-body h2 {
        text-align: center;
    }

    #footer .footer-navigation {
        margin-top: 15px;
    }

    #contact-information {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #contact-location .row {
        display: block;
        float: left;
    }
    #contact-location .contact-map {
        width: 100%;
        display: block;
    }
    #contact-location .contact-join {
        display: block;
        width: 100%;
    }
    #contact-location .contact-join p {
        margin-top: 0;
        position: relative;
        top: 0;
    }
    #contact-location .contact-join .button-wrapper {
        margin-top: 25px;
    }

    .additional-resources .post-small {
        width: 100%;
        margin: 2px;
    }
    .additional-resources .post-small img {
        width: 48%;
    }

    #article-content .article-header,
    #webinar-content .article-header {
        margin-top: 0;
    }
    #article-content .article-header .post-type,
    #webinar-content .article-header .post-type {
        position: relative;
        top: 0;
        left: 0;
    }
    #article-content .article-header h2,
    #webinar-content .article-header h2 {
        margin-top: 10px;
    }

    .article-sidebar .join {
        margin-top: 60px;
    }

    #coaching-value-proposition .icon-row {
        display: table;
        width: 100%;
    }
    #coaching-value-proposition .icon-row .value-element {
        text-align: center;
        margin-top: 20px;
        width: 30%;
        display: table-cell;
    }
    #coaching-value-proposition .icon-row .value-element img {
        width: 80%;
    }
    #coaching-value-proposition .icon-row .value-element p {
        margin-top: 15px;
        line-height: 20px;
        font-weight: bold;
    }
    #coaching-value-proposition .icon-row .value-element i {
        top: 20%;
    }

    #coaching-explanation .row,
    #training-explanation .row {
        display: block;
        text-align: center;
        margin: auto;
    }
    #coaching-explanation .explanation-text,
    #training-explanation .explanation-text,
    #coaching-explanation .explanation-image,
    #training-explanation .explanation-image {
        display: inline-block;
        margin: auto;
        float: inherit;
    }
    #coaching-explanation .explanation-text p,
    #training-explanation .explanation-text p {
        margin-bottom: 0;
    }
    #coaching-explanation .explanation-image,
    #training-explanation .explanation-image {
        text-align: center;
        margin-top: 10px;
    }
    #coaching-explanation .explanation-image img,
    #training-explanation .explanation-image img {
        height: 150px;
    }
    #coaching-explanation .author,
    #training-explanation .author {
        font-size: 15px;
    }

    #training-info .training-type .training-image img,
    #membership-benefits .training-type .training-image img,
    #training-info .training-type .training-image-show img,
    #membership-benefits .training-type .training-image-show img,
    #training-info .training-type .training-image-hidden img,
    #membership-benefits .training-type .training-image-hidden img {
        width: 80%;
    }
    #training-info .training-type .training-image-show,
    #membership-benefits .training-type .training-image-show {
        display: none;
    }
    #training-info .training-type .training-image-hidden,
    #membership-benefits .training-type .training-image-hidden {
        display: block;
    }
    #training-info .training-type .training-text h2,
    #membership-benefits .training-type .training-text h2 {
        font-size: 2.5em;
    }
    #training-info .training-type .training-text p,
    #membership-benefits .training-type .training-text p {
        text-align: left;
    }
    #training-info .training-type .training-text .subheader-parenthesis,
    #membership-benefits .training-type .training-text .subheader-parenthesis {
        margin-top: 0;
        font-size: 1.5em;
    }
    #training-info .training-type .training-text ul,
    #membership-benefits .training-type .training-text ul {
        font-size: 18px;
    }
    #training-info .training-type .training-text .button-wrapper,
    #membership-benefits .training-type .training-text .button-wrapper {
        margin-top: 35px;
    }

    #membership-benefits .subheader-wrapper {
        margin-bottom: 30px;
    }
    #membership-benefits .benefit-row {
        display: block;
    }
    #membership-benefits .benefit-icon {
        text-align: center;
        display: block;
        float: inherit;
        width: 100%;
        margin-top: 15px;
    }
    #membership-benefits .benefit-icon img {
        text-align: center;
    }
    #membership-benefits .benefit-list {
        display: block;
        float: inherit;
        width: 80%;
        margin: auto;
        text-align: center;
    }
    #membership-benefits .benefit-list ul {
        padding: 0;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #membership-benefits .benefit-list ul li {
        position: relative;
        list-style-type: none;
        font-size: 18px;
        line-height: 34px;
        padding-left: 10px;
        margin-left: 30px;
        color: white;
    }
    #membership-benefits .benefit-list ul li:before {
        position: absolute;
        left: -40px;
        top: -18px;
        content: '\f00c';
        font-family: 'FontAwesome';
        width: 10px;
        height: 10px;
        margin-right: 10px;
        color: #333e48;
        padding: 20px;
    }
    #membership-benefits .benefit-list .benefits-header,
    #membership-benefits .benefit-list .benefits-subheader {
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.0em;
        word-wrap: break-word;
        margin-top: 0;
        margin-bottom: 15px;
    }
    #membership-benefits .benefit-list .benefits-subheader {
        margin-top: 0;
        font-size: 0.95em;
        margin-bottom: 15px;
    }
    #membership-benefits .benefit-list .accredited-benefits {
        display: block;
        float: inherit;
        border-radius: 25px;
        padding-right: 5px;
        padding-top: 20px;
    }
    #membership-benefits .benefit-list .accredited-benefits li:before {
        color: #F37120;
    }
    #membership-benefits .benefit-image img {
        width: 100%;
    }
    #membership-benefits .button-wrapper {
        padding-bottom: 35px;
    }
    #membership-benefits .button-wrapper .soe-button:hover {
        color: white;
    }
	
	#membership-info .banner-image img {
    width: 90%;
	}
	
	#membership-info .member-type-wrapper {
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width: 645px) {
    #contact-information .contact-text {
        display: block;
        margin-bottom: 35px;
    }

    #coaching-value-proposition .icon-row {
        display: block;
        width: 100%;
    }
    #coaching-value-proposition .icon-row .value-element {
        text-align: center;
        margin-top: 40px;
        width: 100%;
        display: block;
    }
    #coaching-value-proposition .icon-row .value-element img {
        width: 150px;
    }
    #coaching-value-proposition .icon-row .value-element p {
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
        font-weight: bold;
    }
    #coaching-value-proposition .icon-row .value-element i {
        bottom: 20%;
    }

    #value-proposition .member-type-wrapper {
        width: 95%;
    }

    #services-nav .service-wrapper .post-small {
        width: 100%;
        height: 40px;
    }
}

@media screen and (max-width: 563px) {
    h1 {
        font-size: 3.5em;
    }

    #half-hero .article-hero-text h1 {
        font-size: 2.8em;
    }

    #half-hero .subheader {
        margin-bottom: 25px;
    }

    #who-we-are h2 {
        width: 100%;
        margin: auto;
    }
    #who-we-are p {
        height: auto;
    }

    #services .service {
        width: 100%;
    }
    #services .service .soe-button {
        bottom: 15px;
    }

    .join .button-wrapper .hub-explanation {
        position: inherit;
        left: 50%;
        top: 0px;
        transform: translateX(-50%) rotate(0);
    }
    .join .button-wrapper .hub-explanation img {
        display: none;
    }
    .join .button-wrapper .hub-explanation p {
        text-align: center;
    }

    #contact-location .contact-map {
        display: none;
    }

    #content .post .post-overlay .post-info,
    .additional-resources .post .post-overlay .post-info,
    #content .additional-resources .post-small .post-overlay .post-info,
    .additional-resources #content .post-small .post-overlay .post-info,
    .additional-resources .post-small .post-overlay .post-info {
        transform: translateY(-30%);
    }
    #content .post .post-overlay .button-wrapper,
    .additional-resources .post .post-overlay .button-wrapper,
    #content .additional-resources .post-small .post-overlay .button-wrapper,
    .additional-resources #content .post-small .post-overlay .button-wrapper,
    .additional-resources .post-small .post-overlay .button-wrapper {
        display: none;
    }

    .additional-resources .post-small {
        width: 98%;
        margin: 2px;
    }
    .additional-resources .post-small img {
        width: 98%;
    }

    #conference-info .button-wrapper a {
        display: block;
        margin-top: 5px;
        padding: 15px 5px;
        margin-left: 0;
    }

    #footer .footer-navigation {
        width: 100%;
        display: inline-block;
    }
	
	#resources .col-sm-12 {
		position: relative;
		top: 20px;
	}
	
	#account-info .col-sm-12 {
		top: 30px;
	}
	
	#account-info .account .profile-info .profile-nav {
		top: -30px;
	}
	
	#membership-info .member-type-wrapper {
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 520px) {
    #staff .employee-wrapper img,
    #board .employee-wrapper img {
        width: 100%;
    }

    .modal {
        padding-left: 0;
    }

    #subscribe-modal .modal-body {
        margin-left: 25px;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 3.0em;
    }

    #mission .purpose-text,
    #mission .vision-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    #seven-standards .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #seven-standards .col-sm-10 {
        padding-left: 0;
        padding-right: 0;
    }

    #content .post .post-overlay .post-info,
    .additional-resources .post .post-overlay .post-info,
    #services-nav .service-wrapper .post .post-overlay .post-info,
    #content .additional-resources .post-small .post-overlay .post-info,
    .additional-resources #content .post-small .post-overlay .post-info,
    .additional-resources .post-small .post-overlay .post-info,
    #services-nav .service-wrapper .post-small .post-overlay .post-info {
        width: 100%;
    }

    #content .post .post-overlay .post-category,
    .additional-resources .post .post-overlay .post-category,
    #services-nav .service-wrapper .post .post-overlay .post-category,
    #content .additional-resources .post-small .post-overlay .post-category,
    .additional-resources #content .post-small .post-overlay .post-category,
    .additional-resources .post-small .post-overlay .post-category,
    #services-nav .service-wrapper .post-small .post-overlay .post-category {
        width: 100%;
    }

    #content .post .post-overlay .post-info .post-title,
    .additional-resources .post .post-overlay .post-info .post-title,
    #services-nav .service-wrapper .post .post-overlay .post-info .post-title,
    #content .additional-resources .post-small .post-overlay .post-info .post-title,
    .additional-resources #content .post-small .post-overlay .post-info .post-title,
    .additional-resources .post-small .post-overlay .post-info .post-title,
    #services-nav .service-wrapper .post-small .post-overlay .post-info .post-title {
        text-align: center;
        font-weight: bold;
        font-size: 1.7em;
        color: white;
        margin-bottom: 0;
    }

    .resources-nav .category-list li {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    #subscribe-modal .modal-body {
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    #subscribe-modal .modal-body form {
        text-align: center;
    }
    #subscribe-modal h2 {
        font-size: 2.0em;
    }

    #content .post .button-wrapper,
    .additional-resources .post .button-wrapper,
    #content .additional-resources .post-small .button-wrapper,
    .additional-resources #content .post-small .button-wrapper,
    .additional-resources .post-small .button-wrapper {
        display: none;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

#mn-content .mn-row{
display:none !important;
}
/*# sourceMappingURL=custom.css.map */
