/*
|--------------------------------------------------------------------------
| BEM
|--------------------------------------------------------------------------
| http://getbem.com/naming/
|
*/
.customize-support,
.customize-support .nav-header {
  margin-top: 32px; }

html {
  font-family: "adelle-sans", sans-serif; }

body {
  font-family: "adelle-sans", sans-serif;
  font-style: normal;
  font-weight: 100; }

.page-newhome h1,
.page-newhome h2,
.page-newhome h3,
.page-newhome h4 {
  font-family: "adelle", serif;
  font-weight: 600; }

.page-newhome p {
  line-height: 20px; }

h1 {
  margin: 20px 0;
  color: #29363B;
  font-family: "adelle", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 36px; } }
h2 {
  color: #494949;
  text-transform: uppercase; }

h3 {
  font-size: 18px;
  line-height: 22px; }

p {
  color: #29363B;
  font-family: "adelle-sans", sans-serif;
  font-size: 16px;
  line-height: 22px; }

a {
  color: #00ABB8;
  /*  text-decoration: underline;
    -webkit-text-decoration-color: #FDCF28;
    text-decoration-color: #FDCF28;
    border-bottom: 2px solid #FDCF28;*/ }

a:hover {
  text-decoration: none; }

.vertical-wrapper {
  display: table; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

.transparent_teal_button {
  border: 2px solid #1BB3BD;
  padding: 6px 25px 8px 25px;
  color: #1BB3BD;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
  height: 42px;
  transition: all 0.2s ease-in; }

.transparent_teal_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1BB3BD;
  transition: all 0.2s ease-in; }

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.teal-btn {
  background-color: #78C23A;
  border-bottom-color: #78C23A; }

.dropdown__angle--up {
  position: absolute;
  right: 10px;
  top: 2px; }

.dropdown__angle--down {
  position: absolute;
  right: 10px;
  top: 12px; }

.text__tag {
  padding: 3px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 10px; }

/* Colors */
.blue {
  background-color: #1F9ACF; }

.red {
  background-color: #CF1F1F; }

.green {
  background-color: #78C23A; }

.orange {
  background-color: #FF7F00; }

.yellow {
  background-color: #FFCB00; }

.teal {
  background-color: #12ABB8; }

.darkblue {
  background-color: #29363B; }

.teal-light {
  background-color: #e6fbfd; }

.text-teal,
.text-teal\:,
.text-teal a {
  color: #12ABB8 !important; }

.text-orange,
.text-orange\:,
.text-orange a {
  color: #FF7F00 !important; }

.text-green,
.text-green\:,
.text-green a {
  color: #78C23A !important; }

.text-red,
.text-red\:,
.text-red a {
  color: #CF1F1F !important; }

.text-blue,
.text-blue\:,
.text-blue a {
  color: #1F9ACF !important; }

.grecaptcha-badge {
  display: none !important; }

.bg-white {
  background: white; }

.position-relative {
  position: relative; }

.bgImg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bgImg.iconImg {
    background-size: contain; }

.articlePostedOn {
  font-size: 14px;
  opacity: 0.7; }

.section-spacing {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 992px) {
  .section-spacing {
    padding-top: 30px;
    padding-bottom: 30px; } }

.dropdown-menu > li > a {
  padding: 10px 20px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #29363B; }

/*
* Clickable effect without adding nested elements inside the link
*/
.overlayParent {
  position: relative; }

.overlayLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.overlayParent:hover .overlayParent__clickable {
  text-decoration: underline; }

@media (min-width: 768px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap; } }

.btn.btn-transparent {
  border: 2px solid #29363B;
  color: #29363B;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in;
  padding: 8px 20px;
  line-height: 1; }
  .btn.btn-transparent:hover {
    background-color: #29363B;
    color: white; }

.btn.btn-primary {
  border: 1px solid;
  background-color: #E0572D;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in;
  padding: 8px 20px;
  line-height: 1; }
  .btn.btn-primary:hover {
    background-color: #AA3013;
    border-color: #AA3013;
    color: white; }

.btn.btn-underline {
  border: 0px;
  border-bottom: 2px solid #29363B;
  border-radius: 0px;
  color: #29363B;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in;
  padding: 8px 20px;
  line-height: 1;
  padding: 8px 0px; }
  .btn.btn-underline:hover {
    color: #0E95A0;
    border-color: #0E95A0; }

.btn.btn-teal {
  border: 1px solid #12ABB8;
  background-color: #12ABB8;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in;
  padding: 8px 20px;
  line-height: 1; }
  .btn.btn-teal:hover {
    background-color: #E0572D;
    border-color: #E0572D;
    color: white; }

/*
|--------------------------------------------------------------------------
| mainFeature
|--------------------------------------------------------------------------
*/
.mainFeature.mainFeature--home {
  padding-top: 76px;
  padding-bottom: 10px; }
  .mainFeature.mainFeature--home .row-flex {
    display: flex;
    flex-direction: column-reverse; }
  .mainFeature.mainFeature--home .mainFeature__content {
    color: #29363B;
    margin-top: 0px;
    padding: 0px; }
  .mainFeature.mainFeature--home .mainFeature__contentcol {
    margin-top: 14px; }
  .mainFeature.mainFeature--home .articlePostedOn {
    margin-bottom: 0px; }
  .mainFeature.mainFeature--home .mainFeature__text-container {
    position: static;
    margin: 0px; }
  .mainFeature.mainFeature--home .mainFeature__text {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px; }
  .mainFeature.mainFeature--home .banner-caption {
    top: 0px;
    width: auto; }
  .mainFeature.mainFeature--home h1 {
    margin-top: 0; }

.mainFeature__imagecol {
  padding-left: 0px;
  padding-right: 0px; }

.mainFeature__contentcol {
  display: flex;
  align-items: center; }

.mainFeature__title {
  margin-left: 0px;
  color: #29363B; }

.mainFeature__image--bg {
  margin: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  display: block;
  /*		opacity: 0;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;*/ }

.mainFeature__image--nobg {
  height: 60px; }

.mainFeature__content {
  color: #fff;
  padding-bottom: 30px; }

.mainFeature__content--anchor {
  display: block;
  width: 95%; }

.mainFeature__content--anchor:hover {
  text-decoration: none; }

.mainFeature__content2 {
  padding-top: 40px; }

.mainFeature__text {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 10px 15px; }

.mainFeature__text-container .mainFeature__text--article {
  margin-top: 0;
  background: transparent;
  padding-left: 0;
  padding-top: 20px; }

.mainFeature__text-container {
  z-index: 95; }

.mainFeature__text.mainFeature__timestamp {
  background-color: rgba(253, 213, 82, 0.8);
  color: #29363B;
  position: absolute;
  height: auto;
  margin-top: 0;
  right: 0;
  bottom: 0;
  text-transform: initial;
  padding: 3px 5px;
  font-size: 14px; }

.mainFeature__timestamp {
  background-color: #FDD552;
  color: #29363B;
  margin-left: -3px;
  margin-top: 1px;
  text-transform: initial; }

.mainFeature__timestamp i {
  margin-right: 5px; }

.mainFeature__excerpt {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 100;
  /*			opacity: 0;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;*/ }

.mainFeature__date {
  font-size: 14px;
  color: #29363B; }

.mainFeature__socialMedia {
  text-transform: uppercase;
  margin-left: 10px; }

.mainFeature__socialMedia--share,
.mainFeature__socialMedia--tweet {
  color: #29363B;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  padding: 4px 9px;
  margin: 0px 5px;
  /* Safari */
  transition: border 0.2s ease-in; }

.mainFeature__socialMedia--tweet:hover,
.mainFeature__socialMedia--share:hover {
  border: 1px solid #29363B;
  background-color: transparent;
  padding: 4px 9px;
  text-decoration: none;
  color: #29363B;
  /* Safari */
  transition: border 0.2s ease-in; }

.mainFeature__socialMedia--icon {
  padding: 0 5px 0 0; }

@media (min-width: 768px) and (max-width: 1200px) {
  .mainFeature__contentcol {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .mainFeature.mainFeature--home {
    padding-bottom: 15px; }
  .mainFeature__imagecol {
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    -webkit-animation: slideUp 0.5s forwards;
    animation: slideUp 0.5s forwards; } }

@media (min-width: 1200px) {
  .mainFeature.mainFeature--home {
    padding-top: 100px;
    padding-bottom: 30px; }
    .mainFeature.mainFeature--home .mainFeature__image--bg {
      margin-top: 0px;
      height: 391px; }
    .mainFeature.mainFeature--home .mainFeature__contentcol {
      margin-top: 0px;
      padding-left: 15px;
      padding-right: 15px; }
    .mainFeature.mainFeature--home .row-flex {
      flex-direction: row; } }

.mainFeature__article-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #5F686C; }

.article-meta__author-image {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  margin-right: 10px; }

.article-meta__author .article-meta__position {
  display: block; }

@media screen and (min-width: 1200px) {
  .article-meta__author .article-meta__position {
    display: inline; } }

.bravepopup_embedded {
  margin: 30px 0px; }
  .bravepopup_embedded .subscribe-embed-img img {
    margin-bottom: 30px; }
  .bravepopup_embedded .subscribe-embed-title .brave_element__text_inner {
    font-family: "adelle", serif !important;
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: bold !important; }
  .bravepopup_embedded .subscribe-embed-p .brave_element__text_inner {
    font-family: "adelle-sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 100 !important; }
  .bravepopup_embedded .subscribe-embed-form .brave_form_field--input input {
    height: 37px !important;
    color: #707070 !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important; }
  .bravepopup_embedded .subscribe-embed-form .brave_form_button button {
    height: 37px !important;
    padding: 2px 6px 0px 6px !important;
    font-family: "adelle-sans", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    width: 114px !important; }
  .bravepopup_embedded .subscribe-embed-form .brave_form_custom_content {
    text-align: left !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    left: 150px !important; }
    @media (min-width: 762px) {
      .bravepopup_embedded .subscribe-embed-form .brave_form_custom_content {
        left: 227px !important; } }
  .bravepopup_embedded .brave_form_loading {
    display: none; }

.brave_popup .subscribe-popup-title .brave_element__text_inner {
  font-family: "adelle", serif !important;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: bold !important; }

.brave_popup .subscribe-popup-p .brave_element__text_inner {
  font-family: "adelle-sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 100 !important; }

.brave_popup .subscribe-popup-form .brave_form_field--input input {
  height: 37px !important;
  color: #707070 !important;
  font-family: "adelle-sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 100 !important; }

.brave_popup .subscribe-popup-form .brave_form_button button {
  height: 37px !important;
  padding: 2px 6px 0px 6px !important;
  font-family: "adelle-sans", sans-serif !important;
  font-weight: 900 !important;
  width: 114px !important;
  letter-spacing: 0.5px; }

.brave_popup .subscribe-popup-form .brave_form_custom_content {
  text-align: left !important;
  font-family: "adelle-sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  left: 150px !important; }
  @media (min-width: 762px) {
    .brave_popup .subscribe-popup-form .brave_form_custom_content {
      left: 227px !important; } }
.brave_popup .brave_form_loading {
  display: none; }

.brave_popup .brave_popup__close {
  top: 13px !important;
  right: 16px !important; }
  .brave_popup .brave_popup__close svg {
    width: 30px !important;
    height: 30px !important; }

.shiftWork .bravepopup_embedded {
  margin: 0px 0px 10px 0px; }
  @media (min-width: 1200px) {
    .shiftWork .bravepopup_embedded {
      margin: 0px; } }
  .shiftWork .bravepopup_embedded .brave_popup .brave_popup__step.position_center .brave_popup__step__inner {
    margin-left: 1px !important; }
  .shiftWork .bravepopup_embedded .brave_popup .brave_popup__step.brave_popup__step--embedded {
    margin: 0px; }
  .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_element__form_inner .brave_form_custom_content {
    padding: 0px !important;
    margin-left: 37px;
    font-family: "adelle-sans", sans-serif !important;
    color: #29363B !important; }
    @media (min-width: 768px) {
      .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_element__form_inner .brave_form_custom_content {
        margin-left: -40px; } }
  .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_form_field--input input {
    height: 37px !important;
    color: #707070 !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important; }
  .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_form_button button {
    height: 37px !important;
    padding: 2px 6px 0px 6px !important;
    font-family: "adelle-sans", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    width: 114px !important;
    margin-left: 1px; }
  .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_form_custom_content {
    color: #29363B !important;
    text-align: left !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    left: 150px !important; }
    @media (min-width: 762px) {
      .shiftWork .bravepopup_embedded .subscribe-embed-miniform .brave_form_custom_content {
        left: 227px !important; } }
  .shiftWork .bravepopup_embedded .brave_form_loading {
    display: none; }

.footer__newsletter-container .bravepopup_embedded {
  margin: auto;
  z-index: 0; }
  .footer__newsletter-container .bravepopup_embedded .brave_popup .brave_popup__step.brave_popup__step--embedded {
    margin: 0px; }
  .footer__newsletter-container .bravepopup_embedded .subscribe-embed-miniform-footer .brave_form_field--input input {
    height: 37px !important;
    color: #707070 !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important; }
  .footer__newsletter-container .bravepopup_embedded .subscribe-embed-miniform-footer .brave_form_button button {
    height: 37px !important;
    padding: 2px 6px 0px 6px !important;
    font-family: "adelle-sans", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    width: 114px !important;
    margin-left: 1px; }
  .footer__newsletter-container .bravepopup_embedded .subscribe-embed-miniform-footer .brave_form_custom_content {
    color: #29363B !important;
    font-family: "adelle-sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important; }

.header-simplified {
  width: 100%;
  height: 76px;
  padding: 25px 0 22px 5px;
  position: fixed;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  top: 0; }

.membership-swag {
  width: 100%;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  margin-top: -15px; }
  @media (min-width: 768px) {
    .membership-swag {
      position: absolute;
      top: 50%;
      right: -50px;
      width: 450px;
      height: 450px;
      z-index: 1;
      margin-top: 0px; } }
  @media (min-width: 992px) {
    .membership-swag {
      top: -80px;
      width: 50%;
      height: 500px;
      right: -50px; } }
.membership {
  background-color: #E8E8E8;
  padding-top: 90px; }
  @media (min-width: 768px) {
    .membership {
      padding-top: 120px; } }
  .membership h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 800; }
    @media (min-width: 768px) {
      .membership h1 {
        font-size: 50px;
        line-height: 54px; } }
  .membership .content p {
    font-family: "adelle-sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 0; }

.membership-thanks {
  margin-top: 76px;
  padding: unset;
  min-height: 600px;
  display: flex;
  align-items: center; }

.membership-thanks-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px; }
  @media (min-width: 768px) {
    .membership-thanks-wrapper {
      padding: 60px 0px; } }
  .membership-thanks-wrapper .thanks-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .membership-thanks-wrapper .thanks-col {
        width: 50%; } }
.membership_tier-thanks {
  font-family: "adelle", serif;
  font-size: 16px;
  margin-top: 40px; }

.membership-thanks-wrapper .membership-image_no {
  padding: 30px 0;
  margin: 25px 15px;
  border-top: 1px solid #707070; }
  @media (min-width: 768px) {
    .membership-thanks-wrapper .membership-image_no {
      padding-left: 50px;
      border-left: 1px solid #707070;
      border-top: none;
      margin: 0px;
      display: flex;
      flex-direction: column;
      align-self: center; } }
.membership-thanks-wrapper .membership-image_yes {
  padding-top: 40px;
  border-top: 1px solid #707070;
  margin: 0px 15px;
  background-color: #E8E8E8; }
  @media (min-width: 768px) {
    .membership-thanks-wrapper .membership-image_yes {
      padding-top: 30px;
      margin-top: 25px; } }
.membership-image_img {
  width: 100%;
  height: 300px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 768px) {
    .membership-image_img {
      position: absolute;
      top: 15%;
      width: 100%;
      height: 500px;
      z-index: 1;
      background-size: contain; } }
  @media (min-width: 992px) {
    .membership-image_img {
      top: 0px;
      height: 550px; } }
.membership_tier-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 40px; }

.membership_tier-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .membership_tier-wrapper {
      width: 50%;
      z-index: 2; } }
  @media (min-width: 992px) {
    .membership_tier-wrapper {
      width: 33.333333%; } }
.membership_tier {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 8px;
  padding: 25px; }
  .membership_tier .membership_tier-pricing {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 30px; }
    .membership_tier .membership_tier-pricing .membership_tier-label {
      font-family: "adelle-sans", sans-serif;
      color: #12ABB8;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 800; }
    .membership_tier .membership_tier-pricing .membership_tier-cost {
      display: block;
      margin: 10px 0px 20px 0px;
      font-family: "adelle", serif; }
      .membership_tier .membership_tier-pricing .membership_tier-cost .cost-dollar {
        font-size: 50px;
        line-height: 50px;
        color: #000;
        font-weight: 800; }
      .membership_tier .membership_tier-pricing .membership_tier-cost .cost-label {
        font-size: 18px;
        color: #000; }

.membership_tier-list {
  display: block;
  font-family: "adelle", serif;
  font-size: 16px;
  margin-top: 20px; }
  .membership_tier-list li {
    list-style: none;
    margin-bottom: 15px;
    position: relative; }
    .membership_tier-list li:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 800;
      font-size: 20px;
      color: #12ABB8;
      position: absolute;
      margin-left: -35px;
      margin-right: 10px; }

.membership-footer {
  margin-top: 5px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 20px;
  font-family: "adelle-sans", sans-serif; }
  @media (min-width: 768px) {
    .membership-footer {
      width: 80%; } }
  @media (min-width: 992px) {
    .membership-footer {
      width: 66%; } }
/*
|--------------------------------------------------------------------------
| MAIN FUNNEL
|--------------------------------------------------------------------------
*/
.mainFeature {
  position: relative;
  z-index: 3;
  overflow: hidden; }

.mainFunnel {
  background-color: #F8F8F8;
  padding: 0;
  margin-bottom: 30px;
  position: relative; }

.mainFunnel__title {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 25px;
  font-weight: 600; }

.mainFunnel__article {
  min-height: auto;
  padding-bottom: 20px; }

.mainFunnel__article--anchor:hover {
  text-decoration: none; }

.mainFunnel__article--img {
  width: 100%;
  height: 100%; }

.mainFunnel__article--title {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #494949;
  /* margin-bottom: 15px; */ }

.mainFunnel__article--date {
  font-size: 13px;
  line-height: 20px; }

.mainFunnel__article--excerpt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px; }

.mainFeature__articles--tag {
  margin: 0 10px; }

/*
|--------------------------------------------------------------------------
| LATEST STORIES
|--------------------------------------------------------------------------
*/
.latestStories {
  background-color: #F8F8F8;
  padding: 30px 0; }

.latestStories__article {
  padding: 0 0 20px 0; }

.latestStories p {
  font-size: 12px;
  line-height: 20px; }

.latestStories__featuredTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #494949;
  margin-bottom: 15px; }

.latestStories__date {
  font-size: 13px;
  line-height: 20px; }

.latestStories__tag {
  margin: 0 10px; }

.latestStories__column--border {
  border-right: 1px solid #D9D9D9; }

.latestStories__column--border:last-child {
  border: none; }

/*
|--------------------------------------------------------------------------
| TRENDING STORIES
|--------------------------------------------------------------------------
*/
.trendingTopics__featuredTitle a {
  color: #494949;
  font-size: 18px;
  line-height: 22px; }

/*
|--------------------------------------------------------------------------
| AD SECTION
|--------------------------------------------------------------------------
*/
.adHomepage {
  padding-top: 0px;
  position: relative;
  background-color: #ffffff; }

.adHomepage__image {
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: 100% 108%;
  height: 486px;
  background-color: #00abb8; }

.adHomepage__excerpt {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff; }

.adHomepage__content {
  padding-left: 20px;
  padding-right: 40px; }

.adHomepage__learnMore {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease-in; }

.adHomepage__learnMore:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #29363B;
  background-color: #29363B;
  transition: all 0.2s ease-in; }

.adHomepage__icon {
  padding: 0 5px; }

/* highlights */
.adHomepage__title {
  font-size: 23px;
  line-height: 35px;
  margin-top: 22px;
  margin-left: 5px; }

.adHomepage__highlight {
  font-family: "adelle", serif;
  font-weight: 600;
  display: inline;
  background: #FDCF28;
  color: #29363B;
  padding: 5px 2px; }

.adHomepage__highlight--wrapping {
  position: relative;
  left: 10px;
  padding-left: 0;
  box-shadow: 0.75em 0 0 #FDCF28, -0.75em 0 0 #FDCF28; }

/*
|--------------------------------------------------------------------------
| Featured Links
| ( links columns used on the homepage )
|--------------------------------------------------------------------------
*/
.page-links .section-spacing {
  padding-top: 0px;
  padding-bottom: 0px; }

.featuredLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 15px;
  position: relative; }
  .featuredLink h4,
  .featuredLink p {
    font-family: "adelle-sans", sans-serif; }
  .featuredLink:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #29363B;
    opacity: 0.2; }
  .featuredLink:last-of-type:after {
    display: none; }
  .featuredLink .featuredLink__icon {
    font-size: 22px;
    width: 20%;
    display: flex;
    justify-content: flex-end; }
  .featuredLink .featuredLink__contentwrap {
    width: 100%; }

.featuredLink__iconwrap {
  height: 58px;
  width: 58px;
  padding: 2.5px;
  margin-right: 20px;
  flex-shrink: 0;
  opacity: 0.7; }
  .featuredLink__iconwrap .iconImg {
    height: 100%;
    width: 100%; }
  .featuredLink__iconwrap .iconFont {
    font-size: 50px;
    display: block;
    text-align: center;
    color: #29363B;
    opacity: 0.6; }

@media (min-width: 768px) {
  .page-links {
    padding-bottom: 30px; }
  .featuredLink h4,
  .featuredLink p {
    max-width: 100%; }
  .featuredLink:after {
    width: 1px;
    height: 100%;
    top: 0px;
    left: unset; }
  .featuredLink__iconwrap {
    height: 48px;
    width: 48px; }
    .featuredLink__iconwrap .iconFont {
      text-align: left;
      font-size: 40px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .recentstories-col .row-flex .col-md-12 {
    width: 100%; }
  .featuredLink {
    padding-top: 15px;
    padding-bottom: 15px; }
    .featuredLink:after {
      height: calc(100% - 30px);
      right: 0px;
      top: 0;
      bottom: unset; }
    .featuredLink:nth-child(odd) {
      padding-right: 25px;
      padding-left: 0px; }
    .featuredLink:nth-child(even) {
      padding-left: 25px;
      padding-right: 0px; }
    .featuredLink:nth-child(1):after {
      top: unset;
      bottom: 0; }
    .featuredLink:nth-child(1):before, .featuredLink:nth-child(2):before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #29363B;
      opacity: 0.2;
      left: 0px;
      right: unset;
      max-width: calc(100% - 25px); }
    .featuredLink:nth-child(2):before {
      left: 25px; }
    .featuredLink:nth-child(2n):after {
      display: none; } }

@media (min-width: 992px) {
  .page-links {
    padding-top: 0px; } }

@media (min-width: 1200px) {
  .featuredLink {
    padding: 30px 45px 30px 15px;
    display: block; }
    .featuredLink h4 {
      margin-top: 15px; }
    .featuredLink:after {
      height: calc(100% - 60px);
      top: 10px;
      right: 18px; } }

/*
|--------------------------------------------------------------------------
| ARTICLE TOPICS
| ( general styles for topics with children )
|--------------------------------------------------------------------------
*/
.articleTopics {
  position: relative; }

.articleTopics--trending {
  padding-bottom: 0px; }
  .articleTopics--trending .articleTopics__title {
    margin-top: 0px; }

.articleTopics__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0; }

.topic__image--bg {
  margin: 0px 0px;
  height: 170px; }

.articleTopics__mainFeatureText {
  position: absolute;
  margin-top: -30px;
  margin-left: 10px;
  padding: 10px;
  background-color: #00ABB8;
  z-index: 99;
  text-transform: uppercase;
  color: #fff;
  font-size: 8px;
  font-weight: 600; }

.topic__linkwrap {
  color: #333; }
  .topic__linkwrap .topic__title--subtite {
    font-weight: 800; }
  .topic__linkwrap:hover {
    color: #333; }
    .topic__linkwrap:hover .topic__title--subtite {
      text-decoration: underline; }

.topic__content {
  margin-top: 15px;
  margin-left: -15px;
  padding-bottom: 10px; }

.topic__text {
  position: absolute;
  margin-top: -36px;
  margin-left: 5px;
  padding: 10px;
  background-color: #00ABB8;
  z-index: 99;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600; }

.topic__tag {
  margin-left: 40px; }

.topic__contentwrap .topic__title--subtite {
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  font-family: "adelle", serif;
  font-weight: 600;
  font-weight: 800; }

.topic__title--date {
  color: #F1F1F1;
  font-size: 12px;
  background: #29363B;
  margin-bottom: 0;
  padding-left: 0px;
  margin-top: -1px;
  line-height: 22px; }

.topic__excerpt {
  margin-bottom: 0;
  line-height: 22px; }

.topic__link {
  margin-left: 20px;
  margin-top: -22px; }

.topic__link--anchor {
  color: #FFF;
  font-size: 10px;
  background: #29363B;
  padding: 10px 20px 18px 20px;
  text-transform: uppercase; }

.topic__link--anchor i {
  padding-left: 3px; }

.topic__link--anchor:hover {
  color: #fff; }

.articleTopics__title {
  font-size: 16px;
  border: 1px solid #29363B;
  padding: 8px 15px;
  border-left: 0px;
  border-right: 0px;
  margin: 0px -15px 25px -15px;
  font-weight: 800 !important; }

.recentstories-col .articleTopics__title, .explainers-col .articleTopics__title, .more-from-col .articleTopics__title, .most-shared-col .articleTopics__title {
  margin-bottom: 0px; }

.recentstories-col .articleTopics, .recentstories-col .articleTopics .row, .explainers-col .articleTopics, .explainers-col .articleTopics .row, .more-from-col .articleTopics, .more-from-col .articleTopics .row, .most-shared-col .articleTopics, .most-shared-col .articleTopics .row {
  height: 100%; }
  .recentstories-col .articleTopics .articleTopics__morecol, .recentstories-col .articleTopics .row .articleTopics__morecol, .explainers-col .articleTopics .articleTopics__morecol, .explainers-col .articleTopics .row .articleTopics__morecol, .more-from-col .articleTopics .articleTopics__morecol, .more-from-col .articleTopics .row .articleTopics__morecol, .most-shared-col .articleTopics .articleTopics__morecol, .most-shared-col .articleTopics .row .articleTopics__morecol {
    align-self: flex-end;
    width: 100%; }
    .recentstories-col .articleTopics .articleTopics__morecol .articleTopics__more, .recentstories-col .articleTopics .row .articleTopics__morecol .articleTopics__more, .explainers-col .articleTopics .articleTopics__morecol .articleTopics__more, .explainers-col .articleTopics .row .articleTopics__morecol .articleTopics__more, .more-from-col .articleTopics .articleTopics__morecol .articleTopics__more, .more-from-col .articleTopics .row .articleTopics__morecol .articleTopics__more, .most-shared-col .articleTopics .articleTopics__morecol .articleTopics__more, .most-shared-col .articleTopics .row .articleTopics__morecol .articleTopics__more {
      display: flex;
      justify-content: flex-end; }

.more-from-col, .most-shared-col {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .more-from-col .articleTopics, .more-from-col .articleTopics .row, .most-shared-col .articleTopics, .most-shared-col .articleTopics .row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .more-from-col .articleTopics__title, .most-shared-col .articleTopics__title {
    margin-bottom: 8px; }

.more-from-col + .explainers-col {
  display: block; }
  @media (min-width: 768px) {
    .more-from-col + .explainers-col {
      display: none; } }
  @media (min-width: 992px) {
    .more-from-col + .explainers-col {
      display: block; } }
.articleTopics__catselect {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .articleTopics__catselect .title {
    margin: 0px;
    font-weight: 800; }
  .articleTopics__catselect .dropdown-toggle {
    color: #29363B;
    font-weight: bold; }
    .articleTopics__catselect .dropdown-toggle i {
      margin-left: 10px; }
  .articleTopics__catselect .dropdown-menu {
    left: unset;
    right: -10px; }

.topicChildren {
  width: 100%;
  clear: both; }

.topicChildren____article {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 12px 0px 10px 0px;
  position: relative; }
  .topicChildren____article:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #D9D9D9; }
  .topicChildren____article:last-of-type:after {
    display: none; }
  .topicChildren____article:hover .topicChildren____article--title {
    text-decoration: underline; }
  .topicChildren____article .articlePostedOn {
    margin-bottom: 0px; }
  .topicChildren____article .text__tag {
    padding: 0px;
    margin-left: 0px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    position: relative;
    top: -3px; }

.topicChildren--explainers .text__tag {
  padding-right: 65px;
  display: block;
  margin-bottom: 0px; }

.topicChildren--explainers .articlePostedOn {
  position: absolute;
  top: 7px;
  right: 0px; }

.articleTopics__wrapper {
  margin-bottom: 30px; }

.topicChildren____article--content {
  width: 100%; }

.topicChildren____article--title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: "adelle", serif;
  font-weight: 600; }

.topicChildren____article--subtitle {
  color: #29363B;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: "adelle-sans", sans-serif !important;
  margin-top: 0px;
  margin-bottom: 10px; }

.topicChildren____article--img {
  max-width: 80px;
  height: 80px;
  margin-left: 20px; }

.topicChildren--explainers .topicChildren____article--img {
  border-radius: 50%;
  margin-left: 0px;
  margin-right: 14px; }

.articleTopics__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .topic__linkwrap,
  .topicChildren {
    flex-basis: 50%; }
  .topicChildren {
    padding-left: 30px; } }

@media (min-width: 768px) {
  .articleTopics--trending {
    padding-top: 0px; }
  .articleTopics__title {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 1200px) {
  .articleTopics__wrapper {
    margin-bottom: 0px; } }

/*
|--------------------------------------------------------------------------
| RECENT STORIES
|--------------------------------------------------------------------------
*/
.recentStories {
  padding: 15px 0 18px 0;
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden; }

.recentStories__img {
  height: 72px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.recentStories__article {
  padding: 18px 0 5px 0; }

.recentStories__article:nth-child(5) {
  border: none; }

.recentStories__sectionTitle {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase; }

.recentStories__featuredTitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px; }

.recentStories__article--anchor {
  color: #494949;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  margin-top: -3px;
  text-transform: none; }

.recentStories__article--anchor:hover {
  color: #000000; }

.recentStories__date {
  color: #494949;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px; }

.recentStories__anchor {
  margin: 40px 0 20px 0; }

/*
|--------------------------------------------------------------------------
| SHIFT WORK
|--------------------------------------------------------------------------
*/
.shiftWork {
  padding: 30px 0 18px 0;
  margin-bottom: 30px;
  background: var(--unnamed-color-f6f6f6) 0% 0% no-repeat padding-box;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  opacity: 1; }
  .shiftWork .shiftWork__leadContentContainer .bravepopup_embedded {
    margin-left: -3px; }
  .shiftWork .shiftWork__leadContentContainer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #D9D9D9;
    position: relative; }
    @media (min-width: 992px) {
      .shiftWork .shiftWork__leadContentContainer:after {
        display: none; } }
  .shiftWork .shiftWork__leadContentContainer .shiftWork__img {
    width: 98%; }
    @media (min-width: 370px) {
      .shiftWork .shiftWork__leadContentContainer .shiftWork__img {
        height: 100px;
        width: auto; } }
    @media (min-width: 1200px) {
      .shiftWork .shiftWork__leadContentContainer .shiftWork__img {
        height: 97px;
        margin-bottom: 15px; } }
  .shiftWork .shiftWork__leadContentContainer .shiftWork__sectionTitle {
    font-size: 16px;
    text-transform: unset;
    font-family: "adelle-sans", sans-serif;
    font-weight: 100;
    line-height: 22px; }
    @media (min-width: 768px) {
      .shiftWork .shiftWork__leadContentContainer .shiftWork__sectionTitle {
        margin: 0px 0px 20px 0px;
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1200px) {
      .shiftWork .shiftWork__leadContentContainer .shiftWork__sectionTitle {
        font-size: 20px;
        line-height: 27px; } }
  .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax {
    display: block;
    margin: 0px; }
    @media (min-width: 768px) {
      .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax {
        max-width: unset; } }
    .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax .form-control {
      padding: 10px;
      height: 37px;
      font-size: 16px;
      width: 98%; }
      @media (min-width: 768px) {
        .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax .form-control {
          width: 328px;
          margin: 0px 0px 15px 0px; } }
    .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax .btn {
      font-size: 16px;
      line-height: 20px;
      margin: 15px 0px;
      max-width: 130px;
      align-self: flex-end;
      line-height: 16px; }
      @media (min-width: 753px) {
        .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax .btn {
          margin: 0px 0px 25px 0px; } }
      @media (min-width: 768px) {
        .shiftWork .shiftWork__leadContentContainer .newlsetter-subscribe--ajax .btn {
          max-width: unset;
          margin-top: 0; } }
  .shiftWork .shiftWork__labourStoriesContainer .shiftWork__labourStory:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #D9D9D9;
    position: relative; }
  .shiftWork .shiftWork__labourStoriesContainer .shiftWork__labourStory:nth-child(3):after {
    display: none; }
  .shiftWork .shiftWork__labourStoriesContainer .shiftWork__labourStory:nth-child(4) {
    display: none; }
    .shiftWork .shiftWork__labourStoriesContainer .shiftWork__labourStory:nth-child(4):after {
      display: none; }
  @media (min-width: 768px) {
    .shiftWork .shiftWork__labourStoriesContainer .shiftWork__labourStory:nth-child(4) {
      display: block; } }
  .shiftWork .articleTopics__more {
    margin-top: 4px; }
  @media (min-width: 1200px) {
    .shiftWork {
      background: transparent linear-gradient(113deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-f6f6f6) 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(113deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
      opacity: 1;
      position: relative;
      overflow: hidden; }
      .shiftWork .shiftWork__sectionTitle {
        font-size: 20px;
        line-height: 27px; } }
/*
|--------------------------------------------------------------------------
| Labour News Page
|--------------------------------------------------------------------------
*/
.page-labour-news .mainFeature--labourNews .shiftWork {
  background: none;
  padding: 0px; }
  .page-labour-news .mainFeature--labourNews .shiftWork .container {
    margin-top: 76px; }
    .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .featureImage__col {
      grid-area: featureImage;
      padding: 0px; }
      .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .featureImage__col .labourNews__featureImage {
        width: 100%;
        height: auto; }
        @media (min-width: 1200px) {
          .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .featureImage__col .labourNews__featureImage {
            width: 765px; } }
      @media (min-width: 768px) {
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .featureImage__col {
          padding: 0px 15px; } }
      @media (min-width: 1200px) {
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .featureImage__col {
          padding-left: 0px; } }
    .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col {
      grid-area: shiftWork;
      padding: 0px; }
      .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer {
        background: var(--unnamed-color-f6f6f6) 0% 0% no-repeat padding-box;
        background: #F6F6F6 0% 0% no-repeat padding-box;
        opacity: 1;
        padding-top: 20px;
        padding-bottom: 10px; }
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer:after {
          display: none; }
        @media (min-width: 768px) {
          .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer .shiftWork__leadContentContainer--col {
            padding-left: 0px; } }
        @media (min-width: 1200px) {
          .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer .shiftWork__leadContentContainer--col {
            padding-left: 15px; } }
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer .shiftWork__sectionTitle {
          padding-right: 40px;
          margin-bottom: 20px; }
        @media (min-width: 768px) {
          .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer {
            background: transparent linear-gradient(130deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-f6f6f6) 100%) 0% 0% no-repeat padding-box;
            background: transparent linear-gradient(130deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
            opacity: 1;
            position: relative;
            overflow: hidden;
            padding: 23px 15px 5px 0px; } }
        @media (min-width: 1200px) {
          .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col .shiftWork__leadContentContainer {
            background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-f6f6f6) 100%) 0% 0% no-repeat padding-box;
            background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
            opacity: 1;
            padding: 16px 0px 7px 0px; } }
      @media (min-width: 768px) {
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col {
          padding: 0px 15px; } }
      @media (min-width: 1200px) {
        .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row .shiftWork__col {
          padding-right: 0px; } }
    @media (min-width: 1200px) {
      .page-labour-news .mainFeature--labourNews .shiftWork .container .shiftWork__row {
        width: auto;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas: "shiftWork featureImage"; } }
.page-labour-news .labour-news .row {
  margin-bottom: 15px; }
  .page-labour-news .labour-news .row .topicChildren____article {
    padding-top: 0px; }
    .page-labour-news .labour-news .row .topicChildren____article .topicChildren____article--content .topicChildren____article--img {
      max-width: 100%;
      height: 188px;
      margin-left: 0px;
      margin-bottom: 12px;
      border-radius: 0%;
      margin-left: 0px;
      margin-right: 0px; }
    .page-labour-news .labour-news .row .topicChildren____article .topicChildren____article--content .topicChildren____article--title {
      max-width: 350px; }
      @media (min-width: 768px) {
        .page-labour-news .labour-news .row .topicChildren____article .topicChildren____article--content .topicChildren____article--title {
          max-width: unset; } }
    @media (min-width: 992px) {
      .page-labour-news .labour-news .row .topicChildren____article .topicChildren____article--content {
        margin-bottom: 0px;
        padding-bottom: 0px; } }
  .page-labour-news .labour-news .row .labour-news__col {
    height: 280px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-labour-news .labour-news .row .labour-news__col {
        height: 310px;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .page-labour-news .labour-news .row .labour-news__col {
        height: 300px; } }
  .page-labour-news .labour-news .row .articleTopics__more {
    display: block;
    background: var(--unnamed-color-f0fafb) 0% 0% no-repeat padding-box;
    background: #F0FAFB 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px;
    height: 280px;
    margin-bottom: 10px;
    margin-top: 0px; }
    .page-labour-news .labour-news .row .articleTopics__more img {
      height: 75px;
      border-radius: 10px; }
    .page-labour-news .labour-news .row .articleTopics__more .past-newsletters__title {
      font-family: "adelle-sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-top: 10px; }
    .page-labour-news .labour-news .row .articleTopics__more .past-newsletters__paragraph {
      font-size: 16px;
      line-height: 20px;
      max-width: 350px; }
      @media (min-width: 768px) {
        .page-labour-news .labour-news .row .articleTopics__more .past-newsletters__paragraph {
          max-width: unset; } }
    .page-labour-news .labour-news .row .articleTopics__more .past-newsletters__link {
      line-height: 18px;
      color: #0E95A0;
      border-bottom: 2px solid #0E95A0; }
    @media (min-width: 768px) {
      .page-labour-news .labour-news .row .articleTopics__more {
        height: 310px;
        padding: 30px; } }
    @media (min-width: 1200px) {
      .page-labour-news .labour-news .row .articleTopics__more {
        height: 300px; } }
.page-labour-news .labour-news .archive__pagination {
  margin: auto;
  padding: 0px; }
  .page-labour-news .labour-news .archive__pagination .row {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px; }
    .page-labour-news .labour-news .archive__pagination .row .pagination-col-prev {
      padding-right: 0px; }
    .page-labour-news .labour-news .archive__pagination .row .pagination-col-next {
      padding-left: 0px; }
    .page-labour-news .labour-news .archive__pagination .row .pagination-col-center {
      padding: 0px; }
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--previous,
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--next {
      align-items: center; }
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--previous a,
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--next a {
      font-size: 14px;
      line-height: 18px; }
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--previous i,
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--next i {
      font-size: 13px;
      line-height: 16px; }
    .page-labour-news .labour-news .archive__pagination .row .archive__pagination--center {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 17px; }
    @media (min-width: 992px) {
      .page-labour-news .labour-news .archive__pagination .row {
        margin-top: 10px;
        margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      .page-labour-news .labour-news .archive__pagination .row {
        margin-top: 20px;
        margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .page-labour-news .labour-news .archive__pagination {
      width: 80%; } }
#archive-modal {
  /* Track */
  /* Handle */ }
  #archive-modal ::-webkit-scrollbar {
    width: 10px; }
  #archive-modal ::-webkit-scrollbar-track {
    background: #F0FAFB; }
  #archive-modal ::-webkit-scrollbar-thumb {
    background: #D9D9D9; }
  @media (max-width: 768px) {
    #archive-modal .modal-dialog {
      margin: 0; } }
  @media (min-width: 768px) {
    #archive-modal .modal-dialog {
      vertical-align: top;
      margin-top: 50px;
      max-height: 425px; } }
  @media (min-width: 992px) {
    #archive-modal .modal-dialog {
      margin-top: 100px;
      max-height: 475px; } }
  #archive-modal .modal-content {
    border-radius: 0; }
    #archive-modal .modal-content .modal-header i {
      font-size: 26px; }
    @media (max-width: 768px) {
      #archive-modal .modal-content .modal-header {
        padding-bottom: 0; } }
    #archive-modal .modal-content .modal-header,
    #archive-modal .modal-content .modal-body {
      background-color: #F0FAFB; }
    #archive-modal .modal-content .modal-body {
      padding-bottom: 0; }
      @media (max-width: 768px) {
        #archive-modal .modal-content .modal-body {
          margin-top: -5px;
          padding-top: 0; } }
    #archive-modal .modal-content #modal-heading-row {
      margin-bottom: 40px; }
      @media (max-width: 992px) {
        #archive-modal .modal-content #modal-heading-row {
          margin-bottom: 0; } }
    #archive-modal .modal-content .shiftWork__img {
      max-height: 100px;
      border-radius: 15px; }
      @media (min-width: 768px) {
        #archive-modal .modal-content .shiftWork__img {
          max-height: 160px;
          border-radius: 30px; } }
    #archive-modal .modal-content #modal-header-col #modal-header-flex-container {
      display: flex;
      align-items: center;
      height: 160px; }
      #archive-modal .modal-content #modal-header-col #modal-header-flex-container #modal-header-content {
        display: block; }
        #archive-modal .modal-content #modal-header-col #modal-header-flex-container #modal-header-content h3 {
          font-family: "adelle", serif;
          font-size: 28px;
          line-height: 34px;
          font-weight: bold; }
          @media (max-width: 992px) {
            #archive-modal .modal-content #modal-header-col #modal-header-flex-container #modal-header-content h3 {
              margin-top: 0; } }
        #archive-modal .modal-content #modal-header-col #modal-header-flex-container #modal-header-content p {
          font-family: "adelle-sans", sans-serif;
          font-size: 16px;
          line-height: 21px;
          font-weight: 100;
          max-width: 275px; }
          @media (max-width: 992px) {
            #archive-modal .modal-content #modal-header-col #modal-header-flex-container #modal-header-content p {
              margin-bottom: 0; } }
    @media (min-width: 992px) {
      #archive-modal .modal-content #modal-header-col {
        padding-left: 65px; } }
    #archive-modal .modal-content #archive-card-rows {
      padding-bottom: 40px; }
      #archive-modal .modal-content #archive-card-rows .modal-archive-card-row {
        padding: 0 15px;
        margin-bottom: 30px; }
        #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col {
          border-top: 1px solid #D9D9D9;
          padding-top: 10px; }
          #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-card-content {
            width: 75%;
            float: left; }
            #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-card-content span {
              font-size: 12px;
              text-transform: uppercase;
              font-weight: 900; }
            #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-card-content p {
              font-family: "adelle", serif;
              font-size: 16px;
              line-height: 20px;
              font-weight: 600;
              margin-top: 10px;
              max-width: 300px;
              padding-right: 10px; }
              @media (min-width: 992px) {
                #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-card-content p {
                  max-width: 500px; } }
          #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-thumbnail {
            width: 25%;
            float: right;
            text-align: right; }
            #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a .archive-thumbnail img {
              height: 80px;
              width: 80px; }
          #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a:hover span {
            color: #12ABB8; }
          #archive-modal .modal-content #archive-card-rows .modal-archive-card-row .modal-archive-cards-col a:hover p {
            text-decoration: underline; }
      #archive-modal .modal-content #archive-card-rows #view-more-newsletters {
        text-align: center; }
        #archive-modal .modal-content #archive-card-rows #view-more-newsletters button {
          font-size: 14px;
          line-height: 18px;
          background-color: unset;
          border: none;
          border-bottom: 2px solid #0E95A0;
          font-weight: 600;
          padding-bottom: 8px;
          color: #0E95A0;
          text-decoration: none; }
          @media (min-width: 992px) {
            #archive-modal .modal-content #archive-card-rows #view-more-newsletters button {
              margin-top: 20px; } }
        #archive-modal .modal-content #archive-card-rows #view-more-newsletters button:hover {
          text-decoration: none;
          color: #0E95A0; }
      @media (min-width: 768px) {
        #archive-modal .modal-content #archive-card-rows {
          padding-right: 8px;
          overflow-y: scroll;
          overflow-x: hidden;
          max-height: 400px;
          margin-bottom: 40px; } }
      @media (min-width: 992px) {
        #archive-modal .modal-content #archive-card-rows {
          max-height: 450px; } }
