/*
	Theme Name: MediaTracks2016 Theme
	Theme URI: http://adeptplus.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: AdeptPlus
	Author URI: http://www.adeptplus.com/
	Version: 1.1
	Tags: adeptplus, mediatracks2016,
	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Landing Page Form
--------------------------------------------- */

.calendar-format .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 5px 14px !important;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #222;
	font-family: 'Neuton', serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.625;
}
body.single-post {
	font-size: 22px !important;
}
body.mediatracks2016-landing {
	background-color: #222;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #222;
	color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
a {
	background-color: inherit;
	color: #222;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #b1005d;
}
/* Hides the "Edit" link on the bottom of the page */
a.post-edit-link {
	display: none;
}
.wwd:a {
	background-color: inherit;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.wwd:a:hover {
	color: #b1005d;
}
#anchor {
	   padding-top: 50px;
 	   margin-top: -50px;
}
p {
	margin: 0 0 14px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote,
blockquote::before {
	color: #888;
}
blockquote {
	margin: 40px;
	font-family: 'Neuton', serif;
    font-weight: 300;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
cite {
	font-style: normal;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 36px;
	font-family: 'Neuton', serif;
	font-weight: 300;
}
h2 {
	font-size: 30px;
	font-family: 'Neuton', serif;
	font-weight: 300;
}
h3 {
	font-size: 24px;
	font-family: 'Neuton', serif;
	font-weight: 300;
}
h4 {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
h5 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
h6 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}
.white {
	color: #fff !important;	
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
 	width: auto;
}
/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #222;
	font-family: 'Raleway', sans-serif;
}
.no-label label.gfield_label {
	display: none !important;
}
.no-label .gform_wrapper input[type=email],
.no-label .gform_wrapper input[type=number],
.no-label .gform_wrapper input[type=password],
.no-label .gform_wrapper input[type=tel],
.no-label .gform_wrapper input[type=text],
.no-label .gform_wrapper input[type=url],
.no-label .gform_wrapper textarea {
	font-size: 14px !important;
	padding: 10px !important;
}
button,
input[type="button"],
input[type="reset"],
.button,
.button-blue,
.button-lower,
.entry-content .button,
.dashboard-downloads .acf-rpw-after a,
.log-archives .acf-rpw-after a,
a.more-link {
	background-color: #eceded;
	border: none;
	color: #000;
	cursor: pointer;
	font-family: 'Neuton', serif;
    font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.button-blue {
	background-color: #005596;
	color: #fff !important;
}

.button-lower {
	background-color: #005596;
	color: #fff !important;
	text-transform: none !important;
	display: inline-block;
	margin-top: 15px;
}

.button-lower:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
.button:hover,
.button-blue:hover,
.entry-content .button:hover,
.dashboard-downloads .acf-rpw-after a:hover,
.log-archives .acf-rpw-after a:hover,
a.more-link:hover {
	color: #fff !important;
	background-color: #b1005d;
}
a.more-link {
	font-size: 14px;
	margin: 0 auto !important;
}
/* Gravity Forms Button */
gravity-button,
input[type="submit"],
.gravity-button,
.gravity-button {
	background-color: #eceded;
	border: none;
	color: #000;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: 97% !important;
}
gravity-button:hover,
input:hover[type="submit"],
.gravity-button:hover,
.gravity-button:hover {
	color: #fff;
	background-color: #b1005d;
} 
/*--home overlay button--*/
overlay-button,
.entry-content .overlay-button {
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding: 16px 24px;
	text-transform: none;
	text-align: center;
	width: 310px !important;
}
.overlay-button:hover,
.acf-rpw-after a:hover {
	color: #fff !important;
	background-color: #b1005d;
} 
/*--End home overlay button--*/
.entry-content .button:hover {
	color: #fff;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/*--Linkedin button--*/
linkedin-button,
input[type="button"],
.linkedin-button {
	background-color: #6E6E6E;
	border-radius: 50% !important;
	color: #000;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 12px;
	margin: auto;
	text-transform: uppercase;
	width: auto;
}
linkedin-button:hover,
input:hover[type="button"],
.button:hover,
.linkedin-button:hover {
	color: #fff;
	background-color: #005596;
}
.read-pr-padding {
padding: 30px 0 0 0;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}

th {
	font-weight: bold;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

.postid-11929 tbody tr:nth-child(odd) {
   background-color: #f5f5f5;
}
.top-color tr {
	background-color: #0c64a1 !important;
}

.postid-11929 td {
	text-align: center;
	border: none;
}

.postid-11929 td:nth-child(2) {
	text-align: left;
	padding-left: 25px;
}

.postid-11929 table {
	border-right: none !important;
	border-left: none !important;
}





.dma-table tbody tr:nth-child(odd) {
   background-color: #f5f5f5;
}
.top-color {
	background-color: #0c64a1 !important;
    color: #fff;
}

.dma-table td {
	text-align: center;
	border: none;
}

.dma-table td:nth-child(2) {
	text-align: left;
	padding-left: 25px;
}

.dma-table table {
	border-right: none !important;
	border-left: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	clear: both;
}
.mediatracks2016-home .site-inner {
	padding-bottom: 10px;
}
.mediatracks2016-landing .site-inner,
.mediatracks2016-landing .wrap {
	max-width: 800px;
}
.mediatracks2016-landing .site-inner {
	padding-bottom: 40px;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */
.content {
	float: right;
	width: 750px;
}
.mediatracks2016-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}
.full-width-content .content {
	width: 100%;
}
/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
div._form_7 {
	display: block;
	z-index: 5;
	position: relative !important;
}
/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}
.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}
.sticky {
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
	max-width: 100%;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}
.archive-description,
.author-box {
	background-color: #f5f5f5;
}
.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}
.author-box-title {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
.author-box p {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form {
	width: 50%;
}
.site-header .search-form {
	float: right;
	margin-top: 24px;
}
.footer-widgets .search-form input {
	border: none;
}
.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}
.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}
.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}
.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Titles
--------------------------------------------- */
.entry-title {
	font-size: 36px;
	line-height: 1;
}
.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}
.entry-title a:hover {
	color: #b1005d;
}
.single-post .entry-title {
	text-align: center;
}
.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.mediatracks2016-home .content .widget-title,
.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
}
.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}
.footer-widgets .widget-title {
	color: #fff;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget,
.widget li {
	word-wrap: break-word;
}
.widget li {
 	list-style-type: none;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}
.widget ul > li:last-child {
	margin-bottom: 0;
}
.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}
/* Urban Reach
--------------------------------------------- */
.urban-header-pad {
	padding: 150px 150px;
}

/* New Demo Blog Page
--------------------------------------------- 

.before-blog-switch {
	display: none !important;
}

.blog .before-blog-switch {
	display: block !important;
}
*/

.postid-10556 .entry-title {
	font-size: 36px !important;
	line-height: 1;
	font-family: 'Raleway', sans-serif !important;
}

.postid-10556 .sfsibeforpstwpr {
	display: none !important;
}

.blog .entry-categories {
	display: none;
}

/* New Resources Page 
--------------------------------------------- */

.styling-blog {
    margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	min-height: 300px;
}

.resource-title {
	text-align: center;
	font-weight: 700;
	padding: 10px 15px 15px;
}

.resource-title a {
    font-weight: 500;
	color: #222 !important;
	font-family: 'neuton-light-ttf' !important;
	font-size: 22px;
}

.resource-title a:hover {
	color: #b1005d !important;
}

.blog-image-outer img {
	max-height: 200px;
	border-radius: 5px 5px 0 0;
	object-fit: cover;
}

.resource-outer select {
	font-size: 18px !important;
	height: 40px;
}

.resource-outer .facetwp-checkbox {
	font-size: 17px;
}

/* Refresh Resources Page 2019
--------------------------------------------- */

.page-id-11661 .share-after {
	display: none;
}

.resource-sidebar {
   border: 4px solid #f5f5f5;
    padding: 20px;
    margin-top: 5px;
    border-radius: 5px;
}

.resource-top {
	padding: 40px 20px;
	margin-bottom: 50px;
}

/* Featured */

.resource-featured a.more-link {
	font-size: 22px;
}

