@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/*	Base
============================================================ */
img {
  max-width: 100%;
  height: auto; }

p {
  font-family: 'Open Sans', sans-serif; }

/*--------------------------------------------------------*	#Forms-buttons
\*--------------------------------------------------------*/
.mngl_signup_input, .mngl-dropdown {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 25px;
  font-size: 16px;
  line-height: 1.42857;
  color: #888888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .mngl_signup_input:focus, .mngl-dropdown:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .mngl_signup_input::-moz-placeholder, .mngl-dropdown::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .mngl_signup_input:-ms-input-placeholder, .mngl-dropdown:-ms-input-placeholder {
    color: #000; }
  .mngl_signup_input::-webkit-input-placeholder, .mngl-dropdown::-webkit-input-placeholder {
    color: #000; }
  .mngl_signup_input[disabled], .mngl_signup_input[readonly],
  fieldset[disabled] .mngl_signup_input, .mngl-dropdown[disabled], .mngl-dropdown[readonly],
  fieldset[disabled] .mngl-dropdown {
    background-color: white;
    opacity: 1; }
  .mngl_signup_input[disabled],
  fieldset[disabled] .mngl_signup_input, .mngl-dropdown[disabled],
  fieldset[disabled] .mngl-dropdown {
    cursor: not-allowed; }

@media (min-width: 992px) {
  #registerform {
    max-width: 60%; } }

#registerform #security_code {
  margin-top: 10px;
  height: 42px;
  padding: 6px 25px;
  font-size: 16px;
  line-height: 1.42857;
  color: #888888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  #registerform #security_code:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  #registerform #security_code::-moz-placeholder {
    color: #000;
    opacity: 1; }
  #registerform #security_code:-ms-input-placeholder {
    color: #000; }
  #registerform #security_code::-webkit-input-placeholder {
    color: #000; }

#registerform label {
  display: block;
  font-weight: normal;
  padding-top: 30px; }
  #registerform label img {
    width: 50%; }
    @media (min-width: 768px) {
      #registerform label img {
        width: 25%; } }

#registerform .mngl_signup_input {
  width: 100% !important; }

#registerform .mngl-share-button {
  display: inline-block;
  margin-bottom: 60px !important;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #d60b52 !important;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 22px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  padding: 6px 22px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#mc_signup_form {
  background: none;
  border: none; }

