@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*!
Theme Name: inspired-by-rush
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inspired-by-rush
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Barlow";

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	Color: #000
}
p,h1,h2,h3,h4,h5,h6 {
	font-family: "Barlow";
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background:  #000000;
	overflow: initial;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

body .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 35px;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* .site-branding{
	display: none;
} */
footer#colophon {
	background: #171717;
	padding: 12px;
	margin: auto;
	text-align: center
}

footer#colophon ul {
	margin: 0;
	padding: 0;
}

footer#colophon .widget {
	margin: 0
}

footer#colophon ul li {
	display: inline-block;
	line-height: 35px;
	position: relative;

}

footer#colophon ul li a {
	display: inline-block;
	text-decoration: none;
	border-right: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 16px;
	color: #989898;
	font-weight: 500;
	font-family: "Barlow";
	text-align: center;
}

footer#colophon ul li a:hover,
footer#colophon ul li a:active {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

footer#colophon ul li:last-child a {
	border: 0
}

footer#colophon .textwidget p {
	margin-top: 25px;
	margin-bottom: 0;
	color: #fff
}

footer#colophon .widget_text {
	margin: 0
}

.homecontainer {
	background-color: #707070 !important;
	color: #fff;
	background: url(images/Union1.png) !important;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat !important;

}

.whitebg {
	color: #000;
	background: url(images/Union1.png) !important;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat !important;

}

.whitebg h1, .whitebg h2.latest  {
	color: #000 !important;
	font-size: 55px;
	font-weight: bold;
	/*text-transform: uppercase*/
}
.whitebg h1.latest{
	/*text-transform: capitalize;*/
	font-size: 2em

}

.whitebg h2.title {
	color: #000
}

.story-grid {
	background: #000;
	padding-top: 15px;
	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
}

.story-grid img {
	/* max-height: 250px;
	min-height: 200px; */
}
.topstories  a{
	text-decoration: none;
}
.topstories h4 a,.topstories a h4 {
	margin-top: 10px;
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    /* min-height: 50px; */
    font-weight: 500;
	font-family: "Barlow";
	display: flex;
    align-items: center;
    /* -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; */
}

.topstories .col-md-4:last-child .story-grid {
	/* margin-right: 0 */
}

.mx_15 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.topstories h4 a:hover {
	text-decoration: none
}

.topstories p {
	font-size: 16px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 95px;
    white-space: normal;
    color: #b7b7b7;
    margin-bottom: 8px;
}

h2.title {
	font-size: 45px;
	line-height: normal;
	color: #ffffff;
	font-weight: 700;
	font-family: "Barlow";
	margin-bottom: 25px;
	text-transform: uppercase
}

.topstories .story-grid {
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
}

.topstories .col-md-4:first-child .story-grid,
.topstories .col-md-4:nth-child(2) .story-grid,
.col-md-12 .story-grid {
	/* margin-right: 15px */
}

.related_links ul {
	margin: 0;
	padding-left:4px;
	list-style: none;

}

.related_links ul li {
	color: #3176FF;
	font-size: 16px;
	text-decoration: underline;
	line-height: 30px;
}


.related_links ul li span {

	color: #B28E2A;
	font-weight: bold;
	display: inline-block;
    font-size: 36px;
	line-height: 0;
	vertical-align: sub

}

.bgblack {
	background: #000;
}

.more_posts h3 {
	font-family: 'Barlow';
	text-transform: uppercase
}

.more_posts a,
.contactus input[type="submit"] {
	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
	background-image: linear-gradient(268deg, #f8e16b 0%, #f8e16b 8%, #f2da66 20%, #e3c958 46%, #cbac41 75%, #b28e2a 100%);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000000;
	font-weight: 700;
	font-family: "Barlow";
	text-align: center;
	min-width: 100px;
	border-radius: 0;
	max-width: 350px;
	margin: auto
}
.contactus input[type="submit"] {
	max-width:100%
	}
	.more_posts a:hover,
.contactus input[type="submit"]:hover {
	border: 1px solid #f8da49;
	background: #000;
	color: #f8da49;
}

.topstories h6 {
	font-size: 14px;
	line-height: 20px;
	color: #f8e16b;
	font-weight: 500;
	font-family: "Barlow";
	text-transform: uppercase
}

.morestories img {
	border: 3px solid #b28e2a;
	width: 100%;
	max-width: 100%
}

.morestories p {
	color: #b7b7b7
}

.mtphr-dnt-title {
	font-size: 18px;
	line-height: 24px;
	color: #b28e2a;
	font-weight: 700;
	font-family: "Barlow";
}

.mtphr-dnt-40 {
	margin-top: 0px;
	margin-bottom:20px;
	/* display: inline-block;
    width: 100%; */
}

.mtphr-dnt-tick-contents, .mtphr-dnt-tick-contents a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	/* font-weight: 700; */
	font-family: "Barlow";

}
.mtphr-dnt-tick-contents a{
	padding-left: 25px;
	padding-right: 20px;
	border-right: 1px solid #fff
}
.col-slider .ms-layer {
	position: relative !important;
	margin: auto
}

.main-slider .ms-layer p {
    margin: 0 !important;
}

.col-slider .master-slider-parent {
	background: #b5912c;
	padding: 20px 0;
	margin: 0;
	margin-bottom: 20px !important;

}

.col-slider .title {}

.col-slider p:last-child {

	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
	font-family: "Barlow";
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
    padding-left: 45px;
    padding-right: 45px;
}

.col-slider .ms-bullet {
	border: 0 !important;
	background: #d2ba69 !important
}

.col-slider .ms-bullet-selected {
	border: 0 !important;
	background: #fff !important;
}

.col-slider .ms-bullets {
	bottom: -10px !important
}

.col-slider p {

	font-size: 23px;
	line-height: 35px;
	color: #000000;
	font-weight: 400;
	font-family: "Barlow";
	text-align: center;
	margin-bottom: 10px;
}

.col-slider .ms-parent-id-13>.master-slider {
	background: transparent
}

.col-slider img {
	display: none
}

.col-slider {
	/* padding: 15px 0; */
}

.col-slider .ms-slide-layers {
	display: flex;
	align-items: center
}

.col-slider .ms-anim-layers {
	width: 100%;
	text-align: center;
	font-family: 'Barlow';
	font-size: 26px;
	line-height: 35px;
	color: #000 !important;

}

#page {
	background: #232323;
}

.widget img {
	width: 100%
}

#colophon .widget img {
	width: auto;
}

nav img {
	max-width: 150px !important;
	max-height: 100px !important
}

.contactus .leftcontent {
	background: #000;
	padding: 40px 30px 35px 30px;
	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
	margin-bottom: 40px;
}

.contactus .leftcontent h2 {
	font-size: 38px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Barlow";
	text-align: center
}

.contactus {
	/* align-items: center */
}

.contactus label,
.contactus input {
	width: 100%;

}

.contactus input,
.contactus textarea {
	background: #313131;
	color: #fff;
	padding: 10px;
	min-height: 40px;
}

.contactus textarea {

	max-height: 110px;
}

.contactus input[type="submit"] {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #000000;
	font-weight: 700;
	font-family: "Barlow";
	text-align: center;
}

.contactus .leftcontent p {
	margin: 0
}

.contactus .rightcontent {
	text-align: center;
	padding-top: 65px;
	/* background: #000; */
}

.contactus .rightcontent h4 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Barlow";
	text-align: center;
	margin-bottom: 20px;
}

.contactus .rightcontent p {
	margin-bottom: 15px;
	font-size: 22px;
	color: #b7b7b7;
}

.contactus .rightcontent p a {
	font-size: 22px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 600;
	font-family: "Barlow";

}

.contactus .rightcontent a p {
	margin: 0
}

.contactus .rightcontent p a:hover {
	text-decoration: none;
}

.contactus .rightcontent span {
	color: #b28e2a
}

.contacttitle h1 {
	font-size: 55px;
	line-height: normal;
	color: #ffffff;
	font-weight: 700;
	font-family: "Barlow";
	text-transform: uppercase
}

.contacttitle ul.breadcrumbs {
	margin-bottom: 20px
}

/* contact New Label */
.contact_eib_link {
    padding: 10px 20px;
    margin: 0px 0 20px;
    background: linear-gradient(268deg, #f8e16b 0%, #f8e16b 8%, #f2da66 20%, #e3c958 46%, #cbac41 75%, #b28e2a 100%);
    width: 100%;
}

.contact_eib_link h2 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #000;
}

.contact_eib_link h2 a {
    color: #000;
    text-decoration: underline;
}
.contact_eib_link h2 a:hover {
    opacity: 0.75;
}