.resource-featured .entry-title:before {
	content: "FEATURED RESOURCE";
	font-family: 'Neuton', serif;
	font-weight: 500;
	font-size: 18px;
	position: absolute;
    margin-top: -25px;
}

.resource-featured .entry-title {
	border: none;
	font-size: 35px !important;
	line-height: 1.1;
	padding-top: 30px;
}

.featured-content img {
	width: 500px;

}

.resource-featured .widget-title {
	font-weight: 500;
	font-size: 18px;
}

.resource-featured .entry-header {
	padding-top: 0;
}

/*
.resource-featured .entry-content {
	color: transparent;
}
*/

.resource-featured .entry {
	    margin-bottom: 0px !important;
}

.resource-featured a.alignleft {
	    margin: 0 24px 0px 0;
}

.resource-featured a.more-link {
	margin: 0 0 0 -15px !important;
	color: #fff;
	background-color: #005596;
	display: inline-block;
}

.resource-featured a.more-link:hover {
	background-color: #b1005d;
}

/* End Featured */

.resource-search .facetwp-btn {
	padding: 7px;
}

.resource-search .facetwp-facet {
	margin-bottom: 10px;
}

.resource-search {
	max-width: 300px;
}

@media only screen and (max-width: 780px) {
	
	.resource-featured .entry-title:before {
        margin-top: -55px;
	}
	
}


/* Featured Resources
--------------------- */

.page-id-11661 .fwpl-row.el-xcfr9 {
	padding: 5px;
}

.page-id-11661 .blog-image-outer img {
	height: 148px;
}

.page-id-11661 .resource-title {
	padding: 10px;
}

.page-id-11661 .styling-blog {
	min-height: 281px;
}

/* New Resource - How to Write a Public Service Announcement
---------------------------------------------------------------------- */

.blue-outer-psa {
	padding: 60px;
}

@media only screen and (max-width: 980px) {
	
	.blue-outer-psa {
	    padding: 20px;
	}
}

@media only screen and (max-width: 780px) {
	
	
	.page-id-11661 .blog-image-outer img {
		height: 220px;
	}
	
	.page-id-11661 .fwpl-row.el-xcfr9 {
		max-width: 340px;
		margin: 0 auto;
	}
	
	.fwpl-layout {
		grid-template-columns: 1fr 1fr !important;
	}
	
}

/* New Blog Page
--------------------------------------------- */

/*--- Blog Search Fields ---*/

.before-blog {
	display: none !important;
}

/*--- END Blog Search Fields ---*/

.abh_box {
	display: none !important;
}

.blog .entry-title {
	font-family: 'Raleway', sans-serif !important;
}

.content-archive .content p.entry-meta {
	font-family: 'Roboto', sans-serif !important;
}

.blog .entry-title {
	display: block;
}
.blog .entry- {
	display: block;
}
.blog .entry-header {
    display: block;
	padding-top: 0px;
}
.blog .site-inner {
	padding: 60px 0 0;
}
.content-archive .content {
    float: none;
}
.post {
	max-width: 730px;
	margin: 0 auto;
}
.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.content-archive .content .entry {
    margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    width: 31.25%; /* http://d.pr/i/sVsJRM */
    margin-bottom: 3.125%;
}
.content-archive .content .entry:last-child {
margin-left: 1.1%;
margin-right: 1%;
}
@supports ((display: -ms-grid) or (display: grid)) {
    .content-archive .content .entry {
        width: auto;
        margin-bottom: 0;
    }
    .content-archive .content .entry:last-child {
        margin-right: 0;
        margin-left: 0;
    }
}
.content-archive .content .entry-content {
    padding: 0px 20px 0;
}
.content-archive .content a.entry-image-link img {
    margin-bottom: 0;
    vertical-align: top;
}
.content-archive .content .entry-title {
    font-size: 20px;
	padding-top: 20px;
	line-height: 1.3;
}
.content-archive .content p.entry-meta {
    font-size: 18px;
    font-size: 1.8rem;
}
.content-archive .content .entry-meta a {
    color: #333;
    text-decoration: none;
}
.content-archive .content .entry-meta a:hover {
    color: #c3251d;
}
@media only screen and (max-width: 1023px) {
    .articles {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .content-archive .content .entry {
        width: 47.5%; /* http://d.pr/i/zHWeyP */
        margin-bottom: 5%;
    }
    .content-archive .content .entry:last-child {
        margin-left: 5%;
    }
    @supports ((display: -ms-grid) or (display: grid)) {
        .content-archive .content .entry {
            width: auto;
            margin-bottom: 0;
        }
        .content-archive .content .entry:last-child {
            margin-left: 0;
        }
    }
}
@media only screen and (max-width: 500px) {
    .articles {
        flex-direction: column;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .content-archive .content .entry {
        width: 100%; /* http://d.pr/i/zHWeyP */
    }
    .content-archive .content .entry:last-child {
        margin-left: 0;
    }
}




/* Resources
--------------------------------------------- */

.resources-single body {
    background-color: #f5f5f5;
    font-size: 22px;
}

.resources-single p,
.resources-single li {
    font-size: 22px;
}

.resources-single .site-inner {
    box-shadow: 0 0 20px rgba(0,0,0,0.07);
    background-color: #fff;
    padding: 60px 170px;
}

.resources-single .entry-title {
    text-align: center;
}

.resources-single img {
    border: 1px solid #eee;
}

/*--- Suggested Resources ----*/

.featured-h2 {
	padding: 25px 0 0;
}

.featured-resource-image img {
	object-fit: cover !important;
    height: 160px !important;
    width: 300px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.featured-resource-text {
	padding: 10px 15px;
	min-height: 130px;
}

.featured-resource-text h3 {
	font-size: 22px;
}


.second-suggestion,
.first-suggestion {
	background-color: #f5f5f5;
	padding: 0;
	max-width: 32%;
	margin-right: 15px;
	float: left;
	text-align: center;
}

.third-suggestion,
.second-suggestion,
.first-suggestion {
	min-height: 175px;
}

.third-suggestion {
	margin-right: 0px;
	background-color: #f5f5f5;
	padding: 0;
	max-width: 32%;
	float: left;
	text-align: center;
}

/*--- End Suggested Resources ----*/

@media only screen and (max-width: 1223px) {
	
	.resources-single .site-inner {
	    padding: 60px 100px;
    }
}

@media only screen and (max-width: 980px) {
	
	.second-suggestion,
    .first-suggestion {
	    padding: 15px;
	    max-width: 30%;
	    margin-right: 10px;
	}
	
	.third-suggestion {
		padding: 15px;
	    max-width: 30%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.second-suggestion,
    .first-suggestion {
	    padding: 0;
	    max-width: 100%;
	    margin-right: 0px;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.third-suggestion {
		padding: 0;
	    max-width: 100%;
		width: 100%;
	}
	
	.featured-resource-text {
		min-height: auto;
	}
	
	.third-suggestion,
	.second-suggestion, 
	.first-suggestion {
		padding: 15px 0 0;
	}
	
}


/* Footer Bottom */

.footer-widgets-1 img {
	border: none;
}

.site-footer p {
	font-size: 10px;
}

.footer-widgets p {
	font-size: 18px;
}

.footer-menu-custom li {
	font-size: 18px !important;
}


/* FAQ Titles
--------------------------------------------- */

.faq-titles .sow-accordion-title {
	font-family: 'neuton-light-ttf' !important;
	font-size: 20pt;
}

/* Home Page 2018
--------------------------------------------- */


.home .entry { 
     margin-bottom: 0px; 
}

.new-home-middle-pad {
	padding: 45px 0px 0px 0px;
}

.new-home-top-right-overlay {
	display: inline-block;
margin: 0px 0px;
font-size: 28px;
color: #fff !important;
background-color: rgba(21, 75, 112, 0.75);
padding: 45px 10px 55px 40px;
width: 100%;
text-align: left;
}


.new-home-top-left-overlay {
	display: inline-block;
margin: 0px 0px;
font-size: 28px;
color: #fff !important;
background-color: rgba(122, 5, 64, 0.75);
padding: 45px 40px 55px 40px;
width: 100%;
text-align: left;
}


/*-------- New MediaTracks Outer */

#resources-outer {
	margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
     /* http://d.pr/i/sVsJRM */
    margin-bottom: 0;
	background-color: #fff;
}

#resources-outer .rpwe-thumb {
	border: none!important;
    box-shadow: none !important;
    margin: 0;
    padding: 0px !important;
}

#resources-outer ul > li {
	list-style-type: none !important;
}

#resources-outer ul {
	margin-bottom: 0px !important;
}

#resources-outer h3 {
	padding: 15px 12px;
	font-size: 24px !important;
	text-align: center;
	min-height: 112px;
}

