/* FONTS */
@import url(//fonts.googleapis.com/css?family=Roboto:500,900,300,700,400);
@import url(//fonts.googleapis.com/css?family=Oswald:100,700,400);
@import url(//fonts.googleapis.com/css?family=Raleway:300);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
iframe {
    width: 100%;
    min-height: 380px;
}
iframe#st_gdpr_iframe {
    top:0;
    max-height:100%;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
	margin: 15px;
}
ol li {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
ol.tight li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
hr {
	clear: both !important;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	-webkit-box-shadow: 0 1px 1px #888;
	-moz-box-shadow: 0 1px 1px #888;
	box-shadow: 0 1px 1px #888;
}
.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: .688em;
	line-height: 15px;
	margin: 0;
	padding: 8px 4px 0px;
}
ul, ol {
	margin-bottom: 30px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.aa-dropdown-menu {
	z-index: 999999 !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;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ALL SIZES */

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin: 0 0 30px;
	line-height: 1.6;
}
.pad-left {
	padding-left: 40px;
}
body {
	font-family: "jaf-facitweb", sans-serif;
	font-size: 16px;
	color: #333333;
	background: url(../images/paperbg.jpg) repeat top left;
	position: relative;
}
div#loading {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 0;
	background-color: white;
	background-image: url(../images/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: "livory", sans-serif;
}
img {
	max-width: 100%;
	height: auto;/* display: block; */
}
a, a:link, a:visited, a:active {
	color: #206ba4;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	cursor: pointer;
}
.fixed {
	position: fixed;
}
/**
 * MICRO CLEARFIX For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
h2 {
	width: 100%;
	font-size: 2.188em;
	color: #206ba4;
	margin-bottom: 20px;
	font-family: "livory", sans-serif;
}
/*  **************************
		BUTTONS and ICONS
**************************** */

.line-button {
	border: 1px solid white;
	padding: 5px 15px;
	text-transform: uppercase;
}
.line-button.line-button-sm {
	padding: 4px 8px;
	font-size: 1em;
}
.icon-play {
	padding-left: 30px;
	display: inline-block;
	background: url(../images/read_icon.png) no-repeat 0 0;
	line-height: 24px;
}
.icon-play.icon-dark {
	background: url(../images/play_icon_dark.png) no-repeat 0 0;
	padding-left: 24px;
	line-height: 20px;
}
.icon-share {
	padding-left: 28px;
	line-height: 24px;
	display: inline-block;
	background: url(../images/share_icon.png) no-repeat 0 0;
}
.icon-cart {
	padding: 15px;
	display: inline-block;
	background: url(../images/cart_icon.png) no-repeat right;
	line-height: 20px;
	width: 100%;
}
.button, a.button {
	display: inline-block;
	padding: 8px 20px;
	background-color: #206ba4;
	border: none;
	text-transform: uppercase;
	color: white;
}
a.button.btn-orange, .button.btn-orange {
	background-color: #e78e00;
	text-transform: none;
	font-family: "livory", sans-serif;
}
.nctv-schedule {
	line-height: 20px;
	display: inline-block;
	/* 	background: url(../images/nctv_calendar_white.png) no-repeat 10px 7px; */
	padding-left: 24px;
}
header.smaller .nctv-schedule {
	background: url(../images/nctv_calendar.png) no-repeat 0 0;
	padding-right: 35px;
}
/*  **************************
		HEADER
**************************** */

.logo-wrapper img {
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
	max-height: 60px;
}
header.smaller .logo-wrapper img {
	max-height: 46px;
	width: auto;
	margin: 8px 0 0 10px;
}

@media only screen and (max-width:1024px) and (min-height:768px) {
    header.smaller .logo-wrapper img {
        max-width: 150px;
    }
    .smaller .secondary-links > a.donate {
        margin-right: 40px;
        margin-left: -10px;
    }
}

header.smaller h1, header.smaller span.h1 {
	margin: 5px;
	float: left;
}
span.glyphicon.glyphicon-search {
	color: #206ba4;
}
span.h1 {
	display: inline-block;
}
header.header {
	top: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 500;
	max-width: 100%;
	background-color: transparent;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}
header.header {
	background: transparent;
}
.home header.smaller {
	top: -200px;
}
header.smaller {
	background-color: white;
	top: 0;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-ms-transition: top .5s;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: .875em;
	-o-transition: top .5s;
	transition: top .5s;
}
header.smaller.active {
	top: 0;
	height: 70px;
	overflow: hidden;
}
header.smaller.active #search-dropdown-2 {
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
}
.remove-overlay {
	float: right;
	color: #206ba4;
	font-size: 34px;
	opacity: 0;
}
.full-overlay.show .remove-overlay{
	opacity: 1;
}
.search.search-fixed {
	position: relative;
	top: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	float: right;
}
.search.search-fixed input {
	padding: 3px;
	line-height: 120%;
}
.search.search-fixed span.search-icon {
	display: inline-block;
}
.search-fixed form#searchform {
	padding: 0;
	display: inline-block;
}
header.smaller.active #search-dropdown-2 {
	width: 0;
	height: 0;
	opacity: 0;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-moz-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-ms-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s; /* IE10 is actually unprefixed */
	-o-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
}
.social.sticky-social a {
	color: #206ba4;
	border: 1px solid #206ba4;
	border-radius: 50%;
	font-size: 19px;
	width: 30px !important;
	height: 30px;
	position: relative;
	top: 5px;
	padding: 0px;
	text-align: center;
}
.social.sticky-social a:hover {
	background: #206ba4;
	color: white;
}
.follow .social a {
	display: inline-block;
	width: auto;
	vertical-align: top;
}
.follow .social {
	margin-top: -7px;
	padding-right: 20px;
}
.home .follow .social a {
	padding-top: 0;
	margin-top: 0;
	max-width: 35px;
	max-height: 45px;
}
.follow .social a, .home .follow .social a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}
.follow .social a:hover, .home .follow .social a:hover {
	max-width: 40px;
	max-height: 50px;
}
.smaller .follow .social a {
	max-width: 35px;
	max-height: 45px;
}
.home .smaller .follow .social {
	top: 10px;
	position: relative;
}
/*
header.smaller.active div#follow-dropdown-2 {
	position: relative;
	left: 0;
	opacity: 0;
	top: 0;
	padding: 15px 0 0 0;
	width: 0;
	overflow: hidden;
	vertical-align: top;
    display: inline-block;
    float: none;
	-webkit-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-moz-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-ms-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-o-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
}

header.smaller.active div#follow-dropdown-2.in {
	display: inline-block;
	float: none;
	height: auto;
	width: 180px;
	-webkit-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-moz-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-ms-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	-o-transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
	transition: width 0.5s ease-out, opacity 0.3s ease 0.5s;
}
*/

div#follow-dropdown-2 .social a {
	margin: 0 5px;
}
header.smaller.active #search-dropdown-2.in, header.smaller.active #follow-dropdown-2.in {
	height: auto;
	opacity: 1;
	margin-right: 10px;
	width: 260px;
}
header.smaller .follow .social.in {
	display: none;
}
header.smaller.active #search-dropdown-2 input#s {
	width: 150px;
}
.overlay.mobile {
	padding-top: 100px;
}
.overlay.mobile a.donatemega {
	color: #fff !important;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.overlay.mobile .mobile-menu-close .glyphicon {
	font-size: 1.8em;
	left: -6px;
}
.overlay.mobile .search-button .glyphicon {
	left: 13px;
}
.overlay.mobile .menu-main-menu-container {
	margin-top: 30px;
}
.overlay.mobile nav {
	font-size: 14px;
	top: 0%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.overlay.mobile .main-menu-container {
	margin-top: 15px;
}
/* ***************************
	RESPONSIVE HTML5 VIDEO
**************************** */
video {
	width: 100% !important;
	height: auto !important;
}
/* Youtube Tricks */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  **************************
		SEARCH
**************************** */

label.screen-reader-text {
	display: none;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none;
}

#field_30_6 label {
    display: block;
}

li#field_30_5 {
    height: 0;
    overflow: hidden;
}

#searchform {
	padding: 20px;
	color: #fff;
}
#searchform input[type=submit] {
	background-color: #206ba4;
	border: 1px solid white;
	color: white;
}
#searchform input {
	border: 1px solid white;
	background-color: #eee;
	color: #222;
	padding: 5px 15px;
}
#searchform input:focus {
	outline: none;
}
/*  **************************
		NAVIGATION
**************************** */

