/**
	Color variables for ROP_Widgets
**/
/**
	Normalize margins, paddings and fonts size meant to be overwritten by theme.
**/
/**
	Responsive breakpoints	
**/
.rop__section_title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }
  .rop__section_title h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 2.1em;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: calc(0.67em + 15px); }
    .rop__section_title h1:before {
      content: "";
      width: 20%;
      height: 1px;
      background: #E5E5E5;
      position: absolute;
      bottom: -15px;
      left: 40%;
      text-align: center;
      margin-top: 5px;
      display: block; }

.rop__category_title {
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif; }

.rop__post_headline {
  margin: 0.25em 0;
  font-size: 1.58em;
  text-transform: none;
  letter-spacing: -1.5px; }

.rop__post_excerpt {
  font-size: 1.12em;
  line-height: 1.48em;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0.25em;
  font-family: "Merriweather", serif;
  color: #000000; }

.rop__post_metadata {
  padding-bottom: 2em; }
  .rop__post_metadata .rop__post_metada_info {
    font-size: 0.85em;
    border-left: 4px solid #000000;
    padding-left: 0.5em;
    margin-top: 0.5em; }

.rop__tags_headline {
  padding: 0.25em 0.65em;
  display: inline-block;
  float: left;
  margin: 0.5em 0; }

.rop__tags {
  display: block;
  clear: both;
  overflow: hidden; }

.rop__tag {
  text-transform: capitalize;
  font-variant: none;
  color: #003569;
  display: inline-block;
  margin: 0.125em 0;
  transition: all 0.2s ease-in-out; }
  .rop__tag:visited {
    color: #003569; }
  .rop__tag:hover {
    color: #8B0000; }

.rop__author a {
  font-style: italic; }

.rop__illustrator a {
  font-style: italic; }

.rop__date a,
.rop__date a:visited {
  color: #A8A8A8; }

.rop__date a:hover {
  color: #8B0000; }

.rop__thumbnail img {
  position: relative;
  width: 100%; }

.rop__thumbnail_caption {
  text-align: right;
  margin: 0.25em 0;
  font-size: 0.75em; }
  .rop__thumbnail_caption .rop__thumbnail_caption_source {
    text-transform: uppercase; }

/**
	Styles ROP_Headline_Widget
**/
.rop_headline_widget_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto; }
  .rop_headline_widget_container .rop_headline_widget {
    width: 95%;
    margin: 0.5em auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    font-size: 2.1em;
    letter-spacing: 0.2em;
    position: relative; }
    @media all and (max-width: 1002px) {
      .rop_headline_widget_container .rop_headline_widget {
        font-size: 1.5em; } }
    .rop_headline_widget_container .rop_headline_widget.close_half {
      margin-bottom: calc(0.67em + 15px); }
      .rop_headline_widget_container .rop_headline_widget.close_half:before {
        content: "";
        width: 20%;
        height: 1px;
        background: #E5E5E5;
        position: absolute;
        bottom: -15px;
        left: 40%;
        text-align: center;
        margin-top: 5px;
        display: block; }
    .rop_headline_widget_container .rop_headline_widget.close_full {
      padding: 0.5em 0;
      border-top: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5; }
    .rop_headline_widget_container .rop_headline_widget.open_full {
      padding: 0.5em 0 0 0;
      border-top: 1px solid #E5E5E5; }

.rop_featured_post {
  max-width: 1200px;
  margin: 0.5em auto 2em auto; }
  .rop_featured_post .rop_featured_post__thumbnail {
    position: relative;
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }
    .rop_featured_post .rop_featured_post__thumbnail img {
      display: block;
      width: 100%; }
  .rop_featured_post .rop_featured_post__metadata {
    position: relative;
    width: calc(95% - 10% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -6.375em; }
    .rop_featured_post .rop_featured_post__metadata.w-category-title {
      margin-top: -3.375em; }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__category {
      text-align: center; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__category h3 {
        margin: 0 auto;
        display: inline-block;
        font-family: inherit;
        padding: 0.75em 1em 0 1em;
        line-height: 1em;
        background: #FFFFFF;
        font-weight: normal;
        vertical-align: bottom; }
      @media all and (max-width: 850px) {
        .rop_featured_post .rop_featured_post__metadata .rop_featured_post__category {
          margin-top: 2px; } }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__title {
      text-align: center;
      letter-spacing: -1.5px; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__title h1 {
        margin: 0 auto;
        font-family: inherit;
        text-transform: none;
        font-size: 3.375em;
        display: inline-block;
        padding: 0.1em 0.5em 0 0.5em;
        background: #FFFFFF; }
        @media all and (max-width: 850px) {
          .rop_featured_post .rop_featured_post__metadata .rop_featured_post__title h1 {
            font-size: 2.375em; } }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__authors {
      text-align: center;
      overflow: hidden;
      margin: 0.5em 0;
      background: #FFFFFF; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__authors span {
        margin: 0.5em 1em; }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__excerpt {
      width: calc(95% - 30px);
      text-align: center;
      margin: 0 auto;
      background: #FFFFFF;
      letter-spacing: -0.3px; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__excerpt p {
        margin: 0 auto;
        max-width: 60%; }
        @media all and (max-width: 850px) {
          .rop_featured_post .rop_featured_post__metadata .rop_featured_post__excerpt p {
            max-width: 100%; } }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__tags {
      text-align: center;
      background: #FFFFFF; }
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__date {
      text-align: center;
      background: #FFFFFF; }
  @media all and (max-width: 1002px) {
    .rop_featured_post .rop_featured_post__metadata {
      margin-top: -4.375em;
      width: calc(100% - 30px); }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__excerpt {
        width: calc(100% - $n-margin); }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__category h3 {
        font-size: 1em; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__title {
        margin-top: -1px; }
        .rop_featured_post .rop_featured_post__metadata .rop_featured_post__title h1 {
          font-size: 2em; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__excerpt p {
        font-size: 0.9em; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__date {
        font-size: 0.9em; } }
  @media all and (max-width: 850px) {
    .rop_featured_post .rop_featured_post__metadata .rop_featured_post__authors {
      margin: 0; }
      .rop_featured_post .rop_featured_post__metadata .rop_featured_post__authors span {
        display: block; } }

.rop_featured_category {
  max-width: 1200px;
  margin: 0 auto; }
  .rop_featured_category .rop_featured_category__row {
    position: relative;
    width: 95%;
    margin: 0 auto;
    clear: both;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #E5E5E5; }
    .rop_featured_category .rop_featured_category__row:last-child {
      border-bottom: 1px solid #E5E5E5; }
    .rop_featured_category .rop_featured_category__row .rop_featured_category__post {
      float: left;
      display: inline-block;
      flex: 1; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-0, .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-1 {
        width: calc( 50% - 0.5px); }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-0 {
        border-right: 1px solid #E5E5E5;
        padding: 0 1.5em 0 0.5em; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-1 {
        padding: 0 0.5em 0 1.5em; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-3 {
        width: 50%;
        padding: 0 1em;
        flex: 2; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-2, .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-4 {
        width: calc( 25% - 2px); }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-2 {
        border-right: 1px solid #E5E5E5;
        padding: 0 1em 0 0.5em; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-4 {
        border-left: 1px solid #E5E5E5;
        padding: 0 0.5em 0 1em; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post .rop_featured_category__category_title {
        margin-bottom: 0.25em;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: -0.5px; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post .rop_featured_category__post_thumbnail {
        position: relative;
        width: 100%;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post .rop_featured_category__post_thumbnail img {
          position: relative;
          width: 100%;
          display: block; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post .rop_featured_category__post_headline {
        margin: 0.25em 0;
        font-size: 1.58em;
        text-transform: none;
        letter-spacing: -0.5px; }
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post .rop_featured_category__post_excerpt {
        font-size: 1.12em;
        line-height: 1.48em;
        letter-spacing: -0.1px;
        margin-top: 0; }
    @media all and (max-width: 1002px) {
      .rop_featured_category .rop_featured_category__row {
        display: block; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post {
          width: 50% !important; }
          .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-0 {
            padding: 0 1.5em 0 0.5em; }
          .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-1 {
            padding: 0 0.5em 0 1.5em; }
          .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-2 {
            padding: 0 1.5em 0 0.5em; }
          .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-3 {
            padding: 0 0.5em 0 1.5em; }
          .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-4 {
            border-top: 1px solid #E5E5E5;
            border-left: none;
            width: 100% !important;
            padding: 0 0.5em 0 0.5em; } }
    @media all and (max-width: 850px) {
      .rop_featured_category .rop_featured_category__row .rop_featured_category__post {
        width: 100% !important; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-0 {
          border: 0;
          border-top: 1px solid #E5E5E5;
          padding: 0 0.5em 0 0.5em; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-1 {
          border: 0;
          border-top: 1px solid #E5E5E5;
          padding: 0 0.5em 0 0.5em; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-2 {
          border: 0;
          border-top: 1px solid #E5E5E5;
          padding: 0 0.5em 0 0.5em; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-3 {
          border: 0;
          border-top: 1px solid #E5E5E5;
          padding: 0 0.5em 0 0.5em; }
        .rop_featured_category .rop_featured_category__row .rop_featured_category__post.rop_featured_category__post-4 {
          border: 0;
          border-top: 1px solid #E5E5E5;
          width: 100% !important;
          padding: 0 0.5em 0 0.5em; } }
  .rop_featured_category.no-border-bottom .rop_featured_category__row:last-child {
    border-bottom: 0; }

.rop_latest {
  max-width: 1200px;
  margin: 0.5em auto; }
  .rop_latest .rop_latest__title {
    text-align: center; }
  .rop_latest .rop_latest__row {
    position: relative;
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5; }
    .rop_latest .rop_latest__row .rop_latest__post {
      overflow: hidden;
      margin: 1.5em 0;
      position: relative;
      display: block; }
      .rop_latest .rop_latest__row .rop_latest__post .rop_latest__post_thumbnail {
        float: left;
        width: 35%;
        display: inline-block; }
        .rop_latest .rop_latest__row .rop_latest__post .rop_latest__post_thumbnail img {
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
          position: relative;
          width: 100%; }
      .rop_latest .rop_latest__row .rop_latest__post .rop_latest__post_content.rop_latest__post_content_thumb {
        width: 65%;
        float: left;
        padding: 0 2em; }
      .rop_latest .rop_latest__row .rop_latest__post .rop_latest__post_content .rop__category_title {
        margin-top: 0; }

.rop_posts_slider__post {
  font-family: Helvetica;
  width: 100%;
  font-size: 16px; }
  .rop_posts_slider__post .rop__category_title {
    font-size: 0.8em;
    margin-bottom: 0.25em; }

.carousel {
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative; }

.carousel__activator {
  display: none; }

.carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  bottom: 0; }
  .carousel__controls:first-of-type {
    justify-content: flex-end; }
  .carousel__controls:last-of-type {
    justify-content: flex-start; }

.carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #3d414a;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1; }
  .carousel__control:hover {
    transform: scale(1.05); }

.carousel__activator:nth-of-type(1):checked
~ .carousel__controls:nth-of-type(1) {
  display: flex; }

.carousel__activator:nth-of-type(1):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(0%); }

.carousel__activator:nth-of-type(2):checked
~ .carousel__controls:nth-of-type(2) {
  display: flex; }

.carousel__activator:nth-of-type(2):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-100%); }

.carousel__activator:nth-of-type(3):checked
~ .carousel__controls:nth-of-type(3) {
  display: flex; }

.carousel__activator:nth-of-type(3):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-200%); }

.carousel__activator:nth-of-type(4):checked
~ .carousel__controls:nth-of-type(4) {
  display: flex; }

.carousel__activator:nth-of-type(4):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-300%); }

.carousel__activator:nth-of-type(5):checked
~ .carousel__controls:nth-of-type(5) {
  display: flex; }

.carousel__activator:nth-of-type(5):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-400%); }

.carousel__activator:nth-of-type(6):checked
~ .carousel__controls:nth-of-type(6) {
  display: flex; }

.carousel__activator:nth-of-type(6):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-500%); }

.carousel__activator:nth-of-type(7):checked
~ .carousel__controls:nth-of-type(7) {
  display: flex; }

.carousel__activator:nth-of-type(7):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-600%); }

.carousel__activator:nth-of-type(8):checked
~ .carousel__controls:nth-of-type(8) {
  display: flex; }

.carousel__activator:nth-of-type(8):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-700%); }

.carousel__activator:nth-of-type(9):checked
~ .carousel__controls:nth-of-type(9) {
  display: flex; }

.carousel__activator:nth-of-type(9):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-800%); }

.carousel__activator:nth-of-type(10):checked
~ .carousel__controls:nth-of-type(10) {
  display: flex; }

.carousel__activator:nth-of-type(10):checked
~ .carousel__screen
.carousel__track {
  transform: translateX(-900%); }

.carousel__screen {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px; }

.carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.carousel__item {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
  white-space: normal; }

.carousel__item--desktop-in-1 {
  width: 100%; }

.carousel__item--desktop-in-2 {
  width: 50%; }

.carousel__item--desktop-in-3 {
  width: 33.33333%; }

.carousel__item--desktop-in-4 {
  width: 25%; }

.carousel__item--desktop-in-5 {
  width: 20%; }

/**
  Medium screens
**/
@media screen and (max-width: 1023px) {
  .carousel {
    padding-left: 0;
    padding-right: 0; }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none; }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    transform: none; }
  .carousel__screen {
    margin-left: 0;
    margin-right: 0; }
  .carousel__track {
    overflow-x: auto;
    width: auto;
    padding-left: 48px;
    padding-right: 48px; }
  .carousel__item--tablet-in-1 {
    width: 90%; }
  .carousel__item--tablet-in-2 {
    width: 45%; }
  .carousel__item--tablet-in-3 {
    width: 30%; } }

@media screen and (max-width: 650px) {
  .carousel__track {
    padding-left: 0;
    padding-right: 0; }
  .carousel__item--mobile-in-1 {
    width: 90%; }
  .carousel__item--mobile-in-2 {
    width: 45%; }
  .carousel__item--mobile-in-3 {
    width: 30%; } }

.rop_tags {
  max-width: 1200px;
  width: 95%;
  margin: 1em auto;
  text-align: center; }

.rop__sn_social_networks {
  overflow: hidden; }

.rop__sn {
  margin: 0.5em 0;
  padding: 0;
  display: block;
  overflow: hidden; }
  .rop__sn li {
    display: inline-block;
    float: left;
    margin: 0 0.5em;
    list-style: none; }
    .rop__sn li i {
      font-size: 2em; }

header .rop__sn {
  float: right; }
  header .rop__sn li i {
    font-size: 1.6em; }

.rop_custom_posts_row {
  max-width: 1200px;
  margin: 0 auto; }
  .rop_custom_posts_row .rop_custom_posts_row__row {
    position: relative;
    width: 95%;
    margin: 0 auto;
    clear: both;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #E5E5E5; }
    .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post {
      margin: 0 1em;
      flex: 1 !important; }
      .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post:first-child {
        margin-left: 0; }
      .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post:last-child {
        margin-right: 0; }
      .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post .rop_featured_category__post_thumbnail {
        position: relative;
        width: 100%;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1); }
        .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post .rop_featured_category__post_thumbnail img {
          width: 100%;
          display: block; }
      .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post .rop_featured_category__category_title {
        margin-bottom: 0.25em;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: -0.5px; }
    @media all and (max-width: 1002px) {
      .rop_custom_posts_row .rop_custom_posts_row__row {
        display: block; }
        .rop_custom_posts_row .rop_custom_posts_row__row .rop_custom_post_row__post {
          margin: 0; } }