.resources-homemargin ul {
	margin-left: 0px !important;
}


/* New Blog Page */

.home-page-blog {
	margin-bottom: 0;
padding: 0;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.2);
/* http://d.pr/i/sVsJRM */
margin-bottom: 3.125%;
}

.home-page-blog .entry-header {
	padding-top: 0px;
	padding: 0 5px 5px;
	text-align: center;
	min-height: 110px;
}

.home-page-blog .featured-content .entry {
	margin-bottom: 0px;
}

.home-contact-form {
	padding: 50px 0 0 0;
}


.home-new-headline-padding {
	max-width: 1400px;
	margin: 0 auto;
	padding: 120px 100px 120px;
	font-size: 28pt;
	text-align: center;
}

.home-new-top-padding {
	max-width: 1400px;
	margin: 0 auto;
}

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

.align-right {
	text-align: right;
}

@media only screen and (max-width: 980px) {
	
	.home-contact-form {
		padding: 0;
	}
	
	.home-new-headline-padding {
		padding: 60px 35px 60px;
	}
	
	.new-home-top-left-overlay {
    margin: 0px 0px -30px !important;
	}
	
	.align-right,
	.align-left {
	   text-align: center;
	}
	
	
	.wwd-new {
		border-bottom: none;
	}
	
	.wwd-new-cell {
	   border-bottom: solid #ccc 1.5px;
    }
	
}

@media only screen and (max-width: 580px) {
	
	.wwd-new {
		padding: 50px 20px 30px !important;
	}
	
	.wwd-new-bottom {
		padding: 50px 20px 30px !important;
	}
	
	.home-new-headline-padding {
		font-size: 20pt;
	}

}

/* End New Blog Page */


.wwd-new-title {
	padding: 30px 30px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.wwd-new {
	padding: 50px 80px 30px;
	max-width: 1400px;
	margin: 0 auto;
	border-bottom: solid #ccc 1.5px;
}

.wwd-new-bottom {
	padding: 50px 80px 30px;
	max-width: 1400px;
	margin: 0 auto;
	border-bottom: none;
}

.wwd-new-cell {
	border-bottom: none;
}


/* Home Page
--------------------------------------------- */
.page-id-1020 .entry-title {
	display: none;
}
.page-id-1020 .site-inner {
	padding-top: 0px;
}
/* Home Featured Posts */
.featured-posts-title .entry-title,
.featured-posts-title {
	display: block !important;
	text-align: center;
}
.featured-posts-title .entry-header {
	padding-top: 0;
}
.featured-posts-title  .featured-content .entry-header .entry-meta {
	text-align: center;
}
.featured-posts-title a {
	color: #000 !important;
}
.home-middle-pad {
    padding: 70px 0px 0px 0px;
}
/* End Home Featured Posts */
 
.home-img-pillers {
	display: block; 
}
/* Home Top Overlay */
.home-top-left-overlay {
	display: inline-block;
	margin: 0px 0px;
	padding: 130px 35px 230px 0px;
	font-size: 28px;
	color: #fff !important;
	background-color: rgba(122,5,64,0.75);
	width: 100%;
	text-align: right;
}
.home-top-left-overlay a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
}
.home-top-right-overlay {
	display: inline-block;
	margin: 0px 0px;
	font-size: 28px;
	color: #fff !important;
	background-color: rgba(21,75,112,0.75);
	padding: 130px 0 230px 35px;
	width: 100%;
	text-align: left;
}
.home-top-right-overlay a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
}
/* End Home Top Overlay*/
/* Our Work Page
--------------------------------------------- */
.our-work-overlay a {
	display: inline-block;
	padding: 60px;
	margin: 0px 0px;
	font-size: 28px;
	color: #fff !important;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 150px;
}
.our-work-overlay a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
}
.our-work-row-formatting {
	max-height: 300px;
	overflow: hidden;
}
.our-work-image {
	margin-right: -15px;
	margin-left: -15px;
}
.our-work-text
.panel-grid-cell {
	float: none !important;
}
.attachment-large {
	width: inherit;
}


/*--- New Image Hover ----*/

.image-hover img {
    filter: grayscale(100%) !important;
    opacity: 0.6 !important;
}

.image-hover img:hover {
	filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.work-hover-row {
	
}

.work-hover-outer {
	padding: 80px 0 50px;
}

/*-- Logo Spacing --*/

.keurig-space {
	padding-top: 20px;
}

.college-space {
	padding-top: 40px;
}

@media only screen and (max-width: 800px) {
	
	.college-space,
	.keurig-space {
		padding-top: 0;
	}

	
}


/* Audio News Release Page
--------------------------------------------- */

.newboxes-outer {
	padding: 30px; 
	background-color: #fff;
	border: solid #000 2px;
}

.newboxes-outer .widget-title {
	font-size: 30px;
	margin-bottom: 4px;
	text-transform: none;
	font-family: 'Neuton', serif;
	font-weight: 600;
	color: #045596;
}

/* NEW Our Work Page
--------------------------------------------- */

.our-work-outer-cell {
	border: solid 2px #aaa;
}

.new-our-work-overlay a {
	display: inline-block;
	padding: 60px;
	margin: 0px 0px;
	font-size: 28px;
	color: #fff !important;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 150px;
}
.new-our-work-overlay a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
}
.new-our-work-row-formatting {
	max-height: 300px;
	overflow: hidden;
}

.new-our-work-image img {
	object-fit: cover !important;
    height: 215px !important;
    width: 360px !important;
    background-size: contain !important;
    background-repeat: no-repeat;    
}

.new-our-work-image p {
	margin: 0 0 0px !important;
}

.new-our-work-image .aligncenter {
	margin: 0 auto 0px;
}

.new-our-work-text
.panel-grid-cell {
	float: none !important;
}
.new-attachment-large {
	width: inherit;
}

.text-work-outer {
	padding: 8px 15px 15px;
	font-weight: 700;
	font-size: 14pt;
	text-align: center;
}

.text-work-outer .mejs-container .mejs-controls {
	background: #363636;
	border-radius: 5px !important;
}

.text-work-outer .mejs-container {
	border-radius: 5px !important;
}

.media-row-bottom {
	margin-bottom: 40px;
}

.text-work-outer .mejs-audio {
	width: 100% !important;
}

/* Misc
--------------------------------------------- */
.cta-audio-releases .widget-title {
	text-align: center;
	font-size: 22px;
	text-transform: none;
}
.cta-header 
.entry-header {
	text-align: center !important;
}
.entry-header {
	padding-top: 40px;
}
.cta-audio-releases a {
	color: #fff;
}
.cta-audio-releases img {
	opacity: 0.7;
}
.cta-audio-releases img:hover {
	opacity: 1.0;
}
.cta-posts .entry-header {
	padding-top: 0;
}
.cta-posts .entry-content {
	text-align: center;
}
.cta-posts a.more-link {
	color: #000;
}
/* Featured Content
--------------------------------------------- */
.featured-content {
	clear: both;
	overflow: hidden;
}
.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}
.featured-content .entry {
 	margin-bottom: 30px;
}
.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}
.home-middle .featured-content .entry {
	width: 360px;
}
.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}
.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}
.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}
.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
}
.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}
.sidebar .featured-content .entry-title {
	font-size: 20px;
}
.featured-content .entry-title a {
	border: none;
}
.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}
.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}
.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #b1005d;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}
.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}
.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}
.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}
.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}
.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #b1005d;
	color: #fff;
}
.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}
.featured-content li {
	list-style-type: none;
}
.media-serverces-pad {
	padding: 35px 0px 0px 0px;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}
