/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
    Fonts available:
    font-family: 'roboto_condensedbold', sans-serif; from font squirrel
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rokkitt', serif;
    https://www.google.com/fonts#UsePlace:use/Collection:Rokkitt|Montserrat|Roboto:400,100,500|Oswald:700,400,300
*/

/* Import Roboto - Font Squirrel */
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
}
body {
    background: #0f1e29;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 30px;
    overflow-x: hidden;
}
body.popup {
    background-color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}
img {
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
a {
    color: #4ec8eb;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #333;
    transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
    outline: 0;
}
.clear {
    clear: both;
}
div.styled input {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    background-color: #eef0f1;
}
div.styled.white {
    padding-right: 30px;
}
div.styled.white input {
    background-color: #fff;
    padding: 7px;
    border: 1px solid #eef0f1;
    width: 280px;
    max-width: 100%;
    box-sizing: border-box;
}
div.styled input.search {
    padding-left: 40px;
    background-image: url(../img/ico-search.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
div.styled .parsley-errors-list {
    position: absolute;
    font-size: .8em;
}
div.styled  select {
    /*border: 0 !important;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../img/ico-arrow-down-blue.png) no-repeat 96% center;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    text-indent: 0.01px;
    text-overflow: "";
    margin-bottom: 20px;
    padding: 7px;
    border: 1px solid #eef0f1;
    color: #a4aaad;
    text-transform: uppercase;
    box-sizing: border-box;
}
div.styled select.balck {
    background-color: #000;
}
div.styled select.option3 {
    border-radius: 10px 0;
}
div.styled .ie-label {
    font-family: 'Oswald', sans-serif;
}
img.center {
    margin: 0 auto;
}

div.form-container {
    background-color: #f9fafb;
    padding: 10px;
}
div.form-container input {
    width: 100%;
    display: block;
    background: #fff;
    margin: 0 0 20px 0;
    border: 1px solid #eef0f1;
    box-sizing: border-box;
}
div.form-container input[type="checkbox"], div.form-container input[type="radio"] {
    display:none;
}
div.form-container input[type="checkbox"] + label, div.form-container input[type="radio"] + label {
    margin-right: 30px;
}
div.form-container input[type="checkbox"] + label span, div.form-container input[type="radio"] + label span {
    display:inline-block;
    width:14px;
    height:14px;
    background-image: url(../img/ico-checkbox.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-right: 10px;
}
div.form-container input[type="radio"] + label span {
    width:18px;
    height:18px;
    padding-right: 10px;
    background-image: url(../img/ico-radio-btn.png);
}
div.form-container input[type="radio"]:checked + label span {
    background-position: left -18px;
}
div.form-container input[type="checkbox"]:checked + label span {
    background-position: left -19px;
}
.lt-ie9 div.form-container input[type="checkbox"], .lt-ie9 div.form-container input[type="radio"] {
    display: inline; background: transparent; border: none;
}
.lt-ie9 div.form-container input[type="checkbox"] + label span, .lt-ie9 div.form-container input[type="radio"] + label span {
    background: transparent;
    background-image: none;
}
div.form-container textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 30px;
}
div.align-left {
    text-align: left;
}
.gray-container {
    background: #f7f7f7;
    padding: 30px;
}
.gray-container br {
    display: none;
}

/* ==============
    Nav
   ============== */

/* Mobile update */
header.masthead {
    position: fixed;
    width: 100%;
    min-height: 52px;		
    box-sizing: border-box;		    
    padding: 0;		    
    z-index: 1001;		   
    top: 0px;		    
    left: 0px;		
    background: #123146;		    
    /*padding: 8px;*/		    
    /*display: none;*/		
}		
.slicknav_menu {		
    height: 100%;		
}		
.slicknav_menu .slicknav_nav {		
    height: 100%;		
    width: 100%;		
    position: fixed;		
    z-index: 1000;		
    top: 0;		
    left: 0;		
    margin-top: 70px;		
    overflow: auto;		
    padding-bottom: 100px;		
    -ms-overflow-style: auto;		
}
header.masthead .logo {
    position: absolute;
    left: 50%;
    top: 12px;
    width: 36px;
    margin-left: -18px;
}
.no-touch header.masthead nav > ul ul {
    display: none;
}
.no-touch header.masthead nav span {
    display: none;
}

.no-touch header.masthead nav span.slicknav_arrow {		
    display: block;		
    position: absolute;		
    right: 15px;		
    top: 50%;		
    margin-top: -4px;		
    content: '';		
    border: 2px solid transparent;		
    display: inline-block;		
    width: 7px;		
    height: 7px;		
    -webkit-transform: rotate(-45deg);		
    -moz-transform: rotate(-45deg);		
    -ms-transform: rotate(-45deg);		
    -o-transform: rotate(-45deg);		
    transform: rotate(-45deg);		
    margin-bottom: -5px;		
    position: absolute;		
    bottom: 50%;		
    border-top: none;		
    border-left: none;		
    right: 18px;		
    border-color: rgba(78, 200, 235, 1);		
}		
.no-touch header.masthead nav .slicknav_open span.slicknav_arrow {		
    border-left: 2px solid rgba(78, 200, 235, 1);		
    border-right: none;		
}

.touch header.masthead nav .non-touch {
    display: none;
}

/* Mobile navigation icon */
nav:not(.mm-menu)
{
    display: none;
}
a.mobile-icon
{
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

    display: block;
    width: 40px;
    height: 40px;
}
.slicknav_nav .nav-locations > a {
    padding: 10px 15px 10px 15px;
    background-repeat: no-repeat;
    background-position: 94% center;
    background-image: url(../img/ico-arrow-white.png);
    border: none;
    margin: 15px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-color: #4ec8eb;
    transition: all 0.3s ease;
    font-size: .8em;
    line-height: 1.4em;
    font-weight: normal;
}
.slicknav_nav .nav-locations:after {
    border: none !important;
}
.slicknav_nav .nav-locations li.locations-header p {
    padding: 15px !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.slicknav_nav .nav-locations .slicknav_arrow {		
    display: none !important;		
}
a.tel {
    color: #515151;
}
nav.in-page {
    clear: both;
    padding: 30px 0;
}
nav.in-page ul {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
nav.in-page ul li {
    display: inline-block;
    position: relative;
}
nav.in-page a {
    text-decoration: none;
    text-transform: uppercase;
    color: #515151;
    margin: 0 15px;
}
nav.in-page a:hover {
    color: #f44e21;
}
nav.in-page li:first-child a {
    margin: 0 15px 0 0;
}
nav.in-page .active a {
    color: #f44e21;
    border-bottom: 2px solid #f44e21;
}
nav.in-page ul li ul:before {
    width: 0; 
    height: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 2px;
    left: 20px;
    border-bottom: 8px solid #4ec8eb;
}
nav.in-page ul li ul {
    padding: 0;
    position: absolute;
    top: 30px;
    padding-top: 10px;
    left: 0;
    z-index: 10001;
    text-align: left;
    width: 161px;
    display: none;
    opacity: 0;
    visibility: hidden;
}
nav.in-page ul li ul li {
    background: #4ec8eb;
}
nav.in-page ul li ul li a {
    color: #fff;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    border: none;
    display: block;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: .05em;
}
nav.in-page ul li ul li a:hover {
    background-color: #38a1bf;
    color: #fff;
}
nav.in-page ul li ul li { 
    display: block; 
    color: #fff;
}
nav.in-page ul li:hover ul {
    display: block;
    opacity: .96;
    visibility: visible;
}
nav.show-nav {
    background: #4f5a64;
    margin: 0 -30px;
    display: block;
}
nav.show-nav .toggle-menu {
    background: #48545c;
    color: #fff;
    padding: 10px 40px 10px 30px;
    display: block;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 92% center;
    background-image: url(../img/ico-arrow-link-down.png);
}
nav.show-nav .toggle-menu.open {
    background-image: url(../img/ico-arrow-link-up.png);
}
nav.show-nav ul {
    margin: 0;
    padding: 0;
    /*display: none;*/
}
nav.show-nav a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: .9em;
    padding: 15px 30px;
}
nav.show-nav .active a {
    background-color: #f44e21;
}
nav.show-nav .active a:hover {
    color: #fff;
}
nav.show-nav a:hover {
    color: #4ec8eb;
}

.slicknav_nav input {
    background: #fff;
    width: 60%;
    border: none;
    padding: 12px;
    margin: 0 15px 0 15px; 
    color: #515151;
    border: 1px solid #eff1f2;
    line-height: 1em;
}
input:focus, header.masthead nav input:focus {
    outline: 0;
}
.masthead nav ::-webkit-input-placeholder { color: #515151; font-family: 'Oswald', sans-serif; letter-spacing: .06em; text-transform: uppercase; text-align: left; font-size: .8em; }
.masthead nav ::-moz-placeholder { color: #515151; font-family: 'Oswald', sans-serif; letter-spacing: .06em; text-transform: uppercase; text-align: left; font-size: .8em; }
.masthead nav :-ms-input-placeholder { color: #515151; font-family: 'Oswald', sans-serif; letter-spacing: .06em; text-transform: uppercase; text-align: left; font-size: .8em; }
.nav-search { 
    position: relative;
    cursor: default;
    min-height: 25px;
    padding-top: 5px;
}
.nav-search .toggleSearch { 
    display: none;
}
.nav-search .toggleSearch.open { 
    color: #4ec8eb;
}
.nav-search .searchContainer {
    display: block;
    padding: 15px 0;
}

.nav-footer {
    border: none;
    cursor: default;
    max-width: 100%;
    text-align: left; 
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    font-size: .9em;
    line-height: 1.5em;
    color: #c2c2c2;
    padding: 15px;
}
.nav-footer .social {
    margin: 0;
    padding: 50px 0 20px 0;
    border-bottom: 2px solid #23435d;
    display: block;
    width: 100%;
    text-align: center;
}
.nav-footer .social dd {
    float: left;
    padding: 0 30px 0 0;
    margin: 0;
}
.nav-footer .social a {
    height: 25px;
    width: 25px;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.nav-footer .social .facebook {
    background: url(../img/ico-nav-facebook.png) no-repeat center center;
}
.nav-footer .social .twitter {
    background: url(../img/ico-nav-twitter.png) no-repeat center center;
}
.nav-footer .social .youtube {
    background: url(../img/ico-nav-youtube.png) no-repeat center center;
}
.nav-footer .social .instagram {
    background: url(../img/ico-nav-instagram.png) no-repeat center center;
}
.nav-footer h4 {
    letter-spacing: .05em;
    margin-bottom: 5px;
    font-size: 1.3em;
    padding-left: 35px;
    background: url(../img/ico-nav-envelope.png) no-repeat left center;
}
.nav-footer .btn { 
    background: #48545c;
    color: #fff;
    padding: 10px 40px 10px 15px;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 110px center;
    background-image: url(../img/ico-nav-newsletter-submit.png);
}
.nav-footer .btn:hover { 
    background-position: 115px center;
    background-color: #4ec8eb;
}

.show-title {
    background: #373b40;
    margin: 30px -15px 0 -15px;
    padding: 10px 30px;
    color: #b5b3b2;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2em;
}
.show-title h1 {
    color: #b5b3b2;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    letter-spacing: .01em;
}
.show-title span {
    display: block;
    color: #4ec8eb;
}
.show-title .share.right {
    padding-top: 10px;
    float: none;
}
.show-title.tv-schedule h1 {
    color: #fff;
    text-transform: uppercase;
}
.show-title.tv-schedule {
    padding: 10px 15px;
}

.contenthover {
    display: none;
}

.footer-container {
    max-height: 100px;
}
.footer-container footer {
    color: #7c7e7f;
    padding: 30px 0;
}
.footer-container .col {
    padding: 0 0 0 15px;
    line-height: 1.4em;
}
.footer-container .col.nav {
    padding: 30px 0 0 15px;
}
.footer-container .col.nav li {
    display: inline-block;
    padding: 0 15px 0 0;
}
.footer-container br {
    display: none;
}
.footer-container .col:first-child {
    padding: 0 15px;
    border-right: 2px solid #515151;
}
.footer-container .col a:hover {
    color: #fff;
}
.footer-container .col ul {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .02em;
}
.footer-container .col ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-container h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #4ec8eb;
    letter-spacing: .02em;
    margin: 0;
}

/* ==========================================================================
   Global styles
   ========================================================================== */

.main-container {
    /*overflow-x: hidden;*/
    margin-top: 40px;
}
.main {
    background: #fff;
    padding: 15px 15px 50px 15px;
    box-sizing: border-box;
    color: #515151;
}
.main article.sidebar {
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
}
.intro-title {
    font-size: .7em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .02em;
    line-height: 1.2em;
    background: transparent url(../img/ico-news.png) no-repeat center left;
    padding-left: 30px;
}
.banner .intro-title {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1em;
}
.banner .intro-title dd {
    text-transform: uppercase;
    font-size: 1.2em;
}
.intro-title.recipes {
    background: transparent url(../img/ico-recipe.png) no-repeat center left;
    padding-left: 40px;
}
.intro-title.ambassador {
    background: transparent url(../img/ico-ambassador.png) no-repeat center left;
}
.intro-title.fishing {
    background: transparent url(../img/ico-hook.png) no-repeat center left;
}
.intro-title.tips {
    background: transparent url(../img/ico-hook.png) no-repeat center left;
}
.intro-title.gear {
    background: transparent url(../img/ico-gear.png) no-repeat center left;
}
.intro-title.conservation {
    background: transparent url(../img/ico-conservation.png) no-repeat center left;
}
.intro-title.travel {
    background: transparent url(../img/ico-travel.png) no-repeat center left;
}
.intro-title.starred {
    background: transparent url(../img/ico-featured.png) no-repeat center left;
}
.intro-title.white {
    background: transparent url(../img/ico-news-white.png) no-repeat center left;
}
.intro-title.recipes.white {
    background: transparent url(../img/ico-recipe-white.png) no-repeat center left;
}
.intro-title.ambassador.white {
    background: transparent url(../img/ico-ambassador-white.png) no-repeat center left;
}
.intro-title.fishing.white {
    background: transparent url(../img/ico-hook-white.png) no-repeat center left;
}
.intro-title.tips.white {
    background: transparent url(../img/ico-hook-white.png) no-repeat center left;
}
.intro-title.gear.white {
    background: transparent url(../img/ico-gear-white.png) no-repeat center left;
}
.intro-title.conservation.white {
    background: transparent url(../img/ico-conservation-white.png) no-repeat center left;
}
.intro-title.travel.white {
    background: transparent url(../img/ico-travel-white.png) no-repeat center left;
}
.intro-title.starred.white {
    background: transparent url(../img/ico-featured-white.png) no-repeat center left;
}
.intro-title.no-icon {
    background: none;
    padding-left: 0;
}

.intro-title dt {
    font-size: .9em;
}
.intro-title dd {
    display: inline-block;
    margin: 0;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #515251;
}
.banner .intro-title dd {
    border-right: none;
}
a.blue-arrow {
    color: #515151;
    display: inline-block;
    padding-right: 35px;
    background-image: url(../img/ico-arrow-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    min-height: 26px;
    line-height: 26px;
}
.link-container a.blue-arrow 
{
    font-size:13px;
}
a.blue-arrow:hover {
    padding-right: 40px;
}
.profile .profile-info h5 {
    margin: 10px 0;
}

/* Pagination */
.pagination ul {
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.pagination ul li {
    padding: 0 10px 0 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.pagination .active {
    color: #4ec8eb;
}
.pagination a {
    color: #515151;
}
.pagination a:hover {
    color: #f44e21;
}
a.next, a.prev, a.next-before:before, a.prev-before:before {
    background: #a4aaad;
    display: inline-block;
    background-image: url(../img/ico-arrow-small-right.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    min-height: 28px;
    min-width: 28px;
    line-height: 28px;
    text-indent: -9000px;
    border-radius: 50%;
    margin: 0 0 0 5px;
}
a.prev, a.prev-before:before {
    background-position: 10px center;
    background-image: url(../img/ico-arrow-small-left.png);
    margin: 0 5px 0 0;
}
a.next-before:before, a.prev-before:before {
    content: "";
    position: absolute;
    left: 10px;
}
a.next-before, a.prev-before {
    display: inline-block;
    position: relative;
    padding-left: 50px !important;
}
a.next:hover, a.prev:hover, a.next-before:hover:before, a.prev-before:hover:before {
    background-color: #4ec8eb;
}
.pagination.alpha a {
    color: #a4aaad;
    font-size: 1.3em;
    padding: 0;
}
.pagination ul li {
    padding: 0 15px 0 0;
    position: relative;
}
.pagination.alpha a:hover, .pagination.alpha .active > a {
    color: #4ec8eb;
}
.pagination.alpha ul li ul:before {
    width: 0; 
    height: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 5px;
    border-top: 8px solid #4ec8eb;
}
.pagination.alpha ul li ul:after {
    position: absolute;
    bottom: -10px;
    left: 0px;
    content: "";
    width: 100%;
    height: 10px;
}
.pagination.alpha ul li ul {
    padding: 30px;
    background-color: #4ec8eb;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10001;
    text-align: left;
    display: none;
    opacity: 0;
    visibility: hidden;
    font-family: 'Oswald', sans-serif;
    width: 700px;
}
/* Hover state continued only on desktop with > 665 height window. */


/* Breadcrumb */
.breadcrumb {
    margin: 30px 0 30px 0;
    line-height: 1.4em;
    clear: both;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
}
.breadcrumb ul li {
    padding-right: 12px;
    border-right: 2px solid #eef0f1;
    margin-right: 8px;
    margin-bottom: 10px;
    list-style-type: none;
    display: inline-block;
}
.breadcrumb ul li:last-child {
    border-right: none;
}
.breadcrumb ul li a {
    color: #a4aaad;
    line-height: 1.4em;
}
.breadcrumb ul li a:hover {
    color: #4ec8eb;
}
.breadcrumb ul li.active a {
    color: #4ec8eb;
}
.breadcrumb .rss-feed {
    background: url(../img/ico-rss.png) no-repeat 0 0;
    text-indent: -99999px;
    display: inline-block;
    height: 21px;
    width: 21px;
}
.breadcrumb .rss-feed:hover {
    background: url(../img/ico-rss.png) no-repeat 0 -21px;
}
.breadcrumb .nav-link a {
    background-image: url(../img/ico-arrow-link-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}
.breadcrumb .nav {
    display: none;
}
.breadcrumb .nav ul {
    padding: 10px 0px;
}
.breadcrumb .nav ul li {
    display: block;
    background-color: #4ec8eb;
    padding: 0;
    border-right: none;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: .5em;
}
.breadcrumb .nav ul li.active a {
    background-color: #999;
}
.breadcrumb .nav ul li a {
    display: block;
    padding: 10px 20px;
    background-color: #4ec8eb;
    color: #fff;
    font-size: .5em;
}

/* Sorting */
.sorting h4 {
    display: block;
    margin: 15px 0 0 0;
    clear: left;
    font-size: 1.2em;
}
.sorting ul {
    margin: 0;
    padding: 0;
}
.sorting ul li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: left;
    margin-right: 15px;
}
.sorting .col {
    display: block;
    clear: left;
    padding-bottom: 10px;
    position: relative;
}
.sorting .col.white input {
    width: 100%;
    padding-right: 130px;
}
.sorting .col.white button {
    position: absolute;
    right: 0;
    top: 0;
}

a.list-view {
    width: 20px;
    height: 20px;
    display: inline-block;
}
a.grid-view:before, a.list-view:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: #a4aaad;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
    content: "";
    box-sizing: border-box;
}
a.list-view:before {
    width: 20px;
    height: 3px;
    box-shadow: inset 0 0 0 32px,0 -6px,0 6px,0 12px;
    margin: -8px 0 0 0;
}
a.grid-view {
    width: 20px;
    height: 20px;
    display: inline-block;
}
a.grid-view:before {
    width: 9px;
    height: 9px;
    box-shadow: 0 -12px 0,-12px -12px 0,12px -12px 0 inset,-12px 0 0;
    margin: 10px 0 0 12px; 
}
a.list-view:hover:before, a.grid-view:hover:before {
    color: #515151;
}
a.list-view.active:before, a.grid-view.active:before {
    color: #4ec8eb;
}
.list-view-links ul li, .list-view-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-view-links ul li a {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    padding: 10px 15px 10px 35px;
    border-top: 2px solid #eef0f1;
    background: url(../img/ico-arrow-caret.png) no-repeat center left;
}
.list-view-links ul li:first-child a {
    border-top: none;
}
.list-view-links ul li a:hover {
    background: url(../img/ico-arrow-caret-blue.png) no-repeat center left;
}
.drop-down-select h4 {
    margin: 0;
    width: 100%;
}
.drop-down-select ul li {
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.drop-down-select ul li span {
    color: #4ec8eb;
}
.drop-down-select > ul > li > a {
    position: relative;
    display: block;
    border: 1px solid #eef0f1;
    width: 100%;
    min-width: 180px;
    padding: 5px 20px;
    color: #a4aaad;
    background-image: url(../img/ico-arrow-link-down.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    line-height: 26px;
    box-sizing: border-box;
}
.drop-down-select.wide > ul > li > a {
    min-width: 300px;
}
.drop-down-select ul li ul {
    padding: 0;
    position: absolute;
    top: 30px;
    padding-top: 10px;
    left: 0;
    z-index: 10001;
    text-align: left;
    width: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
}
.drop-down-select ul li ul li {
    background: #4ec8eb;
    width: 100%;
}
.drop-down-select ul li ul li a {
    color: #fff;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    border: none;
    display: block;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: .05em;
}
.drop-down-select ul li ul li a:hover {
    background-color: #38a1bf;
    color: #fff;
}
.drop-down-select ul li ul li { 
    display: block; 
    color: #fff;
}
.drop-down-select ul li:hover ul {
    display: block;
    opacity: .96;
    visibility: visible;
}

/* Home Feature */
.feature {
    position: relative;
    margin: 0 -15px 0 -15px;
}
.home .feature {
    margin-top: -30px;
}
.feature span.shaded {
    background: rgba(50, 50, 50, .5);
    display: block;
    padding: 15px;
}
.feature .feature-content.shaded {
    background: rgba(34, 39, 50, .6);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    height: 100%;
    padding: 30px;
    width: 300px;
    text-align: center;
    margin-top: 0;
    box-sizing: border-box;
}
.feature .feature-content.blue, .feature.short .feature-content.blue {
    background: rgba(33, 144, 164, .85);
}
.feature .feature-content.shaded img {
    margin: 0 auto;
}
.feature .feature-item {
    position: relative;
    min-height: 257px;
    background-size: cover;
}
.feature.short .feature-item {
    min-height: 167px;
}
.feature.tall .feature-item {
    max-height: 508px;
}
.feature.tall .feature-content {
    background: transparent;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding: 30px;
    width: 700px;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}
.feature.tall .feature-content img {
    width: auto;
}
.feature .floating {
    position: absolute;
    top: 10%;
    left: 50%;
}
.feature .floating img {
    height: 70%;
    width: 70%;
    margin-left: -35%;
}
.feature button {
    background-repeat: no-repeat;
    background-position: center center;
    right: auto;
    top: 20%;
    padding: 45px 15px;
}
.feature button:hover {
    background-color: rgba( 255, 255, 255, .2);
    background-repeat: no-repeat;
    background-position: center center;
}
.photo-carousel button {
    background-repeat: no-repeat;
    background-position: center center;
    right: auto;
    opacity: 0;
    top: 25%;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease;
}
.photo-carousel.products button {
    top: 45%;
}
.photo-carousel img {
    width: 100%;
}
.photo-carousel:hover button {
    opacity: 1;
}
.photo-carousel button:hover {
    background-color: transparent;
    transition: all 0.3s ease;
}
.feature button.slick-prev {
    left: 3%;
    background-image: url(../img/ico-arrow-left.png);
}
.photo-carousel button.slick-prev {
    left: 3%;
    background-image: url(../img/ico-photos-prev.png);
}
.photo-carousel.products button.slick-prev {
    left: 3%;
    background-image: url(../img/ico-photos-prev-blue.png);
}
.feature button.slick-next {
    right: 3%;
    background-image: url(../img/ico-arrow-right.png);
}
.photo-carousel button.slick-next {
    right: 3%;
    background-image: url(../img/ico-photos-next.png);
}
.photo-carousel.products button.slick-next {
    right: 3%;
    background-image: url(../img/ico-photos-next-blue.png);
}
.photo-carousel .photo-item img {
    box-sizing: border-box;
    border: 2px solid #f7f7f7;
}
.feature .feature-content {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 15px;
    background: #252628;
    color: #fff;
    margin-top: 257px;
}
.feature.ambassador .feature-content {
    margin-top: 157px;
}
.feature.short .feature-content {
    margin-top: 0;
    background: transparent;
}
.feature.short .feature-content header {
    background: transparent;
}
.feature .feature-content header {
    top: -60px;
    left: 0;
    position: absolute;
    height: 60px;
    width: 100%;
    z-index: 1000;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.3em;
    background: rgba(40, 40, 40, .5);
    line-height: 1em;
    box-sizing: border-box;
}
.feature.ambassador .feature-content header {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: .02em;
    margin-top: 15px;
}
.feature .feature-content header small {
    color: #4ec8eb;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: .5em;
}
.feature .feature-content ul {
    margin: 0;
    padding: 0 15px;
}
.feature .feature-content ul li {
    position: relative;
    list-style-type: none;
}
.feature .feature-content ul li:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 11px;
    height: 6px;
    width: 6px;
    background: #4ec8eb;
}
.feature .feature-content a:hover {
    color: #fff;
}
.feature .feature-content br {
    display: none;
}
.feature .slick-dots {
    display: none !important;
}

.next-product-thumbs {
    margin-right: -30px;
}
.next-product-thumbs img {
    margin: 0 30px 25px 0;
    float: left;
    max-width: 45%;
}
.sub-feature {
    background: #133047;
    color: #fff;
    margin: 0 -15px 15px -15px;
    padding: 15px;
}
.sub-feature .col {
    font-family: 'Oswald', sans-serif;
    margin: 10px 0;
}
.sub-feature .col br {
    display: none;
}
.sub-feature .col:first-child, .sub-feature .large-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 1.5em;
    text-transform: uppercase;
}
.sub-feature .large-text {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
}


/* In page figure */
figure {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
figure.small {
    max-width: 370px;
}
figcaption {
    display: block;
    padding: 10px 0;
    font-size: .7em;
    line-height: 1.5em;
    border-bottom: 1px solid #eef0f1;
}

/* SUBHEADER */
subheader 
{
    font-family: 'roboto_condensedbold';
    font-size: 25px;
    line-height: 30px;   
    padding-top: 1.5em;
    padding-bottom: 1.5em; 
}

/* Blockquote */
blockquote {
    background: #4ec8eb;
    width: 100%;
    padding: 30px 0px 30px 45px;
    margin-left: -45px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
    position: relative;
}
blockquote:before {
    content:"\A";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #1d7f9d transparent;
}
.play-video {
    display: block;
    background: transparent url(../img/btn-play.png) no-repeat center center;
    text-indent: -90000px;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Supplemental reuse */
.disclaimer {
    font-size: .8em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .02em;
}
header .sponsor {
    font-family: 'Oswald', sans-serif;
}
header .border-top {
    margin-top: 0;
}
.border-top {
    border-top: 2px solid #eef0f1;
    padding-top: 30px;
    margin-top: 30px;
}
.border-bottom {
    border-bottom: 2px solid #eef0f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.border-top.less-padding, .less-padding-top {
    padding-top: 15px;
}
.border-bottom.less-padding, .less-padding-bottom {
    padding-bottom: 15px;
}
.border-top.less-margin, .less-margin-top {
    margin-top: 15px;
}
.border-bottom.less-margin, .less-margin-bottom {
    margin-bottom: 15px;
}
.mid-border-top {
    border-top: 2px solid #eef0f1;
    padding-top: 20px;
    margin-top: 20px;
}
.byline { font-family: 'Oswald Book', sans-serif; font-size:16px; }

.border-top.mid-padding, .mid-padding-top {
    padding-top: 20px;
}
.border-bottom.mid-padding, .mid-padding-bottom {
    padding-bottom: 20px;
}
.border-top.mid-margin, .mid-margin-top {
    margin-top: 20px;
}
.border-bottom.mid-margin, .mid-margin-bottom {
    margin-bottom: 20px;
}
.neg-margin-top {
    margin-top: -15px !important;
}
.padding-top {
    padding-top: 30px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.padding-off {
    padding: 0;
}
button, a.btn {
    display: inline-block;
    border: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #4ec8eb;
    padding: 8px 60px;
    transition: all 0.3s ease;
}
a.btn.yellow, a.btn.orange, a.btn.blue, button.blue {
    background-position: 92% center;
    background-image: url(../img/ico-nav-newsletter-submit.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
a.btn.yellow:hover, a.btn.orange:hover, a.btn.blue:hover {
    background-position: 95% center;
}
a.btn.yellow {
    background-color: #fdb813;
}
a.btn.orange {
    background-color: #f44e21;
}
button:hover, a.btn:hover {
    background-color: #333;
    transition: all 0.3s ease;
}

.footer-container button, button.default, a.full-schedule {
    padding: 10px 60px 10px 15px;
    background-repeat: no-repeat;
    background-position: 94% center;
    background-image: url(../img/ico-arrow-white.png);
}
.footer-container button:hover, button.default:hover, a.full-schedule:hover {
    background-position: 97% center;
    background-repeat: no-repeat;
    background-image: url(../img/ico-arrow-white.png);
    background-color: #fff;
    color: #4ec8eb;
}
a.full-schedule {
    display: block;
    padding: 2px 15px 2px 15px;
    background-position: 95% center;
}
a.full-schedule:hover {
    background-position: 98% center;
}

/* What's On + Vertical/Horizontal carousel */
.whats-on-horizontal {
    padding: 0 30px;
}
.whats-on-horizontal a {
    color: #f44e21;
    line-height: 1.2em;
    display: block;
}
.whats-on-horizontal a:hover {
    color: #333;
}
.whats-on-horizontal button {
    background-repeat: no-repeat;
    background-position: center center;
    right: auto;
    top: 10px;
    height: 100%;
    padding: 45px 15px;
    background-color: #a4aaad;
}
.whats-on-horizontal button:hover {
    background-color: #4ec8eb;
    background-repeat: no-repeat;
    background-position: center center;
}
.whats-on-horizontal button.slick-prev {
    left: 0;
    background-image: url(../img/ico-arrow-left.png);
}
.whats-on-horizontal button.slick-next {
    right: 0;
    background-image: url(../img/ico-arrow-right.png);
}

.whats-on {
    font-family: 'Oswald', sans-serif;
    position: relative;
}
.whats-on header {
    background: #d9f3ff;
    margin-bottom: 30px;
}
.whats-on header h3 {
    display: block;
    background: #4ec8eb;
    color: #d9f3ff;
    padding: 30px 15px 0 15px;
    line-height: .9em;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 0;
}
.whats-on header .container {
    padding: 20px 15px 30px 15px;
    font-size: 1.2em;
}
.whats-on header time {
    color: #4ec8eb;
    display: block;
    padding: 0 0 10px 0;
}
.whats-on header .title {
    color: #f44e21;
    display: block;
    font-size: 1.25em;
}
.whats-on-horizontal .title {
    line-height: 1.2em;
    display: none;
    font-size: .8em;
    position: absolute;
    bottom: 0;
    /*overflow: hidden;*/
    max-height: 20px;
    padding-bottom: 18px;
}
.whats-on-now-home {
    line-height: 1.4em;
    margin-top: 1em;
}
.whats-on-now-home input {
    width: 38%;
    margin-right: 2%;
}

.time-slot {
    background: #f9fafb;
    min-height: 200px;
    position: relative;
}
.whats-on-horizontal .time-slot {
    min-height: 220px;
}
.home .whats-on-horizontal .time-slot {
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.time-slot time {
    background: #eef0f1;
    display: block;
    padding: 15px;
    font-size: 1.2em;
    overflow: hidden;
    white-space: nowrap;
}
.time-slot time {
    background: none;
}
.home .time-slot time {
    background: #eef0f1;
}
.time-slot time sub {
    font-size: 1.7em;
    top: .36em;
}
.time-slot time span {
    background: url(../img/ico-clock.png) no-repeat right center;
    display: inline-block;
    padding-right: 20px;
}
.time-slot dt {
    margin: 0;
    padding: 10px 15px 0 15px;
}
.time-slot dd {
    margin: 0;
    padding: 0 15px 10px 15px;
}
.time-slot dd.sponsor {
    font-size: .8em;
    line-height: 1.4em;
    padding-top: 10px;
}
.inline-listing .time-slot {
    background: none;
    min-height: 0;
    margin-bottom: 15px;
    padding: 0;
    border-top: 2px solid #eef0f1;
}
.inline-listing .time-slot:first-child {
    border-top: none;
}
.inline-listing .time-slot dl {
    border-left: 10px solid #a4aaad;
    padding: 0 0 0 30px;
}
.inline-listing .time-slot dl:hover {
    border-left: 10px solid #4ec8eb;
}
.inline-listing .time-slot dt a {
    color: #f44e21;
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
}
.inline-listing .time-slot a:hover {
    color: #515151;
}
.inline-listing .time-slot time {
    font-family: 'Oswald', sans-serif;
    background: none;
    padding: 0;
}
.inline-listing .time-slot dt, .inline-listing .time-slot dd {
    padding: 5px 0 0 0;
}
.inline-listing .time-slot time sub {
    font-size: inherit;
    bottom: auto;
    line-height: inherit;
    top: auto;
}
.inline-listing .time-slot time .sponsored {
    background: none;
    font-size: .7em;
    padding-left: 10px;
}
.day-of-week {
    font-size: .6em;
}
.day-of-week ul {
    padding: 0;
    margin: 0 0 -10px 0;
    width: 100%;
    border-top: 2px solid #42464b;
}
.day-of-week ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 11%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
.day-of-week ul li a {
    display: block;
    text-transform: uppercase;
    color: #aab4b8;
    line-height: 1.4em;
    padding: 5%;
    height: 38px;
}
.day-of-week ul li a:hover {
    background-color: #515151;
}
.day-of-week ul li a span {
    color: #fff;
    font-size: 1.6em;
}
.day-of-week ul li.active a {
    background: #f44e21;
    position: relative;
    color: #fff;
}
.day-of-week ul li.active a span {
    color: #fff;
}
.day-of-week ul li.active a:after {
    width: 0; 
    height: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    z-index: 10;
    border-top: 8px solid #f44e21;
}
.day-of-week .calendar {
    background: url(../img/ico-calendar-small.png) no-repeat top center;
    text-indent: -9000px;
}

.whats-on-vertical {
    margin: 35px 0 60px 0;
}
.whats-on-vertical button {
    background-color: #a4aaad;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
    padding: 15px 0; 
}
.whats-on-vertical button:hover {
    background-color: #4ec8eb;
}
.whats-on-vertical button.slick-prev {
    top: -15px;
    background-image: url(../img/ico-arrow-up.png);
}
.whats-on-vertical button.slick-next {
    bottom: -30px;
    background-image: url(../img/ico-arrow-down.png);
}

/* Full Schedule */
.schedule-listing {
    margin: 0 -15px;
}
.schedule-listing .time-slot {
    border-right: 2px solid #dcdedf;
    box-sizing: border-box;
}
.schedule-listing .whats-on-horizontal .title {
    display: block;
}
.schedule-listing .whats-on-horizontal {
    background: #f9fafb;
}
.schedule-listing span.content-title {
    color: #a4aaad;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px 5px 15px;
    font-size: 1.6em;
}
.schedule-listing .whats-on-horizontal a {
    font-size: 1.1em;
}

/* Banner Ads */

.banner.secondary {
    display: none;
}
.banner.medrec, .banner.leaderboard {
    text-align: center;
    width: 100%;
}
.banner.medrec img {
    width: 300px;
    display: block;
    margin: 0 auto;
}
.banner.leaderboard img {
    width: 728px;
    display: block;
    margin: 0 auto;
}
.top-banners {
    margin: 0 -15px;
}
.home-banner .banner {
    padding-top: 30px;
}
.wallpaper {
    position: absolute; 
    right: -330px;
    top: 0px;
    z-index: 1000;
}

/* Share */
.share.right {
    float: right;
}
.share .header {
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    padding-right: 20px;
    display: inline-block;
}
.share .addthis_sharing_toolbox {
    display: inline-block;
    line-height: 1.1em;
}
.share a {
    display: inline-block;
    text-indent: -9000px;
    min-height: 16px;
    min-width: 16px;
    margin-right: 10px !important;
    cursor: pointer;
}
.share .addthis_sharing_toolbox .at-share-btn span {
    background: none;
    margin-right: 10px;
}
.share .addthis_sharing_toolbox .at-svc-facebook, .share .facebook {
    background: url(../img/ico-facebook.png) no-repeat top left;
}
.share .addthis_sharing_toolbox .at-svc-twitter, .share .twitter {
    background: url(../img/ico-twitter.png) no-repeat top left;
}
.share .youtube {
    background: url(../img/ico-youtube.png) no-repeat top left;
}
.share .addthis_sharing_toolbox .at-svc-email {
    background: url(../img/ico-envelope.png) no-repeat top left;
}
.share .addthis_sharing_toolbox .at-svc-compact {
    background: url(../img/ico-share-more.png) no-repeat top left;
}

/* Aside */
aside a {
    color: #f44e21;
}
aside .links ul, aside .links li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
}
aside .links ul li {
    padding: 0 0 10px 0;
}
aside .links ul li:last-child {
    padding: 0;
}

/* Related Shows */
.tv-show {
    text-align: center;
}
.tv-show img {
    display:block;
    margin:auto;
}
.tv-shows button {
    background-color: #a4aaad;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 15px;
    height: 100%;
    top: 10px;
}
.tv-shows button:hover {
    background-color: #4ec8eb;
}
.tv-shows button.slick-prev {
    left: -30px;
    background-image: url(../img/ico-arrow-left.png);
}
.tv-shows button.slick-next {
    right: -30px;
    background-image: url(../img/ico-arrow-right.png);
}

/* Isotope Grid */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.hover-grid {
    position: relative;
    margin: 0 auto;
}
.hover-grid .item.half {
    height: 169px;
}
.hover-grid.short .item {
    height: 250px;
}
.hover-grid.short .item.more-margin {
    margin-bottom: 50px;
}
.hover-grid.short .item .download-link {
    position: absolute;
    bottom: -30px;
    font-size: 1.2em;
    left: 0px;
    font-family: 'Oswald', sans-serif;
}
.hover-grid .item.large {
    height: 368px;
}
.hover-grid .item.xlarge 
{
    height:530px;
}
.hover-grid .item {
    float: left;
    width: 300px;
    height: 294px;
    margin-bottom: 30px;
    background: #f9fafb;
}
.hover-grid .item.quarter {
    height: 80px;
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eef0f1;
    line-height: 1.4em;
    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
}
aside .hover-grid .item.quarter {
    margin-bottom: 10px;
}
aside .hover-grid .item.quarter a {
    color: #4ec8eb;
}
aside .hover-grid .item.quarter a:hover {
    color: #515151;
}
.hover-grid .item.quarter.stamp {
    position: relative !important;
}
.hover-grid .item.quarter.taller {
    height: 100px;
}
.hover-grid .item.quarter .download {
    float: right;
    max-width: 18%;
    margin-left: 15px;
    padding-left: 40px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
}
.download.xls {
    background: url(../img/ico-download-xls.png);
}
.download.eps {
    background: url(../img/ico-download-eps.png);
}
.download.pdf {
    background: url(../img/ico-download-pdf.png);
}
.download.jpg {
    background: url(../img/ico-download-jpg.png);
}
.grid-wide .item {
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eef0f1;
    padding: 25px 40px;
    text-align: center;
    box-sizing: border-box;
}
.grid-wide.half .item {
    margin-bottom: 30px;
    border: none;
    padding: 0;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
}
.hover-grid .item.featured {
    background: #133047;
    color: #fff;
}
.hover-grid .item.featured a {
    color: #fff;
}
.hover-grid .item.banner {
    background: none;
}
.hover-grid .item dl {
    margin: 15px;
}
.hover-grid .item.banner.large dl 
{
    margin-top:-2px;
}
.hover-grid .item dl time {
    float: right;
}
.hover-grid .item dd {
    border-right: none;
}
a.info {
    background-color: #4ec8eb;
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-position: 9px 5px;
    background-image: url(../img/ico-info.png);
    background-repeat: no-repeat;
    position: relative;
}
a.info:hover {
    background-color: #f44e21;
}
a.info:hover:after{
    background: #4ec8eb;
    background: rgba(78,200,235,.96);
    bottom: 33px;
    font-size: .8em;
    color: #fff;
    content: attr(title);
    left: -10px;
    padding: 5px 15px;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
    z-index: 100;
    width: 100px;
    padding: 15px;
}
a.info:hover:before {
    width: 0; 
    height: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 25px;
    left: 4px;
    border-top: 8px solid #4ec8eb;
}
.hover-grid .item .link {
    display: block;
    padding: 15px;
    line-height: 1.2em;
    color: #515151;
    font-family: 'Oswald', sans-serif;
}
.hover-grid .item span.link 
{
    color:White;
    padding:0;
    margin:-15px 0 0 0;
}

.hover-grid .container {
    padding: 15px;
}

.hover-grid .item.quarter.taller .contenthover {
    height: 100px;
}    

.hover-grid .item.half h6, .hover-grid .item.half p {
    margin: 0;
    line-height: 1.5em;
    font-size: .9em;
}
.hover-grid .item.half h6 {
    font-size: 1.1em;
    letter-spacing: .05em;
    font-weight: normal;
}
.hover-grid .item.half p {
    margin: 0 0 5px 0;
}
.hover-grid .container a,
.hover-grid .contenthover a {
    padding: 10px 0 10px 40px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(../img/ico-arrow-white.png);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s linear;
    bottom:18px;
    left:15px;
    position:absolute;
}
.hover-grid .item.half .container a,
.hover-grid .item.half .contenthover a 
{
    bottom:3px;
}
.hover-grid .container a:hover,
.hover-grid .contenthover a:hover {
    color: #515151;
    background-position: 5px center;
    transition: all 0.3s linear;
}
.hover-grid .hover-item {
    height: 100%;
}
.hover-grid .hover-item .image-container {
    position: relative;
}
.hover-grid .hover-item .image-container .sponsored-by {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba( 55, 59, 64, .9);
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: .9em;
}
.hover-grid .link-container {
    padding: 15px 15px 0 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4em;
}
/* Terminology */
.terms .term {
    padding: 10px 15px 10px 35px;
    border-top: 2px solid #eef0f1;
    background: url(../img/ico-arrow-caret.png) no-repeat left 25px;
    line-height: 1.5em;
}
.terms .styled input {
    max-width: 100%;
    width: 60%;
    margin-right: 30px;
}
.terms h5 {
    color: #515151;
    margin-bottom: 10px;
}
.terms h3 {
    margin-bottom: 10px;
}
a.btn-more {
    padding: 10px 0 10px 40px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(../img/ico-arrow-link.png);
    display: block;
    color: #515151;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s linear;
}
a.btn-more:hover {
    background-position: 5px center;
    color: #4ec8eb;
}

/* Newsletter */
.newsletter {
    background: url(../img/ico-envelope-large.gif) no-repeat center 40px;
    text-align: center;
    font-size: 1.1em;
    padding: 100px 0 0 0;
}

/* Form validation */
.parsley-errors-list {
    background: #4ec8eb;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin: -20px 0 0 0;
    padding: 0;
}
.parsley-errors-list li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 1px 20px;
}


/* Promo Block */
.promo, .contained-content {
    text-align: center;
    font-size: 1.1em;
    padding: 15px 0px;
}
.contained-content.align-left {
    text-align: left;
}
.affiliate-intro {
    text-align: center;
    font-size: 1.1em;
    padding: 30px 50px;
}
.promo br {
    display: none;
}

/* Footer */
.footer-links .col {
    float: left;
    height: 100px;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    line-height: 1.2em;
}
.footer-links .logo {
    display: none;
}
.footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Oswald', sans-serif;
    font-size: .9em;
}
.footer-links .nav {
    float: none;
    width: 100%;
    height: auto;
    display: none;
    padding: 0;
    border-right: none;
}
.footer-links .nav-link a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #eff1f0;
    border-top: 2px solid #eff1f0;
    padding: 10px 0;
    color: #515151;
    padding-right: 35px;
    background-image: url(../img/ico-arrow-link-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 26px;
    line-height: 26px;
}
.footer-links .nav-link.active a {
    background-image: url(../img/ico-arrow-link-up.png);
}
.footer-links .nav a {
    width: 100%;
    border-bottom: 2px solid #eff1f0;
    padding: 10px 0;
    display: block;
}
.footer-links .products {
    clear: left;
    border-right: 0;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 2px solid #eef0f1;
    width: 100%;
}
.footer-links .products p {
    font-size: .8em;
}
.footer-links .products img {
    float: left;
    padding: 0 30px 0 0;
}
.footer-links .copyright {
    clear: both;
    padding: 40px 0;
}
.footer-links .col h4 {
    margin-bottom: 0;
}
.footer-links a {
    color: #515151;
}
.footer-links a:hover {
    color: #4ec8eb;
}
.footer-container .service-locations {
    background: #4ec8eb;
    color: #fff;
    display: none;
    margin-top: 30px;
}
.footer-container .service-locations .group {
    padding: 15px;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    font-size: .9em;
    position: relative;
}
.footer-container .service-locations .group a {
    color: #fff;
}
.footer-container .service-locations .group h5 {
    text-transform: uppercase;
    font-size: 1.5em;
    padding-right: 15px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url(../img/ico-arrow-white.png);
}
.footer-container .service-locations .group ul {
    margin: 0;
    padding: 0;
    display: none;
}
.footer-container .service-locations .group ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.5em;
    padding-bottom: .8em;
}
.footer-container .service-locations .close {
    border-radius: 50%;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #515151;
    color: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    font-family: helvetica, sans-serif;
    transition: all 0.5s ease;
}
.toggle-locations {
    cursor: pointer;
}
.toggle-locations.getwfn-button
{
  padding: 10px 60px 10px 15px;
  background-repeat: no-repeat;
  background-position: 94% center;
  background-image: url(../img/ico-arrow-white.png);
  transition: all 0.3s ease;
}
.toggle-locations.getwfn-button:hover
{
  background-position: 97% center;
  background-repeat: no-repeat;
  background-image: url(../img/ico-arrow-white.png);
}
.episode-list ul {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
.episode-list ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Typography */
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
h1 {
    font-family: 'roboto_condensedbold', sans-serif;
    /*font-weight: 700;*/
    color: #515151;
    line-height: 1.1em;
    font-size: 2.4em;
}
section h2 {
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1em;
}
article h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #4ec8eb;
    letter-spacing: .02em;
    margin: 10px 0 0 0;
    font-size: 1.6em;
}
aside h4 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1em;
}
.home section h4 {
    margin: 0 0 .8em 0;
}
section h4 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 1em 0;
}
section h4 a {
    color: #515151;
    display: inline-block;
    padding-right: 35px;
    background-image: url(../img/ico-arrow-link.png);
    background-repeat: no-repeat;
    background-position: right center;
}
section h4 a.border-left {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #eef0f1;
}
section h4 a:hover {
    padding-right: 40px;
    color: #4ec8eb;
}
section h4 small {
    color: #4ec8eb;
    border-left: 2px solid #e1e4e6;
    margin-left: 5px;
    padding-left: 5px;
    display: inline-block;
    line-height: 1em;
}
section.episode h4 {
    text-transform: none;
    margin-bottom: 0;
}
section h5 {
    color: #4ec8eb;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    margin: 0;
}
section h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    letter-spacing: -.03em;
    margin: 10px 0 0 0;
}
section.episode h6 {
    color: #a4aaad;
    text-transform: uppercase;
}
.promo h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    text-transform: uppercase;
}
.promo h4 {
    font-family: 'Rokkitt', serif;
    font-size: 3em;
    line-height: .9em;
    text-transform: none;
}
.market-promo h5 {
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
#TestimonialsRight h2
{
    margin-top:-7px;
    font-weight:bold;
}
#TestimonialsRight .name
{
    display:inline-block;
    margin-top:15px;
}
h4.provider-availability
{
    text-transform:none;
}
span.open-it {
    letter-spacing: .04em;
}
span.close-it {
    letter-spacing: -.04em;
}
span.price {
    font-size: 2.2em;
    font-family: 'Oswald', sans-serif;
    margin-right: 20px;
    color: #4ec8eb;
    padding-bottom: 50px;
    display: inline-block;
}
span.price sub {
    font-size: 3em;
    bottom: -.5em;
}

.provider {
    text-align: center;
    padding: 15px;
}
.provider ul {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.provider ul li {
    list-style-type: none;
}
.provider ul li:last-child {
    border-right: none;
}

/* Shadowbox import */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:19999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #ccc;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
.touch #sb-body-inner {-webkit-overflow-scrolling: touch;overflow-y: scroll;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:26px;line-height:26px;}
#sb-info{position:absolute;top:0;right:0; padding: 40px 15px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:24px;width:24px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../img/ico-close-red.png); }
#sb-nav-next{background-image:url(../img/shadow-next.png);}
#sb-nav-previous{background-image:url(../img/shadow-previous.png);}
#sb-nav-play{background-image:url(../img/shadow-play.png);}
#sb-nav-pause{background-image:url(../img/shadow-pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1264px) {

    .slicknav_nav button {
        background: transparent;
        display: inline-block;
        background-image: url(../img/ico-search.png);
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9000px;
        height: 22px;
        width: 22px;
        padding: 0;
    }
}

@media only screen and (min-width: 480px) {
    .whats-on-now-home input {
        width: 60%;
        margin-right: 5%;
    }
    .drop-down-select ul li {
        width: auto;
    }
    .drop-down-select > ul > li > a {
        width: auto;
    }
}

@media only screen and (min-width: 600px) {
    .show-title.tv-schedule {
        padding: 10px 30px;
    }
    .day-of-week {
        font-size: 1em;
    }
    .day-of-week ul li {
        width: 12%;
    }
    .day-of-week ul li a {
        padding: 15%;
    }
    .day-of-week .calendar {
        background: url(../img/ico-calendar.png) no-repeat center center;
        text-indent: -9000px;
    }
    .day-of-week .calendar:hover {
        background: url(../img/ico-calendar-white.png) no-repeat center center;
    }

    .footer-links .col {
        padding: 0 30px;
    }
    .footer-links .products {
        padding: 30px 0 0 0;
    }
    .footer-links .col:first-child {
        padding: 0 30px 0 0;
        float: left;
        width: auto;
        border-right: 1px solid #ccc;
    }
    a.full-schedule {
        display: inline-block;
        position: absolute;
        background-position: 95% center;
        top: 0;
        right: 0;
        color: #515151;
        padding-right: 35px;
        background-color: transparent;
        background-image: url(../img/ico-arrow-link.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    section h4 a:hover {
        color: #4ec8eb;
    }
    .profile .profile-pic, .market-promo .pic {
        float: left;
    }
    .profile .profile-info {
        margin-left: 330px;
        line-height: 1.6em;
        min-height: 170px;
    }
    .market-promo .info {
        margin-left: 400px;
        line-height: 1.6em;
        min-height: 200px;
    }
    .overflowing {
        min-height: 48px;
        box-sizing: border-box;
    }
    .overflowing > ul {
        position: absolute;
        top: 0;
    }

}

@media only screen and (min-width: 768px) {
    body {
        background: #0f1e29 url(../img/bkg_water.jpg) no-repeat center center fixed;
        background-size: cover;
    }
    body.popup {
        background-image: none;
        background-color: #fff;
    }
    header.masthead {
        /*padding: 15px;*/		        
        min-height: 70px;
    }
    header.masthead .logo {
        position: absolute;
        top: 15px;
        width: 50px;
        margin-left: -25px;
    }
    .main {
        padding: 30px 30px 50px 30px;
    }
    .main article {
        width: 100%;
        float: none;
        clear: both;
    }
    .top-banners {
        margin: 0;
    }
    .top-banners .banner {
        float: left;
    }
    .top-banners .banner.secondary {
        margin-left: 29px;
    }
    .feature {
        margin: 0 -30px;
    }
    .feature button {
        top: 40%;
    }
    .feature .floating img {
        height: auto;
        width: auto;
        margin: auto;
    }
    .feature .feature-item {
        min-height: 357px;
    }
    .feature.ambassador .feature-item {
        max-height: 315px;
    }
    .feature.ambassador .feature-item {
        min-height: 315px;
    }
    .feature.short .feature-item {
        min-height: 167px;
    }
    .feature .feature-content {
        margin-top: 0;
        position: absolute;
        z-index: 10;
        top: 20%;
        left: 10%;
        max-width: 35%;
        padding: 0;
        background: transparent;
        color: #fff;
        font-size: 1em;
    }
    .feature.ambassador .feature-content {
        margin-top: 15px;
        position: absolute;
        z-index: 10;
        top: 10%;
        left: 5%;
        padding-left: 130px;
        background-image: url(../img/ico-ambassador-large.png);
        background-repeat: no-repeat;
        background-position: top left;
        max-width: 70%;
    }
    .feature .feature-content.shaded {
        margin-left: -220px;
        width: 440px;
        max-width: 440px;
        box-sizing: border-box;
    }
    .feature .feature-content header {
        top: auto;
        left: auto;
        position: relative;
        height: auto;
        width: auto;
        z-index: auto;
        padding: 0;
        font-weight: 100;
        font-size: 2.2em;
        margin-bottom: 10px;
        background: transparent;
        line-height: 1.1em;
        box-sizing: border-box;
    }
    .feature.ambassador .feature-content header {
        font-size: 3em;
        margin-top: 15px;
        letter-spacing: .02em;
        text-transform: uppercase;
    }
    .feature.ambassador .feature-content header strong {
        font-weight: 700;
    }
    .feature .feature-content header.show {
        padding-top: 50px;
    }
    .feature .feature-content span {
        line-height: 1.5em;
        padding-bottom: 15px;
        display: block;
    }
    .feature.ambassador .feature-content span {
        line-height: 2em;
    }
    .feature .feature-content br {
        display: block;
    }
    .feature .slick-dots {
        display: block !important;
        width: 100%;
        bottom: 25px;
        margin: 0;
    }
    .feature .slick-dots li {
        display: inline-block;
        margin: 0;
        box-sizing: border-box;
        border-left: 2px solid #fff;
        height: auto;
    }
    .feature .slick-dots li:first-child {
        border-left: none;
    }
    .feature .slick-dots li button {
        width: 100%;
        border-radius: 0;
        height: 6px;
        padding: 0;
        background: #a4aaad;
        border: none;
    }
    .feature .slick-dots li.slick-active button {
        background: #4ec8eb;
    }
    .feature .slick-dots li button:hover {
        background: #333;
    }
    .whats-on-horizontal .title {
        display: block;
    }
    .show-title .col {
        float: left;
        margin: 15px 0 0 30px;
        padding-left: 30px;
        border-left: 1px solid #626366;
        min-height: 36px;
    }
    .show-title {
        margin: 30px -30px 0 -30px;
    }
    .show-title .col:first-child {
        margin: 0;
        padding-left: 0;
        border-left: none;
    }
    .sorting h4 {
        margin: 0;
        clear: none;
        font-size: 1em;
    }
    .sorting .col {
        display: inline-block;
        padding-right: 30px;
        vertical-align: middle;
    }
    .sorting .col.padding-top {
        padding-top: 4px;
    }
    .sorting .col.white input {
        width: 400px;
    }
    .sorting .col.white button {
        right: 30px;
    }
    .sub-feature {
        background: #133047;
        color: #fff;
        margin: 0 -30px 30px -30px;
        padding: 30px;
    }
    .sub-feature .col {
        display: inline-block;
        vertical-align: middle;
        /*margin: 0;*/
    }
    .sub-feature .large-text {
        padding: 0 30px 0 15px;
        border-right: 1px solid #79848e;
        margin-right: 30px;
        font-size: 4em;
        line-height: .8em;
        font-weight: 700;
    }
    .sub-feature .col br {
        display: block;
    }
    .schedule-listing {
        margin: 0 -30px;
    }
    a.info:hover:after{
        width: 200px;
    }
    .logo-downloads .logo {
        float: left;
    }
    .logo-downloads .hover-grid.pushed {
        width: 300px;
        margin: 0 250px;
    }
    div.form-container {
        padding: 30px;
    }
    .promo, .contained-content {
        padding: 30px 50px;
    }
    .getwfn .contained-content 
    {
        padding:0;
    }
    .getwfn .main 
    {
        padding-top:10px;
        padding-bottom:10px;
    }
    
    .gray-container h4 {
        margin: 0;
    }
    .gray-container br {
        display: block;
    }
    .gray-container .col {
        display: inline-block;
        float: left;
        padding: 0 15px 0 0;
    }
    .provider ul {
        text-align: left;
        margin: 0;
        padding: 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
    }
    .provider ul li {
        padding-right: 12px;
        border-right: 2px solid #eef0f1;
        margin-right: 8px;
        margin-bottom: 10px;
        list-style-type: none;
        display: inline-block;
        float: left;
    }
    .provider ul li:last-child {
        border-right: none;
    }
}
@media only screen and (min-width: 980px) {
    .footer-container .col {
        float: left;
        padding: 0 0 0 15px;
        white-space: normal;
    }
    .footer-container .col:first-child {
        padding: 0 15px 0 30px;
        border-right: 2px solid #515151;
    }
    .footer-container .col.nav {
        padding: 0px 0 0 15px;
    }
    .footer-container .col.nav li {
        display: block;
        padding: 0 15px 0 0;
    }
    .footer-container br {
        display: inline;
    }
    .sorting h4 {
        font-size: 1.5em;
    }
    .hover-grid {
        margin: 0;
    }
    nav.show-nav .toggle-menu {
        display: none;
    }
    nav.show-nav ul {
        display: block;
    }
    nav.show-nav ul li {
        display: inline-block;
    }

}

@media only screen and (min-width: 1024px) {
    .contenthover {
        color: #fff;
    }
    .contenthover h5 {
        color: #fff;
    }
    .footer-links .nav-link a {
        display: none;
    }
    .footer-links .nav {
        float: left;
        width: auto;
        height: 100px;
        display: block !important;
        border-right: 1px solid #ccc;
        padding: 0 30px;
    }
    .footer-links .nav a {
        padding: 4px 0;
        border: 0;
    }
    .tv-shows {
        margin: 0 -15px;
    }
    .home-banner .banner {
        padding-top: 0;
    }
    .main {
        padding: 30px 30px 150px 30px;
    }
    .main aside {
        width: 300px;
        float: right;
    }
    .main article.sidebar {
        width: 640px;
        float: left;
    }
    .grid-wide .item {
        width: 470px;
        padding: 25px 40px;
        margin-right: 30px;
        height: 500px;
        display: inline-block;
        float: left;
    }
    .grid-wide.half .item {
        height: 320px;
    }
    .grid-wide .item:nth-child(2n) {
        margin-right: 0;
    }
    .market-promo h5 {
        margin: 0;
    }
    .promo br {
        display: block;
    }
    .footer-links .logo {
        padding: 0;
        float: none;
        width: 58px;
        margin: 0 auto;
        border: none;
        display: block;
    }
    .footer-links .col, .footer-links .col.nav ul {
        float: left;
        height: 100px;
        border-right: 1px solid #ccc;
        padding: 0 30px;
        line-height: 1.2em;
    }
    .footer-links .col.nav ul:first-child {
        padding: 0 30px 0 0;
    }
    .footer-links .col.nav ul:last-child {
        border-right: none;
        padding: 0 0 0 20px;
    }
    .footer-links .products {
        border: none;
        padding: 0 0 0 30px;
        margin: 0; 
        max-width: 400px;
        clear: none;
    }
    figure.small {
        float: left;
    }
    .whats-on-now-home {
        margin-left: 400px;
    }
    .schedule-listing .whats-on-horizontal a {
        font-size: 1.4em;
    }
    .footer-container .service-locations {
        position: absolute;
        bottom: 100px;
        width: 1030px;
        height: 500px;
        border-top: 45px solid #3da0bd;
        opacity: .96;
    }
    .footer-container .service-locations .group {
        display: inline-block;
        float: left;
        width: 20%;
        padding: 30px 30px 0 30px;
        box-sizing: border-box;
        border-left: 3px solid #4ec8eb;
        font-size: .9em;
        position: relative;
        margin-top: -45px;
        padding-top: 75px;
    }
    .footer-container .service-locations .group a {
        color: #fff;
        line-height: 1em;
    }
    .footer-container .service-locations .group a:hover {
        color: #515151;
    }
    .footer-container .service-locations .group h5 {
        position: absolute;
        top: 7px;
        left: 30px;
        font-size: 1.5em;
        background: transparent;
        background-image: none;
    }
    .footer-container .service-locations .group:first-child {
        -moz-column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-count: 4;
        -webkit-column-gap: 20px;
        column-count: 4;
        column-gap: 20px;
        width: 60%;
        border-left: none;
    }
    .footer-container .service-locations .group ul {
        margin: 0;
        padding: 0;
        display: block;
    }
    .footer-container .service-locations .group ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.5em;
        padding-bottom: .8em;
    }
    .footer-container .service-locations .close {
        border-radius: 50%;
        display: block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        background: #515151;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.5em;
        line-height: 25px;
        vertical-align: middle;
        text-align: center;
        font-family: helvetica, sans-serif;
        transition: all 0.5s ease;
    }
    .footer-container .service-locations .close:hover {
        background: #fff;
        color: #4ec8eb;
        transition: all 0.5s ease;
    }
    .no-csscolumns .footer-container .service-locations .group:first-child ul li {
        width: 22%;
    }
    .no-csscolumns .footer-container .service-locations .group ul li {
        display: block;
        min-height: auto;
        padding-bottom: 0;
        display: inline-block;
    }

}
@media only screen and (min-width: 1030px) {
    .banner.secondary {
        display: block;
    }
    .banner.medrec, .banner.leaderboard {
        text-align: left;
        width: auto;
    }
    .banner.medrec img, .banner.leaderboard img {
        width: auto;
        display: inline-block;
        margin: 0;
    }
    .wrapper {
        width: 1030px;
        margin: 0 auto;
        transition: all 0.5s ease;
    }
}
@media only screen and (min-width: 1265px) and (min-height: 525px) {
    /*#menu,
    #mm-1 {
        display: block !important;
    }*/
    header.masthead {		
        display: block;		
    }
    #menu .nav-locations {
        display: none !important;
    }
    header {
        background: none;
    }
    header.masthead {
        background: none;
        position: fixed;
        width: 180px;
        margin-left: 19px;
        padding: 15px;
        left: 0px;
        z-index: 10001;
        text-align: right;
    }
    header.masthead .logo {
        max-width: 125px;
        position: relative;
        left: auto;
        width: auto;
        margin-left: 0;
    }
    header.masthead .mobile-icon {
        display: none;
    }.slicknav_menu {		
        display: none;		
    }		
    #menu {		    
        font-size: .95em;
        font-family:'Montserrat';
        text-transform: uppercase;
        padding-top: 20px;
        letter-spacing: -.02em;
    }
    #menu > ul {
        margin: 0;
        padding: 12px 0;
        border-top: 2px solid #23435d;
        border-bottom: 2px solid #23435d;
    }
    #menu a {
        display: inline-block;
        margin: 0 0 5px 0;
        padding: 5px 0 0 0;
        border-bottom: 3px solid transparent;
        text-decoration: none;
        color: #fff;
        letter-spacing: .06em;
        line-height: 1.4em;
    }
    #menu .active > a {
        color: #4ec8eb;
        border-bottom: 3px solid #4ec8eb;
        margin-bottom: 10px;
    }
    #menu .active .active a {
        color: #515151;
        border-bottom: none;
        margin-bottom: 0;
    }
    #menu .hover > a {
        color: #ccc;
        border-bottom: 3px solid #4ec8eb;
        margin-right: -36px;
        padding-right: 36px;
    }
    /* slide out menu */
    #menu ul li {
        display: block;
        position: relative;
        cursor: pointer;
    }
    #menu ul li ul {
        padding: 0 0 0 36px;
        position: absolute;
        top: -50px;
        padding-top: 20px;
        right: -197px;
        z-index: 10001;
        text-align: left;
        width: 161px;
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #menu ul li ul:after {
        content: "";
        height: 42px;
        width: 161px;
        position: absolute;
        bottom: -42px;
        background-image: url(../img/bkg_wave.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
    #menu ul li ul li {
        background: #4ec8eb;
    }
    #menu ul li ul li a {
        color: #fff;
        padding: 5px 15px;
        font-family: 'Oswald', sans-serif;
        font-size: .8em;
        line-height: 1.2em;
        border: none;
        display: block;
        width: 100%;
        margin: 0;
    }
    #menu ul li ul li:first-child a {
        padding-top: 20px;
    }
    #menu ul li ul li a:hover, header.masthead nav ul li ul li.active a {
        border: none;
        color: #515151;
        margin: 0;
    }
    #menu ul li ul li { 
        display: block; 
        color: #fff;
    }
    #menu ul li:hover ul {
        display: block;
        opacity: .96;
        visibility: visible;
    }
    #menu .nav-footer {
        position: fixed;
        padding: 0;
        bottom: 10px;
        max-width: 149px;
    }
    #menu .nav-footer .social {
        padding: 50px 0 8px 0;
    }
    #menu .nav-footer p {
        display: none;
    }
    #menu .nav-search div {
        padding: 0;
    }
    #menu .nav-footer .social dd {
        padding: 0 6px;
    }
    #menu .nav-search .toggleSearch { 
        font-family:'Montserrat';
        background: transparent;
        padding: 0 25px 0 0;
        right: 0;
        display: block;
        position: absolute;
        background-image: url(../img/ico-search.png);
        background-repeat: no-repeat;
        background-position: right center;
        z-index: 100;
    }
    #menu .nav-search .toggleSearch.open { 
        color: #4ec8eb;
    }
    #menu .nav-search .searchContainer {
        position: absolute;
        text-align: left;
        top: -5px;
        left: 30px;
        display: none;
        background: #fafafb;
        width: 500px;
        border: 1px solid #eff1f2;
        padding: 30px 15px 15px 15px;
        z-index: 99;
    }
    #menu .searchContainer button.default {
        background-position: 85px center;
    }
    #menu .searchContainer button.default:hover {
        background-position: 90px center;
    }
    #menu .nav-footer .btn { 
        margin-bottom: 8px;
        padding: 10px 40px 10px 15px;
    }
    nav:not(.mm-menu)
    {
        display: block;
    }
    .breadcrumb {
        margin: 0 0 30px 0;
    }
    .breadcrumb ul li {
        margin-bottom: 0;
    }
    .breadcrumb .nav-link a {
        background-image: none;
        padding-right: 0;
    }
    .wrapper {
        width: 1030px;
        margin: 0 auto 0 220px;
        transition: all 0.5s ease;
    }
    .logo {
        padding: 0 0 22px 0;
    }
    .main-container {
        margin-top: 0px;
    }
    .footer-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }
    .footer-container footer {
        background: #515151;
        background: rgba(39,45,48,0.96);
    }
    .pagination.alpha ul li ul li a {
        color: #fff;
        line-height: 1.2em;
        border: none;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        letter-spacing: .05em;
        white-space: nowrap;
        font-size: .9em;
    }
    .pagination.alpha ul li ul li a:hover {
        color: #515151;
    }
    .pagination.alpha ul li ul li { 
        float: left;
        display: inline-block;
        padding-right: 5%;
        width: 45%;
        color: #fff;
    }
    .pagination.alpha ul li:hover ul {
        display: block;
        opacity: .96;
        visibility: visible;
    }

}
@media only screen and (min-width: 1265px) and (min-height: 575px) {
    #menu .nav-footer p {
        display: block;
    }
}

