/*
Theme Name: Vox ATL 2018
Theme URI: http://voxatl.com
Author: Nicely Built
Author URI: http://nicelybuilt.com/
Description: Custom Wordpress Theme for Vox ATL.
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans');


@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url('fonts/HelveticaNeue-CondensedBold.eot');
  src: url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
       url('fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'),
       url('fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg'),
       url('fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Acumin Pro';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Acumin Pro'), url('fonts/Acumin-RPro.woff') format('woff');
}

@font-face {
  font-family: 'AcuminProCond-Light';
  src: url('fonts/AcuminProCond-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/AcuminProCond-Light.otf')  format('opentype'),
	     url('fonts/AcuminProCond-Light.woff') format('woff'), url('fonts/AcuminProCond-Light.ttf')  format('truetype'), url('fonts/AcuminProCond-Light.svg#AcuminProCond-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Default stylings from HTML5 Boilerplate
   ========================================================================== */

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Using rem font sizing (Root em’s) with fallback to px for ie8 and below - http://snook.ca/archives/html_and_css/font-size-with-rem */
body { margin: 0; font-size: 16px; font-size: 1rem; line-height: 1.5; }

::-webkit-selection { background: #ee4036; color: #fff; text-shadow: none; }
::-moz-selection { background: #ee4036; color: #fff; text-shadow: none; }
::selection { background: #ee4036; color: #fff; text-shadow: none; }

a { color: #333; text-decoration: underline; }
a:visited { color: #666; }
a:hover { color: #b40101; }

menu { padding: 0; }

td { vertical-align: top; }


/* ==========================================================================
   Basic page styles
   ========================================================================== */

body {
	margin: 0 auto;
	padding: 0;
	font: 18px/1.5  'Acumin Pro', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: #333;
	text-align: left;
}

/* Set the default behavior for touch-based browsing in IE10 on devices running Windows 8 */
canvas {
	-ms-touch-action: double-tap-zoom;
}

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
div.rel{
	position: relative;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Header */
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue-CondensedBold', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin-top: 0;
}

h1 {
	margin-bottom: 10px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
}

h2 {
	margin-bottom: 25px;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.1666;
}

h3 {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}


h4 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
}

h5 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

h6 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2142;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin: 1.5rem;
}

ol, ul {
	list-style: none outside none;
}

p, ol, ul, dl, address {
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

figure {
	margin: 1rem 0;
	margin: 16px 0;
}

b, strong {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

em {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
}

ins {
	background: none repeat scroll 0 0 #FFF9C0;
	text-decoration: none;
}

a {
	color: #333;
	outline: none;
}

a:visited {
	color: #666;
}

a:focus {
	outline: thin dotted;
	color: #2997ab;
}

a:hover, a:active {
	outline: 0;
	color: #2997ab;
}

a, a:visited {color: #ee4036;}
a:hover, a:active {text-decoration: none;}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	margin: 0 1.25rem 1rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 20px;
	margin: 0 0 1rem 1.25rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

blockquote {
	border-left: 5px solid #333;
	margin: 0 0 18px 20px;
	margin: 0 0 1.125rem 1.25rem;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
}

blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid #333;
	margin: 0 20px 18px 0;
	margin: 0 1.25rem 1.125rem 0;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	float: none;
}

blockquote p {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

blockquote cite:before {
	content: "\2014 ";
}

blockquote cite {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.125;
	color: #999;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

code, pre {
	border-radius: 3px;
	color: #555;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 3px 2px;
	padding: 0 0.1875rem 0.125rem;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
}

pre {
	background-color: #fafafa;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 11px;
	margin: 1.7rem 0 1.7rem 0.3rem;
}

abbr,
dfn,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	padding: 0.25rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #777;
	text-align: center;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
}

.gallery {
	clear: both;
	margin: 0 auto;
	*zoom: 1;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

.gallery:after {
	clear: both;
}

#primary .entry-content [id^="gallery-"] img {
	border: none;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.menu-toggle, button, input {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

.menu-toggle, button, input {
	*overflow: visible;
	line-height: normal;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="button"] {
	width: auto;
}

.menu-toggle,
.btn,
input[type="submit"] {
	display: inline-block;
	*display: inline;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #ebe9eb;
	*background-color: #ebe9eb;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1);
	border-color: #e6e6e6 ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn, a.btn, a.btn:visited {  background-color: #ee4036;
padding: 20px 40px;   font-family: HelveticaNeue;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;border: none;border-radius: 0;text-shadow: none;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;}
 a.btn:hover, a.btn:active {}

.menu-toggle, a.btn {
	color: #333333;
	text-decoration: none;
}

.menu-toggle:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #dad8da;
	*background-color: #dad8da;
}

.btn:first-child {
	*margin-left: 0;
}

.menu-toggle:hover,
.btn:hover,
input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #dad8da;
	*background-color: #dad8da; /* Buttons in IE7 don't get borders, so darken on hover */
}

.menu-toggle:focus,
.btn:focus,
input[type="submit"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.menu-toggle:active,
.btn.active,
.btn:active,
input[type="submit"]:active {
	background-color: #dad8da;
	background-color: #dad8da \9;
	background-image: none;
	outline: 0;
	position:relative;
	top:1px;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #dad8da;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.disabled:active, .btn[disabled]:active {
	top:0;
}

button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn-large,
input[type="submit"].btn-large {
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small,
input[type="submit"].btn-small {
	padding: 5px 9px;
	padding: 0.3125rem 0.5625rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea, {
	font-family: inherit;
	padding: 8px;
	padding: 0.5rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	max-width: 100%;
}

/* HTML5 galleries */
.gallery .gallery-item {
	float: left;
	margin: 10px 1% 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 10px 0 0;
}

.gallery-columns-2 .gallery-item {
	width: 47.5%
}

.gallery-columns-3 .gallery-item {
	width: 31%
}

.gallery-columns-4 .gallery-item {
	width: 22.5%
}

.gallery-columns-5 .gallery-item {
	width: 17.75%
}

.gallery-columns-6 .gallery-item {
	width: 14%
}

.gallery-columns-7 .gallery-item {
	width: 12%
}

.gallery-columns-8 .gallery-item {
	width: 10.25%
}

.gallery-columns-9 .gallery-item {
	width: 9%
}

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	text-transform: uppercase;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}


/* ==========================================================================
   Site specific styles
   ========================================================================== */

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

#headercontainer {
	width: 100%;
}

.site-header {
	clear: both;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: #000;
}

.site-title h1 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.site-title h2 {
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.site-title img {
    vertical-align: text-bottom;
    margin: 0 auto;
    display: block;
}

.site-title a {
	color: #333;
	font-size: 64px;
	font-size: 4rem;
	text-decoration: none;
}

#bannercontainer {
	width: 100%;
	margin-top: 0;
	background-color: #000000;
	background-image: none;
}

#bannercontainer .site-content {
	padding: 0;
	min-height: 2.85em;
}

.banner {
	color: #ffffff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	padding: 0.9375rem 0;
	min-height: 75px;
}

.home .banner .widget {
	margin: 24px 0;
	margin: 1.5rem 0;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
	color: #eaeaea;
 }

.banner h1 {
	font-size: 56px;
	font-size: 3.50rem;
}

.banner h2 {
	font-size: 32px;
	font-size: 2rem;
}

#maincontentcontainer .home-sidebar .widget {
	background-color: #fcfcfc;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 10px;
	padding: 0.625rem;
}

#maincontentcontainer {
	width: 100%;
	background-color: #ffffff;
}

.site-content {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 0;
	padding: 2rem 0;
	color: #333;
	line-height: 1.5;
	position: relative;
}

.home-sidebar {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.home.page .site-content {
	padding-bottom: 0;
}

.home.page .site-content article {
	margin-bottom: 0;
	position:relative;
}

/* Social Media icons */
.social-media-icons {
    height: auto;
    color: #fff;
    margin: -5px 8px 0 0;
    display: inline-block;
    font-size: 20px;
}

.social-media-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media-icons li {
	display: inline-block;
    margin: 0 5px;
    text-align: left;
    line-height: 2em;
    color: #fff;
    font-size: 20px;
    border: none;
}

.social-media-icons a {
	color: #333;
	text-decoration: none;
}

.social-media-icons a:visited {
	color: #333;
}

.social-media-icons a:hover, .social-media-icons a:active {
	color: #2997ab;
}

/* search */

.search-bar {
	text-align: right;
	color: #fff;
	line-height: 3em;

}

/* ==========================================================================
   Homepage
   ========================================================================== */

.article-has-backgroundThumb {
  z-index: 0;
  /*position: relative;*/
  display: block;
  
  width: 100%;
}

.backgroundThumb {
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  /*position:absolute;*/
  /*top:0;right:0;bottom:0;left:0;
  z-index:-1;*/
  min-height: 530px;
}

#top-featured h3 {font-family: HelveticaNeue-CondensedBold;font-size: 48px;letter-spacing: 0;line-height: 54px;text-transform: uppercase;color: #FFFFFF;}

.features.col1 .backgroundThumb {min-height: 300px; max-height: 293px;margin: 0 0 20px;}
.features.col2 .backgroundThumb {min-height: 450px; max-height: 450px;margin: 0 0 20px;}

.homepage_cta {display: block; background: url('images/noise_background.png') repeat 0 0 transparent !important;padding:130px 100px !important;}
.homepage_cta .cta_block {background-color: #000;border-bottom: 15px solid #000;}
.homepage_cta .cta_block img {display: block;}
.homepage_cta .cta_block p {background-color: #EE4036;color: #fff;text-transform: uppercase;text-align: center;margin: 0;line-height: 74px; font-family: acumin-pro-condensed; letter-spacing: 3px;}

.section-title {padding: 80px 0 0; text-align: center;text-transform: uppercase;font-family: HelveticaNeue-CondensedBold;font-size: 30px;color: #404041;letter-spacing: 0;line-height: 36px;}
.section-read-more {text-align: center;}
.section-read-more a {text-align: center;text-transform: uppercase;text-decoration: underline;color:#EE4036;font-family: acumin-pro-condensed;font-size: 18px;letter-spacing: 1.71px;}

.homepage_teen_highlight {display: block; padding:50px 100px;}
.homepage_teen_highlight .teen_block {width: 336px; min-height: 831px; margin-left: 70px;} /*here*/
.homepage_teen_highlight .teen_block img {display: block;}
.homepage_teen_highlight .teen_block p {margin: 0;}
.homepage_teen_highlight .teen_block .teen_name {background-color: #EE4036; padding: 30px 24px 20px;}
.homepage_teen_highlight .teen_block .teen_name h3 {margin: 0; text-transform: uppercase;/* font-family: .SFNSDisplay */ font-family: acumin-pro-condensed;font-size: 22px;letter-spacing: 2.1px;color: #fff;}
.homepage_teen_highlight .teen_block .teen_name h4 {margin: 0; font-family:acumin-pro-condensed;font-size: 18px;letter-spacing: 0.5px;color: #fff;}
/* .homepage_teen_highlight .teen_block .teen_bio {border-left: 3px solid #000; border-bottom: 3px solid #000; border-right: 3px solid #000;padding: 24px;} */
.homepage_teen_highlight .teen_block .teen_bio { border: 6px solid #404041; border-top: none; padding: 24px;}
.homepage_teen_highlight .teen_block .teen_bio p {/* font-family: WorkSans-Medium; */ font-family: acumin-pro; font-size: 16px;color:  #404041;letter-spacing: 0;line-height: 24px; /*min-height: 300px;*/ height: 320px;}/*here*/
/* .homepage_teen_highlight .teen_block .teen_bio a {text-transform: uppercase;text-decoration: underline; color: #EE4036; font-family: WorkSans-Medium;font-size: 18px;letter-spacing: 1.71px;} */
.homepage_teen_highlight .teen_block .teen_bio a {text-transform: uppercase;text-decoration: none; color: #EE4036; font-family: acumin-pro-condensed ;font-size: 18px;letter-spacing: 1.71px;}
a.teen-link-top{display: block; position: relative}
a.teen-link-top:hover{text-decoration: none;}
.homepage_teen_highlight .teen_block a.teen-link-top:hover h3, 
.homepage_teen_highlight .teen_block a.teen-link-top:hover h4{ color: #000;}
.col.selects_section img {width: 214px; height: auto;}

.homepage_social {display: block; background: url('images/noise_background.png') repeat 0 0 transparent !important;padding:30px 100px !important;}
.social_head {display: block; background: url('images/noise_background.png') repeat 0 0 transparent !important;padding:100px 0 0 !important; }
h2.social_title {margin:0; text-transform: uppercase; border-bottom: 5px solid #000; text-align: center; background-color: #EE4036; font-family: 'Acumin Pro';font-size: 28px;color: #FFFFFF;letter-spacing: 2.67px;text-align: center;padding: 28px 0;margin: 0 auto;   width: 90%;}

.homepage_email {display: block; background-color: #000;padding:0 100px !important;}
.homepage_email .mark_instance {background: url(images/mark.png) no-repeat -500px 0;display: block;min-height: 260px;}

.post_format_icon {display: block; width: 70px; height: 70px; background-color: #EE4036;float: right;}
.likebtn_container {float: right;}


/* ==========================================================================
   Main Content
   ========================================================================== */

.entry-meta {
	clear: both;
}

.comments-link {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	float: right;
}

.entry-header {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header h1 a:visited {
	color: #333;
}

.entry-header h1 a:hover {
	color: #2997ab;
}

article.sticky .featured-post {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	border-top: 4px double #aaa;
	border-bottom: 4px double #aaa;
	color: #777;
	font-size: 16px;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

article.sticky {
	border-bottom: 4px double #aaa;
}

.site-content article {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}

.header-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	*zoom: 1;
}

.header-meta:before,
.header-meta:after {
	content: "";
	display: table;
}

.header-meta:after { clear: both; }

.header-meta a {
	text-decoration:none;
}

.header-meta a:visited {
	color: #333;
}

.header-meta a:hover {
	color: #2997ab;
}

.entry-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	*zoom: 1;
}

.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
}

.entry-content:after { clear: both; }

.post-categories a,
.post-tags a {
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #333;
	color: #fff;
	padding: 0 5px;
	padding: 0 0.3125rem;
	margin: 0 3px 0 0;
	margin: 0 0.1875rem 0 0;
	display: inline;
	text-decoration: none;
}

.post-categories a:visited,
.post-tags a:visited {
	color: #fff;
}

.post-categories a:hover,
.post-tags a:hover {
	background-color: #2997ab;
	color: #fff;
}

.entry-header address,
.comment-content address {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	display: block;
}

.entry-header address {
	display: inline;
}

.entry-header time,
.entry-header address {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}

.page-links {
	clear: both;
	line-height: 1.75;
	color: #333;
}

.page-links .page-numbers {
	background-color: #333;
	border: 1px solid #333;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
	color: #fff;
}

.page-links a {
	text-decoration: none;
}

.page-links a .page-numbers {
	background-color: transparent;
	color: #333;
}

.page-links a:hover .page-numbers {
	background-color: #2997ab;
	color: #fff;
}

.more-link {
	text-decoration: none;
}

.post-edit-link {
	text-decoration: none;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.5rem;
}

.entry-content dt,
.comment-content dt {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ccc;
	padding: 6px 10px 6px 0;
	padding: 0.375rem 0.625rem 0.375rem 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
	padding: 0;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li {
	margin: 0 0 0 28px;
	margin: 0 0 0 1.75rem;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.author-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
	*zoom: 1;
}

.author-info:before,
.author-info:after {
	content: "";
	display: table;
}

.author-info:after { clear: both; }

.author-description h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author-description p {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.author-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.author-link a {
	color: #777;
	text-decoration: none;
}

.author-link a:visited {
	color: #666;
}

.author-link a:focus,
.author-link a:hover,
.author-link a:active {
	outline: 0;
	color: #2997ab;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

.author.archive .author-link {
	display: none;
}

.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.author-avatar img {    
	width: 335px;
    height: 335px;
    object-fit: cover;
}

.single .author-avatar img {    
	width: 220px;
    height: 220px;
    object-fit: cover;
}

.author-description {
	float: right;
	width: 80%;
}

.social-meta a {
	text-decoration: none;
	margin-right: 5px;
	margin-right: 0.3125rem;
}


/* ==========================================================================
   Post Formats
   ========================================================================== */

.entry-media {
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	max-width: 792px;
	width: 100%;
}

.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
	margin: 0 auto;
}

/* Aside */
.format-aside .entry-content {
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
}

.format-aside .entry-content p:last-child {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	border-left: 5px solid #ddd;
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

.format-status .entry-content p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

/* Quote */
.format-quote .entry-content blockquote:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: top;
	font-size: 40px;
	font-size: 2.5rem;
	content: "\f10d";
	color: #ddd;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.format-quote .entry-content {
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
}

.format-quote .entry-content blockquote {
	border: none;
	margin-left: 40px;
	margin-left: 2.5rem;
}

/* Audio */
.format-audio .wp-audio-shortcode {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}


/* ==========================================================================
   Archives
   ========================================================================== */

.archive-header,
.page-header {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	border-bottom: 1px solid #CCCCCC;
}

.archive-meta {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}


/* ==========================================================================
   Comments
   ========================================================================== */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-bottom: 1px solid #ccc;
}

.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 84px;
	margin-left: 5.25rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.comments-area article header time {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	font-size: 12px;
	font-size: 0.75rem;
}

a.comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #686868;
	text-decoration: none;
}

a.comment-reply-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3rem;
}

.commentlist {
	padding-left: 0;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3rem;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
	margin-left: 0.75rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
}

#respond form {
	margin: 24px 0 32px 0;
	margin: 1.5rem 0 2rem 0;
}

#respond form p {
	margin: 12px 0;
	margin: 0.75rem 0;
	font-family: acumin-pro-condensed;
    letter-spacing: 1px;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#respond form label {
	display: block;
	line-height: 1.8;
}

#respond form input[type="text"],
#respond form textarea {
	font-family: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
	font-family: acumin-pro;
}

#respond form input[type="text"] {
	width:48%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #5e5e5e;
}

#respond form p.form-allowed-tags code {
	background: none;
	border: none;
	color: #5e5e5e;
}

label .required,
span.required {
	color: #bb0504;
}

form label.error {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	display:block;
	padding: 0 10px 0 10px;
	padding: 0 0.625rem 0 0.625rem;
	margin: 5px 0 5px 0;
	margin: 0.3125rem 0 0.3125rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	border-left: 4px solid #bb0504;
	display: none;
}

#respond form label.error {
	line-height: 1.3;
}

#respond #wp-comment-cookies-consent {
	margin-right: 12px;
	margin-right: .75rem;
	margin-top: -3px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
}

/* ==========================================================================
   Footer
   ========================================================================== */

span.copyright {color: #fff;line-height: 2em;}

#footercontainer {
	width: 100%;
}

.site-footer {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	padding: 1.875rem 0 0 0;
	color: #999;
}

.site-footer h3 {
	color: #ccc;
}

.site-footer a {
	color: #999;
}

.site-footer a:visited {
	color: #999;
}

.site-footer a:hover {
	color: #2997ab;
}

.site-footer a:focus {
	outline: thin dotted;
	color: #2997ab;
}

.site-footer .widget-area .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.smallprint {
	color: #999;
	width: 90%;
	max-width: 1200px;
}

.smallprint p {
	font-size: 14px;
	font-size: 0.875rem;
}

.smallprint a {
	color: #555;
}

.smallprint a:visited {
	color: #555;
}

.smallprint a:hover {
	color: #2997ab;
}
.site-credits .grid_6_of_12{
	min-height: 1px;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget-area ul {
	list-style: none outside none;
	padding-left: 0;
}

.widget-area .widget {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.widget select {
	margin-left: 1px;
	margin-left: 0.0625rem;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.75rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 12px;
	margin-left: 0.75rem;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar thead {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar caption {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar #today {
	background-color: #ddd;
}

#wp-calendar tfoot {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.5rem;
	text-align: right;
}

.widget_search label {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* ==========================================================================
   Content Navigation
   ========================================================================== */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	z-index: 10
}

#nav-above {
	padding: 24px;
	padding: 1.5rem;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	line-height: 1.3;
}

.nav-previous a,
.nav-next a {
	text-decoration: none;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.3;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 48px 48px 0;
	margin: 3rem 3rem 3rem 0;
}

ul.page-numbers {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 2;
	font-family: acumin-pro-condensed;
	letter-spacing: 1.5px;
}

li a.page-numbers,
li span.page-numbers {
	padding: 6px;
	border: 1px solid #333;
	text-decoration: none;
	font-size: 19px;
}

li a:visited.page-numbers {
	color: #333;
}

li a:hover.page-numbers {
	background-color: #2997ab;
	color: #fff;
}

li a:hover.prev,
li a:hover.next {
	background-color: transparent;
	color: #2997ab;
}

.page-numbers li {
	display: inline;
}

li span.current {
	background-color: #333;
	color: #fff;
}

li a.prev,
li a.next,
li span.dots {
	border: none;
}


/* ==========================================================================
   Main Navigation
   ========================================================================== */

.main-navigation {
	text-align: center;
	clear: right;
	margin: 0;
}

.main-navigation h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
}

.nav-menu {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

.main-navigation ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display: inline-block;
	padding: 0 .75rem;
	line-height: 2.5em;
	border-left: 1px solid #979797;
}

.main-navigation li:last-child {border-right: 1px solid #979797;}

.main-navigation ul ul li {
	margin: 0;
}

.main-navigation li.menu-item-has-children > a:after { /* If you don't want the arrows on the top level drop down, simply remove this style */
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: middle;
	font-size: 9px;
	font-size: 0.5625rem;
	content: " \f078";
}

.main-navigation ul li li.menu-item-has-children > a:after { /* If you don't want the arrows on the sub-menu options, simply remove this style */
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: middle;
	font-size: 9px;
	font-size: 0.5625rem;
	content: " \f054";
}

.main-navigation ul a {
	padding: 0; /* Padding around each top level menu option (if needed) */
	text-transform: uppercase;
	font-weight: 400;
	font-size: 21px;
}

.main-navigation ul ul a {
	padding: 0 5px; /* Padding around each dropdown menu option */
	padding: 0 0.3125rem;
}

.main-small-navigation a, .main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff; /* Nav bar link color */
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99999;
	line-height: 1.7;
	background-color: #333; /* Nav bar dropdown background color */
	-webkit-box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: #fff; /* Nav bar dropdown link color */
	width: 10.5em; /* Nav bar dropdown width */
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
	color: #2997ab; /* Nav bar link color on hover */
}

.main-navigation ul ul :hover > a {
	color: #333; /* Nav bar dropdown level 2 link color on level 3 hover */
	background-color: #fff; /* Nav bar dropdown link background color on hover */
}

.main-navigation ul ul a:hover {
	color: #2997ab; /* Nav bar dropdown link color on hover */
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {
	color: #2997ab; /* Nav bar link color for current menu item or ancestor */
}

.main-navigation ul .divider {
    border-bottom: 1px solid #aaa;
    height: 0;
    line-height: 0.0625;
    overflow: hidden;
}

.main-navigation ul li.dropdown-header a,
.main-navigation ul li.current-menu-item ul .dropdown-header a {
	color: #aaa; /* Nav bar dropdown header color */
	background-color: #333; /* Nav bar dropdown header background color */
}

/* Small menu toggle for mobile devices */
.menu-toggle {
	cursor: pointer;
}

.main-small-navigation .nav-menu {
	display: none;
}

/* ==========================================================================
   WPML translation plugin
   ========================================================================== */

#lang_sel {
	width: 65%;
	height: 35px;
}

#lang_sel li {
	width: 100%;
}

#lang_sel ul ul {
	top: 35px;
	width: 100%;
}

#lang_sel a.lang_sel_sel {
	border-radius: 3px;
}

#lang_sel a,
#lang_sel a:visited {
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 0 5px 10px;
}

.main-navigation .menu-item-language .iclflag {
	margin-top: 7px;
}

#lang_sel .iclflag {
	margin-top: 2px;
}

#lang_sel .lang_sel_sel .iclflag {
	margin-top: 6px;
}

#lang_sel_footer .iclflag,
#lang_sel_footer .icl_lang_sel_current {
	margin-top: 6px;
}

/* ==========================================================================
   WooCommerce
   ========================================================================== */

h1.page-title {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin-top: 0;
}

h1.page-title {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	color: #2997ab;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-color: #2997ab;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #2997ab;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background-color: #2997ab;
	*background-color: #2997ab;
	border: 1px solid #237e8f;
	*border: 0;
	border-color: rgba(35, 126, 143, 0.1);
	border-color: #2997ab;
	color: #fff;
	text-shadow: none;
	padding: 0.5em 0.75em;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	color: #fff;
	background-color: #208294;
	*background-color: #208294;
	border: 1px solid #237e8f;
	*border: 0;
	border-color: rgba(35, 126, 143, 0.1);
	border-color: #208294;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	line-height: 2.6;
	min-height: 3em;
	min-width: 3em;
	background-color: #36c1da;
	*background-color: #36c1da;
}

.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background-color: #333;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination li a.page-numbers,
.woocommerce nav.woocommerce-pagination li span.page-numbers {
	padding: 5px;
	padding: 0.3125rem;
	border: 1px solid #333;
	text-decoration: none;
	line-height: 1.25;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 .1rem;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}

.woocommerce nav.woocommerce-pagination li a.prev,
.woocommerce nav.woocommerce-pagination li a.next,
.woocommerce nav.woocommerce-pagination li span.dots {
	border: none;
}

.woocommerce nav.woocommerce-pagination li a:hover.page-numbers {
	background-color: #2997ab;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination li a:hover.prev,
.woocommerce nav.woocommerce-pagination li a:hover.next {
	background-color: transparent;
	color: #2997ab;
}

.shipping-calculator-button {
	text-decoration: none;
}

.woocommerce div.product div.images ol.flex-control-thumbs {
	padding-top: 1em;
}

.woocommerce div.product div.images ol.flex-control-thumbs li {
	width: 32%;
	margin: 0 2% 10px 0;
}
.woocommerce div.product div.images ol.flex-control-thumbs li:nth-child(3n+3) {
	margin-right: 0;
}

.woocommerce .pswp__caption__center {
	text-align: center;
}

.woocommerce .quantity .qty,
.woocommerce #add_payment_method table.cart .input-text,
.woocommerce-cart .woocommerce table.cart .input-text,
.woocommerce-checkout .woocommerce table.cart .input-text,
.woocommerce-cart .woocommerce table.cart td.actions .input-text {
	line-height: 1.6;
}

.woocommerce-checkout .woocommerce #billing_phone_field input {
	border-style: solid;
	border-width: 1px;
	padding: 0.5rem;
}

.woocommerce-cart .woocommerce table.cart #coupon_code {
	width: 100px;
}

/* ==========================================================================
   Page Builders
   ========================================================================== */

/* Divi Builder - Resize rows to match Quark */
.page-template-page-builderfullwidth.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row,
.page-template-page-builderblank.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row,
.page-template-page-builderboxed.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
	max-width: 1200px;
	width: 90%;
}

/* Visual Composer - Remove the negative margin when using the full-width page builder template */
.page-template-page-builderfullwidth.wpb-js-composer .vc_row,
.page-template-page-builderblank.wpb-js-composer .vc_row {
	margin-left: 0;
	margin-right: 0;
}

/* SiteOrigin Page Builder - Ensure the grid only extends 100% */
.page-template-page-builderfullwidth.siteorigin-panels .panel-grid,
.page-template-page-builderblank.siteorigin-panels .panel-grid {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/*  Breakpoints are set based on the design, not based on device sizes */
@media only screen and (max-width: 1100px) {
	.site-title a {
		font-size: 52px;
		font-size: 3.25rem;
	}
	.banner h1 {
		font-size: 44px;
		font-size: 2.75rem;
	}
	.banner h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 980px) {
	.main-navigation {
		margin: 38px 0 0 0;
		margin: 2.375rem 0 0 0;
	}
}

@media only screen and (max-width: 900px) {
	.banner .grid_6_of_12 {
		width: 100%;
	}
	.banner h1, .banner h2, .banner p {
		text-align: center;
	}
	.main-navigation {
		margin: 32px 0 0 0;
		margin: 2rem 0 0 0;
	}
}

@media only screen and (max-width: 800px) {
	header .grid_5_of_12 {
		width: 100%;
	}
	header .grid_7_of_12 {
		width: 100%;
		margin-left: 0;
	}
	header .main-navigation {
		margin-top: 0;
		float: none;
	}
	.main-navigation .nav-menu > li:first-child {
		margin-left: 0;
	}
	.social-media-icons {
		float: none;
		text-align: left;
	}
	.social-media-icons li {
		margin: 0.1em 0.5em 0 0;
	}
}

/*  Go full Width at less than 650px */
@media only screen and (max-width: 650px) {
	.grid_1_of_12,
	.grid_2_of_12,
	.grid_3_of_12,
	.grid_4_of_12,
	.grid_5_of_12,
	.grid_6_of_12,
	.grid_7_of_12,
	.grid_8_of_12,
	.grid_9_of_12,
	.grid_10_of_12,
	.grid_11_of_12,
	.grid_12_of_12 {
		width: 100%;
	}
	.col {
		margin: 0;
	}
	.main-small-navigation .nav-menu, .nav-menu ul {
		padding: 0;
	}
	.main-small-navigation .nav-menu ul {
		padding-left: 16px;
		padding-left: 1rem;
	}
}


/*  Adjust the menu at less than 520px */
@media only screen and (max-width: 520px) {
	.site-title h1 {
		text-align: center;
	}
	.main-small-navigation .nav-menu,
	.main-small-navigation .nav-menu ul,
	.nav-menu,
	.nav-menu ul {
		padding: 0;
	}
	.main-small-navigation,
	.main-navigation li {
		width: 100%;
	}
	.main-small-navigation {
		text-align: center;
	}
	.main-small-navigation ul li,
	.main-navigation ul li {
		background-color: #fff;
		margin: 5px 0;
		text-align: center;
	}
	.main-navigation ul ul, .main-navigation ul ul li ul {
		position: relative;
	}
	.main-navigation ul ul li ul {
		left: 0;
	}
	.main-navigation ul ul a {
		color: #fff; /* Nav bar dropdown link color */
		background-color: #333;  /* Nav bar dropdown background color */
		width: 100%; /* Nav bar dropdown width */
	}
	.social-media-icons {
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	.author-description {
		float: left;
		width: 100%;
	}
}


/* ==========================================================================
   Non-semantic helper classes from HTML5 Boilerplate
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==========================================================================
   Print styles from HTML5 Boilerplate
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/** Navigation **/

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:visited {
	  font-family: 'AcuminProCond-Light';
	  font-size: 21px;
	  font-weight: normal;
	  font-style: normal;
	  font-stretch: normal;text-transform: uppercase;
	  line-height: normal;
	  letter-spacing: 2px;line-height: 42px;
	  text-align: center;
	  color: #ffffff;
}
ul#mega-menu-primary {
    position: initial!important;
}
div#mega-menu-wrap-primary {
    position: initial;
}
.site-content nav {
    position: relative;
    overflow: initial;
}
h4.mega-block-title {
    font-size: 21px!important;
    font-weight: 400!important;
    color: #000!important;
}
ul#menu-category-menu li {
    display: inline-block!important;
}

ul#menu-category-menu li a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 17px!important;
}
ul#menu-category-menu li:last-child a {
    margin-right: 0!important;
}
ul#menu-category-menu li:last-child a {
    color: #ee4036!important;
}
ul.post-format-list li {
    display: inline-block!important;
    padding: 10px!important;
    margin-right: 30px!important;
    text-align: center!important;
}
ul.post-format-list span {
    color: #404041;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    font-family: 'HelveticaNeue-CondensedBold';
    display: block;
    margin-top: 20px;
}
.mega-border-bottom:after  {
    content: '.';
    display: block!important;
    position: relative;
    height: 4px;
    /*width: 94%;*/
    width: calc(100% - 20px);
    background: #999;
    margin:0 auto 20px;
    clear:both;
}
ul#mega-menu-primary > li > ul.mega-sub-menu {
    padding: 20px!important;
}
ul#menu-advice-menu li {
    display:inline-block!important;   
}
ul#menu-advice-menu a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}
ul#menu-advice-menu li:last-child a {
    color: #ee4036!important;
}

