.head_about_menu .flex/*
Theme Name: Hive Life
Theme URI: hivelife.com.
Description: Stylesheet for the Hive Life
Version: 2.0
Author: Piers Morgan
Author URI: digitalpiers.com
*/
button, .btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #325387;
  padding: 12px 24px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  user-select: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-family: freight-sans-pro, serif;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  transition: all .3s; }
  button:hover, .btn:hover, button:focus, .btn:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #406091; }
  button:disabled, .btn:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, .btn:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"]:disabled:hover {
      background-color: #325387; }

.btn span {
  display: block;
  transition: all .3s; }
.btn i {
  opacity: 0;
  position: absolute;
  right: 25px;
  top: 14px;
  transition: all .3s; }
.btn:hover span {
  transform: translateX(-10px); }
.btn:hover i {
  opacity: 1;
  transform: translateX(10px); }


.header--subscribe .btn:hover span.subscribe_header_tag {
  transform:none !important; }
.header--subscribe .btn:hover i {
  opacity: 1;
  transform:none !important; }

.pum-theme-3685 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: rgba( 50, 83, 135, 1 ) !important;
}

fieldset {
  background-color: tint(#ddd, 75%);
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: freight-sans-pro, serif;
  font-size: 1em; }

label {
  font-size: 14px;
  margin: 5px 0 3px;
  text-align: left; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  font-family: freight-sans-pro, serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  color: #333;
  transition: border-color 150ms ease;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  margin: 0; }
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  input:not([type]):focus,
  textarea:focus,
  select[multiple=multiple]:focus {
    outline: none; }
  input[type="color"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="email"]:disabled,
  input[type="month"]:disabled,
  input[type="number"]:disabled,
  input[type="password"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="text"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="week"]:disabled,
  input:not([type]):disabled,
  textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: shade(#fff, 5%);
    cursor: not-allowed; }
    input[type="color"]:disabled:hover,
    input[type="date"]:disabled:hover,
    input[type="datetime"]:disabled:hover,
    input[type="datetime-local"]:disabled:hover,
    input[type="email"]:disabled:hover,
    input[type="month"]:disabled:hover,
    input[type="number"]:disabled:hover,
    input[type="password"]:disabled:hover,
    input[type="search"]:disabled:hover,
    input[type="tel"]:disabled:hover,
    input[type="text"]:disabled:hover,
    input[type="time"]:disabled:hover,
    input[type="url"]:disabled:hover,
    input[type="week"]:disabled:hover,
    input:not([type]):disabled:hover,
    textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical;
  width: 100%; }

input[type="search"] {
  appearance: none; }

select {
  background-color: white;
  border: 1px solid #ddd;
  height: 30px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

#pwaforwp_loading_icon {
    border-top: 16px solid #111 !important;
}

@media screen and (max-width: 600px) {
  input[type="submit"] {
    width: 100%; } }

::-webkit-input-placeholder {
  /* Chrome */
  color: #333;
  opacity: .5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: .5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: .5; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #333;
  opacity: .5; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid shade(#ddd, 25%);
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #111;
  font-family: adobe-caslon-pro, serif;
  font-feature-settings: "kern", "liga", "pnum";
	    font-variant-numeric: lining-nums;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: adobe-caslon-pro, serif;
  font-size: 1em;
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #111; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px;
  line-height: 1.3; }
  @media screen and (max-width: 960px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 18px;
  font-family: freight-sans-pro, serif; }

h5 {
  font-size: 16px;
  font-family: freight-sans-pro, serif; }

p {
  margin: 0 0 0.75em;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }
  p a {
    text-decoration: underline; }

ul {
  -webkit-font-smoothing: antialiased; }

a {
  color: #325387;
  text-decoration: none;
  /*transition: color 150ms ease;*/
  -webkit-font-smoothing: antialiased;
  /*&:active,
  &:focus,
  &:hover {
    color: lighten($action-color, 10);
  }*/ }
  a.link {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px; }
    a.link:hover {
      text-decoration: underline; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.post-content strong, .post-content b {
	font-weight:600;
}

.date {
  text-transform: uppercase;
  font-size: 12px;
  color: #325387; }

.latest {
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #ddd; }
  .latest:last-child {
    border: none; }
  .latest__content {
    padding: 18px 24px 24px;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
.latest__content a:hover h3 {
     text-decoration:underline;
}
.trending-articles {
  margin-bottom: 24px; }

.trending-articles a:hover {
    text-decoration:underline;
}
.pagination__btn a:hover {
     text-decoration:underline;
}

.trending-articles {
  margin-bottom: 24px; }

.trending-articles a:hover {
    text-decoration:underline;
}
.pagination__btn a:hover {
     text-decoration:underline;
}

.trending {
  padding: 15px 0px 15px 0px;
 
  position: relative; 
    border-bottom: 1px solid #ddd;
}
  
  .trending h3 {
    font-size: 16px;
    margin: 0; }
  



.carousel {
  overflow: hidden;
  position: relative;
  padding: 00;
  margin: 0 auto 36px;
  border: none; }
  @media screen and (max-width: 1100px) {
    .carousel {
      min-height: 400px; } }
  @media screen and (max-width: 960px) {
    .carousel {
      min-height: 300px; } }
  @media screen and (max-width: 768px) {
    .carousel {
      min-height: 200px; } }
  @media screen and (max-width: 600px) {
    .carousel {
      min-height: 100px; } }
  .carousel.max {
    padding-bottom: 20px; }

.carousel, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item {
  height: 60vh;
  max-height: 768px; }
  @media screen and (max-width: 768px) {
    .carousel, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item {
      height: 400px; } }

.item {
  display: flex;
  justify-content: center;
  position: relative;
  filter: grayscale(1);
  opacity: .5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .75s; }
  .item__meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 144px 24px 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65)); }
    .item__meta h1 {
      color: #fff;
      text-align: center;
      opacity: 0;
      transform: translate3d(0, 12px, 0);
      max-width: 960px;
      width: 85%;
      margin: 0 auto 36px;
      transition: all .3s;
      font-size: 36px; }
      @media screen and (max-width: 768px) {
        .item__meta h1 {
          text-align: left;
          margin: 0 auto 12px;
          width: 90%;
          font-size: 30px; } }
      @media screen and (max-width: 600px) {
        .item__meta h1 {
          width: 90%; } }



.owl-item.active a .item {
  filter: grayscale(0);
  opacity: 1; }
  .owl-item.active a .item .item__meta h1 {
    opacity: 1;
    transition-delay: .75s;
    transform: translate3d(0, 0, 0); }
 .owl-item.active a .item .item__meta .slidertitle {
    opacity: 1;
    transition-delay: .75s;
    transform: translate3d(0, 0, 0); }

.slick_item  .item__meta .slidertitle {
     opacity: 1;
    transition-delay: .75s;
    transform: translate3d(0, 0, 0);
}

.footer {
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: #666;
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 0 30px;
  border-top: 1px solid #ddd; }
.footer h5 {
    font-size:14px;
}
.footer li {
    margin-bottom:5px;
	    color: #666;
    text-decoration: none;
    font-family: freight-sans-pro, serif;
    letter-spacing: 0.4px;
}
  .footer ul {
    margin-bottom: 20px; }
    .footer ul li a {
      color: #666;
      text-decoration: none; 
font-family: freight-sans-pro, serif;
    letter-spacing: 0.4px;}
      .footer ul li a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 840px) {
      .footer ul {
        margin-bottom: 24px; } }
  @media screen and (max-width: 840px) {
    .footer .col {
      flex: 0 1 50% !important; } }
  @media screen and (max-width: 600px) {
    .footer .col {
      flex: 0 1 100%!important;
      text-align: center; } }

.gform_wrapper .validation_message {
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px;
  background: #f9f9f9;
  border-top: none; }
.gform_wrapper .validation_error {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 5px; }
.gform_wrapper .gf_placeholder {
  color: #333;
  opacity: .5; }
.gform_wrapper .icon {
  width: 100%;
  position: relative; }
  .gform_wrapper .icon label {
    display: none; }
  .gform_wrapper .icon:before {
    content: "";
    width: 42px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    color: #325387;
    border-right: 1px solid #ddd;
    padding: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 18px; }
  .gform_wrapper .icon.name:before {
    content: "\f007"; }
  .gform_wrapper .icon.email:before {
    content: "\f0e0"; }
  .gform_wrapper .icon.phone:before {
    font-weight: 900;
    content: "\f3cd"; }
  .gform_wrapper .icon.date:before {
    content: "\f073"; }
  .gform_wrapper .icon.location select {
    -webkit-appearance: none;
    padding-left: 52px; }
  .gform_wrapper .icon.location:before {
    content: "\f279"; }
  .gform_wrapper .icon.location:after {
    content: "\f0dc";
    width: 42px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #325387;
    padding: 9px;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .gform_wrapper .icon input {
    padding-left: 52px; }
.gform_wrapper .gform_validation_container {
  display: none; }

/* General GF Date Picker */
#ui-datepicker-div {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
  display: none;
  padding: 20px;
  width: 300px;
  z-index: 999 !important; }
  #ui-datepicker-div .ui-icon {
    color: transparent;
    cursor: pointer;
    font-size: 0px; }
  #ui-datepicker-div .ui-icon:before {
    color: #325387;
    font-family: "FontAwesome";
    font-size: 18px; }
  #ui-datepicker-div .ui-datepicker-prev {
    float: left;
    width: 10%;
    padding-top: 7px; }
    #ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
      content: '\f060'; }
    #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
      display: none; }
  #ui-datepicker-div .ui-datepicker-next {
    float: right;
    width: 10%;
    padding-top: 7px; }
    #ui-datepicker-div .ui-datepicker-next .ui-icon:before {
      content: '\f061';
      float: right; }
    #ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
      display: none; }
  #ui-datepicker-div .ui-datepicker-title select {
    float: left;
    width: 36%; }
  #ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
    margin: 0px 2%; }
  #ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
    margin: 0px 2%; }
  #ui-datepicker-div .ui-datepicker-today {
    background-color: #325387;
    border-radius: 4px; }
    #ui-datepicker-div .ui-datepicker-today a {
      color: #FFF; }
  #ui-datepicker-div table {
    width: 100%;
    margin-bottom: 0; }
    #ui-datepicker-div table td, #ui-datepicker-div table th {
      text-align: center; }
    #ui-datepicker-div table td {
      padding: 0 5px; }
      #ui-datepicker-div table td a {
        display: block;
        padding: 5px; }

.gform_confirmation_message {
  text-align: center;
  color: #333;
  -webkit-font-smoothing: antialiased; }

header {
  max-width: 95%;
  margin: 0 auto 36px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd; }
  header .flex {
   /* justify-content: space-between; */
    align-items: center; }
    header .flex .col:nth-child(2) {
      text-align: center;
padding:16px 0px;}
    header .flex .col:last-child {
      text-align: right; }
  header .header--social a:hover svg {
    fill: #325387; }
  header .header--social svg {
       width: 23px;
    margin-right: 12px;
}
header.scrolled .flex .col:nth-child(2) {

    padding: 0px 0px;
}




  @media screen and (max-width: 680px) {
    header .header--social {
      display: none; } 
}

  header .header--logo svg {
            
    margin-bottom: 16px;
    margin-top: 10px;
    width: 300px; }
  header .header--logo span {
    display: block;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px; }


.header--social {
  display:flex;
vertical-align: middle;
    justify-content: space-between;
    max-width: 400px;
}

 @media screen and (max-width: 1560px) {

	 .header--social {
		 max-width:340px;
	 }
	 .header--subscribe {
		max-width: 180px;
	}
	 
}



.header--social .search_me span {
	user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #333;
    font-family: freight-sans-pro,serif;
}
.header--social .search_me {
	    display: flex;
	    align-items: center;
	position:relative
}
.header--social .search_me:hover span {
	text-decoration:underline;
}
.header--social .search_me.activeme svg path{
	fill:#325387 !important;
}
.header--social .search_me.activeme:after {
content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #111;
    position: absolute;
    bottom: -38px;
    left: 50%;
	transition: all .1s;
}
header.scrolled .header--social .search_me.activeme:after {
	bottom: -12px;
}
.header--subscribe {
    text-align: right;
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin-left: auto;
}
.head_dt_search {
    display: flex;
    margin-right: 3px;
	    margin-left: 30px;
}
.head_dt_search svg {
	width: 26px;
    margin-right: 5px;
	display:none;
}
.head_dt_search form {
	margin-top:0px;
}
.head_dt_search form .submit {
	padding: 10px;
    border-radius: 0px 3px 3px 0px;
}
.head_dt_search form .field {
	padding: 5px 10px;
	 border-radius: 3px 0px 0px 3px;
}
.header--subscribe .search_me {
	border: 1px solid #ccc;
    padding: 4px 4px 4px 6px;
    border-radius: 3px;
	    margin-right: 5px;
    display: none;
}
.header--subscribe .search_me svg {
        width: 26px;
    margin-right: 10px;
    display: inline-block;
    transition: all .3s;
    vertical-align: middle;
}

.header--subscribe .search_me span{
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    user-select: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    line-height: 1;
    font-family: freight-sans-pro, serif;
    border-radius: 0;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
    color: #000;
    margin-left: -5px;
}

.header__search__form.activeme a {
	display:none;
}
.header__search__form.activeme form {
	    margin-top: 0px;
}

.head_subscribe {
	display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    font-family: freight-sans-pro,serif;
}

.head_subscribe svg {
	width:26px !important;
	margin-top:-2px;
}
.head_subscribe svg .faabeea8-983f-437d-86af-6c6fe4129c84 {
	color:#111111;
	 animation-name: color;
	  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
.head_subscribe:hover svg .faabeea8-983f-437d-86af-6c6fe4129c84 {
	fill: #325387 !important;
}

@keyframes color {
  0% {
   fill: #111111;
  }
  50% {
    fill: #5c7aa8;
  }
  100 {
    fill: #111111;
  }
}


}
.header--social .head_subscribe.activeme svg  .faabeea8-983f-437d-86af-6c6fe4129c84 {
	fill:#325387 !important;
}
.header--social .head_subscribe.activeme:after {
content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #111;
    position: absolute;
    bottom: -38px;
    left: 50%;
	transition: all .1s;
}
header.scrolled .header--social .head_subscribe.activeme:after {
	bottom: -12px;
}

.head_news_options {
	display:none;
	padding-top:36px;
}
.head_news_options.activeme {
	display:block;
}

.head_news_inner {
	    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 0px 0px 60px;
}
.head_news_inner .gform_wrapper  {
	padding-top: 210px;
    margin-top: -210px;
}
.head_news_options.activeme {
	height:auto !important;
}
.head_news_options .gform_body span {
	display: block;
	    font-family: adobe-caslon-pro, serif;
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #111;
}
.head_news_options .gform_body label span {
	    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 3px;
    letter-spacing: 0.5px;
}
.head_news_options .gform_body #input_12_1 {
	margin-bottom:15px;
}
.head_news_options .gform_body .ginput_container_checkbox {
	border-top: 1px solid #ddd;
    padding-top: 12px;
    margin-top: 15px;
    padding-bottom: 15px;
}
.head_news_options .gfield_checkbox {
	    justify-content: space-between;
}
.head_news_options .gfield_checkbox, .head_news_options  .gfield_checkbox li {
	display: flex
}
.head_news_options  .gfield_checkbox li input {
	margin-top: 6px;
}
.head_news_options .gform_body label {
	display:none;
}
.head_news_options .gform_body .gfield_checkbox label {
	  display: inline-block;
    letter-spacing: 0.8px;
    font-weight: bold;	
	line-height: 1.1em;
}
.head_news_options .gform_footer  {
	    padding-top: 15px;
}
header.scrolled .head_subscribe {

}
.head_subscribe span {
	    font-size: inherit !important;
    color: inherit !important;
    display: inline-block !important;
	opacity:1 !important;

}

@media screen and (max-width: 1100px) {
	.head_subscribe span, .search_me span, .head_about_btn span, .header_sub_btn span {
		display:none !important;
	}
	.header--social {
    max-width: 180px;
}
	.header--subscribe { 
		max-width:124px;
	}
}
@media screen and (max-width: 800px) {
	.header--social {
    max-width: 150px;
}
	.header--subscribe { 
		max-width:110px;
	}
}


