/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-Jan-2016, 1:31:03 PM
    Author     : Scott
*/
/***
* Common
*/
body {
  font-size: 16px;
}
.columnists-list-block .columnist-name {
  font-size: 18px !important;
}
.block .block-title span {
  font-size: 20px !important;
}
#page-main-content .block .block-title span {
  font-size: 24px !important;
}
.post-style-list.small .post-title a {
  font-size: 16px !important;
}
.post-style-stick .view-content .view-list > ul > li:not(:first-child) .post-title a {
  font-size: 16px !important;
  line-height: 28px !important;
}
p {
  margin: 14px 0 !important;
}
.red {
  color: #ed1b24 !important;
}
.align-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.breadcrumb-wrap {
  display: none;
}
.sidebar.sidebar-right::before {
  background: none !important;
}
.page-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.post-block .post-image:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pri-link {
  color: #ed1b24 !important;
}
/**** end common ****/
/*****  Head and Menu  *****/
.topbar .block {
  margin-bottom: 0;
}
header .header-main {
  background: #fff;
  padding: 0;
}
.tb-megamenu .nav-collapse ul.nav > li > a {
  font-family: 'Open Sans';
}
#block-tb-megamenu-menu-top-menu-one,
#block-tb-megamenu-menu-top-menu-two {
  margin-bottom: 0;
}
.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav {
  float: right;
}
.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li {
  border: none !important;
}
.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li > a {
  font-size: 11px;
  font-weight: normal;
  padding: 15px 10px;
}
.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li > a.social-btn {
  font-size: 15px;
  padding: 10px 0px;
}
.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav {
  float: right;
}
.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li {
  background: #ed1b24;
  border-left: 1px solid #fff;
}
.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li > a {
  color: #fff !important;
  font-weight: normal;
}
.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li > a i {
  display: block;
  font-size: 25px;
}
.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li > a:hover {
  color: #fff !important;
}
.main-menu {
  background: #262726;
}
.main-menu ul.tb-megamenu-nav {
  background: #262726;
}
.main-menu .tb-megamenu .nav-collapse ul.nav > li > a {
  color: #fff !important;
  font-weight: normal;
}
.main-menu .tb-megamenu .nav-collapse ul.nav > li > a.home {
  font-size: 25px;
  padding: 6px 20px;
}
/*****  End Head and Menu  *****/
/****** Footer ******/
#footer {
  background: #333333;
  color: #fff;
  padding-top: 70px;
}
#footer a {
  color: #fff;
}
#footer span {
  color: #fff;
  background: #333333;
}
#footer span::before {
  background: #333333;
}
#footer .copyright {
  background: #262726;
}
.region-footer-four ul.footer-contact-info {
  font-size: 14px;
  margin-top: 15px;
}
.region-footer-four ul.footer-contact-info i {
  float: left;
  margin-top: 6px;
  width: 20px;
}
.region-footer-four ul.footer-contact-info span {
  float: left;
  width: 240px;
}
.region-footer-four .footer-social {
  padding-top: 10px;
  margin-top: 15px;
}
.region-footer-four .footer-social ul li {
  font-size: 40px;
  float: left;
  margin-right: 37px;
}
.region-footer-four .footer-social ul li:last-child {
  margin-right: 0;
}
/****** End Footer ******/
/***** Home ****/
.home-breaking-news a img {
  transition: all 0.7s;
}
.home-breaking-news a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-breaking-news .item.content {
  position: relative;
}
.home-breaking-news .item.content .content-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px 20px;
  bottom: 0;
}
.home-breaking-news .item.content .views-field-title a {
  color: #fff;
}
.home-breaking-news .item.content .views-field-body {
  color: #fff;
}
.home-breaking-news .postlarge > div {
  height: 430px;
  overflow: hidden;
}
.home-breaking-news .postlarge .views-field-title {
  font-size: 24px;
}
.home-breaking-news .postlarge .views-field-body {
  font-size: 14px;
}
.home-breaking-news .postsmall > div {
  height: 207px;
  overflow: hidden;
}
.home-breaking-news .postsmall .views-field-title {
  font-size: 18px;
  bottom: 44px !important;
}
.home-breaking-news .postsmall .views-field-body {
  font-size: 12px;
}
.home-breaking-news .postsmall > .content:first-child {
  margin-bottom: 15px;
}

