#publication-banner {
  background: #b52c3c;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 104px 0px;
}


#filterby {
  background-color: #fff;
  padding: 10px 15px;
}

#filterby .widget {
  margin-bottom: 25px;
}

#filterby .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

#filterby .widget .custom-control-label {
  margin-left: 10px;
  font-weight: normal;
}

#filterby .view-all {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#filterby .view-all a {
  color: #EB283C;
  font-weight: 600;
  border-radius: 18px;
  padding: 5px 13px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

#popular_topics .filter-items {
  max-height: 500px;
  overflow-y: auto;
}

.cvf_pag_loading {
  padding: 20px;
}

.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
}

.cvf-universal-pagination ul li {
  display: inline;
  margin: 3px;
  padding: 4px 8px;
  background: #FFF;
  color: black;
}

.cvf-universal-pagination ul li.active {
  background-color: #fff;
  color: #428bca;
  font-size: 1.3em;
  padding: .5em;
}

.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
  background: transparent;
  color: #000;
}

.cvf-universal-pagination ul li.inactive {
  /*background: #7E7E7E;*/
}

.cvf-universal-pagination ul li.selected {
  font-size: 1.3em;
  color: #d50032;
  font-weight: 700;
  border-bottom: 5px solid #d50032;
}

.blog-masonry .view_more {
  position: absolute;
  bottom: -25px;
  margin: 0px auto;
  right: 0;
  left: 0;
  width: 165px;
  background: #d50032;
  color: #fff
}

.pagination_post {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: #fff;
  padding: 31px 0px;
}

.pagination_post ul li {
  background: inherit;
}

.pagination_post ul li a {
  font-size: 1.3em;
}

.pagination_post ul li.selected a {
  color: #d50032;
}

.pagination_post ul li .btn {
  min-width: auto;
  border: 0;
  color: #428bca;
  background: none;
  font-size: 1.3em;
  font-weight: normal;
  padding: 0;
  margin-top: -7px;
}

.image_Right .image-container {
  right: 0px;
}

.image_Right .content {
  margin-left: 0;
}

.slider_Right .image-container {
  right: 0px;
}

.slider_Right .content {
  margin-left: 0;
}

.slider_image .container .content {
  padding-top: 40px;
  padding-bottom: 50px;
}


.subscribe_bar {
  background: #D50032;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  padding: 2em 0;
}

.subscribe_bar .text-center {
  text-align: center;
  margin: 0px auto;
  float: none;
}

.subscribe_bar .subscribe_text {
  text-transform: uppercase;
  font-size: 2.5em;
  padding: .8rem 0 0;
  line-height: 1.2;
}

.subscribe_bar a {
  border: 2px solid white;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  padding: 1em 1.5em;
  letter-spacing: 1px;
  font-size: 1em;
  border-radius: 25px;
  font-weight: 700;
}

.subscribe_bar a:hover {
  color: #fff;
  background: #d50032;
}

.subscribe_bar a:focus .mc4wp-form-fields input[type="email"] {
  padding: 8px 20px;
  border-radius: 40px;
  border: 2px solid;
  width: 55%;
  color: #D50032;
  margin-bottom: 10px;
}

.mc4wp-form-fields input:focus {
  outline: none;
}

.mc4wp-form-fields input[type="submit"]:hover {
  background: #d50032;
  color: #fff;
}

.main_view_more_action {
  margin-top: -100px;
}

/*
.menu-wrap {}
.menu-wrap .menu {  }
.menu-wrap .menu li { margin-right: 66px; }
.menu-wrap .menu li a { }
.menu-wrap .menu li.full-width { position: initial; }
.menu-wrap .menu li.full-width .subnav { width: 100%; margin-top: -2px;}
.menu-wrap .menu li.full-width .subnav li { width: 100%; margin: 0 0 9px 0}
.menu-wrap .menu li.full-width .subnav li a { font-weight: 400; }

.menu-wrap .menu li.full-width .subnav h4 { border-bottom: 1px solid #777; font-size: 13px; font-weight: 700; color: #777; text-transform: uppercase; padding-bottom: 8px; margin-bottom: 15px;}

.menu-wrap .menu .view_all { margin: 0 0 15px 0; font-weight: bold !important;  }
*/
@media screen and (min-width: 768px) {  
  .menu .col-md-12, .menu .col-md-3 {
    position: inherit;
  }
}