.enews form + p {
	margin-top: 24px;
}
.enews-widget .widget-title {
	color: #fff;
}
.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background-color: #b1005d;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}
/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Genesis Responsive Slider
--------------------------------------------- */
.mediatracks2016-home .content #genesis-responsive-slider,
.mediatracks2016-home .content .genesis_responsive_slider li {
	border: none;
}
.mediatracks2016-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}
.mediatracks2016-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}
.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt,
.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}
.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}
.mediatracks2016-home .content #genesis-responsive-slider,
.mediatracks2016-home .content .genesis_responsive_slider .slides li,
.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}
.mediatracks2016-home .content .genesis_responsive_slider h2,
.mediatracks2016-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}
.mediatracks2016-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}
.mediatracks2016-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}
.mediatracks2016-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}
/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}
/* Simple Social Icons
--------------------------------------------- */
.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}
/* newsletter form Horizontal 
--------------------------------------------- */
.newsletter-contact-form
.gform_wrapper .top_label 
.gfield_label {
	display: none;
}
.newsletter-contact-form
.gform_wrapper form {
	text-align: center;
}
.newsletter-contact-form 
.gform_wrapper 
.top_label select.medium {
	width: 97% !important;
	height: 30px !important;
	border-radius: 0px !important;
	text-align: center !important;
	padding: 15px 5px !important;
    font-size: 15px !important;
}
.newsletter-contact-form  .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 8px 0px !important;
    font-size: 13px !important;
}
 .newsletter-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 49% !important;
    }
.psa-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 49% !important;
    }
	
.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 49% !important;

}
.newsletter-contact-form .gform_wrapper .gform_footer {
  padding: 10px 0 10px !important;
margin: 10px 0 0 -5px !important;
clear: both;
width: 99% !important;
}
/*
body #gform_wrapper {
    position: relative;
}
body #gform_wrapper .gform_footer {
    width: auto;
    position: absolute;
    top: 55px;
    left: 90%;
    padding: 0;
    margin: 0;
}
.newsletter-contact-form .gform_wrapper form {
	width: 90% !important;
	float: left !important;
}
*/
/*-- End newsletter form--*/

.newsletter1 .gform_wrapper .top_label li.gfield.gf_left_half,
.newsletter1 .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 13px !important;
	padding-left: 8px !important;
}

.newsletter1 .gform_wrapper .gfield_checkbox li label {
	text-align: left;
    padding: 0 0 0 8px;
    text-transform: initial;
	line-height: 1.2;
    font-size: .805em;
}

.newsletter1 .gform_wrapper {
	margin: 0;
}

.newsletter1 .gform_wrapper .top_label .gfield_label {
	display: none;
}
.newsletter1 .gform_wrapper form {
	text-align: center;
}

.newsletter1
.gform_wrapper 
.top_label select.medium {
	width: 97% !important;
	height: 40px !important;
	border-radius: 0px !important;
	text-align: center !important;
	padding: 15px 5px !important;
    font-size: 15px !important;
}
.newsletter1 .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 15px !important;
}
.newsletter1 .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 49% !important;
    }

.newsletter1 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 4px !important;
}

.newsletter1 .gform_wrapper textarea.small {
	border-radius: 3px;
}

.newsletter1 .entry-content .button,
.newsletter1 .button {
	background-color: #eceded !important;
	color: #000 !important;
	border: 2px solid #eceded !important;
}

.newsletter1 input:hover[type="submit"] {
	background-color: #eceded !important;
}

.newsletter1 input:hover[type="submit"]:hover {
	background-color: #045596 !important;
	color: #fff !important;
}


.newsletter1 .entry-content .button:hover,
.newsletter1 .button:hover {
	background-color: #045596 !important;
	color: #000 !important;
	border: 2px solid #045596 !important;
}

.newsletter1 .gform_wrapper .gform_footer {
	padding: 3px 0 10px !important;
}

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

    .newsletter1  .gform_wrapper .top_label li.gfield.gf_left_half {
	    width: 100% !important;
    }
	
	 .newsletter1 .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
    }
}

/* Gravity Forms
--------------------------------------------- */
li#field_1_6.gfield.field_sublabel_below.field_description_below {
	padding-top: 25px;
}
.home-contact-form
.gform_wrapper .top_label 
.gfield_label {
	display: none;
}
.home-contact-form
.gform_wrapper form {
	text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
       margin: 0 !important;
}
.home-contact-form 
.gform_wrapper 
.top_label select.medium {
	width: 97% !important;
	height: 40px !important;
	border-radius: 0px !important;
	text-align: center !important;
	padding: 15px 5px !important;
    font-size: 15px !important;
}
.home-contact-form  .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 15px !important;
}
 .home-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 49% !important;
    }
.gform_footer p {
	margin-bottom: 0 !important;
	line-height: 0 !important;
}
.gform_wrapper textarea.small {
	font-size: 15px;
	padding: 15px 10px;
}
/*.home-contact-form
.gform_wrapper 
.gform_footer {
	padding: 0em 0 .625em;
	margin: 0em 0 0;
}*/
/*--contact-us-form--*/
.contact-us-form
.gform_wrapper .top_label 
.gfield_label {
	display: none;
}
.contact-us-form
.gform_wrapper form {
	text-align: center;
}
.contact-us-form
.gform_wrapper 
.top_label select.medium {
	width: 97% !important;
	height: 40px !important;
	border-radius: 0px !important;
	text-align: center !important;
	text-indent: .25em !important;
    padding: 15px 0px !important;
    font-size: 16px !important;
}
.contact-us-form
input, .contact-us-form select, .contact-us-form textarea {
	background-color: rgba(255,254,254,1.00);
	color: #000;
}
.contact-us-form .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 16px !important;
}
.contact-us-form
.gform_wrapper textarea {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 16px !important;
}
/*--End contact-us-form--*/
/*-- newsletter-form--*/
.newsletter-form .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0px !important;
}
.newsletter-form .gform_wrapper .top_label input.medium {
width: 100% !important;
}
.newsletter-form
.gform_wrapper .top_label 
.gfield_label {
	display: none;
}
.newsletter-form
.gform_wrapper form {
	text-align: center;
}
.newsletter-form
.gform_wrapper 
.top_label select.medium {
	width: 100% !important;
	height: 40px !important;
	border-radius: 0px !important;
	text-align: center !important;
	text-indent: .25em !important;
    padding: 15px 0px !important;
    font-size: 13px !important;
}
.newsletter-form
input, .contact-us-form select, .contact-us-form textarea {
	background-color: rgba(255,254,254,1.00);
	color: #000;
}
.newsletter-form .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 15px !important;
	font-family: 'Raleway', sans-serif !important;
}

.newsletter-form input[type="submit"] {
	width: 100% !important;
}
.newsletter-form
.gform_wrapper textarea {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 13px !important;
}

.newsletter-form .gform_wrapper .gform_footer {
	padding: 0px 0 10px;
}

.newsletter-form .gform_wrapper .gform_footer input.button, 
.newsletter-form .gform_wrapper .gform_footer input[type=submit] {
	font-size: 18px;
}

.become-top h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	margin: 18px 0 18px;
}

.become-joinus {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
}

.join-us-sub {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}

/*
Before Header
---------------------------------------------------------------------------------------------------- */
.before-header {
	padding: 0px 10px 0px 10px;
	color: #fff;
	margin: 0 auto;
    max-width: 1140px;
	background-color: #363636;
	}
	
before-header-right {
	margin-bottom: none;
	padding: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.primary-nav .site-header {
	padding-top: 64px;
}
.site-header .wrap {
		padding: 30px 0;
}
header.site-header {
	background-image:url(https://mediatracks.com/wp-content/themes/mediatracks2016/images/headerbackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding-top: 30px;
	width: 550px;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}
.site-title a,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}
.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
/* Logo, hide text */
.header-image .site-header .wrap {
	padding: 0;
}
.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: none;
	display: block;
	min-height: 133px;
	text-indent: -9999px;
	width: 550px;
	margin: 0 auto;
}
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
}
.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 0px 0;
}
.site-header .widget-area p {
	margin-bottom: 0;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	width: 100%;
	text-align: center;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	padding: 20px 30px;
	border: none;
	color: #fff;
	display: block;
	position: relative;
}
.genesis-nav-menu a:hover {
	background-color: #005596;
}
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu .current-menu-ancestor a,
.genesis-nav-menu .sub-menu .current-menu-item a {
	background-color: #005596;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	border-top: solid #fff 1px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #005596;
	border-bottom: 1px solid #fff;
	border-top: none;
	font-size: 20px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 220px;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}