.head_subscribe, .head_subscribe span {
		 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.head_subscribe:hover span {
	text-decoration:underline;
}
.header--logo {
	transition: all .1s;
}
header.scrolled .header--logo {

}

@media screen and (max-width: 1019px) {
	.header--subscribe .search_me {
		display:block !important;
	}
.header__search__form.activeme a {
	display:none;
}
	.head_dt_search {
		display:none;
	}
	.head_subscribe span {
		display:none !important;
	}
.header__search__form.activeme form {
	    margin-top: 0px;
}
}


@media screen and (max-width: 866px) {
	.header--subscribe .search_me {
    display: none !important;
}
}
@media screen and (max-width: 680px) {
	header {
		    border-bottom: 15px solid #fff !important;
	}
}
@media screen and (max-width: 600px) {
	.head_news_options {
    margin-bottom: -123px;
    padding-top: 63px;
	}
	
}

.header--subscribe  a.search_me:hover svg, .head_subscribe:hover svg .faabeea8-983f-437d-86af-6c6fe4129c84  {
    fill: #325387; }

  @media screen and (max-width: 680px) {
    header .header--logo.col.col--4 {
      flex: 0 1 100% !important; } }
 /* header .header--subscribe .btn:after {
    content: "To our free newsletter";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    font-size: 10px;
    color: #666;
    display: block;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center; } */
  @media screen and (max-width: 680px) {
    header .header--subscribe {
      display: none; } }




html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  transition: padding .3s; }
  body.fixed header {
    position: fixed;
    z-index: 999;
    width: 100%; }

img, svg {
  display: block;
  margin: 0 auto; }

::selection {
  background: #f3f4ec; }

section {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 36px; }

.category {

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
.single .meta {
    margin-top:5px;
}
.meta {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .meta span {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #ddd; }
    .meta span:last-child {
      margin: 0;
      padding: 0;
      border: none; }

.stories {
  border-top: 1px solid #ddd;
  padding-top: 36px; }
  .stories .flex .col--9 {
    padding-right: 36px;
flex:1 !important}
  .stories .flex .col--3 {
    flex: 0 1 300px !important;}

nav {
  padding: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 95%;
  margin: 0 auto 24px; }
  @media screen and (max-width: 960px) {
    nav {
      position: fixed;
      transform: translate3d(0, -100%, 0);
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 999;
      top: 0;
      margin: 0;
      max-width: 100%;
      padding: 24px; } }
  nav .menu {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-wrap: wrap; }
    nav .menu a {
      color: #666; }
      nav .menu a:hover {
        color: #325387; }
    @media screen and (max-width: 960px) {
      nav .menu li {
        margin-bottom: 24px;
        flex: 0 1 100%; } }

.newsletter {
  display: flex;
  flex-direction: column;
  padding: 36px;
  text-align: center;
  align-items: center;
  background-color: #f9f9f9; }

.newsletter_sidebar, .newsletter_bop {
    background-size:cover;
    background-position:center;
}
.subscribe_header_tag {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    font-size: 10px;
    color: #666;
    display: block;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-carousel .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.owl-carousel .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://earth.org/wp-content/themes/hivelife-wp/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel__hero .owl-nav .owl-prev, .owl-carousel__hero .owl-nav .owl-next {
  position: absolute;
  background-color: transparent;
  height: 100%;
  top: 0;
  width: 150px;
  padding: 14px 19px;
  color: #fff;
  transition: all .3s; }
  @media screen and (max-width: 600px) {
    .owl-carousel__hero .owl-nav .owl-prev, .owl-carousel__hero .owl-nav .owl-next {
      display: none; } }
  .owl-carousel__hero .owl-nav .owl-prev i, .owl-carousel__hero .owl-nav .owl-next i {
    transition: all .3s;
    transform: translateX(0);
    position: relative;
    top: calc(50% - 8px); }
.owl-carousel__hero .owl-nav .owl-prev {
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.25));
  left: 0; }
  .owl-carousel__hero .owl-nav .owl-prev:hover i {
    transform: translateX(-5px); }
.owl-carousel__hero .owl-nav .owl-next {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.25));
  right: 0;
  text-align: right; }
  .owl-carousel__hero .owl-nav .owl-next:hover i {
    transform: translateX(5px); }

.post-hero {
  max-width: 768px;
  margin: 0 auto 48px; }

.post-hero h4 {
    padding-top:5px;
}

.post-content {
  max-width: 768px;
  margin: 0 auto 48px; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    width: 85%;
    margin: 0 auto 24px; }
  .post-content h2 {
    margin: 0 auto 24px;
    font-size: 36px; }
  .post-content p {
    margin: 0 auto 24px;
    width: 85%; }
  .post-content img {
    margin: 0 auto 48px; }
.post-content a:hover, .post-content  h4 a:hover , .post-content  h3 a:hover , .post-content  li a:hover {
    color:#353725 !important;
}
.video-grid {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd; }
  .video-grid .flex {
    justify-content: space-between; }
    .video-grid .flex .video-thumb {
      position: relative; }
      .video-grid .flex .video-thumb.col--3 {
        flex: 0 1 calc(25% - 16px);
        margin-bottom: 20px;
        position: relative; }
        .video-grid .flex .video-thumb.col--3:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
          z-index: 0; }
        .video-grid .flex .video-thumb.col--3 img {
          width: 100%;
          height: auto; }
      .video-grid .flex .video-thumb__overlay {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        flex-direction: column;
        left: 0;
        z-index: 1; }
        .video-grid .flex .video-thumb__overlay svg {
          width: 24px;
          margin-bottom: 4px; }
        .video-grid .flex .video-thumb__overlay h3 {
          color: #fff;
          font-size: 18px;
          text-align: center;
          line-height: 1.2;
          max-width: 70%; }
      .video-grid .flex .video-thumb:hover .video-thumb__overlay h3 {
        text-decoration: underline; }

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ----------------------Flex------------------------ */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.home_btn, .love_btn {
    display:none;
}
.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex--align-center {
    align-items: center; }
  .flex .col {
    flex: 0 1 auto; }
    .flex .col--2 {
      flex: 0 1 calc(( 2 / 12) * 100%) !important; }
    .flex .col--3 {
      flex: 0 1 calc(( 3 / 12) * 100%) !important; }
    .flex .col--4 {
      flex: 0 1 calc(( 4 / 12) * 100%) !important; }
    .flex .col--6 {
      flex: 0 1 calc(( 6 / 12) * 100%) !important; }
    .flex .col--8 {
      flex: 0 1 calc(( 8 / 12) * 100%) !important; }
    .flex .col--9 {
      flex: 0 1 calc(( 9 / 12) * 100%) !important; }
    .flex .col--10 {
      flex: 0 1 calc(( 10 / 12) * 100%) !important; }
    .flex .col--offset-3 {
      margin-left: calc((3 / 12) * 100%) !important; }





/*//////////////////////////////////////*/
/*////////// LMNOP /////////////////////*/
/*//////////////// /////////////////////*/





.nowrap {
     white-space: nowrap;
}
.meta span {
        white-space: nowrap;
    display: inline-block;
}
.footer {
    max-width:1260px;
}
.category {
	letter-spacing: 0.8px;

	    font-family: freight-sans-pro, serif;
	    font-size: 12px;
    font-weight: 400;
}
.meta {
	letter-spacing: 0.8px;
 
	    font-family: freight-sans-pro, serif;
	    font-size: 12px;
    font-weight: 400;
}
/*/------------- STICKY HEADER -------------/*/

#whole_cont {
    padding-top: 148px;

}
header {
    padding: 0px;
    margin: 0 auto 0px;
     position: fixed;
    z-index: 99;
    background-color: #fff;
    left: 0px;
    right: 0px;
    max-width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-bottom:none;
}
header .flex {
    padding: 14px 0 12px;
    border-bottom: 1px solid #ededed;
}
 header.shrink_active.scrolled {
   
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
 
}
header .header--logo span, header .header--logo svg, header .flex {
     transition: all .1s;
}
 header.shrink_active.scrolled  .header--logo span, header.shrink_active.scrolled  .header--logo svg, header.shrink_active.scrolled .flex {
     transition: all .2s;
}
header.shrink_active.scrolled .header--logo span {
    opacity:0;   
    height:0px;
}
header.shrink_active.scrolled .header--subscribe .btn .subscribe_header_tag {
    display:none;
}
header.shrink_active.scrolled .header--logo svg {
   width: 300px;
    margin-bottom: 0px;
    margin-top: 0px;
}
header.shrink_active.scrolled .flex {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}






header.shrink_mob.scrolled {
   
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
 
}

header.shrink_mob.scrolled  .header--logo span, header.shrink_mob.scrolled  .header--logo svg, header.shrink_mob.scrolled .flex {
     transition: all .2s;
}
header.shrink_mob.scrolled .header--logo span {
    opacity:0;   
    height:0px;
}
header.shrink_mob.scrolled .header--subscribe .btn .subscribe_header_tag {
    display:none;
}
header.shrink_mob.scrolled .header--logo svg {
   /* height: 40px;
    margin-bottom: 0px; */
	margin-top:0px;
	margin-bottom:0px;
}
header.shrink_mob.scrolled .flex {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}






/*// ROOT NAV /*/

body.single .root_nav, body.single .mob_menu {
    border-bottom: 1px solid #ededed;
}
.root_nav ul {
    text-align:center;
    max-width:1260px;
    margin:auto;
}

.root_nav li {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0px 1%;
}

.root_nav li a {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
color: #111;
    font-size: 16px;
    text-transform: none;
    letter-spacing: .15px;
    font-weight: 400;
    line-height: 34px;
    font-family: freight-sans-pro,sans-serif;
}

.root_nav li a:hover {
   color: #325387; 
	text-decoration: underline;
}
.root_nav li.current-menu-item a {
    font-weight: 600;
       text-decoration: underline;
    
}

.menu_bg_main {

    position:fixed;
    z-index:98;
    top:100%;
    right:0px;
    left:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.4);
    cursor:pointer;
    opacity:0;
    transition: opacity 0.3s;
}

.menu_bg_main.activeme, .menu_bg_main.activeme1, .menu_bg_main.activeme2  {
   top:0;
    opacity:1;
    
}
 .article_back_btn {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 40px;
    display: none;
    height: 55px;
    }
 .article_bookmark_btn {
    position: fixed;
    top: 0px;
    left: 40px;
    width: 40px;
    display: none;
    height: 55px;
    }
.article_bookmark_btn svg {
        width: 18px;
    margin-top: 22px;
}
.article_bookmark_btn .simplefavorite-button.active {
    opacity:1 !important;
}
.article_bookmark_btn svg path {
    stroke: black;
    stroke-width: 14px;
}
.simplefavorite-button {
    display:none !important;
}

/*/----------------- MOB MENU--------------- */

.mob_menu {
    display:none;
    height:36px;
}

.mob_menu_icon {
    margin:auto;
    width:36px;
    height:36px;
    cursor:pointer;
}
.mob_menu_icon_inner {
    padding-top: 5px;
}
.mob_menu_icon_inner div {
    background-color: #111111;
    height: 1px;
    width: 22px;
    margin: 5px auto 0px;    
}


/*/ NEW POP UP /*/

.pum-theme-3685 .pum-container, .pum-theme-default-theme .pum-container {
    background-color:#fff!important;
}
.popmake-content__center {
    border: 2px solid #8d9647;
    padding: 36px;
    margin: 54px 36px 36px !important;
    text-align: center;
    width: 100%;
    position:relative;
}
.popmake-content__center svg {
    margin-top: 18px;
}
.popmake-content__center p {
    font-family: 'noto serif',serif!important;
    color: #111;
}
.popmake-content__center h3{
    padding-top: 15px;
    margin-bottom: 8px;
    font-size: 24px;
}
.popmake-content__center .gform_body li:first-child {
    width: 100%!important;
    margin-right: 0!important;
    margin-top:0px !important;
}
.popmake-content__center  .gform_body input {
    width: 100%;
    margin: 0;
    border-color: #8d9647;
    background-color: #f5f4f4;
    text-align: left;
}
.popmake-content__center .gform_wrapper {
    padding-top: 10px;
    max-width: 320px;
    margin: auto;
}
.popmake-content__center .pop_up_mail_icon {
    position: absolute;
    width: 80px;
    height: 56px;
    background-color: #fff;
    top: -34px;
    left: 50%;
    margin-left: -40px;
}
.popmake-content__center .pop_up_mail_icon svg{
    width: 40px;
    height: 40px;
    margin-top: 8px
}
.pop_up_inner {
    max-width:400px;
    margin:auto;
}

/*/ Head Toggles /*/

.desktop_cats.toggled1 .root_nav, .desktop_cats.toggled2 .root_nav, .desktop_cats.toggled3 .root_nav {
	display:none;
}

/*/ New Search Bar /*/

.header_sub_box {
    display:none !important;
}
.header_sub_box .gform_wrapper .validation_error{
    display:none !important;
}
body img.gform_ajax_spinner {
 display: none !important;
}



/*/-------------= HEADER SEARCH -------------/*/
.header__search__form {
        padding: 36px 0px;
    display:none;
}
.header_search_inner #searchform label {
    display:none;
}
.header_search_inner #searchform div{
    display:flex;
    
}
.header_search_inner {
    max-width:700px;
    margin:auto;
}
.header_search_inner #searchsubmit {
    margin-left:16px;
}
.header__search__form.activeme {
    display:block;
}
.mob_search_icon {
    display:none;
}
.mob_menu_active .header__search__form {
    display:block !important;
}
.mob_menu_active .header_search_inner #searchsubmit {
    margin-left: 6px;
    width: 100px;
}

/*/-------------- COLUM CENTERING -----------/*/

section {
    max-width: 1260px;
}
section.carousel {
    max-width:100%;
    padding-left: 0%;
    padding-right: 0;
}
.stories {
    border-top: none;
    padding-top: 0px;
}
.stories .flex_pad {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

/*/-------------- Location Filter ---------------------/*/

    .stories .flex .col--9 .latest__filter {
      display: block;
      margin-bottom: 24px; }
      .stories .flex .col--9 .latest__filter .searchandfilter ul li {
        display: inline-block;
        margin-right: 16px;
        padding: 0; }

.sf-field-taxonomy-Locations input {
    display:none;
}
.sf-field-taxonomy-Locations  .sf-label-checkbox, .sf-field-reset {
    padding-left:0px !important;;
    color: #325387;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sf-field-taxonomy-Locations .sf-label-checkbox:hover, .sf-field-reset:hover {
    color: #111111;
}
.sf-field-reset a:hover {
    color: #111111;
}
.sf-option-active label{
    color:#111111 !important;
} 
.sf-label-checkbox {
    cursor:pointer;
}
.search-filter-results {
    padding-top: 235px; margin-top: -235px;
}
.searchandfilter ul:first-of-type {
    border-bottom:1px solid #ddd;
    padding-bottom:16px;
}
.searchandfilter ul li ul {
    border-bottom:none !important;
    padding-bottom:0px !important;
}

/*/-------------- Category Filter ---------------------/*/



      .section-home_filter ul li {
        display: inline-block;
        margin-right: 16px;
        padding: 0; }

.section-home_filter input {
    display:none;
}
.section-home_filter  .sf-label-checkbox, .sf-field-reset {
    padding-left:0px !important;;
    color: #325387;
    font-size: 12px;
    text-transform: uppercase;
	font-family: freight-sans-pro, serif;
    font-size: 12px;
}

.search-filter-results .category a:hover, .vert_list .category a:hover {
    color:#111111;
}

/*/-------------- STANDARD HORIZONTAL LISTING -----------/*/


.search-filter-results article {
    margin-right: 24px;
}
.search-filter-results article .horiz_item_img {
    margin-right: 0px;
    position: relative;
    height: 0;
    padding-bottom: 56.3%;
    background-color: #fafafa;
    
}
.search-filter-results article .latest__content {
    padding-left:48px;
}
.horiz_item_img img {
    width:100%;
    height:auto;

}
.search-filter-results .category, .vert_list .category {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 12px;
}
 .vert_list .category {
    margin-bottom: 20px;
}
.search-filter-results .category span, .vert_list .category span {
    display: inline-block;
    background-color: #fff;
    padding: 0px;
    color: #325387;
}

 .home .latest__content .category a {
        display:none;
    }
    .home .latest__content .category a.primary_cat {
        display:block;
    }

.home .latest__content .category a:only-of-type {
   display:block !important;
}

/*/--------------- VERTICAL LISTINGS ------------------/*/

.vert_list {
    justify-content:space-between;
}
.vert_item {
    width:calc(1/3*100% - (1 - 1/3)*42px);
    border-bottom: 1px solid #ddd;
}
.vert_item img {
    height:auto;
    width: 100%;
}
.vert_item_img {
    position: relative;
    height: 0;
    padding-bottom: 56.3%;
    background-color: #fafafa;
        overflow: hidden;
}
.vert_item_content {
    margin-top:22px;    
    padding-bottom:36px;
}

.popular_posts, .video-grid, .newsletter  {
    margin-top:90px;
}

.popular_posts h2, .video-grid h2 {
    margin-bottom: 36px;
}

.popular_posts .flex::after {
    content: "";
    flex: 0 1 calc(33.33% - 10px);
}

.vert_item a:hover h3 {
    text-decoration:underline;
}

/*/--------------- TRENDING TEXT LIST ------------------*/

#search-filter-results-11771 article {
    margin-right: 0px;
}
.trending-articles a {
    color:#325387;
}

.trending-articles .category a {
    display:none;
    padding-bottom:10px;
}        
.trending-articles .category a.primary_cat {
    display:block;
} 
.trending-articles .category span a:only-of-type  {
   display:block !important;
}

/*/--------------- VIDEO LIST HOME ---------------------*/

.video-grid .col--6 {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 20px;
    position: relative; 
}
.video-grid .flex .video-thumb.col--6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 0;
}
.video-grid .vid_col_2, .video-grid  .vid_col_1 {
    flex: 0 1 calc(50% - 10px);
}
.vid_col_2 .flex .video-thumb:nth-last-child(-n+2) {
    margin-bottom:0px;
}
.vid_col_2 .flex .video-thumb:last-child {
    margin-bottom:0px;
}
.video-grid .horiz_item_img {
     position: relative;
    height: 0;
    padding-bottom: 56.3%;
    background-color: #fafafa;
    background-color:#fafafa;
}

/*/-------------- SECTION HOME ----------------------*/

