/********************************KY**********************/
a {
    outline: 0!important;
}
a:hover, a:active, a:focus {
    outline: 0!important;
}/*to remove ff dotted focus outline*/
object, embed {
    outline: 0!important;
}
.mejs-container, .mejs-inner, .mejs-mediaelement {
    outline: 0!important;
}
input::-moz-focus-inner {
 border: 0;
}
a {
    color: #333;
}
a:visited {
    color: #999;
}
a.btn {
    color: #fff !important;
}
.siteindex_index a {
    color: #d6047d;
    text-decoration: underline;
}
.siteindex_index a:hover, .siteindex_index a:visited {
    color: #f476bf;
}
/*a.btn-default {
	color: #333!important;
}*/
.faq_index .panel-body a {
    color: #428bca;
    text-decoration: underline;
}
/*to contain and center top two ads*/
.top_ad_container {
    max-width: 960px;
    text-align: center;
}
.leaderboard {
    padding: 0 10px;
    margin-bottom: -5px;
}
.ad_ac_120x90 {
    float: right;
    padding: 0 10px;
}
/*@media(max-width:922px) {
.ad_ac_120x90 {
	display: none;
}
.leaderboard {
	float: none;
	padding: 0;
	max-width: 728px;
	margin: 0 auto -5px;
}
} ky2018 */
/********************************/

#nav-wrapper {
    padding: 20px;
}
.navbar {
    margin-bottom: 0;
    font-size: 10px;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
#nav {
    z-index: 10000;
}
/*.navbar-nav > li > a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}*/
.navbar-nav > li > a {
    padding: 5px 10px!important;
    margin: 0 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #fff;
    color: #f476bf;
}
li.dropdown.yamm-fw.winterboob a {
    color: #f476bf;
}
.navbar {
    min-height: 30px !important;
    border-radius: 0;
}
.navbar-default {
    background-color: #000000;
    border-left: none;
    border-right: none;
    z-index: 10090
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    letter-spacing: normal;
    border-right: 1px solid #444;/*font-weight: bold;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #000;
}
.navbar-default .navbar-collapse {
    border: none;
}
.navbar-toggle {
    background-color: #f0f0f0;
}
.hilighted_dropdown {
    background: #fff!important;
    color: #f476bf!important;
}
.nav_active {
    background: #707070!important;
    color: #FFF!important;
}
.badge.ojbadge {
    background-color: #f476bf;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.4;
    min-width: 10px;
    margin-left: 4px;
    padding: 2px 3px 2px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/********************* nav search box **********************/
.navbar-form .form-control {
    height: 24px;
    font-size: 10px;
    padding: 2px 10px;
    margin: 2px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25) inset;
    color: #999;
}
.navbar-form .btn {
    padding: 1px 10px;
    margin: 1px 0;
}
.navbar-form {
    margin: 1px 5px 0 0;
    padding: 0;
    max-width: 100px;
}
#simp_nav_bar .navbar-form {
    padding-left: 10px;
    max-width: 200px;
}
#view_more .navbar-form {
    padding-left: 20px;
    max-width: 100%;
}
.navbar-form .btn-default {
    background-color: #f476bf;
    color: #000;
}
.navbar-form .btn-default:hover {
    background-color: #d6047d;
    color: #FFF;
}
.navbar-default .navbar-form {
    border: none;
}
.navbar-form .input-group > .form-control {
/*	max-width: 90px;*/
}
.navbar-nav > li.to_view_more > a {
    padding-left: 0;
    padding-right: 15px;
}
#search-form-navbar-right {
    margin-left: 5px;
}
/********************* margin & padding  **********************/
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml-15 {
    margin-left: -15px;
}
.mt15 {
    margin-top: 15px;
}
/********************* Ben's layout adjusters **********************/
.w30p {
    width: 30%;
}
.w20p {
    width: 20%;
}
.w25p {
    width: 25%;
}
.w15p {
    width: 15%;
}
.w10p {
    width: 10%;
}
.h100p {
    height: 100%;
}
.w150px {
    width: 150px;
}
.w40p {
    width: 40%;
}
/********************* web fonts **********************/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #444;
}
@font-face {
    font-family: "HelveticaNeueW01-Thin";
    src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
    src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot"), url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg");
}
@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
    src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
    src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("../fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}
h1, h2, h3, h4, h5, h6, h7 {
    font-weight: normal;
    margin-bottom: 10px;
}
h1, h2 {
    font-family: "HelveticaNeueW01-45Ligh";
}
h5.under_btl a, h5.under_btl a:visited, lower_block a {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}
h5.under_btl a:hover, lower_block a:hover {
    text-decoration: underline;
    color: #000;
}
.tab-content h5 {
    color: #D6047D;
    margin: 0;
    padding: 5px 0 0;
    font-size: 14px;
}
.tab-content h4>a {
    color: #444;
    margin: 0;
    padding: 5px 0 0;
    font-size: 14px;
}
.all_news h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 1px 7px 3px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #F0F0F0;
    border-left: 4px solid #e3e3e3;
    clear: left;
}
#page-content-wrapper h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 1px 0 3px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #F0F0F0;
    clear: left;
}
#page-content-wrapper h3 a, .all_news h3 a, #page-content-wrapper h3 a:visited, .all_news h3 a:visited {
    color: #ffffff;
    font-weight: 700;
}
#page-content-wrapper h3 a {
    background: #F476BF;
    padding: 0 10px 2px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
