/*
  Theme Name: underscores
  Theme URI: http://underscores.me/
  Author: Underscores.me
  Author URI: http://underscores.me/
  Description: Description
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: underscores
  Tags:

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

  underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
  */
/*
  Global styles
*/
.clear {
  clear: both;
}
.footer-section-header-bar-responsive {
  background-color: #ee4e10;
  height: 3px;
  width: 26px;
}
.footer_logo {
  margin-top: 3%;
}
.footer_site_title > h3 {
  margin: 6px 0 3px !important;
}
.footer-section-header-bar {
  background-color: #ee4e10;
  height: 3px;
  width: 30px;
}
.footer_text_site {
  margin-top: 2%;
}
.footer_site_title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
body {
  background-color: #2e3138;
  text-align: center;
  font-family: 'Asap', sans-serif;
}
@media (min-width: 992px) {
  body {
    background: url(imgs/wood_bkgnd.jpg) repeat-x top #b6a088;
  }
}
body #primary {
  background-color: #2e3138;
}
@media (min-width: 992px) {
  body #primary {
    border: 20px solid #2e3138;
  }
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container .row-parent {
    margin: 0 -10px;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
.primary-action-btn {
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #013765;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 12px;
  border: none;
}
.primary-action-btn:hover,
.primary-action-btn:focus {
  background-color: #1d3657;
}
#masthead .header-wrapper {
  background-color: #2e3138;
}
#masthead .row-logo,
#masthead .row-nav {
  margin: 0;
}
#masthead .row-logo .col-md-12,
#masthead .row-nav .col-md-12 {
  padding: 0;
}
#masthead .navbar-toggle {
  position: absolute;
  top: -9px;
  left: -10px;
  background-color: #ee4e10;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#masthead .navbar-toggle .icon-bar {
  background-color: #2e3138;
}
#masthead .header {
  position: relative;
}
#masthead .header-logo {
  max-width: 110px;
  margin: 8px 0 0 38px;
  float: left;
  display: block;
}
#masthead .header-mobile-slit {
  display: block;
}
@media (min-width: 530px) {
  #masthead .header-mobile-slit {
    display: none;
  }
}
#masthead .header-search-wrapper-mobile {
  width: 15px;
  margin: 12px 5px 0 0;
  float: right;
  position: relative;
  display: block;
}
#masthead .header-search-wrapper-mobile img {
  cursor: pointer;
}
@media (min-width: 768px) {
  #masthead .header-search-wrapper-mobile {
    display: none;
    width: 40px;
    height: 70px;
    margin: 0;
    padding: 21px 0 0 8px;
    background-color: #454954;
  }
  #masthead .header-search-wrapper-mobile img {
    width: 25px;
  }
}
#masthead .header-search-wrapper-mobile #searchform {
  width: 263px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 15px;
  left: -242px;
  z-index: 10;
  background-color: #ee4e10;
  border-bottom: 5px solid #2e3138;
  border-left: 5px solid #2e3138;
  border-right: 5px solid #2e3138;
}
#masthead .header-search-wrapper-mobile #searchform input[type="text"] {
  width: 144px;
  padding: 5px 0px 6px 12px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #eee;
}
#masthead .header-search-wrapper-mobile #searchform #searchsubmit {
  padding: 8px 20px 7px 20px;
  border: none;
}
#masthead .header-search-wrapper-desktop {
  width: 40px;
  height: 70px;
  margin: 0;
  display: none;
  padding: 21px 0 0 8px;
  background-color: #454954;
  float: right;
}
@media (min-width: 768px) {
  #masthead .header-search-wrapper-desktop {
    display: block;
  }
}
#masthead .header-search-wrapper-desktop .header-search-icon {
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;
  background: url("imgs/magnifyingglass_sprite.png") no-repeat 0 -26px;
  background-size: cover;
}
#masthead .header-search-wrapper-desktop .header-search-icon:hover,
#masthead .header-search-wrapper-desktop .header-search-icon:focus {
  width: 25px;
  height: 25px;
  display: block;
  background-position: 0 0;
  background-size: cover;
  cursor: pointer;
}
#masthead .header-search-wrapper-desktop #searchform {
  width: 410px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 10;
  background-color: #ee4e10;
  border-bottom: 5px solid #2e3138;
  border-left: 5px solid #2e3138;
  border-right: none;
}
#masthead .header-search-wrapper-desktop #searchform input[type="text"] {
  width: 230px;
  padding: 7px 0 9px 12px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #eee;
}
#masthead .header-search-wrapper-desktop #searchform #searchsubmit {
  border: none;
}
#masthead .header-search-wrapper-mobile.search-enabled,
#masthead .header-search-wrapper-desktop.search-enabled {
  background-color: #ee4e10 !important;
}
#masthead .header-social-links-mobile {
  float: right;
  display: block;
}
#masthead .header-social-links-mobile ul {
  width: 88px;
  height: 15px;
  margin: 12px 2px 0 0;
  padding: 0;
  border-right: 1px solid #666;
  /*
        @media (min-width: 768px){
          width: 120px;
          height: 25px;
          margin: 22px 18px 0 0;
          padding: 0;
          border-right: none;
        }
        */
}
#masthead .header-social-links-mobile ul li {
  width: 15px;
  margin: 0 2px;
  display: inline-block;
}
@media (min-width: 768px) {
  #masthead .header-social-links-mobile ul li {
    width: 25px;
    margin: 0 6px;
  }
}
@media (min-width: 400px) {
  #masthead .header-social-links-mobile ul {
    width: 98px;
    height: 15px;
    margin: 12px 14px 0 0;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  #masthead .header-social-links-mobile {
    display: none;
  }
}
#masthead .header-social-links-desktop {
  display: none;
}
@media (min-width: 768px) {
  #masthead .header-social-links-desktop {
    float: right;
    display: block;
  }
  #masthead .header-social-links-desktop ul {
    margin: 0 20px 0 0;
    padding: 0;
  }
  #masthead .header-social-links-desktop ul li {
    margin: 0 5px;
    display: inline-block;
  }
  #masthead .header-social-links-desktop .social-fb-nav a {
    width: 15px;
    height: 27px;
    margin: 22px 0 0 0;
    display: block;
    background: url("imgs/fb_nav_sprite.png") no-repeat 0 -26px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-fb-nav a:hover,
  #masthead .header-social-links-desktop .social-fb-nav a:focus {
    width: 15px;
    height: 27px;
    display: block;
    background-position: 0 1px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-twitter-nav a {
    width: 31px;
    height: 27px;
    margin: 22px 0 0 0;
    display: block;
    background: url("imgs/twitter_nav_sprite.png") no-repeat 0 -29px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-twitter-nav a:hover,
  #masthead .header-social-links-desktop .social-twitter-nav a:focus {
    width: 31px;
    height: 27px;
    display: block;
    background-position: 0 2px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-instagram-nav a {
    width: 27px;
    height: 27px;
    margin: 22px 0 0 0;
    display: block;
    background: url("imgs/insta_nav_sprite.png") no-repeat 0 -28px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-instagram-nav a:hover,
  #masthead .header-social-links-desktop .social-instagram-nav a:focus {
    width: 27px;
    height: 27px;
    display: block;
    background-position: 0 0;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-youtube-nav a {
    width: 31px;
    height: 27px;
    margin: 22px 0 0 0;
    display: block;
    background: url("imgs/youtube_nav_sprite.png") no-repeat 0 -29px;
    background-size: cover;
  }
  #masthead .header-social-links-desktop .social-youtube-nav a:hover,
  #masthead .header-social-links-desktop .social-youtube-nav a:focus {
    width: 31px;
    height: 27px;
    display: block;
    background-position: 0 2px;
    background-size: cover;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #masthead .header-social-links-desktop ul {
    margin: 0 20px 0 20px;
  }
}
#masthead .header-listenlive-mobile {
  float: right;
  display: block;
}
#masthead .header-listenlive-mobile img {
  width: 55px;
  margin: 12px 3px 0 0;
}
@media (min-width: 400px) {
  #masthead .header-listenlive-mobile img {
    margin: 12px 14px 0 0;
  }
}
@media (min-width: 768px) {
  #masthead .header-listenlive-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  #masthead .header-listenlive-desktop,
  #masthead .header-watchlive-desktop {
    margin: 0 10px 0 0;
    display: block;
    float: right;
  }
  #masthead .header-listenlive-desktop a{
    width: 80px;
    height: 22px;
    margin: 21px 0 0 0;
    display: block;
    background: url("imgs/listen_live_sprite.png") no-repeat;
    background-size: cover;
  }
  #masthead .header-watchlive-desktop a{
    width: 80px;
    height: 22px;
    margin: 21px 0 0 0;
    display: block;
    background: url("/wp-content/uploads/2016/12/watch_live_orange.png") no-repeat;
    background-size: cover;
  }
  #masthead .header-listenlive-desktop a:hover,
  #masthead .header-listenlive-desktop a:focus {
    width: 80px;
    height: 22px;
    display: block;
    background-position: 0 0;
    background-size: cover;
  }
}
#masthead .header-watchlive-mobile {
  float: right;
  display: block;
}
#masthead .header-watchlive-mobile img {
  width: 55px;
  margin: 12px 3px 0 0;
}
@media (min-width: 400px) {
  #masthead .header-watchlive-mobile img{
    margin: 12px 14px 0 0;
  }
}
@media (min-width: 768px) {
  #masthead .header-watchlive-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #masthead .header-listenlive-desktop {
    display: none;
  }
  #masthead .header-watchlive-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  #masthead .header-listenlive-desktop {
    margin: 0 22px 0 0;
    display: block;
    float: right;
  }
  #masthead .header-listenlive-desktop a {
    width: 103px;
    height: 28px;
    margin: 21px 0 0 0;
    display: block;
    background: url("imgs/listen_live_sprite.png") no-repeat 0 -28px;
    background-size: cover;
  }
  #masthead .header-watchlive-desktop {
    margin: 0 22px 0 0;
    display: block;
    float: right;
  }
  #masthead .header-watchlive-desktop a {
    width: 103px;
    height: 28px;
    margin: 21px 0 0 0;
    display: block;
    background: url("/wp-content/uploads/2016/12/watch_live_orange.png") no-repeat;
    background-size: cover;
  }
  #masthead .header-watchlive-desktop i { 
    color: #000;
    margin-right: 5px;
}
  
  #masthead .header-listenlive-desktop a:hover,
  #masthead .header-listenlive-desktop a:focus {
    width: 103px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-size: cover;
  }
}
#masthead .closings-btn {
  float: right;
}
#masthead .closings-btn img {
  width: 55px;
  margin: 12px 3px 0 0;
}
@media (min-width: 992px) {
  #masthead .closings-btn img {
    width: 103px;
    height: 28px;
    margin: 21px 15px 0 0;
    display: block;
  }
}
@media (max-width: 991px) {
  #masthead .closings-btn img {
    width: 80px;
    height: 22px;
    margin: 21px 10px 0 0;
    display: block;
  }
}
@media (max-width: 767px) {
  #masthead .closings-btn img {
    width: 55px;
    margin: 12px 5px 0 0;
    height: auto;
  }
}
#masthead .header-weather {
  margin: 12px 10px 0 5px;
  float: right;
}
#masthead .header-weather a {
  color: #fff;
}
#masthead .header-weather a:hover {
  color: #91949a;
}
#masthead .header-weather a:hover i {
  color: #91949a;
}
#masthead .header-weather-temperature {
  margin: 0 2px 0 0;
  float: left;
  font-size: 20px;
  line-height: 16px;
}
#masthead .header-weather-icon {
  margin: 0 5px 0 0;
  float: left;
}
#masthead .header-weather-icon i {
  font-size: 24px;
  line-height: 20px;
}
#masthead .header-weather-city-date {
  padding-top: 1px;
  float: left;
  text-align: left;
  font-size: 9px;
}
#masthead .header-weather-city-date p {
  line-height: 4px;
}
#masthead .header-weather-city-date-city {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #91949a;
}
#masthead .header-weather-city-date-date {
  margin: 0;
}
@media (min-width: 530px) {
  #masthead .header-weather {
    margin: 12px 10px 0 5px;
    float: right;
  }
}
@media (min-width: 768px) {
  #masthead .header-weather {
    margin: 22px 10px 0 0;
  }
  #masthead .header-weather-temperature {
    margin: 0 5px 0 0;
    font-size: 36px;
    line-height: 28px;
  }
  #masthead .header-weather-icon i {
    font-size: 45px;
    line-height: 34px;
  }
  #masthead .header-weather-city-date {
    padding-top: 0;
  }
  #masthead .header-weather-city-date p {
    line-height: 11px;
    font-size: 14px;
  }
  #masthead .header-weather-city-date-city {
    margin: 0 0 5px 0;
    text-transform: uppercase;
  }
  #masthead .header-weather-city-date-date {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #masthead .header-wrapper {
    height: 70px;
    background-color: #2e3138;
  }
}
@media (min-width: 768px) {
  #masthead .header-logo {
    max-width: 132px;
    margin: 15px 0 0 38px;
    float: left;
    display: block;
  }
}
@media (min-width: 992px) {
  #masthead .header-logo {
    max-width: 225px;
    margin: 10px 0 0 0;
  }
}
#masthead .navbar {
  min-height: 0;
  text-align: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}