/*
|--------------------------------------------------------------------------
| Recent topics & Explainers 
|--------------------------------------------------------------------------
*/
.explainers-col {
  margin-top: 30px; }

/*
|--------------------------------------------------------------------------
| Page
|--------------------------------------------------------------------------
*/
.page {
  padding-top: 90px; }

/*
|--------------------------------------------------------------------------
| Signup Bar
|--------------------------------------------------------------------------
*/
.mobileAd {
  width: 100%; }

.signupBar {
  /*margin: 40px 0;*/
  background-color: #29363b;
  color: #fff;
  height: 300px;
  /*position: relative;*/
  z-index: 1; }

.signupBar__content {
  padding-top: 46px;
  position: relative;
  z-index: 98; }

.signupBar__content--h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 26px; }

.signupBar__content--p {
  font-family: "adelle", serif;
  color: #FFF;
  font-size: 17px;
  line-height: 24px;
  padding-right: 0px; }

.teal-arrow {
  background-color: #1BB3BD;
  position: absolute;
  height: 300px;
  width: 49%;
  z-index: 20; }

.teal-arrow:after {
  content: "";
  display: block;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 40px solid #1BB3BD;
  position: absolute;
  right: -40px;
  top: 0; }

.teal-arrow-dark {
  background-color: #20A1AA;
  position: absolute;
  height: 300px;
  width: 52%;
  z-index: 10; }