.genesis-nav-menu .sub-menu .menu-item {
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: none;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 7px 0 0;
}
/*
.ubermenu .ubermenu-submenu-id-1626 > 
.ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
	border-left: 1px solid #ffffff;
}
*/
ul.ubermenu-submenu.ubermenu-submenu-id-1260.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.bold {
	font-weight: 900 !important;
}
.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	font-weight: bold !important;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #222;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .nav-primary {
	top: 32px;
}
.nav-primary a {
	color: #fff;
}
.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #b1005d;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #000;
}
/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
	color: #FFFFFF;
}
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.site-header .responsive-menu-icon::before {
	padding: 0;
}
/*
Header Menu
---------------------------------------------------------------------------------------------------- */
ul#menu-header-menu.menu {
	clear: both;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	width: 100%;
	text-align: right;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul#menu-header-menu.menu .menu-item {
	display: inline-block;
	text-align: left;
}
ul#menu-header-menu.menu a {
    padding: 19px 20px;
	color: #fff;
	font-size: 16px;
}
ul#menu-header-menu.menu a:hover {
    background-color: #b1005d;
}
/*before header menu*/
ul#menu-before-header-left-menu.menu {
	clear: both;
	padding: 0px 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	width: 100%;
	text-align: left;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul#menu-before-header-left-menu.menu.menu-item {
	display: inline-block;
	text-align: left;
}
ul#menu-before-header-left-menu.menu a {
	color: #fff;
}
ul#menu-before-header-left-menu.menu a:hover {
    color: #b1005d;
}
/* Contact Social Media Menu
--------------------------------------------- */
.contact-social-menu  {
	clear: both;
	font-size: 20px;
	text-transform: none;
	text-align: center;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact-social-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.contact-social-menu a {
	padding: 0px 0px 20px 20px;
	color: #000 !important;
}
.contact-social-menu a:hover {
    color: #b1005d !important;
}
.contact-social-menu ul {
	margin-left: -20px !important;
}
/* Social Media Menu
--------------------------------------------- */
.footer-social-media  {
	clear: both;
	font-size: 20px;
	text-transform: none;
	text-align: right;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
.footer-social-media .menu-item {
	display: inline-block;
	text-align: left;
}
.footer-social-media a {
	padding: 0px 0px 20px 20px;
	color: #fff;
}
.footer-social-media a:hover {
    color: #b1005d;
}

/* Social Media Landing Page Thank You
--------------------------------------------- */
.thanks-social-media  {
	clear: both;
	font-size: 20px;
	text-transform: none;
	text-align: center;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
.thanks-social-media .menu-item {
	display: inline-block;
	text-align: left;
}
.thanks-social-media a {
	padding: 0px 0px 20px 20px;
	color: #fff;
}
.thanks-social-media a:hover {
    color: #b1005d;
}
/* Header Social Media Menu
--------------------------------------------- */
ul#menu-social-media-icons.menu  {
	clear: both;
	font-size: 20px;
	text-transform: none;
	text-align: left;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
ul#menu-social-media-icons.menu .menu-item {
	display: inline-block;
	text-align: left;
}
ul#menu-social-media-icons.menu a {
	padding: 0px 0px 20px 20px;
	color: #fff;
}
ul#menu-social-media-icons.menu a:hover {
    color: #b1005d;
}
/* RMTs New Foramt
--------------------------------------------- */

.top-anr-title h2 {
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.bullet-anr-title h2 {
	text-align: left;
	color: #fff;
	font-weight: 800;
	margin: 0 0 10px;
    font-size: 28px;
}

.bullet-rmt-title h2 {
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin: 0 0 20px;
}

/* New Guarantee Section */

.anr-guarantee-outer {
	padding: 40px 0;
}


.anr-guarantee h2 {
	text-align: center;
	font-weight: 800;
	color: #333;
}

.anr-guarantee1 h3 {
	text-align: left;
	font-weight: 800;
	color: #333;
}

.anr-guarantee-icon h5 {
	color: #005596;
	font-size: 22px;
	font-family: 'Neuton', serif;
	font-weight: 700;
}

.anr-guarantee-icon {
	text-align: center;
}

.anr-testimonial-outer {
	padding: 60px 0 40px;
}

.anr-testimonial-inner {
	text-align: center;
	font-size: 24px !important;
	max-width: 700px;
	line-height: 1.4;
	margin: 0 auto;
}

/* Bullet Points */

.white-bullets ul > li {
	list-style-type: none !important;
}

.white-bullets li::before {
	content: "\f00c";
	font-family: 'fontawesome';
	color: #fff;
	margin: 0 8px 0 -29px;
}

.white-bullets {
	color: #fff;
}

.white-bullets li {
	line-height: 1.1;
	margin-bottom: 15px;
}

/* Bullet Points */

.rmt-blue-outer {
	padding: 45px 30px 30px;
}

@media only screen and (max-width: 980px) {
	
	.mobile-margin-rmt {
		margin-bottom: -35px;
	}
	
}

/* Footer Menu Navigation
--------------------------------------------- */
.footer-menu-custom {
	font-size: 18px !important;
	text-align: left !important;
}
.footer-menu-custom.genesis-nav-menu a {
	padding: 20px !important;
}
.footer-menu-custom a:hover {
	background-color: #b1005d;
	color: #FFFFFF !important;
}
/*--footer sub menu--*/
ul#menu-main-menu-1.menu .sub-menu a {
	background-color: #363636;
	font-size: 18px;
}
ul#menu-main-menu-1.menu .sub-menu a:hover {
	background-color: #b1005d;
}
.footer-menu-custom.genesis-nav-menu .sub-menu {
	border-top: none !important;
}
/*--Endfooter sub menu--*/
/* Blog Post
--------------------------------------------- */
.blog-format 
.entry-title {
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.blog-format p {
	padding: 0px 10px;
}
.blog-format 
.featured-content .entry-header .entry-meta {
	text-align: center !important;
	padding: 0px 10px 10px 10px;
	
}

.syntaxhighlighter {
	border: #ddd solid 1px !important;
    padding: 20px 5px !important;
	font-size: .8em !important;
}
.wellnessawareness {
	font-size: 16px !important;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 0;
}
.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}
.entry-content a {
	color: #b1005d;
}
.entry-content a:hover {
	color: #222;
}
.what-we-do-link a {
	color: #b1005d;
}
.what-we-do-link a:hover {
	color: #fff !important;
	border-bottom: 1px #fff solid !important;
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-meta {
	font-size: 14px;
}
.entry-header .entry-meta {
	margin-bottom: 30px;
	text-align: center;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-categories,
.entry-tags {
	display: block;
}

.gallery-images .gallery .gallery-item img {
	height: 185px;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	
	.gallery-columns-4 .gallery-item {
	    width: 50%;
	}
	
}

@media only screen and (max-width: 432px) {
	
	.gallery-columns-4 .gallery-item {
	    width: 100%;
	}
	
	.gallery-images .gallery .gallery-item img {
		height: 225px;

	}
	
}

/* Affiliates
--------------------------------------------- */
.login-remember {
	display: none;
}
.affiliates-login input[type="submit"],
input[type="submit"] {
	width: 100%;
}
.dashboard-loginform .ms-login-form {
	text-align: center;
	text-transform: none;
	font-size: 24px;
}
.dashboard-loginform p {
	margin-bottom: 15px !important;
}
.dashboard-loginform .login-username {
	margin-top: 20px;
}
.dashboard-downloads h2.widgettitle {
	display: none;
}
.dashboard-downloads ul > li {
	list-style-type: none !important;
}
.dashboard-downloads .acf-rpw-before,
.dashboard-downloads .acf-rpw-after {
	text-align: center;
}
.dashboard-downloads .acf-rpw-after a {
	display: inline-block;
	min-width: 180px;
	margin: 10px 10px 0 10px;
}
.dashboard-downloads .acf-rpw-after a:before,
.dashboard-downloads .buttonlight:before,
.single-affiliatedownloads .button:before {
	font-family: 'FontAwesome' !important;
    padding-right: 10px;
    top:0;
}
.dashboard-downloads .acf-rpw-after a:first-child:before {
	content: "\f1c7" !important;
}
.dashboard-downloads .acf-rpw-after a:last-child:before,
.single-affiliatedownloads .button:before {
	content: "\f15c";
}
.dashboard-downloads .buttonlight {
	background-color: #aaa;
	margin-top: -25px;
}
.dashboard-downloads .buttonlight:before {
	content: "\f0c6" !important;
}
.dashboard-downloads .acf-rpw-time {
	text-align: center;
}
.dashboard-downloads .acf-rpw-time:before {
	content: "Published ";
}
.dashboard-downloads h3.acf-rpw-title {
	text-align: center;
}
.dashboard-downloads .acf-rpw-title a {
	color: #000;
}
.ms-protection-msg,
.ms-alert-box {
	font-size: 24px;
	text-align: center;
	text-transform: none;
}
.log-archives h3 a {
	color: #000 !important;
}
.log-archives ul > li {
	list-style-type: none !important;
	padding: 50px 0 150px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.log-archives .acf-rpw-title,
.log-archives div.acf-rpw-before {
	width: 70%;
	float: left;
}
.log-archives div.acf-rpw-after {
	float: right;
	margin-top: -50px;
}
.log-archives .acf-rpw-after a {
	background-color: #aaa;
	margin-top: -25px;
}
.log-archives .acf-rpw-after a:before {
	content: "\f15c" !important;
	font-family: 'FontAwesome' !important;
    padding-right: 10px;
    top:0;
}
/* After Entry
--------------------------------------------- */
.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 30px;
	background-color: #f5f5f5;
	}
.after-entry p:last-child {
	margin-bottom: 0;
}
.after-entry .widget {
	margin-bottom: 30px;
}
.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* New Code */

.after-entry label.screen-reader-text {
	display: none;
}

.after-entry .aligncenter {
	margin: 0 auto 8px;
}

.after-entry .entry-header {
	padding-top: 0px;
}

.after-entry .widget-title {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.after-entry form {
	margin-top: -5px;
}

.after-entry select#cat.postform  {
	height: 40px;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #b1005d;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
.pagination a {
	font-size: 24px;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}
.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}
.sidebar .tagcloud a:hover {
	background-color: #b1005d;
	color: #fff;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	font-size: 18px;
	padding: 0px 0 10px;
}
.footer-widgets-1 {
	width: 100%;
}
.footer-contact-info a {
	/* font size changed in mobile */
}
.footer-widgets a {
	color: #fff;
	font-wieght: 500;
}
.footer-widgets a:hover {
	color: #b1005d;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets .widget {
	margin-bottom: 20px;
}
.footer-widgets li {
	margin-bottom: 0px;
}
.footer-widgets .enews-widget {
	padding: 0;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}
.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}
.footer-newsletter #_form_570E66A6A1C63_._form._inline-form {
	margin: 0px auto 0 !important;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #000;
	font-size: 10px;
	text-align: center;
	color: #999999;
	text-transform: uppercase;
}
.site-footer .wrap {
	padding: 0 0 30px 0;
}
.site-footer,
.site-footer a {
	color: #999999;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer p {
	margin-bottom: 0;
	font-family: 'linotype-eurostile' !important;
}