ul.breadcrumbs {
	padding: 0;
	margin: 0
}

ul.breadcrumbs li {
	display: inline-block;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #f8e16b;
	font-weight: 700;
	font-family: "Barlow";
	text-transform: uppercase
}

ul.breadcrumbs li a {

	color: #f8e16b;
	text-transform: uppercase;
	text-decoration: none
}

ul.breadcrumbs li.active {
	padding-left: 20px;
	color: #fff
}

ul.breadcrumbs li.active::before {
	display: block;
	content: '|';
	position: absolute;
	left: 8px;

}

.whitebg {
	background-color: #fff !important;

}

.whitebg ul.breadcrumbs li a {
	color:#b28e2a;
}
.whitebg ul.breadcrumbs li.active a {
	color: #000;
}

.whitebg ul.breadcrumbs li.active::before {
	display: block;
	content: '|';
	position: absolute;
	left: 8px;
	color: #000;
}

.whitebg .topstories h4 a {
	color: #000
}

.lateststories .blog-image img {
	border: 5px solid #b28e2a
}

.lateststories .rightsec img {
	border: 0
}

.lateststories .blog-title p {
	font-size: 22px;
	line-height: 24px;
	color: #b28e2a;
	font-weight: 500;
	font-family: "Barlow";
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase
}

.blog-title h2 {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	font-family: "Barlow";
}

.blog-description p {

	font-size: 16px;
	line-height: 25px;
	color: #000000;
	font-weight: 400;
	font-family: "Barlow";
}

.lateststories .rightsec {

	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	padding: 20px 10px 20px 10px
}

.lateststories .rightsec p {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 30px;
	margin-bottom: 0;
	color: #000000;
	font-weight: 600;
	font-family: "Barlow";
	text-align: center;
}




/* Login */
#login {
	margin-top: 15px;
}

#login h1,
.login h1 {
	margin: 0
}

#login h1 a,
.login h1 a {
	margin: auto
}

#login label {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

#login input[type="text"] {
	width: 100%;
}

#login .wp-pwd {
	width: 100%;
	display: table;
	margin-top: 0;
}

#login [type=password] {
	display: table-cell;
	width: 86%;
}

#login [type=button] {
	display: table-cell;
	margin: 0;
}

#login .user-pass-wrap {
	margin-top: 20px;
}

#login p.forgetmenot label {
	display: inline-block;
}

#login .wp-cancel-pw>.dashicons,
#login .wp-hide-pw>.dashicons {
	top: 0px;
}

.auth-subscriber-upsell {
	margin-bottom: 60px;
}

.auth-subscriber-upsell p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

.auth-subscriber-upsell h1 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
}

.auth-subscriber-upsell {}

div#login {
	background: #f4f4f4f4;
	padding: 20px;
}

#login .submit input[type="submit"] {
	background: #000;
	color: #fff;
	line-height: 25px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
}

