/******** Standard Global Styles ********/
html, body {
	height: 100%;
}
body {
    color: #333333;
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 14px;
	margin: 0px; 
	padding: 0px;
}
a {
	font-family: 'Open Sans', Arial, Verdana;
	color: blue;
}
a img { border: 0; }
a:visited {
    color: #330066;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 14pt;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: .01em;
    color: #454545;
} 
h1 {
    text-transform: none;
    font-size: 22px;
	line-height: 1em;
    margin: 0 0 4px 0;
	letter-spacing: -0.02em;
}
h2 {
    text-transform: uppercase;
    font-size: 10pt;
    padding: 2px;
    margin: 0px;
    padding-left: 0px
}
h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    margin: 0px;
}  
h4 {
    font-weight: bold;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    color: #252525
}  
p {
	padding: 0px;
	margin: 0px;
}
p, ul, ol {
    line-height: 1.7em;  
}
ul.home_check li {
    list-style-image: url(/site/_images/monthly/1110/check.gif);
}
img.map, map area, input { 
	outline:none; 
}



p, h2, a {		/* added 4/27/14 */
	font-size: 14px;
}	
#footer_main a
{
	font-size: inherit;
	font-weight: 500;
}
span.timer {
	display: none;
}


/* HEADER */
.header-container {
	position: fixed; 
	top: 0; 
	width: 100%; 
	background: white; 
	z-index: 2000;
	/*
	border-bottom:2px #c1c1c1 solid;	
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);	
	*/
	border-bottom: 1px solid #d6d6d6;
	height: auto;
}
.header-container, .site-header-filler {
	/*height: 103px;*/
}
.site-header-filler {
	height: 103px;
}
.site-header-top {
	position: relative;
	height: 74px; 
	background: #333;
}
.site-header-top-content {
	position: relative;
	width: 90%; 
	max-width: 1200px;
	height: 74px; 
	margin-left: auto; 
	margin-right: auto;  
	z-index: 5;
}
#divTpLogo {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.site-header-buttons {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 430px);
	height: 75px;
	text-align: right;
}
.site-header-buttons:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 75px;
}
.site-header-buttons a:not(.exempt) {
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: color 0.25s ease;
}
.site-header-buttons a:not(.exempt):hover {
	color: #ffc177 !important;
	transition: color 0.25s ease;
}
#header_search, #header_watch_listen_social, #header_watch_listen, #header_social {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#header_search {
    width: calc(100% - 400px);
    margin-right: 68px;
}
#header_watch_listen {
	padding-right: 14px;
	margin-right: 3px;
	border-right: 1px dotted #eee;
}
#header_watch_listen a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
#header_social a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-top: 2px;
	margin-left: 4px;
}
#header_search input[type=text] {
	border: none;
	outline: none;
	border-radius: 25px;
	padding: 6px 5px 5px 30px;
	background: #545454;
	color: #fff !important;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	transition: background 0.25s ease, color  0.25s ease;
}
#header_search_btn {
    position: absolute;
    top: 5px;
    left: 9px;
    color: #fff;
    font-size: 17px;
	transition: color 0.25s ease;
}
#header_search.focus input[type=text] {
	background: #e0e0e0;
	color: #333 !important;
	transition: background 0.25s ease, color  0.25s ease;
}
#header_search.focus #header_search_btn {
	color: #333;
	transition: color 0.25s ease;
}
#header_search.focus input#searchBox1::-webkit-input-placeholder{ color: #555; transition: color 0.25s ease; }
#header_search.focus input#searchBox1:-moz-placeholder{ color: #555; transition: color 0.25s ease; }
#header_search.focus input#searchBox1::-moz-placeholder{ color: #555; transition: color 0.25s ease; }
#header_search.focus input#searchBox1:-ms-input-placeholder{ color: #555; transition: color 0.25s ease; }

input#searchBox1::-webkit-input-placeholder{ font-size: 15px; color: #f0f0f0; opacity: 1; transition:color 0.25s ease; }
input#searchBox1:-moz-placeholder{ font-size: 15px; color: #f0f0f0; opacity: 1; transition:color 0.25s ease; }
input#searchBox1::-moz-placeholder{ font-size: 15px; color: #f0f0f0; opacity: 1; transition:color 0.25s ease; }
input#searchBox1:-ms-input-placeholder{ font-size: 15px; color: #f0f0f0; opacity: 1; transition:color 0.25s ease; }

@media (max-width:1200px) {
	.site-header-buttons {
		width: calc(100% - 460px);
	}
	#header_search {
		width: calc(100% - 230px);
		margin-right: 9px;
	}
}
@media (max-width:1010px) {
	.menu-container .nav-menu {
		width: calc(100% - 20px);
		text-align: center;		
	}
}
@media (max-width:920px) {
	#tp_wrapper .header-container,
	#tp_wrapper .site-header-filler {
		height: auto !important;
	}
	#tp_wrapper .header-container {
		border-bottom: none;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}


.header-padding {
	display: none;
}
        .nav-menu
        {
			position: relative;
            width: 90%;
			max-width: 1200px;
            height: 28px; 
            margin-left: auto; 
            margin-right: auto;
			display: flex;
			justify-content: space-between;
			align-content: flex-start;
			z-index: 1;
        }
        .nav-menu-item
        {
            position: relative;
            display: inline-block;
            color: #666666;
            font-size: 16px;
            text-transform: none;
            font-weight: 600;
            line-height: 28px;
            padding: 0; 
            padding: 0 10px 0 10px;
            vertical-align: top;
            *zoom: 1;
            *display: inline;
        }
        .nav-menu-item .new
        {
            position: absolute;
            top: 0;
            left:10%;
            background: url('//d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1216/nav_new_box.png') no-repeat top center;
            width: 22px;
            height: 10px;
        }
		.main-submenu-item.new,
		.main-submenu-item-selected.new{
			position: relative;
		}
		.main-submenu-item.new::after,
		.main-submenu-item-selected.new::after
        {
			content: "";
            position: absolute;
            top: 0;
            left:45%;
            background: url('//d2urhn0mmik6is.cloudfront.net/site/_images/monthly/1216/nav_new_box.png') no-repeat top center;
            width: 20px;
            height: 9px;
        }
		.nav-menu-item.first {
			padding-left: 0;
		}
		.nav-menu-item.selected:before {
			content: '\f0d7';
			font-family: 'FontAwesome';
			display: block;
			position: absolute;
			bottom: -10px;
			left: calc(50% - 3px);
			color: #ccc;
			font-size: 14px;
			line-height: 1em;
		}
		.nav-menu-item.first.selected:before {
			content: '';
		}
        .nav-menu-item-text
        {
            position: relative;
            z-index: 4;
            font-size: 16px;
            display: inline-block;
			font-weight: 400;
        }
        .nav-menu a:first-child .nav-menu-item
        {
            /*margin-left: 8px;*/
			margin-left: 0;
        }
        .nav-menu-item-fill
        {
            background-color: transparent;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }
        .nav-menu-item-fill-highlighted,
        .nav-menu-item-fill-selected
        {
            background-color: #020000;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
			transition: background-color 0.3s ease;
            /*zoom: 1;
            filter: alpha(opacity=60);
            opacity: 0.6;*/
        }
        .gsc-completion-container
        {
            z-index: 2030;
            width: 210px !important;   
            padding-bottom: 0 !important;
            background: white !important;
        }
        