ul#menu-support-menu li {
    display:inline-block!important;   
}
ul#menu-support-menu a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}

ul#menu-support-menu-2 li {
    display:inline-block!important;   
}
ul#menu-support-menu-2 a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}


ul#menu-about-menu li {
    display:inline-block!important;   
}
ul#menu-about-menu a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}
ul#menu-about-menu-2 li {
    display:inline-block!important;   
}
ul#menu-about-menu-2 a {
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}

/*** Support Pages ***/

#maincontentcontainer > div.alternate:nth-of-type(odd) {background: #f0f0f2}
#maincontentcontainer > div.alternate:nth-of-type(even) {background: #ffffff}

.hero_container {background-size: 100% !important; min-height: 585px; position: relative;background-repeat: no-repeat;}
.page-template-donate-page .hero_container {background-size: cover!important;}
.hero_container .text_block {background-color: rgba(255, 255, 255, 0.8);; position: absolute; top: 35%; left: 5%;padding: 80px 44px 44px;max-width: 570px;}
.hero_container .text_block h1 {  font-family: 'HelveticaNeue-CondensedBold'; font-size: 48px; font-weight: bold; font-style: normal; font-stretch: condensed; line-height: 0.75;text-transform: uppercase; letter-spacing: normal; color: #404041;}
.hero_container .text_block p {  font-family: 'Acumin Pro'; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; color: #404041;margin: 0 0 25px;}
.hero_container .text_block a.btn, .hero_container .text_block a.btn:visited {font-family: 'HelveticaNeue-CondensedBold';color: #fff;}

.row_1_content {margin: 0 0 60px;}
.row_1_content h2 { font-family: 'HelveticaNeue-CondensedBold'; font-size: 34px; font-weight: bold; font-style: normal; font-stretch: condensed; line-height: 1.06; letter-spacing: normal; color: #404041;}
.row_1_content .sidebar-image {border-top: solid 4px #404041; border-bottom: solid 4px #404041;padding: 40px 0 20px;}
.row_1_content .sidebar-image img {margin: 0 0 20px;}
.row_1_content p.image_caption { font-family: 'AcuminProCond-Light';font-size: 16px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1.31; letter-spacing: 0.5px; color: #404041;}

.row_2_content {padding: 90px;margin: 0;}

.section_callouts {padding: 90px 0;max-width: 1400px;clear: both;width: 90%;margin: 0 auto;float: none;    margin-left: auto !important;}
.section_callouts a.btn, .section_callouts a.btn:visited {width: 100%;border-bottom: 15px solid #000; text-transform: uppercase;font-family: 'AcuminProCond-Light';font-size: 28px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 2.7px; text-align: center; color: #ffffff; }

/*** Donate Page ***/

h2.highlight {text-align: center;background-color: #404041; padding: 20px 0; border-bottom: 15px solid #ee4036;  font-family: 'HelveticaNeue-CondensedBold'; font-size: 34px; font-weight: bold; font-style: normal; font-stretch: condensed; line-height: 1.06; letter-spacing: normal; text-align: center; color: #ffffff;}

.level-wrap {background-color: #ffffff;margin-bottom: 20px;}
.level-wrap.last {background-color: transparent;}
.level-wrap .level-title {padding: 25px 30px;background-color: #ee4036; }
.level-wrap.dark .level-title {background-color: #404041; }
.level-wrap .level-title h3 {text-transform: uppercase; font-family: 'AcuminProCond-Light'; font-size: 22px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 2.1px; color: #ffffff;}
.level-wrap .level-title p { margin: 0;font-family: 'AcuminProCond-Light';   font-size: 18px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.5px; color: #ffffff;}
.level-wrap ul {margin: 0; padding: 25px 30px; list-style: none;}
.level-wrap ul li {margin: 0 0 20px;}
.level-wrap ul li a, .level-wrap ul li a:visited {font-family: 'Acumin Pro'; font-size: 18px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.39; letter-spacing: normal; color: #404041;}
h4.special-note { background-color: transparent; margin: 30px 30px;font-family: 'AcuminProCond-Light'; font-size: 22px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 2.1px; color: #000000;text-transform: uppercase;}

/*************Custom Styling*************/


.container {
    max-width: 1400px;
	margin: 0 auto;
}


div#primary, .home.page .site-content {
    max-width: 1400px;
}

/*Widget*/
div#secondary .widget {
    background: #dededf;
    padding: 0 26px 1px;
    border-bottom: 4px solid #404041;
    position: relative;
}
div#secondary h3.widget-title {
    background: #ee4036;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.81px;
    font-family: acumin-pro, sans-serif;
}
div#secondary h3.widget-title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 37px;
    left: -26px;
    top: 0;
    background: #ee4036;
}
div#secondary .widget_recent_entries h3.widget-title:before {
    background-image: url(http://voxatl.org/wp-content/uploads/2018/07/top-copy-2.png);
    background-position: center;
    background-repeat: no-repeat;
}


div#secondary .widget_custom_html h3.widget-title:before {
    background-image: url(http://voxatl.org/wp-content/uploads/2018/07/top-copy.png);
    background-position: center;
    background-repeat: no-repeat;
}



/*Home Slider*/

.post_format_icon {
    background-position: center;
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    right: 21px;
    top: 21px;
    float: none;
    position: absolute;
}
.post_format_icon.Standard {
	background: url(http://voxatl.org/wp-content/uploads/2018/07/561977-200.png)no-repeat;	
	background-position: center;
	background-color: rgba(255,255,255,.8);
}
.post_format_icon.Audio {
	background: url(https://voxatl.org/wp-content/uploads/2018/07/561977-200-1.png)no-repeat;	
	background-position: center;
	background-color: rgba(255,255,255,.8);
}
.post_format_icon.Video {
	background: url(http://voxatl.org/wp-content/uploads/2018/07/561977-200-2.png)no-repeat;	
	background-position: center;
	background-color: rgba(255,255,255,.8);
}
.likebtn_container {
    float: none;
    position: absolute;
    right: 15px;
    top: 113px;
    min-width: 80px;
}
svg.flickity-button-icon {
    display: none;
}
.flickity-prev-next-button {
    width: 45px;
    height: 57px;
    background: none;
    padding: 0;
}
button.flickity-button.flickity-prev-next-button.next:before {
    content: url(http://voxatl.org/wp-content/uploads/2018/07/play-arrow-materialicons-regular.png);
}
.flickity-prev-next-button.next {
    right: 26px;
}
button.flickity-button.flickity-prev-next-button.previous:before {
    content: url(http://voxatl.org/wp-content/uploads/2018/07/play-arrow-materialicons-regular-copy.png);
}
.flickity-prev-next-button.previous {
    left: 26px;
}
#top-featured h3 {
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    position: absolute;
    bottom: 61px;
    width: 100%;
    padding: 0 29px;
}
#top-featured h4 {
    bottom: 27px;
    position: absolute;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.09524rem;
    padding: 0 29px;
}
#top-featured h4 a, #top-featured h4 a:visited {
    color: #ee4036;
    text-transform: uppercase;
    font-size: 28px;
}
#top-featured h4 a:hover, #top-featured h4 a:active {text-decoration: underline; color: #7B7B7E;}
.flickity-button:hover {
    background: none;
}




/*Home Featured Content*/

.features .backgroundThumb:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.features.home-block h3 {
    text-transform: uppercase;
    position: absolute;
    bottom: 61px;
    width: 100%;
    padding: 0 33px;
    color: #fff;
    font-family: HelveticaNeue-CondensedBold;
    font-size: 34px;
	line-height: 1.2;
	
}
.features.home-block h3 a {
    color: #fff;
    text-decoration: none;
}
.features.home-block h4 {
    bottom: 27px;
    position: absolute;
    font-family: acumin-pro-condensed, sans-serif;
    color: #fff;
	font-size: 19px;
    letter-spacing: 2.2px;
    padding: 0 33px;
    text-transform: uppercase;
}
.features.home-block h4 a {
    color: #ee4036;
}
.features.col2 .backgroundThumb {
    min-height: 460px;
    max-height: 460px;
}
.features.home-block.col2 {
    margin-bottom: 85px;
}


/*Home CTA*/
.home .homepage_cta p {
    font-size: 28px;
}


/* Home Select Section*/
.selects_section h2 {
    color: #404041;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
    border-bottom: 4px solid #ee4036;
    padding: 17px 0;
	position: relative;
    margin-bottom: 36px;
}
.selects_section h2:before {
    content: url(http://voxatl.org/wp-content/uploads/2018/07/triangle.png);
    position: absolute;
    bottom: -6px;
    left: 22px;
}
.selects_section > span {
    color: #ee4036;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.71px;
    text-decoration: none;
    font-family: acumin-pro, sans-serif;
    float: right;
    margin-top: -87px;
}
.auth-post-wrapper .post_format_icon,
.selects_section .post_format_icon {
    left: 174px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 24px;
}
.auth-post-wrapper .likebtn_container,
.selects_section .likebtn_container {
    left: 149px;
    top: 44px;
    right: auto;
    transform: scale(.5);
}
.select-img {
    min-width: 214px;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    position: relative;
}
.select-content {
    display: inline-block;
    width: 75%;
    padding: 24px 33px;
}
.selects_section h3{
    text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
    line-height: 1.2;
	color: #404041;
	font-size: 20px;
	font-weight: 700;
}
.selects_section h4{
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 19px;
    letter-spacing: 1.28px;
    color:#404041;
    text-transform: uppercase;
}
.selects_section h4 a{
	color:#ee4036;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.5px;
}
.selects_section article.article.article-has-backgroundThumb {
    margin-bottom: 48px;
}
.site-content.row.vox-select {
    padding-top: 90px;
    padding-bottom: 90px;
}



/*Social Head*/

.social_head h2.social_title {
    font-family: acumin-pro-condensed, sans-serif;
    width: 100%;
    letter-spacing: 2.9px;
}

/* Home Social*/

.homepage_social h3 {
    color: #404041;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
    border-bottom: 4px solid #ee4036;
    padding: 17px 0;
	position: relative;
    margin-bottom: 36px;
}
.homepage_social h3:before {
    content: url(http://voxatl.org/wp-content/uploads/2018/07/triangle.png);
    position: absolute;
    bottom: -11px;
    left: 25px;
}
.homepage_social h3 img {
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 15px;
}



/*Home Email*/
.homepage_email h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
}
.homepage_email {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.81px;
    font-family: acumin-pro, sans-serif;
    background-image: url(images/mark.png);
    background-repeat: no-repeat;
	background-position: top center;

}

.homepage_email form#mc-embedded-subscribe-form {
    border: 5px solid #ee4036;
    padding: 5px 0;
}
.homepage_email input#mce-EMAIL {
    border: none!important;
    display: inline-block!important;
    padding: 0 0 0 20px!important;
    width: 100%!important;
    font-family: acumin-pro-condensed!important;
    font-size: 16px!important;
    letter-spacing: 1.5px!important;
}
#mc_embed_signup .clear{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}
.homepage_email input#mc-embedded-subscribe {
    background: url(http://voxatl.org/wp-content/uploads/2018/07/play-arrow-materialicons-regular-1.png)no-repeat;
    float: right;
    background-color: transparent!important;
    background-position: 80%;
    color: transparent!important;
 	text-shadow: none;
}
.homepage_email .email_form {
    max-width: 395px;
    padding-top: 55px;
    padding-bottom: 55px;
}
.homepage_email .container {
    max-width: 1165px;
}

/* ================================== Custom CSS - Jul 13, 2018 ======================================*/

#bannercontainer .col.grid_2_of_12:last-child {
    position: absolute;
    right: 0;
    text-align: right;
    top: 5px;
    font-size: 25px;
}


/* Homepage mail */
#mc_embed_signup input.email {
   
}

/* teens first padding */
@media screen and (min-width: 651px){
	#teensfirst{
		padding-right: 80px;
	}
}

@media (min-width: 981px){
    /* Primary */
    div#primary {
        padding: 84px 0 0;
    }
    div#secondary h3.widget-title {
        margin-top: -20px;
        position: absolute;
    }
    div#secondary .widget {
        position: relative;
        top: 20px;
    }
    .widget-area ul {
        padding: 40px 0 0;
    }

    /* Socila Head --- Conversation */
    .social_head {
        padding: 138px 0 0 !important;
    }
    .homepage_social {
        padding: 35px 100px 60px !important;
    }
    .homepage_social .grid_6_of_12 {
        width: 46%;
        margin-left: 8%;
    }
    .homepage_social .col:first-child {
        margin-left: 0;
    }
    
    /* Homepage Mail */
    #mc_embed_signup_scroll .clear {
        width: 30px;
        position: absolute;
        right: 5px;
    }
    .homepage_email input#mc-embedded-subscribe {
        max-width: 100%;
        padding: 0;
    }
    div#mc_embed_signup_scroll {
        position: relative;
    }

    /* Teen Spotlight */
    .section-title {
        padding: 50px 0 0;
    }
    .homepage_teen_highlight {
        padding: 30px 100px 99px;
    }
}

@media screen and (max-width: 1466px){
    /*Vox Select*/
    .select-img {
        min-width: 0;
        width: 24%;
    }
}

@media screen and (max-width: 1331px){
    /* Home CTA */
    .homepage_cta {
        padding: 50px 0 !important;
    }
    .homepage_cta .container {
        width: 90%;
    }
    
    /* Footer */
    .site-footer.row .grid_1_of_12, .site-footer.row .grid_1_of_12:nth-child(2) {
        width: 20%;
    }
}

@media screen and (max-width: 980px){
    /* Header */
   /* #bannercontainer .col.grid_6_of_12, #bannercontainer .col.grid_3_of_12:first-child, .site-title h2 {
        display: none;
    }*/
     #bannercontainer .col.grid_2_of_12:first-child, .site-title h2 {
        display: none;
    }
    .site-title img {
        max-width: 100%;
    }
    div#headercontainer {
        padding: 0;
        height: 80px;
    }
    #bannercontainer {
        height: 0;
    }
    #bannercontainer .col.grid_2_of_12:last-child {
        top: -60px;
    }
    
    /* Home */
    /* Primary */
    div#primary, .home.page .site-content {
        padding-top: 0;
    }
    #primary .col.grid_4_of_12{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    #primary .col.grid_8_of_12 {
        padding-bottom: 30px;
        float: none;
    }
    div#secondary h3.widget-title {
        top: -20px;
    }
    div#secondary .widget:first-child {
        margin-bottom: 40px;
    }
    div#secondary .widget {
        margin-bottom: 20px;
    }
    .features.home-block h3 {
        line-height: 0em;
    }
    .features.home-block h3 a {
        font-size: 25px;
        line-height: 1em;
    }
    .selects_section .post_format_icon, .selects_section .likebtn_container {
        display: none;
    }

    /* Homepage Mail */
    .homepage_email .email_form {
        width: 100%;
    }
    
    /* Vox Select */
    .site-content.row.vox-select {
        padding-top: 50px;
        width: 90%;
    }
    .site-content.row.vox-select > div, #primary, #primary .col.grid_8_of_12 {
        width: 100%;
        margin: 0;
    }
    .site-content.row.vox-select > div, .col.selects_section img {
        width: 100%;
        margin: 0;
    }
    .select-img {
        width: 35%;
    }
    .select-content {
        width: 64%;
        padding: 24px 0 24px 33px;
    }
    
    /* Conversation */
    .homepage_social {
        padding: 0 0 70px !important;
    }
    .homepage_social .container {
        width: 90%;
        margin: 0 auto;
    }
    .homepage_social .col {
        margin: 0 !important;
        padding: 0 !important;
    }
    .homepage_social h3 {
        margin-top: 50px;
    }
    
    /* Slider - teen*/
    .site-content.row {
        width: 100%;
    }
    .homepage_teen_highlight {
        padding: 50px 0;
        width: 75%;
        margin: 0 auto;
    }
    .homepage_teen_highlight .flickity-prev-next-button.previous {
        left: -80px;
    }
    .homepage_teen_highlight .flickity-prev-next-button.next {
        right: -80px;
    }
    .site-footer {
        padding: 30px 0 0;
    }
    
    /* Footer */
    .site-footer {
        border-bottom: none;
    }
        .col.grid_6_of_12 {
        width: 100%;
        border-bottom: 3px solid #979797;
        padding: 0 0 20px;
        margin: 0 0 30px;
        text-align: center;
    }
    .site-footer.row .grid_1_of_12, .site-footer.row .grid_1_of_12:nth-child(2), .site-footer.row .col.grid_3_of_12 {
        width: 40%;
        margin: 0 0 0 10%;
    }
    .site-credits .col.grid_6_of_12 {
        display: none;
    }
    .site-credits.row > div {
        width: 50%;
        margin: 0;
    }
    .site-credits.row > div:last-child {
        text-align: right;
        float: none;
        display: inline-block;
    }
    /* MEGA MENU*/
    .site-content nav {
        margin-top: 0;
    }
    #bannercontainer .grid_8_of_12 {
        position: absolute;
        z-index: 99999;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        top: -63px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
        margin-left: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
        margin-left: 0;
        padding: 0 24px;
    }
    #bannercontainer .site-content {
        margin: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        min-width: 320px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        text-align: left;
        text-indent: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        position: initial!important;
        max-width: 320px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
    }
    ul.post-format-list li {
        margin-right: 0!important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        background: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child .mega-sub-menu {
        display: block!important;
        visibility: visible!important;
        background: #222222;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a {
        display:none;
        
    }
    .social-media-icons li {
        display: inline-block!important;
    }
    .social-media-icons li svg {
        color: #fff!important;
        font-size: 30px;
        margin-right: 20px;
    }
    .mega-menu-toggle.mega-menu-open {
        background: #222!important;
        display: block;
    }        
}