.flex .col--1 {
    flex: 0 1 calc(( 1 / 12) * 100%) !important;
}
.hero_section_home .featured__image{
    height: 65vh;
    max-height: 768px;
}
.hero_section_home .featured__image  {
    background-size:cover;
    position:relative;
}
.hero_section_home .item__meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 144px 24px 24px;
    display: block;
    justify-content: space-between;
        text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.hero_section_home .featured {
    position:relative;
}
.hero_section_home .featured h1 {
    opacity:1 !important;
}
.hero_section_home .featured__content__type.spacing {
    display: inline-block;
    background-color: #325387;
    padding: 5px 8px;
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cat_owl_meta .featured__content__type.spacing {
    display: inline-block;
    background-color: #325387;
    padding: 5px 8px;
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.cat_owl_meta {
    display:block;
        text-align: center;
}


.section-home_filter .sf-field-reset {
    padding-bottom: 5px;
}
.section-home_filter .sf-field-taxonomy-Locations,  .section-home_filter .sf-field-category {
    padding-top:0px;
}
a.search_reset_active {
    color:#111 !important;
}
 .section_home_listings .section-home_filter h2 {
     display:none;
}
.section_home_listings {
    padding-bottom:90px;
}

/*/-------------- SINGLE ARTICLE ---------------------/*/

.post-hero {
    margin-top:36px;
}
.post-hero .category{
    margin-bottom:14px;
}
.post_image {
    max-width: 768px;
    margin: 0 auto 48px;
    margin-bottom: 36px;
}
.post-content p, .post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    width: 100%;
}
.post-content p span {
	font-weight:300 !important;
}
.post-content p span strong {
	font-weight:300 !important;
}
.post-content h4 {
        margin: 0 auto 24px;
}
.post-content li {
        list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
}
.post-content .reference-text {
        font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 1em;
    display: block;
}
@media screen and (max-width: 600px) {
    .post-content li {
       font-size: 16px;
        font-weight: 300;
        line-height: 1.85;
        -webkit-font-smoothing: antialiased;
    }
    .post-content .reference-text {
        line-height: 1.6em;
    }
}
.post-hero .category a:hover, .post-hero .meta a:hover {
    color:#111111;
}
.post-content img {
        margin:30px auto 30px;
        width: 100%;
    height: auto;
}
.article_share {
     max-width: 768px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
    margin-bottom: 90px;   
}
.story__content__social .ssba {
    float: right;
}
.article_share .ssba img {
    width: 34px !important;
}
.article_share span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.story__content__social.top_single_social {
    padding-bottom: 8px;
    padding-top: 8px;
}
.ssba img {
    width: 40px !important;
    padding: 6px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
}
.story__content__social.top_single_social .ssba {
    float: left;
}
.story__content__social.top_single_social .ssba img {
        width: 32px !important;
    padding: 12px 12px 0px 0px;
}

.single .category a:after {
    content:', ';
}
.single .category a:last-child:after {
  content:'';
}


.page-template .search-filter-results .category a:after {
    content:', ';
}
.page-template .search-filter-results .category a:last-child:after {
  content:'';
}


.vert_item .category a:after{
    content:', ';
}
.vert_item .category a:last-child:after  {
  content:'';
}

/*/ EVENTS FEED /*/

.event-details__image {
  max-width: 75%;
  margin: 0 auto 50px;
  display: block; }
  .event-details__image img {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .event-details__image {
      max-width: 100%;
      margin: 0 auto 25px; } }
.event-details__content {
  max-width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .event-details__content {
      max-width: 75%; } }
  @media screen and (max-width: 768px) {
    .event-details__content {
      max-width: 100%; } }

.event-single {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  max-width: 75%; }
  .event-single__box {
    flex: 0 1 50%; }
    .event-single__box img {
      padding-right: 50px; }

.event-toggle {
  overflow: hidden;
  padding-bottom: 1px !important; }
  .event-toggle__tab {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-around; }
    .event-toggle__tab h3 {
      cursor: pointer;
      opacity: .25;
      position: relative;
      padding-top: 2px;
      padding-left: 36px; }
      .event-toggle__tab h3 img {
        position: absolute;
        height: 24px;
        left: 0;
        top: 0; }
      .event-toggle__tab h3:hover {
        color: #7f8b62;
        opacity: .5; }
      .event-toggle__tab h3.active {
        opacity: 1;
        cursor: default; }
        .event-toggle__tab h3.active:hover {
          color: #333;
          opacity: 1; }
  .event-toggle__content {
    width: 200%;
    display: flex;
    justify-content: flex-start;
    transform: translateX(0);
    transition: all .3s; }
    .event-toggle__content__box {
      flex: 0 1 50%;
      padding: 0 50px; }
      @media screen and (max-width: 960px) {
        .event-toggle__content__box {
          padding: 0 20px; } }
      .event-toggle__content__box:first-child {
        height: 100%; }
      .event-toggle__content__box:last-child {
        max-width: 960px;
        margin: 0 auto;
        height: 0; }
    .event-toggle__content.switch {
      transform: translateX(-50%); }
      .event-toggle__content.switch .event-toggle__content__box:first-child {
        height: 0; }
      .event-toggle__content.switch .event-toggle__content__box:last-child {
        height: 100%; }
  .event-toggle__feed {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .3s; }
    .event-toggle__feed.active {
      opacity: 1;
      transform: translate(0); }
  .event-toggle__calendar {
    opacity: 0;
    transform: translateX(100%);
    transition: all .3s; }
    .event-toggle__calendar.active {
      opacity: 1;
      transform: translate(0); }

.feed {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap; }
  .feed__box {
    flex: 0 1 calc(25% - 15px);
    display: flex;
    flex-direction: column;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0 1px #ddd;
    margin-right: 20px; }
    @media screen and (min-width: 601px) {
      .feed__box:nth-child(4n) {
        margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .feed__box {
        flex: 0 1 calc(50% - 5px);
        margin-bottom: 20px;
        margin-right: 10px; }
        .feed__box:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 400px) {
      .feed__box {
        margin-bottom: 10px; } }
    .feed__box__image img {
      display: block; }
    .feed__box__content {
      padding: 20px 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .feed__box__content a {
        font-size: 20px;
        font-weight: 700;
        color: #333;
        line-height: 1;
        margin-bottom: 10px;
        display: block; }
        @media screen and (max-width: 400px) {
          .feed__box__content a {
            font-size: 16px; } }
      .feed__box__content span {
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        display: block;
        color: #7f8b62; }


/*/ TIMELINE /*/

    .cool-timeline .timeline-post .timeline-content .content-details p {

    white-space: normal;
          font-family: freight-sans-pro, serif;
}
.cool-timeline.light-timeline .timeline-post .timeline-meta .meta-details {
    color: #333 !important;
    font-family: freight-sans-pro, serif;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 2em;
}
    
.cool-timeline.light-timeline .content-title, .cool-timeline.light-timeline .content-title a, .cool-timeline.light-timeline .content-title h2 {
    font-family: adobe-caslon-pro, serif;
	font-size:1.3em;
    font-weight: bold;
}

/*/----------------- INSTAGRAM FEED ----------------------/*/

.instagram_holder_inner {
        background-color: #f9f9f9;
}
.insta_header {
    padding-bottom: 36px;
   
}
.insta_header .instaheader_inner {
max-width: 260px;
    margin: auto;
    text-align: center;
}
.insta_header img {
    width: 26px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 20px; */
}

.insta_header h2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.sbi_photo_wrap {
   /* padding:10px; */
}


    
    .instagram_holder .slick-prev {
        display: inline-block !important;
        position: absolute;
          z-index: 1;
        left:0px;
        top:0px;
        bottom:0px;
        height: auto;
        padding: 0px;
        width: 30px;
         font-size: 0;
        outline : none;
            background: transparent;
    }
    .instagram_holder .slick-next {
        display: inline-block !important;
        position: absolute;
        right:0px;
        bottom:0px;
        top:0px;
        z-index: 1;
        height: auto;
        padding: 0px;
        width: 30px;
         font-size: 0;
        outline : none;
            background: transparent;
    }
    
    .instagram_holder .slick-next::before {
         content: "";
         position: absolute;
        right:0px;
        bottom:0px;
        top:50%;
        background-color: #325387;
        z-index: 1;
        height: auto;
            padding: 0px;
        width: 20px;
        height: 24px;
        margin-top: -11px;
    }
      .instagram_holder .slick-next::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
    margin-left: 7px;
    position: absolute;
    right: 6px;
    z-index: 2;
    top: 50%;
    margin-top: -5px;
    }
     .instagram_holder .slick-prev::before{
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        margin-left: 5px;
        left: 2px;
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -5px;
    }
    .instagram_holder .slick-prev::after {
         content: "";
         position: absolute;
        left:0px;
        bottom:0px;
        top:50%;
        background-color: #325387;
        z-index: 1;
        height: auto;
       padding: 0px;
        width: 20px;
        height: 24px;
        margin-top: -11px;
    }
    
#sbi_images .sbi_item{
    opacity: 0 !important;
}
#sbi_images.slick-initialized .slick-slide {
    opacity:1 !important;
}
#sb_instagram #sbi_images {
    max-height:18vw;
}

/*/----------------------- DEFAULT TEMPLATE --------------------------*/

.page-template-default .post-content {
    margin-top:72px;
}
.page-template-default .root_nav, .page-template-default .mob_menu {
    border-bottom: 1px solid #ddd;
}

/*/----------------------- AUTHOR BIOS -------------------------------/*/

.author_bio {
    max-width: 768px;
    padding-top: 16px;
    margin-bottom: 90px;
}
.author_bio img {
    padding-right:36px;
}
.auth_inline {
    display:none;
}

/*/------------------------ video_channel_list ---------------------------------/*/

.video-grid.video_channel_list{
    margin-top:0px;
    border-top:none;
    margin-bottom: 32px;
}
.video-grid.video_channel_list .col--4.video-thumb  {
       flex: 0 1 calc(33.33% - 10px);
        margin-bottom: 20px;
}
.video-grid.video_channel_list .horiz_item_img {
    overflow:hidden;
}
.video-grid.video_channel_list .horiz_item_img {
        padding-bottom: 52.3%;
    margin-bottom:6px;
}
.video-grid.video_channel_list .video-thumb .horiz_item_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 0;
}
.featured_vid_icon svg{
        width: 48px;
    margin-bottom: 8px;
    
}
.video-thumb:hover h2 {
    text-decoration:underline;
}
.videos_filter {
    margin-bottom:24px;
}
.videos_filter .searchandfilter ul li {
    display: inline-block;
    margin-right: 16px;
    padding: 0;
}
.videos_filter .searchandfilter input{
    display:none
}
.videos_filter .searchandfilter .sf-label-checkbox, .videos_filter .searchandfilter .sf-field-reset {
    padding-left: 0px !important;
    color: #325387;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.video-grid .flex::after {
  content: "";
  flex: 0 1 calc(33.33% - 10px);
}

/*/------------------------- SINGLE VIDEO --------------/*/
.video-page__grid__box {
    position:relative;
}
.video-wrapper {
    margin-top:36px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*/ GLOBAL DATA /*/

.global_data, .special_report_latest {
        margin-top: 50px;
}
.global_data, .special_report_latest .breaking_title a{
	margin-bottom:0px !important;
}
.global_data_item {
    padding: 15px 0px 15px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
	line-height: 1.15;
}
.global_data_item:nth-child(1) {
    border-top: 1px solid #ddd;
}
.global_data_item a {
        font-family: adobe-caslon-pro, serif;
    color:#111111;
    font-weight:700;
        font-size: 14px;
}

.trending_pad .newsletter {
    margin-top:50px;
}
/*/----------------------- MEET TH ETEAM -------------------------------/*/

.team_bios {
    margin-top:36px;
}
.page-template-template_team_bios  .team_bios img {
    padding-right:0px;
    padding-left:36px;;
 
}
.page-template-template_team_bios  .team_bios h2.bio_title {
    margin: 0 auto 26px;
    font-size: 26px;
 
}
.team_bios .flex {
    margin-bottom:36px;
}
.page-template-template_team_bios .root_nav, .page-template-template_team_bios .mob_menu {
    border-bottom: 1px solid #ddd;
}

/*/---------------------- SEARCH ---------------------------------------------/*/
.search .inner {
        max-width: 768px;
    margin: auto;
}

#bsearchresults .bsearch_nav_row2 {
    display:none;
}
.bsearchform {
    margin-top:36px;
    display: flex; 
}
.bsearchform label {
    display:none;
}
.bsearchform .searchsubmit {
    margin-left:16px;
}
.search__content .page-title {
    margin-top:36px;
}
.bsearch_nav_row1 {
        font-size: 14px;
    text-transform: uppercase;
}
#bsearchresults h2 {
    margin: 42px 0px 16px;
}
.bsearch_date, .bsearch_score {
         font-size: 14px;
    text-transform: uppercase;
}

/*/ INSTA FEED /*/

#sb_instagram img {
    display:block !important;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    padding: 5px !important;
}
#sb_instagram #sbi_images .sbi_photo {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    overflow:hidden !important;
}

/*/ GUIDELINES /*/

.post-content.guidelines {
    padding-top:36px;
}
.post-content.guidelines a {
    text-decoration:underline;
}
 .post-content.guidelines h3 {
    padding-top:24px;
     margin-bottom: 12px;
}
 .post-content.guidelines h4{
        font-size: 17px;
    margin-bottom: 12px;
}
.post-content.guidelines ul {
    padding-left: 20px;
        margin: 0 auto 24px;
}
 .post-content.guidelines li {
list-style: disc;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
}
.post-content.guidelines ol {
    padding-left: 20px;
    margin: 0 auto 24px;
}
.post-content.guidelines ol li {
    list-style: decimal;
}
/*
 @media screen and (max-width: 970px) {
    .post-content.guidelines  {
    padding-top:90px;
        padding-left: 24px;
    padding-right: 24px;
     }
}  
*/

/*/ Meet the Team /*/

.page-template-template-meet-team .post-content {
    margin-top: 72px;
}

.author_list .table__row {
    display:flex;
}
.author_list .table__header, .author_list .table__footer {
    border-bottom: 1px solid #ddd;

}
.author_list .table__row img {
    height: auto;
    width: 200px;
}
.author_list .auth_full {
    width: 200px;
        padding-right: 20px;
}
.author_list .table__row .user_deets {
    flex: 1;
}
.author_list .table__row .user_deets h3 {
    margin-bottom:0px;
}
.author_list div {
    padding:10px;
}
.author_list .table__row:nth-child(even) {
    background-color: #f9f9f9;
}
.author_list  .table {
    max-width: 950px;
    margin: auto;
}
.author_list .user_deets div {
    padding:0px;
    padding-bottom:10px;
}
.author_list .user_clear {
    display:none;
}

@media screen and (max-width:600px) {
    .author_list .table__row {
        display: block;
    }
    .author_list .auth_full {
        width: 150px;
        /*float: left;*/
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .author_list .user_clear {
        display:block;
        clear:both;
    }
}




@media screen and (min-width: 600px) {
.copyurl {
    display: none !important;
}
}



/*/ Events Newsletter /*/

.events_newsletter {
    background-size:cover;
    margin: 0px 10px 0px;
    background-position:center 90%;
    text-align: center;
}
.newsletter_events_holder {
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 0px;
}


#cff .cff-load-more {
    margin: 10px 10px 0 10px !important;
}


.events_newsletter .newsletter__gform  .gfield_label {
    display:none;
}

.events_newsletter_inner {
    display: inline-block;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    margin: 20px;
}

.facebook_events {
    padding: 0px 70px;
}
.facebook_events .gform_footer input {
    margin-top:18px;
}
.facebook_intro .tiles-header {
    padding-left: 0px;
    margin-left: -10px;
}
.event-toggle {
    padding-left: 30px;
    padding-right: 30px;
}

.cff-likebox {
        position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 0px !important;
    width: 33.3% !important;
    margin: 0px !important;
    padding: 10px !important;
        padding-bottom: 0px !important;
}


.cff-likebox iframe {
    width: 100% !important;
    margin: auto !important;
    max-width: 600px !important;
}
.cff-item {
    padding:0px !important;
  
}
.cff-post-text {
    text-align: left !important;
    padding: 0px 10px !important;
}
.intro.facebook_intro {
    max-width: 1430px;
    padding-top: 50px;
    padding-bottom: 100px;
}
#cff .cff-post-links, #cff .cff-event-meta {
    float: left!important;
    clear: none!important;
    margin-top: 12px!important;
    font-size: 11px!important;
    padding: 0px 10px 10px!important;
    text-transform: uppercase!important;
}
#cff .cff-date {
    float: left!important;
    width: 100%!important;
    min-width: 50px!important;
    font-size: 11px!important;
    text-align: left!important;
    padding: 20px 10px 0px!important;
    text-transform: uppercase!important;
}

#cff .cff-item {
    width:33.3% !important;
    margin:0px !important;
    position:relative;
     border: solid 10px #ffffff !important;
}

#cff .cff-item:before {
    content: "";
    position:absolute;
        top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    border: solid 1px #ddd !important;
}

#cff.cff-masonry .cff-load-more {
    width: auto!important;
    float: none!important;
}


@media (max-width: 960px) {
.facebook_events {
    padding: 0px 40px;
}
}
@media (max-width: 780px) {
    #cff .cff-item {
    width:100% !important;
    }
    
.cff-likebox {
 width:100% !important;
}

}
@media screen and (max-width: 768px) {
    .facebook_events {
    padding: 0px 0px;
}
    .event-toggle {
    padding-left: 0px;
    padding-right: 0px;
}
.facebook_intro .tiles-header {
    padding-left:0px;
}
}
    








/*/ ---------------------- POP UP MAKER ----------------------------------/*/

.newsletter p {
    font-size:16px;
}
.newsletter .btn {
    margin-top:6px;
}

@media screen and (max-width:768px) {
    .popmake,
    .content-sub__subscribe {
        max-width: 400px!important;
        border-top: 3px solid #8d9647
    }
    
}

.popmake-content {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap
}

.popmake-content__left {
    flex: 0 1 50%;
    background: url(https://hivelife.com/wp-content/images/subscribe-small.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

@media screen and (max-width:768px) {
    .popmake-content__left {
        flex: 0 1 100%;
        min-height: 150px
    }
}

.popmake-content__left h1 {
    color: #fff;
    margin-bottom: 0;
        text-shadow: 10px 0px 30px black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px
}

.popmake-content__right {
    flex: 0 1 50%;
    padding: 40px 20px
}

.popmake-content__right h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 28px;
}

.popmake-content__right h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #ddd
}

@media screen and (max-width:768px) {
    .popmake-content__right {
        flex: 0 1 100%;
        padding: 20px
    }
}

.popmake-content .gform_wrapper {
    padding-top: 10px
}

.popmake-content .gform_wrapper::after {
    clear: both;
    content: "";
    display: table
}

.popmake-content .gform_body {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.popmake-content .gform_body li {
    width: 100%;
    float: left;
    margin-top:10px;
}

.popmake-content .gform_body li:first-child {
    width: 62%;
    margin-right: 2%
}

@media screen and (max-width:768px) {
    .popmake-content .gform_body li:first-child {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .popmake-content .gform_body li {
        width: 100%
    }
}

.popmake-content .gform_body label {
    display: none
}

.popmake-content .gform_body input {
    width: 100%;
    margin: 0;
 
}

@media screen and (max-width:768px) {
    .popmake-content .gform_body input {
        margin-bottom: 10px
    }
}

.popmake-content .gform_body select {
    width: 100%;
    margin: 0;
        height: 43px;
    padding-left:5px;
        border-color: #8d9647;
    background-color: #f5f4f4;
}

@media screen and (max-width:768px) {
    .popmake-content .gform_body select {
        margin-bottom: 10px
    }
}

@media screen and (max-width:768px) {
    .popmake-content .gform_body {
        width: 100%
    }
}

.popmake-content .gform_footer {
    float: right;
    width: 100%;
    clear: none
}

.popmake-content .gform_footer input[type="Submit"] {
    width: 100%
}

@media screen and (min-width: 1280px) {
        .instagram_holder .slick-next {
        right:-10px;
    }
    .instagram_holder .slick-prev {
        left:-10px;
    }
}

@media screen and (max-width: 1300px) {
    #whole_cont {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
        .flex.footer {
        padding-left: 2.5%;
    padding-right: 2.5%;
    }
}

@media screen and (max-width: 1220px) {
    .root_nav li {
        display: inline-block;
        padding: 0px 0.5%;
    }
}

@media screen and (max-width: 1200px) {
.search-filter-results article .horiz_item_img {
    margin-right: 0px;
}
    .search-filter-results article .latest__content {
    padding-left:16px;
}
.search-filter-results article {
    margin-right: 0px;
}
    .search-filter-results .category, .vert_list .category {
 
    margin-bottom: 22px;
}
}


@media screen and (max-width: 1100px) {
    header .header--logo svg {
    width:100%;
    max-width:240px;
}
    .root_nav ul {
        display:none;
        padding: 36px 0px;
    border-bottom: 1px solid #ddd;
    }
    header.mob_menu_active ul{
         display:block;
    }
    .root_nav li {
    display: block;
   
}
    .mob_menu {
    display:block;
}
    body.single .root_nav {
    border-bottom: none;
}
    .page-template-template_team_bios .root_nav {
    border-bottom: none;
}
    .page-template-default .root_nav {
    border-bottom: none;
}

    .hero_section_home .featured__image{
    min-height: 400px;
}
    .video-grid.video_channel_list .col--4.video-thumb {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 20px;
}
}


#sb_instagram .sbi_photo img {
    display:block !important;
    width:auto !important;
    height:100% !important;
        max-width: 500%!important;
}


@media screen and (max-width: 960px) {

  .stories .flex .col--9 {
    flex: 0 1 100% !important;
    padding-right: 0; }
    .stories .flex .col--9.latest__content {
      padding: 24px 0 24px 24px; }
  .stories .flex .col--3 {
    flex: 0 1 100%!important; }

  .video-grid .flex .video-thumb.col--3 {
    flex: 0 1 calc(50% - 8px); } 
.video-grid .vid_col_2, .video-grid  .vid_col_1 {
    flex: 0 1 100%;
}
    .video-grid  .vid_col_1 {
        margin-bttom:20px;
    }
    .vert_item {
    width: calc(1/3*100% - (1 - 1/3)*24px);
}
     .trending_pad  {
    margin-top:90px;
}
    .hero_section_home .featured__image{
    min-height: 400px;
}
    .section_home_listings .flex {
        flex-direction: column-reverse;
    }
    .slick_item .section_home_listings .flex {
        flex-direction: column;
    }
     .section_home_listings .search-filter-results  .flex {
        flex-direction: row;
    }
   .section-home_filter .searchandfilter ul li {
        display: inline-block;
        margin-right: 16px;
        padding: 0;
    }
      .section-home_filter .searchandfilter ul li li {
        padding: 0px 0;
    }
    .section_home_listings .latest__filter h2 {
        display:none;
    }
    .section_home_listings .section-home_filter h2 {
        display:block;
    }
    /*#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33% !important;
}*/
    .section_home_listings .latest__filter.videos_filter h2 {
    display: block !important;
}
    .stories .flex_pad {
   
    padding-top: 30px;
}
    
}
@media screen and (max-width: 830px) {
 .single section.author_bio, .single .popular_posts {
    max-width: calc(100% - 48px) !important; 
    }
}
@media screen and (max-width: 768px) {
  .stories .flex {
    align-items: flex-start; }
    .stories .flex .latest__content {
      padding: 0 0 24px 24px; } 
.search-filter-results article .horiz_item_img {
    margin-right: 0px;
}
    .search-filter-results article .latest__content {
    padding-left:0px;
}
    .vert_item {
    width: 100%;
    flex: 0 1 100%;
    margin-bottom: 36px;
}
    
    .hero_section_home .featured__image{
    height: 400px;

}
        .hero_section_home .featured__image{
    min-height: 200px;
}
        .hero_section_home .item__meta {
        text-align:left;
    }


        .hero_section_home .featured__content__type.spacing {
            margin-left: 5%;
    margin-top: 16px;
    }
    .search-filter-results {
    padding-top: 270px;
    margin-top: -270px;
}


}


@media screen and (max-width: 680px) {
header .header--social {
    display: none;
}
header {
    border-bottom: none;
}
header .flex {
    border-bottom:none;
}
#whole_cont {
    padding-top: 94px;
}
.mob_menu {
    position: fixed;
    top: 0px;
    border-bottom: none !important;
    right: 7px;
}
.shrink_active header.scrolled .flex {
 
   border-bottom: none;
}
    .shrink_mob header.scrolled .flex {
 
   border-bottom: none;
}
body.single  #whole_cont, body.page-template-template-guidelines #whole_cont, body.page-template-template-donate #whole_cont {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 150px;
}
    body.single header .flex {
      border-bottom: 1px solid #ddd;
}
    .page-template-template_team_bios #whole_cont {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 150px;
}
        .page-template-default  #whole_cont {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 150px;
}
      .page-template-template_team_bios header .flex {
      border-bottom: 1px solid #ddd;
}
         .page-template-default  header .flex {
      border-bottom: 1px solid #ddd;
}
    /*#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50% !important;
}*/
     .video-grid.video_channel_list .col--4.video-thumb {
    flex: 0 1 calc(100% - 0px);
    margin-bottom: 20px;
}
    #whole_cont.scrolled .join_top_bar {
    top:38px !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
}