.navigation-wrapper {
	padding-right: 0px;
	max-width: 900px;
	float: right;
}
header li {
	display: inline-block;
	float: none;
}
header.header, header.header a {
	color: white;
}
header nav ul li {
	padding: 10px 0;
}
header li.menu-item a, header li a {
	text-transform: uppercase;
	padding: 8px 20px;
	font-family: "jaf-facitweb", sans-serif;
	font-weight: 500;
	background: transparent;
	font-size: .875em;
	top: 0;
	position: relative;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
}
#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input.autocomplete {
	font-size: 3rem;
}
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
	height: 60px;
}
div[id*="ajaxsearchlite"] .probox .prosettings, div[id*="ajaxsearchlite"] .probox .promagnifier {
	width: 60px;
	height: 60px;
}
div[id*='ajaxsearchlite'] .probox .proinput {
	padding: 12px;
}
span.menu-label {
	position: absolute;
	bottom: -20px;
	left: 5px;
	font-family: "jaf-facitweb", sans-serif;
	font-weight: 700;
}
.fat-footer .social a {
	top: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 19px;
	width: 30px !important;
	height: 30px;
	text-align: center;
}
.fat-footer .social a img {
	max-width: 45px;
	height: auto;
}
.fat-footer .social a:hover, .fat-footer .social a:focus {
	top: -5px;
}
header li.menu-item a:hover, header li a:hover {
	background-color: transparent;
	top: -5px;
}
header li.menu-item a:first-child, header li a:first-child {
	padding-left: 0;
}
header li.menu-item:last-child a, header li:last-child a {
	padding-right: 0;
}
header ul {
	padding: 0;
}
header.header li.menu-item a, header.header li a {
	color: white;
}
div.search {
	position: absolute;
	right: 0px;
	border-left: 1px solid #fff;
	top: -20px;
	z-index: 15;
	padding: 10px 3px 3px
}
div.search .glyphicon {
	font-size: 1.8em;
}
body.search article header {
	margin-bottom: 30px;
}
body.search article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
body.search section.entry-content {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.secondary-links a {
	margin: 0 20px;
	line-height: 160%;
}
.secondary-links a:last-child {
	margin-right: 0;
}
.nav ul {
	margin-bottom: 0;
	position: relative;
    right: 51px;
}
.nav-items-container {
	position: relative;
	padding-right: 40px;
	margin-top: 20px;
	font-family: "jaf-facitweb", sans-serif;
	font-weight: 500;
	font-size: .875em;
	z-index: 10;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}
.search button, .search button:focus {
	background-color: transparent;
	border: none;
	color: white;
	outline: none;
}
.search-fixed {
	display: none;
}
header.smaller .search-fixed {
	display: inline-block;
}
header.smaller {
	line-height: 65px;
	box-shadow: 0 2px 5px #555;
	height: 0;
	overflow: hidden;
}
header.smaller, header.smaller a {
	color: #111111;
	font-weight: 300;
}
.search #search-dropdown {
	z-index: 999;
	background: rgba(1,113,61,0.9);
	box-shadow: 0 1px 2px #222;
	color: white;
	top: 5px;
	position: relative;
}
.search-btn-trigger p, .search-btn-trigger a {
	text-transform: uppercase;
}
.follow {
	display: inline-block;
}
.follow button {
	color: white;
	background: transparent;
	border: none;
}
header.smaller .follow button:focus, header.smaller .follow button, header.smaller .search button, header.smaller .search button:focus {
	color: #111;
}
header.smaller .search {
	top: 0;
	right: 0px;
	position: absolute;
}
header.smaller a.donate {
	color: #206ba4;
	border: 1px solid #206ba4;
	margin-left: 0;
	margin-right: 0;
}
header.smaller a.donate:hover {
	color: #fff;
	background-color: #206ba4;
}
a.donate:hover {
	background-color: #206ba4;
	color: white;
}
.huge_it_slideshow_image_wrap_gallery_3 {
	margin-right: 15px;
}
.huge_it_slideshow_dots_gallery_3 {
	display: none !important;
}
.row.secondary-nav-items {
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* **************************
COVER OVER MENU
************************** */

#body-nav {
	display: none
}
.mobile-nav .menu-icon {
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 50%;
	height: 3px;
	background-color: #222;
	/* top: 5px; */
    /* right: 10px; */
	display: block;
	margin: 0 auto;
	top: 26px;
	left: 15%;
}
.mobile-nav .menu-icon::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.mobile-nav .menu-icon::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.mobile-nav .menu-icon:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	display: inline-block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
	-ms-transition: transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
}
.mobile-nav .menu-icon:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	width: 100%;
	display: inline-block;
	height: 100%;
	background-color: #222;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
}
nav.nav.mobile-nav {
	display: inline-block;
	width: 60px;
	height: 70px;
	float: left;
	margin-left: 0px;
	/*     border-left: 1px solid #ddd; */
	border-right: 1px solid #ddd;
	color: #ddd;
}
.mobile-nav a {
	display: inline-block;
	width: 100%;
	height: 70px;
	z-index: 100;
	position: relative;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background:#206ba4 !important;
    color:white !important;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	font-family: "livory", sans-serif;
	left: 0;
	background: rgba(23,107,164,0.9);
	padding: 5% 10%;
	text-align: center;
}
.overlay #searchform input {
	max-width: 60%;
}
.overlay #searchform {
	padding: 20px 0;
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 16.667%;
	height: calc(100% / 6);
	/*	min-height: 54px;*/
	margin: 0;
}
.overlay ul li a {
	font-size: 3em;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
	color: #f0f0f0;
}
/* Effects */

.white-wrap {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.white-wrap.overlay-open {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	-moz-transition: -moz-transform 0.5s, visibility 0s 0.5s;
	-o-transition: -o-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
.overlay nav {
	height: 70%;
	font-size: 2.125em;
}
.overlay ul li {
	min-height: 2.124em;
}
}
/*  **************************
		HOMEPAGE
**************************** */

#main-feature {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	z-index:0;
}
#main-feature #feature-background {
	position: absolute;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#main-feature #feature-teaser {
	position: absolute;
	top: 120px;
	max-width: 500px;
	height: 30%;
	color: white;
	font-family: "jaf-facitweb", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	left: inherit;
	margin-left: -15px !important;
	z-index: 12;
	text-shadow: 1px 1px 1px #000;
}
#main-feature #feature-teaser .ssba.ssba-wrap br {
	display: none;
}
#main-feature #feature-teaser .ssba.ssba-wrap {
	height: 30px;
	margin-top: 0;
}
#main-feature .feature-actions {
	border-top: 1px solid #fff;
	font-size: .875em;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 10px;
}
#main-feature .feature-actions a {
	color: white;
}
#main-feature .feature-actions a.share {
	margin-left: 40px;
}
#main-feature .container {
	position: relative;
}
#main-feature #feature-other {
	padding: 42px 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	position: absolute;
	bottom: 0;
}
#main-feature #feature-other small {
	font-size: .875em;
	padding-bottom: 4px;
	color: white;
	display: inline-block;
}
#main-feature #feature-other h3 {
	margin: 0;
	padding: 0;
	font-size: 1.250em;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#main-feature .feature-actions a {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#main-feature #feature-other div.col-xs-12:hover h3 {
	font-size: 1.350em;
}
#main-feature .feature-actions a:hover {
	font-size: 1.1em;
}
#main-feature #feature-other h3 a {
	color: white;
	font-family: "livory", sans-serif;
}
#main-feature #feature-other:before {
	content: '';
	background: #222;
	opacity: .4;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: inline-block;
	z-index: -1;
}
#main-feature:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#main-feature h2 {
	font-family: "livory", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: white;
	font-size: 2.5em;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #000;
	text-transform: capitalize;
}
#main-feature h2 a {
	color: white;
}
#main-feature p {
	margin-bottom: 20px;
}
/*  **************************
		HOMEPAGE TOP NEWS
**************************** */