.slider-nav-window
    {
        height: 179px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        vertical-align: top;
        display:inline-block;
        *position: relative;
        *display: inline;
        *zoom: 1;   
    }
    
    a.slider-nav-child-item 
    {
        
    }
    
    .slider-nav-child-item, a.slider-nav-child-item img
    {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        border-style: none;
        border-color: transparent;
        border-width: 0;
    }
    
    .slider-nav-child-hover
    {
        border-style: solid;
        border-color: #B5B9C2;
        border-width: 4px;
        margin-left: 1px;
        margin-right: 1px;
    }
    
    .slider-nav-child-item-focus
    {
        
    }
    
    .slider-nav-child-container
    {
        vertical-align: top;
        height: 179px;
        position: relative; 
        padding: 0;
        margin: 0;
    }

/* COMMON ELEMENTS */
.center {
	text-align: center;
}
.title_bar {
	display: block;
	background: #e5e5e5;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0;
}
.bottom-margin-lg {
	margin-bottom: 30px;
}
.bottom-margin-md {
	margin-bottom: 20px;
}
.bottom-margin-sm-md {
	margin-bottom: 15px;
}
.bottom-margin-sm {
	margin-bottom: 10px;
}
.stationLocatorText {
	font-size: 12px;  
	color: #333;
}
.stationLocatorWatermark {
	text-align: left;
	font-size: 12px;
}
a.nostyle, a.nostyle:link, a.nostyle:visited {
    color: inherit;
    text-decoration: none;
}
img.img_content {
	float: right;
	width: 45.3333%;
	max-width: 408px;
	margin: 0 0 25px 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.content.content-page {
	padding: 30px 0 0 0;
}
.content.content-page h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.content.content-page h2 {
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
	letter-spacing: -0.02em;
}
.content.content-page h2.block {
	border-bottom: 1px solid #d4d4d4;
}
.content.content-page p .big {
	font-size: 16px;
}
.paragraph-spacing p {
	margin: 0 0 15px 0;
}
.paragraph-spacing h2 {
	margin: 0 0 20px 0;
}




/******** Micro-Classes ********/
.vi { /* Vertical Indent */
    margin-top: 20px
}
.sb {
    border: 1px solid #d6d6d6;
}
.sb-r {
    border-right: 1px solid #d6d6d6;
}
.sb-l {
    border-left: 1px solid #d6d6d6;
}
.sb-t {
    border-top: 1px solid #d6d6d6;
}
.sb-b {
    border-bottom: 1px solid #d6d6d6;
}

/******** Forms ********/
.form_field     {
    padding-top: 12px
}
.form_text     {
    padding-bottom: 2px
}
.ast {
   color: #DD0000;
   font-size: 10pt
}
.form_field input, select, textarea
{
    background-color: #f3f3f3;
    border: 1px solid #999999;    
}
.tp_forms input, select, textarea
{
    background-color: #f3f3f3;
    border: 1px solid #999999;    
}

/******** Custom Global Styles ********/

#container {
	width: 900px;
	text-align: left;
	margin-top: 15px;
    background-color: White;
}
#header {
    margin-top: 15px;
}
#extended_banner {
	position: absolute;
	top: 7px;
	left: 330px
}
#extended_banner_v2 {
    position: absolute;
    left: 355px;
    top: -3px;
    z-index: 1;
}
#main_body {
    width: 100%;
    margin-top: 15px;
    position: relative;    
}
#main_body_left {
    width: 230px
}
#main_body_right {

}
.box1 {
    border: 1px solid #d6d6d6;
    padding: 10px;
    
}
p.line_spaced, .box1 p, .line_spaced, .line_spaced p {
    line-height: 1.7em;
}
.standard_textbox {
	text-transform: uppercase;
	color: #707070;
	font-size: 9pt;
	padding-top: 1px;
	padding-left: 4px;
	border: 1px solid #000000;
	height: 16px;
}
.standard_button {
	border: 1px solid #000000;
	background-color: #cdcdcd;
}
.link_div {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10pt
}