input.Buttons {
  display: inline-block !important;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none !important;
  white-space: nowrap;
  padding: 6px 22px !important;
  font-size: 16px !important;
  line-height: 1.42857;
  border-radius: 20px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #12a19a !important; }

/*	General
============================================================ */
.wrapper {
  height: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.main {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .main.bg-gray {
      padding: 50px 0; } }

.bg-gray {
  background-color: #eee; }

.bg-green {
  color: #fff;
  background-color: #12a19a; }

.title, .section-title, .article-title {
  margin: 0 0 20px;
  line-height: 120%;
  font-weight: 700; }

.section-title {
  font-size: 1.571em;
  text-transform: uppercase;
  color: #333; }

.article-title {
  font-size: 2.429em;
  color: #333;
  margin: 0; }

.tag-title {
  color: #fff;
  line-height: 100%;
  margin: 0 0 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 7px;
  text-decoration: none;
  border-radius: 4px; }
  .tag-title.pink {
    background-color: #d60b52; }
  .tag-title.purple {
    background-color: #662483; }
  .tag-title.orange {
    background-color: #f39200; }
  .tag-title.blue {
    background-color: #0098d9; }
  .tag-title.green {
    background-color: #12a19a; }
  .tag-title.gray {
    background-color: #607d8b; }
  .tag-title.white {
    color: #333;
    background-color: #fff; }
    .tag-title.white:hover {
      color: #333; }

a.tag-title:hover {
  text-decoration: underline;
  color: #fff; }

.tag-comments {
  display: inline-block;
  padding-right: 28px;
  height: 18px;
  margin: 0 0 0 15px;
  background: url(assets/img/img-icon-comments.svg) no-repeat 100% center;
  color: #878787; }
  .tag-comments:hover {
    color: #878787; }

@media (min-width: 481px) {
  .row-flex.xs-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .row-flex .col-xs-12:first-child, .row-flex .col-xs-6:first-child, .row-flex .col-md-2:first-child {
      margin-left: -1px; } }

.image {
  overflow: hidden;
  position: relative; }
  .image img {
    width: 100%;
    position: relative;
    z-index: 0; }

@media (max-width: 991px) {
  .banner-section .row .col-xs-12:first-child {
    margin-bottom: 30px; } }

blockquote[cite] {
  padding: 0;
  margin: 0;
  border: 0; }

blockquote {
  border-left: 1px solid #cacaca;
  font-size: 1em;
  font-style: italic; }

.ad-space {
  overflow: hidden; }
  .ad-space.left-col-ad {
    margin-bottom: 30px; }

.go-to-top {
  position: fixed;
  right: 5px;
  bottom: 10px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #0098d9;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .go-to-top:hover, .go-to-top:focus {
    background-color: #00628d;
    color: #fff;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
    text-decoration: none; }

/*	Header
============================================================ */
.header {
  z-index: 1090;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (min-width: 992px) {
    .header.inside-pages .navbar-brand {
      height: 82px;
      padding-left: 0; }
      .header.inside-pages .navbar-brand img {
        width: 162px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media (min-width: 992px) {
    .header.inside-pages .navbar-nav > li > a {
      padding: 34px 5px;
      font-size: 1em; } }
  @media (min-width: 1200px) {
    .header.inside-pages .navbar-nav > li > a {
      padding: 34px 10px;
      font-size: 1em; } }
  @media (min-width: 1320px) {
    .header.inside-pages .navbar-nav > li > a {
      padding: 33px 20px;
      font-size: 1.143em; } }

.navebar-scroll-fix .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (orientation: landscape) {
    .navebar-scroll-fix .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 250px; } }
  @media (min-width: 992px) {
    .navebar-scroll-fix .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      display: none !important; } }

.navebar-scroll-fix .navbar-collapse {
  max-height: auto; }

.top-bar {
  height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .top-bar ul {
    margin: 3px 0 0; }
    .top-bar ul > li {
      line-height: 30px; }
    .top-bar ul a {
      color: #333;
      font-size: 20px; }
  .top-bar .glyphicon {
    top: 4px; }
  .top-bar .divider {
    width: 1px;
    margin-left: 8px;
    border-left: 1px solid #333; }
  @media (min-width: 992px) {
    .top-bar {
      height: 60px; }
      .top-bar ul {
        margin: 10px 0 0; }
        .top-bar ul > li {
          line-height: 36px; } }

.main-nav {
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .main-nav {
      background-color: #fff;
      position: relative; }
      .main-nav:before {
        content: '';
        display: block;
        width: 100%;
        height: 12px;
        position: absolute;
        top: -12px;
        left: 0;
        pointer-events: none;
        background: url(assets/img/img-bg-shadow.png) repeat-x; } }

.navbar-brand img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

@media (max-width: 767px) {
  .navbar-brand {
    padding: 8px 15px; } }

@media (min-width: 992px) {
  .navbar-brand {
    height: 74px; }
    .navbar-brand img {
      -webkit-transform: translate(0, -67px);
      -ms-transform: translate(0, -67px);
      -o-transform: translate(0, -67px);
      transform: translate(0, -67px); } }

@media (min-width: 1200px) {
  .navbar-brand {
    height: 76px; } }

.fixed .main-nav {
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.45);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.45); }
  @media (min-width: 992px) {
    .fixed .main-nav .logo-sm {
      display: block !important;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .fixed .main-nav .logo-lg {
      display: none !important; } }

/*	Footer
============================================================ */
.footer {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .footer {
      padding: 60px 0 50px; } }
  .footer .footer-logo {
    margin-bottom: 30px; }
  .footer hr {
    margin: 40px 0; }
  .footer .submenu {
    margin: 0 0 30px; }
    .footer .submenu a {
      display: block;
      color: #444444;
      padding: 10px 20px; }
  .footer .social-menu {
    margin: 0; }
    .footer .social-menu a {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .footer .social-menu a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }

.footer-menu .menu {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .footer-menu .menu a {
    color: #333;
    display: block; }
  .footer-menu .menu > li {
    text-align: center;
    margin-bottom: 10px; }
    .footer-menu .menu > li > a {
      display: inline-block;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      border-style: solid;
      border-width: 0 0 4px;
      font-weight: 600;
      font-size: 16px;
      padding: 10px 24px;
      text-transform: uppercase; }
      .footer-menu .menu > li > a:hover, .footer-menu .menu > li > a:focus {
        color: #fff;
        text-decoration: none; }
    .footer-menu .menu > li.news-opinion > a {
      border-color: #0098d9; }
      .footer-menu .menu > li.news-opinion > a:hover, .footer-menu .menu > li.news-opinion > a:focus {
        background-color: #0098d9; }
    .footer-menu .menu > li.business > a {
      border-color: #662483; }
      .footer-menu .menu > li.business > a:hover, .footer-menu .menu > li.business > a:focus {
        background-color: #662483; }
    .footer-menu .menu > li.food-wine > a {
      border-color: #d60b52; }
      .footer-menu .menu > li.food-wine > a:hover, .footer-menu .menu > li.food-wine > a:focus {
        background-color: #d60b52; }
    .footer-menu .menu > li.community > a {
      border-color: #f39200; }
      .footer-menu .menu > li.community > a:hover, .footer-menu .menu > li.community > a:focus {
        background-color: #f39200; }
    .footer-menu .menu > li.entertainment > a {
      border-color: #12a19a; }
      .footer-menu .menu > li.entertainment > a:hover, .footer-menu .menu > li.entertainment > a:focus {
        background-color: #12a19a; }
    .footer-menu .menu > li.hot-topics > a {
      border-color: #607d8b; }
      .footer-menu .menu > li.hot-topics > a:hover, .footer-menu .menu > li.hot-topics > a:focus {
        background-color: #607d8b; }
    .footer-menu .menu > li > ul {
      display: none;
      padding: 0;
      list-style: none; }
      .footer-menu .menu > li > ul li {
        text-transform: capitalize; }
        .footer-menu .menu > li > ul li a {
          padding: 2px  10px; }
  @media (min-width: 992px) {
    .footer-menu .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .footer-menu .menu > li {
        margin-bottom: 0;
        text-align: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .footer-menu .menu > li > a {
          display: block;
          padding: 20px 10px;
          border-width: 4px 0 0; }
        .footer-menu .menu > li ul {
          display: block; } }

.credits {
  padding: 25px 0;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0.857em;
  color: #6f6f6f; }

/*	Navigation
============================================================ */
.navbar-toggle {
  margin-top: 10px;
  height: 34px; }
  .navbar-toggle span {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
    .navbar-toggle span:after, .navbar-toggle span:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      height: 4px;
      width: 20px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #0098d9; }
    .navbar-toggle span:before {
      bottom: 8px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 48px; }
    .navbar-toggle span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 48px;
      top: 7px; }
  .navbar-toggle.collapsed span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .navbar-toggle.collapsed span:before {
      width: 100%;
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
      -o-transform: translate(0, 12px);
      transform: translate(0, 12px); }
    .navbar-toggle.collapsed span:after {
      -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
      -o-transform: translate(-20px, 0);
      transform: translate(-20px, 0);
      opacity: 0;
      filter: alpha(opacity=0); }

@media (min-width: 992px) {
  .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    float: right; }
    .navbar-nav .dropdown.more .dropdown-menu {
      right: 0;
      left: auto;
      text-align: right;
      background-color: #333;
      border: 1px solid #333; }
      .navbar-nav .dropdown.more .dropdown-menu li:hover, .navbar-nav .dropdown.more .dropdown-menu li:focus {
        cursor: pointer;
        background-color: #0098d9; }
      .navbar-nav .dropdown.more .dropdown-menu li > a {
        display: inline-block;
        padding: 8px 32px 8px 0;
        color: #fff; }
        .navbar-nav .dropdown.more .dropdown-menu li > a:hover, .navbar-nav .dropdown.more .dropdown-menu li > a:focus {
          background-color: transparent; }
      .navbar-nav .dropdown.more .dropdown-menu .active > a {
        background-color: transparent; }
        .navbar-nav .dropdown.more .dropdown-menu .active > a:hover, .navbar-nav .dropdown.more .dropdown-menu .active > a:focus {
          background-color: transparent; }
    .navbar-nav .dropdown-toggle {
      position: relative; }
      .navbar-nav .dropdown-toggle:before {
        content: "";
        background-image: url(assets/img/img-icon-arrow.png);
        background-repeat: no-repeat;
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50%;
        right: 0;
        transform: translate(-50%, -30%); } }

.navbar-nav > li.news-opinion > a {
  color: #0098d9; }
  @media (min-width: 992px) {
    .navbar-nav > li.news-opinion > a {
      color: #333; }
      .navbar-nav > li.news-opinion > a:after {
        background-color: #0098d9; } }
  .navbar-nav > li.news-opinion > a:hover, .navbar-nav > li.news-opinion > a:focus {
    color: #fff;
    background-color: #0098d9; }

.navbar-nav > li.business > a {
  color: #662483; }
  @media (min-width: 992px) {
    .navbar-nav > li.business > a {
      color: #333; }
      .navbar-nav > li.business > a:after {
        background-color: #662483; } }
  .navbar-nav > li.business > a:hover, .navbar-nav > li.business > a:focus {
    color: #fff;
    background-color: #662483; }

.navbar-nav > li.business.active a:before {
  border-color: transparent transparent #662483 transparent; }

.navbar-nav > li.food-wine > a {
  color: #d60b52; }
  @media (min-width: 992px) {
    .navbar-nav > li.food-wine > a {
      color: #333; }
      .navbar-nav > li.food-wine > a:after {
        background-color: #d60b52; } }
  .navbar-nav > li.food-wine > a:hover, .navbar-nav > li.food-wine > a:focus {
    color: #fff;
    background-color: #d60b52; }

.navbar-nav > li.food-wine.active a:before {
  border-color: transparent transparent #d60b52 transparent; }

.navbar-nav > li.community > a {
  color: #f39200; }
  @media (min-width: 992px) {
    .navbar-nav > li.community > a {
      color: #333; }
      .navbar-nav > li.community > a:after {
        background-color: #f39200; } }
  .navbar-nav > li.community > a:hover, .navbar-nav > li.community > a:focus {
    color: #fff;
    background-color: #f39200; }

.navbar-nav > li.community.active a:before {
  border-color: transparent transparent #f39200 transparent; }

.navbar-nav > li.entertainment > a {
  color: #12a19a; }
  @media (min-width: 992px) {
    .navbar-nav > li.entertainment > a {
      color: #333; }
      .navbar-nav > li.entertainment > a:after {
        background-color: #12a19a; } }
  .navbar-nav > li.entertainment > a:hover, .navbar-nav > li.entertainment > a:focus {
    color: #fff;
    background-color: #12a19a; }

.navbar-nav > li.entertainment.active a:before {
  border-color: transparent transparent #12a19a transparent; }

.navbar-nav > li.hot-topics > a {
  color: #607d8b; }
  @media (min-width: 992px) {
    .navbar-nav > li.hot-topics > a {
      color: #333; }
      .navbar-nav > li.hot-topics > a:after {
        background-color: #607d8b; } }
  .navbar-nav > li.hot-topics > a:hover, .navbar-nav > li.hot-topics > a:focus {
    color: #fff;
    background-color: #607d8b; }

.navbar-nav > li.hot-topics.active a:before {
  border-color: transparent transparent #607d8b transparent; }

.navbar-nav > li.more.dropdown a {
  padding-right: 30px; }

.navbar-nav > li.more > a {
  color: #333; }
  @media (min-width: 992px) {
    .navbar-nav > li.more > a {
      color: #333; }
      .navbar-nav > li.more > a:after {
        background-color: #333; } }
  .navbar-nav > li.more > a:hover, .navbar-nav > li.more > a:focus {
    color: #fff;
    background-color: #333; }

.navbar-nav > li > a {
  font-size: 1.143em;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 20px 15px;
  text-align: center;
  display: block; }
  .navbar-nav > li > a:after {
    content: '';
    width: 100%;
    display: block;
    height: 12px;
    width: 12px;
    background-image: url("assets/img/dropdown-arrow-up.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 40%;
    -webkit-transition: all 0.3 ease-out;
    -o-transition: all 0.3 ease-out;
    transition: all 0.3 ease-out; }
  @media (min-width: 992px) {
    .navbar-nav > li > a {
      padding: 30px 8px;
      font-size: 1em; } }
  @media (min-width: 1200px) {
    .navbar-nav > li > a {
      padding: 30px 15px;
      font-size: 1.143em; } }
  @media (min-width: 1320px) {
    .navbar-nav > li > a {
      padding: 30px 25px;
      font-size: 1.143em; } }
  @media (min-width: 1440px) {
    .navbar-nav > li > a {
      padding: 30px 32px;
      font-size: 1.143em; } }

.navbar-nav > li.open a:after {
  background-image: url("assets/img/dropdown-arrow-down.svg");
  bottom: 40%;
  -webkit-transition: rotate 0.3s ease-out;
  -o-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out; }

/*	Content
============================================================ */
.homepage-main-articles-wrapper {
  padding-top: 30px; }
  .homepage-main-articles-wrapper .sub-feature-article .details {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.page-heading {
  background-color: #607d8b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 0;
  position: relative; }
  .page-heading:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(assets/img/img-bg-overlay-heading.png) repeat-x; }
  @media (min-width: 992px) {
    .page-heading {
      padding: 50px 0; } }
  .page-heading .page-title, .page-heading .subtitle {
    position: relative;
    z-index: 1; }
  .page-heading .page-title {
    margin: 0;
    font-size: 2.571em; }
  .page-heading .subtitle {
    display: block;
    font-size: 1.071em; }

.featured-article {
  margin-bottom: 30px;
  position: relative; }
  .featured-article .image {
    max-height: 300px; }
    @media (min-width: 992px) {
      .featured-article .image {
        max-height: 277px; } }
    @media (min-width: 1200px) {
      .featured-article .image {
        max-height: 385px; } }
    .featured-article .image:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(assets/img/img-bg-overlay.png) repeat-x center bottom;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
  .featured-article .content {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px; }
  .featured-article .title {
    color: #fff;
    margin: 0;
    font-size: 1.286em; }
    .featured-article .title a {
      color: #fff; }
    @media (min-width: 768px) {
      .featured-article .title {
        font-size: 1.857em;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .featured-article .title {
        font-size: 2.143em; } }
  .featured-article .details {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    .featured-article .details a {
      color: #fff; }
    .featured-article .details .tag-comments {
      background-image: url(assets/img/img-icon-comments-white.svg);
      margin-right: 15px; }
    .featured-article .details .tag-title {
      margin: 0 10px; }
  .featured-article .event_sched {
    color: #fff; }

.sub-feature-article {
  position: relative; }
  .sub-feature-article .content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px; }
  .sub-feature-article .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(assets/img/img-bg-overlay.png) repeat-x center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .sub-feature-article a {
    color: #fff !important; }

.side-teaser {
  background-color: #d60b52;
  padding: 30px 20px;
  color: #fff; }
  @media (max-width: 767px) {
    .side-teaser {
      margin-bottom: 30px; } }
  .side-teaser a {
    color: #fff; }
    .side-teaser a:hover {
      color: #fff; }
  @media (min-width: 1200px) {
    .side-teaser {
      padding: 30px; } }
  .side-teaser .section-title {
    color: #d60b52;
    line-height: 90%;
    width: 250px;
    height: 96px;
    padding: 20px 10px;
    font-size: 28px;
    background: url(assets/img/img-bg-bubble.svg) no-repeat center center;
    background-size: cover;
    text-transform: uppercase;
    text-align: center; }
    .side-teaser .section-title span {
      display: block;
      font-size: 88%; }
    @media (min-width: 992px) {
      .side-teaser .section-title {
        width: 270px;
        height: 103px; } }
    @media (min-width: 1200px) {
      .side-teaser .section-title {
        width: 315px;
        height: 120px;
        padding-top: 25px;
        font-size: 32px; } }
    @media (min-width: 1439px) and (max-width: 1500px) {
      .side-teaser .section-title {
        width: 250px;
        height: 96px;
        padding: 20px 10px;
        font-size: 28px; } }
  .side-teaser .intro-title {
    font-size: 1.286em;
    text-align: center;
    margin: 0 0 10px;
    line-height: 110%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .side-teaser .intro-title {
        display: none !important; } }
    @media (min-width: 992px) {
      .side-teaser .intro-title {
        font-size: 1.571em; } }
    @media (min-width: 1439px) and (max-width: 1500px) {
      .side-teaser .intro-title {
        font-size: 1.3em; } }
  .side-teaser .article-item .tag-comments {
    background-image: url(assets/img/img-icon-comments-white.svg);
    margin: 0; }
  .side-teaser .article-item .title a {
    color: #fff; }

.title-trend, .title-poll {
  position: relative;
  margin: 0 auto;
  line-height: 100%;
  padding: 20px;
  color: #fff;
  background-size: 288px auto;
  text-transform: uppercase;
  font-size: 24px; }
  @media (min-width: 768px) {
    .title-trend, .title-poll {
      font-size: 14px;
      background-size: 226px auto; } }
  @media (min-width: 1200px) {
    .title-trend, .title-poll {
      font-size: 20px;
      background-size: 274px auto; } }
  @media (min-width: 1440px) {
    .title-trend, .title-poll {
      font-size: 24px;
      background-size: auto auto;
      padding: 20px; } }

.home .title-trend {
  margin-top: 15px; }

.title-trend {
  margin-top: 15px;
  background-color: #d60b52; }
  .title-trend:before, .title-trend:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat; }
  .title-trend:before {
    top: -30px;
    right: 18px;
    height: 74px;
    width: 84px;
    background-image: url("assets/img/icon-img-bubble-red.png"); }
  .title-trend:after {
    top: 10px;
    right: 10px;
    height: 43px;
    width: 48px;
    background-image: url("assets/img/icon-img-bubble-salmon.png"); }

.title-poll {
  position: relative;
  background-color: #12a19a;
  padding: 15px 20px;
  margin-top: 20px; }
  .title-poll:after {
    content: '';
    position: absolute;
    top: -27px;
    right: 10px;
    height: 60px;
    width: 60px;
    background-image: url("assets/img/icon-img-poll.png");
    background-repeat: no-repeat; }

.poll-widget {
  padding-top: 30px; }
  .poll-widget .content {
    background-color: #f1f1f1;
    padding: 20px; }

@media (min-width: 768px) {
  .twitter-list .tweet-item {
    position: relative; }
    .twitter-list .tweet-item:after {
      content: '';
      display: block;
      width: 1px;
      height: 70px;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      left: -10px;
      border-left: 2px dotted #d3d3d3; }
    .twitter-list .tweet-item:first-child:after {
      display: none; } }

.tweet-item {
  color: #333; }
  @media (max-width: 767px) {
    .tweet-item {
      margin-bottom: 30px; } }
  .tweet-item .avatar {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .tweet-item .avatar {
        top: 5px; } }
  .tweet-item .heading {
    min-height: 42px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 52px; }
    @media (min-width: 768px) {
      .tweet-item .heading {
        min-height: inherit;
        margin-bottom: 0; } }
  .tweet-item a {
    color: #0098d9; }
    .tweet-item a.profile {
      display: block;
      color: #878787; }
      @media (min-width: 768px) {
        .tweet-item a.profile {
          display: inline-block; } }
  @media (min-width: 768px) {
    .tweet-item .content {
      padding-left: 52px; } }

.newsletter-subscription {
  padding: 50px 0; }
  .newsletter-subscription .row-flex .col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .newsletter-subscription .row-flex .col-xs-12:first-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } }
  .newsletter-subscription .title {
    margin: 0 0 15px;
    font-size: 1.571em; }
    @media (min-width: 768px) {
      .newsletter-subscription .title {
        text-align: right;
        margin-bottom: 0; } }
  .newsletter-subscription .form-control {
    border: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  .newsletter-subscription .btn {
    height: 42px;
    background-color: #333;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }

/*	Articles
============================================================ */
.event_sched {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .event_sched ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.article-item {
  margin-bottom: 30px; }
  .article-item:before, .article-item:after {
    content: " ";
    display: table; }
  .article-item:after {
    clear: both; }
  .article-item:focus {
    outline: none; }
  .article-item .image {
    margin-bottom: 10px; }
  .article-item .content:before, .article-item .content:after {
    content: " ";
    display: table; }
  .article-item .content:after {
    clear: both; }
  .article-item .title {
    margin: 0;
    font-size: 1.286em;
    color: #333; }
    .article-item .title a {
      color: #333; }
  .article-item .details {
    color: #878787; }
    .article-item .details a {
      color: #878787; }
  .article-item .comments-preview {
    padding: 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
    .article-item .comments-preview:before, .article-item .comments-preview:after {
      content: " ";
      display: table; }
    .article-item .comments-preview:after {
      clear: both; }
    .article-item .comments-preview .avatar {
      display: none;
      max-width: 48px;
      float: left;
      margin-right: 10px;
      border-radius: 10px; }
    .article-item .comments-preview .comment-text {
      position: relative;
      padding-left: 20px; }
      .article-item .comments-preview .comment-text:after {
        content: '';
        position: absolute;
        height: 13px;
        width: 15px;
        left: 0;
        top: 3px;
        background-image: url("assets/img/icon-img-bubble.png");
        background-repeat: no-repeat; }
    .article-item .comments-preview .name {
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
      .article-item .comments-preview .name a {
        color: #d60b52; }
    .article-item .comments-preview .time {
      font-size: 90%;
      color: #a9b2b9; }
  .article-item .event_sched {
    font-size: 90%; }
    .article-item .event_sched strong {
      color: #d60b52; }
  .article-item .actions a {
    font-size: 85%;
    color: #919da6; }

.side-list {
  background-color: #f1f1f1; }
  @media (min-width: 768px) {
    .side-list {
      padding: 20px; } }
  .side-list .side-list {
    padding: 0; }
    .side-list .side-list .main {
      padding: 0; }
  .side-list h2 {
    display: none; }
  .side-list .article-item {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #bdbdbd; }
    .side-list .article-item:last-child {
      border-bottom: none; }
    .side-list .article-item:last-child {
      margin: 0; }
    .side-list .article-item .title {
      font-size: 1.186em; }
      @media (min-width: 1439px) and (max-width: 1500px) {
        .side-list .article-item .title {
          font-size: 1em; } }
    .side-list .article-item .tag-title {
      margin-bottom: 5px;
      font-size: 11px;
      font-size: 1.1rem; }
    .side-list .article-item .comment {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .side-list .article-item {
        display: block; } }
  .side-list .post-preview {
    padding: 0 0 15px 0; }
  .side-list .post-popular {
    padding: 0 0 15px 0; }
  .side-list .post-popular, .side-list .post-preview {
    position: relative;
    padding-left: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
    .side-list .post-popular:before, .side-list .post-popular:after, .side-list .post-preview:before, .side-list .post-preview:after {
      content: " ";
      display: table; }
    .side-list .post-popular:after, .side-list .post-preview:after {
      clear: both; }
    .side-list .post-popular:after, .side-list .post-preview:after {
      content: '';
      position: absolute;
      height: 13px;
      width: 15px;
      left: 0;
      top: 3px;
      background-image: url("assets/img/icon-img-bubble.png");
      background-repeat: no-repeat; }
  .side-list .tag-view {
    display: none; }
  .side-list .image {
    float: left;
    display: none;
    max-width: 120px;
    margin: 0 20px 0 0; }
    @media (min-width: 1439px) and (max-width: 1500px) {
      .side-list .image {
        max-width: 100px; } }
  .side-list iframe {
    max-width: 100%;
    height: auto; }

@media (min-width: 1200px) {
  .articles-listing .article-item {
    width: 20%; } }

.bg-gray .articles-listing .article-item .image {
  margin: 0; }

.bg-gray .articles-listing .article-item .content {
  padding: 10px;
  background-color: #fff;
  min-height: 132px; }

.bg-gray .articles-listing .article-item .tag-comments {
  margin: 0; }

.article-details {
  color: #878787;
  font-size: 1.143em;
  margin: 30px 0; }
  .article-details a {
    color: #878787; }
  .article-details .author {
    color: #d60b52; }
    .article-details .author a {
      color: #d60b52; }
  .article-details .addthis_sharing_toolbox {
    position: relative;
    padding-top: 10px;
    padding-left: 55px; }
    .article-details .addthis_sharing_toolbox:before {
      position: absolute;
      content: 'Share ';
      left: 0; }
    @media (min-width: 768px) {
      .article-details .addthis_sharing_toolbox {
        float: right;
        padding-top: 0;
        display: inline-block; } }

.article-content {
  color: #333;
  font-size: 1.286em;
  line-height: 180%; }
  .article-content .event_sched {
    color: #607d8b;
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 8px; }
    .article-content .event_sched ul {
      font-size: 90%;
      margin: 0; }
    .article-content .event_sched p {
      font-size: 18px;
      line-height: 30px; }
  .article-content img {
    width: 100%;
    padding: 20px 0 40px; }

.contributors-item {
  margin-bottom: 30px;
  min-height: 100px; }
  .contributors-item:before, .contributors-item:after {
    content: " ";
    display: table; }
  .contributors-item:after {
    clear: both; }
  .contributors-item .title {
    margin: 0;
    font-size: 1.286em;
    color: #333; }
    .contributors-item .title a {
      color: #333; }
  .contributors-item .image {
    width: 100px;
    float: left; }
  .contributors-item .content {
    font-size: 90%;
    margin-left: 130px; }
  .contributors-item .details {
    margin-bottom: 10px; }

.subscribe-box {
  padding-top: 30px; }

#subscribe-box {
  display: none;
  padding: 15px 30px;
  background-color: #eee;
  border-radius: 10px;
  margin-bottom: 20px; }
  #subscribe-box img {
    display: none; }
  #subscribe-box .premium-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px; }
  #subscribe-box .subscribe-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 22px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #12a19a;
    border-color: #0f8a84; }
    #subscribe-box .subscribe-link:hover, #subscribe-box .subscribe-link:focus, #subscribe-box .subscribe-link.focus, #subscribe-box .subscribe-link:active, #subscribe-box .subscribe-link.active,
    .open > #subscribe-box .subscribe-link.dropdown-toggle {
      color: #fff;
      background-color: #0d736e;
      border-color: #09534f; }
    #subscribe-box .subscribe-link:active, #subscribe-box .subscribe-link.active,
    .open > #subscribe-box .subscribe-link.dropdown-toggle {
      background-image: none; }
    #subscribe-box .subscribe-link.disabled, #subscribe-box .subscribe-link.disabled:hover, #subscribe-box .subscribe-link.disabled:focus, #subscribe-box .subscribe-link.disabled.focus, #subscribe-box .subscribe-link.disabled:active, #subscribe-box .subscribe-link.disabled.active, #subscribe-box .subscribe-link[disabled], #subscribe-box .subscribe-link[disabled]:hover, #subscribe-box .subscribe-link[disabled]:focus, #subscribe-box .subscribe-link[disabled].focus, #subscribe-box .subscribe-link[disabled]:active, #subscribe-box .subscribe-link[disabled].active,
    fieldset[disabled] #subscribe-box .subscribe-link,
    fieldset[disabled] #subscribe-box .subscribe-link:hover,
    fieldset[disabled] #subscribe-box .subscribe-link:focus,
    fieldset[disabled] #subscribe-box .subscribe-link.focus,
    fieldset[disabled] #subscribe-box .subscribe-link:active,
    fieldset[disabled] #subscribe-box .subscribe-link.active {
      background-color: #12a19a;
      border-color: #0f8a84; }
    #subscribe-box .subscribe-link .badge {
      color: #12a19a;
      background-color: #fff; }

/*	Slick Custom Styles
============================================================ */
.slick#featured-articles .slick-arrow, .slick#other-articles .slick-arrow {
  z-index: 50;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
  top: 25%; }
  .slick#featured-articles .slick-arrow:before, .slick#other-articles .slick-arrow:before {
    font-size: 22px;
    color: #333; }
  .slick#featured-articles .slick-arrow.slick-prev, .slick#other-articles .slick-arrow.slick-prev {
    left: 15px; }
  .slick#featured-articles .slick-arrow.slick-next, .slick#other-articles .slick-arrow.slick-next {
    right: 15px; }

.slick#featured-article-slider .slick-arrow {
  color: #fff;
  z-index: 1;
  opacity: 1; }

.slick#featured-article-slider .slick-prev {
  left: 2%; }

.slick#featured-article-slider .slick-next {
  right: 2%; }

/*--------------------------------------------------------*	#WP-Calendar
\*--------------------------------------------------------*/
.main #wp-calendar {
  margin-bottom: 30px; }
  .main #wp-calendar #ec3_publish, .main #wp-calendar #ec3_spinner {
    display: none; }
  .main #wp-calendar table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .main #wp-calendar table[id] td:hover {
      padding: 3px;
      border: none !important;
      background-color: #eee; }
    .main #wp-calendar table #today {
      padding: 3px;
      border: none !important;
      background-color: #0098d9;
      color: #fff; }
    .main #wp-calendar table.nav {
      font-family: "Montserrat", sans-serif; }
  @media (min-width: 768px) {
    .main #wp-calendar {
      width: 350px;
      font-size: 120%; } }
  @media (min-width: 992px) {
    .main #wp-calendar {
      width: 520px;
      font-size: 150%; } }

/* Search Wrapper
============================================================ */
.search-results .image {
  padding-left: 0; }

.search-results .tag-title {
  color: #fff !important; }

.search-results .section-title {
  padding: 80px 0 40px; }

.search-wrapper {
  color: #d1d1d1;
  position: fixed;
  visibility: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: -1;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0;
  filter: alpha(opacity=0); }
  @media (min-width: 992px) {
    .search-wrapper {
      padding: 30px 25%; } }
  .search-wrapper .container-fluid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .search-wrapper .title {
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase; }
  .search-wrapper .form-control {
    height: 40px;
    padding: 0;
    border-width: 0 0 2px 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #333; }
    .search-wrapper .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #ccc; }
    .search-wrapper .form-control::-moz-placeholder {
      color: #bebebe;
      opacity: 1; }
    .search-wrapper .form-control:-ms-input-placeholder {
      color: #bebebe; }
    .search-wrapper .form-control::-webkit-input-placeholder {
      color: #bebebe; }
    @media (min-width: 992px) {
      .search-wrapper .form-control {
        height: 80px;
        font-size: 44px; } }
  .search-wrapper .btn {
    color: #bebebe;
    background-color: transparent;
    height: 40px;
    border-radius: 0;
    border-bottom: 2px solid #ccc; }
    .search-wrapper .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (min-width: 992px) {
      .search-wrapper .btn {
        height: 80px;
        font-size: 44px; } }
  .search-wrapper .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #bebebe;
    border: none !important; }
  .search-wrapper.open {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2333;
    visibility: visible; }

/*--------------------------------------------------------*	#Comments
\*--------------------------------------------------------*/
.comments-wrapper {
  padding-top: 40px; }
  .comments-wrapper .title {
    margin: 0;
    display: inline-block;
    line-height: 100%;
    padding: 13px 15px 21px;
    color: #fff;
    background: url(assets/img/img-bg-bubble-pink-lg.svg) no-repeat center center;
    background-size: 288px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background-size: 262px auto; }
    @media (min-width: 1200px) {
      .comments-wrapper .title {
        font-size: 24px;
        background-size: 338px auto; } }
    @media (min-width: 1440px) {
      .comments-wrapper .title {
        font-size: 30px;
        background-size: auto auto;
        padding: 20px 12px 30px; } }
  .comments-wrapper hr {
    border-top: 4px solid #d60b52; }
  .comments-wrapper .navigation {
    clear: both;
    text-align: center; }
    .comments-wrapper .navigation:before, .comments-wrapper .navigation:after {
      content: " ";
      display: table; }
    .comments-wrapper .navigation:after {
      clear: both; }
  .comments-wrapper .post_comment {
    display: inline-block;
    padding: 6px 12px;
    background-color: #d60b52;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 5px; }
    .comments-wrapper .post_comment:hover {
      background-color: #8d0736;
      text-decoration: none; }
  .comments-wrapper #message_login {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 0; }

.comments-area {
  padding: 20px 0 30px; }
  .comments-area:before, .comments-area:after {
    content: " ";
    display: table; }
  .comments-area:after {
    clear: both; }
  .comments-area .comment-post-header {
    margin: 0 0 10px;
    font-size: 1.286em; }
  .comments-area .comment_post_inner:before, .comments-area .comment_post_inner:after {
    content: " ";
    display: table; }
  .comments-area .comment_post_inner:after {
    clear: both; }
  .comments-area .comment_post_inner textarea {
    display: block;
    width: 100%;
    height: 130px;
    margin: 10px 0 5px;
    padding: 6px 25px;
    font-size: 16px;
    line-height: 1.42857;
    color: #888888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .comments-area .comment_post_inner_bottom:before, .comments-area .comment_post_inner_bottom:after {
    content: " ";
    display: table; }
  .comments-area .comment_post_inner_bottom:after {
    clear: both; }
  .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_left {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right {
    padding: 15px 0; }
    .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a {
      display: inline-block;
      padding: 8px 15px;
      text-transform: uppercase;
      color: #fff;
      background-color: #0098d9;
      cursor: pointer;
      border-radius: 4px; }
      .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a:hover, .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a:focus {
        text-decoration: none;
        background-color: #00628d; }
      .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a.btn2 {
        background-color: #12a19a;
        margin-right: 10px; }
        .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a.btn2:hover, .comments-area .comment_post_inner_bottom .comment_post_inner_bottom_right a.btn2:focus {
          background-color: #0a5c58; }
  .comments-area #preview-box .comment_left {
    margin-bottom: 5px; }
    .comments-area #preview-box .comment_left br {
      display: none; }
  .comments-area #preview-box .comment_right {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f1f1f1; }
  .comments-area .comment_wrap_top {
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeef0; }
    .comments-area .comment_wrap_top:before, .comments-area .comment_wrap_top:after {
      content: " ";
      display: table; }
    .comments-area .comment_wrap_top:after {
      clear: both; }
    .comments-area .comment_wrap_top br {
      display: none; }
    .comments-area .comment_wrap_top em {
      padding-left: 10px;
      font-size: 110%;
      display: inline-block;
      font-style: normal;
      color: #a7adb1; }

.comment_lsit:before, .comment_lsit:after {
  content: " ";
  display: table; }

.comment_lsit:after {
  clear: both; }

.comment_lsit .commentnumber, .comment_lsit .comment-number {
  display: none !important; }

.comment_lsit .comment {
  position: relative;
  min-height: 72px;
  padding: 10px;
  border-bottom: 1px solid #eaeef0; }
  .comment_lsit .comment .comment_left {
    position: relative;
    padding-left: 62px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 90%;
    color: #a9b2b9; }
    .comment_lsit .comment .comment_left br {
      display: none; }
    .comment_lsit .comment .comment_left img {
      border-radius: 6px; }
    .comment_lsit .comment .comment_left > a {
      position: absolute;
      width: 52px;
      height: 52px;
      left: 0;
      top: 5px; }
    .comment_lsit .comment .comment_left .comment-edit-link {
      position: absolute;
      right: 0;
      top: 2px;
      left: auto;
      width: auto;
      height: auto; }
    .comment_lsit .comment .comment_left span {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      color: #d60b52;
      font-weight: 600;
      font-size: 15px; }
      .comment_lsit .comment .comment_left span cite {
        font-style: normal; }
      .comment_lsit .comment .comment_left span a {
        color: #d60b52; }
  .comment_lsit .comment .comment_right {
    padding-left: 62px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300; }
    .comment_lsit .comment .comment_right p {
      margin-bottom: 5px; }
    .comment_lsit .comment .comment_right span a {
      font-size: 85%; }
  .comment_lsit .comment .clear {
    clear: both; }
    .comment_lsit .comment .clear:before, .comment_lsit .comment .clear:after {
      content: " ";
      display: table; }
    .comment_lsit .comment .clear:after {
      clear: both; }
  .comment_lsit .comment .comment_right_bottom {
    text-align: right; }

.comment_lsit span[id] {
  display: block;
  font-size: 98%;
  color: #919da6; }
  .comment_lsit span[id] a {
    color: #919da6; }
  .comment_lsit span[id] br {
    display: none; }
  .comment_lsit span[id] input[type=button] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #12a19a;
    border-color: #0f8a84; }
    .comment_lsit span[id] input[type=button]:hover, .comment_lsit span[id] input[type=button]:focus, .comment_lsit span[id] input[type=button].focus, .comment_lsit span[id] input[type=button]:active, .comment_lsit span[id] input[type=button].active,
    .open > .comment_lsit span[id] input[type=button].dropdown-toggle {
      color: #fff;
      background-color: #0d736e;
      border-color: #09534f; }
    .comment_lsit span[id] input[type=button]:active, .comment_lsit span[id] input[type=button].active,
    .open > .comment_lsit span[id] input[type=button].dropdown-toggle {
      background-image: none; }
    .comment_lsit span[id] input[type=button].disabled, .comment_lsit span[id] input[type=button].disabled:hover, .comment_lsit span[id] input[type=button].disabled:focus, .comment_lsit span[id] input[type=button].disabled.focus, .comment_lsit span[id] input[type=button].disabled:active, .comment_lsit span[id] input[type=button].disabled.active, .comment_lsit span[id] input[type=button][disabled], .comment_lsit span[id] input[type=button][disabled]:hover, .comment_lsit span[id] input[type=button][disabled]:focus, .comment_lsit span[id] input[type=button][disabled].focus, .comment_lsit span[id] input[type=button][disabled]:active, .comment_lsit span[id] input[type=button][disabled].active,
    fieldset[disabled] .comment_lsit span[id] input[type=button],
    fieldset[disabled] .comment_lsit span[id] input[type=button]:hover,
    fieldset[disabled] .comment_lsit span[id] input[type=button]:focus,
    fieldset[disabled] .comment_lsit span[id] input[type=button].focus,
    fieldset[disabled] .comment_lsit span[id] input[type=button]:active,
    fieldset[disabled] .comment_lsit span[id] input[type=button].active {
      background-color: #12a19a;
      border-color: #0f8a84; }
    .comment_lsit span[id] input[type=button] .badge {
      color: #12a19a;
      background-color: #fff; }

.comment_lsit .reportcomment_textarea, .comment_lsit .comment_right textarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  padding: 6px 25px;
  font-size: 16px;
  line-height: 1.42857;
  color: #888888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .comment_lsit .reportcomment_textarea:focus, .comment_lsit .comment_right textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .comment_lsit .reportcomment_textarea::-moz-placeholder, .comment_lsit .comment_right textarea::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .comment_lsit .reportcomment_textarea:-ms-input-placeholder, .comment_lsit .comment_right textarea:-ms-input-placeholder {
    color: #000; }
  .comment_lsit .reportcomment_textarea::-webkit-input-placeholder, .comment_lsit .comment_right textarea::-webkit-input-placeholder {
    color: #000; }

.comment_lsit .comment_right > div br {
  display: none; }

.comment_lsit .comment_right > div input[type=button], .comment_lsit .comment_right .pointer {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 22px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #12a19a;
  border-color: #0f8a84; }
  .comment_lsit .comment_right > div input[type=button]:hover, .comment_lsit .comment_right > div input[type=button]:focus, .comment_lsit .comment_right > div input[type=button].focus, .comment_lsit .comment_right > div input[type=button]:active, .comment_lsit .comment_right > div input[type=button].active,
  .open > .comment_lsit .comment_right > div input[type=button].dropdown-toggle, .comment_lsit .comment_right .pointer:hover, .comment_lsit .comment_right .pointer:focus, .comment_lsit .comment_right .pointer.focus, .comment_lsit .comment_right .pointer:active, .comment_lsit .comment_right .pointer.active,
  .open > .comment_lsit .comment_right .pointer.dropdown-toggle {
    color: #fff;
    background-color: #0d736e;
    border-color: #09534f; }
  .comment_lsit .comment_right > div input[type=button]:active, .comment_lsit .comment_right > div input[type=button].active,
  .open > .comment_lsit .comment_right > div input[type=button].dropdown-toggle, .comment_lsit .comment_right .pointer:active, .comment_lsit .comment_right .pointer.active,
  .open > .comment_lsit .comment_right .pointer.dropdown-toggle {
    background-image: none; }
  .comment_lsit .comment_right > div input[type=button].disabled, .comment_lsit .comment_right > div input[type=button].disabled:hover, .comment_lsit .comment_right > div input[type=button].disabled:focus, .comment_lsit .comment_right > div input[type=button].disabled.focus, .comment_lsit .comment_right > div input[type=button].disabled:active, .comment_lsit .comment_right > div input[type=button].disabled.active, .comment_lsit .comment_right > div input[type=button][disabled], .comment_lsit .comment_right > div input[type=button][disabled]:hover, .comment_lsit .comment_right > div input[type=button][disabled]:focus, .comment_lsit .comment_right > div input[type=button][disabled].focus, .comment_lsit .comment_right > div input[type=button][disabled]:active, .comment_lsit .comment_right > div input[type=button][disabled].active,
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button],
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button]:hover,
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button]:focus,
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button].focus,
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button]:active,
  fieldset[disabled] .comment_lsit .comment_right > div input[type=button].active, .comment_lsit .comment_right .pointer.disabled, .comment_lsit .comment_right .pointer.disabled:hover, .comment_lsit .comment_right .pointer.disabled:focus, .comment_lsit .comment_right .pointer.disabled.focus, .comment_lsit .comment_right .pointer.disabled:active, .comment_lsit .comment_right .pointer.disabled.active, .comment_lsit .comment_right .pointer[disabled], .comment_lsit .comment_right .pointer[disabled]:hover, .comment_lsit .comment_right .pointer[disabled]:focus, .comment_lsit .comment_right .pointer[disabled].focus, .comment_lsit .comment_right .pointer[disabled]:active, .comment_lsit .comment_right .pointer[disabled].active,
  fieldset[disabled] .comment_lsit .comment_right .pointer,
  fieldset[disabled] .comment_lsit .comment_right .pointer:hover,
  fieldset[disabled] .comment_lsit .comment_right .pointer:focus,
  fieldset[disabled] .comment_lsit .comment_right .pointer.focus,
  fieldset[disabled] .comment_lsit .comment_right .pointer:active,
  fieldset[disabled] .comment_lsit .comment_right .pointer.active {
    background-color: #12a19a;
    border-color: #0f8a84; }
  .comment_lsit .comment_right > div input[type=button] .badge, .comment_lsit .comment_right .pointer .badge {
    color: #12a19a;
    background-color: #fff; }

.comment_lsit .comment_right .pointer {
  color: #fff;
  background-color: #f39200;
  border-color: #da8300; }
  .comment_lsit .comment_right .pointer:hover, .comment_lsit .comment_right .pointer:focus, .comment_lsit .comment_right .pointer.focus, .comment_lsit .comment_right .pointer:active, .comment_lsit .comment_right .pointer.active,
  .open > .comment_lsit .comment_right .pointer.dropdown-toggle {
    color: #fff;
    background-color: #c07300;
    border-color: #9c5e00; }
  .comment_lsit .comment_right .pointer:active, .comment_lsit .comment_right .pointer.active,
  .open > .comment_lsit .comment_right .pointer.dropdown-toggle {
    background-image: none; }
  .comment_lsit .comment_right .pointer.disabled, .comment_lsit .comment_right .pointer.disabled:hover, .comment_lsit .comment_right .pointer.disabled:focus, .comment_lsit .comment_right .pointer.disabled.focus, .comment_lsit .comment_right .pointer.disabled:active, .comment_lsit .comment_right .pointer.disabled.active, .comment_lsit .comment_right .pointer[disabled], .comment_lsit .comment_right .pointer[disabled]:hover, .comment_lsit .comment_right .pointer[disabled]:focus, .comment_lsit .comment_right .pointer[disabled].focus, .comment_lsit .comment_right .pointer[disabled]:active, .comment_lsit .comment_right .pointer[disabled].active,
  fieldset[disabled] .comment_lsit .comment_right .pointer,
  fieldset[disabled] .comment_lsit .comment_right .pointer:hover,
  fieldset[disabled] .comment_lsit .comment_right .pointer:focus,
  fieldset[disabled] .comment_lsit .comment_right .pointer.focus,
  fieldset[disabled] .comment_lsit .comment_right .pointer:active,
  fieldset[disabled] .comment_lsit .comment_right .pointer.active {
    background-color: #f39200;
    border-color: #da8300; }
  .comment_lsit .comment_right .pointer .badge {
    color: #f39200;
    background-color: #fff; }

.wp-polls a {
  color: #444444; }

.wp-polls-ul li {
  position: relative; }

.wp-polls-ul input {
  position: absolute;
  top: 25%;
  transform: translate(0, -50%); }

.wp-polls-ul label {
  display: inline-block !important;
  padding: 0 0 0 30px !important;
  max-width: 90% !important;
  margin-bottom: 15px !important; }

.wpcf7-form input {
  border: 1px solid #cacaca; }

.wpcf7-form p {
  margin: 0;
  padding-top: 30px; }

.wpcf7-form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #cacaca; }

.wpcf7-form .captcha-box img {
  width: 50%; }
  @media (min-width: 768px) {
    .wpcf7-form .captcha-box img {
      width: 25%; } }

.wpcf7-form .ajax-loader {
  width: auto;
  height: 20px; }

.wpcf7-form input[type='submit'] {
  background-color: #d60b52;
  border-radius: 4px;
  padding: 2px 40px;
  border: none;
  color: #fff; }

#tags {
  position: relative;
  padding-left: 25px; }
  #tags:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 3px;
    background-image: url("assets/img/icon-img-tag.png");
    background-repeat: no-repeat; }
  #tags a {
    display: inline-block;
    color: #333;
    background-color: #ededed;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 2px 5px 0; }

.add-300x600-mrec {
  padding: 30px 15px 0; }

.filter-wrapper {
  display: none;
  background-color: #d3d3d3;
  padding: 15px 30px; }
  @media (min-width: 768px) {
    .filter-wrapper {
      display: block; } }
  .filter-wrapper select {
    width: 100%;
    border: none;
    background-color: #d3d3d3; }

.filter .select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #666666;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .filter .select {
      width: 50%; } }
  @media (min-width: 992px) {
    .filter .select {
      width: 33%; } }
  @media (min-width: 1200px) {
    .filter .select {
      display: none; } }
  .filter .select select {
    margin-bottom: 0; }

.filter .styledSelect {
  position: absolute;
  background-color: #f2f4f0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  border-radius: 0;
  padding: 7px 14px;
  font-size: 18px;
  color: #666666;
  border-bottom: 2px solid #0098d9;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .filter .styledSelect {
      display: none; } }

.filter .dropdownShow {
  display: block; }

.filter .styledSelect:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #0098d9 transparent transparent transparent;
  top: 15px;
  right: 14px; }

.filter .options {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  z-index: 3;
  margin: 3px 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  background-color: #fff; }

.filter .options li {
  font-size: 1em;
  padding: 10px;
  text-transform: capitalize; }
  .filter .options li:first-child {
    display: none; }
  .filter .options li:hover {
    background-color: #0098d9;
    color: #fff; }

@media print {
  /* All your print styles go here */
  body {
    background: #fff;
    color: #000;
    width: 90%;
    padding-left: 5%; }
  .tag-comments:before {
    content: "number of comments  "; }
  a:after {
    display: none; }
  .related-article-wrapper, .ad-space, .sidebar-wrapper, .newsletter-subscription, .cbr-twitter-wrapper, footer {
    display: none; } }

.homepage-main-articles-wrapper {
  margin-top: 15px;
  padding: 0; }

.feature-catagory-article-wrapper {
  margin-top: 15px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 20px; }
  .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .slick-dots li button {
      overflow: hidden;
      height: 15px;
      width: 15px;
      color: transparent;
      background-color: transparent;
      border: 2px solid #ffffff !important;
      border-radius: 100%;
      border: none; }
  .slick-dots .slick-active button {
    background-color: #fff; }

#mc_signup_form {
  background-color: transparent !important;
  border-color: transparent !important; }

#ubermenu-main-37575 {
  position: static; }

#ubermenu-nav-main-37575 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  overflow: visible !important; }

.ubermenu-submenu-drop {
  top: 81px !important; }

.ubermenu-submenu {
  position: absolute;
  top: 0;
  left: 0; }

.ubermenu-row-id-166064 {
  max-width: 1410px !important;
  margin: 0 auto !important;
  overflow: hidden; }

.ubermenu-nav > .ubermenu-item > .ubermenu-target {
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .ubermenu-nav > .ubermenu-item > .ubermenu-target {
      padding: 30px 8px !important;
      font-size: 1em !important; } }
  @media (min-width: 1200px) {
    .ubermenu-nav > .ubermenu-item > .ubermenu-target {
      padding: 30px 15px !important;
      font-size: 1em !important; } }
  @media (min-width: 1320px) {
    .ubermenu-nav > .ubermenu-item > .ubermenu-target {
      padding: 30px 25px !important;
      font-size: 1.143em !important; } }
  @media (min-width: 1440px) {
    .ubermenu-nav > .ubermenu-item > .ubermenu-target {
      padding: 30px 32px !important;
      font-size: 1.143em !important; } }
  .ubermenu-nav > .ubermenu-item > .ubermenu-target:after {
    content: '' !important;
    width: 100%;
    display: block;
    height: 4px;
    position: absolute;
    top: auto !important;
    left: 0;
    bottom: 0; }

.ubermenu-nav > .ubermenu-item > .ubermenu-target > span {
  text-transform: uppercase;
  color: #333 !important; }

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack {
  margin: 20px 0; }

.ubermenu-row {
  width: 1410px !important;
  margin: 0 auto !important;
  overflow: hidden; }
  .ubermenu-row .ubermenu-submenu {
    border-right: 1px solid #d9d9d9 !important; }
  .ubermenu-row li > a {
    color: #333;
    font-size: 1.143em; }
  .ubermenu-row .col-sm-4 {
    position: relative; }
    .ubermenu-row .col-sm-4 .image:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url("assets/img/img-bg-overlay.png") repeat-x center bottom;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .ubermenu-row .col-sm-4 .content {
      position: absolute;
      bottom: 0px;
      left: 30px;
      width: 85%;
      z-index: 2; }
      .ubermenu-row .col-sm-4 .content a {
        font-size: 18px;
        color: #fff;
        font-weight: 600; }

.ubermenu-column-4-5 > .ubermenu-submenu {
  border-right: 1px solid transparent !important; }

.ubermenu-current-menu-item {
  color: #333; }

.ubermenu-item.more.dropdown a {
  padding-right: 30px; }

.ubermenu-item.more > a {
  color: #333; }
  @media (min-width: 992px) {
    .ubermenu-item.more > a {
      color: #333; }
      .ubermenu-item.more > a:after {
        content: '';
        width: 100%;
        display: block;
        height: 12px;
        width: 12px;
        background-image: url("assets/img/dropdown-arrow-up.svg");
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        bottom: 40%;
        -webkit-transition: all 0.3 ease-out;
        -o-transition: all 0.3 ease-out;
        transition: all 0.3 ease-out;
        background-color: #333; } }
  .ubermenu-item.more > a:hover, .ubermenu-item.more > a:focus {
    color: #fff; }

#primary-mobile > li > a {
  padding: 20px 0 !important; }

.dropdown-menu {
  padding: 0; }
  .dropdown-menu li:first-child {
    padding-top: 15px; }
  .dropdown-menu li:last-child {
    padding-bottom: 15px; }
  .dropdown-menu li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff !important;
    text-align: center; }

.ubermenu-responsive-default.ubermenu.hidemenu {
  display: none !important; }

.ubermenu-responsive-default.ubermenu ul {
  box-shadow: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%; }

/*background: -webkit-linear-gradient(left, $color-green, $color-green 50%, white 50%, white) !important;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color-green+0,34b6ba+51,ffffff+51,ffffff+100 */
.ubermenu-responsive-default.ubermenu .main-sub-menu .ubermenu-row {
  background-color: #fff !important;
  /*  border: 3px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba52, 182, 186, 0.4) !important;
   -moz-box-shadow: 0px 0px 0px 3px rgba(52, 182, 186, 0.4 !important);
  box-shadow: 0px 0px 0px 3px rgba(52,182,186,0.4) !important;
  margin: 3px;
  margin-bottom: -2px !important; */
  width: 100%;
  overflow: hidden !important; }

.ubermenu .ubermenu-row {
  margin-bottom: 0px !important; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col1 {
  margin-left: 7%;
  float: left;
  width: 21% !important; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col2 {
  float: left;
  width: 27% !important;
  background: #fff;
  height: 263px;
  overflow: hidden; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col3 {
  float: left;
  width: 35% !important;
  background: #fff;
  height: 250px; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col1 ul {
  float: right;
  height: 100%;
  max-width: 157px !important;
  padding: 0;
  text-align: right;
  text-align: left;
  width: 100%; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col1 ul li {
  text-align: left;
  width: 100% !important; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col2 ul li {
  width: 100% !important;
  height: 37px;
  line-height: 37px; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col3 ul li {
  width: 100% !important; }

.ubermenu-responsive-default.ubermenu ul li ul .uber-col3 span.slider-text {
  font-family: "Verlag A", "Verlag B";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-top: 8px;
  clear: left;
  float: left; }

.ubermenu-main a i {
  font-size: 20px;
  margin: 0;
  transform: rotate(90deg); }

.ubermenu-item-type-custom .ubermenu-row .ubermenu-item {
  width: 100% !important; }

.ubermenu-item-type-custom .ubermenu-row .ubermenu-submenu {
  float: right;
  padding: 0 !important;
  border: none !important; }
  .ubermenu-item-type-custom .ubermenu-row .ubermenu-submenu li {
    width: auto !important;
    margin: 0 !important;
    display: inline-block !important; }

.nav-tabs {
  padding: 10px;
  background-color: #d3d3d3 !important; }

.nav > li > a {
  color: #333;
  padding: 10px 5px !important; }

.nav-tabs > li {
  color: #333;
  font-weight: 600;
  background-color: transparent;
  border: transparent; }
  .nav-tabs > li:first-child {
    width: 100%;
    display: block;
    padding: 10px 5px !important; }
    @media (min-width: 1200px) {
      .nav-tabs > li:first-child {
        width: auto;
        display: inline-block; } }
  .nav-tabs > li:hover, .nav-tabs > li:focus {
    background-color: transparent;
    border-color: transparent !important; }

.nav-tabs > li > a {
  background-color: transparent;
  border: transparent; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #d60b52;
    background-color: transparent;
    border-color: transparent !important; }

.nav-tabs > li.active > a {
  color: #d60b52;
  text-decoration: underline;
  background-color: transparent;
  border: transparent; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #d60b52;
    background-color: transparent;
    border: transparent; }

.loading_content {
  position: relative;
  margin-bottom: 256px; }

.loading_content::after {
  content: '';
  position: absolute;
  height: 256px;
  width: 100%;
  bottom: -256px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("assets/img/loading-ajax.gif");
  background-repeat: no-repeat; }

.comment_display_order {
  position: relative;
  display: inline-block;
  float: right; }

.comment_display_order input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  opacity: 0; }

#other_articles {
  position: relative; }

.archives_article_link {
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #333;
  padding: 0 0 20px 0; }

@media (min-width: 767px) {
  .archives_article_link {
    position: absolute;
    text-align: right;
    margin: -39px 0 0 0;
    right: 15px;
    padding: 0; } }

.archives_article_link a {
  padding: 0 5px;
  font-weight: 600;
  color: #333; }

.archives_article_link a:hover {
  text-decoration: underline;
  color: #d60b52; }

#recent-content .article-item {
  display: none; }

#recent-content .article-item:nth-child(-n+5) {
  display: block; }

.wpcf7-submit + img {
  padding: 0 !important; }