#page-content-wrapper h3.excuseme {
    border: none;
    margin: 0;
    padding-left: 0;
}
.lead {
    font-size: 13px;
}
.l_of_vid h3 {
    visibility: hidden;
}
#Latest h2, #LOL h2 {
    color: #000;
    margin-top: 10px;
    font-size: 28px;
}
#Latest .latest_news h2, #Latest .latest_news h2 a {
    color: #000;
    margin-top: 10px;
    font-size: 30px;
    font-weight: normal;
}
#Latest .latest_news h2 a:hover {
    color: #D6047D;/*	text-decoration: none;*/
}
#Latest .latest_news h2 a {
    text-decoration: underline;
}
.latest_news h2 small {
    font-size: 40%;
}
h2.btl {
    color: #777 !important;
    font-size: 15px !important;
    padding-top: 5px !important;
}
#page-content-wrapper h2, #page-content-wrapper h2 a {
    color: #444444;
    padding: 0;
    font-size: 17px;
    margin: 0;
}
article h1 {
    font-size: 17px;
}
#page-content-wrapper .home_index h2, #page-content-wrapper .home_index h2 a {
    font-size: 16px;
}
.jawdropper_block.visible-lg {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    font-size: 12px !important;
}
.jawdropper_block.hidden-lg {
    border: none;
    margin-left: 0;/*font-size: 10px;*/
}
.jawdropper_block img {
    max-width: 50px !important;
    height: auto;
}
.jawdropper_block .client {
    color: #d6047d;
    font-size: 12px;
    font-weight: bold;
}
.jawdropper_block .block_content.media {
    padding-top: 0;
}
#page-content-wrapper h2.newsdesk_headline a {
    color: #D6047D;
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}
#page-content-wrapper .nav-tabs.top_story {
    border-bottom: none;/*    margin-top: -28px;*/
}
.newsdesk .lead {
    margin-bottom: 0;
}
.newsroom {
    display: block;
    float: right;
}
.newsroom a, .pill_container .btn {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 2px 15px 3px;
    text-align: right;
    text-decoration: none;
}
.btn {
    background: #F476BF;
    background-image: -webkit-linear-gradient(top, #F476BF, #d6047d);
    background-image: -moz-linear-gradient(top, #F476BF, #d6047d);
    background-image: -ms-linear-gradient(top, #F476BF, #d6047d);
    background-image: -o-linear-gradient(top, #F476BF, #d6047d);
    background-image: linear-gradient(to bottom, #F476BF, #d6047d);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-primary {
    border: 1px solid transparent;
}
.btn:hover {
    background: #f476bf;
    text-decoration: none;
    border: 1px solid transparent;
}
.pill_container .btn {
    margin-top: 7px;
}

/*#homepage_home a {
	text-decoration: underline;
}*/

@media(max-width:480px) {
.main_content {
    padding-right: 0;
}
}
.right_col h2 {
    margin-top: 5px; /*jaw dropper in right col*/
}
/********************* masthead **********************/
.bg_topleft {
    background: #ffffff;
    width: 320px;
    height: 90px;
    float: left;
    text-align: center;
}
.ad_topleft {
    margin: 0 auto;
    width: 230px;
}
.masthead {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.masthead .container {
    max-width: 960px;
    background: #FFFFFF;
}

@media only screen and (min-width:1281px) {
.masthead {
    padding: 0 0 0 320px;
    max-width: none;
    background: url("http://www.openjaw.com/images/skin_oj.jpg") no-repeat center top #FFFFFF;
    background-size: cover;
}
}

@media only screen and (max-width:1280px) {
.ad_topleft, .bg_topleft {
    display: none;
}
}
/********************* Left Sidebar **********************/
.all_news.sbc_allnews {
    margin-top: 15px;
}
#sidebar-wrapper.affix {
    position: fixed;
    top: 32px;
}

@media (max-width:767px) {
#sidebar-wrapper.affix {
    top: 52px;
}
}
.sidebar-nav .nav-pills li {
    text-indent: 0;
}
.nav-pills > li > a {
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
}
.nav-pills > li:first-child {
}
.sidebar-logo {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;/*box-shadow: -3px 0 5px 0 rgba(250, 186, 224, 0.5) inset;*/
}
.sidebar-nav {
    top: 80px;
}
.sidebar-date {
    padding: 5px 0;
    border-bottom: 1px solid #E3E3E3;
}
.date-title {
    color: #D6047D;
    font-weight: 700;
    font-style: italic;
    padding-left: 5px;
}
#sidebar-wrapper {
    background: #FFF;
    overflow: hidden;/*-webkit-box-shadow: 12px 0 12px -10px rgba(0,0,0,0.16);
	-moz-box-shadow: 12px 0 12px -10px rgba(0,0,0,0.16);
	box-shadow: 12px 0 12px -10px rgba(0,0,0,0.16);*/
}
#sidebar-wrapper .pill_container {
    background: #E3E3E3;
    text-align: center;
    height: 34px;
    border-right: 2px solid #fcddef;
    /*box-shadow: -3px 0 5px 0 rgba(250, 186, 224, 0.5) inset;*/
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
#sidebar-wrapper .nav.nav-pills {
    padding: 2px 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.nav-pills > li > a {
    color: #FFF;
    background-color: #F476BF;
}
.nav-pills > li > a:hover {
    color: #FFF;
    background-color: #000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #707070;
}
#sidebar-wrapper .tab-content {
    padding-left: 20px;
    width: 320px;
    /*	max-height: 550px;*/
    font-size: 12px;
}
#sidebar-wrapper .tab-content p {
    line-height: 15px;
}
.tab-content.autoscroll {
    padding-right: 20px;
    overflow: hidden;
    border-right: 2px solid #fcddef;
}
.tab-content.autoscroll:hover {
    padding-right: 5px;
    overflow-y: auto !important;
    overflow-x: hidden;
}
.tab-content.autoscroll .ad_bg {
    margin: 0 -20px;
    padding: 0 10px;
}
.tab-content.autoscroll .ad_bg img, .tab-content.autoscroll .ad_bg iframe {
    margin: 0 auto -4px -15px;
}
.tab-content a {
    font-weight: 600;
    color: #000;
    padding: 0;
    margin: 0;
}
.tab-content a:visited {
    color: #999;
}
.top_three {
    padding-bottom: 10px;
}
.tab-content hr, .right_col hr {
    margin: 10px 0 0;
    padding: 0;
}
#toggle-wrapper {
    display: none;
}

@media(max-width:768px) {
#toggle-wrapper {
    position: fixed;
    top: 50%;
    width: 26px;
    height: 100px;
    margin-left: 0\9;
    z-index: 9999;
    display: inline;
}
}
.tog-menu {
    background-color: #d6047d;
    margin-left: -40px \9;
    font-size: 9px;
}
.btn-toggle {
    color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
    padding: 15px 2px 15px 3px;
}
.btn-toggle:focus {
    color: #FFF;
}
.source {
    color: #999;
    font-size: 10px;
    display: inline-block;
    padding-left: 5px;
}
.ott_date_source, .vv_date_source, .block_content .with {
    color: #999;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: none;
}
#sidebar-wrapper .sbc_jawdroppers .media-object, #sidebar-wrapper .media-object.default_icon {
    max-width: 45px;
}
#sidebar-wrapper .sbc_vanessasviews .bottom_section {
    margin-top: -10px;
}
#sidebar-wrapper .sbc_vanessasviews .listing_placement_date {
    padding-bottom: 0;
}
#sidebar-wrapper .all_news h3.pillit {
    border: none;
    padding-left: 0;
    margin-bottom: 0;
}
#sidebar-wrapper .all_news h3.pillit a {
    line-height: 10px;
    margin: 5px 5px 5px 0;
    padding: 5px 10px !important;
    border-radius: 4px;
    background-color: #f476bf;
    color: #fff!important;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
#sidebar-wrapper .all_news h3.pillit a:hover {
    background-color: #d6047d;
}
/********************* Right Sidebar **********************/
.right_col {
    background: url("../../images/backgrounds/linen-white.jpg") #f0f0f0;/*	background-color: #F0F0F0;*/
    float: right;
    min-width: 210px;
    margin-right: 0;
}
.newsroom_sort  .right_col {
width: 240px;
}
.votingbooth {
    font-size: 12px;
    padding: 0 0 10px;
}
.fb_feature {
    background: #fff;
    font-size: 12px;
    padding: 5px 15px 10px;
}
.fb_feature .media {
    margin-top: 10px;
}
.fb_feature h4.media-heading a {
    font-size: 14px;
    color: #d6047d;
    font-weight: 600;
}
.fb_feature .fbflogo img {
    max-width: 100px;
}
/********************* Page content **********************/
#page-content-wrapper {
    /*	border-left: 1px solid #fcddef;*/
    float: left;
    background: url("http://www.openjaw.com/images/skin_oj.jpg")no-repeat top center #ffffff;
    background-size: cover;
}
#wrapper.toggled #page-content-wrapper {/*test to make collapsed left border go up to top - ky 121014 d6047d*/
    border-left: 4px solid #000;
}
.main_content {
    padding-left: 0;/*	padding-right: 25px;*/
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
}
.mid_section {
    padding-left: 0;
}