/******** Menu Styles (v2) ********/
#main-menu {
    height: 28px;
    background: black url('/site/_images/common/main_menu_gradiant_bg.jpg') repeat-x 0 0;
}
.menu-item {
    text-align: center
}
.menu-item-spacer 
{
    width: 8px
}
#menu-left_indent {
    width: 12px
}
.menu-item a {
    padding-left: 3px;
    padding-right: 3px;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-item a, .menu-item a:visited {
    color: White;
    text-decoration: none;
}
#main-menu-seach-area {
    padding-top: 1px;
    padding-left: 6px;
    text-align: right;
    padding-right: 5px
}
#main-submenu-container {
	position: relative;
	width: 90%;
	height: auto;
	max-width: 1150px;
	margin: 0 auto;
	left: 0;
	
    /*background-image: url(/site/_images/common/main_submenu_gradiant_bg.jpg)*/	
	background: #fff;
	
}
#main-submenu {
    height: 25px;
	height: auto;
    /*background-image: url(/site/_images/common/main_submenu_gradiant_bg.jpg)*/	
}
#main-submenu tr {
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main-submenu-item, .main-submenu-item-selected {
	/*
    padding-left: 22px;
    padding-right: 22px;
	*/
    text-align: center;
    height: 25px;
	height: auto;
	padding: 6px 18px;
}
.main-submenu-item-selected {
    /*background-color: #FFFFCC;*/
	background: #f2f5f9;
	font-weight: bold;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fafc+0,f2f5f9+100 */
background: rgb(249,250,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,250,252,1) 0%, rgba(242,245,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,250,252,1) 0%,rgba(242,245,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,250,252,1) 0%,rgba(242,245,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafc', endColorstr='#f2f5f9',GradientType=0 ); /* IE6-9 */
}
.main-submenu-item-selected a, .main-submenu-item-selected a:visited {
	color: #000;
    text-decoration: none;
    font-size: 9pt;
    text-transform: uppercase;
}
.main-submenu-item a, .main-submenu-item a:visited, .main-submenu-item-disabled, .a-no-link {
    color: #666;
    text-decoration: none;
    font-size: 9pt;
    text-transform: uppercase;
}
.main-submenu-item a:hover, .main-submenu-item-selected a:hover {
    text-decoration: underline
}
.main-submenu-item-disabled 
{
    color: #999999;
}
#main-submenu-bullet {
	display: none;
    color: Black;
    font-size: 18pt;
    position: absolute;
    left: -12px;
    top: -9px;
}
.submenu {
	display: none;
	width: 100%;
	border-top: 1px solid #ccc;
	background: #fff;
}
.mobile-donate-button
{
	position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
	z-index: 1999;
	
	background: #666;
	padding: 3px 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46484d+0,545a62+50,46484d+100 */
	background: rgb(70,72,77); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(70,72,77,1) 0%, rgba(84,90,98,1) 50%, rgba(70,72,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(70,72,77,1) 0%,rgba(84,90,98,1) 50%,rgba(70,72,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(70,72,77,1) 0%,rgba(84,90,98,1) 50%,rgba(70,72,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46484d', endColorstr='#46484d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */			
	
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
}
.mobile-donate-button>a
{
	display: block;
	width: 90%;
	max-width: 115px;
	margin: 0 auto;
    color: inherit;
    text-decoration: none;
}
.mobile-donate-button > a > div {
	background-color: #e90101; 
	line-height: 24px; 
	margin-top: 0;
}




.searchWatermark  
{
    color: #ccc;   
    text-align: center;
	font-size: 14px !important;
	color: #ccc !important;
}
.divConnectPanel { display: none; }
.site-header img
{ border: 0; }
.site-header_landing {
	height: 50px !important;
	background: #eee;
}
.menu-topper
        {
            position: absolute;
            z-index: 20;
            width: 100%;
            height: 4px;
            background: #333;
            zoom: 1;
            filter: alpha(opacity=30);
            opacity: 0.3;
        }
.menu-container
        {
            margin: 0; 
            margin-top: 4px; 
            padding: 0; 
            width: 100%;
            height: 28px;
			background: #333333;
        }
.menu-container.red {
			background: rgb(97,5,8); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(97,5,8,1) 0%, rgba(133,20,25,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,5,8,1)), color-stop(100%,rgba(133,20,25,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(97,5,8,1) 0%,rgba(133,20,25,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(97,5,8,1) 0%,rgba(133,20,25,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(97,5,8,1) 0%,rgba(133,20,25,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(97,5,8,1) 0%,rgba(133,20,25,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610508', endColorstr='#851419',GradientType=0 ); /* IE6-9 */			
}
.menu-container.blue {
			background: rgb(23,54,74); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(23,54,74,1) 0%, rgba(14,35,51,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,54,74,1)), color-stop(100%,rgba(14,35,51,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(23,54,74,1) 0%,rgba(14,35,51,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(23,54,74,1) 0%,rgba(14,35,51,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(23,54,74,1) 0%,rgba(14,35,51,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(23,54,74,1) 0%,rgba(14,35,51,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17364a', endColorstr='#0e2333',GradientType=0 ); /* IE6-9 */
			background-image: url('/site/_images/monthly/1214/site_nav_bg.jpg');
			background-position: center;
}
.menu-container.blue .nav-menu-item-fill-highlighted:not(.nav-menu-item-fill-donate), 
.menu-container.blue .nav-menu-item-fill-selected:not(.nav-menu-item-fill-donate) {
            background-color: #367317;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
			transition: background-color 0.15s ease;
}
		
		
		

    
    /* FOOTER LAST CHANCE */
    #footer_last_chance 
    {
        position: fixed;
        bottom: 0;
        height: 72px;
        background: #e4e4e4 url('/site/_images/monthly/0913/footer_back.jpg') repeat-x top left;
        text-align: center;
        width: 100%;
        z-index: 9999;
    }
    #footer_last_chance div
    {
        position: relative;
        margin: 0 auto;
        width: 856px;
        height: 70px;
        background: url('/site/_images/monthly/0913/footer_last_chance.png') no-repeat top left;
        text-align: left;
    }
    #footer_last_chance_amount 
    {
       position: absolute;
       top: 27px;
       left: 378px;
       border: 1px solid #999;
       background: #fff;
       color: #333;
       width: 118px;
       height: 26px;
       line-height: 26px;
       padding: 0 3px;
       outline: none;
       -webkit-box-shadow: 1px 1px 5px rgba(54, 54, 52, 0.27);
       -moz-box-shadow:    1px 1px 5px rgba(54, 54, 52, 0.27);
       box-shadow:         1px 1px 5px rgba(54, 54, 52, 0.27);
    }
    #footer_last_chance_btn 
    {
        position: absolute;
        left: 514px;
        top: 17px;
        outline: none;
        border: 0;
        width: 260px;
        height: 52px;
        background: url('/site/_images/monthly/0913/footer_last_chance_btn2.png') no-repeat top left;
    }
    #footer_last_chance_btn:hover 
    {
        background-position: 0 -52px;
    }
    #footer_last_chance_errormsg 
    {
        display: none;
        position: absolute;
        left: 350px;
        top: -15px;
    }
    #footer_last_chance_candian_currency 
    {
        color: #666666 !important;
        font-size: 10px;
        position: absolute;
        top: 55px;
        left: 378px;
    }
    #footer_last_chance_trans 
    {
        position: absolute;
        left: 229px;
        top: 23px;
        width: 143px;
        height: 32px;
    }
    
    .stationLocatorText
    {
        color: black;
        font-size: 13px;
        padding-top: 1px;
        padding-left: 4px;
        border: 1px solid #999;
        height: 16px;
    }
    
    .stationLocatorWatermark
    {
        color: #707070;
        font-size: 11px;
        padding-top: 1px;
        padding-left: 4px;
        border: 1px solid #999;
        height: 16px;
    }
	

.inline-block
{
    display: inline-block;
	vertical-align: top;
}
.no-wrap {
	white-space: nowrap;
}
#main_body, #container {
	margin-top: 0;
}
#container, .content {
	width: 100%;
}
.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#tp_hidden {
	display: none;
}


.nav-menu a {
    font-size: 0;
}

.menu-topper
{
	height: 1px;
	background: #666666;
	zoom: normal;
	filter: none;
	opacity: 1;
}

.menu-container
{
	margin-top: 1px; 
	background: #fff;
	position: relative;
	z-index: 6;
}

.nav-menu-item
{
	padding: 0 8px;
}

a:hover .nav-menu-item .nav-menu-item-text,
.nav-menu-item.selected .nav-menu-item-text,
.nav-menu-item a:hover .nav-menu-item-text {
	color: #333333;
    font-weight: bold;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.nav-menu-item-fill-highlighted,
.nav-menu-item-fill-selected 
{
	background-color: transparent;
	border: 0;
	transition: none;
}

.nav-menu-item.donate {
    padding: 0 26px; 
} 

.nav-menu-item.donate .nav-menu-item-text .fa {
    margin-left: 8px;
}

.nav-menu-item.donate .nav-menu-item-text
{
    color: white;
}
.nav-menu-item.donate.red .nav-menu-item-fill{
    background-color: #e90101; 
    line-height: 28px; 
    margin-top: 0;
}

a:hover .nav-menu-item.donate.red .nav-menu-item-text,
.nav-menu-item.selected.donate.red .nav-menu-item-text
{
    color: white;
}

.navalba{
    display: inline-block;
    vertical-align: top;
    background: #f0f0f0;
    margin: 0 9px;
    padding: 0px 15px;
    box-sizing: border-box;
	white-space: nowrap;
}

.navalba .nav-menu-item > a + a > .nav-menu-item-text  
{
    margin-left: 2px;
}



#he_is_risen
{
	position: absolute;
	top: 0;
	left: 50%;
}

#header_military {
	position: absolute;
	top: 0;
	left: 50%;
}


/* FOOTER */
.footer_tplogo {
	display: block;
	float: left;
	position: relative;
	width: 73px;
	height: 48px;
}
.footer_tplogo .normal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.footer_tplogo .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 1005;
	height: 100%;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.footer_tplogo:hover .hover {
	opacity: 1;
	transition: opacity 0.25s ease;
}
.footer_dj_links {
	margin: 0 0 0 100px;
}
.footer_dj_links h1 {
	margin: 0 0 3px 0;
	/*font-weight: 600 !important;
	letter-spacing: 0em !important;*/
}
.footer_dj_links a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
}
.footer_dj_links a.first {
	margin: 0;
}
.footer_mobile_app {
	margin-left: 35px;
}
#footer_main .footer_mobile_app a {
	font-size: 12px;
}
#footer_main .footer_mobile_app a:hover {
	text-decoration: none;
}
#footer_main .footer_mobile_app a:hover span {
	text-decoration: underline;
}
.footer_legal {
	font-size: 10px;
	line-height: 1.4em;
	margin: 20px 0 0 35px;
}
.footer_legal a {
	white-space: nowrap;
}
.footer_disclaimer div {
	display: inline-block;
	vertical-align: top;
	font-size: 9px; 
	margin-top: 0; 
	padding: 10px; 
	padding-top: 0; 
	width: 460px; 
}
.footer_disclaimer div:first-child {
	padding-left: 0;
}
#footer_main a .fa {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 24px;
}

#footer_compact {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	background: #eee;
}
#footer_compact_content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#footer_compact_inner {
	background: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2.9999% 4.8888%;
}
#footer_compact .address {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-left: -4px;
	margin-right: 2%;
	margin-bottom: 3.7037%;
}
#footer_compact .address:first-child {
	margin-left: 0;
}
#footer_compact .address h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: none;
}
#footer_compact .address p {
	font-size: 14px;
	line-height: 22px;
}
#footer_compact .logo {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-left: -4px;
	margin-bottom: 3.7037%;
	text-align: right;
}
#footer_compact .logo img {
	max-width: 100%;
}
#footer_compact .legal {
	margin-bottom: 2.7037%;
}
#footer_compact .legal,
#footer_compact .legal a {
	font-size: 12px;
	line-height: 22px;
}
#footer_compact .legal .line2 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
#footer_compact .nonprofit {
	font-size: 9px;
	max-width: 530px;
}