.new-form .gform_wrapper {
	max-width: 76% !important;
}

/*
Syndicated Radio Programming Demo
---------------------------------------------------------------------------------------------------- */

.landing-outer-color {
	background-image: linear-gradient(to bottom left, #045596, #b0005a);
}

.landing-top-center {
	color: #fff;
}

.landing-top-center h2 {
	color: #fff;
	font-weight: 800;
	font-size: 34px;
	text-align: left;
}

.landing-top-center p {
	font-size: 20px;
	margin-bottom: 40px;
}

.landing-top-center a {
	color: #fff;
	text-decoration: underline;
}

.landing-top-center a:hover {
	color: #fff;
	text-decoration: none;
}

.landing-top-center1 a {
	text-decoration: none !important;
}

/*
Radio Serices
---------------------------------------------------------------------------------------------------- */

.outer-4-accordian {
	padding: 40px 0;
}

.outer-4-visual {
	padding: 30px 0 0;
}

.outer-4-visual-rmt {
	padding: 30px 0 50px;
}

/*
Spanish Page
---------------------------------------------------------------------------------------------------- */

.spanish-top-center {
	color: #fff;
}

.spanish-top-center h2 {
	color: #fff;
	font-weight: 800;
	font-size: 34px;
	text-align: left;
}

.spanish-top-center p {
	font-size: 20px;
	margin-bottom: 12px;
}

.spanish-top-center a {
	color: #fff;
	text-decoration: underline;
}

.spanish-top-center a:hover {
	color: #fff;
	text-decoration: none;
}

.landing-top-center1 a {
	text-decoration: none !important;
}

/* Icon Mark */

.section1-icon {
	color: #fff;
	line-height: 1;
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-family: 'Neuton', serif;
	font-weight: 600;
}

.section1-icon:before {
	content: "\f00c";
	color: #fff;
	font-family: 'fontawesome';
	font-size: 1.6rem;
	position: relative;
	top: 3px;
	margin: 0 9px 0 25px;
}

.spanish-button {
	margin-top: 42px;
}

/*
Landing Page
---------------------------------------------------------------------------------------------------- */

.page-id-1044 {
	font-size: 22px !important;
}
.page-id-1044 .entry {
	margin-bottom: 0;
}

.top-landing-outer {
	padding: 100px 0;
    background-image: linear-gradient(to bottom left, #045596, #b0005a);
    
}

.top-landing-rental {
	max-width: 800px;
	margin: 0 auto;
}

.landing-top-right {
	max-width: 500px;
	float: left;
	color: #fff;
}

.landing-top-right h2 {
	color: #fff;
	font-weight: 800;
	font-size: 34px;
}

.landing-top-right p {
	font-size: 20px;
	margin-bottom: 40px;
}

.landing-top-vid {
	border: 1.5px solid #fff;
	padding: 10px 10px 5px;
}


.outer-post-landing {
	padding: 60px 0 40px;
}

.outer-audio-news-width {
	padding: 80px 0 60px;
	max-width: 100%;
}

.inner-audio-news-width h2 {
	font-weight: 800;
}

.outer-poadcasts-width {
	padding: 80px 0 0;
	max-width: 100%;
}

.outer-poadcasts-width-b {
	padding: 80px 0 60px;
}

/*---- What is the Audio ----*/

.landing-outer-what {
	padding: 80px 20px;
}

.landing-outer-what {
	padding: 80px 0 35px;
	max-width: 700px;
	margin: 0 auto;
}

/*---- END What is the Audio ----*/


.featured-audio-outer {
	padding: 60px 0 40px;
}

.landing-audio-text {
	color: #fff;
}

.landing-audio-text h2 {
	font-weight: 800;
}

.landing-audio-text {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

/*---- Featured Audio ----*/

.landing-featured-boxes {
	text-align: center;
	border: 2px solid #000;
	padding: 20px 30px 10px;
	background-color: #fff;
	color: #000 !important;
	box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.landing-boxes-text {
	color: #000 !important;
}

.landing-featured-outer {
	max-width: 800px;
	margin: 0 auto;
}

.landing-boxes {
	color: #b0005a;
	font-size: 24pt;
	font-weight: 800;
}

/*---- END Featured Audio ----*/

/*---- Guarantee Section ----*/

.landing-guarantee-outer {
	padding: 40px 0;
	max-width: 500px;
	margin: 0 auto;
}

.blue-text {
	color: #045596;
	font-size: 20px;
	font-weight: 800;
}

.landing-guarantee-text {
	text-align: center;
}

/*---- Icon ----*/

.landing-guarantee-ob {
	border: solid #000 2px;
	padding: 20px;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.landing-guarantee-icon .sow-features-list .sow-features-feature .textwidget {
	margin: 0 !important;
	text-align: left !important;
}

.landing-guarantee-icon h5 {
	margin: 15px 10px !important;
    font-size: 26px;
    color: #045596;
	font-family: 'neuton-light-ttf' !important;
	font-weight: 800;
}

.landing-pad-icon {
	padding: 10px;
}

.landing-box-icon-middle h2,
.landing-box-icon h2 {
	font-weight: 800;
	color: #045596;
}

.landing-box-icon-middle {
	padding: 16px 0 0;
}

/*

.landing-guarantee-icon .sow-features-list .sow-icon-container {
	color: transparent;
}

/*---- END Guarantee Section ----*/

.landing-guarantee-inner-title h2 {
	text-align: center;
	font-weight: 800;
}

.landing-outer-what h2 {
	font-weight: 800;
}

.landing-outer-what a {
	font-weight: 800;
}

.landing-inner-audio-text {
	text-align: center;
}

.landing-h2-inner h2 {
	font-weight: 800;
	margin-top: 20px;
}

.landing-h2-pad {
	padding: 30px 0 0;
}


/* Button */

.black-button {
	border: 2px solid #000000;
	text-align: center;
	color: #000 !important;
	text-transform: uppercase;
	padding: 15px 50px;
	font-weight: 800;
}

.black-button:hover {
	border: 2px solid #045596;
	background-color: #045596;
	color: #fff !important;
}

.white-button-pink,
.white-button {
	border: 2px solid #fff;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	padding: 15px 50px;
	font-weight: 800;
}
.white-button:hover {
	border: 2px solid #045596;
	background-color: #045596;
	color: #fff !important;
}

.white-button-pink:hover {
	border: 2px solid #b1005d;
	background-color: #b1005d;
	color: #fff !important;
}

.landing-out-page {
	padding: 20px 0 0;
}

.landing-title-icon .sow-features-list .sow-features-feature .textwidget {
	margin: 0 !important;
	text-align: left !important;
}

.landing-title-icon h5 {
	margin: 15px 10px !important;
    font-size: 26px;
    color: #fff;
	font-family: 'neuton-light-ttf' !important;
}

.landing-title-icon .sow-features-list .sow-icon-container {
	color: transparent;
}

.small-title-landing {
	font-size: 22px;
}

/* Newsletter Form -----*/

.newsletter-new-form input {
	font-size: 16px !important;
}

.newsletter-new-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 5px 5px 5px 15px !important;
	height: 55px;
	border-radius: 5px;
}

.newsletter-new-form .gform_wrapper {
	margin: 16px auto;
	max-width: 45%;
}


.title-above-form {
	font-size: 25px; 
	text-transform: uppercase;
	text-align: center;
}

.title-above-form p {
	margin-bottom: 0px;
}

.newsletter-new-form .entry-content .button,
.newsletter-new-form .button {
	background-color: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 15px 24px;
}

.newsletter-new-form .entry-content .button:hover,
.newsletter-new-form .button:hover {
	background-color: #045596 !important;
	color: #fff !important;
	border: 2px solid #045596 !important;
}

.newsletter-new-form  .gform_wrapper li.hidden_label input {
	margin-top: 0px !important;
}

/*----- New Form Section -------*/

.contact-us-form .gform_wrapper .gfield_checkbox li label {
	text-align: left;
    padding: 0 0 0 8px;
    text-transform: initial;
	line-height: 1.2;
    font-size: .805em;
	color: #222;
}


.home-contact-form .gform_wrapper .gfield_checkbox li label,
.landing-contact-form .gform_wrapper .gfield_checkbox li label {
	text-align: left;
    padding: 0 0 0 8px;
    text-transform: initial;
	line-height: 1.2;
    font-size: .805em;
}

.landing-contact-form .gform_wrapper {
	margin: 0;
}

.landing-contact-form
.gform_wrapper .top_label 
.gfield_label {
	display: none;
}
.landing-contact-form
.gform_wrapper form {
	text-align: center;
}

.landing-contact-form
.gform_wrapper 
.top_label select.medium {
	width: 97% !important;
	height: 40px !important;
	border-radius: 0px !important;
	text-align: center !important;
	padding: 15px 5px !important;
    font-size: 15px !important;
}
.landing-contact-form .gform_wrapper input[type=text] {
	text-indent: .75em !important;
    padding: 15px 0px !important;
    font-size: 15px !important;
}
.landing-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 49% !important;
    }

.landing-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 4px !important;
}

.landing-contact-form .gform_wrapper textarea.small {
	border-radius: 3px;
}

.landing-contact-form .entry-content .button,
.landing-contact-form .button {
	background-color: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}

.newsletter1 .entry-content .button,
.newsletter1 .button {
	background-color: #eceded !important;
	color: #000 !important;
	border: 2px solid #eceded !important;
}

.newsletter1 .entry-content .button:hover,
.newsletter1 .button:hover {
	background-color: #045596 !important;
	color: #000 !important;
	border: 2px solid #045596 !important;
}

.landing-contact-form .entry-content .button:hover,
.landing-contact-form .button:hover {
	background-color: #045596 !important;
	color: #fff !important;
	border: 2px solid #045596 !important;
}

.landing-contact-form .gform_wrapper .gform_footer {
	padding: 3px 0 10px !important;
}

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

    .landing-contact-form  .gform_wrapper .top_label li.gfield.gf_left_half {
	    width: 100% !important;
    }
	
	 .landing-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
	.landing-top-right {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.title-area {
		width: 550px;
	}
	.site-header .widget-area {
		width: 570px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}
	.content {
		width: 630px;
	}
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}
	.footer-widgets-1,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 100%;
	}
	.sidebar-secondary {
		width: 150px;
	}
	
	/* Footer Menu Navigation
    ------------------------- */
    .footer-menu-custom {
	    font-size: 16px !important;
    }
    .footer-menu-custom a {
	    padding: 15px 0 15px 30px !important;
    }
   /*--Endfooter Menu--*/
   
   /*Social Media Menu*/
     ul#menu-social-media-icons.menu a {
	padding: 0px 0px 10px 5px !important;
}
	
	
	
}
@media only screen and (max-width: 1023px) {
	
	ul#menu-header-menu.menu {
		text-align: center;
	}
	
	ul.ubermenu-submenu.ubermenu-submenu-id-1260.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
	     border-right: none;
	     border-left: none;
    }  
	
	.before-header-left {
	    text-align: center !important;
    }
	
	.site-inner,
	.wrap {
		max-width: 750px;
	}
	
	.resources-single .site-inner {
        box-shadow: 0 0 20px rgba(0,0,0,0.07);
        background-color: #fff;
        padding: 60px 40px;
	}
	.single-resources .site-inner {
		max-width: 100% !important;
	}
	
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.nav-primary {
		position: static;
	}
	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}
	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}
	.title-area {
		padding-bottom: 20px;
	}
	.header-image .site-header .title-area {
		padding-bottom: 0;
	}
	.genesis-nav-menu > .right {
		display: none;
	}
	
	.genesis-nav-menu {
		font-size: 16px;
	}
	
	/* Footer Menu Navigation
    ------------------------- */
	
	/* Footer Menu */
	
	 .footer-menu-custom {
		 text-align: center !important;
		 font-size: 15px !important;
	 }
    .footer-menu-custom .genesis-nav-menu a {
	    padding: 10px 0 10px 5px;
		margin-right: 5px !important;
		text-align: center;
    }
	
	 .footer-menu-custom .genesis-nav-menu .sub-menu a {
	    padding: 10px 0 10px 5px;
		margin-right: 5px !important;
		text-align: center;
		font-size: 15px !important;
    }
	
	/*--footer sub menu--*/
    ul#menu-main-menu-1.menu .sub-menu a {
	    background-color: #363636;
	    width: 145px;
     	font-size: 15px;
    }
   /*--Endfooter Menu--*/
   
   .home-middle-pad {
        padding: 0px 0px 0px 0px;
	}
	
  
}
@media only screen and (max-width: 980px) {
	
	#pgc-1020-0-0 {
		margin-bottom: 0px !important;
	}
	.before-header {
		margin-top: -15px;
	}
	
	.before-header-right {
		margin-bottom: -30px !important;
	    padding: 10px 0 0 0;
    }
	/* Before Header Left Menu*/
	
	ul#menu-before-header-left-menu.menu {
		text-align: center;
	}
	
	/* Footer Menu*/
	 ul#menu-social-media-icons.menu  {
	    font-size: 20px;
	    width: 100%;
	    text-align: center;
		}
		
	ul#menu-social-media-icons-1.menu  {
	    font-size: 20px;
	    width: 100%;
	    text-align: center;
		margin-top: -30px;
		}
		
	.home-top-left-overlay {
	   padding: 130px 0px 130px 0px;
	   text-align: center;
    }
   .home-top-right-overlay {
	   padding: 130px 0 130px 0px;
	   text-align: center;
   }
	
	.home-img-pillers {
		display: none;
	}
	
	/* our work page*/
	.our-work-image {
	    margin-right: 0px;
	    margin-left: 0px;
    }
}
@media only screen and (max-width: 768px) {
	
	.resource-featured .entry-title:before {
		display: none;
	}
	
.psa-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
    }
	
	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner,
    .single-resources .site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
    
    .single-resources .site-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    
	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: inherit;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu a {
		line-height: 1;
		padding: 18px 20px;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.mediatracks2016-home .content .genesis_responsive_slider h2,
	.mediatracks2016-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	
	.genesis-nav-menu a:after {
		content: "";
	}
	
	/* Header Menu */
	
    ul#menu-header-menu.menu {
	    font-size: 15px;
    }
    ul#menu-header-menu.menu a {
	    padding: 10px 10px;
	    color: #fff;
    }
	
	ul#menu-before-header-left-menu.menu {
		font-size: 15px;
	
	}
	
	/* End Header Menu */
	 
	 /* Social Media Menu
     --------------------*/
    ul#menu-social-media-icons.menu  {
	    font-size: 20px;
	    width: 100%;
	}
	
	  .footer-menu-custom .genesis-nav-menu a:after {
		content:"|" !important;
	}
}
@media only screen and (max-width: 650px) {
	
	.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100% !important;

}
	.header-image .site-title a {
		width: 100%;
	}
	
	.header-top-right-menu {
		line-height: 50px;
	}
	
	.header-top-right-menu a,
	.footer-contact-info a {
		font-size: 22px;
	}
	
	.hide-mobile {
		display: none !important;
	}
	
    .home-contact-form  .gform_wrapper .top_label li.gfield.gf_left_half {
	    width: 100% !important;
    }
	
	 .home-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
    }
	
	 .newsletter-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
	    width: 100% !important;
    }
	
	.newsletter-contact-form .gform_wrapper .gform_footer {
		padding: 10px 0 0px !important;
		margin: 10px 0 0 0px !important;
		width: 100% !important;
	}
	
	
}
@media only screen and (max-width: 480px) {
	
	.urban-header-pad {
	     padding: 80px 80px;
    }
	
	
	.header-image .site-title a {
		width: 100%;
	}
	.mediatracks2016-home .content .genesis_responsive_slider .flex-direction-nav {
		display: none;
	}
	.mediatracks2016-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	
}