@media(max-width:768px) {
.main_content {
    padding-right: 0px;
}
/*.right_col {
	padding-left: 10px;
	padding-right: 10px;
}
*/
}
/*
@media(min-width:900px) {
#toggle-wrapper {
	visibility: hidden;
}
}*/
/********************* ads **********************/
.dediNB1 {
    margin-top: 10px;
}
.nb_block iframe {
    margin: 20px auto;
    display: block;
    width: 210px;
}
.mr_block iframe {
    margin: 0 auto;
    display: block;
    width: 300px;
}
.newsroom-content .mr_block iframe {
    margin: 0;
}
.newsroom-content .mr_block{
    margin-bottom: 20px;
    width:  300px;
    display:  block;
    margin-left: auto;
    margin-right: auto;
}
.newsroom-content .midcontent_news {
    margin: 15px auto 0;
}
.mrs_block {
    margin: 15px auto;
    display: block;
    width: 300px;
}
.banner_block {
    margin: 20px auto;
    display: block;
    width: 468px;
}
.main_content.one-nbr .nb-container.fixed-w {
    min-width: 210px;
    margin-left: -15px;
}
.main_content.two-nbl .nb-container.fixed-w {
    min-width: 210px;
}
.no-ban {
    margin-top: -30px;
}
.adslot {
    margin-top: 10px;
    margin-bottom: 10px;
}
.leaderboard .adslot {
    margin-top: 0;
    margin-bottom: 0;
}
#floatingFooter .adslot {
    margin-top: 0;
    margin-bottom: 0;
}
.ban-top-wrapper {
    padding: 10px 0 10px 5px;/*	border-bottom: 1px solid #e3e3e3;*/
}
/*.ban-top {
 align-right;
}
*/
.ad_bg {
    background: url("../../images/backgrounds/linen-white.jpg") #f0f0f0;
}
/*.newsroom-content .ad_bg {
	background: #FFFFFF;
	float: none;
	margin: 20px 0 20px 20px;
}*/
.newsroom-content .ad_bg {
    background: #FFFFFF;
    width: 100%;
    min-width: 210px;
    margin: 0 auto;
}
.home_index .mr_block{
	float: right;
	margin:0 0 20px;
    width: 300px;
}
.rect_block img {
    display: block;
    margin: 10px auto;
    float: none;
}
.ad_col_block{
    margin-right: -30px;
    float: right;
    }
.home_index .ad_col_block {
    margin-top: 10px;
}
.newsroom-content .ad_col_block{
    margin-right: 0;
    float: right;
    }
@media screen and (max-width:991px) {
div#wrapper.toggled_open .home_index .mr_block {
    float: none;
    }
.home_index .ad_col_block {
        width:100%
    }
.home_index .mr_block {
    float: none;
    margin: 0 auto 20px;
    width: 300px;
}
.newsroom-content .midcontent_news {
    margin: 20px auto;
}  
}
@media(min-width:992px) and (max-width:1191px){
    div#wrapper.toggled_open .home_index .col-md-8.newsdesk  {
     width: 60%;   
    }
    div#wrapper.toggled_open .home_index .newsdesk .col-md-6 {
        width:100%;
    }
}
@media screen and (max-width:845px) {
div#wrapper.toggled_open .newsroom-content .right_col .col-sm-6 {
    width: 100%;
}
}
@media screen and (max-width:969px) {
div#wrapper.toggled_open .newsroom-content .ad_col_block{
    width: 100%;
}    
}
@media(max-width:610px) {
.newsroom-content .ad_bg {
    float: none;
    padding-left: 0;
    width: 210px;
    margin: 20px auto;
}
}
.ad_bg.undernews {
    padding-top: 30px;
}
/*.right_col .ad_bg {
	padding: 10px;
}*/
.ad_210 {
    max-width: 210px;
    margin: 0 auto;
}
.right_col .ad_210 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    margin: 0 auto;
}
.ad_160 {
    max-width: 160px;
    margin: 0 -15px 20px auto;
}
.newsroom-content .right_col {
    margin: 0 auto 15px;
    background: none;
}
.tab-content .ad_bg {
    margin: 10px -10px 10px -20px;
    padding: 0 10px 0 10px;
    text-align: center;
}
.ad_468 {
    max-width: 468px;
    margin: 0 auto;
}
.main_content .ad_bg {
    padding: 0;
    overflow: hidden;
}
.ad_bg img.nb_left {
    margin: 10px auto;
    padding: 10px;
    width: 210px;
}
.ad_bg img.ban_top {
    width: 468px;
    margin: 0 10px 0 auto;
}
.ad_bg img.ban {
    width: 468px;
    margin: 5px auto;
    padding: 10px;
    background: none;
}
.ban_main_content {
    /*padding-left: 25px; to offset main_content section padding*/
    margin-top: 10px;
}
.no_bg {
    background: none;
}
.thumb {
    margin: 0 10px 10px 0;
    padding: 0;
}
.brdrl {
    border-left: 1px solid #E3E3E3;
}
.brdrt {
    border-top: 1px solid #E3E3E3;
}
.greyarea {
    background: url("../../images/backgrounds/linen-white.jpg") #f0f0f0;/*background-color: #F0F0F0;*/
}
/************Sidebar Custom CSS**************/
ul.nav-pills, div.sidebar-logo {
    z-index: 9999;
}
/*************NAV BAR CSS*********************/
.navbar-collapse.in {
    overflow-y: visible!important;
    background: #F476BF;
}
#navbar-mobile-btn {
    z-index: 1111111;
}
/*********Bootstrap Edits*********************/