.mobile_nav {
	position: absolute;
	z-index: 49999;
}
.mobile_nav:hover {
	color: #f4e567;
}
.mobile_nav.mobile_menu {
    position: absolute;
    right: 0;
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    top: 2px;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 23px;
    margin-left: 146px;
}
#mobile_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 0;
	min-height: 100%;
	background: #333;
	overflow: hidden;
	
	-webkit-box-shadow: inset -5px 0px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    inset -5px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         inset -5px 0px 20px 0px rgba(0, 0, 0, 0.75);		
}
#mobile_menu .inner {
	width: 180px;
	padding: 10px;
}
#mobile_menu_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19999;
}
#mobile_menu a:not(.exempt) {
	display: block;
	padding: 7px 0 7px 3px;
	color: #fff !important;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #3c3c3c;
}
#mobile_menu a.donate {
	background: #e90101;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
	border-radius: 1px;
}
#mobile_menu a.social {
	display: inline-block;
	font-size: 24px;
	margin: 10px 12px 0 0;
	color: #fff !important;
}
#mobile_menu a.media {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none;
	margin: 14px 15px 5px 0;
}
#input_mobile_search {
	margin: 0 0 12px -1px;
	/* width: calc(92% - 6px); */
	width: 100%;
	border: 0;
	outline: none;
	background: rgba(109, 109, 109, .5);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 4px 6px 4px 8%;
	border-radius: 100px;
	z-index: 999;
	position: relative;
}
#mobile_menu #mobile_submenu a {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #f2f2f2 !important;
	border-top: none;
	padding: 4px 0 4px 20px;
}
#mobile_menu #mobile_submenu a.selected {
	color: #f4e57d !important;
}
#mobile_menu #mobile_submenu {
	margin: 0 0 8px 0;
}