.teal-arrow-dark:after {
  content: "";
  display: block;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 40px solid #20A1AA;
  position: absolute;
  right: -40px;
  top: 0; }

.signupBar__content--donationBtn {
  background-color: #78C23A;
  border: 0;
  padding: 7px 19px;
  height: 41px;
  display: inline-block;
  margin: 0px 6px 7px 0px;
  min-width: 46.7%;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease; }

.signupBar__content--donationBtn:hover {
  background-color: #FDCF28;
  text-decoration: none;
  color: #29363B;
  transition: all 0.5s ease; }

.signupBar__container {
  width: 100%;
  height: 75px;
  overflow: hidden;
  position: relative; }

.signupBar__container--iframe {
  position: absolute;
  top: -860px;
  left: -280px;
  width: 1280px;
  height: 1200px;
  overflow: hidden; }

.donationBar__mobile {
  padding: 30px;
  background-color: #29363B; }

.donationBar__content--p {
  font-family: "adelle", serif;
  color: #FFF;
  font-size: 17px;
  line-height: 26px;
  padding-right: 0px;
  padding-bottom: 15px; }

.donationBar__mobile--h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #fff; }

.defence-fund {
  color: #fff;
  z-index: 1;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.defence-fund__lady {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: none;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #2a363c;
  box-sizing: content-box;
  padding-bottom: 80px;
  padding-top: 30px; }

.defence-fund__donate {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  background-color: #0096A9;
  padding: 30px 20px; }

.defence-fund__donate:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 250px;
  left: 0px;
  top: -249px;
  background-image: url(../images/defend-mask-mobile-covid.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

@media only screen and (min-width: 768px) {
  .explainers-col {
    margin-top: 0px; }
  .defence-fund {
    height: 400px;
    flex-direction: row; }
  .defence-fund__lady {
    padding: 0px; }
  .defence-fund__donate:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    top: 0px;
    margin-left: -199px;
    background-image: url(../images/defend-mask-covid.svg);
    background-size: cover; }
  .df-title {
    align-self: center; }
  .defence-fund__logo {
    padding: 0px 60px 0px 20px; } }

.defence-fund__bg {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0px;
  right: 30px;
  height: 330px; }

.defence-fund__content {
  z-index: 98;
  max-width: 460px;
  text-align: center;
  margin: auto; }

.defence-fund__logo {
  z-index: 98;
  align-self: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  margin: auto; }

.df-logo {
  width: 100px;
  height: 100px;
  margin: 15px auto; }

.df-title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-family: "adelle", serif;
  font-weight: 900;
  display: block;
  width: 350px; }

.defence-fund__btn {
  background-color: #FFC70A;
  color: #29363B;
  border: 0;
  padding: 6px 15px;
  height: 38px;
  display: inline-block;
  margin: 10px 6px 7px 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease; }

.defence-fund__btn:hover {
  background-color: #78C23A;
  color: #ffffff; }

.standards-report {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  padding: 10px 0px;
  margin: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.report-item {
  display: block;
  height: 100%;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 0px; }

.report-item a:hover {
  color: #00ABB8; }

.report-item a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer; }

.report-item i {
  font-size: 16px; }

.report-item img {
  width: 16px;
  margin-top: -3px; }

.modal {
  text-align: center; }

.modal-body {
  padding: 20px; }

.modal-header {
  padding-left: 20px;
  border: none; }

.modal-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .modal-body {
    padding: 0px 40px 20px 40px; }
  .modal-header {
    padding-left: 40px; }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.wpcf7-form input,
.wpcf7-form textarea {
  border: 2px solid #29363B;
  background-color: transparent;
  color: #29363B;
  min-height: 36px;
  width: 100%;
  padding-left: 10px;
  font-family: "adelle-sans", sans-serif; }

.wpcf7-form input[type="file"] {
  border: none;
  font-family: "adelle-sans", sans-serif;
  font-size: 14px;
  font-weight: 100;
  padding: 0; }

input[type="file"]::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  border: 1px solid black;
  background: #fafafa; }

.wpcf7-form .wpcf7-submit {
  width: auto;
  border: 2px solid #1BB3BD;
  padding: 6px 25px 8px 25px;
  color: #ffffff;
  background-color: #1BB3BD;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
  height: 42px;
  font-family: "adelle-sans", sans-serif; }

.wpcf7-form label {
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  font-family: "adelle-sans", sans-serif; }

.wpcf7-not-valid-tip {
  text-transform: initial; }

.wpcf7-response-output {
  color: #29363B; }

.banner-caption {
  position: absolute;
  top: 70px;
  margin-left: 0px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  width: 100%;
  display: flex;
  transition: all 0.15s ease-in; }

@media only screen and (min-width: 1200px) {
  .banner-caption {
    top: 90px; } }

.banner-caption i {
  font-size: 18px;
  margin-right: 10px; }

.banner-caption p {
  padding: 0px;
  margin: 0;
  font-size: 14px;
  line-height: 16px; }

.banner-caption.close-caption i {
  color: #ffffff; }

.banner-caption.close-caption p {
  opacity: 0;
  transition: all 0.15s ease-in; }

.banner-caption.close-caption {
  background-color: transparent;
  transition: all 0.15s ease-in; }

@media only screen and (min-width: 768px) {
  .banner-caption {
    max-width: 400px; }
  .standards-report {
    flex-direction: row; }
  .defence-fund__logo {
    z-index: 98;
    align-self: center;
    display: flex;
    text-align: left;
    flex-direction: column;
    margin: 55px 105px auto auto; }
  .defence-fund__content {
    text-align: left;
    align-self: center;
    margin: 0; }
  .df-logo {
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0; }
  .df-title {
    width: 200px;
    font-size: 28px;
    line-height: 36px; } }

@media only screen and (min-width: 960px) {
  .sendtip-form {
    width: 50%; }
  .defence-fund {
    height: 330px; }
  .defence-fund__donate:before {
    height: 330px;
    margin-left: -182px;
    background-size: contain; }
  .defence-fund__logo {
    padding: 0px 60px 0px 30px;
    margin: auto;
    flex-direction: row; }
  .defence-fund__content {
    padding-left: 25px; }
  .df-logo {
    width: 100px;
    height: 100px; } }

@media only screen and (min-width: 1300px) {
  .defence-fund__lady {
    background-size: contain; }
  .df-title {
    width: 200px;
    font-size: 32px;
    line-height: 40px; }
  .df-logo {
    width: 130px;
    height: 130px; } }

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
.footer__newsletter-background {
  background-position: top -60px left -30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #c7e2e9; }
  @media (min-width: 576px) {
    .footer__newsletter-background {
      top: 0px;
      left: 0px;
      height: 120%;
      width: 100%;
      display: block;
      background-position: top -60px left -150px; } }
  @media (min-width: 768px) {
    .footer__newsletter-background {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-position: top 0 left -25px;
      background-size: 490px; } }
  @media (min-width: 992px) {
    .footer__newsletter-background {
      background-position: top 0 left 0px;
      background-size: 550px; } }
  @media (min-width: 1024px) {
    .footer__newsletter-background {
      background-size: 650px; } }
  .footer__newsletter-background--mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__newsletter-background--mobile {
        display: none; } }
.footer__newsletter-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #c7e2e9;
  padding: 160px 0 50px; }
  @media (min-width: 768px) {
    .footer__newsletter-wrapper {
      padding: 70px 0 60px; } }
  .footer__newsletter-wrapper h2 {
    margin-top: 0;
    text-transform: none;
    font-weight: 800;
    margin-bottom: 20px;
    color: #29363B;
    font-family: "adelle", serif;
    font-size: 30px;
    line-height: 1.1;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__newsletter-wrapper h2 {
        text-align: left;
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .footer__newsletter-wrapper h2 {
        font-size: 30px;
        line-height: 1.1;
        text-align: center; } }
  .footer__newsletter-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__newsletter-wrapper p {
        text-align: left; } }
    @media (min-width: 992px) {
      .footer__newsletter-wrapper p {
        text-align: center; } }
  .footer__newsletter-wrapper .footer__newsletter-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .footer__newsletter-wrapper .footer__newsletter-container {
        align-items: center; } }
  @media (min-width: 992px) {
    .footer__newsletter-wrapper .subscribe-funnel {
      width: 400px; } }
.newlsetter-subscribe--ajax {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .newlsetter-subscribe--ajax {
      flex-direction: row;
      max-width: unset; } }
  .newlsetter-subscribe--ajax .form-control {
    padding: 10px 10px;
    height: 37px;
    margin-right: 20px;
    font-size: 16px; }
  .newlsetter-subscribe--ajax .btn {
    margin-top: 15px;
    max-width: 130px;
    align-self: flex-end;
    line-height: 16px; }
    @media (min-width: 768px) {
      .newlsetter-subscribe--ajax .btn {
        max-width: unset;
        margin-top: 0; } }
.form-response {
  max-width: 300px;
  margin: auto;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .form-response {
      max-width: unset; } }
@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes scaleInCustom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scaleInCustom {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

.article_widget .hustle-animate.hustle-animate-in--fadeInUp {
  -webkit-animation-name: fadeInUpCustom !important;
          animation-name: fadeInUpCustom !important;
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important; }
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-title,
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-subtitle,
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-group-content {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-name: fadeInUpCustom;
            animation-name: fadeInUpCustom;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 0.91, 0.66, 0.99);
            animation-timing-function: cubic-bezier(0, 0.91, 0.66, 0.99); }
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-image img {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    -webkit-animation-name: scaleInCustom;
            animation-name: scaleInCustom;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 0.91, 0.66, 0.99);
            animation-timing-function: cubic-bezier(0, 0.91, 0.66, 0.99);
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s; }
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-title {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-subtitle {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .article_widget .hustle-animate.hustle-animate-in--fadeInUp .hustle-group-content {
    -webkit-animation-delay: 0.30s;
            animation-delay: 0.30s; }

.article_widget .hustle-ui {
  width: 100% !important; }

.article_widget .hustle-layout {
  padding: 20px 0px !important;
  margin-top: 15px;
  margin-bottom: 30px; }
  .article_widget .hustle-layout .hustle-title,
  .article_widget .hustle-layout .hustle-subtitle {
    text-align: center !important; }
  .article_widget .hustle-layout .hustle-title {
    font-family: 'adelle', serif !important;
    font-weight: bold !important; }
  .article_widget .hustle-layout .hustle-image {
    max-width: 230px !important;
    margin: 0 auto; }

.article_widget .form-response {
  margin-top: 12px; }

.article_widget .hustle-content-wrap,
.article_widget .newlsetter-subscribe--ajax,
.article_widget .form-response {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto; }

.article_widget .newlsetter-subscribe--ajax .form-control {
  margin-right: 12px; }

@media (min-width: 783px) {
  .article_widget .hustle-content-wrap {
    margin: 0; }
  .article_widget .hustle-layout .hustle-title,
  .article_widget .hustle-layout .hustle-subtitle {
    text-align: left !important; } }

@media (min-width: 783px) and (max-width: 1200px) {
  .article_widget .hustle-layout .hustle-image {
    margin: 0px 10px 0px 20px;
    max-width: 200px !important; } }

@media (min-width: 1200px) {
  .article_widget .hustle-layout .hustle-image {
    max-width: 300px !important;
    margin: 0; } }

.footer__bottom-container {
  background: rgba(41, 54, 59, 0.9);
  color: #fff;
  padding: 0 0 80px;
  position: relative; }
  @media (min-width: 768px) {
    .footer__bottom-container {
      padding: 60px 0;
      background: #29363B; } }
  .footer__bottom-container .footer-links {
    margin-top: 30px; }
  .footer__bottom-container ul {
    padding: 0;
    margin: 0; }
  .footer__bottom-container p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer__bottom-container p {
        text-align: left; } }
  .footer__bottom-container span {
    display: none; }
    @media (min-width: 768px) {
      .footer__bottom-container span {
        display: inline; } }
  @media (min-width: 768px) {
    .footer__bottom-container br {
      display: none; } }
.footer__links-container {
  padding: 30px 0 40px;
  background-color: #29363B; }
  @media (min-width: 768px) {
    .footer__links-container {
      padding: 0; } }
.footer__footerMenu {
  list-style-type: none; }
  .footer__footerMenu ul {
    margin-bottom: 5px; }

.footer__footerMenu li {
  padding-bottom: 15px;
  font-weight: 600;
  display: block; }
  .footer__footerMenu li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    position: relative; }

.footer__logo-container {
  margin-bottom: 30px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .footer__logo-container {
      margin-bottom: 15px;
      margin-top: 0px; } }
  @media (min-width: 768px) {
    .footer__logo-container {
      margin-bottom: 10px; } }
  .footer__logo-container img {
    width: 90%;
    height: auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer__logo-container img {
        width: auto;
        height: 60px; } }
  .footer__logo-container .logo-container__logo {
    text-align: center; }
    .footer__logo-container .logo-container__logo:first-child {
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer__logo-container .logo-container__logo {
        text-align: left; }
        .footer__logo-container .logo-container__logo:first-child {
          margin-bottom: 0; } }
    .footer__logo-container .logo-container__logo .broadbent-logo {
      margin-left: 0; }
      @media (min-width: 768px) {
        .footer__logo-container .logo-container__logo .broadbent-logo {
          margin-left: -15px; } }
.footer__address-container p {
  margin-bottom: 10px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .footer__address-container p {
      margin-bottom: 5px; } }
#menu-footer-menu {
  padding: 0px; }

.footer__share-container .share-containter__icons {
  background-color: #0E95A0;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.2s ease-in; }
  .footer__share-container .share-containter__icons:hover,
  .footer__share-container .share-containter__icons :active {
    cursor: pointer;
    background-color: #fff;
    color: #0E95A0; }
  .footer__share-container .share-containter__icons i {
    margin-top: 2px; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .nav-header {
    position: relative; }
  .header__left {
    text-align: left; }
  .header__right {
    display: block;
    text-align: right; }
  .mainFeature__image--bg {
    height: 391px; }
  .mainFeature__excerpt {
    padding-top: 0;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 32px; }
  .mainFeature__content {
    padding: 0px 0 30px 0px; }
  .mainFunnel {
    padding-bottom: 20px;
    margin-bottom: 0px; }
  .mainFunnel__article {
    padding-bottom: 0;
    min-height: 340px; }
  .adHomepage__image {
    background-size: contain;
    height: 283px;
    background-size: cover;
    background-position: bottom right; }
  .adHomepage {
    padding-top: 50px;
    background-color: #ffffff; }
  .adHomepage__content {
    padding-left: 37px; }
  .adHomepage__title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 35px;
    margin-left: 5px; }
  .trending__image--bg {
    height: 170px; }
  .recentStories__article {
    min-height: 130px; }
  .recentStories__anchor {
    margin: 40px 0 30px 0; }
  .recentStories__sectionTitle {
    margin-bottom: 15px; }
  .recentStories__line {
    width: 1px;
    height: 69%;
    background-color: #D9D9D9;
    position: absolute;
    left: 50%; }
  .recentStories__wrapper:nth-child(odd) {
    left: 20px; }
  .signupBar__content--donationBtn {
    min-width: 130px; }
  .signupBar__content {
    padding-top: 30px; }
  .signupBar__content--p {
    line-height: 22px; }
  .signupBar__container--iframe {
    left: -355px; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .mainFeature__content {
    padding: 0px 0px 40px 0px; }
  .mainFunnel__article {
    min-height: 365px; }
  .signupBar__content {
    padding-top: 26px; }
  .signupBar__content--p {
    padding-right: 0px;
    line-height: 24px; }
  .signupBar__donations {
    margin-top: 29px; }
  .signupBar__content--donationBtn {
    margin: 3px 10px 3px 0px;
    min-width: 68px; }
  .signupBar__container--iframe {
    left: -280px; }
  .recentStories__article {
    min-height: 205px; }
  /*
    .recentStories__excerpt {
      
        font-size: 14px;
        line-height: 20px;

    }
    */
  .recentStories__line {
    height: 77.5%;
    left: 50%; }
  .footer__border--subscribe {
    border-right: 1px solid #616161;
    height: 230px;
    margin-right: 13px; }
  .footer__border--donate {
    border-right: 1px solid #616161;
    height: 230px;
    margin-right: 24px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /*
    p {
        color: #494949 ;
        font-family: "adelle-sans",sans-serif;
        font-size: 18px;
        line-height: 26px;
    }
*/
  /* header */
  .nav-header {
    height: 90px;
    padding: 35px 20px 15px 20px; }
  .header__right--anchor {
    padding: 10px; }
  /* mainFeature */
  .mainFeature__image--bg {
    height: 514px; }
  .mainFeature__text {
    font-size: 16px;
    margin-top: -45px; }
  .mainFeature__excerpt {
    font-size: 24px;
    line-height: 32px; }
  .mainFeature__image--bg {
    margin-top: 80px; }
  .mainFeature__date {
    font-size: 17px;
    color: #494949;
    font-family: "adelle-sans", sans-serif; }
  /* trending topics */
  .trending__title--subtite {
    font-size: 18px; }
  .trending__image--bg {
    height: 180px; }
  .mainFunnel__article {
    min-height: 345px;
    padding-bottom: 0; }
  .mainFunnel {
    padding: 0px 0 40px 0; }
  /* recent Stories*/
  .recentStories__article--anchor {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px; }
  .recentStories__article--anchor:hover {
    color: #494949; }
  .recentStories__date {
    font-size: 12px;
    line-height: 20px;
    /* padding: 9px 0 5px 0; */ }
  .recentStories__img {
    height: 115px; }
  .recentStories__article {
    /*      min-height: 195px; */
    min-height: 235px; }
  .recentStories__anchor {
    margin: 15px 0 30px 4px; }
  /* ad */
  .adHomepage__content {
    /*      padding-top: 50px;*/
    padding-left: 37px; }
  /* Signup bar */
  .signupBar__content {
    padding-top: 46px; }
  .signupBar__content--donationBtn {
    min-width: 84px; }
  .signupBar__content--p {
    padding-right: 0px; } }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.about__hr {
  border-color: #616161;
  border-width: 1px; }

.about__title {
  font-size: 24px;
  font-weight: 600;
  color: #494949;
  line-height: 40px;
  padding-top: 15px; }

.about__content p {
  padding-top: 15px;
  font-size: 18px;
  font-family: "adelle", serif;
  color: #494949;
  line-height: 30px; }

.about__content {
  padding: 0px; }

/*
|--------------------------------------------------------------------------
| TESTIMONIAL 
|--------------------------------------------------------------------------
*/
.about .mainFeature__content {
  margin-top: 320px; }

.testimonials {
  text-align: center; }

.testimonails__column {
  text-align: center;
  margin: 40px 0px; }

.testimonial__img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #D5D5D5; }

.testimonial__quote {
  font-size: 18px;
  font-style: italic;
  color: #494949;
  line-height: 26px;
  margin: 0 10px 10px 10px;
  font-family: "adelle", serif; }

.testimonial__subtitle {
  font-size: 14px;
  color: #494949;
  font-weight: 100; }

/*
|--------------------------------------------------------------------------
| SPONSORS 
|--------------------------------------------------------------------------
*/
.about__title {
  margin-bottom: 60px; }

.sponsors {
  text-align: center; }

.sponsors__column {
  height: 200px; }

.sponsors__column img {
  width: 100%; }

.sponsors__img {
  width: 100px; }

/*
|--------------------------------------------------------------------------
| CONTACT 
|--------------------------------------------------------------------------
*/
.contact {
  text-align: center;
  padding-bottom: 30px; }

.contact__item {
  padding: 20px 0; }

.contact__item {
  text-align: left;
  font-size: 16px; }

.contact__name {
  text-transform: uppercase;
  font-weight: 900; }

.contact__position {
  font-weight: 600;
  color: #8B8B8B;
  display: block; }

.contact__email {
  color: #8B8B8B;
  display: block; }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .sponsors__column img {
    width: 80%; }
  .contact {
    padding-bottom: 50px; }
  .about__title {
    padding-top: 25px; }
  .about__content {
    padding: 20px 0px; } }

.archive {
  padding-bottom: 10px; }

.archive__title {
  padding-bottom: 5px; }

.archive__dropdown {
  display: inline-block;
  width: 118px; }

.archive__dropdown--button {
  border: 1px solid #333;
  width: 118px;
  text-align: left; }

.archive__search--input {
  border: 1px solid #363636;
  margin-top: 25px; }

.archive__search--input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #363636; }

.search__highlight {
  color: #1BB3BD;
  font-weight: 600; }

/*
|--------------------------------------------------------------------------
| article
|--------------------------------------------------------------------------
*/
.archive__article {
  padding: 10px 0;
  border-top: 1px solid #D9D9D9; }

.archive__article {
  border-top: none; }

.archive__article:last-child {
  border-bottom: 1px solid #D9D9D9; }

.archive__article--anchor {
  font-size: 14px;
  line-height: 18px;
  color: #43454B; }

.archive__article--anchor:hover {
  color: #43454B; }

.archive__article--img {
  height: 72px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.archive__article--title {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 5px; }

.archive__article--date {
  font-size: 10px;
  padding: 10px 0; }

.archive__article--noresults {
  padding-bottom: 200px; }

/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/
.archive__pagination {
  padding: 40px 0;
  border-top: 1px solid #D9D9D9; }

.archive__pagination--previous a {
  color: #1BB3BD;
  text-transform: uppercase;
  font-size: 16px; }

.archive__pagination--next {
  text-align: right; }

.archive__pagination--next a {
  color: #1BB3BD;
  text-transform: uppercase;
  font-size: 16px; }

.archive__pagination--center {
  color: #8B8B8B;
  font-size: 16px;
  text-align: center; }

.archive__pagination--icon {
  color: #1BB3BD; }

@media only screen and (min-width: 768px) {
  .archive__article {
    padding: 20px 0;
    border-top: 1px solid #D9D9D9; }
  .archive__article--anchor {
    font-size: 18px;
    line-height: 24px; }
  .archive__article--date {
    font-size: 14px;
    line-height: 20px; }
  .archive__title {
    display: inline-block; }
  .archive__search--input {
    margin-top: 0; }
  .archive__article--p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .archive__article--img {
    height: 150px; } }

@media only screen and (min-width: 1200px) {
  .archive__dropdown {
    margin: 0 10px; }
  .archive__article--img {
    height: 150px; }
  .archive__article--anchor {
    font-size: 18px;
    line-height: 24px; } }

/*
|--------------------------------------------------------------------------
| SINGLE
|--------------------------------------------------------------------------
*/
.single {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.single__content {
  padding: 0px; }

.single__featureImageWrapper {
  position: relative; }

.single__featureImage {
  width: 100%;
  margin-top: 70px;
  opacity: 0;
  -webkit-animation: slideUp 0.5s forwards;
  animation: slideUp 0.5s forwards; }

.single__secondImage {
  width: 100%;
  margin-top: 0px; }

.single__tag-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.single__tags--icon {
  font-size: 18px !important;
  color: #333;
  margin-right: 5px; }

.single__tags--anchor {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background-color: #DCDEDF;
  line-height: 24px;
  padding: 2px 10px 0;
  display: inline-block;
  margin: 5px;
  text-transform: uppercase; }

.single__tags--anchor:hover {
  text-decoration: none;
  background-color: #D9D9D9;
  color: #333; }

@media only screen and (min-width: 992px) {
  .single .mainFeature__content {
    padding: 0px 0px 30px 0px; } }

.mainFeature__title--article h1 {
  margin-top: 0; }

/*
|--------------------------------------------------------------------------
| ABOUT THE AUTHOR
|--------------------------------------------------------------------------
*/
.singe__about-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #5F686C;
  padding-top: 30px;
  border-top: solid 1px #D9D9D9; }

.about-author__author-image {
  min-height: 100px;
  min-width: 100px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .about-author__author-image {
      min-height: 130px;
      min-width: 130px; } }
@media (min-width: 768px) {
  .about-author__text-container {
    width: 60%; } }

.about-author__author {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #00ABB8; }

.about-author__category {
  font-size: 23px;
  line-height: 35px;
  font-weight: 800;
  font-family: "adelle", serif;
  color: #333;
  margin-bottom: 4px; }
  .about-author__category a {
    color: #333; }

.about-author__bio {
  font-size: 16px;
  line-height: 22px;
  color: #333; }

.about-author__twitter {
  margin-top: 3px; }
  .about-author__twitter i {
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
    margin-right: 4px; }

/*
|--------------------------------------------------------------------------
| MOST SHARED
|--------------------------------------------------------------------------
*/
.most-shared-col .mostShared__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: "adelle", serif;
  font-weight: 600; }

.most-shared-col:hover .mostShared__title {
  text-decoration: underline; }

.most-shared-col .mostShared__preTitle {
  color: #EF655F;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase; }

.mostShared__img {
  width: 100%;
  padding-top: 12px; }

/*
|--------------------------------------------------------------------------
| RELATED STORIES
|--------------------------------------------------------------------------
*/
.relatedStories {
  padding-top: 24px;
  border-top: solid 1px #D9D9D9; }

.relatedStories__article {
  margin: 0px 0px 25px 0px; }

.relatedStories__section:nth-child(3) {
  border-top: 1px solid #D9D9D9 !important;
  border-bottom: 1px solid #D9D9D9 !important; }

.relatedStories__title {
  font-size: 16px;
  color: #494949;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600; }

.relatedStories__img {
  width: 100%;
  height: 113px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 25px; }

.relatedStories__content {
  padding: 20px 0 10px 0; }

.relatedStories__content--anchor {
  color: #333; }

.relatedStories__content--title {
  margin-top: 0; }

/*
|--------------------------------------------------------------------------
| BREAKING
|--------------------------------------------------------------------------
*/
.breaking {
  padding: 40px 0 70px 0; }

.white__gradient--bottom:before {
  content: " ";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+59,0+59,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  /*background-image: linear-gradient(to bottom right,#002f4b,#dc4225);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.breaking__content {
  padding: 40px 0; }

.single__continueReading {
  padding-top: 60px; }

.relatedStories__article:last-child {
  border: none; }

/*
|--------------------------------------------------------------------------
| MOBILE SOCIAL SHARE BUTTON NAV
|--------------------------------------------------------------------------
*/
.single__mobileSocial {
  text-align: center;
  background: #fff;
  height: 60px;
  width: 100%;
  padding: 20px 0 0 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.2);
  animation: slide-up-fade-in ease-in 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation: slide-up-fade-in ease-in 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  opacity: 0; }

.single__mobileSocialbtn {
  border: 2px solid #29363B;
  padding: 7px 36px;
  color: #29363B;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  height: 41px;
  margin: 0 5px; }

.single__mobileSocialbtn--twitter:hover {
  background: #40bff5;
  color: #fff;
  border: 2px solid #40bff5; }

.single__mobileSocialbtn--facebook:hover {
  background: #5d82d1;
  color: #fff;
  border: 2px solid #5d82d1; }

.article__defense-wrapper .defence-fund {
  margin-bottom: 0; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .single__content {
    padding: 0px 15px; }
  .relatedStories {
    padding-left: 30px;
    border: none; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .single__secondImage {
    margin-top: 30px; }
  .relatedStories {
    padding-left: 40px; }
  .single__content {
    padding: 0px; } }

@media only screen and (min-width: 1200px) {
  .single__featureImage {
    margin-top: 90px; }
  .single__content {
    padding: 0; }
  .mostShared__title {
    margin-bottom: 16px; }
  .relatedStories__article {
    margin: 15px 0px 5px 0px; }
  .relatedStories__title {
    margin-bottom: 0px; } }

.content .appeal-card {
  background-color: #F8F8F8;
  border-top: #00ABBB 6px solid;
  padding: 25px;
  margin-bottom: 40px; }
  .content .appeal-card p {
    padding: 0; }

.btn.btn-primary.appeal-btn {
  background-color: #00ABBB;
  padding: 10px 14px; }
  .btn.btn-primary.appeal-btn:hover {
    background-color: #29363B; }

.single_featurecontent {
  padding: 0px; }

body#tinymce {
  margin: 0 auto;
  width: 780px; }

.content img {
  width: 100%;
  height: auto; }

.content a {
  color: #333e48;
  border-bottom: 2px solid #00ABBB;
  padding: 0px; }

.content a:hover {
  background-color: rgba(0, 181, 165, 0.15); }

.content a.no-link {
  border: none; }

.content a.no-link:hover {
  background: transparent; }

.content p {
  font-family: "adelle", serif;
  color: #494949;
  font-size: 17px;
  line-height: 25px;
  padding: 8px 15px; }

.content h2 {
  font-family: "adelle-sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #494949;
  text-transform: none;
  margin: 10px 15px; }

.content h3 {
  font-family: "adelle-sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #494949;
  text-transform: none;
  margin: 10px 15px 0 10px; }

.content h4 {
  font-family: "adelle-sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  color: #494949;
  text-transform: uppercase;
  margin: 0; }

.content ul {
  margin: 30px 0px;
  padding-left: 55px; }

.content li {
  font-family: "adelle", serif;
  font-style: normal;
  font-weight: 100;
  color: #494949;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px; }

.content .wp-caption-text, .wp-caption-dd {
  font-family: "adelle-sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #8B8B8B;
  font-style: italic; }

.wp-caption {
  width: 100% !important;
  margin-left: 0%; }

.wp-caption img {
  border: 1px solid #eeeeee;
  margin-top: 20px; }

.content blockquote {
  margin: 20px 10px 20px 0px;
  padding: 10px 20px;
  border-left: 5px solid #20A1AA;
  font-family: "adelle", serif;
  font-style: italic;
  font-weight: 300;
  color: #29363B; }

.content blockquote p {
  font-size: 17px;
  line-height: 28px;
  padding: 0; }

.content blockquote footer {
  font-size: 14px;
  color: #494949;
  font-weight: 100;
  font-style: normal;
  background-color: transparent;
  margin: 10px 0;
  padding: 0;
  text-align: right; }

cite {
  font-size: 14px;
  color: #212225;
  font-style: italic; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

.video-embed iframe,
.video-embed object,
.video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.default__content p {
  font-family: "adelle", serif;
  font-style: normal;
  color: #494949;
  font-size: 20px;
  line-height: 32px;
  padding: 0; }

.article__blur--breaking {
  display: none; }

.article__blur {
  z-index: -1;
  background: white;
  position: absolute; }

.article__breaking--block {
  display: none; }

.hustle-ui {
  width: 100%; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .content blockquote {
    margin: 40px 20px 40px 4px; }
  .content p {
    padding: 8px 0px; }
  .single_featurecontent {
    padding: 0px 15px; }
  .content h2 {
    margin: 10px 0; }
  .content h3 {
    margin: 10px 0 0 0; }
  .wp-caption {
    width: 120% !important;
    max-width: 120% !important;
    margin-left: -10%; }
  .wp-caption dt {
    width: 120% !important; }
  .wp-caption-dd {
    width: 120% !important; } }

.article__blur-white-BG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 750px);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white 750px);
  pointer-events: none; }
  .article__blur-white-BG.home-BG {
    background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 70%); }

.article__blur {
  height: 900px;
  width: 120%;
  overflow: hidden;
  top: -10%;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-in 5s;
  -webkit-transition: all 0.5s ease-in 5s;
  display: block; }

.article__blur--breaking {
  height: 900px;
  width: 120%;
  position: fixed;
  overflow: hidden;
  top: -5%;
  left: -100px;
  opacity: 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  display: block; }

.article__breaking--block {
  opacity: 1; }

.article__blur--img {
  width: 100%;
  height: 85%;
  -webkit-filter: blur(60px);
  filter: blur(60px) saturate(1.2);
  opacity: 0.2;
  -webkit-transform: translate3d(0, 0, 0); }

@media only screen and (min-width: 768px) {
  .article__blur--img {
    opacity: 0.3; }
  .article__blur-white-BG.home-BG {
    background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0), white 750px);
    background: -webkit-linear-gradient(to top, white 10%, rgba(255, 255, 255, 0), white 750px); } }

@media only screen and (min-width: 992px) {
  .content p {
    font-size: 20px;
    line-height: 30px; }
  .content li {
    font-size: 20px;
    line-height: 25px; }
  .content blockquote {
    margin: 30px 10px 30px 0px;
    padding: 0 40px;
    border-left: 5px solid #20A1AA; }
  .content blockquote p {
    font-size: 20px;
    line-height: 32px;
    padding: 0; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .single_featurecontent {
    padding: 0px 0px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .content .single__featureImage {
    width: 100%; }
  .content img {
    width: 100%; } }

/*
|--------------------------------------------------------------------------
| LOGO
|--------------------------------------------------------------------------
*/
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

/* slide up */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/*
  |--------------------------------------------------------------------------
  | HEADER 
  |--------------------------------------------------------------------------
  */
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
            transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }

@-webkit-keyframes main-strips {
  0% {
    background-image: linear-gradient(to right, #29363B 0%, #29363B 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -2000px 0px; }
  50% { }
  100% {
    background-image: linear-gradient(to right, #29363B 0%, #29363B 100%);
    background-position: 0px 0px; } }

@keyframes main-strips {
  0% {
    background-image: linear-gradient(to right, #29363B 0%, #29363B 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -2000px 0px; }
  50% { }
  100% {
    background-image: linear-gradient(to right, #29363B 0%, #29363B 100%);
    background-position: 0px 0px; } }

.happy-link {
  background: linear-gradient(to right, #29363B 0%, #29363B 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -2000px 0px;
  overflow: hidden;
  padding: 10px; }

.happy-link-a {
  transition: background 0.5s ease-in-out 0s;
  background: linear-gradient(to right, #29363B 0%, #29363B 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow: hidden;
  width: 70%;
  padding: 10px 15px;
  margin-left: -10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.mainFeature__highlight--color {
  color: white;
  transition: 0.5s ease-in 0.8s;
  -webkit-transition: 0.5s ease-in 0.8s; }

.happy-link2 {
  box-shadow: 15px 0 0 #29363B, -15px 0 0 #29363B;
  color: white;
  transition: background-position 0.8s linear 0s, box-shadow 0.2s linear 1s;
  padding: 10px;
  animation: main-strips ease-in 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation: main-strips ease-in 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards; }

.pace-done .pace-wrapper {
  opacity: 1;
  transition: all 2s;
  top: 100px; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #1BB3BD;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px; }

/*
  |--------------------------------------------------------------------------
  | NAVBAR
  |--------------------------------------------------------------------------
  */
.nav-header {
  text-align: left;
  padding: 25px 0 22px 5px;
  position: absolute;
  margin-top: -1px;
  z-index: 99;
  width: 100%;
  top: 0; }

.container--nav.nav--home,
#thenav.nav-header.scroll .container--nav {
  max-width: 100%; }

.container--nav {
  max-width: 1010px; }
  .container--nav .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

@-webkit-keyframes scrollFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 100%; } }

@keyframes scrollFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 100%; } }

#thenav.nav-header.scroll {
  position: fixed;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-animation: scrollFadeIn 0.15s ease-out 0s forwards;
          animation: scrollFadeIn 0.15s ease-out 0s forwards;
  padding: 10px 0px 10px 0px;
  z-index: 99; }
  #thenav.nav-header.scroll .header__right {
    opacity: 1;
    transition: 0.25s; }
  #thenav.nav-header.scroll .header__left--img {
    height: 24px;
    margin-top: 3px; }
    @media (max-width: 768px) {
      #thenav.nav-header.scroll .header__left--img.img--scroll {
        display: block;
        height: auto;
        margin-top: 0px;
        -webkit-transform: scale(1.1) !important;
                transform: scale(1.1) !important;
        -webkit-animation: none;
                animation: none; }
      #thenav.nav-header.scroll .header__left--img.img--main {
        display: none; } }
.header__left--img {
  height: 28px;
  -webkit-animation: slideIn 1s forwards;
  animation: slideIn 1s forwards; }
  .header__left--img.img--scroll {
    display: none;
    max-width: 100%; }
  .header__left--img.img--main {
    display: block; }

.header__right {
  opacity: 0;
  text-align: right; }

.header__right--anchor i {
  padding-right: 5px; }

.header__right--anchor.btn.btn-primary {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0.9; }

.header__right--twitter:hover {
  padding: 6px 15px 6px 10px;
  margin: 0px 5px;
  background: #40bff5;
  color: #fff;
  border: 1px solid #40bff5; }

.header__right--facebook:hover {
  padding: 6px 15px 6px 10px;
  margin: 0px 5px;
  background: #5d82d1;
  color: #fff;
  border: 1px solid #5d82d1; }

.showShare {
  top: 0px;
  position: relative;
  opacity: 1;
  /* Safari */
  transition: top 0.5s ease-in, background 0.1s ease-in, opacity 0.5s ease-in; }

.hideShare {
  top: 20px;
  position: relative;
  opacity: 0;
  /* Safari */
  transition: all 0.5s ease-in; }

.animationDelay {
  /* Safari */
  transition-delay: 0.05s; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .header__left {
    text-align: left; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .header__left--img {
    margin-left: 0; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .header__left--img {
    height: 34px; }
  /* header */
  .nav-header {
    height: auto;
    padding: 30px 20px 15px 20px; } }