.mobonly {
    display:none !important; 
}

@media screen and (max-width: 600px) {
    .global_data_item {
    padding: 10px 0px 10px 0px;
    }
    #whole_cont.scrolled .join_top_bar {
        top: 80px !important;
    }
        
    
    .global_data, .special_report_latest {
    margin-top: 30px;
}
    .special_report_latest .breaking_title {
            margin-top: 15px;
    }
    
    .newsletter_bop {
        display:none !important;
    }
header.shrink_mob  {
   
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
 
}

 header.shrink_mob  .header--logo span {
    opacity:0 !important;
    height:0px !important;
}
 header.shrink_mob .header--subscribe .btn .subscribe_header_tag {
    display:none !important;
}
    header.shrink_mob .header--logo.col.col--4 {
  
    height: 50px;
}
    .mobonly {
    display:block !important; 
}
    .root_nav .mobonly {
    display:none !important; 
}
    .mobonly a {
        color: #fff !important; 
    line-height: 18px !important; 
   
    }
     .mobonly.padme  {
        margin-top:20px !important; 
   
    }
 header.shrink_mob .header--logo svg {
    height: 55px !important;
    margin-bottom: 0px !important;
    padding-top: 0px;
}
	.share-donate svg {
		height:17px !important;
	}
	
	header.shrink_mob .header--logo svg {
		margin-top:0px;
	} 	
	.home header.shrink_mob .header--logo svg {
		margin-top:0px;
	} 	
	
 header.shrink_mob .flex {
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
}

    header.shrink_mob .flex {
    padding: 10px 0 !important;
    border-bottom: none !important;
}

    
    body.single #whole_cont {
            padding-top: 44px;
    }
    
    h1 {
    font-size: 50px;
}
    #whole_cont {
    padding-left: 0px;
    padding-right: 0px;
}
    
  section {
    max-width: calc(100% - 48px); }
    
    section.hero_section_home {
        padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    }

  .stories .flex .col--9 .col--6 {
    flex: 0 1 100%!important;
    padding: 0; }
    .stories .flex .col--9 .col--6.latest__content {
      padding-top: 24px; }
.video-grid .col--6 {
    flex: 0 1 100%; }
.vid_col_2 .flex .video-thumb:nth-last-child(-n+2) {
    margin-bottom: 20px;
    }
.popular_posts, .video-grid, .newsletter {
    margin-top: 50px;
}
     .trending_pad  {
    margin-top:50px;
}
    .single .popular_posts {
        max-width:100%;
    }
    .author_bio .col--4, .author_bio .col--8 {
      flex: 0 1 calc(( 12 / 12) * 100%);
    }
    .author_bio .flex {
        flex-direction:column-reverse;
    }
   .author_bio img.auth_full {
    display:none
}
    .author_bio img.auth_inline {
    padding-right: 16px;
    padding-top: 6px;
    margin-left: 0px;
    max-width: 140px;
    float: left;
    padding-bottom: 1px;
        display:block;
}
    .newsletter, .instagram_holder {
        max-width:100%;
    }
        .bsearchform  .searchsubmit {
    margin-left: 6px;
    width: 100px;
}
   .video-grid .video-thumb__overlay h2 {
        text-align:center;
    }
    .latest__filter {
        display:none !important;
    }
    .section-home_filter form {
        display:none !important;
    }
   
    /*.search-filter-results .category a:after {
        content: '';
    }*/
      .stories .flex_pad {
   
    padding-top: 0px;
}
    .latest {

    margin-bottom: 32px;
    padding-bottom: 30px;

    }
    .vert_item_content {
            padding-bottom: 32px;
    }
    .vert_item {
        margin-bottom: 32px;
    }
    .popular_posts h2, .video-grid h2 {
        margin-bottom: 18px;
    }
    .video-grid {
        margin-top:0px;

    }
    .popular_posts {
            margin-bottom: 18px;
    }
    .video-grid {
        padding-bottom: 0px;        
    }
    .vid_col_2 {
        margin-bottom:3px;
    }
    .newsletter_bop {
            margin-top: 0px;
    margin-bottom: 50px;
    }
    .trending {
    padding: 30px 24px 30px 48px;
    }
}
@media screen and (max-width: 768px) {
header .header--logo svg {
    width:100%;
    max-width:240px;
}
}
@media screen and (max-width: 450px) {
    h1 {
    font-size: 42px;
}
    @media screen and (max-width: 370px) {
    h1 {
    font-size: 38px;
}
    }
}

        
        



/*/ OUR STORY /*/
.half {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.half__box {
    flex: 0 1 calc(50% - 10px);
}
.story_quote_cont {
    padding:0px !important;
    max-width: 500px;
    margin-left: auto;
    
}
.story_quote {
    font-style: italic;
    font-size: 1.2em;
}
.story_quote_author {
    text-align:right;
}

.story_quote_image_cont {
    border:none !important;
    box-shadow:none !important;
    text-align: left;
    padding-left: 100px;
}
.story_quote_image_cont img {
    max-height: 300px;
}


.story_about_boxes {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.story_about_box {
    flex: 0 1 calc(33% - 20px);
    display: flex;
    flex-direction: column;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    margin-right: 20px;
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
}
.page-template-template_newswire .story_about_box {
        box-shadow: 0 0 3px 1px #eee;
    text-align:center;
        margin-left: 10px;
        margin-right: 10px;
}
.page-template-template_newswire .story_about_box h3 {
        line-height: 1.3;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.page-template-template_newswire .story_about_box h6 {
        text-transform: uppercase;
    font-family: freight-sans-pro, serif;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
}
.story_year_content {
    background-color: #fff;
    padding: 0px 20px;
}
#our-story-timeline, #our_story_quote {
    border-bottom:none;
}
#our-story-timeline .timeline__box.left_text {
    text-align:right
}
#our-story-timeline .timeline__box.right_text {
    text-align:left
}
#our-story-timeline .timeline__box.text h2 {
    margin-bottom:0px;
}

#our-story-timeline .timeline__box.text {
    padding: 0 3.3%;
}
.story_year_inner {
        margin-top: 0.75em;
}

#our-story-timeline .timeline__box.text.first_type_arrow h2 {
    display:inline-block;
}
  #our-story-timeline .timeline__box.text.first_type_arrow:after {
content: " \2191";
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding-left: 10px;
    color: #325387;
    margin-top: -10px;
}


