/*
 Theme Name:     Business Leader Magazine
 Description:
 Author:         Melissa Larkin
 Template:       twentynineteen
 (optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
 */
/* ///////////// GLOBALS ///////////// */
/**************************************************************************************
 1. Basics
 **************************************************************************************/
::-moz-selection {
  background: #bf1d1d;
  color: #fff;
}
::selection {
  background: #bf1d1d;
  color: #fff;
}
a, a:active, a:focus {
  outline: 0;
}
a {
  color: #bf1d1d;
  text-decoration: none;
}
a:hover {
  color: #891919;
}
img {
  border: 0;
}
@media (max-width: 520px) {
  img {
    width: 100%;
    height: auto;
    margin-bottom: 10px !important;
  }
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  font-weight: 400;
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1280px) {
  body {
    font-size: 18px;
  }
}
.table {
  display: table;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
ul, li {
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
.bl-title {
  text-align: left !important;
}
.bl-title:after {
  content: ' ';
  display: block;
  background: #bf1d1d;
  height: 5px;
  width: 100px;
  margin-bottom: 8px;
  margin-top: 2px;
}
.text-center {
  text-align: center;
}
.single-post .content-container .left-content-container .content-block h2, .single-post .content-container .left-content-container .content-block h3, .single-post .content-container .left-content-container .content-block h4, .single-post .content-container .left-content-container .content-block h5, .single-post .content-container .left-content-container .content-block h6 {
  font-size: 21px;
  margin: 5px 0 5px 0;
}
@media (max-width: 580px) {
  .single-post .content-container .left-content-container .content-block h2, .single-post .content-container .left-content-container .content-block h3, .single-post .content-container .left-content-container .content-block h4, .single-post .content-container .left-content-container .content-block h5, .single-post .content-container .left-content-container .content-block h6 {
    font-size: 18px;
  }
}
.single-post .content-container .left-content-container .content-block .entry-content ul li, .single-post .content-container .left-content-container .content-block .entry-content ol li {
  margin-bottom: 15px;
  margin-left: 15px;
  list-style: outside;
}
.news-ticker {
  background-color: #302f31;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  max-height: 48px;
  overflow: hidden;
  display: block;
}
.news-ticker a, .news-ticker p {
  color: white;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 15px;
}
.news-ticker p {
  float: left;
  margin: 0;
  padding: 13px 15px 13px 15px;
  background-color: #c01e1e;
  font-weight: 600;
  margin-right: 15px;
}
.news-ticker ul li {
  display: block;
  max-height: 20px;
  overflow: hidden;
}
.news-ticker:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #c11e1f;
  left: 95px;
  top: 15px;
  width: 18px;
  height: 18px;
  z-index: 2;
  transform: rotate(45deg);
  -transform-webkit: rotate(45deg);
}
@media (max-width: 1280px) {
  .news-ticker {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .news-ticker {
    display: none;
  }
}
.category .news-ticker {
  margin: 0px 0px 25px 0px;
}
.button, input[type=submit], button {
  background: #bf1d1d;
  padding: 13px;
  margin: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  display: inline-block;
  -webkit-appearance: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
}
.button:hover, input[type=submit]:hover, button:hover {
  background: #9e1c1c;
  color: #fff;
  cursor: pointer;
}
.button:active, input[type=submit]:active, button:active {
  background: #891919;
  box-shadow: none;
}
.button.orange, input[type=submit].orange, button.orange {
  background: #ca7530;
}
.button.orange:hover, input[type=submit].orange:hover, button.orange:hover {
  background: #af662b;
  color: #fff;
}
.button.orange:active, input[type=submit].orange:active, button.orange:active {
  background: #a05d28;
}
.button.grey, input[type=submit].grey, button.grey {
  background: #302f31;
}
.button.grey:hover, input[type=submit].grey:hover, button.grey:hover {
  background: #222224;
  color: #fff;
}
.button.grey:active, input[type=submit].grey:active, button.grey:active {
  background: #171717;
}
.alignright {
  float: right;
  padding-left: 20px;
}
.alignleft {
  float: left;
  padding-right: 20px;
}
.red {
  color: #bf1d1d;
}
.icon-heading {
  background-color: #f2f2f2;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 20px;
}
.icon-heading img {
  max-width: 70px;
  float: left;
}
@media (max-width: 800px) {
  .icon-heading img {
    display: none;
  }
}
.icon-heading h3 {
  color: #000;
  float: left;
  padding: 0px 20px;
  line-height: 70px;
  margin: 0 !important;
}
@media (max-width: 800px) {
  .icon-heading h3 {
    line-height: 1.5;
    padding: 15px;
  }
}
.icon-heading p {
  display: none;
}
.sidebar-block {
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 600;
  background: #b1b0b0;
  background: url('images/sidebar/subscribe-to-our-enewsletter.png') no-repeat #b1b0b0;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1366px) {
  .sidebar-block {
    padding: 35px;
  }
}
.sidebar-block.half {
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
}
.sidebar-block .advertise-caption {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  margin: 0 !important;
}
.sidebar-block#media-pack {
  background: url('images/sidebar/media-pack-download.png') no-repeat #bf1d1d;
  background-position: right top;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.sidebar-block#media-pack:hover {
  background-color: #222224;
}
.sidebar-block#media-pack:active {
  background-color: #171717;
}
.sidebar-block#subscribe-enewsletter {
  background: url('images/sidebar/subscribe-to-our-enewsletter.png') no-repeat #ca7530;
  background-position: right top;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
@media (max-width: 1280px) {
  .sidebar-block#subscribe-enewsletter {
    display: none;
  }
}
.sidebar-block#subscribe-enewsletter:hover {
  background-color: #222224;
}
.sidebar-block#subscribe-enewsletter:active {
  background-color: #171717;
}
/**************************************************************************************
 2. Adverts
 **************************************************************************************/
.sidebar-advert img {
  width: 100%;
  height: auto;
}
#macroaxis_sector_summary_frame {
  height: 330px;
}
.top-page-advert {
  display: none;
}
/**************************************************************************************
 3. Mobile Menu
 **************************************************************************************/