/* MOBILE NAV */
.mobile-page-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,303b3d+32,000000+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #000000 0%, #303b3d 32%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #000000 0%,#303b3d 32%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #000000 0%,#303b3d 32%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.mobile-page-wrapper .page-placeholder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	transform: scale(1);
	transition: all 0.25s ease;
}
.mobile-page-wrapper .page-placeholder:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99999;
}
.mobile-page-wrapper.visible .page-placeholder {
	left: 200px;
	transform: scale(0.75);
	transition: all 0.25s ease;
}

.mobile-menu {
	position: relative;
	width: 200px;
	padding-right: 20px;
	max-height: 100%;
	overflow-y: auto;
	
	overflow-y: auto; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;	
}
.mobile-menu .inner {
    width: 180px;
    padding: 20px 10px 10px 10px;
}
.mobile-menu a:not(.exempt) {
    display: block;
    padding: 7px 0 7px 3px;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #3c3c3c;
}
.mobile-menu #mobile_submenu,
.mobile-menu .account-menu {
    margin: 0 0 8px 0;
}
.mobile-menu #mobile_submenu a,
.mobile-menu  .account-menu a{
	font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #f2f2f2 !important;
    border-top: none;
    padding: 4px 0 4px 20px;
}
.mobile-menu #mobile_submenu a.selected {
	color: #99eeff !important;
}
.mobile-menu a.donate {
    background: #e90101;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    border-radius: 1px;
}
.mobile-menu a.media {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    margin: 14px 15px 5px 0;
}
.mobile-menu a.social {
    display: inline-block;
    font-size: 24px;
    margin: 10px 12px 0 0;
    color: #fff !important;
}
/* .mobile-menu #input_mobile_search {
	margin: 0 0 12px -1px;
    width: calc(92% - 6px);
    border: 0;
    outline: none;
    background: #6d6d6d;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 4px 6px 4px 8%;
    border-radius: 100px;
} */
.mobile-menu .search-wrapper {
	position: relative;
}
.mobile-menu .search-wrapper .fa-search {
	position: absolute;
    top: 9px;
    right: 5%;
    color: #fff;
}
.mobile-menu .user-wrapper {
	position: relative;
	color: #fff;
	margin: 10px 0 10px 0;
}
.mobile-menu .logged-in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 10px;
}
.mobile-menu .user-avatar {
	order: 1;
	margin-right: 10px;
}
.mobile-menu .user-welcome-wrapper {
	order: 2;
	font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;	
}
.mobile-menu .user-welcome-wrapper .my-account {
	display: none;
}
.mobile-menu .account-menu .my-account {
	font-weight: bold;
}
.mobile-menu .letter-circle {
    display: block;
    background: #528bc5;
    width: 37px;
    height: 37px;
    line-height: 33px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.mobile-menu .account-menu a .fa {
	float: left;
}
.mobile-menu .account-menu a span {
    display: block;
    margin-left: 20px;
}
.mobile-menu .account-menu a.btn-donate {
	display: none;
}
.mobile-menu ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.mobile-menu :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.mobile-menu ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.mobile-menu .cart-wrapper {
	position: relative;
}
.mobile-menu .cart-wrapper .fa {
	font-size: 30px;
}
.mobile-menu .cart-wrapper a:after {
	content: 'Su Carrito';
}
.mobile-menu .cart-wrapper .badge {
	display: none;
}
.mobile-menu .cart-wrapper.has-items .badge {
	display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 30px;
    background: #c00;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 23px;
}

/* VIDEOS */
.dj-video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    background: #000;
}
.dj-video-container video,
.dj-video-container img.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.dj-video-container .btn-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.dj-video-container .fa-play-circle {
    color: #fff;
    font-size: 75px;
	/*
    left: calc(50% - 32px);
    top: calc(50% - 37px);	
	*/
}
.dj-video-container .video-hidden {
	opacity: 0;
}
.dj-video-container a.over {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}
.dj-video-container a.over:hover {
	opacity: 1;
	transition: opacity 0.25s ease;
}
.dj-video-container a.over img.watch-with-sound {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* REMINDME */
	.tp-remindme,
	.tp-sharepage {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999999;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
	}
	.tp-remindme .bg,
	.tp-sharepage .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.9;
		z-index: 1;
	}
	.tp-remindme .fg,
	.tp-sharepage .fg {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0;
		margin-top: -10px;
		transition: all 0.25s ease;
	}
	.tp-remindme .fg-inner,
	.tp-sharepage .fg-inner	{
		padding: 40px;
		margin-bottom: 40px;
	}
	.tp-remindme .title,
	.tp-sharepage .title {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.tp-remindme h1,
	.tp-sharepage h1 {
		text-align: center;
		font-size: 30px;
		letter-spacing: -0.02em;
		line-height: 1.1em;
		margin: 0 0 5px 0;
		color: #fff;
	}
	.tp-remindme p,
	.tp-sharepage p {
		text-align: center;
		font-size: 14px;
		line-height: 1.3em;
		margin: 0;
	}
	.tp-remindme .signup-fields {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 0 40px 0;
	}
	.tp-remindme input[type=text] {
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-weight: 300;
		padding: 8px;
		border: 1px solid #ccc;
		width: calc(100% - 18px);
		outline: none;
	}
	.tp-remindme .btn-signup {
		display: block;
		background: #ea440a;
		color: #fff !important;
		padding: 9px 20px;
		text-decoration: none;
		transition: all 0.25s ease;
		font-size: 16px;
	}
	.tp-remindme .btn-signup:hover {
		background: #ef6434;
		transition: all 0.25s ease;
	}
	.tp-remindme .lnk-cancel,
	.tp-sharepage .lnk-cancel {
		display: block;
		text-align: center;
		color: #ccc !important;
		font-size: 14px;
		line-height: 1.3em;
		transition: all 0.25s ease;
	}
	.tp-remindme .lnk-cancel:hover,
	.tp-sharepage .lnk-cancel:hover {
		color: #fff !important;
		transition: all 0.25s ease;
	}
	.tp-remindme .signup-errors {
		display: none;
		text-align: center;
		margin: -10px 0 25px 0;
		color: #ffb2b2;
	}
	.tp-remindme-wrapper.active .tp-remindme .fg,
	.tp-sharepage-wrapper.active .tp-sharepage .fg {
		opacity: 1;
		margin-top: 0;
		transition: all 0.25s ease;
	}
	
	.tp-sharepage .links {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 40px;		
	}
	.tp-sharepage .links a {
		display: block;
		color: #fff !important;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		max-width: 75px;
		text-decoration: none;
		margin: 0 10px;
		line-height: 1.3em;
	}
	.tp-sharepage .links a .fa {
		font-size: 50px;
		margin: 0 0 5px 0;
	}
	.tp-sharepage .links a span {
		font-weight: 800;
	}
	
	@media (max-width:630px) {
		.tp-remindme .fg-inner {
			margin-bottom: 0;
		}
		.tp-remindme .signup-fields {
			flex-direction: column;
		}
		.tp-remindme .email-signup,
		.tp-remindme .text-signup {
			width: 100%;
		}
		.tp-remindme .btn-signup {
			width: calc(100% - 40px);
			text-align: center;			
		}
	}
/* END REMINDME */

/* GLOBAL BANNERS */
#tp_globalbanner {
	padding-top: 25px;
	text-align: center;
	padding-bottom: 10px;
}
#tp_globalbanner img.banner-img {
	max-width: 100%;
}