/*** Homepage Latest News Slider ***/
 

.views_slideshow_cycle_slide a img {
  transition: all 0.7s;
}
.views_slideshow_cycle_slide a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.views_slideshow_cycle_slide .item.content {
  position: relative;
}
.views_slideshow_cycle_slide .item.content .content-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px 20px;
  bottom: 0;
}
.views_slideshow_cycle_slide .item.content .views-field-title a {
  color: #fff;
}
.views_slideshow_cycle_slide .item.content .views-field-body {
  color: #fff;
}
.views_slideshow_cycle_slide .postlarge > div {
  height: 430px;
  overflow: hidden;
}
.views_slideshow_cycle_slide .postlarge .views-field-title {
  font-size: 24px;
}
.views_slideshow_cycle_slide .postlarge .views-field-body {
  font-size: 14px;
}
.views_slideshow_cycle_slide .postsmall > div {
  height: 207px;
  overflow: hidden;
}
.views_slideshow_cycle_slide .postsmall .views-field-title {
  font-size: 18px;
  bottom: 44px !important;
}
.views_slideshow_cycle_slide .postsmall .views-field-body {
  font-size: 12px;
}
.views_slideshow_cycle_slide .postsmall > .content:first-child {
  margin-bottom: 15px;
}

/*** End of Homepage Latest News Slider ***/