#wpfront-notification-bar.wpfront-fixed {
	display: none;
}

.page-id-1039 #wpfront-notification-bar.wpfront-fixed,
.page-id-11459 #wpfront-notification-bar.wpfront-fixed,
.page-id-1064 #wpfront-notification-bar.wpfront-fixed,
.page-id-1062 #wpfront-notification-bar.wpfront-fixed,
.home #wpfront-notification-bar.wpfront-fixed {
	display: block;
}

.home .covid-widget,
.page-id-1039 .covid-widget,
.page-id-11459 .covid-widget,
.page-id-1064 .covid-widget,
.page-id-1062 .covid-widget {
	display: block;
}


.covid-widget {
	display: none;
	background-color: #b1005e;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.covid-widget h2 {
	margin: 0 0 0px;
	font-size: 35px;
}

.covid-button {
	margin-top: 10px;
	text-align: left;
}


.width-covid {
	max-width: 850px;
	margin: 0 auto;
}

@media only screen and (max-width: 980px) {
	.covid-button {
	margin-top: -30px;
	text-align: center;
		padding-bottom: 20px;
	}
	
}

.page-id-13737 .nicasa a:hover{
	color: #888 !important;
}

/* New Callout Section 
--------------------------------------------------------*/

.after-resources {
	margin-top: 15px;
}