/*
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
 width: auto!;
}
*/
.dropdown-menu {
    z-index: 11000!important;
}
#welcome_greeting {
    margin-left: 10px;
}
/*Listings*/
.listing_placement_arrow {
    float: right;
    height: 92px;
    padding: 2px;
    margin-left: 5px;
    padding-top: 40px;
}
.listing_placement_container {
    margin-top: 5px;
    margin-bottom: 5px;
}
.listing_placement_icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}
.listing_placement_icon img {
    max-height: 80px;
    max-width: 80px;
}
.listing_placement_title {
    margin-left: 90px;
    text-align: left;
    min-height: 57px;/*overflow:hidden;*/
}
.listing_placement_title_hover {
    text-align: left;
    min-height: 57px;/*overflow:hidden;*/
}
.listing_placement_summary {
    margin-left: 90px;
    text-align: left;
    font-style: italic;/*overflow:hidden;*/
}
.listing_placement_source {
    float: left;
    /*	height: 30px;*/
    color: #7F7F7F;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    width: 50%;
    border-left: 4px solid #ccc;
    padding: 5px;
}
.listing_placement_date {
    /*	height: 30px;*/
    color: #7F7F7F;
    text-align: right;
    font-size: 10px;
    width: 50%;
    float: right;
    padding: 5px 0 5px 5px;
}
.bottom_section {
    /*padding-left: 90px;
	width: 100%;
	float: left;
	margin-top: -10px;*/
    padding-top: 7px;
    clear: both;
}
.bottom_section_hover {
    width: 100%;
    float: left;
    margin-top: -10px;
}
.listing_overall_container {
    cursor: pointer;
    border-bottom: 1px solid #D6D6D6;
}
#main_content_min_h {
    min-height: 700px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;/*	background: #e0e0e0;*/
}
.posting_images {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 100%;*/
    width: 100%;
}
.bolded {
    font-weight: 600;
}
.faxboard_span {
    border-bottom: 2px solid #9c9ace;
    height: 80px;
}
.events_calendar_container {
    margin: auto;
    width: 80%;
}
.events_calendar_input {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}
.init_hide {
    display: none;
}
.articles_content p img, .articles_content img, #scrapbook_content img, #scrapbook_content p img, .img_cartoon {
    max-width: 100%;
    /*	width: auto!important;
*/
    height: auto!important;
}
.modal, .ui-dialog {
    z-index: 11090!important;
}
.error, .required, .red {
    color: red;
}
.green {
    color: green;
}
/*general style fixes ky*/
/*.navbar.navbar-default.yamm a {
    font-weight: 500 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}*/

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
@media { /*turn off box shadow in safari to fix menu bug ky - yes weird but correct*/
.navbar.navbar-default.yamm a {
 font-weight: 600 !important;
}
#sidebar-wrapper {
 -webkit-box-shadow: none!important;
 -moz-box-shadow: none!important;
 box-shadow: none!important;
}
}
}
/*END general style fixes ky*/

/*something Ben stuck in ky*/
.grav_qm {
    padding-left: 35%;
}
.white {
    color: white!important;
}
.underline {
    text-decoration: underline;
}
input.datepicker[readonly] {
    background-color: white !important;
    cursor: text !important;
}
#scrapbook_content img, #scrapbook_content p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.panel-body .list-group {
    margin-bottom: 0;
}
h3.hl_title {
    height: 30px;
    padding: 0 0 0 20px;
}
.headliner_block ul, .headliner_block .hl_archive {
    list-style: url(../../images/headliner/bullet_chevron.png);
}
.headliner_block .media-body > ul {
    padding-left: 0;
    margin-left: 0;
}
.headliner_block .media-body {
    overflow: visible;
}
.morenews {
    float: right;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    border-radius: 6px;
    /*	border-radius: 10px 10px 10px 0;
	border: 1px solid #e3e3e3;*/
    padding: 4px 10px 4px;
    background-color: #f476bf;
    margin: 5px -35px 5px 0;
    color: #fff;
}
.morenews a {
    color: #fff;
    text-decoration: none;
}
.morenews a:hover {
    color: #000;
}
.readon {
    font-size: 11px;
    color: #000;
    padding-left: 5px;
}
.readon a {
    text-decoration: underline;
    display: none;
}
.video_block img {
    margin-right: 10px;
}
.video_block .block_content.media:first-child {
    margin-top: 0;
    padding-top: 0;
}
.ivanna_block img, .biting_block img, .devia_block img, .perisc_block img, .ott_block img, .vv_block img, .vs_block img, .vp_block img, .hl_block img, .generic_block img {
    max-width: 250px;
}
.ivanna_block img, .biting_block img, .devia_block img, .perisc_block img, .ott_block img, .jawdropper_block img, .headliner_block img, .vv_block img, .vs_block img, .vp_block img, .hl_block img, .generic_block img, .feature_block img, .newsdesk img, .video_block img {
    float: left;
    border: 1px solid #D8D8D8;
    padding: 1px;
    margin: 0 15px 10px 0;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
}
.jawdropper_block.right_col {
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*.headliner_block{
	margin-left: 15px;
}*/
/*.newsdesk img {
	max-width: 200px;
}*/
.hl_block li {
    display: inline;
}
.hl_block ul {
    padding: 0;
}
.block_content .media-left, block_content .media > .pull-left {
    padding-right: 0;
}
.perisc_block i {
    color: #ccc;
}
.headliner_block img {
    margin-right: 30px;
    width: auto;
    max-width: 150px;/*height: 74px;*/
}
.feature_block img {
    max-width: 150px;
}
.hl_who {
    color: #d6047d;
    font-weight: 500;
}
.zone-3 {
}
.zone-1.visible-md, .zone-2.visible-md {
    margin-left: -15px;
}
.cartoon_block h2 {
    padding-bottom: 2px !important;
}
.cartoon_block .readon {
    text-decoration: underline;
}
/*cartoon page - ky*/
.cartoon-nav-container {
    background: #000;
    color: #fff;
    padding: 0;
    margin: 0;
    max-width: 640px;
}
.cartoon-nav {
    text-align: right;
    padding: 0 15px 1px;
}
.cartoon-nav a, .cartoon-archive a {
    text-decoration: underline;
    color: #FFF;
    font-size: 80%;
}
.cartoon-archive {
    float: left;
    padding: 0 0 1px 15px;
}
.modal-dialog.cartoon {
    width: auto;
    max-width: 700px;
}
/*END cartoon page - ky*/
/* all blocks */
.block_content.media {
    padding-top: 10px;
    margin-top: 0;
}
.block_content {
    padding-top: 5px;
}
/*Tabs*/
#page-content-wrapper .nav > li > a {
    padding: 5px 10px 3px;
    background-color: #f476bf;
    margin-top: 5px;
    margin-bottom: 1px;
}
#page-content-wrapper .nav > li > a:hover, .nav > li > a:focus {
    background-color: #000;
    text-decoration: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