@media screen and (max-width: 767px){
    /* Home */
    .col.grid_7_of_12, .grid_5_of_12, .homepage_cta .cta_block img, .homepage_teen_highlight .teen_block {
        width: 100%;
    }

    /*Primary*/
    .post_format_icon {
        width: 50px;
        height: 50px;
        background-size: 35px !important;
    }
    .post_format_icon.Audio {
        background-size: 25px !important;
    }
    .likebtn_container {
        top: 75px;
        min-width: 50px;
        right: 15px;
    }
    .features.col1 .backgroundThumb, .features.col2 .backgroundThumb {
        margin: 0 0 10px;
    }
    .features.col1 article:last-child .backgroundThumb, .features.col2 article:last-child .backgroundThumb {
        margin: 0;
    }
    .features.home-block.col2 {
        margin: 0;
    }

    /*Homepage CTA*/
    .homepage_cta .container > div {
        width: 100%;
        margin: 0 0 20px;
    }

    /*Teen highlight*/
    .homepage_teen_highlight {
        width: 70%;
    }
    .homepage_teen_highlight .flickity-prev-next-button.previous {
        position: absolute;
        left: -60px;
    }
    .homepage_teen_highlight .flickity-prev-next-button.next {
        right: -60px;
        position: absolute;
    }
    #primary .flickity-prev-next-button.next, #primary .flickity-prev-next-button.previous {
        display: none;
    }
    .homepage_teen_highlight .teen_block .teen_bio p {
        min-height: 0;
        height: 350px; /*here*/
        padding-bottom: 15px;
    }
    
    /*Homepage Mail*/
    #mc_embed_signup input.email {
        font-size: 16px;
        font-family: 'Acumin Pro';
        padding: 7px 0 0 10px !important;
    }
    .homepage_email .email_form {
        width: 100%;
    }
    .homepage_email {
        padding: 0 !important;
        background: url(http://voxatl.org/wp-content/uploads/2018/07/vox-bg.jpg) no-repeat center top;
    }
    .homepage_email .container {
        width: 90%;
    }
    .homepage_email .email_form {
        max-width: 100%;
        padding-top: 200px;
    }
    div#mc_embed_signup_scroll {
        text-align: left;
    }
    #mc_embed_signup .clear {
        position: absolute;
        display: inline-block !important;
        width: 5% !important;
        text-align: center;
        right: 15px;
    }
    #mc_embed_signup input.email {
        width: 100%;
    }
    div#mc_embed_signup {
        position: relative;
    }
    .homepage_email h3 {
        font-size: 24px;
        line-height: 1em;
    }

    /* Conversation */
    .section-title {
        padding: 0;
    }
    .selects_section h2 {
        font-size: 24px;
    }
    .selects_section > span {
        font-size: 16px;
        padding-top: 5px;
    }
    .homepage_social h3 {
        font-size: 25px;
        text-align: left;
    }
    .homepage_social h3 svg {
        font-size: 35px !important;
    }
    .homepage_cta, .social_head {
        padding: 50px 0 0 !important;
    }
    
    /* Vox Select */
    .site-content.row.vox-select {
        padding-top: 20px;
    }
    .site-content.row.vox-select {
        padding: 30px 0;
    }
    .homepage_social h3 {
        margin-top: 20px;
    }
    .homepage_social {
        padding: 0 !important;
    }
    .homepage_social .col.grid_6_of_12 {
        border: none;
    }
    .homepage_teen_highlight .flickity-viewport {
        height: 765px !important;
    }
    #maincontentcontainer .col.grid_7_of_12 {
        margin: 0;
        padding-bottom: 60px;
    }
    .selects_section article.article.article-has-backgroundThumb {
        margin-bottom: 30px;
    }
    
    /* Footer */
    .site-credits.row > div {
        width: 100%;
        float: none;
        display: block;
        text-align: center !important;
    }
    .social-media-icons li {
        font-size: 35px;
    }
    .site-footer .footer_link_list ul li a {
        font-size: 16px;
    }
    .site-credits.row > div:last-child {
        text-align: left !important;
    }
}