.mediatracks-quote {
	padding: 32px 20px 1px 32px;
	border-left: 8px solid #b1005d;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin-bottom: 18px;
}

.mediatracks-quote strong {
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.2;
	display: block;
	margin-bottom: -31px;
}

.callouts-pink {
	padding: 60px 60px 30px;
	background-color: #b1005d;
	color: #fff;
	line-height: 1.3;
}

.callouts-pink .widget-title {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	text-transform: inherit;
	margin-bottom: 0px;
}


.callouts-pink .white-button-pink,
.callouts-pink .white-button {
	margin-top: 15px;
	display: inline-block;
}



/* Narrow Resources Header Section 
---------------------------------------------------------*/

.custom-header-interior-outer img {
	border: none !important;
}

.resources-title-outer .site-inner {
	z-index: 9;
	position: relative;
	background-color: rgba(12, 100, 161, 1.0);
	max-width: 1145px;
	height: auto;
	padding: 35px 20px 35px;
}

.entry-header-interior {
    /*padding: 80px 20px 0px; */
	padding: 0px 0px 0px;
	min-height: 400px;
	max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -35px;
}


.custom-header-interior img {
    background-repeat: no-repeat;
    margin-bottom: -374px;
    z-index: -99;
	min-height: 400px;
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}


.custom-header-interior {
	display: block;
	height: 100%;
	max-width: 1145px;
	margin: 0 auto;
}

.inner-title-width {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}


/* Inner Title */

.inner-title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	position: relative;
	z-index: 9999;
	/* background-color: rgba(0, 0, 0, 0.5); */
	padding: 0px;
	display: -webkit-inline-flex;
}

.sub-title {
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
}

.sub-title-outer {
	padding: 0;
}

/*.inner-title:before {
	content: "Resources";
	display: block;
	font-size: 19px;
} */

.resource-tag {
	z-index: 9;
	position: relative;
	margin-bottom: 7px;
	font-size: 18px !important;
	color: #fff;
}

.resource-tag a {
	color: #fff;
	text-transform: uppercase;
}

.resource-tag a:hover {
	color: #fff;
	text-decoration: underline;
}



@media only screen and (max-width: 1501px) {
	
	/*.custom-header-interior {
		max-width: 100%;
	}
	
	.page-narrow .entry-header-interior .site-inner {
		max-width: 100%;
	} */
}


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

	
	.inner-title-width {
		margin: 0 15px;
		max-width: 600px;
		display: inline-block;
	}
	
	.inner-title {
		display: inline-block;
	}
	
	.page-narrow .resources-title-outer .site-inner {
		padding: 40px 20px 40px;
	}
	
	.entry-header-interior {
         padding: 0px;
	}
	
	.product-outer-title {
		text-align: center;
	}
	
	.res-mobile-none {
		display: none;
	}
	
	.header-nav-outer #pgc-w5f11f7b02ad6a-0-1 {
		margin-bottom: -30px !important;
	}
	
	.callouts-pink {
	   padding: 30px 30px 10px;
	   background-color: #b1005d;
	   color: #fff;
	   line-height: 1.3;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.inner-title {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	padding: 0;
	display: inline-block
	}
	
	.res-mobile-none {
		display: none;
	}
	
	.inner-title-width {
		margin: 0 15px;
		max-width: 500px;
	}
	
	.callouts-pink {
	   padding: 15px 15px 5px;
	}
	
}

@media only screen and (max-width: 540px) {
	
	.inner-title-width {
		margin: 0 15px;
		max-width: 92% !important;
	}
	
}


.sow-image-container > a {
	display: block !important;
}