#inner-content {
	margin-top: 20px;
}
.blog #inner-content, .archive #inner-content {
	margin-top: 70px;
}
.home #inner-content h2 {
	background: #206ba4;
	padding: 30px;
	width: 100%;
	font-size: 2.188em;
	margin: 0;
	color: white;
	font-family: "livory", sans-serif;
}
.top-news.post {
	font-weight: 400;
	font-size: 1em;
	padding: 17px 25px 17px;
	background: white;
	border-width: 0 1px 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	display: inline-block;
	width: 100%;
}
.top-news.post:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.top-news.main {
	border-radius: 5px;
	overflow: hidden;
}
.top-news.main:after {
	content: '';
	position: relative;
	height: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%;
	top: -16px;
	z-index: -1;
	display: inline-block;
	box-shadow: 0 1px 1px #888;
}
input[type="image"] {
	border: 0;
}
.thumbnail-wrap.circle {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 25px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.top-news.post p a.excerpt-read-more { /* Hiding the excerpt read more in one place. More efficient than a custom excerpt */
	display: none;
}
.top-news.post h3.news-title {
	font-weight: 400;
	font-family: "livory", sans-serif;
	font-size: 1.625em;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
	background: transparent;
}
.top-news.post h3.news-title a {
	color: #333333;
}
.top-news.post h3.news-title a:hover {
	color: #206ba4;
}
.top-news.post .top-news-actions {
	display: inline-block;
	text-transform: uppercase;
}
.top-news.post a.read-more {
	padding-left: 40px;
}
.top-news.post .top-news-actions a.more-in {
	color: #333;
	margin-right: 30px;
	display: inline-block;
}
.top-news.post .published {
	display: inline-block;
}
.top-news.post .excerpt {
	margin-bottom: 40px;
}
.top-news.post .icon-play.icon-dark:hover, .top-news.post .icon-play.icon-dark:focus {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*  **************************
		TWITTER
**************************** */

.twitter {
/*margin-top: 60px;*/
}
.twitter h2 {
	font-family: "livory", sans-serif;
	font-size: 1.875em;
	margin-bottom: 55px;
	color: #333333;
}
.twitter .tweet {
	padding: 0 30px 0 50px;
	background: url(../images/twitter_icon.png) no-repeat 10px 10px;
	font-size: 1em;
	line-height: 150%;
}
a.follow-link {
	color: #e9b730;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	display: block;
	width: 100%;
	clear: both;
}
button.follow-icon:focus, button.follow-icon:active, button.follow-icon:hover {
	outline: none;
}
div#follow-dropdown {
	position: relative;
}
header.absolute .secondary-links a, header.absolute .secondary-links div, header.absolute .secondary-links button {
	vertical-align: top;
	line-height: 20px;
}
h2.line {
	font-family: "livory", sans-serif;
	font-size: 1.875em;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #333;
}
h2.line:after {
	width: 100%;
	content: '';
	position: absolute;
	vertical-align: bottom;
	background: #222;
	height: 1px;
	left: 200px;
	display: inline-block;
	bottom: 5px;
}
/*  **************************
	SPONSORS
**************************** */

h2.line.presenting:after {
	left: 275px;
}
.presenting-sponsors {
	margin-bottom: 40px;
	margin-top: 60px;
}
.sponsor {
	width: 18%;
	display: inline-block;
	padding: 0;
	text-align: center;
	float: none !important;
	vertical-align: middle;
}
.sponsor img {
	max-width: 100%;
	height: auto;
}
.sponsors {
	margin-bottom: 30px;
}
.sponsors .bx-wrapper, .sponsors .bx-wrapper .bx-viewport {
	overflow: hidden;
	background: transparent;
	margin: 0 auto;
}
/*  **************************
	NCTV Newsletter
**************************** */
.nctv-newsletter {
	padding: 0;
	background: #e7e4d3;
	text-align: center;
	/*margin-top: 55px;*/
	margin-top: 20px;
}
.nctv-newsletter label {
	font-family: "livory", sans-serif;
	font-size: 1.563em;
	font-weight: normal;
	margin-right: 25px;
	margin-bottom: 0;
	vertical-align: middle;
	padding-bottom: 0;
}
.nctv-newsletter input {
	border: none;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 10px 20px;
	font-size: 1em;
	vertical-align: middle;
}
.nctv-newsletter input[type=email] {
	min-width: 120px;
}
.nctv-newsletter input[type=email]:hover, .nctv-newsletter input[type=email]:focus {
	outline: 1px solid #206ba4;
}
.nctv-newsletter input[type=submit], .nctv-newsletter button {
	background: #da8000;
	color: white;
	padding: 10px 30px;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px;
	margin-left: 15px;
}
.well {
	background: white;
}
.blue {
	color: #206ba4 !important;
}
/*  **************************
		LIVESTREAM
**************************** */

#livestream-header {
	background: #2d2d2d;
	padding: 65px 0;
}
h1.page-title.wide-title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e69a2+0,12507f+100 */
	background: #1e69a2; /* Old browsers */
	background: -moz-linear-gradient(top, #1e69a2 0%, #12507f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e69a2 0%, #12507f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e69a2 0%, #12507f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69a2', endColorstr='#12507f', GradientType=0 ); /* IE6-9 */
	text-align: center;
	color: white;
	padding: 30px 0;
	text-transform: none;
}
/* **************************
	WOOCOMMERCE
************************** */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #206ba4;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #666;
}
.woocommerce table.shop_table {
	min-width: 450px;
}
.woocommerce-cart form {
	max-width: 100%;
}
.woocommerce.archive ul.products li.product h3, .woocommerce.archive ul.products li.product .price, .woocommerce.archive ul.products li.product .button {
	display: none;
}
.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#229c51+0,03753f+100 */
	background: rgb(34,156,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34,156,81,1)), color-stop(100%, rgba(3,117,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229c51', endColorstr='#03753f', GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	font-weight: normal;
	z-index: 1;
	position: relative;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0;
}

#field_27_9 ::-webkit-input-placeholder {
    font-size:12px;
}

#product-84878 .woocommerce-tabs ul.tabs li.active {
    display: none;
}

#product-84878 div.quantity {
    display: none;
}

.woocommerce-cart table.cart img {
	width: 150px;
	height: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	width: 100%;
}
.woocommerce ul#shipping_method .amount {
	font-size: 1em;
	font-weight: normal;
}
.woocommerce ul#shipping_method li {
	padding-left: 0;
	text-indent: .5em;
}
.archive nav.woocommerce-breadcrumb {
	display: none;
}
textarea#request_a_specific_dvd {
	height: 150px;
}
.woocommerce div.product form.cart .single_add_to_cart_button::after {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 7px;
	content: '';
	display: inline-block;
	*/background-image: url(../images/cart_icon.png);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 21px;
	height: 21px;
}
.woocommerce div.product form.cart div.quantity::before {
	content: 'Quantity ';
	display: inline-block;
	padding-right: 10px;
}
.woocommerce .quantity .qty {
	padding: 5px 0;
}
span.amount {
	font-family: "livory", sans-serif;
	font-weight: 100;
	color: #222;
	font-size: 2em;
}
.nm-productmeta-box span.show_description {
	padding-left: 0;
	display: block;
	font-weight: normal;
	font-size: .857em;
}
textarea, input {
	border: 1px solid #ddd;
}
.woocommerce div.product .product_title {
	font-family: "livory", sans-serif;
	font-size: 2.3em;
	font-weight: 400;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}

#product-84878 .woocommerce-tabs h2 {
    display: none;
}

#gform_27 .gform_page_footer {
    float: left;
    width: auto;
    margin-top: 0.5%;
}

/*  **************************
		PLAY OF THE WEEK POLL
**************************** */
.gform_wrapper .month, .gform_wrapper .year {
	display: none;
}
/*  **************************
		FAT FOOTER
**************************** */

.fat-footer {
	background: url(../images/footer_background.jpg) no-repeat top center;
	color: #fff;
	/*padding: 60px 0;*/
	padding: 20px 0;
	background-size: cover;
}
.fat-footer h4 {
	font-size: 1.875em;
	margin-bottom: 30px;
}
.fat-footer a {
	color: #fff;
	position: relative;
	display: inline-block;
}
.tiers .col-sm-6 {
	border: 1px solid white;
	padding: 15px;
}