/** posts slider nav **/
.slidernav {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.slidernav a {
	display: inline-block;
	padding: 5px 8px;
	margin-right: 8px;
	font-size: 1.4em;
	background: #fff;
	color: #666;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.slidernav a:active {
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


/** media queries **/
@media screen and (max-width: 660px) {
	h1 {
		font-size: 2.4em;
		line-height: 1.2em;
	}

	.crsl-item h3 {
		font-size: 1.65em;
	}

}

/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Privacy Policy */
.privacy_policy .resp-vtabs ul.vresp-tabs-list {
	padding-right: 40px;
}

.privacy_policy .resp-vtabs ul.vresp-tabs-list li.vresp-tab-item.vresp-tab-active,
.privacy_policy .resp-vtabs ul.vresp-tabs-list li.vresp-tab-item:hover {
	border-left: none !important;
	background: rgb(248, 225, 107);
	background: -moz-linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
	background: -webkit-linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
	background: linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
	color: #000;
}

.privacy_policy .resp-vtabs ul.vresp-tabs-list li.vresp-tab-item {
	padding: 15px;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	font-family: "Barlow";
	border-bottom: 1px solid #7d7d7d
}

.privacy_policy {
	padding: 30px 0 60px;
	display: inline-block;
	width: 100%;
}

.privacy_policy .resp-vtabs .vresp-tabs-container {
	padding: 10px;
}

.privacy_policy .resp-vtabs .vresp-tabs-container p {
	font-size: 16px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	font-family: "Barlow";
}

/* videopage */
.component-zype-media .component-zype-player figcaption p {
	font-size: 16px;
	line-height: 24px;
	color: #f8e16b;
	font-weight: 500 !important;
	font-family: "Barlow";
	margin-top: 10px;
	text-transform: uppercase;
}

.video_page .component-zype-tabs .component-zype-tab.active {
	background: transparent;
	padding: 0px;
}

.video_page .component-zype-media .component-zype-tabs .tabs-container .component-zype-tab .component-zype-pagination {
	margin-bottom: 10px;
}

.video_page .component-zype-media .component-zype-tabs .tabs-container .component-zype-tab .videos-container {
	text-align: center;
}

.video_page .component-zype-media .component-zype-tabs .tabs-container .component-zype-tab .videos-container figcaption {
	margin-top: 20px;
}

.video_page .component-zype-media .component-zype-tabs .tabs-container .component-zype-tab .videos-container figcaption .title {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Barlow";
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4px;
}

.video_page .component-zype-media .component-zype-tabs .tabs-container .component-zype-tab .videos-container figcaption p.description {
	font-size: 14px;
	line-height: 24px;
	color: #f8e16b;
	font-weight: 500;
	font-family: "Barlow";
	text-align: center;
	text-transform: uppercase
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar {
	background: #444444;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .zype-tab-header {
	margin-left: 0;
	border-radius: 0px;
	border-right: 1px solid #6f6f6f;
	box-shadow: none;
	padding: 10px 14px;
	text-transform: uppercase
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .zype-tab-header.active {
	color: #000;
	position: relative;
	z-index: 0;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .zype-tab-header.active::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(269deg, #f8e16b 0%, #f8e16b 8%, #f2da66 20%, #e3c958 46%, #cbac41 75%, #b28e2a 100%);
	bottom: -4px;
	height: 64px;
	width: 102%;
	left: -1px;
	z-index: -1;
	box-shadow: 0px 15px 23px 0px rgb(0 0 0 / 65%);
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form {
	margin: 5px;
	border: 1px solid #6f6f6f;
	position: relative;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form input[type="text"] {
	background: #313131;
	padding-left: 36px;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form input[type="text"]::placeholder {
	color: #fff;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form:before {
	font-family: FontAwesome;
	content: "\f002";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	background: transparent;
	top: 10px;
	position: absolute;
	font-size: 18px;
	left: 15px;
	font-weight: normal;
	opacity: 0.6;
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form input[type="text"]:focus+form:before {
	display: none
}

.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form input[type="submit"] {
	font-size: 13px;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 300;
	font-family: "Barlow";
	display: none
}

.homepage .main-slider .ms-nav-next,
.homepage .main-slider .ms-nav-prev {
	opacity: 1 !important;
	display: block !important;
	transition: 0s !important;
	z-index: 1;
}

.homepage .main-slider .ms-view {
	border: 5px solid #f8da49;
	/* margin-bottom: 40px; */
}
.homepage .main-slider {
	margin-bottom: 0px !important;
}

.homepage .main-slider .ms-slide {

	max-width: 100%;
}

.homepage .main-slider .ms-nav-prev {
	left: -80px !important;
	background: url('images/leftarrow.svg') !important;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% !important;
}

.homepage .main-slider .ms-nav-prev:hover {
	background: url('images/goldleft.svg') !important;
	background-size: 100% !important;
}

.homepage .main-slider .ms-nav-next {
	right: -80px !important;
	background: url('images/rightarrow.svg') !important;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% !important;
}

.homepage .main-slider .ms-nav-next:hover {
	background: url('images/goldright.svg') !important;
	background-size: 100% !important;
}

/* .homepage .main-slider .ms-nav-next:before{

	content: "";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
}
.homepage .main-slider .ms-nav-prev:before{

	content: "";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
} */
.homepage .main-slider .ms-bullets {
	opacity: 1 !important;
	/* bottom: -85px !important; */
	bottom: 30px !important;
	width: auto !important;
	position: static;
	text-align: center;
    justify-content: center;
    display: flex;
    padding: 30px 30px 20px;
}

.homepage .main-slider.mb-5 .ms-bullets {
	/* bottom: -50px !important; */
	margin-bottom: 0px !important;
}
.homepage #div-gpt-ad-minibar {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.homepage .main-slider .ms-bullets .ms-bullets-count {
    right: auto;
}

body img.img_ad {
   	width: 100%;
    height: auto;
}
/* .headerAD {
     display: block !important;
} */
.headerAdEnabled .otw-sticky {
    top: 155px !important;
}

.homepage .main-slider .ms-bullet.ms-bullet-selected {
	background: #b28e2a !important;
	width: 35px !important;
	height: 15px !important;
	border-radius: 15px;
}

.homepage .main-slider .ms-bullet {
	background: #464646 !important;
	width: 25px !important;
	height: 15px !important;
	border-radius: 15px;
}

.homepage .textwidget p {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Barlow";
	text-align: center;
}

.sidebar-border hr {
	background-color: #f8e16b;
	height: 2px;
}

.site-header {
	background: #000
}

.site-header img {
	max-width: 150px
}

.homepagesidebar {
	padding: 15px;
	background: #000000;
	box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.65);
	/* max-width: 350px; */
}

.homepagesidebar section.widget_custom_html div#div-gpt-ad-medrec_300x250_top {
    margin-bottom: 25px;
}


.homepagesidebar:hover {}

.component-zype-media .component-zype-player figcaption .title {
	text-transform: capitalize !important
}

#vjs_video_1 {
	border: 4px solid #aa904c;
}

/* Accountrenewal */
.account_renewal_page .account_renewal-content {
	padding: 40px 0;
}

.account_renewal-content h4 {
	font-family: 'Barlow';
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	background-color: #ffffff;
	position: relative;
	margin: 15px 0;
}

.account_renewal-content h2 {
	font-family: 'Barlow';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.account_renewal-content h3 {
	font-family: 'Barlow';
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.account_renewal_page p,
.account_renewal_page ul li {
	font-family: 'Barlow';
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 5px !important;
	color: #000;
	margin-bottom: px;
	font-weight: normal;
}

.acc-renewal_form {
	margin: 20px 0;
}

.acc-renewal_feature {
	padding: 30px;
	background: rgba(204, 204, 204, 0.98);
}

.acc-renewal_form label {
	display: block;
	width: 100%;
}

.account_renewal_page ul {
	padding-left: 0px;
	margin-left: 30px;
}

.account_renewal_page ul li {
	list-style: disc;
}

/* videopage */
.homepage .component-zype-media {
	display: block !important
}

.homepage .image-audio-videos {
	display: inline-block !important;
	width: 38% !important;
	text-align: right !important;
	vertical-align: top;

}

.homepage .image-audio-videos img {
	margin: auto !important;
	width: 100%;

}

.homepage .component-zype-player {
	max-width: unset !important
}

.homepage figure:not(.component-zype-video) video {
	object-fit: fill
}

.homepage figure:not(.component-zype-video) {
	display: inline-block !important;
	width: 59% !important;
	margin-right: 3%
}

.homepage .component-zype-media {
	background: transparent
}

.video_page .videos-container {
	background: #000;
	padding: 10px;
}

/* stations */
.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable thead {
	background-image: linear-gradient(268deg, #f8e16b 0%, #f8e16b 8%, #f2da66 20%, #e3c958 46%, #cbac41 75%, #b28e2a 100%);
	color: #000;
}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable thead th,
.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable thead tr {
	background: transparent
}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable tr {
	background: #000;
	color: #fff;
}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable tr td {

	font-size: 18px;
	font-family: 'Barlow';

}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable tr td a {
	text-decoration: none;
	color: #fff
}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable tr td a:hover {
	cursor: pointer;

}

.homepage #ihrAffiliatesMapContainer #ihmInViewStationsList {
	overflow-y: auto
}

.homepage #ihrAffiliatesMapContainer .ihmInViewStationsListTable tr:nth-child(even) {
	background: #1c1c1c;
	color: #fff;
}

.homepage #ihrAffiliatesMapContainer #ihmTabs .ihmTab {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Barlow';
	font-size: 18px;

}

.homepage #ihrAffiliatesMapContainer #ihmTabs {
	background: #444444;
	padding-left: 0;

}

.homepage #ihrAffiliatesMapContainer #ihmTabs .ihmTab.active {
	line-height: 36px;

}

.homepage .ihmDigitalStreamThumb {
	text-decoration: none;
	color: #fff;
}

.min-vh-65 {
	min-height: 65vh
}

.whitebg section.transcript-section {
	padding: 40px 0;
}

.whitebg section .guest_host .guest_host_head h1.entry-title {
	margin-bottom: 8px;
}

.whitebg section .guest_host .guest_host_left ul {
	padding-left: 0;
	margin-left: 20px;
}

.stack_of_stuff {
	padding: 50px 0;
}

.stack_of_stuff .stack_of_stuff_head {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}

.stack_of_stuff .stack_of_stuff_head span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}

.stack_of_stuff .stack_of_stuff_mustread {
	border-radius: 5px;
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 25px 0;
}

.stack_of_stuff .stack_of_stuff_content ul {
	padding-left: 0px;
	margin-left: 22px;
}

.stack_of_stuff_grid a {
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.stack_of_stuff_grid br {
	display: none;
}

.stack_of_stuff_grid a {
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.stack_of_stuff_grid br {
	display: none;
}

.stack_of_stuff_grid a .aligncenter,
.stack_of_stuff_grid a .alignleft {
	margin: 0;
}

.stack_of_stuff .stack_of_stuff_content ul li a,
.guest_host .guest_host_left ul li a {
	color: #000;
}

.stack_of_stuff .stack_of_stuff_content ul li,
.guest_host .guest_host_left ul li {
	margin-bottom: 10px;
}

.owl-nav button {
	background: unset
}

.owl-prev span,
.owl-next span {
	display: none;
}

.owl-prev {
	background: url('images/leftarrow.svg') !important;
	width: 40px !important;
	height: 40px !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;

}

.owl-prev:hover {
	background: url('images/goldleft.svg') !important;
	background-size: 100% !important;
}

.owl-next {
	right: 0px !important;
	background: url('images/rightarrow.svg') !important;
	width: 40px !important;
	height: 40px !important;
	background-repeat: no-repeat;
	background-size: 100% !important
}

.owl-next:hover {
	background: url('images/goldright.svg') !important;
	background-size: 100% !important;

}

/* Joinrush */

.joinrushheader {
	background: #000000;
	text-align: center;
}

.joinrushheader img {
	max-width: 1080px;
	padding-top: 20px;
	margin: auto
}

.gift_order img {
	max-width: 100%;
}

.product_plan {
	margin: 75px 0;
}

.pricing_sec .pricing_heading {
	background-color: #7b7b7b;

}

.pricing_sec h2 {
	font-size: 30px !important;
	font-style: italic;
	color: #fff;
	font-family: 'Barlow';
	text-align: center;
	padding: 30px 10px;
}

.pricing_sec .pricing_heading span {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 10px;
	font-family: 'PT Sans', sans-serif;

}

.pricing_content {
	padding: 35px 45px;
	padding-top: 60px;
	background-color: #fcfcfc;
	color: #000;
}

.pricing_content h6 {
	font-family: 'Barlow';
	font-size: 18px;
}

.pricing_content ul {
	list-style-type: none;
	padding-left: 0;
	font-family: 'Barlow';
	padding-top: 20px;
	margin-bottom: 0;
}

.pricing_content ul li {
	font-size: 15px;
	padding: 0 0 1.6em 0;
	line-height: 1.6em;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;

}

.pricing_content ul li:last-child {
	padding-bottom: 10px;
}

.pricing_content ul li span {
	color: #49afeb;
	font-size: x-large;
}

.pricing_content a {
	padding: 14px 7px;
	display: block;
}

.pricing_content a img {
	max-width: 100%
}

.middle_sec {
	margin-top: -25px;
}

.middle_sec .pricing_sec {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}

.middle_sec .pricing_sec .pricing_heading {
	padding: 30px 20px;
}

.middle_sec .pricing_sec .pricing_heading h2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.middle_sec .pricing_heading {
	background-color: #49AFEB
}

.middle_sec .pricing_content {
	background: #fff;
}

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

/* RUsh in hurry */

.rushinhurry {
	background: #000;
	padding-top: 10px;
}

.rushinhurry .container-fluid {
	max-width: 1200px;
}

.rushinhurry img {
	max-width: 100%;
}

.rush_show {
	padding: 80px 0;
}

.rush_show img {
	max-width: 100%;
}

.rush_show h3 {
	font-family: 'Barlow';
	font-size: 26px;
	font-weight: bold;
}

.rush_show p {
	font-family: 'Barlow';
	font-size: 14px;
	font-weight: normal;
	padding-top: 25px;
}

.poscastsingle .podcasttitle {
	font-weight: 700;
	font-size: 35px;
	background-color: #1fb5da;
	position: relative;
	padding-right: 20px !important;
	text-align: center;
	padding-left: 20px !important;
}

.poscastsingle .podcast-data .podtoprow {
	background-color: #1FB5DA;
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Barlow';
}

.poscastsingle TR TH,
.poscastsingle THEAD TH {
	color: white;
	font-weight: bold;
	padding: 9px 24px;
}

.poscastsingle .poscastsingle .podcast-data .podrow1 {
	color: #666666;
	font-size: 16px;
	background-color: #e9e9e9;
}

.poscastsingle .entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	padding: 6px 24px;
	border-top: 1px solid #eee;
}

.poscastsingle .podcast-data td {
	padding: 5px;
	font-size: 16px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	text-align: left;
	vertical-align: middle;
	text-align: center;
	color: #38889C;
}
.account_renewal-img, .email_show .banner {
	background: #000;
}
.account_renewal-img img, .email_show img{
	margin: auto;
	display: block
}
.col-slider  .ms-layer{
	width: 100%!important;
}
.email_show h4{
	font-size: 26px;
	max-width: 1000px;
}
.email_show p{
	font-size: 18px;
    line-height: 1.8em;
    padding-top: 5px!important;
    color: #7f8389;
	margin-bottom: 0px;
	font-weight: 500
}
.email_show .form-group label:not(.btn){
	font-weight: 500;
	font-size: 22px;
 	color: #737373;

}
.email_show input[type="submit"] {
    background: url('./images/submit.jpg') center center;
	box-shadow: none;
    font-size: 0px;
    max-width: 215px;
    background-repeat: no-repeat;
    width: 100%;
    border: 0;
    height: 85px;
    padding: 0px;
}
.mx-160{
	max-width: 160px;
}
.email_show label.btn{
	padding: 7px 25px;
    font-size: 25px;
    font-weight: 600;
}
.email_show .mandatory{
	color: #b2b1b1;
}
.email_show input, .email_show textarea{
	background:#FBFBFB;
	width:100%
}
.email_show textarea{
	min-height:85px
}
.email_show p label{
	width: 100%
}
.more_posts.three_play_btns a:hover {
	border: 1px solid #f8da49;
  background: #000;
}
.more_posts.three_play_btns a {
	margin: 0 8px;
	letter-spacing: 0;
	border: 1px solid;
	font-weight: 500;
	background: rgb(180,144,44); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(180,144,44,1) 0%, rgba(235,211,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(180,144,44,1) 0%,rgba(235,211,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(180,144,44,1) 0%,rgba(235,211,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4902c', endColorstr='#ebd360',GradientType=1 ); /* IE6-9 */
}
i.new-circle {
	background: #000;
	color: #bf9d36;
	border-radius: 50%;
	padding: 0px;
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	padding-left: 3px;
}

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

	.military_banner_bottom {
		padding: 20px 0;
	}

	.calltoaction hr {
		margin-top: 20px;
	}

	.military_banner_bottom h2 {
		margin-top: 15px;
	}

	.hall_of_fame h2 {
		line-height: 50px;
	}

	.products_sec {
		padding-bottom: 30px;
	}

	.military_banner_bottom img {
		padding-bottom: 20px
	}

	.calltoaction {
		padding-top: 7px;
	}

	.joinrushheader img {
		max-width: 100%
	}

	.product_plan .container {
		padding: 0;
	}

	.middle_sec {
		margin-top: 0px;
	}

	.pricing_content {
		padding: 45px 35px;
	}

	.gift_order .container,
	.gift_order .col-md-12 {
		padding: 0
	}

	.product_plan {
		margin: 40px 0;
		/* margin-bottom: 40px; */
	}

	.rush_show {
		padding: 50px 0;
	}
}


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

.audio_sec p {
	background: #eaeaea;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	font-family: 'PT Sans', Helvetica, Arial, Lucida, sans-serif;
}

#login h1 a,
.login h1 a {
	height: 130px;
	width: 215px;

}

@media only screen and (max-width: 600px) {
	.header_Img h2 {
		font-size: 20px
	}

	.homepage .main-slider .ms-nav-next,
	.homepage .main-slider .ms-nav-prev {
		display: none !important;
	}

	/* .homepage .main-slider .ms-bullets {
		display: block !important
	} */
}

@media screen and (max-width: 767px) {
	.col-slider p:last-child {
		font-size: 14px;
		line-height: 20px;
		padding: 5px
	}

	.stack_of_stuff_grid a .alignleft {
		float: none;
	}

	.stack_of_stuff_grid a .aligncenter,
	.stack_of_stuff_grid a .alignleft {
		display: inline-block;
	}
	.mx_15{
		margin-left: -0.9rem;
		margin-right: -0.9rem;

	}
	.px-4{
		padding-left: 1rem!important;
		padding-right: 1rem!important;

	}
	.mtphr-dnt-40 {
		margin-top: 20px;
	}
	.three_play_btns {
		display: flex;
		align-items: center;
    justify-content: center;
	}
	.three_play_btns .btn {
		padding: 20px 15px !important;
	}
	.more_posts.three_play_btns a {
		text-align: center;
    width: 100%;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.three_play_btns .btn span {
		font-size: 21px;
    line-height: 25px;
    display: block;
	}
	.three_play_btns .btn i {
    font-size: 22px;
	}
	i.new-circle {
    background: #000;
    color: #bf9d36;
    border-radius: 50%;
    padding: 0px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding-left: 4px;
    font-size: 16px !important;
	}
}


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

	.homepage .image-audio-videos,
	.homepage figure:not(.component-zype-video) {
		width: 100% !important;
		display: block;

	}
	.story-grid img{
		min-height: unset;
		max-height: unset;
		width: 100%
	}
}

@media screen and (min-width: 1500px) {

	.homepage .main-slider .ms-nav-prev {
		width: 63px;
		height: 63px;
	}


	.homepage .main-slider .ms-nav-next {
		width: 63px;
		height: 63px;
	}

	.contactus .rightcontent h4 {
		font-size: 45px;

	}

	.contactus .rightcontent p a,
	.contactus .rightcontent p {
		font-size: 26px;
	}

	.contactus .leftcontent h2 {
		font-size: 45px;

	}

	.contacttitle {
		font-size: 55px
	}

	.blog-title h2 {
		font-size: 36px;

	}

	.blog-description p {
		font-size: 18px;
	}
}

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

	header #menu-item-152 {
		margin-right: 170px !important
	}

	.otw-sticky-content img {
		max-width: 160px !important;

	}

}
body .otw-sticky-wrapoer {
	display: none !important;
}
header.site-header .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 0 10px;
	margin-left: 20px;
	margin-right: 280px;
	border-bottom: 1px solid #f8da49;
}
header.site-header .notice .widget  {
	  margin: 0;
}
header.site-header .notice,
header.site-header .notice .textwidget {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header.site-header .notice .wp-block-button__link,
header.site-header .notice .on-air-link {
    background: linear-gradient(to right, rgba(180,144,44,1) 0%,rgba(235,211,96,1) 100%);
    padding: 4px 16px;
    font-weight: bold;
    font-size: 14px;
	border: none;
    text-decoration: none;
    margin: 0 0 0 10px;
	border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-align: center;
}
header.site-header .notice .wp-block-button__link:hover,
header.site-header .notice .on-air-link:hover {
	background: linear-gradient(to right, rgba(235,211,96,1) 0%,rgba(180,144,44,1) 100%);
}
header.site-header .top-row .notice p {
    margin: 0;
    color: #FFF;
    font-weight: 600;
	letter-spacing: 0.15em;
	font-size: 14px;
}
footer.site-footer .social-ss {
	margin-top: 25px;
}
footer.site-footer .widget a:hover,
footer.site-footer .widget a:visited {
	color: rgb(29, 155, 240);
}
header.site-header .top-row .social-lst a,
footer.site-footer .social-ss .social-lst a {
	margin-left: 12px;
}
header.site-header .top-row .social-lst a svg,
header.site-header .top-row .social-lst a img,
footer.site-footer .social-ss .social-lst a svg,
footer.site-footer .social-ss .social-lst a img {
	  width: 24px;
	  height: 24px;
  transition: ease .25s all;
}
header.site-header .top-row .social-lst a:hover svg,
header.site-header .top-row .social-lst a:hover img,
footer.site-footer .social-ss .social-lst a:hover svg,
footer.site-footer .social-ss .social-lst a:hover img {
  transform: scale(1.4);
}
header.site-header .top-row .social-lst a.youtube svg,
footer.site-footer .social-ss .social-lst a.youtube svg {
  width: 32px;
}
header.site-header .top-row .social-lst a.gettr svg,
footer.site-footer .social-ss .social-lst a.gettr svg {
  background: #fff;
}
header.site-header .top-row .social-lst a.gab svg,
footer.site-footer .social-ss .social-lst a.gab svg {
  width: 40px;
}
header.site-header .top-row .social-lst a.parler svg,
footer.site-footer .social-ss .social-lst a.parler svg {
  width: 28px;
  height: 28px;
}
header.site-header .ubermenu {
    margin-right: 280px;
}
header.site-header .ubermenu li a {
    padding: 12px 20px;
}
#menu-item-146 {
    position: absolute;
    right: -16px;
}
#menu-item-152 {
		margin-right: -160px !important;
		margin-top: -24px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
		.ubermenu-main .ubermenu-nav .ubermenu-target.rounded-circle {
			margin-top: 0px !important;
			font-size: 13.5px !important;
			line-height: 24px;
		}
		.ubermenu-main .ubermenu-nav .ubermenu-target {
			padding: 8px 12px;
			font-size: 16px !important;
		}
		header.site-header .top-row {
			margin-left: 12px;
			margin-right: 240px;
		}
		header.site-header .ubermenu {
		 margin-right: 240px;
	 }
	 #menu-item-152 {
		 margin-right: -145px !important;
	 }
}
@media screen and (min-width: 1025px) and (max-width: 1359px) {
	.ubermenu-main .ubermenu-nav .ubermenu-target {
		padding: 8px 6px;
		font-size: 13.5px !important;
	}
	header.site-header .top-row {
		margin-left: 6px;
	}
	.site-header img {
    	max-width: 120px;
	}
	.homepage .main-slider .ms-nav-next {
		 right: 10px !important;
	}
	.homepage .main-slider .ms-nav-prev {
		 left: 15px !important;
	}
	header.site-header .top-row .social-lst a {
		 margin-left: 6px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* .headerAdEnabled .otw-sticky {
		 top: 115px !important;
	} */
	.homepage .main-slider .ms-nav-next {
		right: 20px !important;
	}
	.homepage .main-slider .ms-nav-prev {
		left: 20px !important;
	}
}
@media screen and (max-width: 1024px) {
	.site-header img {
    	max-width: 110px;
	}
	header.site-header .ubermenu-responsive.ubermenu .ubermenu-nav {
		min-height: 412px;
	}
	header.site-header .top-row {
		 margin-right: 180px;
		 margin-left: 4px;
		 display: block;
		 text-align: center;
		 border: 0;
		 padding: 0;
	}
	header.site-header .top-row .notice {
		margin-bottom: 10px;
		justify-content: center;
	}
	header.site-header .top-row .notice p {
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 13px;
	}
	header.site-header .top-row .social-lst {
    margin-bottom: 6px;
	}
	.main-menu .ubermenu-responsive.ubermenu #menu-item-146 {
    position: relative;
    right: 0;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-152 {
		margin-top: 0 !important;
	}
	.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu.ubermenu-responsive .ubermenu-column-auto{
		width: 100%;
	}
	#masthead #menu-item-152{
		margin-right: 0!important;
		max-width: 300px;
	}
	.homepage .main-slider .ms-nav-next,.homepage .main-slider .ms-nav-prev{
		display: none!important;
	}
	.story-grid img{
		min-height: unset;
		max-height: unset;

	}
	.navicon {
		max-width: 40px;
		margin: auto !important;
	}
	.ubermenu-responsive.ubermenu{
		margin-left: 50px!important
	}
	.main-menu .ubermenu-responsive-toggle {
		color: #fff;
		text-transform: uppercase;
		background: #464646;
		margin-left: 0px!important;
		width: 65px;
		height: 55px;
		position: absolute;
		top: 2px;
		right: 50px;
		z-index: 999999;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.main-menu .ubermenu-responsive-toggle .fa {
		width: 40px;
		text-align: center;
		margin-right: 0;
		font-size: 24px;
	}
	.main-menu .ubermenu-responsive.ubermenu {
		position: absolute;
		background: rgba(46,46,46,1);
		left: 0;
		top: 80px;
		margin-left: 0px !important;
		padding: 10px;
		z-index: 9999;

	}
	.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		padding: 10px;
		font: 600 14px/20px 'Barlow', sans-serif;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-149, .main-menu .ubermenu-responsive.ubermenu li#menu-item-150, .main-menu .ubermenu-responsive.ubermenu li#menu-item-151 {
		float: left;
		clear: none;
		width: 50px;
		min-width: auto;
		margin: 10px 0;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-149 a, .main-menu .ubermenu-responsive.ubermenu li#menu-item-150 a, .main-menu .ubermenu-responsive.ubermenu li#menu-item-151 a {
		background: #b28e2a;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-152 {
		float: left;
		width: 100%;
		min-width: 100%;

		border-bottom: 1px solid;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-152 a {
		background: #b28e2a;
		margin: 10px 0;
		z-index: 1;
	}

	.main-menu .ubermenu-responsive.ubermenu  li#menu-item-146 {
		border-bottom: 1px solid;
		border-top: 1px solid;
	}

	.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar form {
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 0;
		margin: 0px 0px 14px;
		width: 100%;
	}

	.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar {
		display: block;
		padding: 10px 5px;
	}
	.detailed-blog .blog-image .blog-video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.detailed-blog .blog-image .blog-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}