#block-views-featured-videos-block-1 {
  background: #262726;
  padding: 0 20px 10px;
}
#block-views-featured-videos-block-1 .block-title {
  width: 100%;
  text-align: center;
}
#block-views-featured-videos-block-1 .block-title h2 span {
  color: #fff;
  background: #ed1b24;
  padding: 11px 40px;
}
#block-views-featured-videos-block-1 .block-title h2 span::before {
  background: #262726;
}
.bean-tab .nav-tabs > li.active > a {
  color: #ed1b24 !important;
}
.post-block .post-meta .post-categories a {
  color: #ed1b24;
}
.post-block .post-meta .post-categories::before {
  color: #ed1b24;
}
.block.yellow-color .block-title h2 span {
  color: #ed1b24;
}
.poll .bar {
  background-color: #F9C7C8;
}
.poll .poll-item .bar .foreground {
  background: #ed1b24;
}
.region-after-content .btn-primary.form-submit {
  background-color: #ed1b24 !important;
  border-color: #ae0e15 !important;
}
.region-after-content .btn-primary.form-submit:hover {
  background-color: #c51017 !important;
}
/***** End Home ****/
.post-block > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .post-block > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.blog-single-post .post-meta > span.icon {
  margin-right: -4px;
}
.load-more-loading {
  width: 100%;
  text-align: center;
}
.load-more-btn {
  width: 100%;
  font-size: 20px !important;
}
/* advertising page */
.advertising-right-block {
  display: block;
  padding: 20px 30px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 29px;
}
.advertising-right-block.orange {
  background: #F9984B;
}
.advertising-right-block.green {
  background: #9BBB56;
}
.advertising-right-block.red {
  background: #C10001;
}
.advertising-right-block.blue {
  background: #21497D;
}
/* End advertising page */
/* About page */
.quote-mark {
  width: 100%;
  height: 0;
  border-top: 1px solid #C4C3BE;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.quote-mark i {
  position: relative;
  color: #C4C3BE;
  display: inline-block;
  top: -27px;
  padding: 0 30px;
  background: #fff !important;
  z-index: 100;
}
.quote-mark.mark-top {
  margin-top: 50px;
}
.quote-mark.mark-bottom {
  margin-bottom: 50px;
}
.quote-content {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
  font-size: 25px;
}
.quote-content:after {
  display: block;
  content: ' ';
  clear: both;
}
.quote-content .author {
  font-size: 16px;
}
/* End About page */
.contact-page-basic {
  margin: 30px 0;
}
.contact-page-person-row {
  margin-bottom: 40px;
}
.contact-page-person {
  margin-top: 15px;
}
.contact-page-person > div:first-child {
  margin-top: 10px;
}
.contact-page-person > div:nth-child(2) {
  margin-bottom: 15px;
}
.contact-us-form .webform-client-form label {
  display: inline-block !important;
  width: 120px !important;
  margin-right: 0 !important;
}
.subscriptions-form .page-title,
.email-notification-form .page-title,
.webform-client-form-404 .page-title,
.webform-client-form-406 .page-title {
  margin: 30px 0 10px;
}
.subscriptions-form label,
.email-notification-form label,
.webform-client-form-404 label,
.webform-client-form-406 label {
  display: inline-block !important;
  width: 150px !important;
  margin-right: 0 !important;
}
.subscriptions-form div.form-item-submitted-option-1 input.form-checkbox,
.email-notification-form div.form-item-submitted-option-1 input.form-checkbox,
.webform-client-form-404 div.form-item-submitted-option-1 input.form-checkbox,
.webform-client-form-406 div.form-item-submitted-option-1 input.form-checkbox,
.subscriptions-form div.form-item-submitted-hard-copy-option input.form-checkbox,
.email-notification-form div.form-item-submitted-hard-copy-option input.form-checkbox,
.webform-client-form-404 div.form-item-submitted-hard-copy-option input.form-checkbox,
.webform-client-form-406 div.form-item-submitted-hard-copy-option input.form-checkbox,
.subscriptions-form .form-checkboxes input.form-checkbox,
.email-notification-form .form-checkboxes input.form-checkbox,
.webform-client-form-404 .form-checkboxes input.form-checkbox,
.webform-client-form-406 .form-checkboxes input.form-checkbox,
.subscriptions-form div.form-item-submitted-option-1 input.form-radio,
.email-notification-form div.form-item-submitted-option-1 input.form-radio,
.webform-client-form-404 div.form-item-submitted-option-1 input.form-radio,
.webform-client-form-406 div.form-item-submitted-option-1 input.form-radio,
.subscriptions-form div.form-item-submitted-hard-copy-option input.form-radio,
.email-notification-form div.form-item-submitted-hard-copy-option input.form-radio,
.webform-client-form-404 div.form-item-submitted-hard-copy-option input.form-radio,
.webform-client-form-406 div.form-item-submitted-hard-copy-option input.form-radio,
.subscriptions-form .form-checkboxes input.form-radio,
.email-notification-form .form-checkboxes input.form-radio,
.webform-client-form-404 .form-checkboxes input.form-radio,
.webform-client-form-406 .form-checkboxes input.form-radio {
  vertical-align: top;
  margin-right: 10px;
}
.subscriptions-form div.form-item-submitted-option-1 label,
.email-notification-form div.form-item-submitted-option-1 label,
.webform-client-form-404 div.form-item-submitted-option-1 label,
.webform-client-form-406 div.form-item-submitted-option-1 label,
.subscriptions-form div.form-item-submitted-hard-copy-option label,
.email-notification-form div.form-item-submitted-hard-copy-option label,
.webform-client-form-404 div.form-item-submitted-hard-copy-option label,
.webform-client-form-406 div.form-item-submitted-hard-copy-option label,
.subscriptions-form .form-checkboxes label,
.email-notification-form .form-checkboxes label,
.webform-client-form-404 .form-checkboxes label,
.webform-client-form-406 .form-checkboxes label {
  display: inline-block !important;
  width: 93% !important;
  margin-right: 0 !important;
}
.subscriptions-form #edit-submitted-options-2 > div,
.email-notification-form #edit-submitted-options-2 > div,
.webform-client-form-404 #edit-submitted-options-2 > div,
.webform-client-form-406 #edit-submitted-options-2 > div {
  width: 47%;
  display: inline-block;
}
.subscriptions-form #edit-submitted-options-2 input.form-checkbox,
.email-notification-form #edit-submitted-options-2 input.form-checkbox,
.webform-client-form-404 #edit-submitted-options-2 input.form-checkbox,
.webform-client-form-406 #edit-submitted-options-2 input.form-checkbox,
.subscriptions-form #edit-submitted-options-2 input.form-radio,
.email-notification-form #edit-submitted-options-2 input.form-radio,
.webform-client-form-404 #edit-submitted-options-2 input.form-radio,
.webform-client-form-406 #edit-submitted-options-2 input.form-radio {
  vertical-align: top;
  margin-right: 10px;
}
.subscriptions-form #edit-submitted-options-2 label,
.email-notification-form #edit-submitted-options-2 label,
.webform-client-form-404 #edit-submitted-options-2 label,
.webform-client-form-406 #edit-submitted-options-2 label {
  display: inline-block !important;
  width: 160px !important;
}
.webform-client-form-404 label,
.webform-client-form-406 label {
  width: 160px !important;
}
.page-user-register label,
.page-user label {
  width: 120px !important;
}
.page-user-register legend,
.page-user legend {
  display: none;
}
.page-user-register .register-desc,
.page-user .register-desc {
  margin-bottom: 50px !important;
}
.page-user-register .btn-primary,
.page-user .btn-primary {
  background-color: #9BBB56;
  border-color: #809e40;
}
/* Media Library page */
.page-node-70 #page-main-content .block-title,
.page-node-116 #page-main-content .block-title,
.page-node-117 #page-main-content .block-title,
.page-author #page-main-content .block-title,
.page-node-129 #page-main-content .block-title,
.page-node-133 #page-main-content .block-title {
  display: none;
}
.page-node-70 #page-main-content .page-title:after,
.page-node-116 #page-main-content .page-title:after,
.page-node-117 #page-main-content .page-title:after,
.page-author #page-main-content .page-title:after,
.page-node-129 #page-main-content .page-title:after,
.page-node-133 #page-main-content .page-title:after {
  display: block;
  content: ' ';
  clear: both;
}
.md-type-btn:hover {
  color: #ed1b24;
}
.md-type-btn.active {
  color: #ed1b24;
}
.md-lib-holder > div {
  margin-bottom: 30px;
}
.md-lib-holder a {
  display: block;
  height: 140px;
  overflow: hidden;
}
.md-cat-btn.active {
  color: #ed1b24;
}
.md-cat-btn.active:hover {
  color: #ed1b24;
}
/* End Media Library page */
/* Authors page */
.author-type.active {
  color: #ed1b24;
}
.author-type.active:hover {
  color: #ed1b24;
}
.authors-holder {
  margin-top: 20px;
}
.authors-holder > div {
  height: 415px;
}
.authors-holder > div > a {
  display: block;
  height: 150px;
  overflow: hidden;
}
.authors-holder > div .author-name {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.authors-holder > div .author-content > div {
  padding: 6px 0;
  border-top: 1px solid #eee;
}
/* End Authors page */
/* Single Author page */
.single-author-info {
  padding: 30px 0;
}
.single-author-info .author-name {
  font-size: 20px;
  font-weight: bold;
}
.single-author-info .author-role {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.single-author-content {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.single-author-content > div:first-child a {
  display: block;
  height: 245px;
  overflow: hidden;
}
.single-author-content .content-name {
  font-size: 20px;
  font-weight: bold;
}
.single-author-content .content-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.single-author-content .content-meta a {
  color: #999;
}
.single-author-content .content-meta i {
  margin-right: 5px;
}
.single-author-content .content-meta i:not(:first-child) {
  margin-left: 10px;
}
.single-author-content .content-catgory {
  color: #ed1b24;
}
.single-author-content .content-catgory a {
  color: #ed1b24;
  margin: 0 5px;
  display: inline-block;
}
.single-author-content .content-catgory a:hover {
  color: #c51017;
}
.single-author-content .content-catgory i {
  margin-right: 10px;
}
/* End Single Author page */
.recent-news-block > div > div:first-child a {
  display: block;
  height: 245px;
  overflow: hidden;
}
.events-holder {
  margin-top: 20px;
}
.events-holder > div {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.events-holder .events-date {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
}
.events-holder .events-title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.events-holder .events-address i {
  margin-right: 10px;
}
.load-more-btn {
  margin-top: 15px;
}
.archives-section {
  margin-bottom: 40px;
}
.archives-section .archive-table-header {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.archives-section .archive-table-header > div > div:not(:first-child) {
  text-align: center;
}
.archives-section .archive-table-content {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.archives-section .archive-table-content:nth-child(odd) {
  background: #F2F2F2;
}
.archives-section .archive-table-content > div > div:not(:first-child) {
  text-align: center;
}
.at4-share-outer {
  display: none !important;
}
.columnists-list-block > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.columnists-list-block .columnist-name {
  font-size: 15px;
  font-weight: bold;
}
.after_content .block {
  margin-bottom: 0;
}
.after_content .subscribe-btn {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.sidebar-right .block-title h2 span {
  color: #ed1b24;
}
.block .block-title span {
  font-size: 18px;
}
.block .block-title span::before {
  background: #fff;
  bottom: 0;
}
.node-teaser-display .field-type-taxonomy-term-reference .field-items > .field-item {
  margin-bottom: 10px;
}
/* change original style */
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li > a:focus,
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li > a:hover {
  color: #fff !important;
}
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li.open > a {
  color: #fff !important;
}
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li.active > a {
  color: #fff !important;
}
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li.open,
.tb-megamenu.tb-megamenu-menu-top-menu-two .nav-collapse ul.nav > li.active {
  background: #c51017;
}
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li.open,
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li.active {
  background: #585b58;
}
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li .tb-megamenu-submenu {
  background: #585b58 !important;
}
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li .tb-megamenu-submenu ul li a,
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li .tb-megamenu-submenu ul li.open a,
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li .tb-megamenu-submenu ul li.active a {
  color: #fff !important;
}
.tb-megamenu.tb-megamenu-main-menu .nav-collapse ul.nav > li .dropdown-menu .tb-megamenu-subnav > li:not(:last-child) {
  border-bottom: 1px dashed #ddd !important;
}
.search-region {
  top: 0;
}
.search-region .block-title {
  display: none;
}
.search-region div {
  height: 52px;
}
.search-region .block-content {
  margin-top: -7px;
}
.search-region h2,
.search-region label {
  display: none;
}
.search-region #block-search-form #search-block-form input {
  height: 52px !important;
  color: #fff !important;
}
.search-region #block-search-form #search-block-form input:focus {
  background: #333;
  width: 431px;
}
.search-region #block-search-form #search-block-form .form-submit {
  top: 0 !important;
}
.view-videos-block .post-block .post-image a::before {
  top: 50%;
}
.view-videos-block .post-block:hover .post-image a:before {
  display: block;
}
.view-list ul li.view-list-item {
  padding-bottom: 0;
}
.node-teaser-display .field-type-taxonomy-term-reference .field-items > .field-item {
  border: 1px solid #ed1b24;
}
.node-teaser-display .field-type-taxonomy-term-reference .field-items > .field-item:hover,
.node-teaser-display .field-type-taxonomy-term-reference .field-items > .field-item:focus,
.node-teaser-display .field-type-taxonomy-term-reference .field-items > .field-item:active {
  background: #ed1b24;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #ed1b24 !important;
  border-color: #ed1b24 !important;
}
.tb-megamenu.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li.active > a,
.tb-megamenu.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li > a:focus,
.tb-megamenu.tb-megamenu-menu-top-menu-one .nav-collapse ul.nav > li > a:hover {
  color: #ed1b24 !important;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #ed1b24 !important;
}
.list-tags .view-list ul > li:hover {
  background: #ed1b24 !important;
}
.md-lib-holder img {
  transition: all 0.7s;
}
.md-lib-holder img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#block-webform-client-block-73,
#block-webform-client-block-217,
#block-simplenews-34,
#block-mailchimp_signup-subscribe_to_our_newsletter {
  display: none;
}
#block-webform-client-block-73 .feed-icon,
#block-webform-client-block-217 .feed-icon,
#block-simplenews-34 .feed-icon,
#block-mailchimp_signup-subscribe_to_our_newsletter .feed-icon {
  display: none;
}
#block-simplenews-34 p,
#block-mailchimp_signup-subscribe_to_our_newsletter p {
  min-width: 547px;
}
.right-tabs .nav {
  float: right;
  border-bottom: 0px;
}
.right-tabs .nav li {
  float: left;
}
.right-tabs .tab-content {
  float: left;
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.tab-content {
  padding-top: 30px;
}
.subscribe-note {
  padding: 20px;
  background: #E4E4E4;
  border: 1px solid #cbcbcb;
}
.subscribe-note h4 {
  width: 100%;
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding: 10px 0;
}
.rightside-btn {
  padding: 20px;
  background: #E4E4E4;
  border: 1px solid #cbcbcb;
  text-align: center;
}
.tb-megamenu .nav-collapse ul.nav > li .dropdown-menu,
.tb-megamenu .dropdown-menu {
  border: none !important;
}
.tb-megamenu .nav-collapse ul.nav > li.open > a .caret {
  border-bottom-color: #eee !important;
  border-top-color: #eee !important;
}
/* End change original style */
.ads-box {
  position: relative;
  z-index: 0;
}
.ads-box .fix-slide {
  width: 100%;
  text-align: center;
  position: relative;
}
.ads-box .fix-slide a {
  display: block;
}
.ads-box > a {
  display: none;
}
.top-ad-box {
  width: 1170px;
  margin: 0 auto;
}
#block-poll-recent .links {
  display: none !important;
}
.post-block .post-title a {
  font-size: 20px;
}
.juno-copyright.rtecenter {
  font-size: 12px;
}
.view-videos-block .post-block .post-title a:hover {
  color: #ed1b24;
}
.tb-megamenu .nav-collapse ul.nav > li .dropdown-menu {
  border: none;
}
#block-search-form #search-block-form input {
  background-color: #444;
  width: 215px;
  font-size: 13px;
}
.search-region #block-search-form #search-block-form input {
  color: #bbb !important;
  padding-left: 20px;
}
#block-search-form .form-item {
  margin: 7px -5px 0;
}
.home-breaking-news .item.content .content-overlay {
  line-height: 18px;
  padding: 15px 25px 5px;
}
.post-style-stick .view-content .view-list > ul > li:first-child .post-meta {
  margin: 0;
}
#footer ul.menu > li a:hover {
  color: #ed1b24 !important;
}
.columnists-list-block > .row > div {
  height: 160px;
}
.media-kit-btn {
  font-size: 30px;
}
.twitter-block .block-title {
  display: none;
}
.extra-menu {
  display: none !important;
}
.page-node-done .links {
  display: none;
}
.comment-form-holder {
  display: none;
}
.sidebar::before {
  top: 0;
}
.block-simpleads .block-title {
  border-bottom: none;
}
.block-simpleads .block-title h2 {
  display: none;
}
.not-logged-in .block-simpleads .block-title {
  display: none;
}
.node-blog .field-name-field-if-latest-news,
.node-blog .field-name-field-post-publish-date,
.node-blog .field-name-field-post-home-sort-weight,
.node-blog .link-wrapper > ul {
  display: none;
}
.node-blog .field-name-body a {
  color: #ed1b24;
}
.node-blog .field-name-body a:hover {
  text-decoration: underline;
}
.gallery-grid .view-list ul li.view-list-item {
  width: 150px !important;
  height: 100px !important;
}
.topbar .adslist > div {
  text-align: center;
}
.block-simpleads .adslist {
  position: relative;
}
.block-simpleads .adslist .close-ad {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 17px;
  background: url('/sites/all/themes/grower/images/ad-close-btn.png') no-repeat;
}
.block-simpleads .adslist .close-ad:hover {
  cursor: pointer;
}
#block-simpleads-ad-groups-29 {
  margin: 0 auto;
}
#block-simpleads-ad-groups-29 .close-ad {
  display: none;
}
.tb-toggle {
  font-size: 26px;
  display: block;
  padding: 3px 0;
  display: none;
}
.ad-in-content-right {
  float: right;
  margin: 15px 0 15px 15px;
}
.ad-in-content-left {
  float: left;
  margin: 15px 15px 15px;
}
.node-type-simpleads .node-simpleads .post-title,
.node-type-simpleads .node-simpleads .post-meta {
  margin-left: 80px;
}
.postsmall .views-field-body {
  display: none;
}
.postsmall .views-field-title {
  padding-bottom: 10px;
}
.front #block-system-main {
  display: none;
}
.newsletter-table {
  border: none !important;
  background: #EAECED;
}
.newsletter-table table,
.newsletter-table tbody,
.newsletter-table tr,
.newsletter-table td {
  border: none !important;
}
.newsletter-table .newsletter-logo-big {
  width: 200px;
}
.newsletter-table a {
  color: #ED1C24;
}
.newsletter-table .view {
  padding: 15px;
  background: #fff;
}
.newsletter-table .view h4 a,
.newsletter-table .view h3 a {
  color: #ED1C24;
}
.owl-g-caption-hide {
  display: none;
}
.owl-g-caption {
  font-weight: bold;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px solid #eee;
  padding: 10px;
  margin-right: 10px;
}
.field-name-field-post-gallery .owl-g-caption {
  margin-top: -10px;
}
.owl-g-caption.no-g-caption {
  height: 0;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .region-footer-four ul.footer-contact-info li {
    display: block;
  }
  .region-footer-four ul.footer-contact-info li span {
    width: 165px;
  }
  .tb-megamenu .nav-collapse ul.nav > li > a {
    padding: 15px 12px;
  }
  .block .block-title span {
    font-size: 18px !important;
  }
  #block-search-form #search-block-form input {
    width: 100px;
  }
  .authors-holder > div > a {
    width: auto;
  }
}
@media (max-width: 991px) {
  .tb-megamenu > .nav-collapse {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .tb-toggle {
    display: block;
    color: #fff;
  }
  .tb-megamenu {
    background: #262726;
  }
  .header-right {
    display: none;
  }
  .extra-menu {
    display: block !important;
  }
  .tb-megamenu > .nav-collapse > ul.nav > li {
    float: left;
    width: 50%;
  }
  .search-region #block-search-form #search-block-form input {
    height: 50px !important;
  }
  .home-breaking-news .item.content {
    width: 100%;
    margin-bottom: 15px;
  }
  .columnists-list-block > .row > div {
    height: 240px;
  }
  .region-footer-four .contact-info ul > li {
    display: block;
  }
  .region-footer-four .contact-info ul > li span {
    width: 300px;
  }
  .region-footer-four .contact-info ul > li:after {
    display: block;
    clear: both;
    content: ' ';
  }
  #block-search-form #search-block-form input {
    width: 250px;
  }
  .search-region,
  .home-breaking-news h4,
  #block-gr-pageblock-delta-columnists,
  #block-twitter-block-1,
  #block-views-tags-block,
  .footer-social {
    display: none;
  }
}
@media (max-width: 736px) {
  .home-breaking-news h4 {
    text-align: left !important;
  }
  .home-breaking-news .postlarge > div {
    height: auto;
  }
  .tb-toggle {
    display: block;
    color: #666;
  }
  .front .tab-content {
    padding-top: 0 !important;
  }
  .front .block-bean .tabs-horizonal .nav-tabs {
    margin-bottom: 0 !important;
  }
  .front #block-views-news-gallery-block {
    display: none;
  }
}
@media (max-width: 736px) {
  .post-style-stick.image .view-content .view-list > ul > li:not(:first-child) .post-image {
    width: 100%;
  }
  .post-style-stick.image .view-content .view-list > ul > li:not(:first-child) .post-content {
    padding-left: 0;
  }
  .block-bean .tabs-horizonal {
    margin-top: 0;
  }
  .block-bean .tabs-horizonal .nav-tabs {
    float: none;
  }
  .topbar {
    margin-bottom: 20px;
  }
  h1.logo {
    position: absolute;
    right: 20px;
    width: 200px;
    top: -20px;
  }
  .main-menu,
  .tb-megamenu {
    background: #fff;
  }
  .cate-img-holder {
    padding-bottom: 20px;
  }
  .node-teaser-display {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    width: 100%;
  }
  .region-footer-four ul.footer-contact-info i {
    display: none;
  }
}
@media (max-width: 414px) {
  .tb-megamenu > .nav-collapse > ul.nav > li {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .bean-tab .nav-tabs > li {
    padding: 0 6px;
  }
  .nav-tabs > li > a {
    padding: 8px 4px !important;
  }
}
@media (max-width: 320px) {
  .right-tabs .tab-content {
    float: none;
  }
  .nav-tabs > li > a {
    padding: 8px 0px !important;
    font-size: 13px;
  }
}