@media screen and (max-width: 768px) {
    .half__box {
    flex: 0 1 100%;
    padding-bottom: 30px;
}
    .half__box.image {
    order: 2;
    height: 50vh;
    margin-top: 25px;
    padding-bottom: 0;
}
    .story_quote_cont {
        margin:auto !important;
    }
        .story_quote_image_cont {
        padding-left:0px;
        height:auto !important;
                text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .story_about_box {
        flex:none;
        margin-bottom:20px;
            width: 100%;
    }
    .timeline_left_go .timeline__box:nth-child(1) {
        order:2;
    }
    .timeline_left_go .timeline__box:nth-child(2) {
        order:1;
    }
    .timeline_left_go .timeline__box:nth-child(3) {
        order:3;
    }
    .timeline_left_go .timeline__box:nth-child(4) {
        order:4;
    }
     .timeline_left_go .timeline__box:nth-child(5) {
        order:6;
    }
    .timeline_left_go .timeline__box:nth-child(6) {
        order:5;
    }
    .timeline_left_go .timeline__box:nth-child(7) {
        order:7;
    }
    .timeline_left_go .timeline__box:nth-child(8) {
        order:8;
    }
     .timeline_left_go .timeline__box:nth-child(9) {
        order:10;
    }
    .timeline_left_go .timeline__box:nth-child(10) {
        order:9;
    }
    .timeline_left_go .timeline__box:nth-child(11) {
        order:11;
    }
    .timeline_left_go .timeline__box:nth-child(12) {
        order:12;
    }
     .timeline_left_go .timeline__box:nth-child(13) {
        order:14;
    }
    .timeline_left_go .timeline__box:nth-child(14) {
        order:13;
    }
    .timeline_left_go .timeline__box:nth-child(15) {
        order:15;
    }
    .timeline_left_go .timeline__box:nth-child(16) {
        order:16;
    }
     .timeline_left_go .timeline__box:nth-child(17) {
        order:18;
    }
    .timeline_left_go .timeline__box:nth-child(18) {
        order:17;
    }
    .timeline_left_go .timeline__box:nth-child(19) {
        order:19;
    }
    .timeline_left_go .timeline__box:nth-child(20) {
        order:20;
    }
     .timeline_left_go .timeline__box:nth-child(21) {
        order:22;
    }
    .timeline_left_go .timeline__box:nth-child(22) {
        order:21;
    }
    .timeline_left_go .timeline__box:nth-child(23) {
        order:23;
    }
    .timeline_left_go .timeline__box:nth-child(24) {
        order:24;
    }
     .timeline_left_go .timeline__box:nth-child(25) {
        order:26;
    }
    .timeline_left_go .timeline__box:nth-child(26) {
        order:25;
    }
    .timeline_left_go .timeline__box:nth-child(27) {
        order:27;
    }
    .timeline_left_go .timeline__box:nth-child(28) {
        order:28;
    }
     .timeline_left_go .timeline__box:nth-child(29) {
        order:30;
    }
    .timeline_left_go .timeline__box:nth-child(30) {
        order:29;
    }
    .timeline_left_go .timeline__box:nth-child(31) {
        order:31;
    }
    .timeline_left_go .timeline__box:nth-child(32) {
        order:32;
    }
    
    
    
    .timeline_right_go .timeline__box:nth-child(1) {
        order:1;
    }
    .timeline_right_go .timeline__box:nth-child(2) {
        order:2;
    }
    .timeline_right_go .timeline__box:nth-child(3) {
        order:4;
    }
    .timeline_right_go .timeline__box:nth-child(4) {
        order:3;
    }
     .timeline_right_go .timeline__box:nth-child(5) {
        order:5;
    }
    .timeline_right_go .timeline__box:nth-child(6) {
        order:6;
    }
    .timeline_right_go .timeline__box:nth-child(7) {
        order:8;
    }
    .timeline_right_go .timeline__box:nth-child(8) {
        order:7;
    }
     .timeline_right_go .timeline__box:nth-child(9) {
        order:9;
    }
    .timeline_right_go .timeline__box:nth-child(10) {
        order:10;
    }
    .timeline_right_go .timeline__box:nth-child(11) {
        order:12;
    }
    .timeline_right_go .timeline__box:nth-child(12) {
        order:11;
    }
     .timeline_right_go .timeline__box:nth-child(13) {
        order:13;
    }
    .timeline_right_go .timeline__box:nth-child(14) {
        order:14;
    }
    .timeline_right_go .timeline__box:nth-child(15) {
        order:16;
    }
    .timeline_right_go .timeline__box:nth-child(16) {
        order:15;
    }
     .timeline_right_go .timeline__box:nth-child(17) {
        order:17;
    }
    .timeline_right_go .timeline__box:nth-child(18) {
        order:18;
    }
    .timeline_right_go .timeline__box:nth-child(19) {
        order:20;
    }
    .timeline_right_go .timeline__box:nth-child(20) {
        order:19;
    }
     .timeline_right_go .timeline__box:nth-child(21) {
        order:21;
    }
    .timeline_right_go .timeline__box:nth-child(22) {
        order:22;
    }
    .timeline_right_go .timeline__box:nth-child(23) {
        order:24;
    }
    .timeline_right_go .timeline__box:nth-child(24) {
        order:23;
    }
     .timeline_right_go .timeline__box:nth-child(25) {
        order:25;
    }
    .timeline_right_go .timeline__box:nth-child(26) {
        order:26;
    }
    .timeline_right_go .timeline__box:nth-child(27) {
        order:28;
    }
    .timeline_right_go .timeline__box:nth-child(28) {
        order:27;
    }
     .timeline_right_go .timeline__box:nth-child(29) {
        order:29;
    }
    .timeline_right_go .timeline__box:nth-child(30) {
        order:30;
    }
    .timeline_right_go .timeline__box:nth-child(31) {
        order:32;
    }
    .timeline_right_go .timeline__box:nth-child(32) {
        order:31;
    }
    
    
    
    
    
    
    
    
    
    
    
    .story_year_inner {
        text-align:left !important;
    }
}



/*/ COntent Type Pages /*/

.content_type:after {
	display:none;
}
.content_type_links {
	display:flex;
	 color: #325387!important;
	font-weight: 700;
    letter-spacing: 0;
	  font-family: freight-sans-pro,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.content_type {
	font-weight: 700;
    color: #325387!important;
    font-family: freight-sans-pro,sans-serif;
    font-size: 13px;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
	letter-spacing: 0.1px;
    letter-spacing: 0.3px;
    font-family: freight-sans-pro, serif;
    font-size: 12px;
}
.content_type_links a:last-of-type {
	font-weight:400;
}
.trending .content_type {
	margin-top: 5px;
    margin-bottom: 0px;
}
   @media screen and (max-width: 768px) {
	   .content_type {
		   margin-top:3px;
	   }
}
/*/ SEO Updates LMNOP /*/

.item__meta .slidertitle  {
      color: #fff;
      text-align: left;
      opacity: 0;
      transform: translate3d(0, 12px, 0);
      max-width: 960px;
      width: 85%;
      margin: 0 auto 0px;
      transition: all .3s;
      font-size: 36px;
      font-family: adobe-caslon-pro, serif;
      line-height: 1.1;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;}
      @media screen and (max-width: 768px) {
        .item__meta .slidertitle  {
            text-align: left;
    margin: 0 0 0px;
    width: 90%;
    font-size: 22px; } }
      @media screen and (max-width: 600px) {
        .item__meta .slidertitle  {
          width: 90%; } }


  .owl-item.active a .item .item__meta .slidertitle {
    opacity: 1;
    transition-delay: .75s;
    transform: translate3d(0, 0, 0); }

.slidertitle .sliderdescr p {
font-weight: 300;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
	    font-family: adobe-caslon-pro, serif;
}
@media screen and (max-width: 600px) {
    .slidertitle .sliderdescr {
        display:none;
    }
}


.stories h1 {
    font-size:28px;
}
@media screen and (max-width: 600px) {
    .stories h1 {
            font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    }
}



.wp-block-details {
	background-color: #f1bebe;
    padding: 8px 15px 5px;
    margin-bottom: 24px;
    display: block;
    font-size: 19px;
}
.wp-block-details ul {
    margin-bottom: 24px;
    padding-top: 1rem;
}
.flourish-embed {
	margin-bottom:24px;
}


/*/ Header About Menu /*/

.head_about_menu  {
    padding: 36px 0px 0px;
    display: none;
    z-index: 1;
    position: relative;
    /* margin-top: -36px; */
    background-color: #ffff;
}
.head_about_menu.activeme {
	display:block;
}
.head_about_menu .flex {
	max-width: 1260px;
	margin:auto;
	    align-items: flex-start;
	    padding-bottom: 20px;
}
.about_sub_split {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.about_split_col {
		width:calc(50% - 2em);
		border-top:1px solid #ddd;
		padding-top: 30px;
	}
.about_split_col.about_split_menu {
	border-top:none;
	padding-top: 0px;
}
.about_split_col.about_split_menu .about_sub_menu_col {
	border-top:1px solid #ddd;
	padding-top: 30px;
}
.head_about_btn {
	display: flex;
    align-items: center;
}
.head_about_btn:hover span {
	text-decoration:underline;
}
.head_about_col span {
	display:block;	
}
.head_about_col a {
	display:block;
}
.about_sub_spacer {
	opacity:0;
}
.about_sub_spacer .about_title {
	padding-bottom:20px;
}
.about_sub_menu_2 {
	display:flex;
	justify-content: space-between;
}

.head_about_col.vert_item .about_sub_menu_col {
    width: calc(1/3*100% - (1 - 2/5)*42px)
}

.head_about_menu .about_title {
    display: block;
    font-family: adobe-caslon-pro, serif;
    font-size: 17px;
    line-height: 33px;
    margin: 0 0 5px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #111;
}
.head_about_menu h3 {
	font-weight: 400;
    max-width: 430px;
}
.head_about_menu .tagline {
	    font-family: freight-sans-pro,serif;
    font-weight: 600;
    display: block;
    padding-top: 0px;
    padding-bottom: 13px;
}
.head_about_menu .about_title.about_main_title {
	font-size:28px;
	font-weight:700;
}
.head_about_col.vert_item.about_main_col .about_title {
	padding-bottom:0px;
	max-width: 550px;
}
.head_about_menu .about_link_sub {
    color: #111;
    padding-bottom: 0;
    font-size: 13px;
    font-family: freight-sans-pro,serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.head_about_menu .about_split_menu {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about_title.about_sub_title_push {
	
}
.head_about_menu .about_link {
    display: inline-block;
    background-color: #f9f9f3;
    /* padding: 5px 8px; */
    color: #0a0a0a;
    margin-bottom: 36px;
    font-size: 16px;
    /* letter-spacing: 0px; */
    font-weight: 600;
    color: #111;
    padding-bottom: 0;
    font-size: 13px;
    font-family: freight-sans-pro,serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 5px 8px;
	    margin-top: 24px;
}
.head_about_menu .about_sub_menu_col {
	
}

.head_about_menu  .about_sub_col {
	padding:0px 0px;
}
.head_about_menu  .about_sub_col .about_title {
    display: block;
    font-family: freight-text-pro,serif;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #111;
}
.head_about_col.vert_item {
	border-bottom:none !important;
	position:relative;
	width:100%;
}
.head_about_btn {
	cursor:pointer;
	position:relative;
}
.head_about_btn .middle {
      margin: 0 auto;
    }

.head_about_btn .bar {
display: block;
    height: 3px;
    width: 35px;
    background: #111111;
    margin: 6px auto;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
 }
.head_about_btn .special-con {
	    width: 35px;
    margin: 0 auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	margin-right: 15px;
  }


 .head_about_btn.activeme  .special-con .arrow-bottom-fall {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.head_about_btn.activeme .special-con .arrow-top-fall {
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   -webkit-transform: translateY(9px);
   -moz-transform: translateY(9px);
   -ms-transform: translateY(9px);
   -o-transform: translateY(9px);
   transform: translateY(9px);
 }

.head_about_btn span{
	    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: pointer;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: freight-sans-pro,serif;
}

.header--social .head_about_btn.activeme .bar {
	background-color:#325387 !important;
}
.header--social .head_about_btn.activeme:after {
content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #111;
    position: absolute;
    bottom: -38px;
    left: 50%;
	transition: all .1s;
}
header.scrolled .header--social .head_about_btn.activeme:after {
	bottom: -12px;
}


header.shrink_active.scrolled .head_about_menu .flex {
	padding-bottom:20px;
}
.head_about_close {
	    flex: 0 1 100%;
	text-align:center;
	padding-top: 20px;
}
.head_close_inner {
	color: #111111;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 36px;
	    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor:pointer;
}



/*/ EO Talks /*/

.eo_talks.widget-area  .srr-wrap {
    border-top: 1px solid #ddd;
    padding-top: 1px !important;
}
.eo_talks.widget-area .srr-clearfix {
	    display: flex;
    flex-direction: row-reverse;
	    align-items: center;
}
.eo_talks.widget-area .srr-title {
	line-height:1em;
	flex: 0 1 calc((9/12) * 100%) !important;
	    margin-bottom: 0px !important;
}
.eo_talks.widget-area .srr-title .meta {
	padding-top:5px;
}
.eo_talks.widget-area .srr-title a {
	font-family: adobe-caslon-pro, serif;
    font-size: 16px;
    line-height: 1em;
    margin: 0px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    color: #111;
}
.eo_talks.widget-area .srr-thumb {
	height: auto!important;
    float: none!important;
    width: auto !important;
    display: block!important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	flex: 0 1 calc((5/12) * 100%) !important;
}
.eo_talks.widget-area .srr-thumb img {
	    position: relative;
    transform: none;
    top: 0;
    left: 0;
    object-fit: contain;
}
.eo_talks.widget-area .srr-style-none .srr-item {
	padding: 15px 0px 15px 0px !important;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.eo_talks.widget-area .srr-style-none .srr-item:after {
	content: "";
    background-image: url(https://earth.org/wp-content/themes/hivelife-wp/img/video-01.svg);
    background-size: contain;
    position: absolute;
    right: 5px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.eo_podcasts.eo_talks.widget-area .srr-style-none .srr-item:after {
	content: "";
    background-image: url(https://earth.org/wp-content/themes/hivelife-wp/img/audio-01.svg);
    background-size: contain;
    position: absolute;
    right: 5px;
    bottom: 20px;
    width: 16px;
    height: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.eo_talks.eo_ngo.widget-area .srr-style-none .srr-item:after {
	display:none !important;
}
.youtube_subscribe {
    padding-top: 15px;
    background-color: #325387;
    display: inline-block;
    padding: 5px 15px 5px 8px;
    margin-top: 15px;
}
.youtube_subscribe a {
	display:flex;
	color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-family: freight-sans-pro, serif;
	    line-height: 22px;
}
.youtube_subscribe svg {
	display:block;
	width:28px;
	margin-right:15px;
}
.youtube_subscribe.buzzsprout svg {
	width:22px;
}
.ngo_list_stories .meta {
	padding-top:5px;
}
.ngo_list_stories .trending-articles {
	margin-bottom:0px;
}
.ngo_list_stories .breaking_title a {
	margin-bottom:0px;
}
@media screen and (max-width: 768px) {
	.head_about_menu {
		padding: 15px 6px 30px;		
		border-top: none;
		border-bottom: 1px solid #eee;
		    border-top: 1px solid #eee;
		background-color:transparent;
		margin-top:0px;
		
	}
	header.shrink_active.scrolled .head_about_menu .flex {
    padding-bottom: 0px;
}
	.head_about_col.vert_item.about_main_col .about_title {
	padding-bottom:0px;
}
	.head_about_col.vert_item.about_main_col {
		flex: 0 1 100%;
		display: block;
		padding-top: 40px;
	}
	.head_about_col.vert_item.about_sub_col {
		flex: 0 1 50%;
		padding-left:0px;
		display: block;
	}
	.head_about_col.vert_item a:first-of-type {
		padding-bottom:5px;
	}
	.head_about_menu .about_title {
		font-size:22px;
	}
	.head_about_menu  .about_sub_col {
		padding-top:10px;
	}
	.head_about_menu  .about_sub_col .about_title {
			font-size: 18px;
    padding-bottom: 0px!important;
    padding-top: 0;
	}
	.head_about_menu .about_link_sub {
		color: #111;
		font-size: 0.8em;
		padding-bottom:5px;
	}

}






/*/ Data Vis Pick /*/

.data_vis_pick {
	background-color: #f6f6f6;
	display:block;
}

.data_vis_pick .popular_posts {
	padding-top:70px;
	padding-bottom:70px;
}
.data_vis_pick .vert_item {
    width: calc(1/2*100% - (1 - 1/2)*42px);
    border-bottom: 1px solid #ddd;
}
.data_vis_pick .flex.vert_list {
	width:100%;
}
.data_vis_pick .vert_list .category span {
	background-color:transparent;
}

.flex.editors_pick_flex {
	justify-content: space-between;
}
.editors_pick .flex .col--9 {
    width: calc(75% - 42px);
	    flex: none !important;
}
.editors_pick .flex .col--3 {
    width: calc(25%);
	    flex: none !important;
}
.editors_pick .vert_item {
	width:100%!important;
}
.editors_pick_flex .vert_item.editors_pick_hero {
	flex-flow: nowrap!important;
	justify-content:space-between;
	    padding-bottom: 36px;
}
.editors_pick_flex .vert_item.editors_pick_hero .heightimg {
	width:67.4%;
}
.editors_pick_flex .vert_item.editors_pick_hero .vert_item_content {
	width:calc(32.6% - 42px);
	margin-top: 0px;
    padding-bottom: 0px;
}
.editors_pick_bottom {
	display:flex;
	    margin-top: 24px;
	justify-content: space-between;
}
.editors_pick_bottom article {
	width:calc(25% - 42px);
	border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}
.editors_pick_bottom article:last-of-type {
	width:calc(25%);
}
.editors_pick_bottom article h3 {
	    font-size: 18px;
    padding-top: 15px;
}

.op_articles .latest__content {
    padding: 0px 0px 0px 24px;
	height:60% !important;
}
.op_articles .flex .col--4 {
    flex: none !important;
    width: calc(33% - 24px);
	display: flex;
	flex-wrap: wrap;
}
.op_articles .flex .col--4 .user_profile {
width: 100%;
    flex: 100%;
    display: flex;
    height: 120px;
    background-color: #f6f6f6;
    justify-content: space-between;
}
.op_articles .flex .col--4 .user_profile img {
	margin:0;
	height:100%;
		width:auto;
	float: right;
}
.op_inner {
/*flex: 1;*/
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.authour_link {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: -15px;
}
.authour_link img {
	width:50px;
	height:50px; 
	border-radius:100%;
}
.auth_img_link {
	width:50px;
	height:50px;
	display:block;
}
.op_articles .flex article .user_info h3 {
	font-size: 14px;
	margin-bottom: 5px;
	padding-top:10px;
}
.op_articles .flex article .user_info .content_type {
	font-weight:400;
	font-size: 11px;
}
.op_articles .content_type {
	text-transform:uppercase;
}
.op_articles .flex .col--4 .user_profile .user_info {
	padding:15px 15px 15px 26px;
}
.op_articles .flex article {
	width:100%;
	height:100%;
	padding-bottom:0px;
}
.op_articles .vert_list .category {
    margin-bottom: 0px;
}
.op_articles .flex article h3 {
    font-size: 18px;
    padding-top: 15px;
}
.op_articles .flex article h3 a {
	    color: #0a0a0a
}
.op_articles .latest__content {
	height:auto !important;
}
.op_articles .flex .col--4 .flex .col--6 {
	height:100%;
}
.op_articles .heightimg .vert_item_img {
	background-position:center;
}

.editors_pick.interviews_pick article .col--6 .category {
	display:block;
}
.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero {
	padding:25px;
	background-color: #f6f6f6;
	border-bottom:none;
}
.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero .heightimg {
    width: 47.3%;
}
.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero .vert_item_content {
    width: calc(52.7% - 42px);
}
.editors_pick.interviews_pick .flex .col--8 {
	flex: none !important;
    width: 65.4%;
}
.editors_pick.interviews_pick .flex .col--4 {
	flex: none !important;
    width: calc(34.6% - 42px);
}
.editors_pick.interviews_pick .col.col--6 h3 {
    font-size: 18px;
    padding-top: 10px;
	margin-bottom:5px;
}
.countries_pick {
    background-color: #f6f6f6;
    display: block;
}
.countries_pick  p {
    line-height: 1.85;
    font-size: 16px;
}
.countries_pick .popular_posts {
    padding-top: 70px;
    padding-bottom: 70px;
}
.country_banner {
	height: 100%;
	position:relative;
    background-size: cover;
    background-position: center;
}
.country_box {
	position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    padding: 15px 20px;
	max-width:400px;
}
.country_box .meta {
	padding-bottom:15px;
}
.countries_pick .col.col--3 h3 {
	    font-size: 18px;
    padding-top: 10px;
	margin-bottom:5px;
}
.countries_pick .editors_pick .flex .col--9 {
    width: calc(81.1% - 42px);
    flex: none !important;
}
.countries_pick .editors_pick .flex .col--3 {
    width: calc(19.9%);
    flex: none !important;
}
.countries_flex {
	justify-content:space-between;
}
.countries_pick .editors_pick article .col--6.latest__content {
	padding:0px;
}
.countries_pick .latest {
	margin-bottom: 24px;
    padding-bottom: 24px;
}
.editors_pick.home_bottom_stats .special_report_latest {
    padding: 25px;
    background-color: #f6f6f6;
    border-bottom: none;
    width: calc(33.33% - 21px);
	margin-top:0px;
}
.editors_pick.home_bottom_stats .special_report_latest p {
    line-height: 1.85;
    font-size: 16px;
}
.editors_pick.home_bottom_stats .special_report_latest .breaking_title a {
	margin-bottom:0px;
}
.editors_pick.home_bottom_stats .special_report_latest .home_stat {
	background-color:#fff;
	display:flex;
}
.editors_pick.home_bottom_stats .global_data .special_report_latest {
	margin-top:0px;
}
.editors_pick.home_bottom_stats .special_report_latest .stat_flag {
flex: 1;
    /* height: 100%; */
    /* padding-bottom: 100%; */
    margin: 12px;
}
.editors_pick.home_bottom_stats .special_report_latest .stat_details_data {
	margin:12px;
	padding-top:20px;
	padding-bottom:20px;
}
.editors_pick.home_bottom_stats .special_report_latest .stat_details {
	margin:15px 0px 0px;
}
.editors_pick.home_bottom_stats .special_report_latest .stat_number {
	font-size: 48px;
    font-weight: 600;
	line-height: 1em;
}
.editors_pick.home_bottom_stats h2 {
    margin-bottom: 24px;
}
.editors_pick.home_bottom_stats .global_data_stats h2 {
	padding:25px 25px 25px 0px;
	margin-bottom:0px;
}
.editors_pick.home_bottom_stats .flex {
	justify-content:space-between;
}
.global_data_stats {
	width:calc(66.77% - 21px);
}
.global_stat_row {
	display:flex;
	justify-content:space-between;
}
.global_stat_row .global_stat_item {
	width:calc(33.33% - 10px);
	padding: 25px;
    background-color: #f6f6f6;
	margin-bottom:14px;
}
.global_stat_row.bot_row .global_stat_item {
	margin-bottom:0px;
}
.global_stat_icon {
	display:flex;
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 10px;
}
.global_stat_icon svg {
	width: 33%;
    margin: 0;
    margin-right: 15px;
}
.global_stat_item h3 {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 15px;
}
.global_stat_item span {
    letter-spacing: 0.8px;
    font-family: freight-sans-pro, serif;
    font-size: 12px;
    font-weight: 400;
}
.global_stat_number {
	font-size: 40px;
    line-height: 1em;
    padding-top: 5px;
    font-weight: 600;
}
.global_stat_item a {
	color:#0a0a0a;
}


@media screen and (max-width: 1200px) {
	.editors_pick, .popular_posts {
		margin-top: 60px !important;
	}
	.countries_pick .popular_posts {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.global_stat_number {
	    font-size: 32px;
	}
}

@media screen and (max-width: 960px) {
	.editors_pick .flex .col--9 {
		width: calc(50% - 21px);
		flex: none !important;
	}
	.editors_pick .flex .col--3 {
		width: calc(50% - 21px);
		flex: none !important;
	}
	.editors_pick_flex .vert_item.editors_pick_hero {
	    flex-flow: column !important;
	}
	.editors_pick_flex .vert_item.editors_pick_hero .heightimg {
		width:100%;
	}
	.editors_pick_flex .vert_item.editors_pick_hero .vert_item_content {
		width:100%;
	}
	.editors_pick_flex .firstmobfull {
		margin-bottom:0px;
	}
	.op_articles .flex .col--6{
		flex: 0 1 calc(( 12 / 12) * 100%) !important;
	}
	.op_inner {
		height:auto !important;
	}
	.op_articles .latest__content {
		padding: 15px 0px 0px 0px;
		height: auto !important;
	}
	.op_articles .flex article {
		margin-bottom:0px;
	}
	.op_articles .flex .col--4 .user_profile .user_info {
		padding: 0px 15px;
	}
	.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero .heightimg {
		width:100%;
	}
	.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero .vert_item_content {
		width:100%;
		padding-top: 15px;
	}
	.editors_pick article .col--6.latest__content {
		padding: 18px 0px 24px;
	}
	.authour_link {
		margin-top:15px;
	}
}

@media screen and (max-width: 768px) {
	
	.flex.editors_pick_flex {
		flex-direction:column;
		width: 100%;
	}
	.editors_pick .flex .col--9 {
		width:100%;
	}
	.editors_pick_flex .vert_item.editors_pick_hero {
		display:block;
	}
	.editors_pick_flex .vert_item.editors_pick_hero .vert_item_content {
		display: block;
		width: 100%;
		padding-top: 20px;
	}
	.editors_pick .flex .col--3 {
		width: 100%;
		flex: none !important;
	}
	.editors_pick_flex .vert_item_content {
		padding-left:0px;
	}
	.editors_pick .editors_pick_flex .category, .editors_pick .editors_pick_flex .meta {
		display: block !important;
	}
	.editors_pick_flex .vert_item.editors_pick_hero {
		padding-bottom:15px;
	}
	.editors_pick_bottom {
		flex-wrap: wrap;
	}
	.editors_pick_bottom article {
	    width: calc(50% - 10px);
	}
	.editors_pick_bottom article:last-of-type {
		width: calc(50% - 10px);
	}
	.editors_pick_bottom article h3 {
		font-size: 14px;
		padding-top: 10px;
    	padding-bottom: 5px;
	}
	.authour_link {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #ddd;
		padding-top: 5px;
		margin-top:5px;
		
	}
	.op_articles .flex article .user_info .content_type {
		margin-bottom:0px !important;
	}
}



/*/ Static Content /*/

.static_box {
    position: relative;
    font-size: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 0px;
}
/*
.static_box:before {
    content: " ";
    border: solid 1px #ddd;
    border-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    right: 0;
}
.static_box:after {
    content: " ";
    border: solid 1px #ddd;
    border-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    right: 0;
}
*/
.static_home {
    
}
.static_box h1 {
    font-size:20px;
    margin-bottom:10px;
	text-align:center
}
.static_box p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.7em;
	text-align:center
}

@media screen and (max-width: 600px) {
    .static_box h1{
        margin-bottom: 12px;
            font-size: 16px !important;
        line-height: 1.6em;
    }
    .static_box p{
          font-size: 13px !important;
        line-height: 1.6em;
    }
    .static_box {
        padding-bottom: 10px;
    }
    .static_home {
        padding-top:10px;
    }
}


/*/ wp-pagenavi /*/
.pagination__btn {
    display:none;
}
.pagination br {
    display:none !important;
}
.wp-pagenavi .pages {
    display:none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
   border: none!important;
 
        padding: 3px 5px 3px 4px!important;
    margin: 1px;
    margin: 2px;
    font-size: 13px;
    font-family: freight-sans-pro, serif;
}
.wp-pagenavi .nextpostslink {
     border-right: none!important;
}
.wp-pagenavi .last {
    display:none;
}

/*/ FOOT EXTRA TEXT /*/


/*/--------------- TRENDING TEXT LIST ------------------*/

#search-filter-results-11771 article {
    margin-right: 0px;
}
.trending-articles h3 a {
    color:#111111;
}

.trending:nth-child(1) {
    border-top: 1px solid #ddd;
}




/*/ Breaking News /*/
.breaking_news {
    margin-bottom:15px;
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.breaking_news_item {
    width:25%;
    padding: 0px 15px 0px;
    border-right: 1px solid #ddd;
    height:100%;
}
.breaking_news h3 {
    font-size: 16px;
    margin-bottom:5px;
}
.breaking_news_inner{
    display: flex !important;
}
.breaking_news_inner .breaking_news_item:nth-child(n+5) {
  display:none;
}
.breaking_news_inner.slick-slider .breaking_news_item:nth-child(n+5) {
  display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.breaking_news_inner .breaking_news_item .category {
	padding-top:5px;
}
.breaking_news_inner .slick-next{
    display:inline-block !important;
    background-color:transparent !important;
    color:#325387!important;
        font-size: 0px!important;
    padding: 12px 12px !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
	border:none;
}
.
.slick-next:before {
    content: '►';
    font-size:18px;
    
}
.breaking_news_inner  .slick-next:before {
    content: '►';
    font-size:28px;
    
}

@media screen and (max-width: 1024px) {
    .breaking_news_item {
        width:33%;
    }
    .breaking_news_inner .breaking_news_item:nth-child(n+4) {
      display:none;
    }
    .breaking_news_inner.slick-slider .breaking_news_item:nth-child(n+4) {
        display:block;
    }
}

@media screen and (max-width: 600px) {
    .breaking_news_inner {
    display: block !important;
}
    .breaking_news_item {
        width:100%;
        padding: 10px 0px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
     .breaking_news_inner .breaking_news_item:nth-child(n+4) {
           display:block;
    }
    .breaking_news_inner .breaking_news_item:nth-child(n+5) {
      display:none;
    }
    .breaking_news_inner.slick-slider .breaking_news_item:nth-child(n+5) {
        display:block;
    }
}


.breaking_news_inner.slick-slider {
    width: calc(100% + 31px);
    left: -15px;
}

.breaking_news .slick-track
{
    display: flex !important;
}

.breaking_news .slick-slide
{
    height: inherit !important;
}
.breaking_title a {
    display: inline-block;
    background-color: #325387;
    padding: 5px 8px;
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 13px;
    text-transform: uppercase;
letter-spacing: 1.2px;
    font-family: freight-sans-pro, serif;
}
.home section.carousel {
    height:60vh;
}
.home section.carousel {
    margin-bottom:25px;
}

@media screen and (max-width: 600px) { 
    .home section.carousel {
       height: 230px;
            margin-bottom: 15px;
    }
    .breaking_news_item {

        padding: 10px 0px;

    }
    .breaking_title a { 
            margin-bottom: 5px;
    }
    .breaking_news h3 {
        font-size: 14px;
        margin-bottom:2px;
		line-height:1.25;
    }
}




















/*/ EDITORS PICKS /*/
.editors_pick {
    margin-top: 90px;
}
.editors_pick h2 {
        margin-bottom: 36px;
}
.editors_pick .vert_item {
    width: calc(1/1*100% - 42px);
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.editors_pick .vert_item  .category{
        padding-bottom: 24px;
}
.editors_pick .vert_item  p {
        line-height: 1.85;
	font-size:16px;
}
.heightimg {
    height:100%;
}
.heightimg .vert_item_img {
        height: 100%;
    background-size: cover;
}
.heightimg_img img {
    display:none;
}

.editors_pick article .col--6 {
    flex: 0 1 calc((3.5/12) * 100%) !important;
}
.editors_pick article .col--6 .category {
    display:none;
}
.editors_pick article  .col--6.latest__content {
    flex: 0 1 calc((8.5/12) * 100%) !important;
    padding: 0px 0px 0px 24px;
}

.editors_pick article.latest:last-child {
    /* border: 1px solid #ddd; */
    /* padding-bottom: 0px; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
@media screen and (max-width: 1300px) {
.popular_posts {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
}
@media screen and (max-width: 950px){
     .editors_pick article .col--6 {
        flex: 0 1 calc((4.8/12) * 100%)!important;
    }
    .editors_pick .flex .col--6.mobfull {
        flex: 0 1 calc(( 12/12) * 100%) !important;
    }
    .kids_banner {
        display:none;
    }
   
    

.editors_pick .vert_item {
    width: 100%;
    }
    .firstmobfull {
        margin-bottom:36px;
    }
    .editors_pick article .col--6 .category {
        display:block;
            margin-bottom: 22px;
    }
    .editors_pick article  .col--6.latest__content {
        flex: 0 1 calc((7.2/12) * 100%) !important;
        padding: 18px 24px 24px;
        padding-left: 16px;
    }
	.about_split_col {
	    width: 100%;
	}
}
@media screen and (max-width: 600px){
	.desktop_cats .root_nav .mobonly {
		display: block !important;
		    padding: 0px 10px;
	}
	.desktop_cats .root_nav li.mobonly a{
		    padding: 6px 24px;
		text-align:center;
		    display: block;
		font-size: 14px;
    letter-spacing: 0.8px;
	}
	.head_about_col.vert_item .about_sub_menu_col {
    width: calc(1/3*100% - (1 - 2/5)*10px);
}
	.head_about_col.vert_item.about_main_col .about_sub_menu_col .about_title  {
    padding-bottom: 0px;
    font-size: 16px;
}
	.head_about_col.vert_item.about_main_col {
		padding-top:5px;
	}
	.head_about_menu, .head_about_menu .flex.vert_list {
		border-top:none !important;
	}
	.head_about_menu .about_link {
		margin-bottom:24px;
	}
	.about_split_col.about_split_menu .about_sub_menu_col {
		border-top: 1px solid #ddd;
		padding-top: 15px;
	}
	.head_about_menu .about_link_sub {
		font-size:11px;
	}
	.about_split_col {
		padding-top:15px;
	}
	.head_about_menu {
	    padding: 15px 6px 15px;
	}
    .editors_pick h2 {
        margin-bottom: 12px;
        font-size:22px;
}
.popular_posts {
    padding-left: 0px;
    padding-right: 0px;
}
    .editors_pick {
    margin-top: 10px;
}
  .editors_pick   h3 {
   
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;

    }
    .firstmobfull {
        margin-bottom: 15px;
    }
   .editors_pick article {
            margin-bottom: 15px;
    padding-bottom: 0px;
    }
     .editors_pick  .category, .editors_pick .meta  {
        display:none !important;
    }
    .editors_pick article .col--6 {
    flex: 0 1 calc((4 / 12) * 100%) !important;
    padding-bottom: 15px!important;
}
    .editors_pick article  .col--6.latest__content  {
    padding-bottom: 11px!important;
    padding-left: 15px!important;
     padding-top: 0px;
    flex: 0 1 calc((8 / 12) * 100%)!important;
        margin-top: -2px;
            display: flex;
    justify-content: center;
    flex-direction: column;
}
    .firstmobfull .vert_item_content {
        padding-left:0px;
        width:100%;
    }
    .firstmobfull .vert_item_content p {
        display:none;
    }
    .heightimg {
        height:auto;
    }
    .heightimg .vert_item_img {
        height:auto;
        padding-bottom:0px;
    }
    .heightimg_img img {
    display:block;
}
   .editors_pick  .firstmobfull  .vert_item_content .meta {
        display:block !important;
       padding-top: 10px;
    }
    .editors_pick  .firstmobfull  .vert_item_content .meta span {
        width:auto !important;
    }
    .editors_pick  .firstmobfull  .vert_item_content  .meta span:first-of-type {
        border-right: 1px solid #ddd;
    }
	.editors_pick.popular_posts {
		margin-top: 20px !important;
	}
	.category, .meta {
		font-size:11px !important;
	}
	.editors_pick_bottom article, .editors_pick_bottom article:last-of-type {
		width: 100%;
		padding-bottom: 15px !important;
	}
	.editors_pick_flex .meta span:first-of-type {
		width: auto !important;		
		padding-bottom: 5px;
		border-right: 1px solid #ddd !important;
	}
	.editors_pick .vert_item .category {
		padding-bottom: 15px;
	}
	.editors_pick_bottom {
    	margin-top: 15px;
	}
	.data_vis_pick .popular_posts {
		padding-top: 40px;
		padding-bottom: 30px;
		margin-top: 40px !important;
	}
	.op_articles .flex .col--4 {
		width:100%;
	}
	.op_articles .heightimg .vert_item_img {
		background-position: center;
		background-image: none !important;
	}
	.op_articles .heightimg_img img {
		width: 100%;
	    height: auto;
	}
	.op_articles .meta span:first-of-type {
		width: auto !important;
		padding-bottom: 5px;
		border-right: 1px solid #ddd !important;
	}
	.op_articles .flex .col--4 .user_profile {
		height: 75px;
	}
	.op_articles .flex article h3 {
		margin-bottom:5px;
	}
	.editors_pick.interviews_pick .flex .col--8 {
		width:100%;
	}
	.editors_pick.interviews_pick .flex .col--8 .vert_item h3 {
		font-size:18px;
	}
	.editors_pick.interviews_pick .editors_pick_flex .vert_item.editors_pick_hero {
		padding:15px;
	}
	.editors_pick.interviews_pick .flex .col--4 {
		width:100%;
	}
	.editors_pick article .col--6 .category {
		margin-bottom:0px;
	}
	.editors_pick.interviews_pick {
		margin-bottom: 50px;
	}
	.countries_pick .editors_pick .flex .col--9 {
		width:100%;
	}
	.countries_flex {
		flex-direction:column;
	}
	.country_banner {
		height:30vh;
	}
	.countries_pick p {
		margin-bottom:0px;
	}
	.country_box {
		left:15px;
		padding: 5px 15px 10px;
	}
	.countries_pick p {
		    line-height: 1.33em;
		display:none;
	}
	.countries_pick .editors_pick h3{
		font-size: 18px;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	.countries_pick .editors_pick .flex .col--3 {
		width: 100%;
		flex: none !important;
		display: flex;		
    	flex-wrap: wrap;
	}
	.countries_pick .latest {
		display:none !important;
	}
	.countries_pick .popular_posts {
		padding-top: 26px;
    	padding-bottom: 20px;;
	}
	.op_articles .flex .col--6 {
		flex: 0 1 calc(( 4 / 12) * 100%) !important;
    	padding-bottom: 5px;
	}
	.op_articles .col--6.latest__content {
		padding-top: 0px;
		flex: 0 1 calc(( 8 / 12) * 100%) !important;
		padding-bottom: 11px;
		margin-top: -2px;
		padding-left: 15px;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.op_articles .flex article h3 {
		font-size: 14px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		line-height: 1.25;
		padding-top: 0px;
	}
	.op_articles .vert_list .category, .op_articles  .meta {
		display:none !important;
	}
	.op_inner {
		margin-bottom:0px;
	}
	.op_articles .flex .col--4 .user_profile .user_info {
		padding: 15px 15px;
	}
	.op_articles .flex article {
		margin-bottom: 0px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
	}
	.popular_posts.book_reviews_grid {
		margin-top: 40px !important;
	}
	.interviews_pick.editors_pick.popular_posts {
		margin-top: 40px !important;
	} 
	.editors_pick.interviews_pick .col.col--6 h3 {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.25;
}
	.editors_pick.interviews_pick article .col--6 .category, .editors_pick.interviews_pick article .col--6  .meta{
		display:none !important;
	}
	.editors_pick.interviews_pick .col.col--6 h3 {
		padding-top:0px;
	}
	.data_vis_pick .popular_posts {
		padding-top: 26px;
		padding-bottom: 20px;
	}
	.editors_pick.home_bottom_stats .special_report_latest {
		width:100%;
		padding: 25px 15px;
	}
	.editors_pick.home_bottom_stats .special_report_latest p {
    	display:none;
	}
	.editors_pick.home_bottom_stats h2 {
		margin-bottom: 15px !important;
	}
	.editors_pick.home_bottom_stats {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.global_data_stats {
		width: 100%;
		margin-top: 20px;
	}
	.editors_pick.home_bottom_stats .global_data_stats h2 {
    	padding: 25px 0px 0px 0px;
	}
	.global_stat_row {
		flex-wrap: wrap;
	}
	.global_stat_row .global_stat_item {
		width: 100%;
		padding: 15px;
	}
	.global_stat_icon svg {
	    width: 50px;
		margin-right: 25px;
	}
	.global_stat_item h3 {
		padding-bottom: 10px !important;
	}
	.global_stat_row.bot_row .global_stat_item {
		    margin-bottom: 14px;
	}
	.head_news_options {
		margin-bottom: 0px;
		padding-top: 32px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.head_news_inner {
		    padding: 0px 0px 42px;
	}
}










/*/ Join Us LMNOP /*/


.join_top_bar {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 5px;
    align-items: center;
    position: fixed;
    top: 146px;
    background-color: #ffffff;
    z-index: 20;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    transition: all .05s;
    right: 0px;
    left: 0px;
}


#whole_cont.scrolled .join_top_bar {
    top:92px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}

.join_menu {
    margin:auto;
}
.join_menu a {
    padding-right: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    /* margin-left: 20px; */
    /* display: block; */
    position: relative;
    -webkit-font-smoothing: antialiased;
    /* text-transform: uppercase; */
}

.join_overview, .join_what_we_do, .join_benefits {
    max-width: 1300px;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.join_what_we_do, .join_intro {
     padding-top: 100px;
    border-top: 1px solid #ddd;
}
.join_overview, .join_what_we_do {
        padding-bottom: 65px;
}
.join_intro {
    max-width:1300px;
}
.join_overview .header_image {
    max-width:1300px;
    margin:auto;
    padding-bottom:45px;
}
.join_overview .header_image.iframe_on {
     max-width:820px;
}
.join_overview .header_image {
    max-width:100%;
    height:auto;
}

.join_overview_text {
     max-width:820px;
    margin:auto;
    /*border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    padding: 20px;*/
    padding-bottom: 10px;
}


.join_overview {
    max-width:1500px;
    padding-bottom:30px;
        padding-top: 44px;
}


.join_overview .owl-item .item, .join_overview  .owl-carousel  {
    background-size:cover;
    height: 0px;
    padding-bottom: 50%;
}

.join_overview  .owl-stage-outer, .join_overview .owl-stage,  .join_overview .owl-item {
    height:auto !important;
}

.join_overview .item {
    filter:none !important; 
    opacity: 1!important; 
}

#what-we-do {
    border-bottom:none !important;
    margin-bottom: 0px;
    margin-top: -130px;
    padding-top: 160px;
    max-width: 1600px;
}

#what-we-do:after {
        top: 110px !important;
        height: calc(100% - 150px);
}

#benefits {
    margin-top: -130px;
    padding-top: 160px;
        border-top:none !important;
}

.join_what_we_do .owl-carousel {
    margin-bottom:50px;
}

.join_what_we_do .events_image {
    padding-top:50px;
    padding-bottom:40px;
    max-width: 820px;
    margin: auto;
}

.join_events {
    padding-top:30px;
}

.join_benefits .benefits {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align:center;
}
.join_benefits .benefits_item {
    padding:10px;
        width: 170px;
}
.join_benefits .benefits_item img {
    display: block;
    margin: 0 auto 5px;
    height: 50px;
}

.join_overview_text_learn {
        margin-top: 80px;
     /*border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;*/
}
.join_what_we_do .header_image {
        max-width: 820px;
    margin: auto;
        padding-bottom: 50px;
}

.learn_image {
    max-width: 1300px;
    margin: auto;
    margin-top: 80px;
}
.learn_text {
    padding:20px;
}
.location_svgs img {
    height:70px !important;
}

.join_link {
    text-align:center;
    padding-top:50px;
    padding-bottom:200px;
}
.join_top_bar .btn {
    text-align:center;
    padding: 8px 14px;
}
.join_job_listings {
    max-width:1300px;
    padding-top: 100px;
    border-top: 1px solid #ddd;
}


.job_openings {
margin-top: -130px;
    padding-top: 190px;
}

.job_openings .table {
    width: 100%;
    margin: 0 auto 30px;
        max-width: 1100px;
  
}
.job_openings .table__row {
    padding:15px;
    font-weight:700;
      display:flex;
    justify-content:space-between;
    align-items: center;
}
.job_openings .table__row:nth-child(odd) {
    background-color: #f9f9f9;
}
.job_openings  .table__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    
}
.hidemeplease {
    opacity:0;
}
.job_openings .table__footer {
    text-align: left;
    font-size: 10px;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.job_openings .table {
    max-width: 1100px;
}
.job_openings .table__header span {
    flex: 1 0 33%;
    padding: 0px 0px;
}
.job_openings h3  {
    margin-bottom: 0px;
    font-weight: 300;
    flex: 1 0 33%;
}
.job_openings h4  {
      flex: 1 0 33%;
}
.job_openings .table__header h3 {
    font-weight:700;
}
.job_openings h3 a {
    color:#333;
}
.job_openings a.btn {
    font-weight:300;
        padding: 10px 18px;
}
.job_locations {
        padding-right: 20px;
   
}
h4.job_locations {
     margin-bottom: 0px;
}
.job_locations .job_location:after {
    content:", ";
}
.job_locations .job_location:last-of-type:after   {
    content:"";
}
.job_locations span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #325387;
}
.job_table_pad {
    padding-top:50px;
}

.single-job_openings .story {
    max-width:800px;
}

figure.wp-block-image {
    text-align: center;
    /* padding-top: 0px; */
    margin-top: -1.3em;
    font-size: 0.8em;
}

/*/ PARTNERS /*/

.anchor_pad {
    margin-top: -130px !important;
    padding-top: 130px !important;
}
.nowrap {
    white-space:nowrap;
}
.section_pad  {
    padding-top:50px;
}
.organisations_logos .organisation_logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align:center;
}
.organisations_logos .organisation_item {
    padding:10px;
    width:25%;
    margin-bottom: 20px;
    max-width: 230px;
    min-width: 120px;
}
.organisations_logos .organisation_item img {
    display: block;
    margin:0 auto 10px;
    height: auto;
    width: 100%;
    max-width: 100px;
    border-radius: 100%;
    border: 1px solid #efefef;
    box-shadow: 0 4px 2px -2px #ddd;
}
.organisation_item a {
        text-transform: uppercase;
    font-size: 0.7em;
    padding-top: 10px;
    letter-spacing: 0.7px;
    font-weight: 700;
    color: #111;
}
.sponsors_items {
    text-align:center;
}
.sponsors_donate {
    margin-top:20px;
}

.city-event-partners-items {
    max-width: 900px;
    margin: 2em auto 0em;
    column-count: 4;
    column-gap: 1.5em;
}
.city-event-partners-item {
    display: inline-block;
    margin: 0 0 2em;
    width: 100%;
        font-size: 1.2em;
    padding-left:30px;
}

.city-event-partners-items .country_name {
    font-weight:700;
}
.city-event-partners-items .city_name {
    text-transform: uppercase;
    font-size: 0.7em;
    padding-top: 10px; 
    letter-spacing: 0.7px;
    font-weight: 700;
}
#overview.anchor_pad {
    margin-top: -260px !important;
    padding-top: 260px !important;
}
#overview.organisations {
    margin-top: -80px !important;
    padding-top: 80px !important;
}
.city-event-partners-items .city_partner {
  font-size: 10px;
       letter-spacing: 0.7px;
    font-weight: 700;
    text-transform: uppercase;
     color: #111;
}
.city_partner a {
    font-weight: 600;
    line-height: 1.8em;

    text-transform: uppercase;
    font-size: 10px;
    padding-top: 10px;
    letter-spacing: 0.7px;
    font-weight: 700;
    color: #111;
}
.page-template-template_partners .intro p, .page-template-template_donations .intro p, .page-template-template_data_visualisation_cats .intro p, .page-template-template_supporters .intro p, .page-template-template_newswire .intro p, .page-template-template_impact .intro p   {
    padding: 0.6em 0em 0em;
    font-size: 1em;
    line-height: 1.5em;
    max-width: 700px;
    margin: auto;
}  
.page-template-template_partners .intro.left_intro, .page-template-template_donations .intro.left_intro, .page-template-template_data_visualisation_cats .intro.left_intro, .page-template-template_supporters .intro.left_intro, .page-template-template_newswire .intro.left_intro, .page-template-template_impact .intro.left_intro   {
            text-align: left !important;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.01), 0 6.7px 5.3px rgba(0, 0, 0, 0.01), 0 12.5px 10px rgba(0, 0, 0, 0.02), 0 22.3px 17.9px rgba(0, 0, 0, 0.03), 0 20.8px 20.4px rgba(0, 0, 0, 0.02);
    padding: 30px 40px 40px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}

.page-template-template_data_visualisation_cats .intro.left_intro {
    margin-bottom:50px;
}

.page-template-template_donations .root_nav, .page-template-template_donations .mob_menu, .page-template-template_newswire .root_nav, .page-template-template_newswire .mob_menu, .page-template-template_impact .mob_menu {
    border-bottom: 1px solid #ddd;
}
/*/ DONATIONS GRID PAGE /*/

.page-template-template_donations  .join_overview {
        padding-top: 11px;
}
.page-template-template_newswire  .join_overview {
        padding-top: 11px;
}
.donation_grid {
    padding-top:70px;
}
.donation_grid_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
.donations-item {
    width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    background-size:cover;
    background-position:center center;
    height:auto;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transform:scale(1);
    transition: all 0.2s ease-out;
}
.donations-item:before {
    content:'';
    float:left;
    padding-top:100%;
    background-color:rgba(0,0,0,0.4);
}

.donations_item_overlay {
    position:absolute;
    height:100%;
    width:100%;
    background-color:#5C7C6F;
    color:#fff;
    opacity:0.3;
    transition: all 0.2s ease-out;
}
.donations-item:hover .donations_item_overlay {
    opacity:0.85;
}
.donations_item_content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom:0;
     transition: all 0.2s ease-out;
}
.donations_item_title_cont {
  width: 100%;
  padding-top: 100%; 
  position: relative; 
}
.donations_item_title {
    position:absolute;
    z-index:2;
    bottom:20px;
    left:30px;
    right:30px;
    color:#ffffff;
    font-size:1.8em;
    line-height:1.2em;
}
.donations_item_text {
    position:relative;
    color:#fff;
    z-index:2;
    padding:0px 30px;
 }
.donations_item_text p {
     color:#fff;
    line-height:1.2em;
    font-size:1em;
}
.donations-item:hover {
    transform:scale(1.05);
}
.donations-item:hover .donations_item_content {
    top:auto;
    bottom:30px;
}

.donations_item_cta {
    position:relative;
    z-index:2;
    padding-top:10px;
     color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1em;
}
.donations_item_cta a {
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1em;
}
.donation_arrow:after {
    content:"→";
    display:inline-block;
        padding-left: 8px;
}
@media screen and (max-width: 960px) {
    .donations-item {
    width: calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
.page-template-template_donations .intro.left_intro, .page-template-template_supporters .intro.left_intro, .page-template-template_data_visualisation_cats .intro.left_intro, .page-template-template_impact .intro.left_intro  {
    margin-top:0px;
    padding: 20px 20px 30px!important;
    }
      .donations-item {
    width: calc(100% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .donations_item_cta {
        padding-top:0px;
    }
}

/*/ Tile Items / */

.tiles_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px;
        margin-bottom: 100px;
}
.tiles-item {
    width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    background-size: cover;
    background-position: center center;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.2s ease-out;
    
    padding: 15px;
        box-shadow: 0px 6px 16px 4px rgba(0,0,0,0.1);
}
.tiles-item_title {
    font-size: 1.55em;
    line-height: 1.2em;
    text-align: left;
    font-family: adobe-caslon-pro, serif;
    font-weight: 700;
}
.tiles-item_img {
    width:100%;
    height:0px;
    padding-bottom:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}
.tiles-item_desc {
    padding-top: 10px;
    font-size: 0.9em;
    line-height: 1.8em;
}

@media screen and (max-width: 1240px) {
    .tiles-item{
    width: calc(50% - 20px);
    }
}
@media screen and (max-width: 800px) {
    .tiles-item{
    width: calc(100%);
    }
}

/* Share Boost /*/

.share-donate {
        cursor: pointer;    
        color: #fff;
        font-weight: 400;
         padding-right: 15px;
        font-family: freight-sans-pro, serif;
        font-size: 14px;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
        line-height: 13px;
        padding-top: 0px;
        padding-bottom: 6px;
        margin-top: 10px;
        display: flex;
    }
    .share-donate svg {
        display: inline-block;
        width: 18px;
        height:24px;
    }
    .share-donate div {
        display: inline-block;
        padding-left: 12px;
    }
    .story__content__social .ssba {
        float: left !important;
    }
    .share_boost_popup {
        text-align: left;
        width: 100%;
        max-width: 500px;
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 0px;
    }
    .share_boost_popup h2 {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .share_boost_popup p {
        font-size: 13px;
        line-height: 1.5em;
        margin-bottom:10px;
    }
    .share_boost_popup .ssba.ssba-wrap {
        margin-left: -5px;
            padding-bottom: 20px;
    }
.share_boost_popup .ssba img {
    width: 36px !important;
    height: 36px !important;
    margin-right: 5px;
}
    .share_boost_popup iframe[name=donorbox] {
        max-width:auto;
        margin-left:0px;
        min-height: 675px;
        min-width: 100% !important;
  
    }
    .share_donate_form {
        display:none;
              padding-top:10px;
    }
    .donate_form_show {
        text-decoration: none;
        width: 100;
    padding: 8px 15px;
    margin-top: 10px;
            background-color: #325387;
    }




.page-template-template_partners .intro.left_intro  p {
    margin-left:0px;
    margin-right:0px;

}
.big_pad {
    padding-top:100px;
}
@media screen and (max-width: 768px) {
    .page-template-template_partners .intro {
        width: 100%;
        padding:20px 20px 30px!important;
        text-align: left !important;
    }
      .page-template-template_partners .intro img {
            display: inline-block;
    padding-left: 4px;
    }
    .page-template-template_partners .intro.left_intro {
        margin-top:0px;
    }
    .page-template-template_partners .intro.big_pad {
        padding-top:50px !important;
    }
    .organisations_logos .organisation_logo {
            justify-content: left;
    }
    .sponsors_items {
    text-align: left;
    padding-left: 10px;
}
}
.sponsors {
    padding-bottom:100px;
}

.join_menu .active {
    font-weight: 700;
}
.intro.left_intro {
    text-align:left !important;
}

/*/ Film Screenings /*/

.film_screenings_list {
    width:100%;
}
.film_desc {
    font-size: 0.9em;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 5px;
    color: #111;
}
.screenings_note {
    max-width:600px;
    margin:20px 0px;
}
.film_screen_pad {
        margin-top: 20px;
    margin-bottom: 60px;
}
/*/ DONOR /*/

iframe[name=donorbox] {

  max-width: 425px !important;

  margin: auto;

  display: block;

}

.donation_box {
    max-width:1000px !important;
}
.donation_inner {
    display:flex;
    padding-top: 50px;
}
.donation_copy {
    max-width: 525px !important;
    padding-right: 50px;
    width: 100%;
}
.donation_inputs {
    max-width: 425px
    !important; width:100%;
}
.header--subscribe .btn{
        padding: 10px 10px !important;
    border-radius: 3px;
}
.shop_btn {
    padding: 10px 10px !important;
    border-radius: 3px;
    margin-right: 10px;
}
.shop_btn.kids_btn {
       margin-right: 0px;
    padding: 10px 10px !important;
    }
.shop_btn.kids_btn svg {
        width: auto;
    height: 14px;
    margin-right: 0px;
    margin-top: 0px;
    display: block;
}
.header_sub_btn {
	    display: flex;
    align-items: center;
}
.header_sub_btn svg{
	width:28px;	
	margin-right:12px;
}
.header_sub_btn span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	    color: #333;
	font-family: freight-sans-pro, serif;
}
.header_sub_btn:hover span {
	text-decoration:underline;
}
.header_sub_btn.kids_btn  svg{
	width: 45px;
    height: auto !important;
}
@media screen and (max-width: 1080px) {
.header--subscribe {
       /* flex: 0 1 calc(( 3 / 12) * 100%) !important; */
}
    .header_sub_btn.signuptrigger {
        margin-top:3px;
    }
}
@media screen and (max-width: 1019px) {
.header--subscribe .search_me {
    display:none;
}
}
@media screen and (max-width: 999px) {
    .join_top_bar {
         top:142px;   
    }
    .join_overview {
        padding-top: 76px;
}
}
@media screen and (max-width: 866px) {
    .shop_btn {
        margin-right:0px;
        margin-bottom:5px;
    }
    header .header--social a {
        display:none;
    }
    header .header--social a.shop_btn {
        display:inline-block !important;
    }
}
@media screen and (max-width: 768px) {
    .film_screen_pad {
        padding-top:30px;
    }
    .city-event-partners-items {
           column-count: 3;
    }
    .join_menu {
        text-align:center;
    }
    
    .shop_btn.kids_btn {
        margin-right:0px;
    }
    .donation_box {
    max-width:1000px !important;
}
.donation_inner {
    display:block;
    padding-top: 30px;
}
.donation_copy {
    max-width: 425px !important;
    padding-right: 0px;
    width: 100%;
    margin:auto;
}
.donation_inputs {
    max-width: 425px
    !important; width:100%;
     margin:auto;
}
.post-content.guidelines {
    padding-top: 0px;
}
    .jobmobhide {
        display:none;
    }
    .job_openings h4 {
  
    padding-top: 15px;
}
.join_what_we_do, .join_intro {
     padding-top: 40px;
    border-top: 1px solid #ddd;
}
.join_overview, .join_what_we_do {
        padding-bottom: 20px;
}
    .join_what_we_do .owl-carousel {
    margin-bottom: 30px;
}
    .join_overview .header_image {

    padding-bottom:25px;
}
    .job_openings .table__row {
        display:block;
    }
    .job_openings a.btn {
        display:none;
    }
}
@media screen and (max-width: 680px) {
    .join_top_bar {
            top: 120px;
    padding-left: 0p;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100% !important;
    }
}
@media screen and (max-width: 495px) { 
        .join_top_bar .btn {
        width:100%;
    }
      .join_overview {
        top:20px;
    }
      .city-event-partners-items {
           column-count: 2;
    }
        .city-event-partners-item {

    padding-left: 20px;
}
}
@media screen and (max-width: 405px) { 
    .join_menu a {
        font-size:12px;
        padding-right: 15px;
    }
    .join_top_bar .btn {
        width:100%;
    }
    .author_list {
        padding-top:30px;
    }
    .city-event-partners-item {

    padding-left: 20px;
}
}
        
#extensions_message {
    display:none;
}

.intro {
    max-width: 768px;
    padding-bottom: 30px;
    margin: 30px auto 0;
    text-align: center;
    border: none;
}

.h1__icon {
       height: 12px;
    margin-bottom: 10px;
}


.intro h1 {
        font-size: 36px;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
.intro {
    width: 100%;
    padding: 0 50px 30px;
}
}



/*/ People Grid Home /*/
h3.people_grid_title {
	    padding: 0px 0px 15px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.people_grid_home .table__row {
	display: flex;
    align-content: center;
	padding: 15px 0px 15px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.people_grid_home .table__row .auth_full {
	padding-right: 20px;
    /* height: 50px; */
   
} 
.people_grid_home .table__row .auth_full img {
	width:74px; height:74px; 
	max-width: 74px;
}
.people_grid_home .table__row .auth_full .people_image {
	width:74px; height:74px; 
	background-size:cover;
	background-position:top;
}
.people_grid_home .table__row .user_deets h3 {
	margin-bottom:0px;
	font-size: 18px;
}
.people_grid_home .table__row .user_deets a {
	color:#333;
}
.people_grid_home .table__row .user_deets {
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding-top:2px;
	padding-bottom:2px;
}
.people_grid_home .table__row .user_descr {
    color: #666;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.vert_item.people_grid_item {
	border-bottom:none;
	padding-bottom:15px;
}
.people_grid_item .breaking_title {
	margin-top:15px;
	
}
.people_grid_item .breaking_title a {
	padding-bottom:5px !important;
}

/*/ SUSTAIN LISTINGS /*/

.global_sustain_listings .video-grid.video_channel_list .horiz_item_img:after {
    top: auto;
    bottom: 0px;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.global_sustain_listings .video-grid .flex .video-thumb__overlay {
    height: 33%;
    top: auto;
    bottom: 0px;
}
.global_sustain_listings .video-grid .flex .video-thumb__overlay h3 {
    max-width: 80%;
    margin-bottom: 0px;
}



@media screen and (max-width: 1200px) {
.global_sustain_listings .video-grid .flex .video-thumb__overlay h3 {
    max-width: 90%;
    font-size:16px;
}
}

/*/ SLICK /*/

.slick_off {
    display:none !important;
}
.slick_time_titles {
    display:none;
    height:35px;
}
.slick_item_title,  .slick_item_title h2 {
    outline:0 !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev , .slick-next {
    display:none !important;
}

 .mobile_display {
        display:none;
    }

@media screen and (max-width: 600px) {
	header.shrink_mob.scrolled .header--logo svg {
	margin-top:0px;
	}
	.home header.shrink_mob.scrolled .header--logo svg {
   /* height: 40px;
    margin-bottom: 0px; */
	margin-top:0px;
	margin-bottom:0px;
}
    
	header .flex .col:nth-child(2) {
		padding:0px;
	}
    #sb_instagram #sbi_images {
  max-height: 100vw !important;
}
    #sb_instagram .sbi_item {
        position:relative;
    }
    #sb_instagram .sbi_item:after {
  content: "";
        
  display: block;
  padding-bottom: 100%;
}
    .sbi_photo_wrap {
        position:absolute!important;
            width: 100%!important;
    height: 100%!important;
    }
    .sbi_photo  {
                width: 100%!important;
    height: 100%!important;
    }
    
header.shrink_mob  {
   
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1) !important;
 
}

 header.shrink_mob  .header--logo span {
    opacity:0 !important;
    height:0px !important;
}
 header.shrink_mob .header--subscribe .btn .subscribe_header_tag {
    display:none !important;
}

 header.shrink_mob .flex {
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
}

    header.shrink_mob .flex {
    padding: 10px 0 !important;
    border-bottom: none !important;
}
.single header.shrink_mob .flex {
    padding: 3px 0 0 !important;
    border-bottom: none !important;
}
    
    body.single #whole_cont {
            padding-top: 80px;
    }
    
    h1 {
    font-size: 50px;
}
    #whole_cont {
    padding-left: 0px;
    padding-right: 0px;
}
    
  section, .single .section.author_bio, .single .popular_posts {
    max-width: calc(100% - 32px) !important; }
    
    section.hero_section_home {
        padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
        margin-bottom: 15px;
    }

    
    .stories .flex .col--9 .col--6 {
        flex: 0 1 calc(( 4 / 12) * 100%)!important;
            padding-bottom: 15px;
    }
    
    
    .stories .flex .col--9 .col--6.latest__content {
    padding-top: 0px;
    flex: 0 1 calc(( 8 / 12) * 100%)!important;
    padding-bottom: 11px;
    margin-top: -2px;
        padding-left: 15px;
            display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .stories .flex .col--9 .col--6.latest__content .category, .stories .flex .col--9 .col--6.latest__content .meta {
        display:none;
    }
    .stories .flex_pad {
        border-top:none;
    }
    .stories .latest {
            margin-bottom: 15px;
    padding-bottom: 0px;
    }
    .stories .flex .latest__content {
        padding-bottom:0px;
    }
    .stories .horiz_item_img img {
        padding-bottom:15px;
    }
    .stories h3, .vert_item h3 {
        font-size: 14px;
        padding-bottom: 0px;
    margin-bottom: 0px;
		    line-height: 1.25;
    }
	.content_type {
		font-size:10px;
	}
    .vert_item .category, .vert_item .meta {
        display:none;
    }
    .vert_item {
        align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
            margin-bottom: 15px;
    }
    
    .vert_item a:first-of-type {
        flex: 0 1 calc(( 4 / 12) * 100%);
    padding-bottom: 15px;
    }
    .vert_item_content a {
        padding-bottom:0px !important;
    }
    .vert_item_content {
            padding-top: 0px;
    flex: 0 1 calc(( 8 / 12) * 100%);
    padding-bottom: 11px;
    margin-top: -2px;
        padding-left: 15px;
        height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .stories h2, .video-grid h2, .popular_posts h2 {
        font-size: 22px;
    }
    .vert_list {
        border-top: 1px solid #ddd;
    padding-top: 15px;
    }
    
    .video-grid .col--6 {
        margin-bottom: 10px;
    }
    .video-grid .vid_col_2 .col--6 {
        width: calc(50% - 5px);
        flex: none;
        margin-bottom: 10px;
    }
    .video-grid  .vid_col_2 .video-thumb__overlay svg {
        display: none;
    }
    .video-grid .flex .video-thumb__overlay h3 {
        font-size: 16px;
        max-width: 90%;
    }
    .post-content h2 {

        font-size: 30px;
    }
    .stories .flex .col--9 .latest__filter {
        
    margin-bottom: 15px
    }
    .stories .flex .col--9 .latest__filter form {
        display:none;
    }
    .stories .flex .col--9 .latest__filter h2, .section-home_filter h2{
           border-bottom: 1px solid #ddd;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
	.stories .flex .col--9 .latest__filter h2 {
		margin-bottom:15px;
	}
    .section_home_listings .flex .col--2 {
        flex: 0 1 100%!important;
        width: 100%;
    }
    .popmake-content__center {
            margin: 42px 24px 24px !important;
    padding: 24px!important;
    }
    .carousel {
            margin: 0 auto 15px;
        margin-bottom:24px;
    }
    .carousel, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item {
    height: 230px;
}
    .trending {
    padding: 15px 0px 15px 0px;
}
    .global_data_item a {
        font-size:16px;
    }
    .trending:before {
     font-family: adobe-caslon-pro, serif;
    font-size: 22px;
       left: 12px;
    top: 12px;
    font-weight: 700;
}
    .pagination {
        margin-top: -3px;
    }
     .pagination a {
            font-size: 14px;
    }
    .pagination__btn {
            display: inline-block;
   
    }
     .pagination__btn a {
        padding-right:10px;
    }
    .cat_owl_meta .featured__content__type.spacing {
        display:none;
    }
    .trending_pad {
    margin-top: 0px;
}
    .single .newsletter, .foot_newletter {
        margin-top:24px !important;
    }
    
    .section_home_listings .section-home_filter h2 {
        padding-top:0px;
    }
    .page-template-default #whole_cont {
    padding-left: 0px;
    padding-right: 0px;
    }
    .hero_section_home .featured__image {
        height:300px;
    }
    .hero_section_home .featured__content__type.spacing {
        display:none;
    }
    .section_home_listings {
        padding-bottom: 0px;
        }
    .foot_newletter {
    text-align: center;
    margin-top: 0px;
        display:none;
}
    

    
    /*/ MOB MENU BOTTOM /*/
    
    
    .root_nav {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #fff;
          bottom:-100%;
        transition: all 0.3s ease 0s;
    }
   header .header--subscribe .header_sub_btn  {
        display: none !important;
    }
    header .header--subscribe {
        display: block; 
    }
    header .header--subscribe .search_me {
        position: fixed;
        top: 17px;
        right: 17px;
    }
    .home header .header--subscribe .search_me, .page-template header .header--subscribe .search_me, .page-template-default header .header--subscribe .search_me {
        position: fixed;
        top: 27px;
        right: 17px;
    }
    .single .newsletter {
        display:none;
    }
    .home_btn {
display: block !important;
    position: fixed;
    bottom: 10px;
    width: 20px;
    left: 50%;
    margin-left: -80px;
    }
    .love_btn {
display: block !important;
    position: fixed;
    bottom: 10px;
    width: 21px;
    right: 50%;
    margin-right: -80px;
    }
   
    
     .single .article_bookmark_btn, .page-template .article_bookmark_btn  {
        display:block !important;
          outline:0;
        cursor:pointer;
    }
    .article_back_btn::before {
        content:"";
          border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
          transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
        margin-left: 18px;
    margin-top: 26px;
    }
     header .header--subscribe .search_me svg{
        width: 24px;
        margin-right: 0px;
    }
    .page-template-template_team_bios .post-content {
        margin:0px !important;
    }
    .page-template-template_team_bios .author_list {
            max-width: 100% !important;
    }
    .page-template-template_team_bios .author_list div {
        padding: 10px 0px;
    }
    .mob_menu {
         top:auto;
        bottom:0px;
        left:0px;
        right:0px;
        background-color:#ffffff;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        z-index: 10;
    }
    .root_nav ul {
           padding: 20px 0px 90px;
      
    }
	.root_nav li a {
		    line-height: 28px;
	}
    header.mob_menu_active ul {
        display: block;
        bottom:0;
    }
    header.mob_menu_active .root_nav { 
      bottom:0%;
        transition: all 0.3s ease 0s;
    }
    
    .header__search__form {
        display:none !important;
        position: fixed;
        background-color: #fff;
        left: 0px;
        right: 0px;
        padding: 10px;
        bottom: 36px;
    }
    .mob_menu_active .header__search__form {
        display:block !important;
    }
    .header_search_inner #searchform div input {
            padding: 6px
    }
    .header_search_inner #searchsubmit {
        width: 30%;
    padding: 6px 12px !important;
    margin-left: 8px;
    }
    
    
    body.single #whole_cont {
    padding-left: 0px;
    padding-right: 0px;
}
    h1 {
        font-size:30px;
    }
    .post-content p {
    margin-bottom: 18px;
}
    p, .author_bio a, .author_bio p {
    margin: 0 0 0.75em;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 24px;
}
	.post-content li {
		font-size: 17px;
	}
	.post-content ol {
		font-size: 17px;
	}
    .author_bio .col--8 {
         font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    
    }
    .post_image {
    margin-bottom: 24px;
}
    .post-content h4 {
    line-height: 1.5;
}
    #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
   
}
   .instagram_holder #sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo {
           /* padding-bottom: 94% !important;
            overflow: visible; */
    }
    .video-grid {
 
    border-bottom: none; 
    margin-bottom: 0px;
    }
    
.video-grid .col--6 {
    flex: 0 1 100%; }
.vid_col_2 .flex .video-thumb:nth-last-child(-n+2) {
    margin-bottom: 20px;
    }
.popular_posts, .video-grid, .newsletter {
    margin-top: 50px;
}

    .single .popular_posts {
        max-width:100%;
    }
    .author_bio .col--4, .author_bio .col--8 {
      flex: 0 1 calc(( 12 / 12) * 100%);
    }
    .author_bio .flex {
        flex-direction:column-reverse;
    }
   .author_bio img.auth_full {
    display:none
}
    .author_bio img.auth_inline {
    padding-right: 16px;
    padding-top: 6px;
    margin-left: 0px;
    max-width: 140px;
    float: left;
    padding-bottom: 1px;
        display:block;
}
    .newsletter, .instagram_holder {
        max-width:100%;
        margin-top:36px;
            max-width: 100% !important;
    }

    .insta_header .instaheader_inner {
    max-width: 260px;
    margin: auto;
    text-align: center;
            margin-top: 10px;
}
    .insta_header .instaheader_inner .btn {
            display: block;
    width: 160px;
    margin: auto;
    }
    .insta_header img {
    width: 20px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 20px; */
    margin-top: -1px;
}
    .insta_header h2 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 22px;
}
    
    
    .meta span:first-of-type {
        width:100%;
        border-right:none;
        padding-bottom: 5px;
    }
    .single #whole_cont {
        overflow:hidden;
    }
    
    
    .trending-articles {
    margin-bottom: 0px;
}
    .newsletter_sidebar {
        display:none;
    }
        .bsearchform  .searchsubmit {
    margin-left: 6px;
    width: 100px;
}
   .video-grid .video-thumb__overlay h2 {
        text-align:center;
    }

    .section-home_filter form {
        display:none !important;
    }
   
    /*.search-filter-results .category a:after {
        content: '';
    }*/
    .stories .flex_pad {
       
        padding-top: 0px;
    }
    .latest {

    margin-bottom: 32px;
    padding-bottom: 30px;

    }
  

    .popular_posts h2, .video-grid h2 {
        margin-bottom: 12px;
    }
    .video-grid {
        margin-top:0px;

    }
    .popular_posts {
            margin-bottom: 18px;
    }
    .video-grid {
        padding-bottom: 0px;        
    }
    .vid_col_2 {
        margin-bottom:3px;
    }
    .newsletter_bop {
            margin-top: 0px;
    margin-bottom: 36px;
    }
.popular_posts {
        margin-top:10px;
    }
    
    
   .header_sub_box {
    display: block !important;
    width: 110%;
    /* margin-left: 2.5%; */
    /*background-color: #325387; */
     background-color: #ffffff;    
    padding: 5px 15px;
    /* margin-top: -15px; */
    margin: 10px 0px 0px;
    margin-right: -2.5%;
    margin-left: -2.5%;
            border-top: 1px solid #eeeeee;
 
            border-bottom: 1px #eee solid;
        
    }
    header .header--logo span {
        display:none !important;
    }
    header.shrink_active.scrolled .flex {
        padding: 10px 0 0px;
        border-bottom: none;
    }
    .header_sub_box label {
        display:none;
    }
    .header_sub_box form {
        display: flex;
    }
     header .flex {
    padding-bottom: 10px;;
}
      .header_sub_box .gform_body {
        flex: 0 1 calc(( 9 / 12) * 100%);
             margin-right: 9px;
    }
      .header_sub_box .gform_footer  {
        flex: 0 1 calc(( 3 / 12) * 100%);
    }
     .header_sub_box input {
       font-size: 13px;
    padding: 3px;
       
    }
    .slick_time_titles {
    display:block !important;
    height:35px;
        opacity:0;
}
    .slick_time_titles.slick-initialized {
        opacity:1;
    }
      .header_sub_box .ginput_container_email  input {
         background-color:#f5f4f4;
         padding-left: 8px;
         font-family: 'Noto Serif', serif !important;
         height:26px;
    }
     .header_sub_box .gform_footer  input{
    background-color: #325387;
    color: #fff;
    font-weight: 400;
    padding-left: 8px;
    height: 26px;
    margin-top: -1px;
    padding-right: 6px;
    font-family: freight-sans-pro, serif;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    }
    
 
    .header_sub_box .gforms_confirmation_message {
            position: relative;
    padding-top: 10px;
    padding-bottom: 50px;
    }
    .header_sub_box .gforms_confirmation_message:before {
        content: "close x";
    position: absolute;
    bottom: 3px;
    right: calc(50% - 28px);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    }
    
    
    
    
    /*/ MOBILE REMOVE /*/
    
    .mobile_remove {
        display:none;
    }
    
     .mobile_display {
        display:block;
    }
    
    section.carousel {
        max-width: calc(100%) !important;
    }
    .page-template header .flex {
        padding-bottom:0px !important;
    }
    .item__meta h1 {
        font-size:22px;
            width: 100%;
    }
    .item__meta {
        padding: 144px 18px 18px;
    }
    header.shrink_active .flex {
    padding: 10px 0 0px;
    border-bottom: none;
}
    header.shrink_active.scrolled .flex {
    padding: 0px 0 0px;
    border-bottom: none;
}
	header {
    border-bottom: 0px solid #fff !important;
}
    header .header--logo svg {
        height: 55px;
        margin-bottom: 0px;
            margin-top: 0px;
    }
    header.shrink_active.scrolled .header--logo svg {
        height: 15px;
        margin-bottom: 0px;
            margin-top: 10px;
    }
    #whole_cont {
        padding-top: 113px;
    }
    header .header--logo span {
        padding-top:15px;
        font-size: 10px;
        
    }
    header.shrink_active.scrolled .header--logo span {
        opacity: 1;
        height: auto;
    }
    .page-template header.shrink_active .flex, .page-template header.shrink_active.scrolled  .flex {
        padding-bottom:16px;
    }
    
    /*/ LMNOP AJAX ME /*/
    
    .owl-carousel {
         display:block !important;
    }
    .owl-carousel .item {
        display:none;
    }
    .owl-carousel .item:first-of-type {
        display:block !important;
        opacity:1 !important;
        filter:none !important;
    }
    .item__meta h1 { 
         opacity:1 !important;   
    }
    
    .slick_off {
        display:block !important;
    }
    .slick_off .pagination {
        display:none;
    }
    .slick_off  .see_more {
        font-size:14px;
    }
    .popmake-content__center svg {
        width:80%;
    }
    .popmake-content__center p {
        font-size:15px;
    }
    .popmake-content .gform_body li {
        margin-top:0px;
    }
    ..popmake-content .gform_body {
        margin-bottom:0px;
    }
    .popmake-content__center {
            padding: 18px!important;
        padding-bottom: 0px !important;
    }
    .header_sub_box #field_2_5 {
        display:none;
        
    }
     .header_sub_box #field_2_5 #input_2_5{
            background-color: #f5f4f4;
    padding-left: 8px;
    font-family: 'Noto Serif', serif !important;
    margin-top: 5px;
    font-size: 13px;
    padding: 0px 5px;
    height: 27px;
    }
    .single .article_back_btn {
        outline:0;
        display:block;
        cursor:pointer;
    }
    .slick_off.cat_title {
        position:relative;
    }
    .slick_off.cat_title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        border: solid #111111;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -5px;
         transition: opacity  0.1s ease-in-out;
          -webkit-transition: opacity  0.1s ease-in-out;
             opacity:0;
    }
    .slick_off.cat_title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 18px;
        border: solid #111111;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
        margin-top: -5px; 
         transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity  0.1s ease-in-out;
             opacity:0;
    }
    .slick_off.cat_title {
        position:relative;
        min-width: 33vw;
    }
    .slick_off.cat_title h2 {
            padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
       padding: 9px 15px 6px;
    text-align: center;
        white-space:nowrap;
        
       position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
        opacity: 0.4;
    line-height: 18px;
            margin-top: 1px;
   
    }
    .slick_time_titles.slick_off {
        display:none;
    }
    .slick_off.cat_title h2.sizer {
         position:relative;
         font-size:16px !important;
            opacity: 0 !important;
    }
   .slick-active.slick_off.cat_title h2{
        font-size:16px;
       opacity: 1;
           margin-top: auto;
    }
    .slick_time_titles .slick-prev {
        display: inline-block !important;
        position: absolute;
          z-index: 1;
        left:0px;
        top:0px;
        bottom:0px;
        height: auto;
        padding: 0px;
        width: 20vw;
         font-size: 0;
        outline : none;
            background: transparent;
		    border: none;
}
    }
    .slick_time_titles .slick-next {
        display: inline-block !important;
        position: absolute;
        right:0px;
        bottom:0px;
        top:0px;
        z-index: 1;
        height: auto;
        padding: 0px;
        width: 20vw;
         font-size: 0;
        outline : none;
            background: transparent;
		    border: none;
}
    }
    
    .slick_time_titles .slick-next::before {
         content: "";
         position: absolute;
        right:0px;
        bottom:0px;
        top:0px;
        background-color: #fff;
        z-index: 1;
        height: auto;
        padding: 0px;
        width: 25px;
    }
      .slick_time_titles .slick-next::after{
content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin-left: 7px;
    position: absolute;
    right: 6px;
    z-index: 2;
    top: 12px;
    }
     .slick_time_titles .slick-prev::before{
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid black;
        margin-left: 5px;
        left: 2px;
        position: absolute;
        z-index: 2;
        top: 12px;
    }
    .slick_time_titles .slick-prev::after {
         content: "";
         position: absolute;
        left:0px;
        bottom:0px;
        top:0px;
        background-color: #fff;
        z-index: 1;
        height: auto;
        padding: 0px;
        width: 25px;
    }
    
    
    .slick-active .slick_off.cat_title.titfade::before, .slick-active .slick_off.cat_title.titfade::after {
        opacity:1;
    }
    .slick-slider .latest__filter h2, .slick-slider .section-home_filter h2 {
        display:none;
    }
    .slick-slider .stories .flex .col--9 .latest__filter {
        margin-bottom:0px;
    }
    .carousel {
        margin-bottom:15px;
    }
    
    /*/ Favourites /*/
    
    .simplefavorite-button {
        display:block !important;
        width:100%;
        margin-top:20px;
    }
    
}