#page-content-wrapper .nav-tabs > li > a {
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    border: none;
}
#page-content-wrapper .nav-tabs > li ad> a:hover {
    color: #fff;
    background-color: #000;
}
#page-content-wrapper .nav-tabs > li.active > a, #page-content-wrapper .nav-tabs > li.active > a:hover, #page-content-wrapper .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #707070;
}
#page-content-wrapper .nav-tabs > li > a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
#page-content-wrapper .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
#page-content-wrapper .newsroom-content .nav-tabs {
    margin-bottom: 0;
}
#page-content-wrapper .nav > li.page_category a {
    background: none;
    color: #000;
    padding-left: 0;
    padding-right: 5px;
    font-weight: 800;
    letter-spacing: .25px;
}
#page-content-wrapper .nav > li.page_category a:hover {
    background: none;
}
/**********************video**************************/
#video_container, #comment_container_video, #comment_container_lst_video {
    /*width: 100%;*/
    max-width: 640px;/*margin: 0 auto;*/
}
#comment_container, #comment_container_lst {
    /*width: 100%;
	margin: 0 auto;*/
    max-width: 640px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: linear-gradient(rgba(214, 4, 125, 0.8), rgba(244, 118, 191, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}
.mejs-mediaelement {
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
}
#video_container h4 {
    color: #d6047d;
    font: 700 15px/17px "Open Sans", sans-serif;
    margin: 15px 0 5px;
    padding: 0;
}
#video_container p {
    line-height: 17px;
    margin: 0;
    padding: 0 0 10px;
}
#video_container .above_player {
    padding-bottom: 10px;
}
.tvroom_view .below_player, .cruisefeature_view .below_player {
    padding-top: 10px;
    max-width: 640px;
}
.tvroom_view .below_player a {
    text-decoration: underline;
}
/*******vimeo*******/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**********************comments*************************/
#display_comment_name {
    font-weight: 600;
}
#display_comment_date {
    font-size: 11px;
}
#comment_container_lst hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment_block .form-group {
    margin-bottom: 0;
}
button#btn-comment-submit {
    float: right;
    margin-top: 14px;
    padding: 6px 12px;
}
/**********************training*************************/
.belowtabs_what {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    color: #000;
}
#page-content-wrapper .training_block h3 {
    color: #999;
    border-bottom: none;
    font-size: 10px;
    margin: 10px 0px 0px;
    padding: 0px 0px 2px 5px;
    font-weight: 600;
}
.training_block img {
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
}
#page-content-wrapper .training_block h4 {
    padding: 0;
    margin: 15px 0 5px;
    color: #d6047d;
    font: 700 15px "Open Sans", sans-serif;
    line-height: 17px;
}
#page-content-wrapper .training_block p {
    padding: 0;
    margin: 0;
    line-height: 17px;
}
/*#page-content-wrapper .nav-tabs > li.active > a {
	background-color: #000!important;
}*/

/**************BB Nav Bar Overrides**********************/
.navbar-default .navbar-nav > .open > a {
    color: #F476BF!important;
    background-color: transparent!important;
}
.mu_sel {
    color: #F476BF!important;
    background-color: transparent!important;
}
/***********************************************/
.poster_size {
    width: 640px;
    height: 360px;
}
.embed-responsive {
    width: 100%;
}
/***********************************************/
.breadcrumb_container {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0 0 3px;
    /*display: inline-block;*/
    font-size: 10px;/*	color: #ccc;*/
}
.breadcrumb a {
    color: #999;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #f476bf;
}
/***********************************************/

.lower_block a {/*news*/
    font-weight: 600;
}
.maincontent_news .lower_block {
    margin-top: 10px;
}
/***********************introblurb************************/
.introblurb {
    padding-top: 10px;
}
.introblurb p strong {
    color: #D6027D;
    font-weight: 600;
}
.belowtabs_what + .introblurb {
    margin-top: 0;
    padding-top: 0;
}
/***********************supplier offers************************/

#faxboard_page .btn.btn-primary {
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
}
#faxboard_page .nav-pills > li {
    margin-left: 5px;
    margin-right: 5px;
}
#faxboard_page .nav-pills > li > a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    margin: 5px -2px 2px;
    padding: 5px 10px;
}
.fb-content .nav.nav-pills {
    display: inline-block;
    padding: 2px 0 5px;
}
.fb-content .nav-pills > li + li {
    margin-left: 2px;
    margin-right: 2px;
}
.viewing_go {
    padding-bottom: 10px;
}
.panel-title a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
button, input, optgroup, select, textarea {
    font-size: 12px;
}
.fb-content .alert {
    border-color: #f476bf;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #333;
}
.fb-content .alert.alert-info {
    background: none;
}
.panel-body .table tr td a {
    color: #428bca;
    text-decoration: underline;
}
.panel-body .table tr td a:visited {
    color: #999;
}
/*#faxboard_page .nav-pills > li > a.cruiseblue {
		background-color: #50A6C2;
	color: #50A6C2;
}*/
#page-content-wrapper #faxboard_page .pill_1 {
    background: #d6047d;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_2 {
    background: #56a313;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_3 {
    background: #138fa3;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_4 {
    background: #8a1056;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_5 {
    background: #f07913;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_6 {
    background: #302591;
    color: #fff;
}
#page-content-wrapper #faxboard_page .pill_7 {
    background: #ddbc1a;
    color: #fff;
}
#page-content-wrapper #faxboard_page .cruiseblue {
    background-color: #50a6c2;
    color: #fff;
}
#page-content-wrapper #faxboard_page .nav-pills > li.active > a, #page-content-wrapper #faxboard_page .nav-pills > li.active > a:hover, #page-content-wrapper #faxboard_page .nav-pills > li.active > a:focus {
    background: #000;
    color: #fff;
}
#faxboard_page .nav-pills li.active, #faxboard_page .nav-pills li.a:focus, #faxboard_page .nav-pills li.a:hover {
    border-bottom: 2px solid #000;
}
#faxboard_page .nav-pills > li > a:hover, #faxboard_page .nav-pills > li > a:focus {
    background-color: #000!important;
}
.sbc_fb_logos {
    text-align: center;
}
.fb_sb_intro {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}
h4.panel-title {
    font-size: 13px;
    font-weight: 600;
}
#faxboard_page .table > tbody > tr > td {
    border-top: none;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
}
#faxboard_page .table > tbody > tr > td i {
    margin-bottom: 5px;
}
.panel {
    box-shadow: none;
}
.panel-body {
    padding: 0 15px;
}
.panel-default > .panel-heading {
    color: #333;
    background: none;
}
.panel-title a {
    color: #f476bf;
}
.panel-default {
    border-color: #fcddef;
    border-radius: 50px;
    border-top: none;
    border-right: none;
}
.panel-group .panel {
    border-radius: 0 10px;
    margin-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body tr:first-child {
    background-color: #f476bf;
    color: #fff
}
.admin_index .panel-default > .panel-heading + .panel-collapse > .panel-body tr:first-child {
    background: none;
}
table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 15px;
}
.panel-body .table {
    margin-bottom: 10px;
    padding: 0;
}
/***********************sidebar edits************************/
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
#sidebar-wrapper .media-object {
    max-width: 90px;
}
#sidebar-wrapper img.media-object {
    padding: 1px;
    border: 1px solid #d8d8d8;
}
.media-right, .media > .pull-right {
    padding-left: 10px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}