/* TABBED BANNERS -> /site/_assets/css/source/tabbed_banners.css */
#tp_tabbedbanner{width:100%;max-width:900px;margin:10px auto 0;-webkit-box-shadow:0 0 9px 0 rgba(185,185,185,1);-moz-box-shadow:0 0 9px 0 rgba(185,185,185,1);box-shadow:0 0 9px 0 rgba(185,185,185,1)}#tp_tabbedbanner .tabs{display:inline-block;position:relative;vertical-align:top;width:21.2223%}#tp_tabbedbanner .tabs a{display:block;height:48.75px;height:49px;color:#000!important;text-transform:uppercase;text-decoration:none;font-family:'PT Sans',sans-serif;font-size:14px;font-weight:700;letter-spacing:-.02em;line-height:1.01em;border-right:2px solid #ccc;border-top:1px solid #ccc;background:#f6f6f6;background:-moz-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 0,rgba(237,237,237,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(246,246,246,1)),color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(237,237,237,1)));background:-webkit-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 0,rgba(237,237,237,1) 100%);background:-o-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 0,rgba(237,237,237,1) 100%);background:-ms-linear-gradient(top,rgba(246,246,246,1) 0,rgba(255,255,255,1) 0,rgba(237,237,237,1) 100%);background:linear-gradient(to bottom,rgba(246,246,246,1) 0,rgba(255,255,255,1) 0,rgba(237,237,237,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 )}#tp_tabbedbanner .tabs a .icon,#tp_tabbedbanner .text{position:relative;transition:opacity .25s ease;display:inline-block;vertical-align:middle;margin-top:-2px;opacity:.6;z-index:30}#tp_tabbedbanner .tabs a:first-child{border-top:none}#tp_tabbedbanner .tabs a .icon{width:48px;width:25.5319%;text-align:center}#tp_tabbedbanner .tabs a .icon img{max-width:100%}#tp_tabbedbanner .text{text-align:left;width:74.4681%;margin-left:-4px}#tp_tabbedbanner .text span{display:block;font-size:12px;text-transform:none}#tp_tabbedbanner .tabs a.active .icon,#tp_tabbedbanner .tabs a.active .text,#tp_tabbedbanner .tabs a:hover .icon,#tp_tabbedbanner .tabs a:hover .text{opacity:1;transition:opacity .25s ease}#tp_tabbedbanner .banners{display:inline-block;position:relative;vertical-align:top;width:78.7777%;margin-left:-4px;z-index:1}#tp_tabbedbanner .banners .banner{display:none;position:absolute;top:0;left:0;width:100%}#tp_tabbedbanner .banners .banner.active{display:block}#tb_banner1{z-index:4}#tb_banner2{z-index:3}#tb_banner3{z-index:2}#tb_banner4{z-index:1}#tp_tabbedbanner .banners .banner img{width:100%}#tb_tab_sel{position:absolute;top:-1px;left:-1px;width:210px;width:111%;height:51px!important;z-index:20}#tb_tab_sel img,#tp_tabbedbanner_shading img{width:100%}@media screen and (max-width:920px){#tb_tab_sel,#tp_tabbedbanner .tabs a .text,#tp_tabbedbanner_shading{display:none}#tp_tabbedbanner{max-width:745px;margin-top:0}#tp_tabbedbanner .tabs{width:4.8888%}#tp_tabbedbanner .banners{width:95.1112%}#tp_tabbedbanner .tabs a{height:auto;padding:16% 0;transition:background .25s ease}#tp_tabbedbanner .tabs a .icon{width:100%}#tp_tabbedbanner .tabs a.active{background:#f8e141;background:-moz-linear-gradient(top,rgba(248,225,65,1) 0,rgba(237,176,51,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(248,225,65,1)),color-stop(100%,rgba(237,176,51,1)));background:-webkit-linear-gradient(top,rgba(248,225,65,1) 0,rgba(237,176,51,1) 100%);background:-o-linear-gradient(top,rgba(248,225,65,1) 0,rgba(237,176,51,1) 100%);background:-ms-linear-gradient(top,rgba(248,225,65,1) 0,rgba(237,176,51,1) 100%);background:linear-gradient(to bottom,rgba(248,225,65,1) 0,rgba(237,176,51,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e141', endColorstr='#edb033', GradientType=0 );transition:background .25s ease}}


            /*RELATED SITES FOOT*/            
	.footer_related_site_links_container {
		padding: 15px 0;
	}
	#footer_bottom_inner table td {
		display: inline-block;
		padding: 0 15px 20px 15px;
	}
	#footer_bottom_inner table {
		width: 100%;
	}
    #footer_bottom_inner table tr {
        text-align:center;
    }

    #footer_bottom_inner {
    width:100%;
    max-width: 1200px;
	margin: 0 auto;
    text-align: left 
}