@media (max-width:1200px) {
  section.side-image .image-container {
    position: inherit;
    width: 100%;
  }

  section.side-image .image-container .background-image-holder {
    background-image: none !important;
    position: inherit;
  }

  section.side-image .image-container .background-image-holder img {
    display: block !important;
  }

  section.side-image .content {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: 0;
    width: 100%;
  }

  section.side-image .container {
    clear: both;
  }

  .side-image .flex-direction-nav {
    display: block !important;
  }

}


@media (max-width:991px) {
  .subscribe_bar {
    text-align: center;
  }

  .subscribe_bar .subscribe_text {
    margin-bottom: 20px;
  }

}


@media (min-width: 768px) {
  .menu-wrap {}

  .menu-wrap>.menu {
    float: none;
    width: 100%;
    text-align: right;
  }

  .menu-wrap>.menu>li {
    margin-right: 66px;
    display: inline-block;
    float: none
  }

  .menu-wrap .menu li ul {
    text-align: left;
  }

  .menu-wrap .menu li a {}

  .menu-wrap .menu li.full-width ul.subnav {
    text-align: left;
    left: 0
  }

  .menu-wrap .menu li.full-width {
    position: initial;
  }

  .menu-wrap .menu li.full-width .subnav {
    width: 100%;
    margin-top: -2px;
  }

  .menu-wrap .menu li.full-width .subnav li {
    width: 100%;
    margin: 0 0 9px 0
  }

  .menu-wrap .menu li.full-width .subnav li a {
    font-weight: 400;
  }

  .menu-wrap .menu li.full-width .subnav h4 {
    border-bottom: 1px solid #777;
    font-size: 13px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .menu-wrap .menu .view_all {
    margin: 0 0 15px 0;
    font-weight: bold !important;
  }

  .sub-nav-toggler {
    display: none
  }
}

@media (max-width: 767.98px) {

  section.side-image .flex-direction-nav a:before {
    top: 7px;
    font-size: 25px;
  }

  section.side-image .flex-direction-nav a {
    width: 35px;
    height: 35px;
  }


  .menu-wrap {}

  .menu-wrap>.menu>li {
    margin: 0 0 16px 0;
  }

  .menu-wrap .menu .sub-nav-toggler {
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    /*display: none;*/
  }

  .menu-wrap .menu .sub-nav-toggler:before {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\33";
    color: #777777;
    /*background-color: red;*/
  }

  .menu-wrap .menu .sub-nav-toggler.active::before {
    font-family: ElegantIcons;
    content: "\32";
    /*color: #f7941d;*/
  }

  .menu-wrap .menu .has-dropdown:after {
    content: "";
  }

  .menu-wrap .menu .has-dropdown:hover .subnav {
    display: none;
  }

  .menu-wrap .menu li.full-width .subnav {
    padding: 10px 0 0 0;
  }

  .menu-wrap .menu li.full-width .subnav h4 {
    border-bottom: 1px solid #777;
    font-size: 13px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .menu-wrap .menu li.full-width .subnav li a {
    font-weight: 400;
  }

  .menu-wrap .menu li.full-width .subnav li {
    width: 100%;
    margin: 0 0 9px 0;
  }

  .menu-wrap .menu .view_all {
    margin: 0 0 15px 0;
    font-weight: bold !important;
  }

}

#popular_topics {}

#popular_topics a {
  outline: none;
  text-decoration: none;
}

#popular_topics a:focus {
  color: #428bca;
  text-decoration: none;
}

#popular_topics a.topicActive {
  color: red;
  text-decoration: none;
}


/*
.menu-wrap .menu li:nth-of-type(1) .subnav {
    display: block !important;
}
*/


#featured_post {
  padding: 0 15px;

}

#featured_post .item-inner {
  background-color: #fff;
  margin: 0 0 25px 0;
}

#featured_post .post-title {
  padding: 28px 32px 32px 32px;
  position: relative;
}

#featured_post .post-title h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}

#featured_post .post-title .link-text {
  position: absolute;
  bottom: 32px;
  right: 32px;
}



#filter_content #loader {
  background: url("../img/ajax-loader.gif") no-repeat center 10%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 50;

}


.search-box {
  /*border: 1px solid red;*/
  margin-bottom: 50px;
}

.search-box h2 {
  margin: 0 0 20px 15px;
}


.ctct-flyout-wrapper.form_2:not(.ctct-flyout-is-visible)  {
  visibility: hidden;
  opacity: 0;
}