/* Effect 1: Brackets */
.contactinfo a::before, .contactinfo a::after, .nctv-programs::before, .nctv-programs::after, .nctv-schedule::before, .nctv-schedule::after, a.more-in::before, .fat-footer .programs-list a::before, a.more-in::after, .fat-footer .programs-list a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
/*
.contactinfo a::before,.nctv-programs::before,.nctv-schedule::before,a.more-in::before,.fat-footer .programs-list a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.contactinfo a::after,.nctv-programs::after,.nctv-schedule::after,a.more-in::after,.fat-footer .programs-list a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
*/

.contactinfo a {
	left: 0px;
}
.contactinfo a:hover::before, .nctv-programs:hover::before, .nctv-schedule:hover::before, a.more-in:hover::before, .fat-footer .programs-list a:hover::before, .contactinfo a:hover::after, .nctv-programs:hover::after, .nctv-schedule:hover::after, a.more-in:hover::after, .fat-footer .programs-list a:hover::after, .contactinfo a:focus::before, .nctv-programs:focus::before, .nctv-schedule:focus::before, a.more-in:focus::before, .fat-footer .programs-list a:focus::before, .contactinfo a:focus::after, .nctv-programs:focus::after, .nctv-schedule:focus::after, a.more-in:focus::after, .fat-footer .programs-list a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
footer.footer {
	padding: 10px 0;
	background: white;
}
/*.programs-list .columns {
	-webkit-columns: 120px 2;
   -moz-columns: 120px 2;
        columns: 120px 2;
        font-family: 'roboto',sans-serif
}*/

.programs-list {
	margin-bottom: 30px;
}
.programs-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.programs-list div.widget {
	margin-bottom: 0;
}
.programs-list h4.widgettitle {
	background: transparent;
}
.programs-list .columns a {
	display: inline-block;
	margin: 2px 0;
}
.programs-list h4.widgettitle {
	padding: 10px 0 0 0;
}
.programs-list a {
	margin-bottom: 10px;
}
.social a {
	margin: 10px 10px 10px 0px;
	display: inline-block;
}
.copyright {
	margin: 0;
}
footer.footer {
	line-height: 45px;
}
footer.footer img {
	max-height: 45px;
	width: auto;
}
footer.footer a {
	color: #222;
}
/*  **************************
		TV PROGRAMS
**************************** */

#main.programs-grid {
	padding-top: 20px;
}
.row.category-row {
	position: relative;
	padding-right: 43px;
	overflow: hidden;
}
.box-overlay {
	position: absolute;
	left: 43px;
	top: 0;
	width: 257px;
	z-index: 20;
	display: inline-block;
	height: 100%;
	opacity: .95;
	color: white;
	padding: 20px;
	z-index: 1;
}
.box-overlay a {
	color: white;
}
.box-overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: -1;
}
.box-overlay a.more-arrow, .box-overlay span.more-arrow {
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	background: url(../images/more-arrow.png) no-repeat right center;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	bottom: 10px;
	position: absolute;
	left: 20px;
}
.box-overlay span.more-arrow {
	font-size: 16px;
}
.programs-grid .related-post, .box-overlay {
	border: 4px solid white;
}
.box-overlay {
	background-color: #206ba4;
	background: rgba(32,107,164, .9);
	border-left-width: 0px;
	border-right-width: 0px;
}
.box-overlay .headline {
	font-family: "livory", sans-serif;
	font-size: 1.2em;
	display: inline-block;
	line-height: 120%;
}
.box-overlay .headline.vertical-center {
	font-size: 1.875em;
}
.box-overlay p {
	font-size: .875em;
	margin: 0 auto;
	line-height: 1.6;
	text-overflow: ellipsis;
	max-height: 50%;
	display: block;
	padding-top: 10px;
}
div#main.programs-grid::before, div#main.programs-grid::after {
	content: '';
	width: 43px;
	position: absolute;
	left: 0;
	top: 24px;
	height: 100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+69,ffffff+100&0.9+0,0.65+69,0.4+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.80) 69%, rgba(255,255,255,0.6) 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.9)), color-stop(69%, rgba(255,255,255,0.80)), color-stop(100%, rgba(255,255,255,0.6)));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.80) 69%, rgba(255,255,255,0.6) 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.80) 69%, rgba(255,255,255,0.6) 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.80) 69%, rgba(255,255,255,0.6) 100%);/* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.80) 69%, rgba(255,255,255,0.6) 100%);/* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#66ffffff', GradientType=1 );/* IE6-9 */
	z-index: 10;
}
div#main.programs-grid::after {
	left: auto;
	right: 0;
	width: 44px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+31,ffffff+100&0.4+0,0.65+31,0.9+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.80) 31%, rgba(255,255,255,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.6)), color-stop(31%, rgba(255,255,255,0.80)), color-stop(100%, rgba(255,255,255,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.80) 31%, rgba(255,255,255,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.80) 31%, rgba(255,255,255,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.80) 31%, rgba(255,255,255,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.80) 31%, rgba(255,255,255,0.9) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#e6ffffff', GradientType=1 ); /* IE6-9 */
}
div#main.programs-grid.no-children::after, div#main.programs-grid.no-children::before {
	display: none;
}
div#main {
	position: relative;
}
.bx-wrapper {
	position: inherit;
	margin: 0;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	overflow: visible !important; /* This allows us to see a preview of next slide behind overlay */
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	right: 5px;
	background-image: url(../images/right_arrow_carousel.png);
	background-position: 0 0;
	background-size: contain;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
	background-image: url(../images/left_arrow_carousel.png);
	background-position: 0 0;
	background-size: contain;
}
.bx-wrapper .bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 400;
	height: 25%;
	top: 45%;
}
#videoModal, .modal {
	z-index: 9999;
}
#videoModal .modal-dialog, .modal .modal-dialog {
	width: 80%;
	padding: 0;
}
#videoModal .modal-content, .modal .modal-content {
	height: 80%;
	border-radius: 0;
}
#videoModal .modal-header, #videoModal .modal-body, #videoModal .modal-footer, .modal .modal-header, .modal .modal-footer, .modal .modal-body {
	background-color: #222;
	color: white;
	position: relative;
	border: none;
}
#videoModal .videoWrapper {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	padding: 0;
	left: 0;
}
#videoModal .modal-header button {
	color: white;
}
#videoModal h1.page-title.single-post {
	background: transparent;
	color: white;
	font-size: 1em;
	padding: 0;
	box-shadow: none;
}
/*  **************************
		ARCHIVE
**************************** */

header#archive-header {
	padding-left: 43px;
	padding-right: 52px;
	width: 100%;
	background-color: #206ba4;
	color: white;
	position: relative;
	margin-bottom: -22px;
	display: flex;
}
header#archive-header a {
	color: white;
}
header#archive-header .archive-desc-wrapper {
	display: none;
}
header#archive-header .archive-logo-wrapper {
	padding: 8px;
	/* float: left; */
	z-index: 1;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}
header#archive-header .archive-logo-wrapper h2 {
	color: white;
	margin: 0;
	padding: 0;
	display: inline-block;
}
header#archive-header .archive-logo-wrapper:before, header#archive-header .archive-watch-dvd:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .1;
	background: #222;
	display: none;
	width: 100%;
	height: 100%;
}
header#archive-header .archive-desc-wrapper {
	padding: 15px 30px 10px;
	font-size: .875em;
	display: flex;
	width: 50%;
}
header#archive-header .archive-watch-dvd {
	z-index: 1;
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	width: 30%;
	justify-content: center;
}
.buy-dvd, .watch-latest {
	font-size: 1.250em;
	font-family: "livory", sans-serif;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	height: 50px;
}
.buy-dvd {
	padding-left: 70px;
	padding-right: 10px;
	background: url(../images/dvdicon.png) no-repeat 10px center;
}
.watch-latest {
	padding-left: 60px;
	background: url(../images/latestepisodeplay.png) no-repeat 10px center;
}
.watch-latest:hover {
	color: white !important;
	background: url(../images/latestepisodeplay.png) no-repeat 10px center !important;
}
#news-tip {
	position: fixed;
	right: -254px;
	width: 293px;
	background: #ececec;
	border: 1px solid black;
	top: 60%;
	z-index: 9999;
	height: 220px;
	padding: 15px 15px 15px 60px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