@media screen and (max-width: 700px){
    .site-title img {
    }
}

@media screen and (max-width: 640px){
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 33.33%;
    }
    #sb_instagram .sbi_photo {
        height: 150px !important;
    }
    
}

@media screen and (max-width: 500px){
    /* Header */
    .site-title img {
        max-width: 100%;
    }
    #top-featured h3, #top-featured h4, .features.home-block h3 a {
        font-size: 20px;
        line-height: 1em;
    }
    #top-featured h4, .features.home-block h4 {
        font-size: 16px;
        bottom: 40px;
    }
    h4.entry-title.summary {
        font-size: 21px;
    }
    .home .homepage_cta p {
        font-size: 19px;
        line-height: 1.7em;
        padding: 15px;
    }

    /* Vox Select */
    .select-content {
        padding: 0 0 0 20px;
        width: 63%;
    }

    /* Conversation */
    .social_head h2.social_title {
        font-size: 18px;
        padding: 28px 20px;
    }

    /* Teen Highlight */
    .homepage_teen_highlight {
        width: 60%;
    }
    .homepage_teen_highlight .teen_block .teen_name h3, .homepage_teen_highlight .teen_block .teen_name h4 {
        font-size: 17px;
    }
    .homepage_teen_highlight .teen_block .teen_bio p {
        font-size: 13px;
    }

    /* Homepage Mail */
    .homepage_email .email_form {
        padding: 160px 0 50px;
    }
    .homepage_teen_highlight .teen_block .teen_bio {
        padding: 10px !important;
        border-width: 4px;
    }
    .homepage_email {
        background-size: 550px;
        background-color: #000;
    }
}

@media screen and (max-width: 480px){
    /* Primary */
    .backgroundThumb {
        min-height: 200px;
    }

    /* Conversation */
    #sb_instagram .sbi_photo {
        height: 90px !important;
    }
}



/**** Footer ****/

.site-footer.row .grid_1_of_12 {width: 87px; margin: 0 30px 0 0; }
.site-footer.row .grid_1_of_12:nth-child(2) {width: 120px; }
.site-footer.row .col.grid_3_of_12 {margin: 0; width: 225px; }

#footercontainer {background-color: #404041;}
.site-footer {padding: 100px 0 20px; border-bottom: 3px solid #979797;margin:0 auto 20px;}
.site-footer img {max-width: 205px;padding: 30px 0;}
.site-footer h3 {font-family: 'AcuminProCond-Light';font-size: 22px;color: #FFFFFF;letter-spacing: 0.85px;text-transform: none;}

.site-footer .footer_link_list ul {margin: 0; padding: 0;} 
.site-footer .footer_link_list ul li {}
.site-footer .footer_link_list ul li a {text-decoration: none;text-transform: uppercase; font-family: 'AcuminProCond-Light'; font-size: 18px; color: #FFFFFF; letter-spacing: 1.71px; line-height: 40px;}

#footercontainer .site-credits {clear: both;width: 90%;max-width: 1200px;   padding: 3px 0 20px;margin: 0 auto 20px; font-family: 'AcuminProCond-Light'}

/*******************-************************************************************/
.toggle-side{
	display: none;
}
.pagination{
	position: relative;
}
 header#masthead h1{
 	text-align: center;
}
header#masthead h1 a{
	display:  inline-block;
	position: relative;
	width: 100%;
}
header#masthead h1 a:before,
header#masthead h1 a:after{
	width: 2px;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	right: 1px;
	background: #000;
}
header#masthead h1 a img{
	width: 100%;
}
header#masthead h1 a:before{
	left: 1px;
}
#bannercontainer .site-content{
    max-width: 1400px;
	min-height: 41px;
}
div#primary{
	padding-top: 30px;
}
.home #primary > .grid_4_of_12{
	padding-left: 10px;
}
.social-media-icons ul{
	margin-left: -10px!important;
	margin-bottom: 0!important;
}
.social-media-icons li{
	margin: 0;
	width: 32px;
}
.social-media-icons li,
.social-media-icons li,
.social-media-icons li a:visited{
	color: #fff;
	background: none;
}
.social-media-icons li a:hover, .social-media-icons li a:active{
	background: none;
}
.social-media-icons li a:hover path, .social-media-icons li a:active path{
	fill: #ee4036
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
	margin-right: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	line-height: 36px;
}
div#secondary aside h3.widget-title{
	position: relative;
	margin: 0;
	padding-left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: acumin-pro-condensed;
}
div#secondary h3.widget-title:before{
	width: 50px;
	left: -25px;
}
div#secondary ul{
	padding: 0;
}
#top-featured h3{
	bottom: 57px;
	padding:  0 25px;
	font-size: 55px;
	line-height: 55px;
	z-index: 2;
}
#top-featured h4{
	bottom: 22px;
	padding:  0 25px;
	z-index: 2;
}
.backgroundThumb{
	position: relative;
}
section.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
	z-index: 1!important;
}
.home.page .site-content{
	padding-top: 0;
}
li.ecs-event:after{content: ""; display: table; clear: both;}
li.ecs-event .entry-title{
	float: left;
}
li.ecs-event .duration{
	float: right;
	font: 400 16px/22px acumin-pro-condensed;
}
.home .article div > *{
	z-index: 2
}
.features.home-block{
	z-index: 2;
}
.home .site-content .grid_5_of_12{
	position: relative;
	z-index: 2;
}
.home .site-content .grid_7_of_12{
	position: relative;
	z-index: 1;
}
.home ._block{
	padding-top: 55px;
}
.features.col1 .backgroundThumb{
	min-height: 305px;
	max-height: 305px;
}
.features.col2 .backgroundThumb{
    min-height: 468px;
    max-height: 468px;
}
.features.home-block.col2{
    margin-bottom: 90px;
}
.homepage_cta{
	padding: 90px!important 
}
.selects_section article.article.article-has-backgroundThumb{
	margin-bottom: 45px;
}
.selects_section{
	padding-top:  50px;
}
.selects_section h2{
	margin-bottom: 40px;
	padding: 16px 0;
}
.selects_section h2 a{
	margin-right: 20px;
	float: right;
	font: 400 18px/40px acumin-pro-condensed;
	letter-spacing: 1.6px;
}
.selects_section h3 a{
	color: #404041;
	text-decoration: none;
	text-transform: capitalize;	
}
.selects_section h4,
.selects_section h4 *{
	font-size: 16px;
	letter-spacing: 0;
}
.select-content{
	width: calc(100% - 225px);
	padding: 15px 16px;
}
.select-date{
	display: inline-block;
	position: relative;
	margin: 0 8px 0 4px;
	padding: 0 17px;
	text-align: center;
}
.site-content.row.vox-select{
	padding-bottom: 100px;
}
.select-img a{
	display: block;
	width: 100%;
	height: 125px;
}
.select-img a div{
	height: 100%;
	background: center center no-repeat;
	background-size: cover;
}
.select-date:before,
.select-date:after{
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	content: "|";	
}
.select-date:before{
	left: 0;
}
@media (min-width: 981px){
	.social_head{
	    padding: 90px 0 0 !important;
	}
}
h2.social_title{
    margin: 0;
    padding: 20px 0 25px;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0;
    border-bottom-width: 14px;
}
.homepage_social h3{
	font-size: 31px;
	padding-bottom: 12px;
	margin-bottom: 36px;
}
#sbi_images{
	margin-top: -20px;
}
#ctf{
	margin-top: -20px;
}
.ctf-no-bio,
.ctf-author-name,
.ctf-screename-sep{
	display: none!important;
}
.ctf-tweet-meta{
	display: block!important;
	margin-bottom: 5px;
	line-height: 1;
}
#cff.cff-default-styles .cff-author .cff-author-text *,
#ctf.ctf-styles a.ctf-author-screenname{
    font-family: HelveticaNeue-CondensedBold;
    font-size: 20px!important;
    text-decoration: none;
    color: #404041!important
}
#cff.cff-default-styles .cff-author .cff-date,
#ctf.ctf-styles a.ctf-tweet-date{
    text-decoration: none;
    font-size: 20px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
    color: #404041;
}
#ctf .ctf-item,
#cff .cff-item{
	border: none;
}

.home.page .site-content.teens-row{
	padding-top: 30px;
}
.teens-row h2{
	margin-bottom: 13px;
}
.teens-row .section-read-more{
	margin-bottom: 25px;
}
.homepage_teen_highlight .teen_block .teen_name{
	padding: 24px;
}
.homepage_teen_highlight .teen_block .teen_name h4{
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
}
.homepage_teen_highlight .teen_block .teen_bio{
	padding-bottom: 20px;
}
.homepage_teen_highlight .teen_block .teen_bio a{
	text-decoration: underline;
}
.homepage_email .email_form{
	padding: 60px 0 70px;
}
.homepage_email h3{
	letter-spacing: .2px;
}
.homepage_email h3 + p{
    letter-spacing: 2.2px;
    margin-bottom: 28px;
    margin-top: 0px;
    font-family: acumin-pro-condensed;
}
#mc_embed_signup{
	max-width: 360px;
}
.site-footer{
	max-width: 1160px;
    margin: 0 auto 14px;
    padding: 95px 0 7px;
}
.site-footer img{
	padding-bottom: 17px;
}

#footercontainer .site-credits{
	margin-bottom: 0;
	padding-bottom: 90px;
}
#footercontainer .copyright{
	display: block;
	text-align: right;
}
#footercontainer .site-footer.row .grid_1_of_12{
	width: auto;
	margin: 0 30px 0 23px;
}
#footercontainer .site-footer.row .grid_1_of_12:last-child{
	margin-right: 0;
}
#footercontainer .site-credits{
	max-width: 1160px;
}
.sticky-nav #headercontainer img{
	display: none;
}
.sticky-nav header#masthead h1{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	background: #000 url("images/vox-logo.png") center center no-repeat;
	background-size: 140px;
	z-index: 100;
}
.sticky-nav header#masthead h1 a{
	display: inline-block;
    width: 150px;
    height: 60px;
}
.sticky-nav #bannercontainer{
	width: 100%;
	position: fixed;
	top: 60px;
	border-top: 2px solid #fff;
	z-index: 100;
	padding-top: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
	padding: 10px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on a.mega-menu-link{
	color: #acacaf;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding-bottom: 5px;
    font-family: acumin-pro-condensed;
    font-weight: 600!important;
    letter-spacing: 1.5px;
}
ul.post-format-list span{
	margin-top: 4px;
}
.mega-border-bottom:after{
	margin-bottom: 25px;
	content: "";
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
ul#menu-category-menu li:last-child a,
ul#menu-advice-menu li:last-child a{
	text-decoration: underline!important;
	text-transform: uppercase!important;
	font-family: acumin-pro-condensed, sans-serif!important;
	font-weight: 600;
	letter-spacing: 1.1px;

}
ul#menu-programs-menu li,
ul#menu-programs-menu-2 li{
	display: inline-block!important;
}
ul#menu-programs-menu li a,
ul#menu-programs-menu-2 li a{
    font-family: 'HelveticaNeue-CondensedBold'!important;
    color: #404041!important;
    font-size: 16px!important;
    margin-right: 20px!important;
}
#menu-support-menu:after,
#menu-about-menu:after,
#menu-programs-menu:after{
    content: "";
    display: block!important;
    position: relative;
    height: 4px;
    width: 100%;
    background: #999;
    margin: 30px auto 0;
    clear: both;
}
ul.mega-sub-menu{
	width: auto!important;
	left: auto!important;
}
#mega-menu-item-9267 ul.mega-sub-menu{
	min-width: 610px;
}
a.mega-menu-link:before{
	width: 0; 
	height: 0; 
	position: absolute!important;
	left: 30%;
	top: auto;
	bottom: 0;
	content: "";
	margin-left: -5px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.mega-toggle-on a.mega-menu-link:before{
	border-bottom-color: #f1f1f1;
}
#recent-posts-2 a,
#custom_html-2 a{
	display: block;
	font-family: 'HelveticaNeue-CondensedBold', sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #404041;
}
#recent-posts-2 li{
	margin-bottom: 15px;
	padding: 0;
}
#recent-posts-2 li:last-child{
	margin-bottom: -10px;
}
a.vew-all-evt,
#recent-posts-2 a.vew-all-evt,
#custom_html-2 a.vew-all-evt{
	position: absolute;
    top: 13px;
    right: 30px;
    text-decoration: underline;
    color: #ee4036;
    font-size: 16px;
    font-family: acumin-pro-condensed;
    font-weight: 400;
    z-index: 2;
    letter-spacing: .2px;
}
#custom_html-5 a{
    color: #ee4036;
    font-size: 16px;
    font: 400 18px/24px acumin-pro-condensed;
    text-decoration: underline;
    text-transform: uppercase;
    float: left;
    min-width: 111px;
    margin-bottom: 10px;
    letter-spacing: 1.6px;
    letter-spacing: 0.09524em;
}
#custom_html-5 div{
	padding-bottom: 5px;
}
#custom_html-5 a:nth-child(2),
#custom_html-5 a:nth-child(5){
	min-width: 165px;
}
div.likebtn_container span.lb-voted .lb-like-icon{
	background-image: url("images/post-like.png")!important;
}
div#secondary #custom_html-5  h3.widget-title:before{
	background-image: url("images/top-cat.png");
	background-size: 21px;
}
@media only screen and (max-width: 1600px){
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-9267 ul.mega-sub-menu{
		right: 0;
	}
}
@media only screen and (max-width: 1500px){
	#custom_html-5 a{
		min-width: 100px;
	}
	#custom_html-5 a:nth-child(2),
	#custom_html-5 a:nth-child(5){
		min-width: 130px;
	}
}
@media only screen and (max-width: 1360px){
	#custom_html-5 a{
		min-width: 75px;
	}
	#custom_html-5 a:nth-child(2),
	#custom_html-5 a:nth-child(5){
		min-width: 125px;
	}
}
@media only screen and (max-width: 1200px){
	#custom_html-5 a{
		min-width: unset!important;
		margin-right: 15px;
	}
}
#recent-posts-2 a:hover,
#custom_html-2 a:hover{
	color: #ee4036;
}
.homepage_cta .cta_block{
	background: #000 center top no-repeat;
	background-size: 100%;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.homepage_cta .cta_block img{
	opacity: 0;
}
.homepage_cta .cta_block:hover{
	background-size: 125%;
}
.homepage_cta .cta-1:hover p{
	color: #000;
}
.homepage_cta .cta-2{
	border-bottom: none;
	background-size: 140%;
	padding-bottom: 5px;
	position: relative;
}
.page .border{
    border: 5px solid #ee4036;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 89px);
    top: 20px;
    left: 20px;
}
.homepage_cta .cta-2:hover{
	background-size: 165%;
}
.homepage_cta .cta-2 p{
    background: #fff;
    width: calc(100% - 40px);
    border: 5px solid #EE4036;
    margin-left: 20px;
    color: #000;
    transform: translateY(-4px);
    line-height: 68px;
    padding-bottom: 0;
    height: 78px;
}
.homepage_cta .cta-2:hover p{
	color: #ee4036;
}
.homepage_cta .cta-3{
	border-bottom: none;
	padding-bottom: 15px;
}
.homepage_cta .cta-3 p{
    background: #000 url(images/overlay-copy.png) center 15px no-repeat;
    background-size: 90%;
    padding-top: 15px;
    margin-top: -15px;
    line-height: 70px;
    padding-bottom: 5px;
}
.homepage_cta .cta-3:hover p{
	color: #ee4036;
}
a:hover,
.homepage_teen_highlight .teen_block .teen_bio a:hover,
.selects_section h4 a:hover,
.features.home-block h4 a:hover{
	color: #7B7B7E;
	text-decoration: underline;
}
.homepage_teen_highlight .teen_block .teen_name:hover *{
	color: #000;
}
ul#mega-menu-primary ul.mega-sub-menu ul.menu li a:hover,
.social-media-icons li:hover{
	color: #ee4036!important
}
#mc-embedded-subscribe:hover,
button.flickity-button:hover{
	opacity: .5
}
#bannercontainer form.search-form{
    position: relative;
    height: 30px;
    margin-top: -5px;
    float: right;
    height: 34px;
}
#bannercontainer form.search-form section{
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}
#bannercontainer form.search-form.show section{
	z-index: -5;
}
#bannercontainer form.search-form .search-field{
	display: block;
    position: relative;
    font-family: AcuminProCond-Light;
    font-size: 13px;
    color: #404041;
    border-radius: 0;
    padding: 0 10px;
    line-height: 25px;
    padding-top: 2px;
    width: 0;
    letter-spacing: .5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