#masthead .navbar-default {
  color: #fff;
  background-color: #454954;
}
#masthead .navbar-default .navbar-collapse {
  border: none;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #masthead .navbar-default .navbar-collapse {
    padding-bottom: 0;
  }
}
#masthead .navbar ul.nav {
  float: left;
  width: 100%;
}
#masthead .navbar ul.nav li {
  list-style: none;
}
#masthead .navbar ul.nav li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#masthead .navbar ul.nav li.nav-parent-level {
  margin: 0px 0px -10px;
}
#masthead .navbar ul.nav li.nav-subcat-level {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  #masthead .navbar ul.nav li.nav-subcat-level {
    margin: 0;
  }
}
#masthead .navbar ul.nav .open > a,
#masthead .navbar ul.nav .open > a:focus,
#masthead .navbar ul.nav .open > a:hover {
  background-color: #454954;
}
#masthead .navbar ul.nav .mobile {
  display: block;
}
#masthead .navbar ul.nav .desktop {
  display: none;
}
@media (min-width: 768px) {
  #masthead .navbar {
    min-height: 0;
    text-align: center;
  }
  #masthead .navbar .dropdown.dropdown-desktop:hover .dropdown-menu {
    display: block;
  }
  #masthead .navbar .dropdown.dropdown-desktop:hover a,
  #masthead .navbar .dropdown.open a {
    background-color: #ee4e10 !important;
  }
  #masthead .navbar .dropdown.dropdown-desktop:hover ul,
  #masthead .navbar .dropdown.open ul {
    background-color: #ee4e10 !important;
    border-top: 1px solid #ee4e10;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    left: -1px;
  }
  #masthead .navbar .dropdown.dropdown-desktop:hover ul li a,
  #masthead .navbar .dropdown.open ul li a {
    padding: 3px 15px !important;
  }
  #masthead .navbar-default {
    background-color: #454954;
    border-color: #454954;
  }
  #masthead .navbar ul.nav {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #masthead .navbar ul.nav li {
    float: none;
    display: inline-block;
    margin: 0;
  }
  #masthead .navbar ul.nav li.nav-parent-level {
    margin: 0 10px;
  }
  #masthead .navbar ul.nav li.open a {
    background-color: #ee4e10 !important;
  }
  #masthead .navbar ul.nav li.open ul {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  #masthead .navbar ul.nav li.open ul li a {
    padding: 3px 10px !important;
  }
  #masthead .navbar ul.nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
  }
  #masthead .navbar ul.nav li a:hover,
  #masthead .navbar ul.nav li a:focus {
    color: #24252a;
    background-color: #ee4e10 !important;
  }
  #masthead .navbar ul.nav .mobile {
    display: none;
  }
}
.widget-search-page .widget-header-secondary h1 {
  text-transform: uppercase;
}
.widget-search-page .widget-content-white {
  padding: 20px;
  text-align: left;
}
.widget-search-page article {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
}
.widget-search-page article .entry-title {
  margin: 0 0 5px 0;
  font-size: 20px;
}
.widget-search-page article .entry-title a {
  color: #ee4e10;
  text-transform: uppercase;
}
.widget-search-page article .entry-meta {
  margin: 0 0 5px 0;
}
.widget-search-page article .entry-meta a {
  color: #ee4e10;
}
.widget-search-page article .byline {
  display: none;
}
.widget-search-page article footer {
  margin: 0 0 20px 0;
}
.widget-search-page article footer .comments-link {
  display: none;
}
.widget-search-page article footer .cat-links {
  margin-right: 10px;
}
.widget-search-page article footer .cat-links a {
  color: #ee4e10;
}
.widget-search-page article footer .tags-links {
  margin-right: 10px;
}
.widget-search-page article footer .tags-links a {
  color: #ee4e10;
}
.widget-search-page .nav-links a {
  color: #ee4e10;
  text-decoration: none;
}
.widget-search-page #searchform input[type="text"],
.widget-search-page #searchform textarea {
  width: 240px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #eee;
}
.widget-search-page #searchform #searchsubmit {
  padding: 13px 40px 10px 40px;
  border: none;
}
.widget-archive-page .widget-header-secondary h1 {
  text-transform: uppercase;
}
.widget-archive-page .widget-content-white {
  padding: 20px;
  text-align: left;
}
.widget-archive-page .page-header {
  display: none;
}
.widget-archive-page article {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
}
.widget-archive-page article .entry-title {
  margin: 0 0 5px 0;
  font-size: 20px;
}
.widget-archive-page article .entry-title a {
  color: #ee4e10;
  text-transform: uppercase;
}
.widget-archive-page article .entry-meta {
  margin: 0 0 5px 0;
}
.widget-archive-page article .entry-meta a {
  color: #ee4e10;
}
.widget-archive-page article .byline {
  display: none;
}
.widget-archive-page article footer {
  margin: 0 0 20px 0;
}
.widget-archive-page article footer .comments-link {
  display: none;
}
.widget-archive-page article footer .cat-links {
  margin-right: 10px;
}
.widget-archive-page article footer .cat-links a {
  color: #ee4e10;
}
.widget-archive-page article footer .tags-links {
  margin-right: 10px;
}
.widget-archive-page article footer .tags-links a {
  color: #ee4e10;
}
.widget-archive-page .nav-links a {
  color: #ee4e10;
  text-decoration: none;
}
.widget-archive-page #searchform input[type="text"],
.widget-archive-page #searchform textarea {
  width: 240px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #eee;
}
.widget-archive-page #searchform #searchsubmit {
  padding: 13px 40px 10px 40px;
  border: none;
}
.widget-topic {
  margin: 0 0 30px 0;
}
.widget-topic .widget-header-secondary {
  padding: 15px;
  background-color: #ee4e10;
}
.widget-topic .widget-header-secondary-left {
  float: left;
  text-align: left;
}
.widget-topic .widget-header-secondary-left h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.widget-topic .widget-header-secondary-left h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.widget-topic .widget-header-secondary-right {
  float: right;
}
.widget-topic .widget-header-secondary-right a {
  text-decoration: none;
  color: #2e3138;
  font-weight: bold;
  font-size: 15px;
}
.widget-content-light {
  background-color: #454954;
}
.widget-content-white {
  background-color: #fff;
}
.widget-content-dark {
  background-color: #454954;
}
.widget-slider {
  text-align: left;
}