@media screen and (max-width: 799px) {
	header.site-header .top-row .social-lst a svg,
	header.site-header .top-row .social-lst a img {
		width: 22px;
		height: 22px;
	}
}
@media screen and (max-width: 767px) {
	body .otw-sticky.otw-right-sticky.otw-show-sticky {
		top: 14px !important;
		left: auto;
		right: 70px;
	}
	body.admin-bar .otw-sticky.otw-right-sticky.otw-show-sticky {
		top: 60px !important;
	}
	body .otw-sticky.otw-right-sticky.otw-show-sticky .otw-sticky-content {
		display: inline-block;
		max-width: 100% !important;
	}
	.site-header img {
		max-width: 100px;
	}
	header.site-header .top-row {
    	margin: 10px 0 0;
	}
	header.site-header .top-row .notice {
    	margin-bottom: 6px;
	}
	header.site-header .notice .wp-block-button__link,
	header.site-header .notice .on-air-link {
		padding: 4px 12px;
		font-size: 15px;
	}
	header.site-header .top-row .social-lst {
    	margin-bottom: 0;
	}
	header.site-header .top-row .social-lst a {
		margin: 4px 10px;
		display: inline-block;
	}
	header.site-header .top-row .social-lst a svg,
	header.site-header .top-row .social-lst a img {
		width: 24px;
		height: 24px;
	}
	.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .tab-headers-container {
		display: block;
	}

	.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .zype-tab-header.active::before {
		width: 100%;
		left: 0;
		height: 100%;
	}

	.video_page .component-zype-media .component-zype-tabs .component-zype-nav-bar .zype-tab-header {
		border-right: none;
	}

	.homepage .main-slider .ms-bullets {
		display: none !important;
	}
	.site-branding a {
		width: 100%;
		text-align: left;
	}
	header.site-header .main-menu {
		margin-left: auto;
		margin-right: 30px;
	}
	.main-menu .ubermenu-responsive-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: -50px;
		right: 15px;
		z-index: 999999;
		margin-left: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.main-menu .ubermenu-responsive-toggle .fa {
		width: 40px;
		text-align: center;
		margin-right: 0;
		font-size: 20px;
	}
	.main-menu .ubermenu-responsive.ubermenu {
		position: absolute;
		background: rgba(46,46,46,1);
		left: 0;
		top: 10px;
		margin-left: 0px !important;
		padding: 10px;
		z-index: 9999;

	}
	.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
		padding: 6px 10px;
		font: 600 14px/20px 'Barlow', sans-serif;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-149, .main-menu .ubermenu-responsive.ubermenu li#menu-item-150, .main-menu .ubermenu-responsive.ubermenu li#menu-item-151 {
		float: left;
		clear: none;
		width: 50px;
		min-width: auto;
		margin: 10px 0;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-149 a, .main-menu .ubermenu-responsive.ubermenu li#menu-item-150 a, .main-menu .ubermenu-responsive.ubermenu li#menu-item-151 a {
		background: #b28e2a;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-152 {
		float: left;
		width: 100%;
		min-width: 100%;

		border-bottom: 1px solid;
	}
	.main-menu .ubermenu-responsive.ubermenu li#menu-item-152 a {
		background: #b28e2a;
		margin: 10px 0;
	}

	.main-menu .ubermenu-responsive.ubermenu  li#menu-item-146 {
		border-bottom: 1px solid;
		border-top: 1px solid;
	}
	body.home .otw_no_device_small {
		display: block;
		top: 55px !important;
		left: 88px;
		right: 0;
		z-index: 7777!important;
	}
	body.home .otw-sticky.otw-right-sticky.otw-show-sticky .otw-sticky-content {
		margin: 0 auto;
	}
	body.home .otw-sticky-content img {
		max-width: 150px !important;
	}
	body.home .otw-sticky-wrapoer.headerAdEnabled .otw_no_device_small {
		top: 245px!important;
	}
}