@media screen and (max-width: 450px) {
    h1 {
    font-size: 26px;
}
}
    @media screen and (max-width: 370px) {
    h1 {
    font-size: 26px;
}
        
    }
        
        
   .single  .newsletter  .gform_body li:first-child, .foot_newletter  .gform_body li:first-child {
     width: 62%;
    margin-right: 2%;
}
 
    .single  .newsletter h2, .foot_newletter h2 {
        font-size: 28px;
            margin-bottom: 10px;
    }
   
 .single    .newsletter  .gform_body li, .foot_newletter .gform_body li {
    width: 36%;
    float: left;
}
   .single  .newsletter .gform_body, .foot_newletter .gform_body {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
 .single    .newsletter .gform_validation_container, .foot_newletter .gform_validation_container {
    display: none;
}
 .single    .newsletter label, .foot_newletter label {
        display:none;
    }
.single     .newsletter .gform_body select, .foot_newletter .gform_body select {
    width: 100%;
    margin: 0;
    height: 43px;
}
  .single     .newsletter .gform_footer   #gform_submit_button_2, .foot_newletter .gform_footer   #gform_submit_button_2 {
        width:100%;
      display:block;
    }
 .single    .newsletter_inner, .foot_newletter .newsletter_inner  {
        padding:10px 20px;
        margin:10px;
        display:inline-block;
        background-color:rgba(255,255,255,0.9);
    }
    .single    .newsletter_inner .gform_confirmation_message, .foot_newletter .newsletter_inner .gform_confirmation_message {
        font-size:13.6px;
    }
   .single    .newsletter_inner img, .foot_newletter .newsletter_inner img {
    margin: auto!important;
    width: auto !important;
    height: auto!important;
       margin-top:10px !important;
}
.foot_newletter .gform_wrapper  {
        width: 90%;
    max-width: 500px;
}  

    @media only screen and (max-width: 600px)  {
         .single    .newsletter_inner, .foot_newletter .newsletter_inner {
             padding:10px 10px;
        margin:0px;
        }
        .single    .newsletter_inner h2, .foot_newletter .newsletter_inner h2 {    font-size: 28px;
        }
        
    }
        @media only screen and (max-width: 460px)  {
            .single  .newsletter  .gform_body li:first-child, .foot_newletter  .gform_body li:first-child {
                margin-bottom:10px;    
            
            }
            .single .newsletter .gform_body li, .foot_newletter .gform_body li {
    width: 100% !important;
    float: left;
}
    }        
        