@media only screen and (min-width: 1530px) {
    .wrapper {
        margin: 0 auto;
        transition: all 0.5s ease;
    }
    header.masthead {
        margin-left: -716px;
        left: 50%;
    }
}

@media only screen and (max-width: 550px) {
  #InterstitialAd {
    margin-left: -50% !important;
    max-width: 100% !important;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
span.no-widow {
    white-space: nowrap;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/***************** CONTEST COUNTDOWN ********************/
header .col {
    text-align: center;
}
.header-container header {
    background: rgba(1, 6, 15, 0.2);
    padding: 20px; 
    box-sizing: border-box;
}
header .countdown-container {
    padding: 0px 0px 70px 0px;
}
header .countdown-container .date {
    padding: 20px 0;
}

/* jQuery Countdown styles 2.0.0. */
#defaultCountdown { 
    min-height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.countdown {
	margin: 4px -35px 0 -30px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	color: #fff;
}
.countdown-show1 .countdown-section {
	width: 98%;
	color: #fff;
}
.countdown-show2 .countdown-section {
	width: 48%;
	color: #fff;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
	color: #fff;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
	color: #fff;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
	color: #fff;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
	color: #fff;
}
.countdown-show7 .countdown-section {
	width: 14%;
	color: #fff;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 80%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #b2d6d9;
	line-height: 2em;
	box-sizing: border-box;	
}
.countdown-section:last-child {
	border-right: none;
}
.countdown-amount {
    font-size: 4em;
    line-height: 1em;    
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.table-col {
    padding: 10px 20px 10px 0;
}
.table-head {
    display: none;
}
.table-col:nth-of-type(1) {
    font-weight: bold;
}
.table-col:nth-of-type(3) {
    border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
    .responsive-table {
        display: table;
        width: 100%;
}
.table-head {
    display: table-cell;
}
.table-row {
    display: table-row;
}
.table-col {
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #eee;
}