#bannercontainer form.search-form.show .search-field{
	width: 260px;
	max-width: 100%;
}

#bannercontainer form.search-form:after{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	content: "";
	z-index: 2;
}
#bannercontainer form.search-form.show{
	z-index: 111;
}
#bannercontainer form.search-form.show:after{
	display: none;
}
#bannercontainer form.search-form .search-submit{
	position: absolute;
	width: 44px;
	height: 34px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 0;
	border-radius: 0;
	border: none;
	background: #000 url("images/search.png") center center no-repeat;
}
#bannercontainer form.search-form:not(.show):hover .search-submit,
#bannercontainer form.search-form .search-submit:hover{
	background-image: url("images/search-hover.png");
}
.entry-header-cat{
    height: 460px;
    position: relative;
    background: top center no-repeat;
    background-size: cover;
}
.entry-header-cat aside,
.entry-header-cat > div{
	position: absolute;
	z-index: 2;
}
.entry-header-cat > div{
	max-width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 25px;
}
.entry-header-cat aside{
	top: 0;
	right: 0;
}
.entry-header-cat aside .post_format_icon{
	width: 70px;
	height: 70px;
}
.entry-header-cat aside .likebtn_container{
	top: 95px;
}
.entry-title-link{
	text-decoration: none!important;
	color: #fff
}
.entry-title-link h1{
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.entry-header-cat h4{
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-family: acumin-pro-condensed;
}
.entry-header-cat a{
	letter-spacing: 1.6px;
}
.entry-title-link:hover h1{
	color: #ee4036;
}
/**** here
body:not(.home) div#primary{
	max-width: 1290px;
}
***/

.page-template-avdice-feed #primary .grid_8_of_12,
.page-template-news-feed #primary .grid_8_of_12,
.single #primary .grid_8_of_12,
.category #primary .grid_8_of_12{
	width: 66%;
	padding-right: 50px;
}
.page-template-avdice-feed #primary .grid_4_of_12,
.page-template-news-feed #primary .grid_4_of_12,
.single #primary .grid_4_of_12,
.category #primary .grid_4_of_12{
    width: calc(33% - 20px);
    margin-left: -10px;
}
.post-cat-excerpt{
    font-size: 18px;
    line-height: 29px;
    padding: 18px;
}
.post-cat-excerpt a{
	text-transform: uppercase;
	text-decoration: underline;
	font-family: acumin-pro-condensed;
	letter-spacing: 1.5px;
}
.header-meta-wrap .header-meta{
	margin-top: 13px;
    padding: 26px 32px 15px;
	border: none;
    background: #F0F0F2;
}
.header-meta-wrap time{
    font-size: 15px;
	font-family: acumin-pro-condensed;
	letter-spacing: 1.5px;
    color: #404041;
}
.header-meta-wrap .post-categories{
	margin: 0 9px;
	padding: 0 14px;
	position: relative;
}
.header-meta-wrap svg{
	margin-right: 5px;
}
.header-meta-wrap.header-meta-wrap-sg{
	padding: 0 30px;
}
.header-meta-wrap .post-categories:before,
.header-meta-wrap .post-categories:after{
	width: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "|";
	font-size: 15px;
	line-height: 15px;
}
.header-meta-wrap .post-categories:before{
	top: 0;
	left: 0;
}
.header-meta-wrap .post-categories a:not(:last-child):after{
	display: inline-block;
	width: 5px;
	content: ", ";
	text-decoration: none;
	color: #404041;
}
.header-meta-wrap a,
.header-meta-wrap a:visited{
    font-size: 15px;
	line-height: 15px;
    background: none;
    color: #ee4036;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: acumin-pro-condensed;
	letter-spacing: 1.5px;
    text-decoration: underline;
}
.header-meta-wrap a:hover{
	color: #7B7B7E;
	background: none;
}
.category #maincontentcontainer{
	padding-bottom: 0px;
}
.cat-prev-page{
	position: relative;
	float: left;
    padding:  0 0 0 60px;
	background: #fff url("images/nav-prev.png") 30px center no-repeat;
	background-size: 20px;
}
.cat-next-page{
	position: relative;
	float: right;
	background: #fff url("images/nav-next.png") right 30px center no-repeat;
    padding: 0 60px 0 0;
    background-size: 20px;
}
.cat-prev-page a,
.cat-next-page a{
	text-transform: uppercase;
	text-decoration: underline;
	color: #404041;
}
.cat-prev-page a:hover,
.cat-next-page a:hover{
	color: #ee4036;
}
.cat-prev-page span,
.cat-next-page span{
	width: 30px;
	display: inline-block;
}
.blog-post-share,
.cat-share{
	float: right;
}
.single-share a:hover *,
.single-share a:hover{
	opacity: 1!important;
}
.single-share a:hover path{
	fill: #ee4036;
}
.blog-post-share > span,
.cat-share > span{
	display: inline-block;
	font-family: acumin-pro-condensed;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
li.no-prev,
li.no-next{
	padding-top: 0;
	padding-bottom: 0;
}
li.no-prev span,
li.no-next span{
	padding: 0;
}
.no-prev span,
.no-next span,
ul.page-numbers li:not(.cat-prev-page):not(.cat-next-page) a.page-numbers,
ul.page-numbers li:not(.cat-prev-page):not(.cat-next-page) span.current{
	background: none!important;
	border: none!important;
	font-size: 19px;
	color: #404041;
	text-decoration: underline;
	margin: 0 6px;
}
ul.page-numbers li:not(.cat-prev-page):not(.cat-next-page) a.page-numbers:hover,
ul.page-numbers li:not(.cat-prev-page):not(.cat-next-page) span.current{
	color: #ee4036;
}
.page-template-news-feed .entry-content,
.page-template-avdice-feed .entry-content{ 
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}
.page-template-news-feed .entry-header-cat,
.page-template-avdice-feed .entry-header-cat{
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.page-template-news-feed .pagination,
.page-template-avdice-feed .pagination,
.category #nav-below{
	margin: 70px 0 90px;
}
.archive-header{
	margin: 30px 0;
	border: none;
}
h1.category-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}
h1.category-title a{
	text-decoration: none!important;
}
h1.category-title span{
	color: #ee4036;
}
h1.category-title.blog-title,
h1.category-title.blog-title a{
	color: #ee4036;
	text-decoration: none;
}
h1.category-title.blog-title:hover a{
	color: #7B7B7E
}
h1.category-title.blog-title span{
	color: #000;
}
.no-prev,
.no-next{
	opacity: .5
}
.sg-post-thumb{
	position: relative;
}
.sg-post-thumb aside{
	position: absolute;
	top: -5px;
	right: -5px;
}
.sg-post-thumb aside .post_format_icon{
	width: 70px;
	height: 70px;
}
.sg-post-thumb img{
	width: 100%;
	height: auto;
}
h1.single-post-title{
	text-transform: uppercase;
	font-size: 34px;
	line-height: 36px;
	padding: 0 30px;
}
.thumb-info{
	margin: 15px 0 30px;
}
.thumb-info p{
	font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
    font-weight: 700;
    padding: 0 30px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.single .entry-content{
	padding: 0 30px;
}
.single-meta-wrap{
	margin-bottom: 25px;
	padding: 0 30px;
}
.single-meta-wrap > span,
.single-meta-wrap time{
	display: inline-block;
	font: normal 400 19px/19px acumin-pro-condensed, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.single-meta-wrap time{
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 0 15px;
}
.single-meta-wrap time:before,
.single-meta-wrap time:after{
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	content: "|";	
}
.single-meta-wrap time:before{
	left: 0;
}
time.blog-sg-time:after{
	display: none;
}
.single-meta-wrap .likebtn_container{
    display: inline-block;
    margin: 0;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.single-meta-wrap .likebtn_container .lb-like{
	padding: 0 1px 0 3px;
}
.page p, .page ol, .page ul, .page dl, .page address,
.single p, .single ol, .single ul, .single dl, .single address{
    margin: 0 0 29px 0;
    font-size: 18px;
    line-height: 29px;
}
p:last-child{
	margin-bottom: 0;
}
.entry-meta.test a{
    font-size: 15px;
    line-height: 15px;
    background: none;
    color: #ee4036;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.5px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}
.entry-meta.test a:hover{
	color: #7B7B7E;
}
.entry-meta.test span{
	font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.entry-meta.test .post-tags + span{
	display: inline-block;
}
.entry-meta.test .post-tags a:not(:last-child):after{
    display: inline-block;
    width: 5px;
    content: ", ";
    text-decoration: none;
    color: #404041;
}
.entry-meta.test .post-tags a:last-child{
	margin-right: 10px;
	padding-right: 10px;
}
.entry-meta.test .fa-comments + a{
	margin-right: 5px;
}
.entry-meta.test .post-tags a:last-child:after{	
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	content: "|";
    color: #404041;
}
.entry-meta.test div.author-info{
    margin-top: 40px;
    padding: 15px 25px 30px;
    border: none;
    background: #F0F0F2;
}
.entry-meta.test div.author-description{
	width: calc(100% - 230px);
	padding: 0 10px 0 35px;
}
.entry-meta.test .author-description h2{
	margin: 34px 0 5px;
    line-height: 22px;
    font-family: acumin-pro-condensed;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
}
.entry-meta.test .author-description h2 + span{
    display: block;
    margin-bottom: 28px;
    color: #404041;
    font-size: 18px;
    font-family: acumin-pro-condensed;
    text-transform: capitalize;
    margin-top: 10px;
}
.entry-meta.test .author-description p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}
.entry-meta.test .author-link a{
	text-transform: uppercase;
	text-decoration: underline;
	color: #ee4036;
	font-size: 19px;
}
.entry-meta.test .author-link a + a{
	margin-left: 10px;
}
.entry-meta.test .author-link a:hover{
	color: #7B7B7E;
}
h2.comments-title{
}
.comment-form-url{
	display: none;
}
#respond form{
	padding:  0 50px;
}
#respond form .comment-form-author,
#respond form .comment-form-email{
	display: inline-block;
	width: 220px;
}
#respond form .comment-form-email{
	margin-left: 30px;
}
#respond label{
	text-transform: uppercase;
	margin-bottom: 3px;
}
#respond form textarea,
#respond form input[type="text"]{
	width: 100%;
	border-radius: 0;
	border: 1px solid #707070;
}
#respond form textarea{
	height: 150px;
	margin-bottom: -7px;
}
#respond form input[type="submit"]{
    width: 222px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 0;
	background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 19px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.nav-single .nav-previous{
    position: relative;
    padding: 0 0 0 60px;
    background: #fff url("images/nav-prev.png") 30px center no-repeat;
    background-size: 20px;
    font-size: 19px;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.5px;
}
.nav-single .nav-next{
    position: relative;
    background: #fff url("images/nav-next.png") right 30px center no-repeat;
    padding: 0 60px 0 0;
    background-size: 20px;
    font-size: 19px;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.5px;
}
.sg-nav-wrapper{
	margin: 70px 0 95px;
}
.nav-single .nav-next a,
.nav-single .nav-previous a{
	text-transform: uppercase;
	color: #404041;
}
.nav-single .nav-next a:hover,
.nav-single .nav-previous a:hover{
	color: #ee4036;
}
.widget-area-custom{
	padding-bottom: 30px;
}
.widget-area-custom aside h2,
#reply-title,
.comments-title{
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px 15px;
    border-bottom: 5px solid #ee4036;
    position: relative;
    margin-bottom: 35px;
}
.widget-area-custom aside h2:before,
#reply-title:before,
.comments-title:before{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 25px;
	border-style: solid;
	content: "";
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee4036 transparent;
}
p.comment-notes{
	display: none;
}
.comment-avatar{
	width: 85px;
	display: inline-block;
	vertical-align: top;
}
.comment-avatar + div{
	display: inline-block;
	width: calc(100% - 100px);
	padding-left: 10px;
}
.commentlist .comment-meta cite{
	display: inline-block;
	margin: 0;
    font-size: 20px;
    font-family: HelveticaNeue-CondensedBold;
}
.commentlist .comment-meta time{
	display: inline-block;
	margin: 0 0 0 10px;
    font-size: 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
}
ol.commentlist{
	padding: 0 45px;
}
.comments-area article{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.comments-area article header{
	margin-bottom: 0;
}
.comment-content p:last-child{
	margin-bottom: 0;
}
p.edit-link{
	display: inline-block;
	margin: 0;
}
a.comment-reply-link{
	display: inline-block;
}
p.edit-link a,
a.comment-reply-link{
    font-size: 16px;
    font-family: acumin-pro-condensed, sans-serif;
    font-style: italic;
    color: #404041;
    text-decoration: none!important;
}
p.edit-link a:hover,
a.comment-reply-link:hover{
	color: #ee4036;
}
table.tribe-events-calendar thead th{
	background: #ee4036;
	/* color: #404041; cwh made white at designer's request 02/06/2019 */
	color: #fff;
	border-color: #ee4036;
	padding: 7px;
}
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a{
	background: #f5f5f5;
	color: #404041;
}
table.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
	background: #000;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events{
	margin: 0;
	background: #ee4036
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 a{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 700;
    text-transform: capitalize;
}
.widget span.tribe-event-time{
    display: none;
}
#tribe-events-footer ul.tribe-events-sub-nav a{
    font-size: 18px;
    font-weight: 400;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    text-decoration: underline!important;
    display: inline-block;
    margin-top: 7px;
    color: #ee4036;
    background: none;
}
#tribe-events-footer ul.tribe-events-sub-nav a span{
	display: inline-block;
	transform: translateY(-2px);
}
#tribe-events-footer ul.tribe-events-sub-nav a:hover{
	color: #ee4036;
}
.single-tribe_events #tribe-events-footer{
	padding-top: 0;
	border-top: none;
    width: 100%;
    flex: 0 0 100%;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #000;
    color: #fff;
    font-size: 18px;
    height: auto;
    padding: 7px 10px;
    border-radius: 4px;
}
form#tribe-bar-form{
	background: none;
}
form#tribe-bar-form input[type=text]{
    border-bottom: 1px solid #000;
    font-style: unset;
    font-size: 16px;
}
form#tribe-bar-form label{
	font-size: 20px;
}
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{
	background: #fff;
}
#tribe-events-bar{
	margin-top: 70px;
}
#tribe-events-pg-template, .tribe-events-pg-template{
	max-width: unset;
}
#tribe-events-pg-template .site-content, .tribe-events-pg-template .site-content{
    margin: 0 auto;
    max-width: 1240px;
}
#tribe-events-content{
	padding-top: 30px;

}
.single .tribe-events-back{
	flex: 0 0 100%;
    width: 100%;
}
.tribe-events-notices{
	flex: 0 0 100%;
}
.tribe-events-single-event-description.tribe-events-content{
	width: 60%;
}
.tribe-events-promo,
.tribe-events-schedule,
.tribe-events-cal-links,
.tribe-events-single-section{
	display: none!important;
}
p.tribe-events-back a{
	text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
    font-size: 30px;
    padding-left: 12px;
    position: relative;
}
p.tribe-events-back a:before{
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    content: "";
    background: #fff url("images/nav-prev.png") left center no-repeat;
    background-size: 18px;
    z-index: 1;
}
.single-tribe_events h1.tribe-events-single-event-title{
	margin: 40px 0 20px;
	font-size: 48px;
	text-transform: uppercase;
	flex: 0 0 100%;
    width: 100%;
}
.single div.type-tribe_events{
	flex: 0 0 100%;
    width: 100%;
}
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p{
	margin-bottom: 30px;
}
.vox-text{
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.vox-text > div{
	float: left;
}
.about-banner{
	width: 100%;
	height: auto;
}
.about-donate{
	width: 330px;
	border: 20px solid #ee4036;
	padding: 100px 0 70px;
}
.about-donate section{
    background: #fff;
    margin: -50px -20px -20px;
    padding: 50px 20px 20px 50px;
}
.about-donate p,
.about-donate p a,
.about-text li{
	font: 30px/38px HelveticaNeue-CondensedBold, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-donate p a{
	display: block;
	margin: 20px 0;
	font-family: acumin-pro-condensed;
	font-weight: 400;
	letter-spacing: 2.6px;
}
.about-text{
	width: calc(100% - 340px);
	padding-left: 70px;
}
.about-text h2{
	margin: 0;
    background: #ee4036;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 40px 25px;
    font-size: 45px;
}
.about-text section{
	padding: 40px 70px 20px;
	border: 5px solid #000;
}
.gform_body ul,
.about-text section ul{
	margin: 0;
	padding-left: 0;
}
.about-text li{ 
	position: relative;
}
.about-text li:first-child{
	margin-bottom: 35px;
}
.about-text li:before{
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    background: url("images/nav-next.png") left 7px no-repeat;
    background-size: 20px;
    z-index: 1;
}
.about-text p{
	margin-bottom: 0;
    font: italic 700 18px/27px acumin-pro-condensed, sans-serif;
    letter-spacing: .9px;
}
.about-mission{
    margin: 90px 0;
    position: relative;
}
.about-mission:before{
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	top: 20px;
	left: 20px;
	content: "";
	border: 5px solid #ee4036;

}
.about-mission section{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 70px 50px;
}
.about-mission h2{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-mission p{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: acumin-pro-condensed, sans-serif;
    line-height: 30px;
    letter-spacing: 2.9px;
    max-width: 850px;
}
body.page-template-donate-page div#primary,
body.page-template-about-impact div#primary,
body.page-template-about-financial-page div#primary,
body.page-template-about-history-page div#primary,
body.page-template-about-page div#primary{
	max-width: 1400px;
}
.about-squares{
    max-width: 1170px;
    margin: 0 auto;
}
.about-squares section{
	width: 25%;
	height: 290px;
	float: left;
	position: relative;
}
.square-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-nl div h2,
.about-squares section h2{
	font: 38px/38px HelveticaNeue-CondensedBold, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-squares section p{
	font-size: 14px;
	line-height: 23px;
}
.about-squares section div{
    position: absolute;
    bottom: 30px;
    padding: 0 60px 0 30px;
}
.square-1,
.square-7{
	background: #DEDEDF;
}
.square-2,
.square-8{
	background: #000;
}
.square-3,
.square-5{
	background: center center no-repeat;
	background-size: cover;
}
.square-4,
.square-6{
	background: #ee4036;
}
.square-2 *,
.square-4 *,
.square-6 *,
.square-8 *{
	color: #fff;
}
.about-nl{
	margin-bottom: 95px;
	padding: 40px 45px;
	border: 5px solid #404041;
}
.about-nl > span{
	float: left;
    background: #DEDEDF;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 95px;
    border-radius: 100%;
    margin-right: 35px;
}
.about-nl svg{
	font-size: 30px;
}
.a-form-wrap{
	width: calc(75% - 180px);
	float: left;
}
.about-nl .gform_wrapper{
	width: calc(25% + 50px);
	float: right;
}
.about-nl .gfield_description.validation_message{
	position: relative;
	margin-top: -15px;
}
.about-nl .gform_wrapper .gfield_required{
	display: none;
}
.about-nl div h2{
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 3px;
}
.about-nl div p{
	font: 700 24px/24px AcuminProCond-Light, sans-serif;
	letter-spacing: 2.5px;
	margin-bottom: 0;
}

.about-nl input[type="submit"]{
	width: 100%;
	float: right;
	color: #fff;
	text-decoration: none;
	background: #ee4036;
	font-family:  HelveticaNeue-CondensedBold, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 75px;
	border-radius: 0;
}
.about-nl .validation_error{
	display: inline-block;
}
.psgal figure{
	padding: 1px!important;
}
.psgal figure img{
	width: 100%;
}
body:not(.search) h1.page-title{
	font-family: HelveticaNeue-CondensedBold;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 -50px;
    -webkit-transform: translate(0, -150px);
    transform: translate(0, -150px);
    background: rgba(255,255,255,.8);
    display: inline-block;
    width: 45%;
    padding: 37px 45px;
}
body.search .h1{
	font-family: HelveticaNeue-CondensedBold;
    font-size: 48px;
    line-height: 48px;
}
.page-content > section{
	width: 60%;
	padding-left: 45px;
	float: left;
}
.page-content section + section{
	width: 32%;
	padding-left: 0;
	float: right;
}
.page-content p.banner-txt,
.page-content div.img-txt,
.page-content p.img-txt{
	font: italic 600 18px/21px AcuminProCond-Light, sans-serif;
	border-bottom: 4px solid #404041;
	padding-bottom: 34px;
	letter-spacing: 0.2px;
}
.page-content div.img-txt,
.page-content p.img-txt{
	margin-top: 35px;
}
.page-content section img{
	width: 100%;
}
.page-template-about-impact #primary,
.page-template-about-history-page #primary{
    padding-top: 0;
    margin-top: -25px;
}
.spotlight-wrapper{
	background: #F0F0F2;
}
.spotlight-wrapper h2{
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.spotlight-wrapper h2 + p{
	margin-bottom: 35px;
	font: 18px/21px acumin-pro-condensed, sans-serif;
	text-align: center;
	letter-spacing: .6px;
}
.spotlight-wrapper > div{
	max-width: 1200px;
	margin: 60px auto 90px;
	padding: 65px 0 70px;
}
.bod-row .clearfix,
.spotlight-wrapper .clearfix{
	margin: 0 -30px;
}
.pers{
	float: left;
	width: 25%;
	padding: 0 30px;
}
.pers img{
	width: 100%;
}
.pers div{
	padding: 20px 20px 15px;
	background: #ee4036;
}
.pers section{
}
.pers p{
	font: 22px/22px AcuminProCond-Light, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 2.2px;
}
.pers span{
	font: 400 16px/22px AcuminProCond-Light, sans-serif;
	text-transform: none;
	color: #fff;
	display: block;
	letter-spacing: .5px;
	margin: -1px 0 2px;
}
.pers span p{
	margin-top: 30px;
}
.pers a{
	font: 400 14px/21px AcuminProCond-Light, sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.4px;
}
.masonry-wrapper{
	padding-bottom: 40px;
}
.masonry-wrapper > div{
	max-width: 1160px;
	margin: 0 auto;
}
.about-cta-wrapper{
	background: #F0F0F2;
	padding: 90px 0;
}
.about-cta-wrapper > div{
	max-width: 1400px;
	margin: 0 auto;
}
div.about-cta{
    background: #000 center top no-repeat;
    background-size: 110%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 15px solid #000;
}
div.about-cta img{
	opacity: 0;
}
div.about-cta:hover{
	background-size: 135%;
}
div.about-cta a{
	text-decoration: none!important;
}
div.about-cta p{
    background-color: #EE4036;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 74px;
	font: 400 28px/28px AcuminProCond-Regular, sans-serif;
    padding: 28px 0 18px;
    letter-spacing: 2.5px;
}
div.about-cta:hover p{
	color: #000;
}
.auth-contributions,
.last-row-support .grid_8_of_12 h2,
.contact-content h2,
.financial-title{
    margin: 10px 0 50px;
	padding: 0 0 27px 80px;
	font: 700 30px/30px HelveticaNeue-CondensedBold,sans-serif;
    text-transform: uppercase;
	border-bottom: 5px solid #ee4036;
	position: relative;
}
.auth-contributions:after,
.last-row-support .grid_8_of_12 h2:after,
.contact-content h2:after,
.financial-title:after{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 135px;
	border-style: solid;
	content: "";
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee4036 transparent;
}
.page-template-about-impact .page-content > section{
}
.col-financial{
	width: 33%;
	margin-bottom: 55px;
	float: left;
	padding-left: 80px;
}
.col-financial + .col-financial{
	width: 67%;
	padding-left: 80px
}



div.supporter-wrap, div.sponsor-wrap  {display: flex;
  flex-wrap: wrap;}

div.sponsor {
    padding: 2%;
    flex-grow: 1;
    flex-basis: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.supporter{
    padding: 1%;
    flex-grow: 1;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.sponsor img,
div.supporter img{
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
p.sup-title{
    width: 100%;
    max-width: 770px;
    margin: -5px auto 20px;
    padding: 15px;
    font: 700 24px/35px HelveticaNeue-CondensedBold,sans-serif;
    color: #fff;
    background: #404041;
    text-align: center;
}
div.sponsor img{
	max-width: 300px;
}
.page-template-donate-page h2.highlight{
    margin-top: 32px;
    margin-bottom: 50px;
}
.page-template-donate-page .row_2_content{
    padding: 90px 0;
    float: none;
}
.page-template-donate-page .row_2_content > .clearfix{
	max-width: 1400px;
    margin: 0 auto;
}
.page-template-donate-page .about-cta-wrapper{
	background: #fff;
}
#primary.contact-page-wrapper{
	padding-top: 60px;
	padding-bottom: 30px;
}
.contact-content{
	max-width: 700px;
}
.contact-content > *{
	padding-left: 80px;
}
.contact-content p + h2{
	margin-top: 70px;
}
.contact-wrapper{
    margin-top: 10px;
    padding: 55px 75px 5px;
	background: #F0F0F2;

}
.contact-wrapper h2{
	font-size: 30px;
	text-transform: uppercase;
}
.contact-wrapper p{
	margin-bottom: 0;
}
.contact-wrapper label{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: HelveticaNeue-CondensedBold;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 7px;
}
.contact-wrapper label span{
	color: #ee4036;
}
form .hidden-field textarea,
.contact-wrapper textarea,
.contact-wrapper input:not([type="submit"]){
	width: 100%;
	margin-bottom: 20px;
	padding: 0 16px;
	font: 16px/50px acumin-pro-condensed;
	letter-spacing: 1.6px;
}
form .hidden-field textarea,
.contact-wrapper textarea{
	line-height: 24px;
	padding: 16px;
}
.contact-wrapper input[type="submit"]{
	width: 100%;
	margin-top: 30px;
	padding: 18px;
	text-transform: uppercase;
	font-family: HelveticaNeue-CondensedBold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #ee4036;
}
.side-form,
.contact-subscribe{
	margin: 50px 0;
	padding: 40px 75px;
	background: #000;
}
aside div.side-red,
.side-form{
	padding: 30px;
	position: relative;
}
.about-nl input[type="email"],
.contact-subscribe input[type="email"],
body .sidebar-wrapper .side-form .gform_wrapper form input[type="email"],
.side-form input[type="email"]{
	display: block;
	width: 100%;
	font: 400 16px/34px acumin-pro-condensed!important;
	border: 4px solid #ee4036;
	margin-top: 15px;
	border-radius: 0;
	padding: 8px 21px 8px 8px;
	letter-spacing: 1.3px;
}
.about-nl input[type="email"]{
    margin-top: 10px;
    margin-bottom: 20px;
	border: 1px solid #333;
}
.contact-subscribe input[type="email"]{
	border: none;

}
.side-form .gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0;
}
.side-form .gform_wrapper .gform_footer{
	margin: 0;
	padding: 0;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: none;
	background: none;
	max-width: unset;
}
.side-form input[type="submit"]{
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(http://voxatl.org/wp-content/uploads/2018/07/play-arrow-materialicons-regular-1.png) no-repeat;
    background-color: transparent;
    background-position: 80%;
    color: transparent;
    text-shadow: none;
    border: none;
}
.side-form .gform_wrapper input[type="submit"]{
    top: unset;
	bottom: 30px;
    right: 30px;
}
div#secondary ul.gform_fields{
	margin: 0;
}
.side-form input[type="submit"]:hover{
	opacity: .5;
}
.side-form .gform_body{
	position: relative;
}
.side-form div.wpcf7 .ajax-loader{
	position: absolute;
	margin-top: 4px;
}
.side-form div.wpcf7-validation-errors,
.side-form div.wpcf7-acceptance-missing,
.side-form div.wpcf7-mail-sent-ok{
	margin: 0 -15px;
	border: none;
	color: #c00;
}
.gform_confirmation_wrapper,
.side-form div.wpcf7-mail-sent-ok{
	color: #398f14;
	/*margin-top: 10px;*/
}
.validation_error,
.gfield_required,
.gfield_description.validation_message,
.side-form span.wpcf7-not-valid-tip{
	color: #c00;
}
.gform_ajax_spinner{
	position: absolute!important;
}
.gfield_description.validation_message{
	position: absolute;
}
.contact-wrapper .gfield_description.validation_message{
	position: relative;
	margin-top: -10px;
}
div.ginput_recaptcha + .gfield_description.validation_message{
	margin-top: 5px;
}
.contact-wrapper  input[type="submit"]{
	margin-bottom: 30px;
}
aside div.side-red p,
aside div.side-red .gfield_label,
.side-form label,
.contact-subscribe p,
.contact-subscribe .gfield_label{
	max-width: 400px;
	font: 18px/24px HelveticaNeue-CondensedBold;
	color: #fff;
	margin-bottom: 17px;
}
body .gform_wrapper ul li.gfield{
	margin: 0;
}
aside div.side-red a:not(.gform_anchor),
aside div.side-red input[type="submit"],
.contact-subscribe  input[type="submit"],
.contact-subscribe  a.show-form{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 0;
	padding: 12px;
	font: 18px/21px HelveticaNeue-CondensedBold;
	color: #fff;
	border: 5px solid #fff;
	background: #ee4036;
	text-transform: uppercase;
	text-decoration: none!important;
	text-align: center;
}
.contact-subscribe  input[type="submit"],
.contact-subscribe  a.show-form,
aside div.side-red input[type="submit"],
aside div.side-red a:not(.gform_anchor){
	background: #000;
	width: 100%;
	margin-top: 15px;
	border-radius: 0;
}
.contact-subscribe  input[type="submit"],
.contact-subscribe  a.show-form{
	background: #ee4036
}
.contact-subscribe form .hidden-field input,
.contact-subscribe form .hidden-field textarea,
.sidebar-wrapper form .hidden-field input,
.sidebar-wrapper form .hidden-field textarea{
	display: none;
}
.contact-subscribe .gform_validation_error form .hidden-field input,
.contact-subscribe .gform_validation_error form .hidden-field textarea,
.sidebar-wrapper .gform_validation_error form .hidden-field input,
.sidebar-wrapper .gform_validation_error form .hidden-field textarea{
	display: block;
} 
.hidden-field .validation_message{
	position: relative;
}
.contact-subscribe ul{
	margin: 0;
	padding: 0;
}
div.side-red textarea{
	height: 106px;
	margin-top: 15px;
	resize: none;
	border-radius: 0;
}
.contact-subscribe  a.show-form,
aside div.side-red a.show-form{
    width: calc(100% - 60px);
    position: absolute;
    bottom: 35px;
    margin: 0;
    opacity: 0;
}
aside div.side-red .gform_confirmation_wrapper{
	color: #fff;
}
.contact-wrapper input[type="submit"]:hover,
.contact-subscribe a:hover{
	color: #000;
}
.page-template-contact-page .contact-subscribe{
	position: relative;
}
.page-template-contact-page .contact-subscribe .show-form{
	width: calc(100% - 150px);
    bottom: 45px;
}
.support-banner,
.donate-top-section{
	width: 33.33%;
	height: 600px;
	float: left;
	position: relative;
	background: #000 top center no-repeat;
	background-size: 105%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.support-banner:hover,
.donate-top-section:hover{
	background-size: 130%;
}
.support-banner > div,
.donate-top-section > div{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 40px;
	z-index: 2;
	overflow: hidden;
}
.support-banner a,
.donate-top-section a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.support-banner p,
.donate-top-section p{
    color: #8F8F91;
    font: 28px/30px acumin-pro-condensed;
    margin: 0;
    letter-spacing: 2.5px;
}
.support-banner h2,
.donate-top-section h2{
	color: #fff;
	font-size: 55px;
}
.support-banner img,
.donate-top-section img{
	position: absolute;
	bottom: -17px;
	right: -17px;
	font-size: 55px;
	text-transform: uppercase;
	font-family: HelveticaNeue-CondensedBold;
}
.gray-bg{
    margin: 30px 0;
	padding: 40px 20px 47px 65px;
	background: #F0F0F2;
}
.gray-bg p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 13px;
}
.gray-bg h2{
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.gray-bg h2 + p{
	font: 30px/30px acumin-pro-condensed;
	text-transform: uppercase;
	letter-spacing: 2.9px;
}
.gray-bg p:last-child{
	margin-bottom: 0;
}
.gray-bg a{
	text-transform: uppercase;
	font-family: acumin-pro-condensed;
	font-size: 18px;
	letter-spacing: 1.6px;
	margin-right: 40px;
}
.gray-bg a:last-child{
	margin-right: 15px;
}
.sideber-sections > div{
	position: relative;
    background-color: #404042;
    padding: 22px 34px;
    margin-bottom: 30px;
}
.sideber-sections > div h2{
	color: #fff;
	font-family:  HelveticaNeue-CondensedBold;
	font-size: 26px;
	margin-bottom: 0;
}
.sideber-sections > div p{
	color: #fff;
	font: 400 22px/30px acumin-pro-condensed;
	letter-spacing: 2.1px;
	margin-bottom: 18px;
}
.sideber-sections > div.has-bg p{
	margin-bottom: 8px;
}
.sideber-sections > div a{
	font-family: acumin-pro-condensed;
    font-size: 20px;
}
.sideber-sections > div.has-bg a{
	letter-spacing: 1.7px;
	font-size: 18px;
}
.sideber-sections > div:not(.has-bg) .overlay{
	display: none;
}
.sideber-sections > div:not(.has-bg) a{
    text-align: center;
    color: #fff;
    text-decoration: none!important;
    background: #ee4036;
    display: block;
    font-weight: 700;
    padding: 11px;
    border: 3px solid #fff;
}
.sideber-sections > div:not(.has-bg) a:hover{
	color: #000;
}
.support-banner{
	width: 100%;
	height: 500px;
	margin-bottom: 70px;
	float: none;
}
.support-banner > div{
	padding: 30px 30px 30px 65px;
}
.support-banner img{
	bottom: 15px;
	right: 15px;

}
.support-banner .border{
	height: calc(100% - 40px);
	z-index: 2;
}
.has-bg{
	background: center center no-repeat;
	background-size: cover;
} 
.has-bg div{
	position: relative;
	z-index: 1;
}
.has-bg h2{
	margin: 230px 0 0;
}
.last-row-support .grid_8_of_12 h2{
	padding-left: 5px;
    margin: 0 0 40px;
    padding-bottom: 20px;
	padding-left: 5px;
}
.last-row-support .grid_8_of_12 h2:after{
	left: 25px;
}
.last-row-support .article > div{
	width: 50%;
	float: left;
}
.last-row-support .grid_8_of_12 h2 a{
	float: right;
	font: 400 18px/40px acumin-pro-condensed;
	letter-spacing: 1.5px;
}
.last-row-support .select-img a{
	height: 100%;
}
.last-row-support .select-content{
	padding-left: 40px;
}
.auth-post-wrapper h3 a,
.last-row-support .select-content h3{
	font: 20px/26px HelveticaNeue-CondensedBold;
	text-decoration-line: none;
	color: #404041;
}
.auth-post-wrapper .select-content h4,
.last-row-support .select-content h4{
    font-size: 16px;
    font-family: acumin-pro-condensed;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.last-row-support .select-content p{
	margin-bottom: 0;
}
.last-row-support .select-content p + a{
	margin-top: 10px;
    display: block;
    text-transform: uppercase;
    font-family: acumin-pro-condensed;
    letter-spacing: 1.8px;
}
.support-volunteer-page:not(.people-page) div#primary{
	padding-top: 30px;
}
div.page-title{
    background: rgba(255,255,255,.8);
    display: inline-block;
    width: 45%;
    padding: 37px 45px;
    position: absolute;
    transform: translateY(-100%);
    margin-top: -115px;
    text-transform: unset;
}
div.page-title h2{
	font-family: HelveticaNeue-CondensedBold;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 35px 0 0;
}
div.page-title a,
div.page-title h6{
    padding: 18px 90px;
    text-transform: uppercase;
    font-family: HelveticaNeue-CondensedBold;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #ee4036;
    display: inline-block;
    text-decoration: none!important;
}
div.page-title h6{
	background: #7B7B7E;
}
div.page-title h6 a{
	margin: -18px -90px;
}
div.page-title a:hover{
	color: #000;
}
div.evt-title{
	width: 40%;
}
div.page-title p{
	font-weight: 400;
	font-family: acumin-pro;
}
div.page-title p strong{
	font-weight: 700
}
div.evt-title h2{}
div.evt-title p{
	font-size: 18px;
	line-height: 30px;
}
.support-volunteer-page #primary + .row-two{
    margin: 60px 0 0;
    padding: 80px 0;
    background: #F0F0F2;
}
.support-volunteer-page #primary + .row-two .page-content{
	max-width: 1400px;
	margin: 0 auto;
}
.support-volunteer-page #primary + .row-two .page-content h2{
	font-size: 30px;
	margin-bottom: 30px;
}
.support-volunteer-page #primary + .row-two .page-content section{
	padding-left: 0;
}
.support-volunteer-page #primary + .row-two .page-content section + section h2{
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #ee4036;
    position: relative;
}
.support-volunteer-page #primary + .row-two .page-content section + section h2:after{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 25px;
	border-style: solid;
	content: "";
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ee4036 transparent;
}
.support-volunteer-page #primary + .row-two .page-content p{
    font-size: 16px;
    line-height: 24px;
}
.support-volunteer-page .about-cta-wrapper{
	background: #fff;
}
.support-volunteer-page .as-row + .about-cta-wrapper,
.support-volunteer-page #primary + .about-cta-wrapper{
	margin-top: 50px;
	background: #F0F0F2;
}
.people-page{}
.people-page div.page-title{
	margin-bottom: -85px;
}
.people-page .page-text{
	max-width: 1400px;
	margin: 30px auto 60px;
}
.people-page .page-text p{
	font-weight: 400;
	letter-spacing: .2px;
}
.people-page .page-text a{
	font-size: 24px;
	height: 70px;
}
.people-page .page-text .grid_4_of_12 p{
	font: italic 700 16px/21px acumin-pro-condensed;

}
.people-page .page-text .grid_4_of_12 h6{
	display: block;
    background: #404041;
    padding: 30px 35px;
}
.people-page .page-text .grid_4_of_12 h6 a{
	display: block;
    background: #ee4036;
    color: #fff;
    text-decoration: none!important;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
    padding: 22px;
	
}
.people-page .page-text .grid_4_of_12 h6 a:hover{
	color: #000;
}
.bod-row{
	background: #F0F0F2;
	padding: 65px 0 35px;
}
.bod-row h2{
	margin-bottom: 18px;
    font-size: 30px;
	text-align: center;
    padding: 0 30px;
}
.bod-row h2 + p{
    text-align: center;
    max-width: 620px;
    margin: 0px auto 45px;
    font-size: 18px;
    line-height: 24px;
    font-family: acumin-pro-condensed;
    padding: 0 30px;
    letter-spacing: 0.5px;
}
.bod-row > div{
	max-width: 1260px;
	margin: 0 auto;
}
.bod-row > .clearfix{
	margin: 0 -30px;
}
.bod-row .pers{
	margin-bottom: 50px;
}
.bod-row .pers span{
	margin-bottom: 30px;
	text-transform: none;
}
.as-row{
	background: #fff;
	padding-top: 90px;
}
.bod-row > .clearfix{
	margin: 0 -40px;
}
.as-row .pers{
	width: 33.33%;
	padding: 0 40px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.as-row .pers span{
	/* margin-bottom: 80px; */
}
/* blanked this out as it seemed to be giving the Adult Staff way too much margin cwh */
a.pers-link{
	margin-right: 15px;
}
.as-row .pers div{
	padding: 30px 30px 15px;
	background: #404041;
}
.author div#primary{
	max-width: 1170px;
	padding-bottom: 70px;
}
.auth-info > div{
    float: left;
}
.auth-info > div + div{
	width: calc(100% - 350px);
}
.auth-info h2{
	display: block;
	margin: 0;
	padding: 28px 30px 28px 60px;
	background: #ee4036;
}
.auth-info h2 span{
	display: inline-block;
	font: 30px/36px HelveticaNeue-CondensedBold;
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
}
.auth-info h2 span + span{	
	font: 400 24px/36px acumin-pro-condensed;
	text-transform: unset;
	letter-spacing: .7px;
	margin-left: 0;
	margin-right: 10px;
}
.auth-info p{
    border: 5px solid #404041;
    font-size: 18px;
    line-height: 26px;
    padding: 35px 60px;
    min-height: 237px;
}
.auth-post-wrapper .post_format_icon{
	left: auto;
}
.auth-post-wrapper .likebtn_container{
	left: auto;
	right: -5px;
}
.auth-post-wrapper .select-content{
	width: calc(100% - 275px);
	padding-left: 30px;
}
.auth-post-wrapper .select-img a{
	height: 135px;
}
.auth-post-wrapper h3 a{
    font-size: 24px;
}
.auth-post-wrapper h3 a:hover{
	color: #ee4036
}
.auth-post-wrapper .select-content{
	margin-bottom: 50px;
}
.auth-post-wrapper .select-date{
	margin-left: 0;
	padding-left: 0;
}
.auth-post-wrapper .select-date:before{
	display: none;
}
.auth-contributions{
    padding-left: 0;
    margin: 75px 0 39px;
    padding-bottom: 18px;
}
.auth-contributions:after{
	left: 25px;
}
.author .archive-header a{	
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    font-family: acumin-pro-condensed;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.author .archive-header{
	margin-bottom: 65px;
}
.author .archive-header a:before{
    width: 20px;
    height: 100%;
    position: absolute;
    top: 2px;
    left: -40px;
    content: "";
    background: #fff url("images/nav-prev.png") center left no-repeat;
    background-size: 20px;
}

.featured-posts{}
.featured-posts li{
	display: block;
	margin-bottom: 16px;
	padding: 0 25px;
}
.featured-posts a{
	float: left;
}
.featured-posts p{
	float: right;
}
aside.categories{
	margin-bottom: 40px;
}
aside.categories a{
	margin-right: 40px;
	display: inline-block;
	margin-bottom: 10px;
}
.widget-area-custom aside{
	position: relative;
}
.widget-area-custom aside a{
	text-transform: uppercase;
	font: 600 18px/24px acumin-pro-condensed;
}
.widget-area-custom aside.categories a{
	font-weight: 400;
	letter-spacing: 1.5px;
}
aside.featured-posts a{
	text-decoration: none;
	font-family: HelveticaNeue-CondensedBold;
	color: #404041;
}
aside.featured-posts a:hover{
	color: #ee4036;
}

aside.featured-posts p{
	font: 400 16px/24px acumin-pro-condensed;
	text-transform: uppercase;
}
.widget-area-custom aside h2{
	margin-bottom: 26px;
}
aside.categories div{
    margin-top: -4px;
    padding: 0px 25px;
}
aside.categories .vew-all-evt{
    top: -5px;
    margin: 0;
    font-size: 16px;
    right: 20px;
}
.side-form .ide-red{
	background: 
}
@media only screen and (max-width: 1400px){
	.about-cta-wrapper,
	.people-page .page-text,
	.support-volunteer-page #primary + .row-two{
		padding-left: 30px;
		padding-right: 30px;
	}
	.auth-post-wrapper .select-content{
		width: 75%;
	}
	#bannercontainer .col.grid_2_of_12:last-child{
		width: 230px;
	}
	#bannercontainer form.search-form.show .search-field{
		width: 190px;
	}
	.auth-post-wrapper .post_format_icon, .selects_section .post_format_icon{
		left: auto;
	}
	.auth-post-wrapper .likebtn_container, .selects_section .likebtn_container{
		left: auto;
		right: -5px;
	}
	.site-footer{
		width: 100%;
	}
	.archive-header{
		margin: 30px
	}
}
aside div.side-red{
	background: #ee4036;
	margin-bottom: 40px;
}
aside .contact-subscribe{
	padding: 30px 35px;
}
aside.categories li{
	list-style-type: none;
}
.side-filter{
	background: #dededf;
    padding: 0 10px 20px 30px;
    border-bottom: 5px solid #404041;
    margin-bottom: 45px;
    margin-top: 120px;
}
.single .blog-aside,
.category-blog #secondary{
	margin-top: 95px;
}
div#secondary aside.side-filter h3{
	left: -30px;
	padding-left: 50px;
}
div#secondary aside.side-filter h3.widget-title:before{
        background: url(images/feed.png) 10px center no-repeat;
    background-size: 35px;
    left: 0;
}
.side-filter input[type="checkbox"],
.side-filter input[type="radio"]{
	position: absolute;
	z-index: 0;
	opacity: 0;
}
.side-filter label.label{
    font-size: 18px;
    font-family: 'HelveticaNeue-CondensedBold', sans-serif;
    text-transform: uppercase;
    display: block;
}