#news-tip h3 {
	color: #159f4b;
	font-size: 1.675em;
	font-family: "livory", sans-serif;
	margin: 0 0 20px;
}
#news-tip .tab-content {
	position: absolute;
	top: 25px;
}
#news-tip .tipIcon {
 width:
}
#news-tip .tab {
	-webkit-transform: rotate(-90deg) translate(-102px, -196px);
	-moz-transform: rotate(-90deg) translate(-102px, -196px);
	transform: rotate(-90deg) translate(-71px, -152px);
	background: rgb(34,156,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34,156,81,1)), color-stop(100%, rgba(3,117,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(34,156,81,1) 0%, rgba(3,117,63,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229c51', endColorstr='#03753f', GradientType=0 ); /* IE6-9 */
	height: 45px;
	color: white;
	padding: 3px 0 0;
	text-align: center;
	display: inline-block;
	width: 220px;
	line-height: 45px;
}
.load-more-posts {
	/* width: 100%; */
	text-align: center;
	font-size: 1.250em;
	text-transform: uppercase;
	color: #206ba4;
	background: #e5e5e5;
	border-radius: 5px;
	padding: 8px;
	margin: 25px;
	margin-right: 35px;
}
.load-more-posts a {
	color: #206ba4;
}
/*  **************************
		WOOCOMMERCE
**************************** */

nav.woocommerce-MyAccount-navigation li {
	display: block;
	width: 100%;
	padding: 5px;
}
nav.woocommerce-MyAccount-navigation li a {
	border: 1px solid #ccc;
	width: 100%;
	display: block;
	padding: 5px 10px;
	border-radius: 8px;
}
nav.woocommerce-MyAccount-navigation li a:hover {
	border: 1px solid #206ba4;
}
/*  **************************
		SIDEBAR
**************************** */

.sideblock {
	display: block;
	clear: both;
}
.homepage-sidebar > div {
	margin-bottom: 10px;
}
.sideblock-container {
	overflow: hidden;
}
.sideblock-container .bx-wrapper .bx-viewport {
	left: 0
}
.sideblock-container ul li {
	list-style: none;
}
.sideblock-container ul {
	padding: 0;
}
.live-stream {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 2px #888;
}
a#livestream-play {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: -40px;
	max-width: 25%;
}
.live-stream-preview {
	position: relative;
	display: inline-block;
}
.live-stream-description {
	display: inline-block;
	width: 100%;
	background-color: white;
	padding: 30px;
	font-size: 1em;
}
.live-stream-description h3 {
	margin: 0 0 15px;
	padding: 0;
	font-family: "livory", sans-serif;
	font-size: 1.250em;
}
.purchase-dvd {
	background: #e9b730;
	border-radius: 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
}
.purchase-dvd a {
	color: white;
	font-size: .813em;
}
.purchase-dvd:hover, .purchase-dvd:focus {
	padding: 5px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.community-links {
	background-color: white;
	box-shadow: 0 0 2px #888;
	border-radius: 5px;
}
img.avatar.avatar-100.photo {
	border-radius: 50%;
	border: 1px solid #ccc;
}
.single .news-tips {
	background-color: white;
	box-shadow: 0 0 2px #888;
}
.community-link {
	padding: 30px;
	border-bottom: 1px solid #ddd;
}
.community-link a {
	color: #222;
}
.community-link a:hover, .community-link a:active {
	color: #206ba4;
}
.community-link .float {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 60px !important;
}
.single .community-link .float {
	margin-bottom: 0!important;
}
.community-link h3 {
	font-family: "livory", sans-serif;
	font-size: 1.750em;
	margin: 10px 0;
}
div.widget {
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
}
h4.widgettitle {
	background-color: #17965f;
	color: white;
	padding: 10px;
	margin-top: 0;
}
.single-sidebar {
	text-align: center;
}
.single-sidebar > div {
	margin: 30px auto;
	max-width: 420px;
}
.single-sidebar h2.more-from {
	margin-top: 0;
	width: 100%;
}
h2.more-from a {
	color: white;
}
.single-sidebar .related-post .related-title {
	max-width: 83%;
}
/*  **************************
	WIDE GREEN OTHER FEATURES
**************************** */

#wide-green {
	background: #e7e4d3;
	padding: 35px 0;
	color: white;
	/*margin-top: 30px;*/
	text-align: center;
}
#wide-green h3, #wide-green a {
	color: #222222;
}
#wide-green a:hover, #wide-green a:hover h3 {
	color: #206ba4;
}
#wide-green h3 {
	font-size: 1.563em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#wide-green small {
	font-size: 1em;
	font-weight: 500;
	font-family: "jaf-facitweb", sans-serif;
}
#wide-green .img-wrap {
	min-height: 145px;
}
#wide-green .no-image h3 {
	margin-top: 82px;
	text-transform: none;
}
#wide-green .playoftheweek .img-wrap {
	border-radius: 150px;
	overflow: hidden;
	width: 170px;
	height: 150px;
	margin: 0 auto;
}
#wide-green .playoftheweek .img-wrap img {
	width: 200px;
	height: 200px;
}
/*  **************************
		GENERAL INTERIOR PAGES
**************************** */

.about-sub-nav ul {
	margin-top: 55px;
	list-style: none;
	padding: 0;
	background: white;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.about-sub-nav ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: background-color .25s ease;
	-ms-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	-moz-transition: background-color .25s ease;
	transition: background-color .25s ease;
}
.about-sub-nav ul li:hover {
	background-color: #206ba4;
	color: white;
}
.about-sub-nav ul li:hover a {
	color: white;
}
div.container.interior-start {
	padding-top: 100px;
}
.search div.container.interior-start {
	padding-top: 80px;
}
header.interior-start {
	padding-top: 90px;
	margin-bottom: 50px;
}
header.interior-start.no-thumb {
	padding-top: 70px;
}
header.interior-start h1 {
	color: white;
	margin-bottom: 0;
}
.feature-details header.interior-start h1 {
	margin-bottom: 40px;
}
header.interior-start {
	color: white;
}
.feature-details {
	font-size: 1.125em;
}
.feature-details h1 {
	font-size: 3em;
}
h1.page-title {
	margin-top: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #17965f;
	font-family: "livory", sans-serif;
}
/*  **************************
		ADDITIONAL INFO ROWS
**************************** */

.additional-content {
	/*padding: 70px 10px;*/
	padding: 20px 10px;
	font-size: 1em;
}
.additional-content h2 {
	font-family: "livory", sans-serif;
	font-size: 2.215em;
	font-weight: 500;
}
/*  **************************
		POSTS
**************************** */

h1.page-title.single-post {
	color: #fff;
	text-transform: none;
	font-size: 2em;
	padding: 15px;
	background-color: #206ba4;
	display: block;
	box-shadow: 0 0 1px #888;
	margin: 0;
}
div.category ul, h2.more-from ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
div.category ul li, h2.more-from {
	list-style: none;
	display: inline-block;
	padding: 16px 25px;
	background-color: #206ba4;
	font-family: "livory", sans-serif;
}
h2.more-from ul li {
	list-style: none;
	display: inline-block;
}
h2.more-from {
	color: white;
	font-size: 1.375em;
	text-transform: none;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
div.category ul li a, h2.more-from ul li a {
	color: white;
}
section.entry-meta {
	display: inline-block;
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 2px 1px #888;
	z-index: 5;
	position: relative;
}
section.entry-content {
	background-color: white;
	padding: 25px;
	color: #535353;
	box-shadow: 0 2px 1px #888;
	position: relative;
	z-index: 10;
}
.search section.entry-content {
	padding-top: 10px
}
.search section.entry-content h3 {
	margin-top: 0;
}
section.entry-meta div.time {
	display: inline-block;
	color: #333;
	padding: 15px;
	vertical-align: top;
}
section.entry-meta div.category {
	display: inline-block;
}
section.entry-meta div.share {
	display: inline-block;
	float: right;
	padding: 9px;
	border-left: 1px solid #d7d7d7;
}
section.entry-meta div.share .label {
	color: #aeaeae;
	font-size: 1.125em;
	text-transform: uppercase;
	vertical-align: middle;
}
section.entry-meta div.share a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
section.entry-meta div.share a img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: 1;
}
section.entry-meta div.share a img {
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity: .6;
}
.single #main .has-post-thumbnail div.post-thumb img {
	width: 100%;
}
.go-back {
	padding: 20px 0 0 30px;
	background: url(../images/backarrow.png) no-repeat left 80%;
}
.go-back ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.go-back li {
	display: inline-block;
	clear: none;
}
.go-back li a, .go-back {
	color: #206ba4;
	font-family: "livory", sans-serif;
	font-size: 1.125em;
	font-weight: bold;
}
.more-from-category {
	margin: 60px 0;
}
.vcenter {
	display: flex;
	align-items: center;
}
.hidden-excerpt {
	-o-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	position: absolute;
	width: 100%;
	font-size: .875em;
	color: #333;
	background-color: #e0ddcc;
	top: 0;
	z-index: 50;
	height: 100%;
	padding: 20px 50px 20px 20px;
	opacity: .9;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}