@media screen and (max-width:600px) {
	body.home .otw-sticky-wrapoer.headerAdEnabled .otw_no_device_small {
		top: 230px!important;
	}
	footer.site-footer .social-ss .social-lst a {
		margin-top: 8px;
		display: inline-block;
    }
}

@media screen and (max-width:480px) {
	body.home .otw-sticky-wrapoer.headerAdEnabled .otw_no_device_small {
		top: 215px!important;
	}
}
@media screen and (min-width: 769px) {
	.privacy_policy .resp-vtabs .vresp-tabs-container h2heading.resp-accordion.vresp-tab-active {
		display: block;
		border: none !important;
		font-size: 36px;
		line-height: 40px;
		color: #ffffff;
		font-weight: 700;
		pointer-events: none;
		font-family: "Barlow";
	}

	.privacy_policy .resp-vtabs .vresp-tabs-container h2heading.resp-accordion.vresp-tab-active span.resp-arrow {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.col-slider{
		width: 100%;
	}
	.privacy_policy .resp-vtabs .vresp-tabs-container h2heading.resp-accordion.vresp-tab-active {
		border-left: none !important;
		background: rgb(248, 225, 107);
		background: -moz-linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
		background: -webkit-linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
		background: linear-gradient(269deg, rgba(248, 225, 107, 1) 0%, rgba(178, 142, 42, 1) 100%);
		color: #000;
		border-top: none !important;
	}

	.privacy_policy .resp-vtabs .vresp-tabs-container h2heading.resp-accordion {
		padding: 15px;
		margin: 0;
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
		font-family: "Barlow";
	}

	.privacy_policy .resp-vtabs .vresp-tabs-container .vresp-tab-content {
		border-color: #6f6f6f;
	}
}

@media (min-width: 1600px) {

	.container {
		max-width: 1320px;
	}

}

@media screen and (max-width: 467px) {
	.navicon {
		max-width: 40px;
		margin: auto !important
	}
	.ubermenu-responsive.ubermenu{
		margin-left: 0px!important
	}
	.main-menu .ubermenu-responsive-toggle {
		color: #fff;
		text-transform: uppercase;
		background: #464646;
		margin-left: 0px!important;

	}
	.site-branding a {
		/* position: absolute;
		top: -25px;
		left: 10px; */
		width: 100%;
		text-align: left;
	}

	.main-menu .ubermenu-responsive-toggle {
		color: #fff;
		text-transform: uppercase;
		background: #464646
	}
}


body .container {
	max-width: 1180px;
}
.otw-sticky{
	z-index: 999999!important;
}
.otw-sticky-content img {
	max-width: 180px;
	position: absolute;
	right: 3px;
	width: auto;
	top: -7px;
}

#top_stories_breadcrumbs {
	color: #0c0c0c;
}
.whitebg .page-content, .whitebg .entry-content, .whitebg .entry-summary{
	margin: 0
}
.accupdate p label{
	width: 25%
}
#menu-footer-menu li:last-child a::after{
    display: inline-block;
    content: '';
    width: 34px;
    height: 20px;
    background: url(./images/YAC-Icon.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    top: 6px;
}
.error{
	color: red;
    width: 100%;
    display: inline-block;
}
.email_show label span span{
	position: relative;

    background-color: #FF4E5D;
    color: #fff;
    padding: 5px;
	box-sizing: border-box;
	display: block
}
.email_show label span span:before{
	position: absolute;
    top: 1px;
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FCC;
    border-bottom-width: 11px;
    left: -10px;
    top: -10px;
	display: block
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.otw-sticky-content img {
		top: 0px;
	}

}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
	header.site-header #menu-item-152 {
	    margin-right: -134px !important;
	    margin-top: -30px !important;
	}
	header.site-header .top-row {
	    margin-right: 160px;
	    padding: 0 0 12px;
    	margin-bottom: 4px;
	}
	header.site-header .ubermenu {
		 margin-right: 160px;
	}
	header.site-header .top-row .notice p {
	    letter-spacing: 0.1em;
	    font-size: 13px;
	}
}
@media screen and (max-width: 1199px){
	.mx_15 {
    margin-left: 0;
    margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.rush_login_widget_links a {
		background: transparent!important;
	}
	.otw-sticky-transparent {
		display: none;
	}
}
.search-title h4 a {
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: calc(100%);
	min-height: inherit;
	margin-top: 5px;
}

.search-pagination a.page-numbers,
.search-pagination a.next.page-numbers {
	color: #000;
}
.search-pagination .nav-links {
	display: inline-block;
  margin: 30px auto 0;
	min-width: 340px;
	text-align: center;
	border-radius: 4px;
	background: #eee;
	box-shadow: 0 0.8rem 2rem rgb(90 97 129 / 20%);
}
.search-pagination .current {
	background:  linear-gradient(to right,  rgba(180,144,44,1) 0%,rgba(235,211,96,1) 100%);
	color: #eee;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 4px;
}
.page-numbers {
	min-width: 25px;
	font-size: 16px;
	display: inline-block;
	line-height: 24px;
	padding: 8px 12px;
}
@media screen and (max-width: 500px) {
	.search-pagination .nav-links {
		min-width: calc(100% + 40px);
		margin-left: -20px;
		margin-bottom: 30px;
	}
	.page-numbers {
    min-width: 25px;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
    padding: 3px 0px;
	}
	.search-pagination .current {
    padding: 0px 5px;
	}
}

body .podcast-feed-page h1 {
    font-size: 55px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow";
    text-transform: uppercase;
}
body .podcast-feed-page p,
body .podcast-feed-page ul {
    font-size: 20px;
		margin-bottom: 16px;
    color: #b7b7b7;
}
body .podcast-feed-page ul.breadcrumbs {
    margin-bottom: 40px;
}
body .podcast-feed-page .cnb-copy-link {
		padding: 10px 20px;
		margin: 10px 0 20px;
		background: linear-gradient(268deg, #f8e16b 0%, #f8e16b 8%, #f2da66 20%, #e3c958 46%, #cbac41 75%, #b28e2a 100%);
		color: #000;
		text-decoration: underline;
		display: block;
	  width: max-content;
}
@media (max-width: 767px) {
		body .podcast-feed-page p,
		body .podcast-feed-page ul {
				font-size: 16px;
		}
		body .podcast-feed-page h1 {
		    font-size: 40px;
		}
}
@media (max-width: 499px) {
		body .podcast-feed-page .cnb-copy-link {
			font-size: 14px;
	    padding: 10px 2px;
		}
}

.cnb-subscriber-only-wrap {
	min-height: 50vh;
	  padding: 40px 15px;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
}
.cnb-subscriber-only-wrap a {
	  font-size: 28px;
	  font-weight: 500;
	  line-height: normal;
	  display: inline-flex;
	  margin: 20px auto 0;
}
@media (max-width: 499px) {
	  .cnb-subscriber-only-wrap a,
	  .cnb-subscriber-only-wrap h2 {
		  font-size: 24px;
	  }
	  .cnb-subscriber-only-wrap h4 {
		  font-size: 20px;
	  }
}

body .ihmMapWrapper .ihmStationInfo {
	color: #000;
}
body .ihmMapWrapper .ihmStationInfo .ihmStationInfoText {
    line-height: 140%;
	font-size: 14px;
	color: #000;
}
body .ihmMapWrapper .ihmStationInfo .ihmStationInfoText h3 {
	font-size: 1.3rem;
    font-weight: 600;
}

body .recommendations-page {
	background: url(images/Union1.png) !important;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat !important;
	padding: 45px 0;
}
body .recommendations-page .container {
  	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}
body .recommendations-page .page-title {
	font-family: 'Barlow';
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}
body .recommendations-page p {
	margin-bottom: 1em;
	font-family: 'Barlow';
}
body .recommendations-page .btn {
	background: linear-gradient(90deg, #B5922D 0%, #DBC458 100%);
	border: 0;
	border-radius: 0;
	font-family: 'Barlow';
	font-weight: 600;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	min-width: 100px;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
	padding: 3px 12px;
}
body .recommendations-page .btn:hover {
  	background: linear-gradient(90deg, #DBC458 0%, #B5922D 100%);
}
body .recommendations-page .rc-lst-wrap {
	margin-top: 40px;
}
body .recommendations-page .rc-first-item {
  	display: flex;
}
body .recommendations-page .rc-first-item h2.mob {
  	display: none;
}
body .recommendations-page .rc-first-item .rc-info {
	width: 58%;
	padding-right: 10%;
}
body .recommendations-page .rc-first-item .rc-image {
	width: 42%;
}
body .recommendations-page .rc-first-item .rc-image img {
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
body .recommendations-page .rc-first-item .rc-content {
	font-family: 'Barlow';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #B7B7B7;
	margin-top: 15px;
}
body .recommendations-page .rc-first-item .rc-action-btns .btn {
	margin-right: 15px;
	min-width: 130px;
}
body .recommendations-page .rc-action-btns {
	display: flex;
	margin-top: 24px;
}
body .recommendations-page .rc-filter-block {
	margin: 60px 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body .recommendations-page .rc-filter-btns .btn {
	background: #2D2D2D;
	color: #FFFFFF;
	margin-left: 4px;
	/* min-width: 80px; */
	min-width: 108px;
}
body .recommendations-page .rc-filter-btns .btn.active,
body .recommendations-page .rc-filter-btns .btn:hover {
	background: linear-gradient(90deg, #B5922D 0%, #DBC458 100%);
  	color: #000000;
	opacity: 1;
}
body .recommendations-page .rc-result-lst {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	min-height: 400px;
}
body .recommendations-page .rc-result-lst.not-found {
	justify-content: center;
}
body .recommendations-page .rc-result-lst.not-found h3 {
	color: #FFF;
	margin-top: 48px;
}
body .recommendations-page .rc-result-lst div.cnb-spinner-loading {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: conic-gradient(#0000 10%, #FFFFFF);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
	animation: sploading 1s infinite linear;
	margin: 80px auto;
}
body .recommendations-page .rc-result-lst > div {
	width: calc(33.333% - 30px);
	margin: 25px 15px;
	background: #000000;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	position: relative;
}
body .recommendations-page .rc-result-lst .rc-image img {
	max-width: 100%;
	height: 334px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border: 2px solid #F8DA49;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
}
body .recommendations-page .rc-result-lst .rc-info {
	padding: 24px 20px 12px;
}
body .recommendations-page .rc-result-lst .has-btn .rc-info {
    padding-bottom: 44px;
}
body .recommendations-page .rc-result-lst .rc-info h3 {
	font-family: 'Barlow';
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}
body .recommendations-page .rc-result-lst .rc-info .rc-content {
	font-family: 'Barlow';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #B7B7B7;
}
body .recommendations-page .rc-result-lst .rc-action-btns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
body .recommendations-page .rc-result-lst .rc-action-btns .btn {
	width: 50%;
}
body .recommendations-page .rc-result-lst #cnb_load_more_cr {
	width: 100%;
	background: transparent;
	box-shadow: none;
	text-align: center;
	margin-top: 40px;
}
@media (max-width: 1199px) {
body .recommendations-page .rc-result-lst {
	margin: 0 -10px;
}
body .recommendations-page .rc-result-lst > div {
	width: calc(33.333% - 20px);
	margin: 20px 10px;
}
}
@media (max-width: 991px) {
body .recommendations-page .page-title {
	font-size: 32px;
	line-height: 42px;
}
body .recommendations-page .rc-lst-wrap {
	margin-top: 30px;
}
body .recommendations-page .rc-filter-block {
	flex-wrap: wrap;
	justify-content: center;
}
body .recommendations-page .rc-filter-block > div {
	width: 100%;
}
body .recommendations-page .rc-filter-block .left-col {
	margin-bottom: 30px;
}
body .recommendations-page .rc-filter-btns .btn {
	margin: 0 20px 0 0;
}
body .recommendations-page .rc-result-lst > div {
	width: calc(50% - 20px);
	margin: 20px 10px;
}
body .recommendations-page .rc-result-lst div.cnb-spinner-loading {
	width: 50px;
	height: 50px;
}
}
@media (max-width: 699px) {
body .recommendations-page {
	padding: 32px 0;
}
body .recommendations-page .container {
	max-width: 540px;
}
body .recommendations-page .page-title {
	font-size: 24px;
	line-height: 29px;
}
body .recommendations-page .rc-first-item {
	flex-direction: column-reverse;
}
body .recommendations-page .rc-first-item .rc-info,
body .recommendations-page .rc-first-item .rc-image {
	width: 100%;
	padding: 0;
}
body .recommendations-page .rc-first-item .rc-image {
	margin-bottom: 30px;
}
body .recommendations-page .rc-first-item h2.mob {
	display: block;
	margin-bottom: 25px;
}
body .recommendations-page .rc-first-item h2.desk {
	display: none;
}
body .recommendations-page .rc-first-item .rc-content {
	margin: 0;
}
body .recommendations-page .rc-filter-block {
  	margin: 40px 0 10px;
}
body .recommendations-page .rc-filter-block .left-col {
  	margin-bottom: 20px;
}
body .recommendations-page .rc-filter-block .rc-filter-btns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -4px;
}
body .recommendations-page .rc-filter-btns .btn {
	margin: 4px;
	/* width: calc(33.333% - 8px); */
	width: calc(50% - 8px);
}
body .recommendations-page .rc-filter-btns .btn:nth-child(4),
body .recommendations-page .rc-filter-btns .btn:nth-child(5) {
	width: calc(50% - 8px);
}
body .recommendations-page .rc-result-lst {
	margin: 0;
	min-height: 200px;
}
body .recommendations-page .rc-result-lst > div {
	width: 100%;
	margin: 12px 0;
	display: flex;
	padding: 12px;
}
body .recommendations-page .rc-result-lst .rc-image {
 	width: 120px;
}
body .recommendations-page .rc-result-lst .rc-info {
	width: calc(100% - 120px);
	padding: 0 0 0 12px;
}
body .recommendations-page .rc-result-lst .has-btn .rc-info {
	padding-bottom: 36px;
}
body .recommendations-page .rc-result-lst .rc-info h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 8px;
}
body .recommendations-page .rc-result-lst .rc-image img {
	height: auto;
	max-height: calc(100% - 40px);
}
body .recommendations-page .rc-result-lst .rc-info .rc-content {
	font-size: 12px;
	line-height: 18px;
}
body .recommendations-page .rc-result-lst #cnb_load_more_cr {
	justify-content: center;
	margin-top: 20px;
}
body .recommendations-page .rc-result-lst div.cnb-spinner-loading {
	margin: 40px auto;
}
}

body .two-columns-template {
		background: url(./images/top-banner-bg.png) !important;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat !important;
    padding: 45px 0;
}
body .two-columns-template .container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
}
body .two-columns-template .banner {
    margin-bottom: 80px;
}
body .two-columns-template .banner-img {
    border: 1px solid #F8DA49;
}
body .two-columns-template h1 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}
body .two-columns-template h3 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 16px 0;
    display: block;
}
body .two-columns-template p {
		font-family: 'Barlow';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #B7B7B7;
		margin: 16px 0 0;
}
body .two-columns-template .two-columns-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
body .two-columns-template .two-columns-content > * {
    width: calc(50% - 30px);
    margin: 20px 15px;
}
@media (max-width: 699px) {
		body .two-columns-template {
			padding: 32px 0;
		}
		body .two-columns-template .container {
			max-width: 540px;
		}
		body .two-columns-template .banner {
		    margin-bottom: 32px;
		}
		body .two-columns-template h1 {
			font-size: 24px;
			line-height: 29px;
			margin-bottom: 24px;
		}
		body .two-columns-template .two-columns-content {
		    margin: 0;
		}
		body .two-columns-template .two-columns-content > * {
				width: 100%;
				margin: 12px 0;
		}
		body .two-columns-template h3 {
				margin: 12px 0;
				font-size: 18px;
				line-height: 19px;
		}
		body .two-columns-template p {
				font-size: 14px;
				line-height: 22px;
				margin: 12px 0 0;
		}
}

body .homepage .new-home-slider .row-1 .post-wrap {
		padding: 32px;
		background: #000;
		display: flex;
}
body .homepage .new-home-slider .row-1 .post-wrap .p-thumb {
    width: 33.333%;
    padding-right: 24px;
}
body .homepage .new-home-slider .post-wrap .p-thumb img {
    border: 4px solid #b28e2a;
    width: 100%;
    max-width: 100%;
}
body .homepage .new-home-slider .row-1 .post-wrap .p-content {
		width: calc(100% - 33.333%);
		padding-left: 24px;
}
body .homepage .new-home-slider .post-wrap .p-content h6 {
		font-size: 20px;
		line-height: 20px;
    color: #f8e16b;
    font-weight: 500;
    font-family: "Barlow";
    text-transform: uppercase;
    margin-bottom: 8px;
}
body .homepage .new-home-slider .post-wrap .p-content h4 {
    margin-bottom: 8px;
		font-size: 30px;
		line-height: 120%;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
    display: flex;
    align-items: center;
}
body .homepage .new-home-slider .post-wrap .p-content .p-excerpt {
    font-size: 18px;
    line-height: 135%;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #b7b7b7;
}
body .homepage .new-home-slider .row-2 {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
		grid-gap: 32px 48px;
		padding: 32px;
		background: #000;
}
body .homepage .new-home-slider .row-2 .post-wrap .p-content h4 {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 20px;
		margin-top: 8px;
}
body .homepage .new-home-slider .row-2 .post-wrap .p-content h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 12px;
}
body .homepage .new-home-slider .row-2 .post-wrap .p-thumb img {
    border: 3px solid #b28e2a;
		/* height: 127px;
		object-fit: cover;
		object-position: top; */
}
@media (max-width: 1199px) and (min-width: 768px) {
		body .homepage .home-top-story > .col-md-8 {
			padding: 0 !important;
		}
		body .homepage .home-top-story > .col-md-4 {
	    padding-right: 0 !important;
		}
}
@media (max-width: 1024px) {
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-thumb img {
		 height: 112px;
	} */
}
@media (max-width: 991px) {
	body .homepage .new-home-slider .row-1 .post-wrap .p-thumb {
	    padding-right: 12px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-content {
	    padding-left: 12px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap {
	    padding: 20px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-content h4 {
	    font-size: 22px;
	    line-height: 24px;
	    margin-bottom: 8px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-content h6 {
	    font-size: 14px;
	    line-height: 16px;
	    margin-bottom: 8px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-thumb img {
	    border: 3px solid #b28e2a;
	}
	body .homepage .new-home-slider .post-wrap .p-content .p-excerpt {
	    font-size: 16px;
	    margin-top: 10px;
	}
	body .homepage .new-home-slider .row-2 {
			margin-top: 20px;
			grid-gap: 20px;
			padding: 20px;
	}
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-thumb img {
		 height: 95px;
	} */
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-content h4 {
	    font-size: 20px;
	    line-height: 24px;
	} */
}
@media (max-width: 767px) {
	body .homepage .home-top-story .col-md-12 {
      padding: 0;
	}
	body .homepage .home-top-story .story-grid {
		  padding: 15px;
	}
	body .homepage .home-top-story .story-grid .row {
		  margin: 0;
	}
	body .homepage .home-top-story .story-grid .row .col-md-6 {
		  padding: 0 !important;
	}
	body .homepage .home-top-story .story-grid h6 {
    	margin-top: 10px;
	}
	body .homepage .new-home-slider .row-1 .post-wrap {
		 flex-wrap: wrap;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-thumb,
	body .homepage .new-home-slider .row-1 .post-wrap .p-content {
	   width: 100%;
	   padding: 0;
	}
	body .homepage .new-home-slider .row-1 .post-wrap .p-content h6 {
     margin-top: 12px;
	}
	body .homepage .new-home-slider .row-2 {
     grid-template-columns: 1fr;
     grid-gap: 24px;
	}
	body .homepage .new-home-slider .row-2 .post-wrap {
			display: flex;
	}
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-thumb img {
		 	height: auto;
	} */
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-thumb,
	body .homepage .new-home-slider .row-2 .post-wrap .p-content {
	    width: 50%;
	    padding-right: 20px;
	} */
	/* body .homepage .new-home-slider .row-2 .post-wrap .p-content h6 {
			margin-top: 0;
	} */
	body .homepage .new-home-slider .row-2 .post-wrap {
	    flex-wrap: wrap;
	}
	body .homepage .new-home-slider .row-2 .post-wrap .p-thumb,
	body .homepage .new-home-slider .row-2 .post-wrap .p-content {
	   width: 100%;
	   padding: 0;
	}
	body .homepage .new-home-slider .row-2 .post-wrap .p-content h6 {
     margin-top: 12px;
	}
}
@media (max-width: 480px) {
	body .homepage .new-home-slider .row-1 .post-wrap,
	body .homepage .new-home-slider .row-2 {
    	padding: 15px;
	}
	body .homepage .new-home-slider .post-wrap .p-content .p-excerpt,
	body .homepage .topstories.home-top-story .story-grid p {
    	display: none;
	}
}

.cnb-podcasts-omny-embed-wrap {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: -1;
	background: #000000;
  text-align: center;
  overflow: hidden;
	transition: ease .25s all;
	height: 96px;
	bottom: 0;
	opacity: 0;
}
.cnb-podcasts-omny-embed-wrap.show {
	opacity: 1;
	z-index: 99999999;
}
body footer.site-footer {
	padding-bottom: 90px !important;
}
@media (max-width: 1024px) {
  body.single-post .cnb-podcasts-omny-embed-wrap {
		  bottom: 40px;
	}
}

body.page-template-email-second-page-show-single-post {
   padding-bottom: 120px;
}

body .cnb-download-app-at-mobile {
	display: none;
	color: #000;
	background: #f2f2f2;
	padding: 10px;
	transition: ease .25s all;
}
body .cnb-download-app-at-mobile.hidden {
	height: 0 !important;
  display: none !important;
}
body .cnb-download-app-at-mobile .cnb-download-app-inner {
	display: flex;
  align-items: center;
}
body .cnb-download-app-at-mobile span {
	font-size: 32px;
	line-height: 40px;
	padding-right: 6px;
	width: 7%;
	cursor: pointer;
}
body .cnb-download-app-at-mobile .left-col {
    width: 60%;
		display: flex;
}
body .cnb-download-app-at-mobile .left-col img {
    min-width: 48px; min-height: 48px;
    max-width: 48px; max-height: 48px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
}
body .cnb-download-app-at-mobile .left-col h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
}
body .cnb-download-app-at-mobile .left-col p {
    font-size: 10px;
    color: #979797;
    line-height: 13px;
    margin-block-start: 0;
    margin-block-end: 0;
}
body .cnb-download-app-at-mobile .right-col {
		display: flex;
		justify-content: flex-end;
		width: 33%;
		padding-right: 4px;
}
body .cnb-download-app-at-mobile .right-col h2 {
    font-size: 16px;
		font-weight: bold;
    color: #436dd6;
    margin-block-start: 0;
    margin-block-end: 0;
		text-align: center;
}
@media (max-width: 767px) {
  body .cnb-download-app-at-mobile {
		  display: block;
	}
	body.page-template-email-the-show-single-post .cnb-download-app-at-mobile,
	body.page-template-email-the-show-single-post .cnb-podcasts-omny-embed-wrap,
	body.page-template-email-second-page-show-single-post .cnb-download-app-at-mobile,
	body.page-template-email-second-page-show-single-post .cnb-podcasts-omny-embed-wrap {
		  display: none;
	}
	body.page-template-email-the-show-single-post footer.site-footer,
	body.page-template-email-second-page-show-single-post footer.site-footer {
     padding-bottom: 40px !important;
	}
}

body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-inner h3 {
    font-size: 18px;
}
body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-wrapper span:not(.file) {
    background: none;
    color: #7f8389;
    padding: 0;
    font-size: 16px;
}
/* body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-wrapper .dnd-upload-details .dnd-progress-bar {
    background: #FF4E5D;
    height: 4px;
} */
body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-wrapper span.has-error-msg {
    font-size: 15px;
    color: red;
    font-weight: bold;
}
body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-wrapper .dnd-upload-counter,
body.page-template-email-the-show-single-post .wpcf7-form .codedropz-upload-wrapper .dnd-upload-details .dnd-progress-bar {
		display: none;
}

body.page-template-email-the-show-single-post .email_show input[type="submit"]:hover {
		background: url(./images/submit.jpg) center center;
		box-shadow: none;
		background-repeat: no-repeat;
}
@media (max-width: 767px) {
	  body.page-template-email-the-show-single-post .wpcf7-form .dnd-upload-status .dnd-upload-image {
			  display: none;
		}
		body.page-template-email-the-show-single-post .wpcf7-form .dnd-upload-status .dnd-upload-details {
		    padding-left: 0;
		    width: 100%;
		    padding-right: 40px;
		}
}