.listing_overall_container:first-child {
    margin-top: 20px;
}
.media:first-child {
    margin-top: 15px;
}
h4.media-heading {
    font-size: 13px;
    font-weight: 600;
}
.sidebar .listing_overall_container {
    border-bottom: 1px solid #fabae0;
    border-left: 4px solid #fabae0;
    margin-bottom: 15px;
}
.sidebar .listing_overall_container + a {
    line-height: 30px;
    text-decoration: underline;
}
.sidebar .listing_placement_source, #sidebar-wrapper .sidebar img.media-object {
    border-left: none;
}
#sidebar-wrapper .sidebar .jawdropper_block.all_news img.media-object {
    border: 1px solid #d8d8d8;
    max-width: 50px;
}
.sidebar .bottom_section {
    padding-top: 0;
}
.tab-content.autoscroll .listing_overall_container + .ad_bg {
    margin-top: 20px !important;
}
/*********************** mega menu ************************/
.dropdown-menu {
    font-size: 11px;
    background-color: #fff;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.176)
}
.dropdown-menu a {
    color: #444;
    /*text-shadow: 2px 2px 2px #222;*/
    letter-spacing: .1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.grid [class*="col-"] {
    border-right: 3px solid #FFF;/*box-shadow: 10px 0 4px -10px rgba(0, 0, 0, 0.5);*/
}
.grid [class*="col-"]:last-child {
    border-right: none;
    box-shadow: none;
}
.dropdown-menu.moreddmenu {
    background-color: #fabae0;
}
.dropdown-menu.moreddmenu > li > a {
    color: #444;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu.moreddmenu > li > a:hover, .dropdown-menu.moreddmenu > li > a:focus {
    text-decoration: underline;
    background-color: #fff;
}
.mm_title_primary a {
    display: none;
}
.mm_title, .content_cat {
    font-weight: 700;
}
.equalh {
    margin-bottom: -999px !important;
    padding-bottom: 999px;
}
#equalheight {
    overflow: hidden;
    padding-bottom: 5px;
}
.grid {
    padding-bottom: 10px;
}
#view_more .dropdown-menu > li > a {
    color: #444;/*	padding: 3px 10px;*/
}
#view_more .dropdown-menu > li > a:hover, #view_more .dropdown-menu > li > a:focus {
    color: #f476bf;
    text-decoration: underline;
}
.dropdown-menu .leftcol a {
    color: #444;
    font-weight: 700;
}
.lightBG {
    background: #FCDDEF;
}
.leftmmBG {
    background: #FABAE0;
}
.dropdown.yamm-fw.open {
    background: #fff;
}
.mm_what {
    color: #f476bf;
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}
.leftcol .mm_what {
    color: #f476bf;
}
.leftcol.leftmmBG .mm_what {
    color: #fff;
}
.list-bullet {
    list-style: outside disc none;
    padding-left: 10px;
    color: #fff;
}
.grid [class*="col-"] li {
    line-height: 12px;
    padding-bottom: 7px;
}
.col-sm-12.col_spanner {
    margin-top: 2px;
}
.NCL_TCR_logo img {
    margin: 10px auto;
}
/***********************  articles ************************/
.article_date {
    font-size: 11px;
    margin-bottom: 15px;
}
.articles_right_col {
    /*	float: right;*/
    margin: 0;
    padding: 0;/*clear: right;*/
}
.articles_right_col p {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    text-align: left;
    max-width: 480px;
}
.articles_right_col img {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.16);
    border: 1px solid #D8D8D8;
    padding: 1px;
}
.img_w_caption {
    font-size: 10px;
    margin-bottom: 20px;
}
.img_w_caption.vertical {
}
.img_caption {
    background: #f0f0f0;
    padding: 5px 10px;
}
.credit > p {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
}
.maxw500, .horiz {
    max-width: 500px;
}
.maxw400 {
    max-width: 400px;
}
.maxw300 {
    max-width: 300px;
}
.maxw250, .vertical {
    max-width: 250px;
}
.maxw200 {
    max-width: 200px;
}
/*********************** about us ************************/
#page-content-wrapper .aboutus_index h3 {
    clear: none;
}
.bio_block {
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.bio_block h3 {
    border: none !important;
    font-size: 14px !important;
}
.bio_block.nina {
    border: 1px solid #e3e3e3;
    padding: 15px 15px 5px;
}
.bio_block.nina img {
    max-width: 25%;
}
.bio_block img {
    float: left !important;
    max-width: 25%;
    height: auto;
    padding: 1px;
    padding: 1px !important;
    border: 1px solid #c8d6df;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    margin-right: 15px;
}
.contact {
    border-left: 1px solid #e3e3e3;
}
.contact a {
    color: #428bca !important;
    text-decoration: underline !important;
}
.blurb {
    padding-left: 0px;
    padding-right: 0px;
}
.disclaimer {
    font-size: 10px;
    color: #9C9C9C;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

@media (max-width:1279px) {
.bio_block.nina {
    margin: 0;
}
.bio_block {
    padding: 10px 0 5px;
    margin: 5px 15px;
    border-bottom: 1px solid #e3e3e3;
}
.disclaimer {
    border-top: none;
}
.contact {
    border-left: none;
    padding-left: 0;
}
}
.bio_block.mini-bio {
    border: 1px solid #e8e8e8;
    padding: 15px 15px 10px;
    margin: 30px 0 0;
	clear: both;
}
.bio_block.mini-bio p {
    font-size: 12px;
}
.bio_block.mini-bio img {
    max-width: 100px;
}
#page-content-wrapper .bio_block.mini-bio h3 {
    clear: none;
    font-size: 13px !important;
    margin: 0;
}
/*********************** google ad positioning ************************/

.ad_300w + div {
    margin-top: 15px;
}
.ad_300w + .ad_bg {
    margin-top: 15px !important;
}
.right_col iframe {
    text-align: center;
    margin: 0 auto;
    width: 210px;
}
/*********************** move to newsroom ************************/
.well h5 {
    font-weight: 600;
    color: #d6047d;
}
.newsroom-content .listings {
    padding-left: 0;
}
#page-content-wrapper h2.sorted_newsroom_category {
    padding-top: 10px;
}
.pink_buttons {
    background-color: #f476bf;
    border: medium none;
    border-radius: 10px 10px 10px 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    margin: 2px 0;
    padding: 4px 10px;
    text-transform: uppercase;
}
.date_heading {
    color: #f476bf;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    padding: 0;
    margin: 15px 0 0;
    /*border-bottom: 1px solid #F0F0F0;*/
    clear: left;
}
#page-content-wrapper .newsroom-content .nav .dropdown.open > a:focus { /*for "more" tab */
    color: #FFF;
    background-color: #000;
}
/***********Jaw Dropper page**********/
.jaw_date {
    font-weight: 600;
    font-size: 11px;
}
.jaw_desc {
    font-weight: 700;
}
.jaw_desc a {
    font-weight: 400;
    text-decoration: underline;
    color: #428bca;
}
.jaw_desc a:hover {
    color: #2a6496;
}
/*********************/