.hidden-excerpt.show {
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}
.hidden-excerpt span.close {
	position: absolute;
	/*bottom: 7px;*/
	top: 0;
	right: 0;
	opacity: 1;
	color: white !important;
	padding: 0;
	display: inline-block;
	font-size: 2em;
	padding-top: 6px;
	text-shadow: none;
	font-weight: normal !important;
	background-color: #206ba4 !important;
	height: 32px;
	line-height: 50%;
}
/*
.archive .hidden-excerpt span.hidden-title, .archive .hidden-excerpt p, .archive .related-post .img-wrap .hidden-excerpt a {
	color: white;
}
*/
.archive .hidden-excerpt span.hidden-title {
	border-bottom: 1px solid #fff;
}
.hidden-excerpt span.hidden-title {
	display: inline-block;
	border-bottom: 1px solid #333;
	font-weight: 600;
	padding: 0 0 8px 0;
	margin-bottom: 8px;
	width: 100%;
}
.hidden-excerpt a.excerpt-read-more {
	display: none;
}
.hidden-excerpt a.excerpt-read-more:after {
	display: none;
}
.related-post .img-wrap .hidden-excerpt a {
	color: #333;
	font-weight: 500;
}
span.excerpt-actions {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	right: 30px;
}
span.excerpt-actions .play-video {
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid white;
	background: url(../images/play_video_small.png) no-repeat right center;
}
span.excerpt-actions a {
	padding: 5px 30px 5px 0;
}
span.excerpt-actions a.read-more {
	background: url(../images/arrow_right_small.png) no-repeat right center;
}
span.info, span.close {
	display: inline-block;
	position: absolute;
	z-index: 32;
	right: 0;
	bottom: 7px;
	min-width: 38px;
	text-align: center;
	min-height: 32px;
	padding: 5px;
	background: url(../images/arrow_right_small_white.png) no-repeat center;
	background-size: initial;
}
span.close {
	background-image: none;
	font-size: 28px;
	font-weight: 600;
}
span.info:hover {
	cursor: pointer;
}
.related-post {
	position: relative;
}
.grid-no-bx .related-post {
	display: inline-block;
	border-bottom: 0;
}
.grid-no-bx {
	margin-left: 39px;
	margin-right: 5px;
}
.related-post.wide {
	margin-top: 30px
}
.related-post.wide:first-child {
	margin-top: 15px
}
.related-post .img-wrap.has-video a:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 28;
	position: absolute;
	top: 0;
	left: 0;/*background: url(../images/video_play_overlay.png) no-repeat center;*/
}
.related-post .img-wrap.has-video .hidden-excerpt a:before, .related-post .img-wrap .hidden-excerpt a:after {
	display: none;
}
.related-post .img-wrap {
	display: inline-block;
	position: relative;
	z-index: 29;
	overflow: hidden;
	float: left;
	max-width: 100%;
	width: 100%;
}
.related-post .img-wrap a, .related-post .img-wrap img {
	width: 100%;
	height: auto;
}
.related-post .img-wrap span.excerpt-actions a {
	display: inline-block;
	width: auto;
}
.related-post .related-title {
	position: absolute;
	bottom: 10px;
	left: 15px;
	padding-right: 30px;
	color: white;
	/*font-size: .875em;*/
	max-width: 80%;
	font-size: 1em;
	z-index: 31;
	text-transform: capitalize;
	background:#666 \9;
}
.related-post .related-title.hide {
	display: none;
}
.single .related-post .related-title {
	padding-left: 20px;
	font-size: .875em;
}
.related-post .related-title a {
	color: white;
	background: rgba(32,107,164, .5);
}
.related-post .img-wrap a:after {
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	height: 50%;
	z-index: 30;
	left: 0;
}
.related-post .img-wrap a {
	display: inline-block;
	position: relative;
	z-index: 29;
	float: left;
}
dt.gallery-icon.portrait img {
	min-width: 129px;
}
/* ***********
	FORMS
*********** */

.gform_wrapper .top_label label.gfield_label, .gform_wrapper span.name_last label, .gform_wrapper span.name_first label {
	display: none;
}
.gform_wrapper input, .gform_wrapper textarea {
	padding: 5px;
}

/*ABOUT*/
.page-id-32 .footer-start.container {
	display: none;
}


/* TABLET */

@media screen and (min-width: 769px) {
nav ul li {
	display: inline-block;
	float: left;
	padding: 10px 7px;
	font-size: 1.2em;
}
.home .logo-wrapper img {
	margin-top:40px;
	}
.logo-wrapper img {
	margin: 15px 0 0px 40px;
}
#main-feature {
	padding-bottom: 250px;
}
.grid-no-bx .related-post {
	width: 50%;
}
#main-feature h2 {
	font-size: 2.5em;
}
header#archive-header .archive-desc-wrapper {
	padding-right: 10px;
	width: 45%;
}
header#archive-header .archive-watch-dvd {
	width: 35%;
	font-size: .7em
}
}

/* DESKTOP */

@media screen and (min-width: 992px) { /* SM, XS */
#main-feature #feature-other .col-xs-4:after {
	width: 1px;
	position: absolute;
	content: '';
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	opacity: .2;
	display: inline-block;
}
#main-feature #feature-other .col-xs-4:first-child:before {
	width: 1px;
	position: absolute;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .2;
	display: inline-block;
}
#main-feature #feature-other {
	position: absolute;
	padding: 42px 0;
	bottom: 0;
	width: 100%;
	height: 125px;
	text-align: center;
	left: 0;
	z-index: 100;
	color: white;
}
#wide-green div.col-xs-12 {
	position: relative;
}

#wide-green div.col-xs-12 p {
	margin-top: 20px;
}

#wide-green div.col-xs-12:after {
	border-right: 1px solid #888;
	position: absolute;
	height: 100px;
	top: 0;
	width: 1px;
	right: 0;
	content: '';
	display: inline-block;
}
#wide-green div.col-xs-12:last-of-type:after {
	border-right: 0;
}
#wide-green div.col-xs-12:last-child:after {
	display: none;
}
.grid-no-bx .related-post {
	width: 33%
}
header#archive-header {
	display: flex;
	margin-left: 43px;
	margin-right: 52px;
	background-color: #206ba4;
	color: white;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: inherit;
	/* align-items: center; */
	flex-wrap: wrap;
}
header#archive-header .archive-logo-wrapper {
	width: 20%;
}
header#archive-header .archive-watch-dvd {
	width: 40%;
}
header#archive-header .archive-desc-wrapper {
	width: 40%;
}
header#archive-header .archive-logo-wrapper:before, header#archive-header .archive-watch-dvd:before {
	display: inline-block;
}
.watch-latest, .buy-dvd {
	font-size: 1em;
}
header#archive-header .archive-desc-wrapper {
/* display: inline-block; */
}
.live-stream-description h3 {
	font-size: 1.5em;
}
.feature-details {
	max-width: 40%;
}
footer.footer {
	font-size: 11px;
}
.single-sidebar > div:first-child {
	margin-top: 0;
}
.single-sidebar {
	text-align: left;
}
.single-sidebar > div {
	margin: 30px 0 auto;
}
}

@media screen and (min-width: 1030px) { /* MD */
header#archive-header .archive-logo-wrapper {
	width: 20%;
}
header#archive-header .archive-watch-dvd {
	width: 30%;
}
header#archive-header .archive-desc-wrapper {
	width: 50%;
}
header#archive-header a {
	font-size: 1.750em;
}
.programs-list {
	margin-bottom: 0;
}
.purchase-dvd a {
	font-size: 1em;
}
.community-link .float {
	margin-bottom: 0;
}
header.interior-start {
	padding-top: 150px;
}
header.interior-start.no-thumb {
	padding-top: 70px;
}
.additional-content {
	/*padding: 70px 0;*/
	padding: 20px 0;
}
.buy-dvd {
	border-left: 1px solid white;
	width: 42%;
	margin: 0;
	max-width: 150px;
}
.watch-latest {
	width: 55%;
	margin: 0;
	margin-right: 3%;
	max-width: 190px;
}
.grid-no-bx .related-post {
	width: 25%
}
header.header li.menu-item a, header.header li a {
	padding-right: 15px;
}
header.header {
	font-size: 1em;
}
}