label.label[for="sort"]{
	float: left;
	margin-right: 20px;
	line-height: 50px;
}
.sel-wrap{
    display: inline-block;
    width: 35%;
    float: left;
    margin-top: 10px;
}
.sel-wrap-{
	max-width: 100px;
}
.sel-wrap.sel-wrap2{
    width: auto;
    max-width: unset;
    margin-right: 50px;
}
.sel-wrap.sel-wrap2 label{
	padding-left: 0;
	display: block;
	margin-top: 30px
}
.sel-wrap.sel-wrap2 label:after{
	width: 50px;
	height: 50px;
	position: absolute;
	content: "";
	left: 50%;
	top: -50px;
	margin-left: -25px;
	background: url(http://voxatl.org/wp-content/uploads/2018/07/561977-200.png) no-repeat;	
	background-position: bottom center;
	background-size: 30px;
}
.sel-wrap.sel-wrap2 + .sel-wrap.sel-wrap2 label:after{
	background-image: url(http://voxatl.org/wp-content/uploads/2018/07/561977-200-2.png);
	background-size: 30px;
}
.sel-wrap.sel-wrap2 + .sel-wrap.sel-wrap2 + .sel-wrap.sel-wrap2 label:after{
	background-image: url(http://voxatl.org/wp-content/uploads/2018/07/561977-200-1.png);
	background-size: 20px;
}
aside.side-filter .buton{
	display: block;
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 0;
	background: #404040;
	color: #fff;
	font: 400 16px/30px 'acumin-pro-condensed';
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	text-align: center;

}
.sel-wrap.sel-wrap2 label:before{
    left: 50%;
    top: unset;
    bottom: -30px;
    margin-top: -4px;
    margin-left: -4px;
}
.sel-wrap.sel-wrap2:last-child{
	margin-right: 0;
}
.sel-wrap + .clearfix + .label{
	margin-top: 20px;
}
.b-butons{
	margin-bottom: 50px;
}
aside.side-filter a.buton{
	background: #A7A7AA;
}

.sel-wrap label{
	font: 400 18px/27px 'acumin-pro-condensed';
	color: #ee4036;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
.sel-wrap label:before{
	width: 8px;
	height: 8px;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -4px;
	content: "";
	outline: 1px solid #000;
	border: 2px solid #fff;
	background: #fff;
}
.sel-wrap input:checked + label:before{
	background: #ee4036;	
}
@media only screen and (max-width: 1024px){
	.page-template-contact-page .contact-subscribe .show-form{
		width: calc(100% - 60px);
	}
	.social-media-icons ul{
		margin-left: 0!important;
	}
	.site-content{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	#primary,
	#primary + div{
		padding: 30px!important;
	}
	.homepage_cta {
	    padding: 30px 30px 1px!important;
	}
	.selects_section{
		padding-top: 10px;
	}
	.home ._block{
		padding-top: 30px;
	}
	.site-content.row.vox-select {
	    padding-bottom: 0;
	}
	.social_head {
	    padding: 30px 30px 0 !important;
	}
	.homepage_social {
	    padding: 30px 30px 0px !important;
	}
	.homepage_teen_highlight {
		padding: 30px;
	}
	.category #nav-below {
	    margin: 0 0 30px;
	}
	.section-title {
	    padding: 0px 0 0;
	}
	.sg-nav-wrapper {
	    margin: 30px 0;
	}
	div.about-cta,
	.homepage_cta .cta_block{
	    float: none;
	    width: 500px;
	    max-width: 100%;
	    margin: 0 auto 30px!important;
	}
	.homepage_social .grid_6_of_12 {
	    width: 100%;
	    margin: 0 0 30px;
	    padding: 0;
	}
	#bannercontainer > .site-content > .col:first-child{
		width: auto;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
		margin-right: 0;
	}
	.site-footer{
		padding-top: 35px;
	}
	#footercontainer .site-footer.row .grid_6_of_12{
		margin-bottom: 30px;
	}
	#footercontainer .site-footer.row .grid_6_of_12 + .grid_1_of_12{
		margin-left: 0;
		clear: left;
	}
	.entry-meta.test a,
	.entry-meta.test span{
		line-height: 22px;
	}
	.author-description .entry-meta.test a{
		display: block;
	}
	.author-description .entry-meta.test a + a{
		margin-right: 0;
		margin-top: 3px;
	}
	#respond form .comment-form-author, #respond form .comment-form-email{
		width: 100%;
		margin-left: 0;
	}
	.donate-top-section{
		height: 400px;		
	}
	.support-banner{
		height: 350px;
	}
	.donate-top-section > div{
		padding-left: 10px;
	}
	.support-banner img, .donate-top-section img{
		width: 95px;
		bottom: 0;
	}
	.support-banner h2{
		margin-bottom: 0;
	}
	.support-banner img{
		bottom: 15px;
	}
	.last-row-support .grid_8_of_12{
		width: 100%;
	}
	.last-row-support .sideber-sections{
		width: 50%;
		margin-left: 0;
	}
	div.sponsor.col{
		width: 50%;
		margin: 0;
	}
	.row_2_content .col.grid_3_of_12{
		width: 49.2%;
	}
	.row_2_content .col.grid_3_of_12:nth-child(odd){
		margin-left: 0;	
	}
	#bannercontainer .site-content,
	.site-footer,
	.page-template-donate-page .row_1_content,
	.page-template-donate-page .row_2_content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-id-9090 div.page-title,
	.page-id-9449 div.page-title,
	.page-id-999 div.page-title{
		width: 75%;
		margin-top: -60px;
	}
	.bod-row{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.auth-info > div + div{
		width: 100%;
	}
	.page-content > section {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 30px;
	    float: none;
	}
	.page-content > section + section {
		width: 50%;
		float: left;
	}
	#tribe-events-content{
		padding: 30px;
	}
	.support-volunteer-page .as-row + .about-cta-wrapper{
		margin-top: 20px;
	}
	.contact-page-wrapper .col{
		width: 100%;
		margin-left: 0;
	}
	.contact-page-wrapper .col div{
		max-width: unset;
	}
	.contact-wrapper{
		margin-top: 30px;
	}
	div.tribe-bar-date-filter{
		padding-left: 30px;
	}
	.col-financial{
		padding-left: 0;
	}
	#respond form{
		padding: 0;
	}
	.page-template-avdice-feed #primary .grid_4_of_12, .page-template-news-feed #primary .grid_4_of_12,
	.single #primary .grid_4_of_12, .category #primary .grid_4_of_12 {
	    width: 34%;
	    margin-left: 0;
	}
	.page-content > section{
		padding-left: 0;
	}
	#ctf,
	#cff,
	.contact-subscribe,
	.contact-wrapper,
	.contact-content h2,
	.contact-content > *{
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-content iframe{
		width: 100%;
	}
	.contact-content h2:after{
		left: 85px;
	}
	.tribe-events-single-event-description.tribe-events-content{
	    width: 80%;
	}
	div#secondary #custom_html-5{
		margin-bottom: 20px
	}
	.features.home-block.col2 {
	    margin-bottom: 30px;
	}
	div.page-title{
	    width: 85%;
	    margin-top: -60px;
	    padding: 30px;
	}
	.support-volunteer-page .as-row + .about-cta-wrapper, .support-volunteer-page #primary + .about-cta-wrapper {
	    margin-top: 30px;
	    background: #F0F0F2;
	    padding: 30px 30px 1px!important;
	}
	.col-financial{
		margin-bottom: 30px;
	}
	.about-cta-wrapper{
		padding: 30px 30px 1px;
	}
	.spotlight-wrapper > div {
	    max-width: 1200px;
	    margin: 30px auto 30px;
	    padding: 30px 0 0px;
	}
	.as-row{
		padding-top: 40px;
	}
	.bod-row .clearfix,
	.spotlight-wrapper .clearfix {
	    margin: 0 -15px;
	}
	.as-row .pers, .bod-row .pers {
	    width: 33.33%;
	    margin-bottom: 30px;
	    padding: 0 15px;
	}
	.author .archive-header {
    	margin: 0 0 30px 40px;
	}
	.author .archive-header {
	    margin: 0 0 30px 40px;
	}
	.row_1_content{
		margin-bottom: 30px;
	}
	.level-wrap{
		margin-bottom: 30px
	}
	.contact-wrapper{
		padding: 30px 30px 0px;
	}
	.contact-subscribe{
		margin: 30px 0 0;
	}
}
@media only screen and (max-width: 980px){
	.a-form-wrap,
	.about-nl .gform_wrapper{
		width: 100%;
	}
	.pers, .as-row .pers, .bod-row .pers {
	    width: 50%;
	    margin-bottom: 30px;
	    padding: 0 15px;
	}
	.spotlight-wrapper > div {
	    margin: 0px auto;
	    padding: 0px 0 0px;
	}
	.masonry-wrapper {
	    padding-bottom: 30px;
	    margin-top: 50px;
	}
	.bod-row .clearfix, .spotlight-wrapper .clearfix {
	    margin: 0 15px;
	}
	div#secondary aside h3.widget-title{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.support-volunteer-page #primary + .about-cta-wrapper,
	.support-volunteer-page #primary + .row-two,
	.support-volunteer-page .as-row + .about-cta-wrapper{
		margin-top: 0;
	}
	.category #nav-below{
		margin: 0;
	}

	#bannercontainer form.search-form{
		margin-right: 20px;
		margin-top: 0;
	} 
	#bannercontainer form.search-form .search-submit{
   		background-size: 17px;
	}
	.sticky-nav #bannercontainer form.search-form .search-submit{
		top: 0;
	}
	.single .blog-aside,
	.category-blog #secondary,
	.side-filter{
		margin-top: 30px;
	}
	.sel-wrap{
		width: unset;
		margin-right: 30px;
	}
	div#secondary .widget{
		margin-top: 70px;
	}
	#primary .col{
        width: 100%!important;
    }
	div#secondary .widget:first-child{
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.home #primary > .col.grid_4_of_12{
	    float: none;
	    margin: 0 auto;
	    padding: 0!important;
	}
	.homepage_social .container,
	.site-content.row.vox-select{
		width: 100%;
	}
	.select-img{
		width: 50%;
	}
	.select-img a{
		height: 225px;
	}
	.select-content{
		width: 45%;
	}
	.site-content.row.vox-select {
	    padding-bottom: 60px;
	}
	.homepage_email,
	.social_head{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	.homepage_social h3{
		padding-left: 50px;
		text-align: left;
	}
	.homepage_email .email_form{
		max-width: unset;
	}
	#mc_embed_signup_scroll{
		position: relative;
	}
	.homepage_email input#mc-embedded-subscribe{
	    width: unset;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1
	}
	#footercontainer .site-footer.row .grid_6_of_12{
		text-align: left;
	}
	#bannercontainer #bannercontainer form.search-form{
		margin-top: 0;
		margin-right: 20px;
	}
	.sticky-nav header#masthead h1 a,
	.sticky-nav header#masthead h1{
		height: 50px;
	}
	.sticky-nav #bannercontainer{
		top: 50px;
		background: none;
	}
	.sticky-nav #bannercontainer form.search-form,
	.sticky-nav #mega-menu-wrap-primary{
		margin-top: 13px;
	}
	ul#menu-programs-menu li, 
	ul#menu-programs-menu-2 li,
	ul#menu-category-menu li,
	ul#menu-advice-menu li,
	ul#menu-support-menu li,
	ul#menu-support-menu-2 li,
	ul#menu-about-menu li,
	ul#menu-about-menu-2 li{
	    display: block!important;
	}
	ul.mega-sub-menu{
		width: 320px!important;
		min-width: unset!important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link{
		padding-top: 4px;
	}
	#mega-menu-item-9469 a{
		display: block!important;
	}
	#menu-support-menu:after, #menu-about-menu:after, #menu-programs-menu:after{
	    width: calc(100% - 30px);
	    margin: 30px 0 0;
	}
	.tribe-event-description .more-link{
		display: none;
	}
	.tribe-events-single-event-description.tribe-events-content{
	    width: 100%;
	}
	body.page div.page-title {
	    width: calc(100% - 60px);
	    margin-top: -60px;
	    padding: 30px;
	}
	div.page-title h2{
		margin-top: 0;
	}
	.support-volunteer-page{
		overflow: hidden;
	}
	.support-volunteer-page .about-banner{
	    width: 100%;
	    height: 320px;
	    min-height: 320px;
	    width: auto;
	    max-width: unset;
	}
	.vox-text{
		padding-top: 30px;
	}
	.homepage_cta .container,
	.about-donate{
		width: 100%;
	}
	.about-text {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 90px;
	}
	.about-mission{
		margin: 60px 0;
	}
	.about-mission section {
	    padding: 0 30px 30px;
	}
	.about-mission section h2{
		font-size: 36px;
		line-height: 36px;
	}
	.about-mission section p{
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 1px;
	}
	.about-squares section{
		width: 50%;
	}
	.about-nl a{
		float: left;
		margin-top: 30px;
	}
	.about-nl{
		margin-bottom: 30px;
	}
	.auth-post-wrapper .select-img a{
	    height: 200px;
	}
	.auth-post-wrapper .select-content{
		width: 45%;
	}
	.page-template-avdice-feed #primary .grid_8_of_12, .page-template-news-feed #primary .grid_8_of_12, .single #primary .grid_8_of_12, .category #primary .grid_8_of_12{
		padding-right: 0;
	}
	.single .entry-content{
		padding: 0;
	}
	div.supporter{
		width: 100%;
	}
	.donate-top-section {
	    height: 600px;
	    width: 100%;
	    background-size: 105%;
	}
	.support-banner img, .donate-top-section img {
	    width: 100px;
	    bottom: 5px;
	    right: 0px;
	}
	.donate-top-section > div {
	    padding-left: 30px;
	}
	.support-banner img {
	    bottom: 15px;
	    right: 15px;
	}
	.support-banner > div {
	    padding: 30px 30px 30px 40px;
	}
	div#secondary #custom_html-5 {
	    margin-bottom: -30px;
	}
	/*
	.sidebar-wrapper{
	    position: absolute;
	    top: 0;
	    left: 0;
	    padding: 30px 0;
	    z-index: 11;
	    overflow: hidden;
 
	}
	.sidebar-wrapper .toggle-side{
		display: block;
		position: fixed;
		right: 0;
		top: 95px;
		width: 30px;
		height: 30px;
	    color: #000;
	    text-align: center;
	    line-height: 30px;
	    z-index: 20;
	    filter: drop-shadow(0px 0px 2px #fff);
	}
	.sidebar-wrapper #secondary{
		position: relative;
	    left: 105%;
	    background: #fff;
        filter: drop-shadow(0px 0px 5px #000);
       	-webkit-transition: .3s all ease-in-out;
		transition: .3s all ease-in-out;
	}
	.sidebar-wrapper.toggle #secondary{
		left: 0;
	}
	.sidebar-wrapper  #secondary aside{
		padding-left: 30px;
		padding-right: 30px;
	}*/
	.blog-aside{
		padding-top: 30px;
	}
}
@media only screen and (max-width: 640px){
	header#masthead h1{
	    width: 140px;
	    height: 80px;
	    background: url(images/vox-logo.png) center center no-repeat;
	    background-size: 140px;
	    z-index: 100;
	    position: relative;
	    margin: 0 auto;
	}
	header#masthead img{
		display: none;
	}

	#top-featured h3{
		font-size: 35px;
		line-height: 35px;
	}
	#recent-posts-2 li,
	li.ecs-event{
		margin-bottom: 10px;
	}
	li.ecs-event .entry-title,
	li.ecs-event .duration{
		display: block;
		float: none;
	}
	.features.home-block.col2{
		margin-bottom: 0;
	}
	.selects_section{
		padding: 30px;
	}
	.select-img,
	.select-content{
		width: 100%;
		padding-left: 0;
	}
	.site-content.row.vox-select{
		padding-bottom: 0;
	}
	.selects_section{
		padding-bottom: 0;
	}
	.homepage_teen_highlight{
        width: 80%;
    	padding: 15px;
	}
	.features.col1 .backgroundThumb, .features.col2 .backgroundThumb {
	    margin: 0 0 30px;
	}
	.contact-content > *{
		padding: 0;
	}
	#footercontainer .site-footer.row .grid_1_of_12 {
	    width: 50%;
	    margin: 0 0 30px 0;
	}
	#primary.contact-page-wrapper {
	    padding-top: 30px;
	}
	body:not(.search) h1.page-title {
        font-family: HelveticaNeue-CondensedBold;
	    font-size: 36px;
	    line-height: 36px;
	    margin: -30px 0 -30px;
	    -webkit-transform: translate(0, -100%);
	    transform: translate(0, -100%);
	    background: rgba(255,255,255,.8);
	    display: inline-block;
	    width: 100%;
	    padding: 30px;

	}
	.page-content > section + section{
		width: 100%;
	}
	.page-template-about-history-page .page-content > section{
		width: 100%!important;
	}
	.as-row .pers, .pers{
		width: 100%;
	}
	.masonry-wrapper{
		padding-bottom: 0;
	}
	.about-cta-wrapper{
		padding-top: 40px;
		padding-bottom: 1px;
	}
	.col-financial{
		width: 100%;
	}
	.col-financial + .col-financial{
	    width: 100%;
		padding-left: 0;
	}
	.entry-header-cat{
		height: 350px;
	}
	.entry-title-link h1{
	    color: #fff;
	    font-size: 28px;
	    line-height: 30px;
	}
	.cat-prev-page{
		position: absolute;
		bottom: -30px;
		left: -30px;
	}
	.cat-next-page{
		position: absolute;
		bottom: -30px;
		right: -30px;
	}
	.no-prev,
	.no-next{
		bottom: -37px;
	}
	.donate-top-section {
	    height: 350px;
	    width: 100%;
	    background-size: 105%;
	}
	.support-banner p{
		font-size: 24px;
	}
	.support-banner p, .donate-top-section p{
		color: #fff;

	}
	.donate-top-section h2{
		margin-bottom: 125px;
	}
	.support-banner h2{
		font-size: 36px;
		margin-bottom: 60px;
	}
	.support-banner img{
		width: 90px;
	}
	.gray-bg {
	    margin: 0px 0 30px;
	    padding: 30px;
	}
	.support-banner {
	    height: 250px;
	    background-size: 190%;
	}
	.support-banner:hover{
	    background-size: 215%;		
	}
	.last-row-support .article > div{
		width: 100%;
		padding: 0;
		min-height: 250px;
	}
	.sticky-nav header#masthead h1 a,
	header#masthead h1 a{
		width: 100%;
		height: 100%;
		display: block;
	}
	header#masthead h1 a:before, header#masthead h1 a:after{
		display: none;
	}
	.last-row-support .article .selet-thumb{
		min-height: 250px;
		margin-bottom: 30px;
	}
	.hero_container .text_block {
	    background-color: rgba(255, 255, 255, 0.8);
	    position: absolute;
	    top: 35%;
	    left: 30px;
	    padding: 30px;
	    max-width: calc(100% - 60px);
	}
	div.sponsor img{
		width: 100%;
	}
	.page-template-donate-page .row_1_content{
		margin: 0;
	}
	.page-template-donate-page .row_2_content{
		padding: 30px;
	}
	.page-template-donate-page .row_2_content .col.grid_3_of_12{
		width: 100%;
	}
	.page-template-donate-page h4.special-note{
		margin:0 0 -30px;
	}
	.entry-meta.test div.author-description {
	    width: 100%;
	    padding: 0;
	}
	.page-id-999 .support-volunteer-page .about-banner{
		height: 370px;
	}
	div.page-title a, div.page-title h6{
		padding: 18px;
		width: 100%;
	}
	.support-volunteer-page .about-banner{
		height: 390px;
	}
	.support-volunteer-page #primary + .about-cta-wrapper{
		margin-top: 0;
	}
	.about-squares section {
	    width: 100%;
	}
	.about-text section {
	    padding: 40px 20px 20px 40px;
	}
	.about-mission{
		overflow: auto;
	}
	.about-mission img{
	    max-width: unset;
	    height: 400px;
	    width: auto;
	    margin-left: -520px;
	}
	.about-nl a{
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	#maincontentcontainer .col.grid_7_of_12{
		padding-bottom: 0;
	}
	.contact-subscribe {
	    margin: 30px 0 0
	}
	#tribe-events-bar{
		margin-top: 0!important;
	}
	#tribe-events-content{
		padding: 0;
	}
	.bod-row div.pers{
		margin-bottom: 30px;
		width: 100%;
	}
	.as-row .pers:last-child{
		margin-bottom: 0;
	}
	#footercontainer .site-credits{
		padding-bottom: 30px
	}
	.category #nav-below {
    	margin: 0px 0 50px;
	}	
	.author .archive-header {
	    margin: 0 30px 30px;
	}
	.auth-post-wrapper .select-content {
	    width: 100%;
	    padding: 0;
	}
	.auth-info h2,
	.auth-info p{
		padding: 30px;
	}
	.homepage_cta .cta-3 p{
		line-height: 48px;
	}
	.entry-title-link h1{
	    color: #fff;
	    font-size: 22px;
	    line-height: 28px;
	}
	.entry-header-cat h4{
		font-size: 16px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	    min-width: 280px;
	}
	.featured-posts a, 
	.featured-posts p {
	    float: none;
	}

}

/* cwh added for 'all posts' coinciding w/ 'more from the blog' on the mainpage  */
@media only screen and (max-width: 413px) {
	.last-row-support .grid_8_of_12 h2 a{
		display: contents;
	}
}

/* cwh hiding links to Meet the Teens pages per client 1/30/2019 */
.section-read-more a, /*Meet the Teens on voxatl.org/support*/
.gray-bg a[href="http://voxatl.org/people"], /*Meet the Vox Teens on voxatl.org/people/*/
#maincontentcontainer .support-volunteer-page.people-page .page-text.row .col.grid_4_of_12 h6 /*Meet the Teens underneath VoxATL Teen Editor*/{
	display: none;
}