/* CONFIRM ACCOUNT MSG */
.confirm-account-msg {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	min-height: 50vh;
}
.confirm-account-msg h1 {
	font-size: 28px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
.confirm-account-msg p {
	margin: 0 0 20px 0;
}
.confirm-account-msg input[type=text] {
    display: block;
    margin: 0 auto 10px auto;
    width: 157px;
    text-align: center;
    font-size: 28px;
    letter-spacing: -0.02em;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ccc;
    padding: 5px;
}
.confirm-account-msg .resend-verify {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 30px;
}
.confirm-account-msg .resend-verify span {
    text-decoration: underline;
}
.confirm-account-msg .btn-verify-account {
    display: inline-block;
    border-radius: 30px;
    background: #1467a6;
    color: #fff !important;
    padding: 15px 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    transition: all 0.25s ease;
}
.confirm-account-msg .btn-verify-account:hover {
    background: #2986cc;
    transition: all 0.25s ease;
}

.confirm-account-msg .btn-resend-confirmation {
    display: inline-block;
    padding: 10px 25px;
    background: #528bc5;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    border-radius: 4px;	
	transition: all 0.25s ease;
}
.confirm-account-msg .btn-resend-confirmation:hover {
	background: #71a5da;
	transition: all 0.25s ease;
}


/* NON BSP MSG */
.non-bsp-msg {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	min-height: 50vh;
}
.non-bsp-msg h1 {
	font-size: 28px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
.non-bsp-msg p {
	margin: 0 0 20px 0;
}
.non-bsp-msg .btn-bsp-info {
	display: inline-block;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 300;
	background: #3773b0;
	color: #fff !important;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.25s ease;
		}
.non-bsp-msg .btn-bsp-info:hover {
	background: #498acc;
	transition: all 0.25s ease;
}


/* HEADER */
.header-container, .site-header-filler {
	/* display: none !important; */
}
.site-header .logos h1.h1_momento-decisivo {
	display: flex;
    align-items: center;
    font-size: 32px;
    letter-spacing: -0.005em;
    margin-top: -8px;
}
.site-header .logos h1.h1_momento-decisivo img {
	float: left;
	border-radius: 100%;
	margin-right: 10px;
}
.site-header .logos h1.h1_momento-decisivo span {
	display: block;
}
.site-header .logos h1.h1_momento-decisivo .momento-decisivo-txt {
	white-space: nowrap;
	line-height: 1em;
}
.site-header .logos h1.h1_momento-decisivo .sm {
    display: block;
    font-size: 11px;
    letter-spacing: 0.4em;
    font-weight: 300;
	line-height: 1em;
}
@media (max-width:1000px) {
	.site-header .logos h1.h1_momento-decisivo {
		font-size: 26px;
	}
	.site-header .logos h1.h1_momento-decisivo .sm {
		font-size: 10px;
	}
}
@media (max-width:450px) {
	.site-header .logos h1.h1_momento-decisivo img {
		display: none;
	}
	.site-header .logos h1.h1_momento-decisivo {
		font-size: 20px;
	}
	.site-header .logos h1.h1_momento-decisivo .sm { 
		font-size: 9px;
		letter-spacing: 0.3em;
	}
}


/* EMAIL SIGNUP WIDGET */
.edevo-signup-widget {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
	margin: 40px 0;
	border: 1px solid #dbdbdb;
	padding: 40px;
}
.edevo-signup-widget > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edevo-signup-widget h1 {
	font-size: 27px !important;
	font-weight: bold !important;
	line-height: 1.1em !important;
	font-weight: 300 !important;
	margin: 0 !important;
}
.edevo-signup-widget h1 strong {
	font-weight: bold;
}
.edevo-signup-widget .col1 {
	width: 44%;
}
.edevo-signup-widget .col2 {
	width: 52%;
}
.edevo-signup-widget .form {
	display: flex;
	justify-content: flex-end;
}
.edevo-signup-widget input[type=email] {
	background: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	border: none;
	outline: none;
	padding: 10px 0;
	width: calc(100% - 150px);
}
.edevo-signup-widget .btn {
    display: flex;
    background: #20717a;
    color: #fff !important;
    transition: all 0.25s ease;
    text-decoration: none;
    align-items: center;
    border-radius: 2px;
    font-size: 17px;
    letter-spacing: 0.02em;
    width: 150px;
    text-align: center;
    justify-content: center;
}
.edevo-signup-widget .btn:hover {
	background: #308892;
	transition: all 0.25s ease;
}
.edevo-signup-widget .success {
	display: none;
	color: #20717a;
	font-weight: bold;
}
.edevo-signup-widget .error {
	display: none;
	color: #c00;
	margin: 10px 0 0 0;
}
@media (max-width:870px) {
	.edevo-signup-widget {
		padding-left: 0;
		padding-right: 0;
	}
	.edevo-signup-widget > .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.edevo-signup-widget .col1,
	.edevo-signup-widget .col2 {
		width: 100%;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.edevo-signup-widget h1 {
		text-align: center;
		margin: 0 0 15px 0 !important;
	}
	.edevo-signup-widget .success,
	.edevo-signup-widget .error {
		text-align: center;
	}
}
@media (max-width:450px) {
	.edevo-signup-widget .form {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.edevo-signup-widget input[type=email] {
		width: 100%;
	}
	.edevo-signup-widget .btn {
		padding: 10px 0;
		width: 100%;
	}
}



.mobile_only {
	display: none;
}

@media screen and (max-width:920px) and (min-width:600px) {

	/* GLOBAL */
	.mobile_only {
		display: block;
	}
	.desktop_only {
		display: none;
	}	

	/* HEADER */
	#tp_wrapper .header-container {
		position: relative !important;
		height: auto !important;
	}
	.site-header-filler {
		display: none;
	}
	.site-header {
		height: auto !important;
	}
	.site-header-top {
		height: auto !important;
	}
	.site-header-top-content {
		width: 100% !important;
		height: auto !important;
	}
	.site-header-top-logos {
		float: none !important;
		padding: 9px 0 15px 0;
		margin-top: 0 !important;
		text-align: center;
	}
	#header_watch_listen_social {
		display: none;
	}
	#header_search {
		display: none;
	}
	#header_jsb_video {
		display: none;
	}
	.menu-topper {
		
	}
	.nav-menu {
		display: none;
		width: 100%;
		height: auto;
	}
	.menu-container {
		height: auto;
	}
	.mobile_nav {
		position: absolute;
		top: 17px;
		left: 12px;
		color: #fff !important;
		font-size: 30px;
	}
	#header_military {
		display: none;
	}
	#main-submenu-container {
		display: none;
	}	
	
	/* FOOTER */
	#footer_main_inner, #footer_bottom_inner {
		width: 100%;
	}
	#footer table {
		width: 100%;
	}
	#footer_main_inner  td:not(.td_footer_block):not(.td_footer_link) {
		display: block;
		width: 100%;
	}
	#footer_main_inner_left {
		width: 97% !important;
		padding: 1.5%;
		border: none;
	}
	#footer_main_inner_left .footer_block {
		min-height: 122px;
	}
	.footer_block {
		display: inline-block;
		width: 28%;
		vertical-align: top;
	}
	.footer_block:not(.first) {
		margin: 0 0 0 1%;
		padding: 0 0 0 3%;
		border-left: 1px solid #d4d4d4;		
	}
	
	#footer_main_inner_right {
		border-left: none;
		border-right: none;
	}
	#footer_main_inner_right_inner {
		padding: 12px;
	}
	
	.td_footer_block {
		width: 28%;
	}
	.footer_mobile_app {
		margin-left: 12px !important;
	}
	.footer_legal {
		margin-left: 12px !important;
	}
	
	#footer_bottom_inner {
		text-align: center;
	}
	
	#footer_compact .address h2 {
		font-size: 15px;
		line-height: 19px;
	}
	#footer_compact .address p {
		font-size: 13px;
		line-height: 19px;
	}
	#footer_compact .legal a {
		white-space: nowrap;
	}
	
	/* CONTENT */
	.content:not(.local) {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:840px) {
	.tbl_footer_sections td {
		padding-right: 20px !important;
	}
}