.mob-menu-container {
  position: relative;
}
.mob-menu-container a {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu {
  display: none;
}
.slicknav_menu {
  display: none;
}
@media (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
}
/**************************************************************************************
 4. Header
 **************************************************************************************/
.search-bar {
  width: 100%;
  position: fixed;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .search-bar {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: absolute;
  }
}
.search-bar.visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .search-bar.visible {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    z-index: 5;
  }
}
.search-bar input {
  background: #302f31;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: 'franklin-gothic-urw-cond', 'Franklxin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  line-height: 22px;
}
@media (max-width: 1280px) {
  .search-bar input {
    padding: 11px;
  }
}
@media (max-width: 1024px) {
  .search-bar input {
    padding: 18px;
  }
}
.search-form-container {
  background: #000;
  display: table;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 1024px) {
  .search-form-container {
    border-bottom: 0;
  }
}
.search-form-container .icon, .search-form-container .search, .search-form-container .close-icon {
  display: table-cell;
  vertical-align: middle;
}
.search-form-container .icon, .search-form-container .close {
  min-width: 50px;
  text-align: center;
  font-size: 26px;
  color: #878787;
}
@media (max-width: 1280px) {
  .search-form-container .icon, .search-form-container .close {
    min-width: 50px;
    font-size: 22px;
  }
}
.search-form-container .close-icon {
  background: #000;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .search-form-container .close-icon {
    background: #9e1c1c;
  }
  .search-form-container .close-icon:hover {
    background: #bf1d1d !important;
  }
}
.search-form-container .close-icon:hover {
  background: #222224;
  cursor: pointer;
}
.search-form-container .close-icon:active {
  background: #171717 !important;
}
.search-form-container .close-icon .icon {
  color: #fff;
  font-size: 18px;
}
.search-form-container .search {
  width: 100%;
}
.category .header-container.top, .author .header-container.top, .single-post .header-container.top, .tag .header-container.top {
  position: relative;
}
.category .content-container.inner, .author .content-container.inner, .single-post .content-container.inner, .tag .content-container.inner {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .category .content-container.inner, .author .content-container.inner, .single-post .content-container.inner, .tag .content-container.inner {
    padding-top: 10px;
  }
}
.tag .comments-area {
  display: none;
}
.comments .reply-title {
  display: none;
}
.header-container {
  width: 100%;
  z-index: 4;
  background: #fff;
}
.header-container.top {
  position: fixed;
  box-shadow: 4px 4px 4px rgba(22, 22, 22, 0.3);
}
@media (max-width: 1024px) {
  .header-container.top {
    background: #fff;
    position: relative;
    width: auto;
    box-shadow: none;
  }
}
@media (max-width: 720px) {
  .header-container.top {
    position: relative;
  }
}
.header-container .logo, .header-container .search-icon {
  font-size: 23px;
  padding: 0px;
  float: right;
  color: #302f31;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-container .logo, .header-container .search-icon {
    padding: 3px 7px;
  }
}
.header-container .contain-header {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0px 60px;
  max-height: 70px;
}
@media (max-width: 1150px) {
  .header-container .contain-header {
    max-width: 100%;
    padding: 0px 0px 0px 10px;
  }
}
.header-container .advert-top {
  width: 20%;
  padding: 0 20px;
  display: table-cell;
}
@media (max-width: 1020px) {
  .header-container .advert-top {
    display: none;
  }
}
.header-container .advert-top img {
  width: 100%;
  height: auto;
  max-height: 94px;
}
.header-container .category-nav-container {
  background: #bf1d1d;
}
@media (max-width: 1024px) {
  .header-container .category-nav-container {
    float: right;
    width: auto;
    display: block;
    background: transparent;
  }
}
.header-container .logo {
  padding: 10px;
  background: #fff;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 1024px) {
  .header-container .logo {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .header-container .logo {
    padding-left: 0;
  }
}
.header-container .logo img {
  width: 215px;
  height: 45px;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
@media (max-width: 1279px) {
  .header-container .logo img {
    width: 160px;
    height: 39px;
  }
}
@media (max-width: 1024px) {
  .header-container .logo img {
    width: 135px;
    height: 33px;
  }
}
@media (max-width: 480px) {
  .header-container .logo img {
    width: 115px;
    height: 28px;
  }
}
.header-container .advert {
  display: table-cell;
  vertical-align: middle;
  background: #302f31;
}
@media (max-width: 1279px) {
  .header-container .advert {
    display: none;
  }
}
.header-container .advert img {
  float: right;
  width: 100%;
  height: auto;
  max-width: 728px;
}
.header-container .advert-tab {
  display: none;
}
@media (max-width: 1279px) {
  .header-container .advert-tab {
    display: block;
    width: 100%;
    background: #302f31;
    text-align: center;
    padding-top: 15px;
  }
  .header-container .advert-tab img {
    width: 100%;
    max-width: 728px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .header-container .advert-tab .desktop {
    display: none;
  }
}
.header-container .advert-tab .mobile {
  display: none;
}
@media (max-width: 480px) {
  .header-container .advert-tab .mobile {
    display: block;
  }
  .header-container .advert-tab .mobile img {
    width: 100%;
    height: auto;
  }
}
.header-container .reverse .social-media {
  display: none;
}
@media (max-width: 1024px) {
  .header-container .reverse .social-media {
    display: block;
    width: 50%;
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 720px) {
  .header-container .reverse .social-media {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .header-container .reverse {
    display: block !important;
  }
}
.main-menu-container {
  vertical-align: middle;
  min-width: 820px;
}
@media (max-width: 1679px) {
  .main-menu-container {
    min-width: 750px;
  }
}
@media (max-width: 1500px) {
  .main-menu-container {
    min-width: 650px;
  }
}
@media (max-width: 1280px) {
  .main-menu-container {
    min-width: 640px;
  }
}
@media (max-width: 1024px) {
  .main-menu-container {
    display: none;
  }
}
.main-menu-container .menu li {
  display: inline-block;
  float: left;
}
.main-menu-container .menu li a {
  padding: 25px 20px;
  color: #302f31;
  text-decoration: none;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .main-menu-container .menu li a {
    padding: 25px 15px 41px 15px;
  }
}
@media (max-width: 1280px) {
  .main-menu-container .menu li a {
    font-size: 13px;
    padding: 25px 10px 30px 10px;
  }
}
@media (max-width: 1279px) {
  .main-menu-container .menu li a {
    font-size: 15px;
    padding: 25px 15px 36px 15px;
    border-top: none;
  }
}
.main-menu-container .menu li a:hover {
  background: #f2f2f2;
}
.main-menu-container .menu li a:active {
  background: #f2f2f2;
}
.main-menu-container .menu .current-menu-item {
  background: #f2f2f2;
}
.social-media {
  float: right;
  width: 15%;
}
@media (max-width: 1024px) {
  .social-media {
    padding-top: 10px;
  }
}
.social-media .sm-icon {
  font-size: 22px;
  float: right;
  margin-top: 5px;
}
.social-media .sm-icon a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .social-media .sm-icon a {
    margin: 0 2px;
  }
}
@media (max-width: 1024px) {
  .social-media .sm-icon a {
    margin: 0 5px;
    color: #302f31;
  }
}
@media (max-width: 600px) {
  .social-media .sm-icon a {
    font-size: 18px;
  }
}
.social-media .sm-icon a:before {
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.social-media .sm-icon a:hover:before {
  transform: scale(1.2);
}
.social-media .sm-icon a:active:before {
  opacity: 0.8;
}
.category-nav-container {
  width: 100%;
}
@media (max-width: 1024px) {
  .category-nav-container .social-media {
    display: none;
  }
}
.category-nav-container .no-link {
  cursor: default;
}
@media (max-width: 1024) {
  .category-nav-container {
    display: block;
    float: right;
    width: auto;
  }
}
.category-nav-container .category-nav {
  vertical-align: middle;
  float: left;
  width: 85%;
}
@media (max-width: 1024px) {
  .category-nav-container .category-nav {
    display: none;
  }
}
.category-nav-container .category-nav .menu {
  text-transform: uppercase;
  font-weight: 600;
}
.category-nav-container .category-nav .menu a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 15px;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
@media (max-width: 1500px) {
  .category-nav-container .category-nav .menu a {
    padding: 10px 9px;
  }
}
@media (max-width: 1280px) {
  .category-nav-container .category-nav .menu a {
    padding: 10px 8px;
  }
}
.category-nav-container .category-nav .menu a:hover {
  background: #9e1c1c;
}
.category-nav-container .category-nav .menu a:active {
  background: #891919 !important;
}
.category-nav-container .category-nav .menu li {
  display: inline-block;
  float: left;
}
.category-nav-container .category-nav .menu li:hover a {
  background: #9e1c1c;
}
.category-nav-container .category-nav .menu .sub-menu {
  background: #9e1c1c;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  padding: 0;
}
@media (max-width: 1024px) {
  .category-nav-container .category-nav .menu .sub-menu {
    right: 0;
  }
}
.category-nav-container .category-nav .menu .sub-menu li {
  display: block;
  float: none;
}
@media (max-width: 1024px) {
  .category-nav-container .category-nav .menu .sub-menu li a {
    padding: 15px;
  }
}
.category-nav-container .category-nav .menu .sub-menu li a:hover {
  background: #bf1d1d;
}
.category-nav-container .category-nav .menu .sub-menu li a:active {
  background: #891919;
}
.category-nav-container .category-nav .menu .drop-down a {
  padding-right: 30px;
}
.category-nav-container .category-nav .menu .drop-down a:not([href]) {
  cursor: default;
}
.category-nav-container .category-nav .menu .drop-down:before {
  content: "\f104";
  font-family: "Ionicons";
  float: right;
  position: relative;
  top: 12px;
  right: 15px;
  color: #fff;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
@media (max-width: 1280px) {
  .category-nav-container .category-nav .menu .drop-down:before {
    top: 10px;
  }
}
.category-nav-container .category-nav .menu .drop-down:hover {
  cursor: pointer;
}
.category-nav-container .category-nav .menu .drop-down:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.category-nav-container .contact-labels {
  display: table-cell;
  vertical-align: middle;
  width: 340px;
}
@media (max-width: 1439px) {
  .category-nav-container .contact-labels {
    width: 325px;
  }
}
@media (max-width: 1365px) {
  .category-nav-container .contact-labels {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .category-nav-container .contact-labels {
    width: 150px;
  }
}
@media (max-width: 479px) {
  .category-nav-container .contact-labels {
    display: none;
  }
}
.category-nav-container .contact-labels a {
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  float: left;
}
@media (max-width: 1279px) {
  .category-nav-container .contact-labels a {
    padding: 8px 20px;
  }
}
@media (max-width: 1024px) {
  .category-nav-container .contact-labels a {
    padding: 20px;
  }
}
.category-nav-container .contact-labels a:hover {
  background: #9e1c1c;
}
.category-nav-container .contact-labels a:active {
  background: #891919;
}
.category-nav-container .contact-labels a.tel span {
  margin-right: 10px;
}
.category-nav-container .contact-labels a.email {
  padding: 5px 20px;
}
@media (max-width: 1439px) {
  .category-nav-container .contact-labels a.email {
    padding: 5px 12px;
  }
}
@media (max-width: 1280px) {
  .category-nav-container .contact-labels a.email {
    display: none;
  }
}
.category-nav-container .contact-labels a.email span {
  font-size: 22px;
}
.category-nav-container .contact-labels a.subscribe {
  background: #ca7530;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
}
@media (max-width: 1365px) {
  .category-nav-container .contact-labels a.subscribe {
    display: none;
  }
}
.category-nav-container .contact-labels a.subscribe:hover {
  background: #af662b;
}
.category-nav-container .contact-labels a.subscribe span {
  margin-right: 10px;
}
.category-nav-container .category-label {
  float: left;
  padding: 8px 20px;
  color: #d27a7a;
}
@media (max-width: 1439px) {
  .category-nav-container .category-label {
    display: none;
  }
}
.category-nav-container .category-label span {
  color: #fff;
  margin-right: 10px;
}
.category-nav-container .search-icon {
  text-align: center;
  font-size: 26px;
  width: 50px;
  color: #302f31;
  background: #fff;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.category-nav-container .search-icon.bar {
  display: none;
}
@media (max-width: 1024px) {
  .category-nav-container .search-icon.bar {
    display: block;
  }
}
@media (max-width: 1280px) {
  .category-nav-container .search-icon {
    width: 50px;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .category-nav-container .search-icon {
    background: #fff;
    padding: 12px 6px;
    font-size: 26px;
  }
}
.category-nav-container .search-icon:hover {
  cursor: pointer;
  background: #891919;
}
@media (max-width: 1024px) {
  .category-nav-container .search-icon:hover {
    background: #222224;
  }
}
.category-nav-container .search .icon {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/**************************************************************************************
 5. Banner Templates
 **************************************************************************************/
.home .top-banner, .top-banner .top-banner {
  display: none;
}
.home .hero-background, .top-banner .hero-background {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
}
.home .hero-background .content-container, .top-banner .hero-background .content-container {
  margin-top: 0;
}
@media (max-width: 980px) {
  .home .hero-background .content-container, .top-banner .hero-background .content-container {
    padding-top: 30px;
  }
}
.home .hero-background .hero-title-container, .top-banner .hero-background .hero-title-container {
  max-width: 600px;
  float: left;
  padding: 20px 20px 120px 20px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.home .hero-background .hero-title-container .wrap-me, .top-banner .hero-background .hero-title-container .wrap-me {
  background: rgba(64, 64, 64, 0.8);
  padding: 20px;
}
.home .hero-background .hero-title-container .wrap-me h1, .top-banner .hero-background .hero-title-container .wrap-me h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1280px) {
  .home .hero-background .hero-title-container .wrap-me h1, .top-banner .hero-background .hero-title-container .wrap-me h1 {
    font-size: 28px;
  }
}
@media (max-width: 720px) {
  .home .hero-background .hero-title-container .wrap-me h1, .top-banner .hero-background .hero-title-container .wrap-me h1 {
    font-size: 26px;
  }
}
@media (max-width: 980px) {
  .home .hero-background .hero-title-container, .top-banner .hero-background .hero-title-container {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
}
.home .hero-background .cta-container, .top-banner .hero-background .cta-container {
  padding-top: 40px;
  text-align: right;
  animation: fade 10s;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  opacity: 0;
}
@media (max-width: 980px) {
  .home .hero-background .cta-container, .top-banner .hero-background .cta-container {
    padding-top: 20px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .home .hero-background .cta-container a, .top-banner .hero-background .cta-container a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.home .hero-background .cta-container.visible, .top-banner .hero-background .cta-container.visible {
  opacity: 1;
}
.home .hero-background .hero-button-container, .top-banner .hero-background .hero-button-container {
  margin-top: 50px;
  padding: 20px;
  float: right;
}
@media (max-width: 980px) {
  .home .hero-background .hero-button-container, .top-banner .hero-background .hero-button-container {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.home .hero-background .hero-button-container a:first-child, .top-banner .hero-background .hero-button-container a:first-child {
  margin-right: 10px;
}
.home .main-bg, .top-banner .main-bg {
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.home .contact-popup, .top-banner .contact-popup {
  width: 275px;
  position: absolute;
  right: 0;
  top: 290px;
  background: #bf1d1d;
  color: #fff;
  animation: fade 1s;
  padding: 15px 25px;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 1279px) {
  .home .contact-popup, .top-banner .contact-popup {
    top: 280px;
  }
}
@media (max-width: 1156px) {
  .home .contact-popup, .top-banner .contact-popup {
    display: none;
  }
}
.home .contact-popup.visible, .top-banner .contact-popup.visible {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
}
.home .contact-popup h3, .top-banner .contact-popup h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.home .contact-popup .icon, .top-banner .contact-popup .icon {
  margin-right: 10px;
  font-size: 18px;
}
.home .contact-popup p, .top-banner .contact-popup p {
  margin: 10px 0 0 0;
}
.home .contact-popup a, .top-banner .contact-popup a {
  color: #fff;
  font-weight: bold;
}
.top-banner .four-cta {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .top-banner .four-cta {
    margin: 0;
  }
}
.top-banner .four-cta .hero-title-container {
  width: 25%;
  padding: 0px 0px 70px 0px;
  padding: 0;
}
@media (max-width: 1280px) {
  .top-banner .four-cta .hero-title-container {
    width: 50%;
    margin-bottom: 30px;
    float: left;
  }
}
@media (max-width: 720px) {
  .top-banner .four-cta .hero-title-container {
    width: 100%;
    min-height: 0;
  }
}
.top-banner .four-cta .hero-title-container .wrap-me-red {
  background: rgba(191, 29, 29, 0.7);
  padding: 10px;
  margin-right: 10px;
  color: #fff;
  min-height: 120px;
  animation: fade 10s;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
@media (max-width: 1280px) {
  .top-banner .four-cta .hero-title-container .wrap-me-red {
    margin-right: 30px;
  }
}
@media (max-width: 720px) {
  .top-banner .four-cta .hero-title-container .wrap-me-red {
    margin-right: 0;
  }
}
.top-banner .four-cta .hero-title-container .wrap-me-red h2 {
  font-size: 26px;
}
.top-banner .four-cta .hero-title-container .wrap-me-red.visible {
  opacity: 1;
}
.top-banner .four-cta .hero-title-container .wrap-me-red .stats {
  font-size: 26px;
}
@media (max-width: 1280px) {
  .top-banner .four-cta .hero-title-container .wrap-me-red .stats {
    font-size: 24px;
  }
}
.home .header-container .category-nav-container {
  position: fixed;
  z-index: 3;
  top: 160px;
}
.logged-in .header-container .category-nav-container {
  top: 190px;
}
/**************************************************************************************
 6. Page Content
 **************************************************************************************/
.content-container {
  overflow: visible;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  .content-container {
    padding: 25px;
  }
}
@media (max-width: 580px) {
  .content-container {
    padding: 20px;
  }
}
.content-container .national-sw-editions {
  display: block;
}
@media (max-width: 1025px) {
  .content-container .national-sw-editions {
    display: none;
  }
}
.content-container.inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
}
@media (max-width: 1150px) {
  .content-container.inner {
    max-width: 100%;
  }
}
.content-container.inner.full {
  padding-top: 30px;
}
.content-container.inner.full .left-content-container {
  width: 100%;
}
.content-container.inner.full.no-banner {
  padding-top: 200px;
}
@media (max-width: 1366px) {
  .content-container.inner.full {
    padding-top: 200px;
  }
}
@media (max-width: 1280px) {
  .content-container.inner.full {
    padding-top: 180px;
  }
}
@media (max-width: 1024px) {
  .content-container.inner.full {
    padding-top: 20px;
  }
}
@media (max-width: 720px) {
  .content-container.inner.full {
    padding-top: 20px;
  }
}
.content-container.inner.home, .content-container.inner.default {
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .content-container.inner.home, .content-container.inner.default {
    padding-top: 10px;
  }
}
.content-container.inner.home {
  padding-top: 225px;
}
@media (max-width: 1024px) {
  .content-container.inner.home {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .content-container.inner.home {
    padding-top: 10px;
  }
}
.content-container.inner.search {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .content-container.inner.search {
    padding-top: 10px;
  }
}
@media (max-width: 1366px) {
  .content-container.inner {
    padding-top: 270px;
  }
}
@media (max-width: 1280px) {
  .content-container.inner {
    padding-top: 260px;
  }
}
@media (max-width: 1024px) {
  .content-container.inner {
    padding-top: 100px;
  }
}
@media (max-width: 720px) {
  .content-container.inner {
    padding-top: 20px;
  }
}
.content-container.inner .post-title {
  text-transform: uppercase;
}
.content-container.inner .category-title h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .content-container.inner .category-title h1 {
    font-size: 28px;
  }
}
.content-container.inner .category-title h1 .icon {
  margin-right: 13px;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .content-container.inner .category-title h1 .icon {
    font-size: 28px;
  }
}
.content-container.inner #about-background, .content-container.inner #subscribe-background, .content-container.inner #advertise-background, .content-container.inner #lead-gen-background, .content-container.inner #events-background {
  padding: 40px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
}
@media (max-width: 1366px) {
  .content-container.inner #about-background, .content-container.inner #subscribe-background, .content-container.inner #advertise-background, .content-container.inner #lead-gen-background, .content-container.inner #events-background {
    padding: 40px 25px;
  }
}
@media (max-width: 1280px) {
  .content-container.inner #about-background, .content-container.inner #subscribe-background, .content-container.inner #advertise-background, .content-container.inner #lead-gen-background, .content-container.inner #events-background {
    padding: 40px 20px;
  }
}
.content-container.inner #about-background p, .content-container.inner #subscribe-background p, .content-container.inner #advertise-background p, .content-container.inner #lead-gen-background p, .content-container.inner #events-background p {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.content-container.inner #about-background h1, .content-container.inner #subscribe-background h1, .content-container.inner #advertise-background h1, .content-container.inner #lead-gen-background h1, .content-container.inner #events-background h1 {
  color: #fff;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.content-container.inner #about-background {
  background: url('images/page-banners/bl-banner-about.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #subscribe-background {
  background: url('images/page-banners/bl-banner-subscribe.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #advertise-background {
  background: url('images/page-banners/bl-banner-advertise.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #lead-gen-background {
  background: url('images/page-banners/bl-banner-leadgeneration.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #video-hub-background {
  background: url('images/page-banners/bl-banner-videohub.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #events-background {
  background: url('images/page-banners/bl-banner-events.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner #trailblazers-background {
  background: url('images/page-banners/bl-banner-trailblazers.jpg') no-repeat #302f31;
  background-size: cover;
}
.content-container.inner .caption {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .content-container.inner .caption {
    font-size: 14px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1024px) {
  .content-container.inner .caption {
    margin: 0 0 20px;
  }
}
.content-container .left-content-container {
  float: left;
  width: 72%;
}
@media (max-width: 1440px) {
  .content-container .left-content-container {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .content-container .left-content-container {
    width: 63%;
  }
}
@media (max-width: 880px) {
  .content-container .left-content-container {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1115px) {
  .content-container .left-content-container .bl-header-ad {
    display: none;
  }
}
.content-container .left-content-container .content-block {
  background: #fff;
  padding: 5px 20px 0px 5px;
  clear: both;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
@media (max-width: 1366px) {
  .content-container .left-content-container .content-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block {
    padding: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 880px) {
  .content-container .left-content-container .content-block {
    padding: 10px;
  }
}
.content-container .left-content-container .content-block:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.content-container .left-content-container .content-block.timeline {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
}
.content-container .left-content-container .content-block.inline {
  padding: 0;
  margin-top: 20px;
}
.content-container .left-content-container .content-block.inline input[type=submit] {
  margin: 0;
}
.content-container .left-content-container .content-block h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1649px) {
  .content-container .left-content-container .content-block h2 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block h2 {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .content-container .left-content-container .content-block h2 {
    font-size: 22px;
  }
}
.content-container .left-content-container .content-block h3 {
  font-size: 22px;
  margin: 5px 5px 5px 0px;
}
.content-container .left-content-container .content-block .icon {
  margin-right: 7px;
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block .icon {
    font-size: 26px;
  }
}
@media (max-width: 720px) {
  .content-container .left-content-container .content-block .icon {
    font-size: 18px;
  }
}
.content-container .left-content-container .content-block .caption {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 10px;
}
@media (max-width: 720px) {
  .content-container .left-content-container .content-block .caption {
    font-size: 13px;
  }
}
.content-container .left-content-container .content-block .event-container {
  margin: 0 -40px;
  display: table;
}
.content-container .left-content-container .content-block .event-container.neg-margin-bottom {
  margin-bottom: -40px;
}
@media (max-width: 1366px) {
  .content-container .left-content-container .content-block .event-container {
    margin: 0 -25px;
  }
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block .event-container {
    margin: 0 -20px;
  }
}
.content-container .left-content-container .content-block .event-container .event {
  width: 33.33%;
  display: table-cell;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  color: #fff;
}
@media (max-width: 1440px) {
  .content-container .left-content-container .content-block .event-container .event {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 1368px) {
  .content-container .left-content-container .content-block .event-container .event {
    padding: 25px;
  }
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block .event-container .event {
    padding: 20px;
  }
}
.content-container .left-content-container .content-block .event-container .event.bl-summit {
  background: url("images/bl-summit-event-blur.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.9;
}
.content-container .left-content-container .content-block .event-container .event.bl-summit #summit-logo {
  width: 185px;
  height: 65px;
}
.content-container .left-content-container .content-block .event-container .event.bl-awards {
  background: url("images/bl-awards-event-blur.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.9;
}
.content-container .left-content-container .content-block .event-container .event.bl-awards #awards-logo {
  width: 185px;
  height: 50px;
}
.content-container .left-content-container .content-block .event-container .event.thirty-under-forty {
  background: url("images/blm-trailblazers-blur.jpg") center no-repeat;
  background-size: cover;
  opacity: 0.9;
}
.content-container .left-content-container .content-block .event-container .event.thirty-under-forty #trailblazers-logo {
  width: 185px;
  height: 91px;
}
.content-container .left-content-container .content-block .event-container .event .content {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.content-container .left-content-container .content-block .event-container .event .content img {
  width: 185px;
  height: auto;
  margin-bottom: 20px;
}
.content-container .left-content-container .content-block .event-container .event .content h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin: 0;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .event-container .event .content h4 {
    font-size: 18px;
  }
}
.content-container .left-content-container .content-block .event-container .event .content .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .event-container .event .content .date {
    font-size: 12px;
  }
}
.content-container .left-content-container .content-block .event-container .event .content .date .icon {
  font-size: 14px;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .event-container .event .content .date .icon {
    font-size: 12px;
  }
}
.content-container .left-content-container .content-block .event-container .event .content p {
  margin: 0 0 20px 0;
}
.content-container .left-content-container .content-block .event-container .event .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .event-container .event .content p {
    font-size: 14px;
  }
}
.content-container .left-content-container .content-block .event-container .event .button {
  margin-top: 20px;
}
.content-container .left-content-container .content-block .event-container .event .button.no-margin {
  margin-top: 0;
}
.content-container .left-content-container .content-block .small-event-row {
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .content-container .left-content-container .content-block .small-event-row {
    margin: 0;
  }
}
.content-container .left-content-container .content-block .small-event-row:last-child {
  margin-bottom: 0;
}
.content-container .left-content-container .content-block .small-event-row .small-event {
  float: left;
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .content-container .left-content-container .content-block .small-event-row .small-event {
    width: 50%;
    min-height: 75px;
  }
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .small-event-row .small-event {
    width: 100%;
  }
}
.content-container .left-content-container .content-block .small-event-row .small-event h4 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-block .small-event-row .small-event h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .content-container .left-content-container .content-block .small-event-row .small-event h4 {
    font-size: 14px;
  }
}
.content-container .left-content-container .content-block .small-event-row .small-event .date-location {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  color: #a6a2a9;
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-block .small-event-row .small-event .date-location {
    font-size: 12px;
  }
}
.content-container .left-content-container .content-block .small-event-row .small-event .date-location .icon {
  font-size: 14px;
}
.content-container .left-content-container .content-block .small-event-row .small-event .date-location .icon:last-child {
  margin-left: 10px;
}
.content-container .left-content-container .content-block .small-event-row .small-event .date-location .icon:first-child {
  margin-left: 0;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .small-event-row .small-event .date-location .icon {
    font-size: 12px;
  }
}
.content-container .left-content-container .content-block .magazine-issue-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block .magazine-issue-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-block .magazine-issue-container {
    margin-bottom: 10px;
  }
}
.content-container .left-content-container .content-block .magazine-issue-container:last-child {
  margin-bottom: 0;
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue {
  width: 33.33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding-left: 0px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-block .magazine-issue-container .magazine-issue {
    width: 50%;
  }
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image, .content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-details {
  text-align: center;
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image a img {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image a img:hover {
  opacity: 1;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image a img:hover .icon {
  color: #bf1d1d !important;
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image img {
  opacity: 0.8;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  width: 100%;
  height: auto;
  max-width: 250px;
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image .video-icon {
  margin: 60px 0 0 130px;
  position: absolute;
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-image .video-icon .icon {
  font-size: 52px;
  color: #fff;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-details > h3 {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-details > h3 {
    font-size: 18px;
  }
}
.content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-details > p {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .content-container .left-content-container .content-block .magazine-issue-container .magazine-issue .issue-details > p {
    font-size: 12px;
  }
}
.content-container .left-content-container .content-half-block {
  width: 48%;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .content-container .left-content-container .content-half-block {
    width: 47%;
  }
}
@media (max-width: 1366px) {
  .content-container .left-content-container .content-half-block {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-half-block {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .content-container .left-content-container .content-half-block {
    margin-bottom: 0px;
  }
}
.content-container .left-content-container .content-half-block:first-child {
  margin-right: 40px;
}
@media (max-width: 1366px) {
  .content-container .left-content-container .content-half-block:first-child {
    margin-right: 25px;
  }
}
@media (max-width: 1024px) {
  .content-container .left-content-container .content-half-block:first-child {
    margin-right: 0;
  }
}
.content-container .left-content-container .content-half-block .latest-news-post {
  width: 100%;
}
.content-container .left-content-container .content-half-block .staggered-ads a {
  display: none;
  padding-bottom: 20px;
}
.content-container .left-content-container .content-half-block .staggered-ads a:first-child {
  padding-right: 0.4em;
}
@media (max-width: 720px) {
  .content-container .left-content-container .content-half-block .staggered-ads a {
    display: table-cell;
    width: 50%;
  }
}
@media (max-width: 450px) {
  .content-container .left-content-container .content-half-block .staggered-ads a {
    width: 100%;
    display: block;
  }
}
.content-container .left-content-container .content-half-block .content-block.featured .latest-news-post {
  width: 100%;
  margin-bottom: 50px;
}
.content-container h2.center {
  text-align: center;
  padding-top: 20px;
}
.content-container .sidebar-container {
  float: right;
  width: 28%;
  vertical-align: top;
}
@media (max-width: 1440px) {
  .content-container .sidebar-container {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .content-container .sidebar-container {
    width: 37%;
  }
}
@media (max-width: 880px) {
  .content-container .sidebar-container {
    display: none;
  }
}
.content-container .sidebar-container.vertical-bottom {
  vertical-align: bottom;
}
.content-container .sidebar-container .sidebar-content-container {
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 40px;
}
.content-container .sidebar-container .sidebar-content-container .widget-area {
  width: 100%;
  margin: 0;
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp {
  margin-bottom: 20px;
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget .hide, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp .hide {
  display: none;
}
@media (max-width: 1020px) {
  .content-container .sidebar-container .sidebar-content-container .widget-area .textwidget .hide, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp .hide {
    display: block;
  }
}
@media (max-width: 720px) {
  .content-container .sidebar-container .sidebar-content-container .widget-area .textwidget .hide, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp .hide {
    display: none;
  }
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget #twitter-widget-0, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp #twitter-widget-0 {
  margin-bottom: -10px !important;
  height: 700px !important;
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget h4, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 0;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1280px) {
  .content-container .sidebar-container .sidebar-content-container .widget-area .textwidget h4, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp h4 {
    font-size: 18px;
  }
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget .icon, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp .icon {
  font-size: 18px;
  margin-right: 7px;
}
@media (max-width: 1280px) {
  .content-container .sidebar-container .sidebar-content-container .widget-area .textwidget .icon, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp .icon {
    font-size: 16px;
  }
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget p, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp p {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 7px;
}
.content-container .sidebar-container .sidebar-content-container .widget-area .textwidget a, .content-container .sidebar-container .sidebar-content-container .widget-area .widget_execphp a {
  text-decoration: none;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  letter-spacing: normal;
}
.content-container .sidebar-container .sidebar-content-container .widget-area .twitter-feed {
  height: 310px;
}
.content-container .divider {
  max-width: 40px;
  width: 40px;
}
@media (max-width: 1280px) {
  .content-container .divider {
    max-width: 20px;
    width: 20px;
  }
}
@media (max-width: 1366px) {
  .content-container .divider {
    max-width: 25px;
    width: 25px;
  }
}
.national-ed {
  float: left;
  padding: 0px 20px 20px 0px;
}
@media (max-width: 500px) {
  .national-ed {
    width: 100%;
  }
}
.national-ed img {
  max-width: 227px;
}
.search-results .latest-news-post {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.search-results .latest-news-post .thumbnail {
  width: 30%;
  float: left;
}
@media (max-width: 880px) {
  .search-results .latest-news-post .thumbnail {
    width: 100%;
  }
}
.search-results .latest-news-post .thumbnail img {
  width: 90%;
  height: auto;
}
@media (max-width: 880px) {
  .search-results .latest-news-post .thumbnail img {
    width: 100%;
  }
}
.search-results .latest-news-post .thumbnail img:hover {
  opacity: 0.9;
}
.search-results .latest-news-post .content {
  width: 70%;
  float: right;
}
@media (max-width: 880px) {
  .search-results .latest-news-post .content {
    width: 100%;
  }
}
.search-results .latest-news-post .content h4 {
  margin-top: 0;
}
.search-results .latest-news-post .content a {
  text-decoration: none;
}
@media (min-width: 1336px) {
  .error404 .content-container.inner.full {
    padding-top: 150px;
  }
}
/**************************************************************************************
 7. Categories
 **************************************************************************************/
.category .articles .cat-posts {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.category .articles .cat-posts img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.category .articles .cat-posts .post-content {
  padding: 0 15px;
}
.category .articles .cat-posts .post-content h2 {
  text-transform: uppercase;
}
.category #comments {
  display: none;
}
.category .articles .cat-posts {
  margin-bottom: 35px;
}
.category .articles .cat-posts:first-child {
  width: 100%;
}
.category .articles .cat-posts:first-child .post-thumb {
  width: 40%;
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
}
.category .articles .cat-posts:first-child .post-thumb img {
  width: 100%;
  height: auto;
}
.category .articles .cat-posts:first-child .post-content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.category .articles .cat-posts:first-child .post-content h2 {
  margin: 0;
}
/**************************************************************************************
 8. Contact Form
 **************************************************************************************/
.wpcf7-form, .stripe-form {
  overflow: hidden;
  margin-top: 30px;
}
.wpcf7-form .recipient-container select, .stripe-form .recipient-container select {
  float: left;
  width: 20%;
  margin-top: 2px;
  height: 39px;
}
.wpcf7-form .recipient-container input, .stripe-form .recipient-container input {
  float: left;
  width: 39% !important;
  margin-left: 1%;
}
.wpcf7-form .recipient-container input[placeholder="Job Title"], .stripe-form .recipient-container input[placeholder="Job Title"] {
  margin-left: 0;
  width: 100% !important;
}
.wpcf7-form .wpcf7-textarea, .stripe-form .wpcf7-textarea {
  overflow: auto;
}
.wpcf7-form .hide, .stripe-form .hide {
  display: none;
}
.wpcf7-form #recipient-add:after, .stripe-form #recipient-add:after {
  content: "\f359";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.wpcf7-form #recipient-remove:after, .stripe-form #recipient-remove:after {
  content: "\f3a9";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.wpcf7-form .form-container, .stripe-form .form-container {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1280px) {
  .wpcf7-form .form-container, .stripe-form .form-container {
    width: 100%;
  }
}
.wpcf7-form .form-container.left, .stripe-form .form-container.left {
  float: left;
  margin: 0;
}
.wpcf7-form .form-container .contact-row, .stripe-form .form-container .contact-row {
  overflow: hidden;
}
.wpcf7-form .form-container .contact-input, .stripe-form .form-container .contact-input {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.wpcf7-form .form-container .contact-input-half, .stripe-form .form-container .contact-input-half {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.wpcf7-form .form-container .contact-input-half:first-child, .stripe-form .form-container .contact-input-half:first-child {
  padding-right: 10px;
}
@media (max-width: 580px) {
  .wpcf7-form .form-container .contact-input-half:first-child, .stripe-form .form-container .contact-input-half:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .wpcf7-form .form-container .contact-input-half, .stripe-form .form-container .contact-input-half {
    width: 100%;
  }
}
.wpcf7-form .form-container .contact-input-half input, .stripe-form .form-container .contact-input-half input {
  width: 100%;
}
.wpcf7-form input[type=text], .stripe-form input[type=text], .wpcf7-form input[type=tel], .stripe-form input[type=tel], .wpcf7-form input[type=email], .stripe-form input[type=email], .wpcf7-form textarea, .stripe-form textarea, .wpcf7-form select, .stripe-form select {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f1f1f1;
  font-size: 16px;
  color: #302f31;
  width: 100%;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.05);
  border: 0;
}
.wpcf7-form .wpcf7-mail-sent-ok, .stripe-form .wpcf7-mail-sent-ok {
  float: left;
  width: 95%;
}
.wpcf7-form .wpcf7-response-output, .stripe-form .wpcf7-response-output {
  clear: both;
}
.wpcf7-form .wpcf7-not-valid, .stripe-form .wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7-form .wpcf7-not-valid-tip, .stripe-form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form .wpcf7-validation-errors, .stripe-form .wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #f7e700;
  padding: 10px 12px;
  font-weight: bold;
}
.wpcf7-form .data-check, .stripe-form .data-check {
  clear: both;
}
.wpcf7-form .data-check p.terms, .stripe-form .data-check p.terms {
  display: block;
  font-weight: 400;
  margin-bottom: 25px !important;
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.wpcf7-form .data-check p.terms a, .stripe-form .data-check p.terms a {
  color: #302f31;
  text-decoration: none;
}
.wpcf7-form .data-check p.terms a:hover, .stripe-form .data-check p.terms a:hover {
  color: #bf1d1d;
}
.wpcf7-form .data-check .wpcf7-checkbox, .stripe-form .data-check .wpcf7-checkbox, .wpcf7-form .data-check .wpcf7-radio, .stripe-form .data-check .wpcf7-radio {
  margin: 0;
}
.wpcf7-form .data-check .wpcf7-checkbox.wpcf7-not-valid:before, .stripe-form .data-check .wpcf7-checkbox.wpcf7-not-valid:before, .wpcf7-form .data-check .wpcf7-radio.wpcf7-not-valid:before, .stripe-form .data-check .wpcf7-radio.wpcf7-not-valid:before, .wpcf7-form .data-check .wpcf7-checkbox.wpcf7-not-valid:active, .stripe-form .data-check .wpcf7-checkbox.wpcf7-not-valid:active, .wpcf7-form .data-check .wpcf7-radio.wpcf7-not-valid:active, .stripe-form .data-check .wpcf7-radio.wpcf7-not-valid:active {
  content: 'Please select an option below:';
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: red;
}
.wpcf7-form .data-check span.wpcf7-list-item, .stripe-form .data-check span.wpcf7-list-item {
  margin: 0;
  overflow: hidden;
  height: auto;
  display: block;
  user-select: none;
}
.wpcf7-form .data-check span.wpcf7-list-item.last .wpcf7-list-item-label, .stripe-form .data-check span.wpcf7-list-item.last .wpcf7-list-item-label {
  margin: 0px;
}
.wpcf7-form .data-check span.wpcf7-list-item *, .stripe-form .data-check span.wpcf7-list-item * {
  cursor: pointer;
}
.wpcf7-form .data-check span.wpcf7-list-item label, .stripe-form .data-check span.wpcf7-list-item label {
  display: block;
  height: auto;
}
.wpcf7-form .data-check span.wpcf7-list-item .wpcf7-list-item-label, .stripe-form .data-check span.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 12px 20px;
  padding-left: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
}
.wpcf7-form .data-check span.wpcf7-list-item .wpcf7-list-item-label:before, .stripe-form .data-check span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #bebebe;
  text-align: center;
  border-radius: 0px !important;
  transform: translateY(-50%);
}
.wpcf7-form .data-check span.wpcf7-list-item input[type="checkbox"], .stripe-form .data-check span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.wpcf7-form .data-check span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before, .stripe-form .data-check span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\f00c';
  background: #fff;
}
#cookiePolicy {
  transition: 0.3s ease;
}
#cookiePolicy.hide {
  opacity: 0;
  visibility: hidden;
}
#cookiePolicy #closeCookie {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transform: translateY(-50%);
  background: #dcdcdc;
  cursor: pointer;
  transition: 0.3s ease;
}
#cookiePolicy #closeCookie:hover {
  background: #c9c5c5;
}
#cookiePolicy .cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #eee;
  padding: 20px 70px 20px 30px;
}
#cookiePolicy .cookie-content p {
  margin: 0;
}
#cookieTableContainer {
  overflow-x: scroll;
}
#cookieTable {
  border-collapse: collapse;
  margin: 10px 0 30px;
}
#cookieTable td, #cookieTable th {
  border: 1px solid #d5d2d2;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6em;
}
#cookieTable tr td:nth-of-type(1), #cookieTable tr th:nth-of-type(1) {
  min-width: 125px;
}
#cookieTable tr td:nth-of-type(2), #cookieTable tr th:nth-of-type(2) {
  min-width: 200px;
}
#cookieTable tr td:nth-of-type(3), #cookieTable tr th:nth-of-type(3) {
  min-width: 80px;
}
#cookieTable tr td:nth-of-type(4), #cookieTable tr th:nth-of-type(4) {
  min-width: 300px;
}
/**************************************************************************************
 9. Comments Form
 **************************************************************************************/
.content-block h4, .sidebar-content-container h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
.content-block .comment-awaiting-moderation, .sidebar-content-container .comment-awaiting-moderation {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  background: #ca7530;
  margin: 0;
}
.content-block .comment-awaiting-moderation:before, .sidebar-content-container .comment-awaiting-moderation:before {
  content: "\f3bc";
  font-size: 16px;
  font-family: "Ionicons";
  font-weight: normal;
  color: #fff;
  margin-right: 7px;
}
.content-block .comments-area textarea, .sidebar-content-container .comments-area textarea, .content-block .comments-area input, .sidebar-content-container .comments-area input {
  font-size: 16px;
  color: #302f31;
  resize: none;
  padding: 7px !important;
  line-height: 18px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 30%;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 1280px) {
  .content-block .comments-area textarea, .sidebar-content-container .comments-area textarea, .content-block .comments-area input, .sidebar-content-container .comments-area input {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .content-block .comments-area textarea, .sidebar-content-container .comments-area textarea, .content-block .comments-area input, .sidebar-content-container .comments-area input {
    width: 100%;
  }
}
.content-block .comments-area input[type=submit], .sidebar-content-container .comments-area input[type=submit] {
  color: #fff;
  padding: 13px !important;
  width: auto;
  border: none;
  font-size: 14px;
  -webkit-appearance: none;
}
.content-block .comments-area input[type=submit]:active, .sidebar-content-container .comments-area input[type=submit]:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content-block .comments-area p:last-child, .sidebar-content-container .comments-area p:last-child {
  margin: 0 !important;
}
.content-block .comments-area .comment-reply-title, .sidebar-content-container .comments-area .comment-reply-title {
  text-transform: uppercase;
  font-size: 22px !important;
  margin-top: 30px;
}
.content-block .comments-area .comment-reply-title small, .sidebar-content-container .comments-area .comment-reply-title small {
  font-size: 12px;
  margin-left: 13px;
}
.content-block .comments-area .comment-reply-title small a, .sidebar-content-container .comments-area .comment-reply-title small a {
  color: #bf1d1d;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.content-block .comments-area .comment-reply-title small a:hover, .sidebar-content-container .comments-area .comment-reply-title small a:hover {
  color: #891919;
}
.content-block .comments-area .comments-title, .sidebar-content-container .comments-area .comments-title {
  display: none;
}
.content-block .comments-area .comment-meta cite, .sidebar-content-container .comments-area .comment-meta cite {
  font-size: 16px;
  font-style: normal;
}
.content-block .comments-area .comment-meta cite:before, .sidebar-content-container .comments-area .comment-meta cite:before {
  content: "\f213";
  font-size: 24px;
  font-family: "Ionicons";
  font-weight: normal;
  color: #a6a2a9;
  margin-right: 7px;
}
.content-block .comments-area .comment-meta time, .sidebar-content-container .comments-area .comment-meta time {
  font-size: 14px;
}
.content-block .comments-area .comment-meta time:before, .sidebar-content-container .comments-area .comment-meta time:before {
  content: "\f26e";
  font-size: 14px;
  font-family: "Ionicons";
  font-weight: normal;
  color: #a6a2a9;
  margin: 0 7px 0 13px;
}
.content-block .comments-area .comment-meta a, .sidebar-content-container .comments-area .comment-meta a {
  color: #a6a2a9;
  text-decoration: none;
}
.content-block .comments-area .commentlist li, .sidebar-content-container .comments-area .commentlist li {
  border: 1px solid #e3e3e3;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 30px;
}
.content-block .comments-area .commentlist li:last-child, .sidebar-content-container .comments-area .commentlist li:last-child {
  margin-bottom: 0;
}
.content-block .comments-area .commentlist li .comment, .sidebar-content-container .comments-area .commentlist li .comment {
  margin-top: 0;
}
.content-block .comments-area .commentlist li .comment .comment-meta, .sidebar-content-container .comments-area .commentlist li .comment .comment-meta {
  margin-bottom: 30px;
}
.content-block .comments-area .commentlist li .comment .comment-content, .sidebar-content-container .comments-area .commentlist li .comment .comment-content {
  background: #f1f1f1;
  padding: 15px;
}
.content-block .comments-area .commentlist li .comment .comment-content p, .sidebar-content-container .comments-area .commentlist li .comment .comment-content p {
  margin-bottom: 0;
}
.content-block .comments-area .commentlist li .comment .comment-content p:first-child:before, .sidebar-content-container .comments-area .commentlist li .comment .comment-content p:first-child:before {
  content: "\f347";
  font-size: 20px;
  color: #a6a2a9;
  font-family: "IonIcons";
  margin: 0 7px 7px 0;
}
.content-block .comments-area .comment-respond, .sidebar-content-container .comments-area .comment-respond, .content-block .comments-area .comment-respond > form, .sidebar-content-container .comments-area .comment-respond > form {
  margin: 0 !important;
}
.content-block .comments-area label, .sidebar-content-container .comments-area label, .content-block .comments-area textarea, .sidebar-content-container .comments-area textarea {
  display: block;
  width: 100%;
}
.content-block .comments-area label, .sidebar-content-container .comments-area label {
  margin-bottom: 7px;
}
.reply {
  margin-top: 13px;
}
.reply a {
  color: #bf1d1d;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  text-decoration: none;
  font-size: 16px;
}
.reply a:after {
  content: "\f362";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.reply a:hover {
  color: #891919;
}
.reply span {
  display: none;
}
/**************************************************************************************
 10. Footer
 **************************************************************************************/
.footer-container-background {
  background: #302f31;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #f1f1f1;
  z-index: 99;
}
@media (max-width: 1366px) {
  .footer-container-background {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .footer-container-background {
    padding: 20px;
  }
}
.footer-container-background p {
  padding-bottom: 14px;
  margin: 0;
}
.footer-container-background p:last-child {
  padding-bottom: 0;
}
.footer-container-background p a {
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.footer-container-background p a:hover {
  color: #bf1d1d;
}
.footer-container-background .icon {
  margin-right: 7px;
}
.footer-container-background h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .footer-container-background h3 {
    font-size: 18px;
    margin: 0 0 18px;
  }
}
.footer-container-background .quick-links {
  float: left;
  margin-left: 102px;
}
@media (max-width: 1366px) {
  .footer-container-background .quick-links {
    margin-left: 87px;
  }
}
@media (max-width: 1280px) {
  .footer-container-background .quick-links {
    margin-left: 77px;
  }
}
@media (max-width: 1024px) {
  .footer-container-background .quick-links {
    display: none;
  }
}
.footer-container-background .contact-us {
  float: right;
  width: 250px;
  margin-right: 120px;
}
@media (max-width: 1280px) {
  .footer-container-background .contact-us {
    margin-right: 25px;
  }
}
@media (max-width: 1024px) {
  .footer-container-background .contact-us {
    margin-right: 0;
    float: left;
  }
}
.footer-container-background .menu {
  float: left;
  margin-right: 60px;
}
@media (max-width: 1440px) {
  .footer-container-background .menu {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .footer-container-background .menu {
    margin-right: 20px;
  }
}
.footer-container-background .menu li {
  margin-bottom: 10px;
}
.footer-container-background .menu li:last-child {
  margin-bottom: 0;
}
.footer-container-background .menu a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #f1f1f1;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
@media (max-width: 1280px) {
  .footer-container-background .menu a {
    font-size: 12px;
  }
}
.footer-container-background .menu a:hover {
  color: #bf1d1d;
}
.post-footer-container {
  width: 100%;
  background: #222224;
  padding: 26px 142px 21px 142px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #a0a0a0;
  position: relative;
  z-index: 2;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .post-footer-container {
    padding: 13px 112px;
  }
}
@media (max-width: 1286px) {
  .post-footer-container {
    padding: 21px 100px;
  }
}
@media (max-width: 1024px) {
  .post-footer-container {
    padding: 10px 20px;
  }
}
.post-footer-container .website-by-purplex {
  float: right;
  color: #a0a0a0;
  display: table;
}
@media (max-width: 480px) {
  .post-footer-container .website-by-purplex {
    float: none;
    display: inline-block;
  }
}
.post-footer-container .website-by-purplex a {
  color: inherit;
  text-decoration: none;
}
.post-footer-container .website-by-purplex a:hover {
  color: #f1f1f1;
}
.post-footer-container .website-by-purplex a:hover .icon {
  color: #eb631c;
}
.post-footer-container .website-by-purplex .label, .post-footer-container .website-by-purplex .icon {
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.post-footer-container .website-by-purplex .label span, .post-footer-container .website-by-purplex .icon span {
  font-size: 22px;
  margin-left: 5px;
}
.post-footer-container .website-by-purplex .icon-purplex-device-logo:before {
  vertical-align: middle;
}
.post-footer-container .copyright {
  line-height: 36px;
  float: left;
}
@media (max-width: 480px) {
  .post-footer-container .copyright {
    float: none;
  }
}
.post-footer-container .copyright a {
  color: #a0a0a0;
  text-decoration: none;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
.post-footer-container .copyright a:hover {
  color: #bf1d1d;
}
ol {
  list-style-type: none;
  padding: 0;
}
ol .children {
  margin: 10px 0 0 40px;
}
.footer-phone-mobile {
  display: none;
}
@media (max-width: 720px) {
  .footer-phone-mobile {
    display: inline-block;
  }
}
@media (max-width: 720px) {
  .footer-phone-desktop {
    display: none;
  }
}
/**************************************************************************************
 11. News Content Blocks
 **************************************************************************************/
.sidebar-content-container .video-sidebar .ultimate-layouts-listing-list-3 p {
  display: none;
}
.sidebar-content-container .video-sidebar .ultimate-layouts-listing-list-3 .ultimate-layouts-item {
  margin-bottom: 0;
}
.sidebar-content-container .video-sidebar .ultimate-layouts-listing-list-3 .ultimate-layouts-picture {
  margin-bottom: 20px;
}
.content-block .category-posts .ultimate-layouts-metas-st2 .ultimate-layouts-metas-wrap {
  background-color: #bf1d1d;
  padding: 10px 0px;
}
.content-block .category-posts .ultimate-layouts-listing-grid-2 .ultimate-layouts-item .ultimate-layouts-entry-wrapper .ultimate-layouts-content {
  padding: 15px;
}
.content-block .category-posts .ultimate-layouts-listing-grid-2 .ultimate-layouts-item .ultimate-layouts-entry-wrapper .ultimate-layouts-content .ultimate-layouts-metas-st2 {
  margin-right: 0;
  margin-left: 0;
}
.category-posts article .ultimate-layouts-excerpt {
  display: none;
}
.category-posts article:first-child {
  width: 100% !important;
}
.category-posts article:first-child .ultimate-layouts-excerpt {
  display: block;
  margin: 10px 0;
  font-size: 19px;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
}
.category-posts article:first-child .ultimate-layouts-picture {
  width: 50%;
  display: inline-block;
}
@media (max-width: 600px) {
  .category-posts article:first-child .ultimate-layouts-picture {
    width: 100%;
  }
}
.category-posts article:first-child .ultimate-layouts-picture .ultimate-layouts-get-pic {
  max-height: 300px;
}
.category-posts article:first-child .ultimate-layouts-content {
  width: 50%;
  float: right;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .category-posts article:first-child .ultimate-layouts-content {
    width: 100%;
  }
}
.category-posts article:first-child .ultimate-layouts-content h3 {
  margin: 0;
}
@media (max-width: 1024px) {
  .category-posts article:first-child .ultimate-layouts-content h3 {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .category-posts h3 {
    height: auto;
    margin: 0;
  }
}
.category-posts h3.ultimate-layouts-title a {
  font-family: 'franklin-gothic-urw-cond', 'Franklxin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  letter-spacing: normal !important;
}
.bl-content-ad {
  width: 100%;
  padding: 30px 10px;
  display: block;
}
@media (max-width: 320px) {
  .bl-content-ad {
    display: none;
  }
}
#div-gpt-ad-1496931787993-0 {
  display: none;
}
.bl-header-ad {
  height: 90px;
  width: 728px;
  text-align: center;
  display: block;
}
@media (max-width: 880px) {
  .bl-header-ad {
    display: none;
  }
}
.bl-sidebar-ad {
  height: 250px;
  text-align: center;
  display: block;
}
@media (max-width: 880px) {
  .bl-sidebar-ad {
    display: none;
  }
}
.ultimate-layouts-container .ultimate-layouts-title a {
  font-family: 'franklin-gothic-urw-cond', 'Franklxin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  letter-spacing: normal !important;
}
.ultimate-layouts-container .flt-right {
  display: none !important;
}
.ultimate-layouts-container .ultimate-layouts-effect-icon .ultimate-layouts-control-pop {
  left: 8px;
  right: auto;
}
.ultimate-layouts-container .ultimate-layouts-effect-icon .ultimate-layouts-control-pop .ultimate-layouts-icon-video {
  visibility: visible;
  display: block;
  opacity: 1;
  background-color: #bf1d1d;
  width: 50px;
  height: 50px;
}
.ultimate-layouts-container .ultimate-layouts-effect-icon .ultimate-layouts-control-pop .ultimate-layouts-icon-video:hover {
  background-color: #fff;
}
.ultimate-layouts-container .ultimate-layouts-readmore-btn {
  background-color: #bf1d1d !important;
  font-size: 15px !important;
  width: 100% !important;
  margin-bottom: 10px;
  font-family: 'franklin-gothic-urw-cond', 'Franklxin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
}
.ultimate-layouts-container .ultimate-layouts-readmore-btn:hover {
  background-color: #9e1c1c !important;
}
.ultimate-layouts-container.ultimate-layouts-sync-slider-settings .ultimate-layouts-sync-s-1 .ul-big-slider-wrapper .ultimate-layouts-item:hover {
  background-color: #bf1d1d !important;
}
.ultimate-layouts-container.ultimate-layouts-sync-slider-settings .ultimate-layouts-sync-s-1 .ul-big-slider-wrapper .ultimate-layouts-absolute-content {
  padding-top: 30px !important;
}
.ultimate-layouts-container.ultimate-layouts-sync-slider-settings .ultimate-layouts-sync-s-1 .ul-small-slider-wrapper .ul-small-slider-content .ultimate-layouts-item.slick-current.slick-active .ultimate-layouts-entry-wrapper {
  background-color: #bf1d1d !important;
}
.ultimate-layouts-container.ultimate-layouts-sync-slider-settings .ultimate-layouts-sync-s-1 .ul-small-slider-wrapper .ul-small-slider-content .ultimate-layouts-item.slick-current.slick-active .ultimate-layouts-entry-wrapper:hover {
  background-color: #bf1d1d !important;
}
.xmas-hours {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.xmas-hours p {
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  background: #bf1d1d;
  margin-top: 0px;
}
.xmas-hours a {
  color: #fff;
}
.xmas-hours span {
  color: #fff;
  font-weight: bold;
}
/**************************************************************************************
 12. Single Posts
 **************************************************************************************/
.single .latest-news-section {
  overflow: visible;
}
.single .latest-news-section .entry-content p:nth-child(2) {
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .single .latest-news-section .entry-content p:nth-child(2) {
    font-size: 19px;
  }
}
.single .latest-news-section .post-title {
  font-size: 38px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1366px) {
  .single .latest-news-section .post-title {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .single .latest-news-section .post-title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .single .latest-news-section .post-title {
    font-size: 22px;
  }
}
.single .latest-news-section .entry-header {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.single .related {
  padding-top: 70px;
}
.single .related a {
  text-decoration: none;
}
.single .related img {
  width: 100%;
  height: auto;
}
.single .related img:hover {
  opacity: 0.9;
}
.single .related ul {
  list-style: none;
  padding: 0;
  width: 100%;
  overflow: auto;
}
.single .related ul li {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  float: left;
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom: 10px;
}
@media (max-width: 880px) {
  .single .related ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .single .related ul li {
    width: 100%;
    padding-right: 0;
  }
}
.single .related .related-img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.single .related .related-title {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.single .related .related-title:hover {
  color: #666;
}
.single .post-date {
  font-size: 16px;
  margin: 15px 40px 0px 0;
  float: left;
  color: #a6a2a9;
}
@media (max-width: 1280px) {
  .single .post-date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .single .post-date {
    font-size: 14px;
    margin: 10px 20px 10px 0;
  }
}
@media (max-width: 580px) {
  .single .post-date {
    margin: 5px 10px 5px 0;
  }
}
.single .post-date .icon {
  font-size: 16px !important;
  margin-right: 7px !important;
}
@media (max-width: 1280px) {
  .single .post-date .icon {
    font-size: 14px !important;
  }
}
@media (max-width: 580px) {
  .single .post-date .icon {
    font-size: 12px !important;
  }
}
.single .post-categories {
  float: left;
  font-size: 16px;
  margin: 15px 40px 20px 0;
  color: #a6a2a9;
  width: 100%;
}
.single .post-categories .social {
  float: right;
}
@media (max-width: 580px) {
  .single .post-categories .social {
    display: none;
  }
}
@media (max-width: 1280px) {
  .single .post-categories {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .single .post-categories {
    margin: 10px 20px 10px 0;
  }
}
@media (max-width: 580px) {
  .single .post-categories {
    margin: 5px 10px 5px 0;
  }
}
.single .post-categories .icon {
  font-size: 16px !important;
  margin-right: 7px !important;
}
@media (max-width: 1280px) {
  .single .post-categories .icon {
    font-size: 14px !important;
  }
}
@media (max-width: 580px) {
  .single .post-categories .icon {
    font-size: 12px !important;
  }
}
.single .post-categories .separator:last-child {
  display: none;
}
.single .entry-content p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.single .entry-content p:last-child {
  margin-bottom: 0;
}
.single .entry-content img {
  background: #fff;
  padding: 7px;
  height: auto;
  max-width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 480px) {
  .single .entry-content img {
    width: 100%;
    height: auto;
  }
}
.single .entry-content .wp-caption {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .single .entry-content .wp-caption {
    width: 100% !important;
    height: auto;
  }
}
.single .entry-content .alignright {
  float: right;
  margin: 20px 0 15px 40px;
}
.single .entry-content .alignleft {
  float: left;
  margin: 20px 20px 15px 0;
}
.single .entry-content .wp-caption-text {
  color: #a6a2a9;
  font-size: 12px;
  margin-top: 0;
}
.share-blob {
  width: 100%;
  margin: 20px 0px;
  overflow: auto;
}
@media (max-width: 1024px) {
  .share-blob {
    margin: 10px 0px 0px 0px;
  }
}
.share-blob a {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 600;
}
.share-blob .social, .share-blob .get-in-touch, .share-blob .subscribe-to-magazine {
  padding: 10px 0px;
  float: left;
  width: 33%;
  background-color: #bf1d1d;
  text-align: center;
  color: #fff;
  margin-right: 0.5%;
  height: 25px;
  cursor: pointer;
}
.share-blob .social:hover, .share-blob .get-in-touch:hover, .share-blob .subscribe-to-magazine:hover {
  background-color: #9e1c1c;
}
@media (max-width: 1024px) {
  .share-blob .social, .share-blob .get-in-touch, .share-blob .subscribe-to-magazine {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: auto;
  }
}
.share-blob .subscribe-to-magazine {
  margin-right: 0;
}
.share-blob .a2a_kit .a2a_svg {
  background-color: transparent !important;
}
.newsletter-subscribe {
  width: 100%;
  background: #302f31;
  overflow: hidden;
  text-align: center;
}
.newsletter-subscribe:hover {
  background: #222224;
}
.newsletter-subscribe .e-mail {
  padding: 10px 30px;
  background: #bf1d1d;
  float: left;
  text-align: center;
}
@media (max-width: 580px) {
  .newsletter-subscribe .e-mail {
    padding: 10px;
    display: none;
  }
}
.newsletter-subscribe .e-mail .icon {
  font-size: 25px !important;
  color: #fff;
}
.newsletter-subscribe span {
  display: block;
  padding: 14.5px 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.page-header {
  padding-right: 20px;
}
@media (max-width: 880px) {
  .page-header {
    padding: 0;
  }
}
.entry-content p {
  margin: 0 0 20px 0;
}
@media (max-width: 1280px) {
  .entry-content .lead-gen-image {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 580px) {
  .entry-content .lead-gen-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
/**************************************************************************************
 13. Animated Timeline
 **************************************************************************************/
.about-container-row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.about-container-row .about-container {
  width: 49%;
  padding: 0 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 1024px) {
  .about-container-row .about-container {
    width: 100%;
  }
}
.about-container-row .about-container:nth-child(odd) {
  float: left;
}
.about-container-row .about-container:nth-child(even) {
  float: right;
}
.about-container-row .about-container .about-image {
  text-align: center;
}
.about-container-row .about-container .about-image #magazine {
  width: 100%;
  height: 134px;
}
.about-container-row .about-container .about-label {
  text-align: center;
}
#cd-timeline {
  width: 100%;
  position: relative;
  overflow: visible;
  clear: both;
  padding-bottom: 40px;
}
#cd-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #dbdbdb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
@media (min-width: 1170px) {
  #cd-timeline:before {
    left: 50%;
  }
}
.cd-timeline-block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-block .cd-timeline-img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: -4px;
  border: 2px solid #bf1d1d;
}
@media (min-width: 1170px) {
  .cd-timeline-block .cd-timeline-img {
    left: 50%;
  }
}
.cd-timeline-block .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cd-timeline-block .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
}
@media (min-width: 1170px) {
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
}
.cd-timeline-block:nth-child(even) .cd-timeline-content:before {
  left: auto;
  border-left: none;
  border-right: 8px solid white;
}
.cd-timeline-block:nth-child(even) .timeline-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content {
  float: left;
}
@media (min-width: 1170px) {
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    text-align: right;
  }
}
.cd-timeline-content {
  position: relative;
  margin: 0 0 20px 40px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  width: 94%;
}
@media (max-width: 1024px) {
  .cd-timeline-content {
    padding: 25px;
  }
}
@media (max-width: 580px) {
  .cd-timeline-content {
    padding: 20px;
    background-image: none !important;
  }
}
@media (min-width: 1170px) {
  .cd-timeline-content {
    margin: 0;
    width: 47%;
  }
}
.cd-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-right-color: white;
}
@media (min-width: 1170px) {
  .cd-timeline-content:before {
    left: 100%;
    border-left-color: white;
    border-right-color: transparent;
  }
}
.cd-timeline-content .cd-date {
  top: 14px;
  width: 100%;
  font-size: 20px;
  color: #302f31;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.cd-timeline-content .cd-date .icon {
  font-size: 20px !important;
  color: #302f31;
}
.cd-timeline-content p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .cd-timeline-content p {
    font-size: 14px;
  }
}
.cd-timeline-content.is-hidden {
  visibility: hidden;
}
.cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
.cd-timeline-content .timeline-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content .timeline-image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 580px) {
  .cd-timeline-content .timeline-image {
    display: none;
  }
}
.cd-timeline-content#first-magazine {
  background: url("images/first-business-leader-magazine.png") #fff no-repeat;
  background-size: 25%;
  background-position: 95% 20px;
}
@media (min-width: 1170px) {
  .cd-timeline-content#first-magazine {
    background-position: 30px 20px;
  }
}
.cd-timeline-content#richard-branson {
  background: url("images/sir-richard-branson.png") #fff no-repeat;
  background-position: right bottom;
}
.cd-timeline-content#richard-branson p {
  padding-right: 120px;
}
.cd-timeline-content#ranulph-fiennes {
  background: url("images/sir-ranulph-fiennes.png") #fff no-repeat;
  background-position: 95% 20px;
}
.cd-timeline-content#ranulph-fiennes p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#ranulph-fiennes {
    background-position: left bottom;
  }
  .cd-timeline-content#ranulph-fiennes p {
    padding-left: 120px;
  }
}
.cd-timeline-content#mergers-and-acquisitions {
  background: url("images/mergers-and-acquisitions.png") #fff no-repeat;
  background-position: 95% 20px;
}
.cd-timeline-content#mergers-and-acquisitions p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#mergers-and-acquisitions {
    background-position: left top;
  }
  .cd-timeline-content#mergers-and-acquisitions p {
    padding-left: 120px;
  }
}
.cd-timeline-content#michelle-mone {
  background: url("images/michelle-mone.png") #fff no-repeat;
  background-position: right bottom;
}
.cd-timeline-content#michelle-mone p {
  padding-right: 120px;
}
.cd-timeline-content#sam-and-judith {
  background: url("images/sam-and-judith.png") #fff no-repeat;
  background-position: 95% 20px;
}
.cd-timeline-content#sam-and-judith p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#sam-and-judith {
    background-position: left bottom;
  }
  .cd-timeline-content#sam-and-judith p {
    padding-left: 120px;
  }
}
.cd-timeline-content#mark-pearson {
  background: url("images/mark-pearson-feature.png") #fff no-repeat;
  background-size: 25%;
  background-position: 95% 20px;
}
.cd-timeline-content#mark-pearson p {
  padding-right: 120px;
}
.cd-timeline-content#caprice-bourret {
  background: url("images/caprice-bourret.png") #fff no-repeat;
  background-position: 95% 20px;
}
.cd-timeline-content#caprice-bourret p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#caprice-bourret {
    background-position: left bottom;
  }
  .cd-timeline-content#caprice-bourret p {
    padding-left: 120px;
  }
}
.cd-timeline-content#ant-middleton {
  background: url("images/ant-middleton-cut.png") #fff no-repeat;
  background-position: 95% 20px;
  background-size: 30%;
}
.cd-timeline-content#ant-middleton p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#ant-middleton {
    background-position: left top;
  }
  .cd-timeline-content#ant-middleton p {
    padding-left: 120px;
  }
}
.cd-timeline-content#trailblazers-event {
  background: url("images/trailblazers-feature.png") #fff no-repeat;
  background-size: 25%;
  background-position: 99% 60px;
}
.cd-timeline-content#trailblazers-event p {
  padding-right: 120px;
}
.cd-timeline-content#rt-property {
  background: url("images/roundtable-property.png") #fff no-repeat;
  background-size: 30%;
  background-position: 99% 30px;
}
.cd-timeline-content#rt-property p {
  padding-right: 120px;
}
.cd-timeline-content#tb-top40 {
  background: url("images/top40-trailblazers.png") #fff no-repeat;
  background-position: 95% 20px;
  background-size: 30%;
}
.cd-timeline-content#tb-top40 p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#tb-top40 {
    background-position: left 100px;
  }
  .cd-timeline-content#tb-top40 p {
    padding-left: 120px;
  }
}
.cd-timeline-content#bl-bbq2016 {
  background: url("images/bla-summerbbq2016.png") #fff no-repeat;
  background-size: 30%;
  background-position: 99% 30px;
}
.cd-timeline-content#bl-bbq2016 p {
  padding-right: 120px;
}
.cd-timeline-content#matt-fiddes-kick {
  background: url("images/matt-fiddes-kick.png") #fff no-repeat;
  background-position: 95% 20px;
  background-size: 30%;
}
.cd-timeline-content#matt-fiddes-kick p {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .cd-timeline-content#matt-fiddes-kick {
    background-position: left 8px;
  }
  .cd-timeline-content#matt-fiddes-kick p {
    padding-left: 120px;
  }
}
.cd-timeline-content#clive-coleman {
  background: url("images/clive-coleman.png") #fff no-repeat;
  background-size: 30%;
  background-position: 99% 30px;
}
.cd-timeline-content#clive-coleman p {
  padding-right: 120px;
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.category-title-container {
  display: table;
  width: 100%;
}
.category-title-container .category-title {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .category-title-container .category-title {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.captionone {
  margin-bottom: 0 !important;
}
/**************************************************************************************
 14. Woocommerce Payment Styling
 **************************************************************************************/
.woocommerce-page {
  background: url('images/Business-Leader-Subscription.jpg') #b1b0b0;
  background-attachment: fixed;
}
.woocommerce-page .left-content-container .content-block {
  padding: 30px;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  overflow: auto;
}
.woocommerce {
  /*
   .woocommerce-message {
   display:none;
   }
   */
}
.woocommerce .woocommerce-info {
  display: none;
}
.woocommerce .quantity .screen-reader-text {
  display: none;
}
.woocommerce .woocommerce-error {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce .input-text {
  height: 40px;
  padding: 10px;
  font-size: 14px;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
}
.woocommerce #wizard .checkout_coupon .button, .woocommerce #wizard .actions a {
  border-radius: 0;
  font-size: 19px;
}
.woocommerce #wizard .checkout_coupon .button:hover, .woocommerce #wizard .actions a:hover {
  background: #9e1c1c;
  cursor: pointer;
}
.woocommerce input.button, .woocommerce button.button.alt {
  padding: 13px;
  border-radius: 0;
  background: #bf1d1d;
  padding: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  display: inline-block;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  border: 0;
}
.woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background-color: #9e1c1c;
}
.woocommerce ul.products li.product {
  padding: 10px 0px;
  width: 100% !important;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  width: 30%;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    width: 50%;
  }
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
  display: inline-block;
  color: #000;
  width: 10%;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product .price {
    width: 20%;
  }
}
.woocommerce ul.products li.product .cart {
  width: 59%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product .cart {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .woocommerce ul.products li.product .cart {
    width: 100%;
  }
}
.woocommerce ul.products li.product .cart .qty {
  height: auto;
}
.woocommerce ul.products li.product .quantity {
  display: inline-block;
}
.woocommerce ul.products li.product .button {
  float: right;
  margin: 0;
}
.wizard a {
  text-transform: uppercase;
}
.wizard .actions a {
  background-color: #bf1d1d;
}
.wizard .actions a:hover {
  background-color: #9e1c1c;
}
.wizard .steps a {
  border-right: 3px solid #fff;
}
.wizard .steps a .number {
  font-size: inherit;
}
.wizard .steps .done a:hover {
  background-color: #9e1c1c;
}
/**************************************************************************************
 15. Events Calendar - November 2016 update
 **************************************************************************************/
#tribe-bar-views .tribe-bar-views-list {
  z-index: 1;
}
#tribe-events .tribe-events-button {
  background-color: #bf1d1d;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