.timeline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 50px; }
  @media screen and (max-width: 960px) {
    .timeline {
      padding: 50px 20px; } }
  @media screen and (max-width: 600px) {
    .timeline {
      padding: 50px; } }
  @media screen and (max-width: 500px) {
    .timeline {
      padding: 20px; } }
  .timeline:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    border-left: 1px dashed #ddd;
    left: 50%;
    top: 0; }
    @media screen and (max-width: 600px) {
      .timeline:after {
        left: 50px; } }
    @media screen and (max-width: 500px) {
      .timeline:after {
        left: 20px; } }
  .timeline__box {
    flex: 0 1 50%;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .timeline__box {
        flex: 0 1 100%;
        text-align: center;
        margin-bottom: 30px; } }
    @media screen and (max-width: 600px) {
      .timeline__box:nth-child(1) {
        order: 1; }
      .timeline__box:nth-child(2) {
        order: 2; }
      .timeline__box:nth-child(3) {
        order: 4; }
      .timeline__box:nth-child(4) {
        order: 3; }
      .timeline__box:nth-child(5) {
        order: 5; }
      .timeline__box:nth-child(6) {
        order: 6; } }
    .timeline__box.text {
      padding: 0 8.3%; }
      @media screen and (max-width: 960px) {
        .timeline__box.text {
          padding: 0 50px; } }
      @media screen and (max-width: 600px) {
        .timeline__box.text {
          padding: 0 50px 50px; } }
      @media screen and (max-width: 500px) {
        .timeline__box.text {
          padding: 0 20px; } }
      .timeline__box.text img {
        height: 80px; }
        @media screen and (max-width: 1700px) {
          .timeline__box.text img {
            height: 60px; } }
    .timeline__box.image {
      position: relative; }
      @media screen and (max-width: 500px) {
        .timeline__box.image {
          margin-bottom: 25px; } }
      .timeline__box.image img {
        width: 100%;
        display: block;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0 1px #ddd; }
      .timeline__box.image:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 20px;
        right: -10px;
        top: calc(50% - 10px);
        background-color: #8aa0c3;
        border-radius: 50%; }
        @media screen and (max-width: 600px) {
          .timeline__box.image:before {
            right: inherit;
            left: -10px; } }
      .timeline__box.image:after {
        content: "";
        position: absolute;
        z-index: -1;
        border-top: 1px dashed #ddd;
        width: 100%;
        height: 1px;
        right: 0;
        top: 50%; }
        @media screen and (max-width: 600px) {
          .timeline__box.image:after {
            right: inherit;
            left: 0;
            width: 50%; } }
    .timeline__box:nth-child(odd).image {
      padding-right: 8.3%; }
      @media screen and (max-width: 960px) {
        .timeline__box:nth-child(odd).image {
          padding-right: 50px; } }
      @media screen and (max-width: 600px) {
        .timeline__box:nth-child(odd).image {
          padding: 0 50px; } }
      @media screen and (max-width: 500px) {
        .timeline__box:nth-child(odd).image {
          padding: 0 20px; } }
    .timeline__box:nth-child(odd).text {
      text-align: right; }
      @media screen and (max-width: 600px) {
        .timeline__box:nth-child(odd).text {
          text-align: center; } }
    .timeline__box:nth-child(even).image {
      padding-left: 8.3%; }
      @media screen and (max-width: 960px) {
        .timeline__box:nth-child(even).image {
          padding-left: 50px; } }
      @media screen and (max-width: 600px) {
        .timeline__box:nth-child(even).image {
          padding: 0 50px; } }
      @media screen and (max-width: 500px) {
        .timeline__box:nth-child(even).image {
          padding: 0 20px; } }
      .timeline__box:nth-child(even).image:before {
        left: -10px;
        right: initial; }

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 50px;
}
}


}


        
/*# sourceMappingURL=style.css.map */