@media screen and (max-width:599px) {

	/* GLOBAL */
	.mobile_only {
		display: block;
	}
	.desktop_only {
		display: none;
	}

	/* HEADER */
	.header-container {
		position: relative !important;
		height: auto !important;
	}
	.site-header-filler {
		display: none;
	}
	.site-header {
		height: auto !important;
	}
	.site-header-top {
		height: auto !important;
	}
	.site-header-top-content {
		width: 100% !important;
		height: auto !important;
	}
	.site-header-top-logos {
		float: none !important;
		padding: 9px 0 15px 0;
		margin-top: 0 !important;
		text-align: center;
	}
	.site-header-top-logos a img {
		max-width: 45px;
	}
	.site-header-top-logos a:first-child img {
		max-width: 200px;
		margin-left: 30px;
	}
	#header_watch_listen_social {
		display: none;
	}
	#header_search {
		display: none;
	}
	#header_jsb_video {
		display: none;
	}
	.menu-topper {

	}	
	.site-header-mid {
		width: 100% !important;
	}
	.nav-menu {
		display: none;
		width: 100%;
		height: auto;
	}
	.menu-container {
		height: auto;
		margin: 0;
		border-top: 1px solid #868686;
	}
	.submenu {
		display: none !important;
	}
	.mobile_nav {
		position: absolute;
		top: 17px;
		left: 12px;
		color: #fff !important;
		font-size: 23px;
	}
	#header_military {
		display: none;
	}
	#main-submenu-container {
		display: none;
	}		
	
	/* FOOTER */
	#footer_main_inner, #footer_bottom_inner {
		width: 100%;
	}
	#footer table {
		width: 100%;
	}
	#footer_main_inner  td {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 15px 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#footer_main_inner_left {
		width: 97% !important;
		padding: 1.5%;
		border: none;
	}	
	.footer_tplogo {
		float: none !important;
		text-align: center;
		margin: 0 auto 15px auto;
	}
	.footer_dj_links {
		margin-left: 0 !important;
		line-height: 20px;
	}
	.footer_dj_links a {
		margin: 0 0 0 12px;
	}	
	.footer_block {
		display: block;
		width: 100%;
		vertical-align: top;
		margin: 15px 0 0 0;
	}
	.footer_block.first {
		margin: 0;
	}
	.footer_block p {
		line-height: 18px;
	}
	
	#footer_main_inner_right {
		border-left: none;
		border-right: none;
	}
	#footer_main_inner_right_inner {
		padding: 12px;
	}
	
	.td_footer_block {
		width: 28%;
	}
	.footer_mobile_app {
		margin: 0 0 15px 0 !important;
	}
	.footer_legal {
		width: 90%;
		margin: 0 auto 15px auto !important;
	}
	.footer_legal a {
		display: block;
		margin: 0 0 7px 0;
	}
	.footer_copyright {
		margin: 15px 0 0 0;
		line-height: 12px;
	}
	.footer_disclaimer {
		width: 100%;
		margin-left: 0 !important;
	}
	.footer_disclaimer div {
		display: block;
		vertical-align: top;
		font-size: 9px; 
		margin-top: 0; 
		padding: 10px 0 0 0;
		width: 90% !important;
	}	
	
	#footer_bottom_inner {
		text-align: center;
	}
	#footer_bottom_inner table td {
		display: inline-block;
		padding: 0 15px 20px 15px;
	}
	#footer_bottom_inner table td.footer_related_websites {
		display: none;
	}	
	
	#footer_compact .address {
		display: block;
		text-align: center;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer_compact .logo {
		display: block;
		text-align: center;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer_compact .address h2 {
		font-size: 15px;
		line-height: 19px;
	}
	#footer_compact .address p {
		font-size: 13px;
		line-height: 19px;
	}
	#footer_compact .legal {
		text-align: center;
	}
	#footer_compact .legal a {
		display: block;
		line-height: 19px;
		margin-bottom: 7px;
	}
	#footer_compact .nonprofit {
		text-align: center;
	}
	
	#footer_main .worship-cast {
		float: none;
		margin-bottom: 20px;
	}
	.footer_legal a {
		display: inline !important;
	}
	.footer_div {
		display: inline !important;
	}
	
	/* CONTENT */
	.content:not(.local) {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}	
}

/* Hide new search feature indicator from MD.org*/
img#header_new_icon {
	display: none !important;
}
img#mobile_header_new_icon {
	display: none !important;
}
.mobile-search-text {
		position: absolute;
    top: 15%;
    left: 13px;
    white-space: nowrap;
    align-self: center;
    color: white;
    z-index: 0;
    font-size: 11px;
    margin: unset !important;
}
.mobile-menu .search-wrapper #mobile_header_search_icon {
    position: absolute;
    top: 9px;
    right: -12px;
    z-index: 999;
}

/** Global Style For Resource Buttons on Radio/TV/Home page **/
a.btn-md-link {
    display: block;
    background: #009900;
    border: 2px solid #009900;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    font-size: 21px;
    font-weight: bold;
    padding: 6px 30px;
    max-width: 200px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    outline: none;
    transition: all 0.25s ease;
}