@media screen and (min-width: 1278px) {
header li.menu-item a, header li a {
	padding: 8px 15px !important;
}
.box-overlay .headline {
	font-size: 1.750em;
}
.watch-latest, .buy-dvd {
	font-size: 1.250em;
}
header#archive-header .archive-desc-wrapper {
	font-size: 1em;
}
#main-feature #feature-teaser {
	top: 200px;
}
}

/* LARGE DESKTOP */

@media screen and (min-width: 1441px) {
.top-news.post h3.news-title {
	font-size: 1.875em;
}
.watch-latest, .buy-dvd {
	font-size: 1.5em;
}
}

@media screen and (min-width:1800px) {
#main-feature #feature-background {
	width: 100%;
	height: auto;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	right: 0;
}
}

@media screen and (min-width:482px) and (max-width: 953px) { /* Random breakpoint for header */
body {
	font-size: 13px;
}
header.header li.menu-item a, header.header li a {
	padding-right: 15px;
}
header.header {
	font-size: 1em;
}
.logo-wrapper {
	padding-right: 10px;
}
header.smaller a.donate {
	font-size: 1.30em;
}
}

/* MOBILE ONLY */

@media screen and (max-width: 805px) {
#main-feature #feature-other {
	top: 20px;
}
.pad-left {
	padding-left: 0px;
}
.gform_wrapper ul.gform_fields {
    max-width: 94% !important;
}
	.gform_wrapper .gf_progressbar_wrapper {
		width: 100%;
	}
/*
	nav#trigger-overlay {
	    position: absolute;
	    right: 0;
	}
*/

.logo-wrapper {
	position: static;
}
.logo-wrapper img {
	margin: 0;
}
.navigation-wrapper {
	padding-right: 0;
	text-align: center;
}
header.absolute {
	display: none;
}
header.smaller a.donate {
	margin-right: 0;
	color: #00703c;
	font-size: 1em;
	font-weight: 700
}
header#archive-header {
	margin-bottom: 0;
	padding-bottom: 10px;
	flex-direction: column;
	text-align: center;
}
.overlay ul li a {
	font-size: 3em
}
header#archive-header a {
	line-height: 50px;
}
#main-feature #feature-teaser {
	padding: 0 30px;
	top: 90px;
	left: 0;
}
header#archive-header .archive-desc-wrapper, header#archive-header .archive-logo-wrapper, header#archive-header .archive-watch-dvd {
	width: 100%;
}
#main-feature {
/* overflow: visible; */
}
#main-feature .container {
	display: inline-block;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 100px;
}
#main-feature #feature-other {
	display: block;
	background: url(../images/paperbg.jpg) repeat top left;
	position: relative;
	padding: 0;
}
#main-feature #feature-other .container {
	padding: 0;
	margin: 0;
}
#main-feature #feature-other:after, #main-feature #feature-other:before {
	display: none;
}
#main-feature div#feature-other .col-xs-12.col-sm-4 {
	border-bottom: 1px solid #ddd;
	margin: 10px 20%;
	width: 60%;
	color: #222;
	padding: 20px 0
}
#main-feature div#feature-other .col-xs-12.col-sm-4 h3 a, #main-feature #feature-other small {
	color: #222;
}
.home #inner-content {
	margin-top: 20px;
}
.home #inner-content h2 {
	font-size: 1.250em;
	padding: 30px 15px;
	text-transform: none;
	text-align: center;
}
.thumbnail-wrap.circle {
	float: none;
	margin: 0 auto;
	display: block;
	clear: both;
}
.top-news.post {
	text-align: center;
}
.news-wrapper {
	margin-top: 30px;
}
.top-news.post .published {
	display: block;
	margin: 0 0 10px 0;
}
.top-news.post .excerpt {
	margin-bottom: 10px;
}
.top-news.post .top-news-actions {
	display: block;
	float: none;
	clear: both;
	padding-bottom: 20px;
}
.top-news.post .top-news-actions a.more-in {
	display: inline-block;
	margin: 0;
	float: left;
	font-size: .875em;
}
.top-news.post .icon-play.icon-dark {
	font-size: .875em;
	float: right;
}
.live-stream {
	display: none;
}
.homepage-sidebar .live-stream {
	display: block;
}
a#livestream-play {
	bottom: -20px;
}
#wide-green .col-xs-12.col-md-3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #888;
}
.purchase-dvd a.icon-cart {
	background-position: 90% center;
	line-height: 140%;
}
#wide-green .no-image h3 {
	margin: 30px;
}
#wide-green .col-xs-12.col-md-3:last-child {
	border-bottom: none;
}
.community-link .float {
	margin-bottom: 0;
}
.twitter .tweet {
	margin: 0 0 40px 0;
}
a.follow-link {
	padding-top: 0;
}
.sponsor {
	width: 48%;
	margin: 0;
	padding: 20px 0;
}
.nctv-newsletter label {
	font-size: 1.250;
	padding-bottom: 15px;
}
.fat-footer .col-xs-12 {
	text-align: center;
}
footer.footer .col-xs-12 {
	text-align: center;
}
}

@media screen and (max-width:481px) {
.box-overlay {
	position: relative;
	width: 320px;
	left: 0;
	margin-left: 44px;
	display: block;
	min-height: 250px;
	border: none;
}
div#newsletter input {
    max-width: 170px;
}
.overlay ul li a {
	font-size: 2em;
}
header#archive-header .archive-watch-dvd {
	flex-direction: column;
	text-align: left;
}
.feature-details h1 {
	font-size: 2em;
}
#bythenumbers {
	text-align: center;
}
header#archive-header {
	padding: 15px;
}
.overlay .overlay-close {
	width: 40px;
	height: 40px;
}
.overlay {
	padding-top: 60px;
}
.overlay #searchform input[type=submit] {
	margin-top: 10px;
}
#main-feature h2 {
	font-size: 1.750em;
}
#main-feature .feature-actions a.share {
	margin-left: 0;
	margin-top: 10px;
}
.nctv-newsletter label {
	margin-right: 0;
	font-size: 1.5em;
}
.nctv-newsletter input[type=email] {
	max-width: 60%;
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.nctv-newsletter input[type=submit] {
	background: #da8000;
	color: white;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-left: 0;
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.fat-footer .programs-list {
	display: none;
}
.box-overlay {
	position: relative;
	width: 320px;
	left: 0;
	margin-left: 44px;
	display: block;
	min-height: 250px;
	border: none;
}
section.entry-meta div.time {
	font-size: .875em;
}
.top-news-actions a, .top-news.post .top-news-actions a.more-in, .top-news.post .icon-play.icon-dark {
	font-size: .7em;
	margin-top: 20px;
	display: inline-block;
}
section.entry-meta div.share {
	float: left;
	width: 100%;
	border-left: 0;
}
.purchase-dvd a.icon-cart {
	background-position: right center;
}
.woocommerce-cart span.amount, .woocommerce-cart form {
	font-size: .875em;
}
.home #inner-content h2 {
	font-size: 1.750em;
}
.watch-latest, .buy-dvd {
	width: 100%;
	margin: 10px 0;
}
header#archive-header .archive-logo-wrapper {
	width: 100%;
	padding: 10px !important;
	height: auto !important;
	text-align: center;
}
header#archive-header .archive-watch-dvd {
	width: 100%;
}
.bx-wrapper .bx-viewport {
	float: left;
}
.bx-wrapper .bx-viewport {
	left: 0;
	margin-left: 40px;
}
div#main.programs-grid::after {
	width: 43px;
}
#videoModal .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
#videoModal .modal-content {
	height: 100%;
	background: #222;
}
#feature-teaser .ssba.ssba-wrap > div {
	text-align: left !important;
}
#feature-teaser .ssba.ssba-wrap {
	left: 0 !important;
	height: 30px;
}
}
.fat-footer .connect {
	margin-bottom: 60px;
}