.text_show_links a {
    text-decoration: underline;
}
/**********jobs Board***********/
.jb-content a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.jb-content .postajob {
    margin: 20px 0;
    background: #fff;
    padding-left: 20px;
}
.jobsboard_order ul {
    padding-left: 40px;
}
.jobsboard_order li {
    padding-bottom: 5px;
}
.jobsboard_order thead {
    background: #f476bf;
    color: #FFF;
}
.jobsboard_order thead h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
}
.jobsboard_order thead p {
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    margin: 0;
}
/**********Alerts***********/
.alert-pink {
    background-color: #fef1f8;
    border-color: #fcddef;
    color: #fe76bf;
}
.alert-pinkdark {
    background-color: #d6047d;
    border-color: #fe76bf;
    color: #fff;
}
.alert-info {
    background-color: #fff;
    border-color: #fcddef;
    color: #fe76bf;
    display: inline-block;
    padding: 4px 10px;
}
.alert-info .fa-lg {
    vertical-align: baseline;
    padding-right: 2px;
}
/**********Admin***********/
.admin_index .panel-body a, .admin_index .panel-body a:visited, #page-content-wrapper .admin_listdbtables a, #page-content-wrapper .admin_listdbtables a:visited {
    color: #428bca;
    text-decoration: underline;
}
.admin_index .panel-body a:hover, #page-content-wrapper .admin_listdbtables a:hover {
    color: #2a6496;
}
#page-content-wrapper .admin_listdbtables a {
    line-height: 24px;
}
.admin_index .btn {
    font-size: 13px;
    padding: 3px 15px;
    margin: 0 5px 15px 0;
    border: none;
}
.admin_index a.btn, #page-content-wrapper .admin_listdbtables .btn {
    text-decoration: none;
    line-height: normal;
}
/*.admin_index .btn-default {
	color: #428bca!important;
}
.admin_index .btn-default:hover {
	color: #2a6496!important;
}*/
.admin_index .panel-body {
    padding-bottom: 15px;
}
.admin_index .panel-body .btn {
    background: #FFFFFF;
    color: #428bca !important;
    border: 1px solid #428bca;
}
/**********Most Read***********/

/*.mostread.list-group-item {
    display: list-item;
}*/
.mostread_block ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
 *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: 15px;
}
.mostread_block .rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
 *padding: .4em;
    margin: .5em 0;
    background: #eee;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}
.mostread_block .rounded-list a:hover {
    background: #eee;
}
.mostread_block .rounded-list a:hover:before {
    transform: rotate(360deg);
}
.mostread_block .rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #f476bf;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    box-sizing: content-box;
}
.mostread_block .circle-list li {
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}
.mostread_block .circle-list h2 {
    position: relative;
    margin: 0;
}
.mostread_block .circle-list p {
    margin: 0;
}
.mostread_block .circle-list h2:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    /*font: italic bold 1em/1.5em Georgia, Serif;*/
    color: #ccc;
    border-radius: 1.5em;
    transition: all .2s ease-out;
}
.mostread_block .circle-list li:hover h2:before {
    background-color: #ffd797;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #444;
    transform: scale(1.5);
}
#page-content-wrapper .login_sign_up_as h2 a {
    font-size: 14px;
}
.pinkmd {
    color: #f476bf;
}
.pinkdk {
    color: #d6047d;
}
.all_news h3 a, .all_news h3 a:visited {
    color: #d6047d;
}
.all_news h3 {
    margin-left: -10px;
}
/*play button overlay*/
.video_block img.media-object {
    /*max-width:100%;*/
    height: auto;
}
a.tv_img_link {
    float: left;
    position: relative;
}
a.tv_img_link span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("http://www.openjaw.com/assets/mediaelement/bigplaytvr.svg") no-repeat;
    background-position: 0 0;
    background-size: 40%;
    top: 5px;
    left: 20px;
}

@media screen and (max-width:991px) {
.right_col {
    float: none;
}
.main_content {
    margin-bottom: 15px;
}
}

@media screen and (min-width:768px) and (max-width:1279px) {
/*.headliner_block{
	margin-left: 0px !important;
}*/
.nb-container.fixed-w {
}
}

@media screen and (min-width:992px) and (max-width:1024px) {
.main_content.two-nbl .beside-fixed-w {
    margin-left: 15px;
    padding: 0 0 0 10px;
    width: 195px;
}
.main_content.one-nbr .beside-fixed-w {
    margin-left: 15px;
    padding-right: 0;
    width: 195px;
}
.tv-item_block:first-child {
    margin-top: 0;
}
.tv-item_block {
    margin-top: 10px;
}
}

@media screen and (min-width:1025px) and (max-width:1279px) {
.main_content.one-nbr .jawdropper_block.hidden-lg {
    margin-left: 15px;
}
.main_content.two-nbl .video_block {
}
.main_content.two-nbl .beside-fixed-w {
    margin-left: 15px;
    padding: 10px 0 0 10px;
    width: 195px;
}
.tv-item_block:first-child {
    margin-top: 0;
}
.tv-item_block {
    margin-top: 10px;
}
}

@media screen and (min-width:1280px) {
.main_content.one-nbr .zone-1 {
    margin-left: 15px;
}
.main_content.two-nbl .zone-1 {
    margin-left: 0;
}
}

@media screen and (min-width:1025px) {
.main_content.one-nbr .video_block {
    margin-left: 15px;
    margin-right: -15px;
}
}
/* logo for mobile*/
.logo-mobile {
    display: none;
}

@media(max-width:766px) {
.logo-mobile {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.logo-mobile h1 {
    margin: 0;
}
.logo-mobile img {
    max-width: 200px;
    padding: 5px 10px;
}
}

/*END logo for mobile*/
/* cartoon adjust to allow for Big Box*/

@media (min-width: 1001px) and (max-width: 1279px) {
.cartoon_block {
    width: 56% !important;
}
}

@media (min-width: 992px) and (max-width: 1000px) {
.cartoon_block {
    width: 100% !important;
}
}
/*END ad beside cartoon*/
/*BEGIN newsroom prev next*/

#to_go_date button.btn {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #d6047d;
    border: none;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #ffffff;
}
#to_go_date button.btn:hover {
    background: #f476bf;
}
/*END newsroom prev next*/
/*Begin Ben.css*/
#floatingFooter {
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: url("../../images/backgrounds/linen-white.jpg") #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

@media screen {
body>div#floatingFooter {
    position: fixed;
}
}
.floatingFooterInner {
    max-width: 990px;
    margin: 0px auto;
    /*padding-top: 8px; ky*/
    padding: 1px;
}
.h195px {
    height: 195px;
}
.cartoon_width {
    width: 465px!important;
}
.gold_bg {
    background-color: #FFCC33;
}
.silver_bg {
    background-color: lightgrey;
}
.bronze_bg {
    background-color: #CC9900;
}
.tin_bg {
    background-color: #F7F7F7;
}
.sba_thumb {
    max-width: 200px;
}
.viewing_go {
    padding-bottom: 10px;
}
button, input, optgroup, select, textarea {
    font-size: 12px;
}
.fb-content .alert {
    border-color: #f476bf;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #333;
}
.fb-content .alert.alert-info {
    background: none;
}
.fb-content p strong {
    color: #D6027D;
    font-weight: 600;
}
.underline {
    text-decoration: underline;
}
.redirect_text {
    font-weight: bold;
}
.redirect_text_if a {
    text-decoration: underline;
}
.img_cartoon_past {
    width: 150px;
}
a.bc_active {
    color: #F476BF;
}
.quizlist {
    padding-top: 10px;
}
div.datetimepicker {
    background-color: #ffffff;
}
.jj_desc {
}
.jj_desc a {
    text-decoration: underline;
}
.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.date {
    font-size: 11px;
}
.redactor-box textarea {
    background-color: #ffffff!important;
    color: #000000!important;
}
.label_required:after {
    color: red;
    content: ' *';
}
.clear {
    clear: both;
}
.img_ad {
    max-width: 100%!important;
    height: auto!important;
}