#tribe-events .tribe-events-button:hover {
  background-color: #9e1c1c;
  color: #fff;
}
#tribe-events .tribe-events-notices, #tribe-events .tribe-bar-date-filter {
  display: none;
}
@media (max-width: 768px) {
  #tribe-events .tribe-event-schedule-details {
    padding: 8px 12px 0;
  }
}
#tribe-events .tribe-events-single-section-title {
  margin: 0;
}
#tribe-events #tribe-events-header:before, #tribe-events #tribe-events-footer:before {
  display: none;
}
#tribe-events #tribe-events-header:after, #tribe-events #tribe-events-footer:after {
  display: none;
}
#tribe-events .tribe-events-single-event-title {
  font-size: 38px;
}
@media (max-width: 1280px) {
  #tribe-events .tribe-events-single-event-title {
    font-size: 28px;
  }
}
#tribe-events .tribe-bar-submit input[type=submit] {
  font-size: 14px !important;
}
#tribe-events .tribe-bar-submit input[type=submit]:hover {
  background-color: #222224;
}
#tribe-events .tribe-events-event-meta {
  font-size: 14px !important;
  clear: both;
}
#tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 20px;
  margin: 0;
}
#tribe-events .tribe-events-event-meta .tribe-events-meta-group .tribe-events-venue-map {
  float: left;
  padding: 0;
}
#tribe-events .tribe-events-sub-nav li {
  width: auto !important;
}
@media (max-width: 720px) {
  #tribe-events .tribe-events-sub-nav li {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
#tribe-events .tribe-events-sub-nav li a {
  background-color: #bf1d1d;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: normal;
  padding: 13px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
}
#tribe-events .tribe-events-sub-nav li a:hover {
  background-color: #9e1c1c;
}
#tribe-events .tribe-events-sub-nav li a span {
  display: none;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
  font-size: 22px;
}
.events-list .tribe-events-loop {
  max-width: 100%;
}
.ecs-event-list {
  list-style: none;
}
.ecs-event-list h4 {
  font-size: 22px;
  background-color: #bf1d1d;
  padding: 0.5em;
  margin-bottom: 0.4em;
}
.ecs-event-list h4:hover {
  background: #9e1c1c;
  cursor: pointer;
}
.ecs-event-list h4 a {
  text-decoration: none;
  color: #fff;
}
.ecs-event-list img {
  width: 100%;
  height: auto;
}
.ion-checkmark {
  color: #bf1d1d;
}
.ssba-wrap:first-child {
  display: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta {
  line-height: 1.5;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group h2 {
  margin-bottom: 10px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-size: 18px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-size: 22px;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 18px;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: #bf1d1d;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #9e1c1c;
}
.tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active {
  background: #bf1d1d;
}
.gallery-wrap {
  margin-top: 10px;
}
.gallery-wrap img {
  width: 25%;
  float: left;
}
@media (max-width: 600px) {
  .gallery-wrap img {
    min-width: 50%;
  }
}
.gallery-wrap br {
  display: none;
}
/**************************************************************************************
 16. Author Archive
 **************************************************************************************/
.author .author-avatar {
  float: left;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .author .author-avatar {
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .author .author-avatar img {
    width: 100%;
    height: auto;
  }
}
.author .archive-title {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
}
.author .author-info {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.author .author-info .bio {
  clear: both;
  padding-top: 20px;
  margin: 0;
}
@media (max-width: 650px) {
  .author .author-info .bio {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  .author .author-info .author-description {
    float: left;
  }
}
.author .author-posts li {
  clear: both;
  margin: 30px 0px;
  overflow: auto;
}
.author .author-posts li .related-img {
  float: left;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .author .author-posts li .related-img {
    width: 100%;
  }
}
.author-link {
  font-size: 16px;
  margin: 15px 40px 0px 0;
  float: left;
  color: #a6a2a9;
}
@media (max-width: 1280px) {
  .author-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .author-link {
    margin: 10px 20px 10px 0;
  }
}
@media (max-width: 580px) {
  .author-link {
    margin: 5px 10px 5px 0;
  }
}
.author-link .icon {
  font-size: 16px !important;
  margin-right: 7px !important;
}
@media (max-width: 1280px) {
  .author-link .icon {
    font-size: 14px !important;
  }
}
@media (max-width: 580px) {
  .author-link .icon {
    font-size: 12px !important;
  }
}
.crp_related ul {
  display: flex;
  flex-wrap: wrap;
}
.crp_related ul li {
  list-style: none !important;
  margin-left: 0 !important;
  width: 50%;
}
@media (max-width: 1050px) {
  .crp_related ul li {
    width: 100%;
  }
}
.crp_related ul li a {
  display: flex;
  text-decoration: none;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.crp_related ul li a img {
  width: 150px;
  height: 150px !important;
  margin-right: 15px;
}
@media (max-width: 580px) {
  .crp_related ul li a img {
    width: 100px !important;
    height: 100px !important;
  }
}
.crp_related ul li a .crp_title {
  margin: 10px 0;
}
@media (max-width: 580px) {
  .crp_related ul li a .crp_title {
    margin: 0;
  }
}
.crp_related ul li a .crp_title:hover {
  color: #666;
  cursor: pointer;
}
.crp_related_widget li {
  overflow: hidden;
  padding: 15px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.crp_related_widget li:first-child {
  border-top: 1px solid #dbdbdb;
}
.crp_related_widget li .crp_thumb {
  max-width: 80px;
  border-radius: 100px;
  float: left;
  margin-right: 15px;
}
.crp_related_widget li .crp_title {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.crp_related_widget li .crp_title:hover {
  color: #666;
  cursor: pointer;
}
.widget_widget_crp h2, .crp_related h2 {
  font-size: 1.5em !important;
}
.widget_widget_crp h2:after, .crp_related h2:after {
  content: ' ';
  display: block;
  background: #bf1d1d;
  height: 5px;
  width: 100px;
  margin-bottom: 8px;
  margin-top: 2px;
}
/**************************************************************************************
 17. New Magazine Layout - 2018
 **************************************************************************************/
.tab-wrapper {
  margin: 60px auto;
  width: 100%;
}
.tab-wrapper .tab-menu {
  margin-bottom: 0;
  overflow: hidden;
}
.tab-wrapper .tab-menu li {
  position: relative;
  background-color: #f2f2f2;
  color: #bcbcbc;
  display: inline-block;
  padding: 30px 40px 20px 40px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 0;
}
.tab-wrapper .tab-menu li:hover {
  color: #464646;
}
.tab-wrapper .tab-menu li.active {
  color: #464646;
  opacity: 1;
}
.tab-wrapper .tab-menu li.active:hover {
  color: #464646;
}
@media (max-width: 580px) {
  .tab-wrapper .tab-menu li {
    width: 100%;
  }
  .tab-wrapper .tab-menu li.active {
    background-color: #bf1d1d;
    border-bottom: 6px solid #9e1c1c;
    color: #fff;
  }
  .tab-wrapper .tab-menu li.active:hover {
    color: #fff;
  }
}
.tab-wrapper .tab-content div {
  background-color: #f2f2f2;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px;
}
.tab-wrapper .line {
  position: absolute;
  width: 0;
  height: 7px;
  background-color: #bf1d1d;
  top: 0;
  left: 0;
}
.signup form {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 0;
}
.signup form h3 {
  margin-top: 0;
  text-align: center;
}
/**************************************************************************************
 18. New Social Media Share Modal for Newswire
 **************************************************************************************/
/* Modal */
.modal {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.open {
  display: block;
}
/* Modal Content */
.modal-content {
  position: relative;
  top: 50%;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-content .a2a_kit .a2a_svg {
  width: 30px !important;
  line-height: 30px !important;
  height: 30px !important;
  background-size: 30px !important;
}
@media (max-width: 600px) {
  .modal-content {
    margin: 15px;
  }
}
.modal-animated-in {
  animation: totop-in 0.3s ease;
}
.modal-animated-out {
  animation: totop-out 0.3s ease forwards;
}
.modal-header {
  background-color: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.modal-header h3 {
  color: #fff;
  padding: 0 20px;
}
.modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-content .close:hover {
  background-color: #171717;
}
/* Modal Body */
.modal-body {
  padding: 0 20px 25px 20px;
}
.modal-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-body ul li {
  position: relative;
  display: block;
  margin-left: 20px;
  color: #555;
}
.modal-body ul li::before {
  position: absolute;
  content: '\f00c';
  color: #5cc560;
  left: -20px;
  top: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}
/**************************************************************************************
 19. New Meet the CEO banner
 **************************************************************************************/
.meet-the-ceo {
  background-image: url('/wp-content/themes/business-leader-magazine/images/bl-red-bg.jpg');
  overflow: hidden;
  width: 100%;
  padding: 5px 0px;
  margin: 15px 0px;
}
.meet-the-ceo h2 {
  color: white;
  float: left;
  text-transform: uppercase;
  font-size: 60px !important;
  letter-spacing: 2px;
}
@media (max-width: 1100px) {
  .meet-the-ceo h2 {
    font-size: 48px !important;
  }
}
.meet-the-ceo img {
  float: right;
  max-width: 200px !important;
  background: transparent !important;
}
@media (max-width: 1100px) {
  .meet-the-ceo img {
    max-width: 150px !important;
  }
}
@media (max-width: 540px) {
  .meet-the-ceo img {
    display: none;
  }
}
.meet-the-ceo .wrapping {
  background: rgba(0, 0, 0, 0.47);
  overflow: hidden;
  padding: 0px 20px;
  vertical-align: middle;
}
/* Woocommerce Styles */
/*
 A couple things to note...
 1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
 I have it here mostly to share with anyone who might be looking to do the same thing I was.
 2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it
 so that it enqueues after the default WooCommerce Stylesheets
 */
.woocommerce-message {
  display: none;
}
.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form {
  width: 60%;
  float: left;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
  color: #555;
}
.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}
body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px 0.5em 0 0;
}
body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}
body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
  border-right: 1px solid #e6e6e6;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #e6e6e6;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
  font-weight: 500;
}
body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
  color: #fff;
  font-weight: 500;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 1em;
  margin-top: 0.5em;
}
body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
  width: 49%;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled] {
  background: #ccc;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}
body .woocommerce table.shop_table td {
  padding: 15px;
}
body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0;
}
.woocommerce a.remove {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  background: #fff;
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}
.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding 0.1s ease-in;
  -moz-transition: padding 0.1s ease-in;
  -o-transition: padding 0.1s ease-in;
  -ms-transition: padding 0.1s ease-in;
  transition: padding 0.1s ease-in;
}
.product-shipping-message {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
  max-width: 100%;
}
body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
.post table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d5d5d2;
  border-collapse: collapse;
}
.post table caption {
  font-family: 'Tungsten A', 'Tungsten B', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.954rem;
  line-height: 1;
  margin-bottom: 0.75em;
}
.post table th {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.9353rem;
  padding: 1.2307em 1.0833em 1.0833em;
  line-height: 1.333;
  background-color: #eae9e6;
}
.post table td, .post table th {
  text-align: left;
}
.post table td {
  padding: 0.92307em 1em 0.7692em;
}
.post table tbody tr:nth-of-type(even) {
  background-color: #f9f8f5;
}
.post table tbody th {
  border-top: 1px solid #d5d5d2;
}
.post table tbody td {
  border-top: 1px solid #d5d5d2;
}
.post table.wdn_responsive_table thead th abbr {
  border-bottom: none;
}
@media screen and (max-width: 47.99em) {
  .post table.wdn_responsive_table td, .post table.wdn_responsive_table th {
    display: block;
  }
  .post table.wdn_responsive_table thead tr {
    display: none;
  }
  .post table.wdn_responsive_table tbody tr:first-child th {
    border-top-width: 0;
  }
  .post table.wdn_responsive_table tbody tr:nth-of-type(even) {
    background-color: transparent;
  }
  .post table.wdn_responsive_table tbody td {
    text-align: left;
  }
  .post table.wdn_responsive_table tbody td:before {
    display: block;
    font-weight: 700;
    content: attr(data-header);
  }
  .post table.wdn_responsive_table tbody td:empty {
    display: none;
  }
  .post table.wdn_responsive_table tbody td:nth-of-type(even) {
    background-color: #f9f8f5;
  }
}
@media (min-width: 48em) {
  .post table caption {
    font-size: 2.532rem;
  }
  .post table th {
    padding: 1.2307em 1.2307em 1em;
    font-size: 0.802rem;
  }
  .post table td {
    padding: 0.75em 1em 0.602em;
  }
}
@media screen and (min-width: 48em) {
  .post table.wdn_responsive_table thead th:not(:first-child) {
    text-align: center;
  }
  .post table.wdn_responsive_table tbody td {
    text-align: center;
  }
  .post table.wdn_responsive_table.flush-left td, .post table.wdn_responsive_table.flush-left thead th {
    text-align: left;
  }
}
.qc-cmp-button {
  line-height: 31px !important;
  background: #bf1d1d !important;
  padding: 13px !important;
  margin: 5px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  display: inline-block !important;
  -webkit-appearance: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
  border: 0 !important;
  font-family: 'franklin-gothic-urw-cond', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important;
}
.qc-cmp-button:hover {
  background: #9e1c1c !important;
  color: #fff !important;
  cursor: pointer !important;
}
.qc-cmp-button:active {
  background: #891919 !important;
  box-shadow: none !important;
}