@media screen and (max-width: 1508px) {
header li.menu-item a, header li a {
	padding: 8px 16px !important;
}
}

@media screen and (max-width: 1466px) {
header li.menu-item a, header li a {
	padding: 8px !important;
}
}

@media screen and (max-width: 1393px) {
.social.sticky-social {
	display: none !important;
}
}

@media screen and (max-width: 1170px) {
.social.home-social {
	display: none !important;
}
}

@media screen and (max-width: 1324px) {
header li.menu-item a, header li a {
	padding: 8px 8px !important;
}
.nctv-schedule {
	background: none;
}
.nctv-schedule::before {
	margin-right: 0;
}
}

@media screen and (max-width: 1277px) {
header li.menu-item a, header li a {
	padding: 8px 8px !important;
	font-size: .8em;
}
.search-logo {
	display: none;
}
}

@media screen and (max-width: 1129px) {
.secondary-links .subscribe {
	border-right: 0px;
}
.secondary-links > a.subscribe {
	padding-right: 0px;
}
}

@media screen and (max-width: 1040px) {
.web-title {
	font-size: .45em !important;
}
}

@media screen and (max-width: 953px) {
/*
	span.menu-label {
	    left: 9px;
	}
*/
}

@media screen and (max-width: 805px) {
/*
	span.menu-label {
	    left: 9px;
	}
*/

.full-overlay.show .search-form input[type="text"] {
	font-size: 2em !important;
}
}

@media screen and (max-width: 481px) {
span.menu-label {
	left: 5px;
}
.full-overlay.show .search-form input[type="text"] {
	width: 100% !important;
	font-size: 1.5em !important;
	padding: 0 !important;
}
.full-overlay.show .search-form:after {
	width: 25% !important;
	margin-left: 6% !important;
	margin-top: -20px !important;
}
.overlay ul li {
	min-height: 34px;
}
}
.home-search {
	padding: 10px 10px 2px !important;
	max-height: 77px;
}
span.search-icon img {
	position: relative;
	top: -10px;
}
.open span.search-icon img {
	left: 15px !important;
}
.search-button {
	border-left: 1px solid #ccc;
	/*     border-right: 1px solid #ccc; */
	width: 60px;
	margin-top: -7px;
	margin-right: -15px;
	padding-right: 9px;
}
.secondary-nav-items .text-left {
	color: #bbd9ee;
	font-family: "livory", sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

.secondary-nav-items .right-text {
    color: #bbd9ee;
    font-family: "livory", sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    float: right;
}
.search-logo {
	background-color: #206ba4;
	border-radius: 0 5px 5px 0;
	width: 170px;
	padding: 10px 0 10px 45px;
	font-size: .4em;
	margin-top: 20px;
	font-family: "jaf-facitweb", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.search-logo span.glyphicon {
	color: #fff !important;
	left: 13px;
}
.search-button .menu-label {
	left: 22px;/*bottom: 5px;*/
}
.search #algolia_instant_selector .col-md-offset-2 {
	margin-left: 20%;
}
#algolia_instant_selector #instant-search-bar-container {
	padding-left: 0;
}
#algolia_instant_selector #instant-search-bar {
	padding: 10px
}
#algolia_instant_selector #instant-search-box span.search-icon {
	position: absolute;
	top: 8px;
	right: 36px;
	font-size: 22px;
}
.algolia-autocomplete .thumb, .algolia-autocomplete .info {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.algolia-autocomplete .info {
	margin-left: 10px;
}
.search #algolia_instant_selector .result-content {
	padding: 10px;
}
.sub_facet span.count {
	color: #999;
	font-size: .9em;
	margin-left: 5px;
}
.sub_facet span.count:before {
	content: '(';
}
.sub_facet span.count:after {
	content: ')';
}
.search #algolia_instant_selector #instant-search-facets-container > div {
	margin-bottom: 30px;
}
div#instant-search-facets-container {
	padding-top: 12px;
}
#algolia_instant_selector #instant-search-facets-container .facet .name {
	color: #888;
}
.donate-footer {
	display: block;
	position: fixed;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	bottom: 0;
	z-index: 99999;
	background-color: #206ba4;
	font-size: 14px;
}
.donate-footer .donate {
	color: #fff;
	margin-left: 5px;
}
.donate-footer .donate:hover {
	color: #206ba4;
	background-color: #fff;
}
.donate-footer .glyphicon {
	float: left;
	left: 8px;
	color: white !important;
	top: 14px;
	cursor: pointer;
}
.donate-footer.hide {
	display: none !important;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}

@media screen and (max-width:991px) {
#algolia_instant_selector .result .result-sub-content, #algolia_instant_selector .result .result-thumbnail, #algolia_instant_selector.with-facets #algolia-left-container, #algolia_instant_selector.with-facets #algolia-right-container {
	float: none;
	width: 100%;
}
#algolia_instant_selector .result .result-thumbnail {
	margin-bottom: 10px;
}
.search #algolia_instant_selector .col-md-offset-2 {
	margin-left: 0;
}
#algolia_instant_selector .pull-right {
	float: left !important;
	clear: left;
}
.web-title {
	font-size: .5em !important;
}
.search-icon {
	padding-left: 25px;
}
header.smaller {
	font-size: 14px !important;
}
.overlay.mobile .search-button .glyphicon {
	left: 0px;
}
}

@media screen and (max-width: 350px) {
header.smaller .logo-wrapper img {
	position: absolute;
}
}
.full-overlay {
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0);
	position: fixed;
	z-index: -99999;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}
.full-overlay.show {
	background: rgba(255,255,255,.95);
	z-index: 999999;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}
.menu-icon, .menu-icon::before, .menu-icon::after {
	background-color: #206ba4 !important;
}
.secondary-links .subscribe {
	padding-top: 3px;
	padding-bottom: 5px;
	border-color: #fff;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}
.secondary-links .subscribe:hover {
	font-size: 1.1em;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}
.secondary-links > a {
	padding-right: 35px;
	border-right: 1px solid #999;
	font-weight: 700 !important;
	font-family: "jaf-facitweb", sans-serif;
}
.secondary-links > a.donate {
	padding-right: 10px;
	font-family: "jaf-facitweb", sans-serif;
	border-width: 3px !important;
	font-weight: 700;
	border-color: #fff;
}
.smaller .secondary-links > a.donate {
	margin-right: 50px;
	margin-left: 0px;
}
.web-title {
	font-size: .5em;
	color: #000;
	position: absolute;
	top: 30px;
	left: 190px;
	font-weight: normal;
	text-transform: uppercase;
}
.full-overlay .search-form {
	text-align: center;
	margin-top: 100px;
}
.full-overlay .search-form input[type="text"] {
	width: 60%;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 auto;
}
.full-overlay .search-form input[type="text"] {
	display: none;
}
.full-overlay.show .search-form input[type="text"] {
	width: 60%;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
.full-overlay.show .search-form:after {
	content: '';
	display: block;
	height: 4px;
	width: 9%;
	margin-left: 22%;
	margin-top: -10px;
	background: #206ba4;
}
.smaller .secondary-nav-items {
	padding-top: 0px;
}
.full-overlay .search-form input[type="submit"] {
	display: none;
}

@media screen and (max-width: 991px) {
	#main-feature .web-title {
		font-size: 1.4em !important;
		color: #bbd9ee;
		font-family: "livory", sans-serif;
		top: 80px !important;
		z-index: 99;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto !important;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#main-feature #feature-teaser {
		font-size: 1em;
	}
	header.smaller .logo-wrapper img {
		max-height: 28px;
		margin-top: 20px;
	}
	.sideblock-container ul {
		padding: 0;
		margin-left: 0;
		POSITION: relative;
		left: -40px;
	}
}

@media screen and (max-width: 805px) {
	#main-feature .web-title {
		top: 75px !important;
	}
}

@media screen and (max-width: 482px) {
	#main-feature .web-title {
		font-size: 13.2px !important;
	}
	.overlay.mobile ul li a {
		font-size: 1.5em;
	}
	#main-feature {
	    max-height:400px;
	}
}
@media screen and (max-width: 610px) {
	#main-feature #feature-background {
		left: 0;
		width:100%;
	}
}
@media screen and (max-width: 1024px) {
	#main-feature #feature-background {
		max-width: 1000px !important;
	}
}