/* For mobiles */
@media only screen and (max-width:477px) {
.Ad-Banner {
    display: none;
}
.Ad-BigBanner {
    display: none;
}
.Ad-WideLug {
    display: block;
}
}

@media only screen and (min-width:478px) and (max-width:769px) {
.Ad-Banner {
    display: block;
}
.Ad-BigBanner {
    display: none;
}
.Ad-WideLug {
    display: none;
}
#div-dfp-BigBanner-Banner {
    display: block;
}
}

@media only screen and (min-width:770px) {
.Ad-Banner {
    display: block;
}
.Ad-BigBanner {
    display: block;
}
.Ad-WideLug {
    display: none;
}
#div-dfp-BigBanner-Banner {
    display: none;
}
}
/*
.ad_big{margin: 0px -15px;
padding: 0 10px;
}
*/
.sb_pd_fa {
    height: 50px;
}
.w9am {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#loading_events {
    position: relative;
    top: 50%;
    left: 50%;
    display: none;
}
/*
@media only screen and (min-width:1200px){
.nr_cn_ad{
margin-right:10%;
}
}

.fc-other-month,.fc-other-month.fc-future
{
visibility:hidden!important;
}

}*/
#noscript-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    background-color: #fef1f8;
    border-color: #fcddef;
    color: #fe76bf;
    padding: 5px 0 5px 0;
}
.dropdown-menu.default {
    font-size: 13px;
    background-color: transparent;
}
.dropdown-menu.default a {
    text-shadow: none;
}
.no_margin {
    margin: 0 0 0 0!important;
}
#advpolls-results-html .advpolls-answer-graph div.advpolls-full-line, #advpolls-results-html .advpolls-answer-graph {
    width: 100%!important;
    max-width: 200px!important;
}
/*Newsroom Highlights*/
a.drop_pink, a.drop_pink:visited {
    color: #D6047D;
}
div#share_video_btn {
    cursor: pointer;
}
a.tab_btn {
    padding: 6px 12px!important;
}
/*END ben.css*/
/*gordie.css*/
.indent-p {
    text-indent: 20px;
}
/*END gordie.css*/

.topstory_new {
    color: #fff;
    font-weight: bold;
    background-color: #f476bf;
    padding: 0 5px;
    border-radius: 5px;
}
#page-content-wrapper .newsroom-content a h3 {
    border-radius: 10px 10px 0 0 !important;
}
#page-content-wrapper .container {
    max-width: 960px;
    background: #ffffff;
}
#page-content-wrapper .footer-divider .container {
    background: none;
}
.<meta http-equiv="refresh" content="0; url=http://website.com/" />maincontent_news {
 clear: left;
 margin-bottom: 10px;
}
.newsline {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    max-width: 570px;
    overflow: hidden;
}
.newsline:first-child {
    padding-top: 0;
}
.newssub {
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 12px;
    display: inline-block;
}
.sidesub {
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    text-decoration: none !important;
}
.banner_newsroom {
    margin: 10px 10px 10px 0;
    padding: 0;
}
.video_newsroom {
    height: 196px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.video-div {
    width: 350px;
    height: 196px;
    margin: 0 auto;
}
/*BEGIN JWPLAYER VIDEO AD NEWSROOOM*/
.video-div-jwp {
    cursor: pointer;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 450px;
}
.video_newsroom-jwp {
    margin-top: 10px;
    margin-bottom: 20px;
}
.jwplayer video{
    cursor:pointer;
}
/*END JWPLAYER VIDEO AD NEWSROOOM*/
.all_news {
    padding: 5px 0 !important;
    margin: 0 !important;
}
.tab-content #Latest .all_news.know a {
    text-decoration: underline;
    color: #D6047D !important;
}
.tab-content #Latest .all_news.know a:hover {
    color: #000000 !important;
}
.all_news + .all_news {
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}
.all_news p {
    padding: 0 !important;
    margin: 0 !important;
}
.tab-content #Latest h3, .tab-content #News h3 {
    color: #000 !important;
    font-family: helvetica !important;
    font-size: 18px!important;
    font-weight: 400 !important;
    text-transform: uppercase!important;
    border-left: none !important;
    border-bottom: 2px solid #f476bf !important;
    margin: 10px 0 0 -20px !important;
    padding: 0 20px !important;
}
.tab-content.autoscroll {
    padding-right: 15px;
}
.tab-content a {
    color: #444 !important;
    font-weight: normal !important;
}
.one-nbr .zone-2 {
    margin-left: 15px;
}
/*redirect page*/
.newsroom_redirect, .register_choose {
    min-height: 800px;
}
.newsroom_redirect h1 {
    color: #D6047D;
    padding: 0;
    font-size: 16px;
    margin: 0;
}
.newsroom_redirect a {
    text-decoration: underline;
    color: #428bca;
    font-size: 11px;
}
.newsroom_redirect a:hover {
    color: #3071a9;
}
/*adjustments for new hp 082517*/
.cartoon_container {
    max-width: 480px;
    margin: 0 auto;
}
.Ad-Banner {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.banner_newsroom iframe.Ad-Banner {
    margin: 0;
    clear: both;
}
.ad_300 {
    margin: 15px auto;
    width: 300px;
}
.top_content_links {
    display: none;
    border-top: 1px solid #f0f0f0;
    padding-top: 7px;
    font-size: 85%;
}
.top_content_links ul {
    padding-left: 0;
    list-style-type: none;
}
.top_content_links li a {
    color: #444;
    text-decoration: underline;
}
.top_block img {
    width: 50%;
    max-width: 250px;
    height: auto;
}
.xmasicon {
    border-radius: 50%;
    width: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    margin: -3px 5px 5px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
    background-image: url(http://www.openjaw.com/minisites/Xmas_2017/OJ_Xmas_Card2017icon.png);
    float: left;
}
.closedforholidays {
    color: #D6047D;
}
.closedforholidays a {
    color: #009688;
    text-decoration: underline;
}
.XmasCard2017 img {
    margin: 0 auto;
}
.XmasCard2017 {
    background: url(http://www.openjaw.com/newsletter/brief/images/dots_sm_bg.png);
}
img.google-badge {
    max-width: 120px;
}
/*BEGIN French pop-up*/
.frewin {
    font-size: 11px;
    font-family: tahoma;
    width: 180px;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    position: fixed;
    top:121px;
    right:15px;
    background: #ffffff;
    z-index: 1000000;
}
.frewin:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.frewin img { 
    float: left;
    margin-right: 10px;
}
.frewin h3 {
    padding: 0;
    margin: 0;
    color: #d6047d;
    font-size: 14px;
}
.frewin h4 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 12px;
}
.frewin p{
     margin: 0; 
    }
#frewin-close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#d6047d;
    color:#fff;
}
#frewin-close:hover {
        float:right;
        display:inline-block;
        padding:2px 5px;
        background: #f476bf;
    color:#fff;
    }
.frewin:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
/*END French pop-up ky*/