.widget-slider .slider-header {
  padding: 0 15px 10px 15px;
  background-color: #454954;
}
.widget-slider .slider-header h1 {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .widget-slider .slider-header h1 {
    font-size: 18px;
  }
}
.widget-slider .theme-dark.slider-wrapper {
  padding: 0;
}
.widget-slider .nivo-caption {
  
  min-height: 0;
  min-width: 0px;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
  left: auto;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .widget-slider .nivo-caption {
    width: auto;
    min-width: 233px;
    min-height: 125px;
    padding: 20px;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
.widget-slider .nivo-caption .orange-bar {
  width: 30px;
  height: 3px;
  background-color: #ee4e10;
  display: inline-block;
}
.widget-slider .nivo-caption .slide-header {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.widget-slider .nivo-caption .slide-subtext {
  color: #999;
  font-size: 10px;
}
.widget-slider .nivo-caption .slide-link a {
  color: #ee4e10;
  font-size: 10px;
  border-bottom: none;
}
.widget-slider .nivo-caption .slide-link a:hover,
.widget-slider .nivo-caption .slide-link a:active {
  color: #ee4e10;
  font-size: 10px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .widget-slider .nivo-caption .orange-bar {
    width: 70px;
    height: 4px;
  }
  .widget-slider .nivo-caption .slide-header {
    font-size: 15px;
  }
  .widget-slider .nivo-caption .slide-subtext {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 19px;
  }
  .widget-slider .nivo-caption .slide-link a {
    font-size: 14px;
  }
  .widget-slider .nivo-caption .slide-link a:hover,
  .widget-slider .nivo-caption .slide-link a:active {
    font-size: 14px;
  }
}
.widget-slider .theme-dark .nivo-caption {
  font-family: 'Asap', sans-serif;
}
.widget-slider .theme-dark .nivo-controlNav {
  padding: 15px 10px 5px 15px;
  background-color: #454954;
}
.widget-slider .theme-dark .nivoSlider {
  margin-bottom: 0;
  background-color: #454954;
}
.widget-slider .theme-dark a.nivo-prevNav {
  right: 40px;
}
.widget-slider .theme-dark a.nivo-nextNav {
  right: 5px;
}
.widget-slider .theme-dark .nivo-controlNav a {
  background: url("imgs/slider_bullets.png") no-repeat scroll 0px 2px transparent;
}
.widget-twitter-feed {
  background-color: #2AA8E2;
  padding: 15px;
  text-align: center;
}
.widget-twitter-feed .latest-tweet-icon {
  width: 47px;
  height: 47px;
  margin: 0 auto;
  display: block;
  background: url("imgs/twitter_footer_sprite.png") no-repeat 0 -48px;
  background-size: cover;
  background-color: #fff;
}
.widget-twitter-feed .latest-tweet-icon:hover,
.widget-twitter-feed .latest-tweet-icon:focus {
  width: 47px;
  height: 47px;
  display: block;
  background-position: 0 0;
  background-size: cover;
}
.widget-twitter-feed #latest-tweet ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.widget-twitter-feed #latest-tweet ul li .user {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.widget-twitter-feed #latest-tweet ul li .user a {
  color: #fff;
}
.widget-twitter-feed #latest-tweet ul li .user img[data-scribe="element:avatar"] {
  display: none;
}
.widget-twitter-feed #latest-tweet ul li .user span[data-scribe="element:name"] {
  display: none;
}
@media (min-width: 480px) {
  .widget-twitter-feed #latest-tweet ul li .user {
    font-size: 22px;
  }
}
.widget-twitter-feed #latest-tweet ul li .tweet {
  font-size: 14px;
  font-weight: bold;
}
.widget-twitter-feed #latest-tweet ul li .tweet a {
  color: #fff;
}
@media (min-width: 480px) {
  .widget-twitter-feed #latest-tweet ul li .tweet {
    font-size: 18px;
  }
}
.widget-twitter-feed #latest-tweet ul li .timePosted {
  font-size: 14px;
}
.widget-twitter-feed #latest-tweet ul li .interact {
  display: none;
}
.widget-homepage-ad-01,
.widget-homepage-ad-02 {
  margin: 0 0 30px 0;
}
.widget-homepage-ad-01 .widget-content-light,
.widget-homepage-ad-02 .widget-content-light {
  padding: 15px;
  text-align: center;
}
.widget-rightrail-ad-01 {
  margin: 0 0 30px 0;
}
.widget-rightrail-ad-01 .widget-content-light {
  padding: 15px;
  text-align: center;
}
.widget-mrn {
  margin: 0 0 30px 0;
  display: none;
}
@media (min-width: 1200px) {
  .widget-mrn {
    display: block;
  }
}
.widget-mrn .widget-content-light {
  padding: 15px 0;
}
.widget-mrn .widget-content-light object {
  margin: 0 auto;
}
.widget-on-air .widget-content-light {
  color: #ffffff;
  padding: 15px;
}
.widget-on-air .widget-content-light-on-air.first {
  padding: 0 0 10px 0;
  color: #ee4e10;
  border-bottom: 2px solid #2e3138;
}
.widget-on-air .widget-content-light-on-air.mid {
  padding: 10px 0;
  border-bottom: 2px solid #2e3138;
}
.widget-on-air .widget-content-light-on-air.last {
  padding: 10px 0 15px 0;
}
.widget-on-air .widget-content-light-on-air.row {
  margin: 0;
}
.widget-on-air .widget-content-light-on-air {
  text-align: left;
  text-transform: uppercase;
}
.widget-on-air .widget-content-light-on-air-song-time {
  font-style: italic;
}
.widget-on-air .widget-content-light-on-air-song-title {
  font-weight: bold;
}
.widget-on-air .widget-content-light-on-air-song-author {
  font-weight: bold;
}
.widget-on-air .widget-content-light-on-air-view-more {
  width: 100%;
  text-align: center;
}
.widget-on-air .widget-content-light-on-air-view-more a {
  margin: 0 auto;
}
.widget-featured-event .tribe-events-event-image {
  width: 100%;
}
.widget-featured-event .tribe-events-event-image img {
  max-width: 100%;
  max-height: 100%;
  border-bottom: solid 3px #ee4e10;
}
.widget-featured-event .event-details-wrapper {
  padding: 15px;
  text-align: left;
}
.widget-featured-event .event-details-wrapper .event-date {
  margin: 0 15px 0 0;
  padding: 5px;
  float: left;
  background-color: #ee4e10;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.widget-featured-event .event-details-wrapper .event-date .event-month {
  margin: 0 0 1px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
}
.widget-featured-event .event-details-wrapper .event-date .event-day {
  height: 32px;
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.widget-featured-event .event-details-wrapper .event-details h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-featured-event .event-details-wrapper .event-details h3 a {
  color: #ffffff;
  text-decoration: none;
}
.widget-featured-event .event-details-wrapper .event-details p {
  color: #ffffff;
}
.widget-featured-country-history .featured-country-history-wrapper {
  padding: 15px;
  text-align: left;
  color: #ffffff;
}
.widget-featured-country-history .featured-country-history-wrapper span {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-featured-country-history .featured-country-history-wrapper span a {
  color: #fff;
  text-decoration: none;
}
.widget-featured-country-history .featured-country-history-wrapper p {
  font-size: 14px;
}
.widget-featured-country-history .featured-country-history-wrapper p a {
  color: #ee4e10;
  font-weight: bold;
}
.widget-blog-template .blog-wrapper {
  padding: 15px;
  text-align: left;
  color: #ffffff;
}
.widget-blog-template .blog-wrapper h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-blog-template .blog-wrapper h3 a {
  color: #fff;
  text-decoration: none;
}
.widget-blog-template .blog-wrapper p {
  font-size: 14px;
}
.widget-blog-template .blog-wrapper p a {
  color: #ee4e10;
  font-weight: normal;
}
.widget-pet-of-the-week-template .pet-of-the-week-wrapper {
  padding: 15px;
  text-align: left;
  color: #ffffff;
}
.widget-pet-of-the-week-template .pet-of-the-week-wrapper h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-pet-of-the-week-template .pet-of-the-week-wrapper h3 a {
  color: #fff;
  text-decoration: none;
}
.widget-pet-of-the-week-template .pet-of-the-week-wrapper p {
  font-size: 14px;
}
.widget-pet-of-the-week-template .pet-of-the-week-wrapper p a {
  color: #ee4e10;
  font-weight: normal;
}
.widget-nash-tv {
  text-align: center;
}
.widget-nash-tv p {
  padding: 15px;
  color: #fff;
}
.widget-youtube .widget-content-light .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.widget-youtube .widget-content-light .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-instagram .widget-content-light {
  padding: 10px;
}
.widget-instagram .widget-content-light .jr-insta-thumb .thumbnails > li {
  padding: 5px !important;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-mobile {
  padding: 5px 5px 0 5px;
}
@media (min-width: 992px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-mobile {
    display: none;
  }
}
.widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instagram-icon {
  float: left;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instagram-icon img {
  width: 16px;
  margin-top: 1px;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instragram-text {
  text-align: left;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instragram-text a {
  margin-left: 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
}
@media (min-width: 360px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instragram-text a {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-mobile .instragram-text a {
    font-size: 20px;
  }
}
.widget-instagram .widget-content-light .instagram-text-wrapper-desktop {
  display: none;
  padding: 5px 5px 0 5px;
}
@media (min-width: 992px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-desktop {
    display: block;
  }
}
.widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instagram-icon {
  float: left;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instagram-icon img {
  width: 16px;
  margin-top: 1px;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instragram-text {
  text-align: left;
}
.widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instragram-text a {
  margin-left: 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
}
@media (min-width: 992px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instragram-text a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instragram-text a {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .widget-instagram .widget-content-light .instagram-text-wrapper-desktop .instragram-text a {
    font-size: 20px;
  }
}
.widget-dj-blogs .widget-content-light {
  color: #ffffff;
  padding: 15px;
}
.widget-dj-blogs .widget-content-light-dj.first {
  padding: 0 0 15px 0;
  border-bottom: 2px solid #2e3138;
}
.widget-dj-blogs .widget-content-light-dj.mid {
  padding: 15px 0;
  border-bottom: 2px solid #2e3138;
}
.widget-dj-blogs .widget-content-light-dj.last {
  padding: 15px 0 0 0;
}
.widget-dj-blogs .widget-content-light-dj-left {
  margin: 0 10px 0 0;
  float: left;
}
.widget-dj-blogs .widget-content-light-dj-right {
  text-align: left;
}
.widget-dj-blogs .widget-content-light-dj-right h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-dj-blogs .widget-content-light-dj-right h3 a {
  color: #ee4e10;
  text-decoration: none;
}
.widget-dj-blogs .widget-content-light-dj-right p {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.widget-event-calendar .widget-content-white {
  padding: 10px;
}
.widget-event-calendar .entry-header {
  width: 100%;
  text-align: left;
}
.widget-event-calendar .entry-content {
  width: 100%;
  text-align: left;
}
.widget-event-calendar .entry-content #tribe-bar-form.tribe-bar-mini label {
  font-size: 14px !important;
}
.widget-event-calendar .entry-content #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #013765;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.widget-event-calendar .entry-content #tribe-bar-form #tribe-bar-views [name=tribe-bar-view] {
  display: none;
}
.widget-event-calendar .entry-content .tribe-events-page-title {
  display: none;
}
.widget-event-calendar .entry-content .tribe-events-list-separator-month {
  margin: 10px auto;
  text-transform: uppercase;
}
.widget-event-calendar .entry-content .tribe-events-list-event-title a {
  color: #ee4e10;
  text-transform: uppercase;
  font-weight: bold;
}
.widget-event-calendar .entry-content .tribe-events-list-event-title a:hover,
.widget-event-calendar .entry-content .tribe-events-list-event-title a:focus {
  color: #E03D00;
}
.widget-event-calendar .entry-content .tribe-events-loop .tribe-events-event-meta {
  padding: 0;
  background: none;
  border: none;
}
.widget-event-calendar .entry-content .tribe-events-list .time-details {
  padding: 0;
  font-size: 14px;
}
.widget-event-calendar .entry-content .tribe-events-list .tribe-events-venue-details {
  font-size: 14px;
}
.widget-event-calendar .entry-content #tribe-events .tribe-events-content p {
  margin-top: -8px;
  font-size: 14px;
}
.widget-event-calendar .entry-content .tribe-events-read-more {
  color: #ee4e10 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-event-calendar .entry-content .tribe-events-read-more:hover,
.widget-event-calendar .entry-content .tribe-events-read-more:focus {
  text-decoration: underline !important;
}
.widget-event-calendar .entry-content .tribe-events-ical {
  display: none !important;
}
.widget-event-calendar .entry-content .tribe-events-sub-nav li a {
  background: none;
}
.widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left a {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left a span {
  left: 0;
}
@media (min-width: 768px) {
  .widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left a {
    padding-left: 5px;
  }
  .widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left a span {
    left: 5px;
  }
}
.widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right a {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right a span {
  right: 0;
}
@media (min-width: 768px) {
  .widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right a {
    padding-right: 5px;
  }
  .widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right a span {
    right: 5px;
  }
}
@media (min-width: 1300px) {
  .widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav {
    margin: 0 40px !important;
  }
}
.widget-event-calendar .entry-content #tribe-events-footer .tribe-events-sub-nav a {
  color: #ee4e10;
}
.widget-programming-schedule .second-title {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 5px;
  font-weight: 900;
}
.widget-programming-schedule .content {
  text-align: left;
  margin: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.widget-programming-schedule .content .day-title {
  font-size: 20px;
  color: #ee4e10;
  margin-top: 20px;
  margin-bottom: -10px;
  font-weight: 900;
}
.widget-programming-schedule .content .time {
  color: #ee4e10;
}
.widget-programming-schedule .content .schedule-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.widget-programming-schedule .content .standout-title {
  font-weight: 900;
  font-size: 16px;
}
.widget-programming-schedule .line-separator {
  height: 2px;
  background: #e5e5e5;
  border-bottom: 1px solid #eaeaea;
}
.widget-race-central .widget-content-white {
  padding: 20px;
}
.widget-race-central .widget-content-white .programming-schedule-wrapper {
  width: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .widget-race-central .widget-content-white .programming-schedule-wrapper {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px) {
  .widget-race-central .widget-content-white .programming-schedule-wrapper {
    float: none;
  }
}
@media (min-width: 1200px) {
  .widget-race-central .widget-content-white .programming-schedule-wrapper {
    float: left;
  }
}
.widget-race-central .widget-content-white .programming-schedule-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ee4e10;
}
@media (min-width: 480px) {
  .widget-race-central .widget-content-white .programming-schedule-wrapper h2 {
    font-size: 22px;
  }
}
.widget-race-central .widget-content-white .programming-schedule-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #888;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 480px) {
  .widget-race-central .widget-content-white .programming-schedule-wrapper ul {
    font-size: 14px;
  }
}
.widget-race-central .widget-content-white .programming-schedule-wrapper ul .event-time {
  color: #ee4e10;
  font-size: 15px;
}
.widget-race-central .widget-content-white .programming-schedule-wrapper ul .schedule-title-rc {
  color: #000;
  font-size: 15px;
}
.widget-race-central .widget-content-white .programming-schedule-feature-track {
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .widget-race-central .widget-content-white .programming-schedule-feature-track {
    width: 280px;
    padding: 50px 0 0 0;
    float: right;
  }
}
@media (min-width: 992px) {
  .widget-race-central .widget-content-white .programming-schedule-feature-track {
    padding: 20px 0 0 0;
    float: none;
  }
}
@media (min-width: 1200px) {
  .widget-race-central .widget-content-white .programming-schedule-feature-track {
    padding: 50px 0 0 0;
    float: right;
  }
}
@media (min-width: 1300px) {
  .widget-race-central .widget-content-white .programming-schedule-feature-track {
    width: 360px;
    padding: 40px 0 0 0;
  }
}
.widget-race-central .widget-content-white .programming-schedule-feature-track img {
  margin: 0 auto;
}
.widget-race-central .widget-content-white hr {
  border-width: 3px 0 0;
}
.widget-race-central .widget-content-white .checkered-flag {
  text-align: left;
}
.widget-race-central .widget-content-white .checkered-flag h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ee4e10;
}
.widget-race-central .widget-content-white .checkered-flag-time {
  color: #ee4e10;
  font-weight: bold;
}
.widget-race-central .widget-content-white .checkered-flag-event {
  font-weight: bold;
  color: #888;
}
.widget-race-central .widget-content-white .checkered-flag-stream {
  color: #ee4e10;
  font-weight: normal;
  cursor: pointer;
}
.widget-race-central .widget-content-white .blog-post .widget-race-news-template {
  float: none;
}
@media (min-width: 768px) {
  .widget-race-central .widget-content-white .blog-post .widget-race-news-template {
    width: 400px;
    float: left;
  }
}
@media (min-width: 992px) {
  .widget-race-central .widget-content-white .blog-post .widget-race-news-template {
    width: auto;
    float: none;
  }
}
@media (min-width: 1200px) {
  .widget-race-central .widget-content-white .blog-post .widget-race-news-template {
    width: 400px;
    float: left;
  }
}
.widget-race-central .widget-content-white .blog-post-featured-networks {
  margin: 0 auto;
  float: none;
  text-align: center;
}
@media (min-width: 768px) {
  .widget-race-central .widget-content-white .blog-post-featured-networks {
    width: 270px;
    float: right;
  }
}
@media (min-width: 992px) {
  .widget-race-central .widget-content-white .blog-post-featured-networks {
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 1200px) {
  .widget-race-central .widget-content-white .blog-post-featured-networks {
    width: 270px;
    margin: auto;
    float: right;
  }
}
@media (min-width: 1300px) {
  .widget-race-central .widget-content-white .blog-post-featured-networks {
    width: 360px;
  }
}
.widget-race-central .widget-content-white .blog-post-featured-networks img {
  margin: 0 auto 20px auto;
}
.widget-race-central .widget-content-white .partners {
  padding: 20px 0 30px 0;
}
.widget-race-central .widget-content-white .partners img {
  margin: 0 auto;
}
.widget-race-news-template .widget-content-white {
  padding: 0;
  color: #ffffff;
}
.widget-race-news-template-thumb {
  border-bottom: 4px solid #ee4e10;
  position: relative;
}
.widget-race-news-template-thumb-category-title {
  min-width: 200px;
  padding: 6px 15px 3px 15px;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-color: #ee4e10;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  text-align: left;
}
.widget-race-news-template-thumb-category-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-race-news-template-thumb-category-title h2 a {
  text-decoration: none;
  color: #ffffff;
}
.widget-race-news-template-thumb-category-title .date-time {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
}
.widget-race-news-template-post-content {
  padding: 35px 15px 0 15px;
  text-align: left;
  color: #5d5e62;
}
.widget-race-news-template-post-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-race-news-template-post-content h3 a {
  text-decoration: none;
  color: #ee4e10;
}
.widget-race-news-template-post-content h3 a:hover,
.widget-race-news-template-post-content h3 a:focus {
  color: #91949A;
}
.widget-race-news-template-post-content .read-more {
  color: #ee4e10;
  font-weight: bold;
}
.widget-race-news-template-post-share-comments {
  margin: 0 15px;
  padding: 0 0 10px 0;
}
.widget-race-news-template-post-share-comments .fa {
  color: #2e3138;
}
.widget-race-news-template-post-share-comments .text {
  color: #8E8F93;
  font-weight: bold;
}
.widget-race-news-template-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-race-news-template-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-race-news-template-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 12px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #fff;
}
.widget-race-news-template-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-race-news-template-post-share-comments .comments-wrapper {
  float: right;
}
.widget-race-news-template-post-share-comments .comments-wrapper .fa-comment {
  margin: 0 7px 0 0;
  font-size: 14px;
}
.widget-race-news-template-post-share-comments .share-wrapper:hover .text,
.widget-race-news-template-post-share-comments .share-wrapper:focus .text {
  color: #2e3138;
}
.widget-memoriam {
  /*.entry-header {
    width: 100%;
    text-align: left;
  }
  .entry-content {
    width: 100%;
    text-align: left;
  }*/
}
.widget-memoriam .widget-content-white {
  padding: 20px 20px 100px 20px;
  text-align: center;
}
.widget-memoriam .widget-content-white .col-xs-6 {
  width: 250px;
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  .widget-memoriam .widget-content-white .col-xs-6 {
    width: 33.3333%;
    margin: auto;
    float: left;
  }
}
.widget-memoriam .widget-content-white p {
  margin: 0 0 25px 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .widget-memoriam .widget-content-white p {
    text-align: left;
  }
}
.widget-memoriam .widget-content-white a {
  margin: 0 0 10px 0;
  color: #ee4e10;
  font-size: 16px;
  display: block;
}
.widget-memoriam .widget-content-white a:hover img,
.widget-memoriam .widget-content-white a:focus img {
  opacity: .7;
}
.widget-memoriam .widget-content-white .memoriam-disclaimer {
  margin: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.single-tribe_events article {
  padding: 10px;
}
@media (min-width: 768px) {
  .single-tribe_events article {
    padding: 20px;
  }
}
.single-tribe_events .tribe-events-back a {
  color: #ee4e10;
}
.single-tribe_events .tribe-events-back a:hover,
.single-tribe_events .tribe-events-back a:focus {
  text-decoration: underline !important;
}
.single-tribe_events h2.tribe-events-single-event-title {
  margin-bottom: 5px;
}
.single-tribe_events .tribe-events-schedule {
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .single-tribe_events .tribe-events-schedule {
    margin: 0 0 10px 0;
  }
}
.single-tribe_events .entry-content #tribe-events .tribe-events-content p {
  font-size: 16px;
}
.single-tribe_events .tribe-events-cal-links {
  display: none !important;
}
.single-tribe_events .tribe-events-event-meta {
  margin: 50px 0 30px 0;
}
.single-tribe_events #tribe-events-footer {
  display: none !important;
}
.widget-newsletter {
  margin: 0 0 30px 0;
}
.widget-newsletter .widget-content-light {
  padding: 15px;
  color: #ffffff;
  text-align: left;
}
.widget-newsletter .widget-content-light h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.widget-newsletter .widget-content-light p {
  margin: 0 0 15px 0;
}
.widget-newsletter .widget-content-light .mc_embed_signup form {
  padding: 0;
  background-color: #454954;
  clear: left;
}
.widget-newsletter .widget-content-light .mc_embed_signup form .mc-field-group {
  width: 100%;
  min-height: 0;
  padding-bottom: 0;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input::-webkit-input-placeholder {
  color: #91949a;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input:-moz-placeholder {
  color: #91949a;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input::-moz-placeholder {
  color: #91949a;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input:-ms-input-placeholder {
  color: #91949a;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input#mce-FNAME,
.widget-newsletter .widget-content-light .mc_embed_signup form input#mce-LNAME,
.widget-newsletter .widget-content-light .mc_embed_signup form input#mce-EMAIL {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 5px;
  background-color: #2e3138;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.widget-newsletter .widget-content-light .mc_embed_signup form input#mc-embedded-subscribe {
  margin: 15px 0 0 0;
  border: none;
}
.widget-newsletter .widget-content-light .mc_embed_signup form div.mce_inline_error {
  width: 45%;
  margin: -10px 0 10px 0;
  background-color: #BA4848;
}
.widget-mobile-app-ad {
  margin: 0 0 30px 0;
  text-align: center;
}
.widget-mobile-app-ad .widget-content-light {
  padding: 0;
  text-align: center;
}
.widget-mobile-app-ad .widget-content-light .app-ad-image {
  position: relative;
  margin: 0 auto;
}
.widget-mobile-app-ad .widget-content-light .app-ad-image a {
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  border: none;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  background: #F1B018;
  padding: 8px 15px;
  left: 20px;
  width: 130px;
  height: 35px;
  text-align: center;
}
@media (min-width: 320px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 11px;
    left: 10px;
    width: 115px;
    height: 30px;
  }
}
@media (min-width: 350px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 12px;
    left: 13px;
  }
}
@media (min-width: 400px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 14px;
    width: 130px;
    height: 35px;
    left: 15px;
  }
}
@media (min-width: 480px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    left: 18px;
  }
}
@media (min-width: 640px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 16px;
    width: 170px;
    height: 45px;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 16px;
    width: 170px;
    height: 45px;
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 12px;
    left: 10px;
    width: 110px;
    height: 32px;
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 13px;
    left: 13px;
    width: 125px;
    height: 33px;
    padding-top: 8px;
  }
}
@media (min-width: 1300px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image a {
    font-size: 14px;
    left: 15px;
    width: 135px;
    height: 35px;
    padding-top: 8px;
  }
}
.widget-mobile-app-ad .widget-content-light .app-ad-image .a:hover a:focus {
  background: #f0cc7d;
}
@media (min-width: 320px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 70px;
  }
}
@media (min-width: 350px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 80px;
  }
}
@media (min-width: 400px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 90px;
  }
}
@media (min-width: 480px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 112px;
  }
}
@media (min-width: 640px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 125px;
  }
}
@media (min-width: 768px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 125px;
  }
}
@media (min-width: 992px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 85px;
  }
}
@media (min-width: 1300px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #iphone-button {
    bottom: 90px;
  }
}
@media (min-width: 320px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 30px;
  }
}
@media (min-width: 350px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 40px;
  }
}
@media (min-width: 400px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 40px;
  }
}
@media (min-width: 480px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 59px;
  }
}
@media (min-width: 640px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 35px;
  }
}
@media (min-width: 1300px) {
  .widget-mobile-app-ad .widget-content-light .app-ad-image #andriod-button {
    bottom: 40px;
  }
}
.widget-contest .widget-content-light {
  padding: 15px;
  color: #ffffff;
  text-align: left;
}
.widget-contest .widget-content-light img {
  margin: 0 10px 0 0;
  float: left;
}
.widget-contest .widget-content-light p {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.widget-stretch-internet .widget-content-light {
  padding: 15px;
  text-align: left;
  color: #fff;
}

.bigdeals_img{
  max-width: 100%;
}
.widget-stretch-internet .widget-content-light p {
  text-transform: uppercase;
  font-weight: bold;
}
.widget-stretch-internet .widget-content-light a {
  color: #ee4e10;
  font-weight: bold;
}
.widget-ad-bannder {
  margin: 0 0 20px 0;
  text-align: center;
}
.widget-ad-bannder .row-banner {
  margin: 0;
}
.widget-category.widget-topic {
  margin: 0 0 15px 0;
}
.widget-category .widget-content-white-category {
  text-align: center;
  padding: 10px;
}
.widget-category .widget-content-white-category-post {
  max-width: 400px;
  margin: 0 auto 10px auto;
}
@media (min-width: 500px) {
  .widget-category .widget-content-white-category-post {
    width: 450px;
  }
}
@media (min-width: 640px) {
  .widget-category .widget-content-white-category-post {
    width: auto;
    max-width: none;
  }
}
.widget-category .widget-content-white-category-post-left img {
  padding: 10px;
}
.widget-category .widget-content-white-category-post-right {
  padding: 10px;
  text-align: left;
}
.widget-category .widget-content-white-category-post-right .category-post-bar {
  width: 80px;
  height: 5px;
  margin-bottom: 10px;
  background-color: #ee4e10;
}
.widget-category .widget-content-white-category-post-right h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-category .widget-content-white-category-post-right h2 a {
  color: #ee4e10;
  text-decoration: none;
}
.widget-category .widget-content-white-category-post-right h2 a:hover,
.widget-category .widget-content-white-category-post-right h2 a:focus {
  color: #E03D00;
}
.widget-category .widget-content-white-category-post-right .post-date-time {
  font-size: 12px;
  color: #5d5e62;
}
.widget-category .widget-content-white-category-post-right .post-author {
  display: none;
  /*font-weight: bold;
            font-size: 12px;
            color: @grey-txt;*/
}
.widget-category .widget-content-white-category-post-right .post-content {
  margin: 5px 0 10px 0;
  color: #666;
}
.widget-category .widget-content-white-category-post-right-post-share-comments {
  padding: 0 0 10px 0;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .fa {
  color: #2e3138;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .text {
  color: #2e3138;
  font-weight: bold;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .comments-wrapper {
  margin: 0 25px 0 0;
  float: left;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .comments-wrapper .fa-comment {
  margin: 0 7px 0 0;
  font-size: 14px;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 5px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #fff;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper:hover .fa,
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper:focus .fa,
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper:hover .text,
.widget-category .widget-content-white-category-post-right-post-share-comments .share-wrapper:focus .text {
  color: #454954;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .read-more-wrapper {
  float: right;
}
.widget-category .widget-content-white-category-post-right-post-share-comments .read-more-wrapper a {
  color: #ee4e10;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.widget-category .widget-content-white-category-post hr {
  margin: 10px;
}
@media (min-width: 640px) {
  .widget-category .widget-content-white-category-post-left {
    float: left;
  }
  .widget-category .widget-content-white-category-post-left img {
    max-width: 250px;
    padding: 10px;
  }
  .widget-category .widget-content-white-category-post-right {
    margin-left: 250px;
  }
}
.widget-category .widget-content-white-category .navigation {
  margin: 20px 0;
}
.widget-meet-the-staff-djs.widget-topic {
  margin: 0 0 15px 0;
}
.widget-meet-the-staff-djs .widget-content-white-category {
  text-align: center;
  padding: 10px;
}
.widget-meet-the-staff-djs .widget-content-white-category-post {
  max-width: 400px;
  margin: 0 auto 10px auto;
}
@media (min-width: 500px) {
  .widget-meet-the-staff-djs .widget-content-white-category-post {
    width: 450px;
  }
}
@media (min-width: 640px) {
  .widget-meet-the-staff-djs .widget-content-white-category-post {
    width: auto;
    max-width: none;
  }
}
.widget-meet-the-staff-djs .widget-content-white-category-post-left img {
  padding: 10px;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right {
  padding: 10px;
  text-align: left;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right .category-post-bar {
  width: 80px;
  height: 5px;
  margin-bottom: 10px;
  background-color: #ee4e10;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #ee4e10;
  text-transform: uppercase;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right .job {
  font-size: 18px;
  color: #ee4e10;
  text-transform: uppercase;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right .hours {
  font-size: 14px;
  color: #ee4e10;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right .post-content {
  margin: 5px 0 10px 0;
  color: #666;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments {
  padding: 0 0 10px 0;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .fa {
  color: #2e3138;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .text {
  color: #2e3138;
  font-weight: bold;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .comments-wrapper {
  margin: 0 25px 0 0;
  float: left;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .comments-wrapper .fa-comment {
  margin: 0 7px 0 0;
  font-size: 14px;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 5px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #fff;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .read-more-wrapper {
  float: right;
}
.widget-meet-the-staff-djs .widget-content-white-category-post-right-post-share-comments .read-more-wrapper a {
  color: #ee4e10;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.widget-meet-the-staff-djs .widget-content-white-category-post hr {
  margin: 10px;
}
@media (min-width: 640px) {
  .widget-meet-the-staff-djs .widget-content-white-category-post-left {
    float: left;
  }
  .widget-meet-the-staff-djs .widget-content-white-category-post-left img {
    max-width: 250px;
    padding: 10px;
  }
  .widget-meet-the-staff-djs .widget-content-white-category-post-right {
    margin-left: 250px;
  }
}
.widget-meet-the-staff-djs .widget-content-white-category .navigation {
  margin: 20px 0;
}
.widget-post .widget-content-white-post {
  padding: 20px;
  text-align: left;
}
.widget-post .widget-content-white-post .post-featured-img {
  width: 100%;
  text-align: center;
}
.widget-post .widget-content-white-post .post-featured-img img {
  margin: 0 auto 20px auto;
}
.widget-post .widget-content-white-post h1 {
  display: none;
}
.widget-post .widget-content-white-post .entry-meta {
  margin: 0 0 10px 0;
}
.widget-post .widget-content-white-post .entry-meta a {
  color: #333;
  text-decoration: none;
  cursor: auto;
}
.widget-post .widget-content-white-post .entry-meta .byline {
  display: none;
}
.widget-post .widget-content-white-post .entry-footer {
  margin: 0 0 20px 0;
}
.widget-post .widget-content-white-post .entry-footer .cat-links,
.widget-post .widget-content-white-post .entry-footer .tags-links {
  display: block;
}
.widget-post .widget-content-white-post .entry-footer a {
  color: #ee4e10;
}
.widget-post .widget-content-white-post .post-navigation {
  display: none;
}
.widget-post .widget-content-white-post .post-navigation h2 {
  font-size: 18px;
  font-weight: bold;
}
.widget-post .widget-content-white-post .post-navigation .nav-links a {
  color: #ee4e10;
  text-decoration: none;
}
.widget-post-post-share-comments {
  padding: 0 0 10px 0;
}
.widget-post-post-share-comments .fa {
  color: #2e3138;
}
.widget-post-post-share-comments .text {
  color: #2e3138;
  font-weight: bold;
}
.widget-post-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-post-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-post-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 5px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #fff;
}
.widget-post-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-post-post-share-comments .share-wrapper:hover .fa,
.widget-post-post-share-comments .share-wrapper:focus .fa,
.widget-post-post-share-comments .share-wrapper:hover .text,
.widget-post-post-share-comments .share-wrapper:focus .text {
  color: #898989;
}
.widget-category-list .widget-content-light {
  padding: 15px;
  text-align: left;
}
.widget-category-list .widget-content-light ul {
  margin: 0;
  padding: 0;
}
.widget-category-list .widget-content-light .category-list-parent {
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.widget-category-list .widget-content-light .category-list-parent li {
  margin: 0 0 5px 0;
}
.widget-category-list .widget-content-light .category-list-parent a {
  color: #fff;
}
.widget-category-list .widget-content-light .category-list-parent .category-list-sub-categories {
  list-style: none;
  font-size: 14px;
  font-weight: normal;
}
.widget-category-list .widget-content-light .category-list-parent .category-list-sub-categories li:before {
  color: #ffffff;
}
.widget-category-list .widget-content-light .category-list-parent .category-list-sub-categories li {
  margin: 0 0 0 20px;
}
.widget-category-list .widget-content-light .category-list-parent .category-list-sub-categories li:before {
  margin-right: 5px;
  content: "\2022 ";
  color: #fff;
}
.widget-news-template-thumb {
  border-bottom: 4px solid #ee4e10;
  position: relative;
}
.widget-news-template-thumb-category-title {
  min-width: 200px;
  padding: 6px 15px 3px 15px;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-color: #ee4e10;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  text-align: left;
}
.widget-news-template-thumb-category-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-news-template-thumb-category-title h2 a {
  text-decoration: none;
  color: #ffffff;
}
.widget-news-template-thumb-category-title .date-time {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
}
.widget-news-template-post-content {
  padding: 45px 15px 0 15px;
  text-align: left;
  color: #ffffff;
}
.widget-news-template-post-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-news-template-post-content h3 a {
  text-decoration: none;
  color: #ffffff;
}
.widget-news-template-post-content h3 a:hover,
.widget-news-template-post-content h3 a:focus {
  color: #91949A;
}
.widget-news-template-post-content .read-more {
  color: #ee4e10;
  font-weight: bold;
}
.widget-news-template-post-share-comments {
  margin: 0 15px;
  padding: 0 0 10px 0;
}
.widget-news-template-post-share-comments .fa {
  color: #2e3138;
}
.widget-news-template-post-share-comments .text {
  color: #8E8F93;
  font-weight: bold;
}
.widget-news-template-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-news-template-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-news-template-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 12px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #454954;
}
.widget-news-template-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-news-template-post-share-comments .comments-wrapper {
  float: right;
}
.widget-news-template-post-share-comments .comments-wrapper .fa-comment {
  margin: 0 7px 0 0;
  font-size: 14px;
}
.widget-news-template-post-share-comments .share-wrapper:hover .text,
.widget-news-template-post-share-comments .share-wrapper:focus .text {
  color: #2e3138;
}
.widget-news-page .row,
.widget-blogs-page .row {
  text-align: center;
}
.widget-news-page .row.top,
.widget-blogs-page .row.top {
  padding: 10px;
}
@media (min-width: 768px) {
  .widget-news-page .row.top,
  .widget-blogs-page .row.top {
    padding: 30px;
  }
}
.widget-news-page .row .category-section-wrapper,
.widget-blogs-page .row .category-section-wrapper {
  margin: 0 auto 25px auto;
}
.widget-news-page .row .category-section-wrapper-post-share-comments,
.widget-blogs-page .row .category-section-wrapper-post-share-comments {
  padding: 0 0 10px 0;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .fa,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .fa {
  color: #2e3138;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .text,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .text {
  color: #2e3138;
  font-weight: bold;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper .fa-share-alt,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper .fa-share-alt {
  margin: 0 7px 0 0;
  font-size: 18px;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper .post-share-social-list,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper .post-share-social-list {
  width: 105px;
  margin: 5px 0;
  padding: 0 0 5px 15px;
  text-align: left;
  display: none;
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 10;
  background-color: #fff;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper .post-share-social-list span,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper .post-share-social-list span {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #fff;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper:hover .fa,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper:hover .fa,
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper:focus .fa,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper:focus .fa,
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper:hover .text,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper:hover .text,
.widget-news-page .row .category-section-wrapper-post-share-comments .share-wrapper:focus .text,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .share-wrapper:focus .text {
  color: #898989;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .comments-wrapper,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .comments-wrapper {
  float: right;
}
.widget-news-page .row .category-section-wrapper-post-share-comments .comments-wrapper .fa-comment,
.widget-blogs-page .row .category-section-wrapper-post-share-comments .comments-wrapper .fa-comment {
  margin: 0 7px 0 0;
  font-size: 14px;
}
.category-section-wrapper {
  max-width: 493px;
  text-align: left;
}
.category-section-wrapper .category-section-template-thumb {
  border-bottom: 4px solid #ee4e10;
  position: relative;
}
.category-section-wrapper .category-section-template-thumb-category-title {
  min-width: 200px;
  padding: 6px 15px 3px 15px;
  position: absolute;
  left: 0;
  bottom: -24px;
  background-color: #ee4e10;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  text-align: left;
}
.category-section-wrapper .category-section-template-thumb-category-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.category-section-wrapper .category-section-template-thumb-category-title h2 a {
  text-decoration: none;
  color: #ffffff;
}
.category-section-wrapper .category-section-template-thumb-category-title .date-time {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
}
.category-section-wrapper .category-section-template-post-content {
  padding: 30px 15px 0 15px;
  text-align: left;
  color: #ffffff;
}
.category-section-wrapper .category-section-template-post-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.category-section-wrapper .category-section-template-post-content h3 a {
  text-decoration: none;
  color: #ee4e10;
  text-transform: uppercase;
}
.category-section-wrapper .category-section-template-post-content h3 a:hover,
.category-section-wrapper .category-section-template-post-content h3 a:focus {
  color: #E03D00;
}
.category-section-wrapper hr {
  margin: 10px 0;
}
.category-section-wrapper .category-section-sub-posts {
  margin: 0 0 0 14px;
}
.category-section-wrapper .category-section-sub-posts .arrow {
  margin-right: 5px;
  color: #ee4e10;
  display: block;
  float: left;
}
.category-section-wrapper .category-section-sub-posts a {
  text-decoration: none;
  color: #666;
  display: block;
  margin: 0 30px 0 20px;
}
.category-section-wrapper .category-section-sub-posts a:hover,
.category-section-wrapper .category-section-sub-posts a:focus {
  color: #333;
}
.category-section-wrapper .view-all-entries-wrapper {
  width: 100%;
  text-align: right;
}
.category-section-wrapper .view-all-entries-wrapper .view-all-entries {
  color: #ee4e10;
  font-size: 12px;
  font-weight: bold;
}
.widget-contact-us {
  text-align: left;
}
.widget-contact-us .widget-content-white {
  padding-bottom: 50px;
}
.widget-contact-us .row {
  padding: 20px;
}
.widget-contact-us .entry-title {
  display: none;
}
.widget-contact-us h2 {
  margin-top: 0;
}
.widget-contact-us form input[type="text"],
.widget-contact-us form input[type="email"],
.widget-contact-us form textarea,
.widget-contact-us form select {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: none;
  background-color: #eee;
}
.widget-contact-us form .wpcf7-select {
  padding: 10px 5px;
}
.widget-contact-us form input[type="submit"] {
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #013765;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 12px;
  border: none;
}
.widget-contact-us form input[type="submit"]:hover,
.widget-contact-us form input[type="submit"]:focus {
  background-color: #1d3657;
}
@media (min-width: 992px) {
  .widget-contact-us form textarea {
    height: 407px;
  }
}
@media (min-width: 1300px) {
  .widget-contact-us form textarea {
    height: 415px;
  }
}
.widget-contact-us form div.wpcf7-response-output {
  margin: 0;
  padding: 20px;
}
.widget-contact-us form div.wpcf7-validation-errors {
  display: none !important;
}
.widget-contact-us form div.wpcf7-mail-sent-ok {
  border: 2px solid #398F14;
  background-color: #E1F9D7;
}
.widget-contact-us .contact-map-wrapper {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.widget-contact-us .contact-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-featured-partners .widget-content-white .row div {
  text-align: center;
}
.widget-featured-partners .widget-content-white .row div a {
  text-align: center;
}
@media (min-width: 485px) {
  .widget-featured-partners .widget-content-white .row div a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .widget-featured-partners .widget-content-white .row div a {
    display: inline;
  }
}
.widget-featured-partners .widget-content-white .row div a:hover img {
  opacity: .7;
}
.footer {
  margin-top: 50px;
  padding: 20px 0 40px 0;
  text-align: left;
  background-color: #24252a;
}
.footer .row {
  margin: 0;
}
.footer .row.mobile-touchpad {
  display: block;
}
.footer .row.mobile-touchpad .col-xs-6 {
  padding-right: 10px;
}
.footer .row.desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer {
    background-color: #2e3138;
  }
  .footer .row.mobile-touchpad {
    display: none;
  }
  .footer .row.desktop {
    display: block;
  }
}
.footer-section-header-bar {
  width: 30px;
  height: 3px;
  background-color: #ee4e10;
}
.footer h3 {
  color: #ffffff;
  margin: 6px 0 8px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .footer h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer h3 {
    font-size: 20px;
  }
}
.footer-nav-wrapper ul {
  margin: 0;
  padding: 0;
}
.footer-nav-wrapper ul li {
  list-style: none;
}
.footer-nav-wrapper ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #5d5e62;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav-wrapper ul li a:hover,
.footer-nav-wrapper ul li a:focus {
  color: #6a6c6f;
}
.footer-nav-wrapper-1 ul,
.footer-nav-wrapper-2 ul,
.footer-nav-wrapper-3 ul {
  margin: 0;
  padding: 0;
}
.footer-nav-wrapper-1 ul li,
.footer-nav-wrapper-2 ul li,
.footer-nav-wrapper-3 ul li {
  list-style: none;
}
.footer-nav-wrapper-1 ul li a,
.footer-nav-wrapper-2 ul li a,
.footer-nav-wrapper-3 ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #5d5e62;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav-wrapper-1 ul li a:hover,
.footer-nav-wrapper-2 ul li a:hover,
.footer-nav-wrapper-3 ul li a:hover,
.footer-nav-wrapper-1 ul li a:focus,
.footer-nav-wrapper-2 ul li a:focus,
.footer-nav-wrapper-3 ul li a:focus {
  color: #6a6c6f;
}
.public-ins {
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #5d5e62;
  text-decoration: none;
  text-transform: uppercase;
}
.public-ins a {
  color: #5d5e62;
}
.public-ins a:hover {
  color: #6a6c6f;
  text-decoration: none;
}
.public-ins p { 
  color: #fff;
  font-size: 12px;
}
.public-ins p a {
  color: #337ab7;
}
@media (min-width: 992px) {
  .footer-nav-wrapper-1 ul li a,
  .footer-nav-wrapper-2 ul li a,
  .footer-nav-wrapper-3 ul li a,
  .public-ins {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-nav-wrapper-1 ul li a,
  .footer-nav-wrapper-2 ul li a,
  .footer-nav-wrapper-3 ul li a,
  .public-ins {
    font-size: 18px;
  }
}
.footer-nav-wrapper-3 ul {
  margin: 0 0 20px 0;
}
.footer-social-wrapper {
  margin-bottom: 20px;
}
.footer-social-wrapper ul {
  width: auto;
  margin: 0;
  padding: 0;
}
.footer-social-wrapper ul li {
  display: inline-block;
}
.footer-social-wrapper ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .footer-social-wrapper ul li a {
    width: 36px;
    height: 37px;
  }
}
.footer-social-wrapper ul .social-fb-footer a {
  display: block;
  background: url("imgs/fb_footer_sprite.png") no-repeat 0 -37px;
  background-size: cover;
}
.footer-social-wrapper ul .social-fb-footer a:hover,
.footer-social-wrapper ul .social-fb-footer a:focus {
  height: 37px;
  display: block;
  background-position: 0 0;
  background-size: cover;
}
.footer-social-wrapper ul .social-twitter-footer a {
  display: block;
  background: url("imgs/twitter_footer_sprite.png") no-repeat 0 -37px;
  background-size: cover;
}
.footer-social-wrapper ul .social-twitter-footer a:hover,
.footer-social-wrapper ul .social-twitter-footer a:focus {
  height: 37px;
  display: block;
  background-position: 0 0;
  background-size: cover;
}
.footer-social-wrapper ul .social-insta-footer a {
  display: block;
  background: url("imgs/insta_footer_sprite.png") no-repeat 0 -37px;
  background-size: cover;
}
.footer-social-wrapper ul .social-insta-footer a:hover,
.footer-social-wrapper ul .social-insta-footer a:focus {
  height: 37px;
  display: block;
  background-position: 0 0;
  background-size: cover;
}
.footer-social-wrapper ul .social-youtube-footer a {
  display: block;
  background: url("imgs/youtube_footer_sprite.png") no-repeat 0 -37px;
  background-size: cover;
}
.footer-social-wrapper ul .social-youtube-footer a:hover,
.footer-social-wrapper ul .social-youtube-footer a:focus {
  height: 37px;
  display: block;
  background-position: 0 0;
  background-size: cover;
}
.footer-newsletter-wrapper p {
  font-size: 10px;
  color: #ffffff;
}
.footer-newsletter-wrapper input.newsletter-input {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #24252a;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #fff;
  font-size: 10px;
}
.footer-newsletter-wrapper .mc_embed_signup form {
  padding: 0;
  clear: left;
}
.footer-newsletter-wrapper .mc_embed_signup form .mc-field-group {
  width: 100%;
  min-height: 0;
  padding-bottom: 3%;
}
.footer-newsletter-wrapper .mc_embed_signup form input::-webkit-input-placeholder {
  color: #91949a;
}
.footer-newsletter-wrapper .mc_embed_signup form input:-moz-placeholder {
  color: #91949a;
}
.footer-newsletter-wrapper .mc_embed_signup form input::-moz-placeholder {
  color: #91949a;
}
.footer-newsletter-wrapper .mc_embed_signup form input:-ms-input-placeholder {
  color: #91949a;
}
.footer-newsletter-wrapper .mc_embed_signup form input#mce-FNAME,
.footer-newsletter-wrapper .mc_embed_signup form input#mce-LNAME,
.footer-newsletter-wrapper .mc_embed_signup form input#mce-EMAIL {
  width: 100%;
  padding: 10px 5px;
  background-color: #2e3138;
  border: none;
  color: #ffffff;
  font-size: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
@media (min-width: 992px) {
  .footer-newsletter-wrapper .mc_embed_signup form input#mce-FNAME,
  .footer-newsletter-wrapper .mc_embed_signup form input#mce-LNAME,
  .footer-newsletter-wrapper .mc_embed_signup form input#mce-EMAIL {
    background-color: #24252a;
  }
}
.footer-newsletter-wrapper .mc_embed_signup form input#mc-embedded-subscribe {
  margin: 5px 0 0 0;
  padding: 10px 20px;
  border: none;
  font-size: 10px;
}
.footer-newsletter-wrapper .mc_embed_signup form div.mce_inline_error {
  width: 45%;
  margin: -10px 0 10px 0;
  background-color: #BA4848;
}
.footer-newsletter-wrapper .ctct-form-errorMessage {
  color: white;
}
.footer .copyright {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.footer .copyright p {
  margin: 0 0 5px 0;
}
.footer .copyright a {
  color: #ee4e10;
}
.widget-pp-tos-page .widget-content-white {
  text-align: left;
  padding: 15px;
}
.widget-pp-tos-page .widget-content-white a {
  color: #ee4e10;
}
.widget-pp-tos-page .widget-content-white .entry-title {
  display: none;
}
@media (min-width: 768px) {
  .widget-pp-tos-page .widget-content-white {
    padding: 30px;
  }
}
