@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap");
.bp1r #header {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  background: #ffffff;
  border-bottom: 1pt solid #CBC7C7;
}

.bp1r #header .bin, .bp1r #header .slot {
  height: 100%;
}

.bp1r #header .slot {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

@media (min-width: 768px) {
  .bp1r #header .slot {
    display: block;
    max-width: 1270px;
    margin: 0 auto;
  }
}

.bp1r #header .slot .partial_group_open {
  display: none;
}

@media (min-width: 768px) {
  .bp1r #header {
    height: 60px;
    background: #ffffff;
    border: 0;
  }
}

.bp1r #middle .top, .bp1r #middle .center {
  margin: 0 auto;
}

.bp1r #middle .center {
  max-width: 1140px;
  padding: 0 20px 0 20px;
}

.bp1r #middle .center .tab_container .tab_right {
  display: none;
}

@media (min-width: 1024px) {
  .bp1r #middle .center .tab_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bp1r #middle .center .tab_container .tab_left {
    -ms-flex-preferred-size: calc(100% - 300px - 70px);
        flex-basis: calc(100% - 300px - 70px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 728px;
  }
  .bp1r #middle .center .tab_container .tab_left > .slot {
    max-width: 728px;
  }
  .bp1r #middle .center .tab_container .tab_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
  }
  .bp1r #middle .center .tab_container .tab_right > .slot {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 300px;
  }
  .bp1r #middle .center .tab_container .tab_right .rr_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

@media (max-width: 1024px) {
  .bp1r #middle .center .ad_slot {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.bp1r #footer {
  background: #232323;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .bp1r #footer {
    overflow: auto;
  }
  .bp1r #footer .slot {
    display: inline-block;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .bp1r.pagetype_story #middle .center .tab_container {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  .bp1r.pagetype_story.affiliatestory #middle .center .tab_container {
    max-width: 1004px;
  }
}

@media (min-width: 1024px) {
  .bp1r.pagetype_category #middle .center .tab_right {
    margin-top: 50px;
  }
}

/* put your custom fonts here. Don't have any? Delete this file */
/* @override  http://local.modernyouth.com/includes/css/normalize.css */
/* @group Global Normalization */
* {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

strong {
  font-weight: bold;
}

li {
  _height: 1%;
}

/*IE6 fix*/
:focus {
  outline: none;
}

/*FF remove dotted link borders*/
::-moz-focus-inner {
  border: 0;
}

/*FF remove dotted button borders*/
.clear {
  clear: both;
  line-height: 1px;
  height: 0;
}

pre {
  font: 13px/18px arial,helvetica,sans-serif;
  font-weight: bold;
}

div {
  word-wrap: break-word;
}

/* @end */
/* @group Module Normalization */
/* @group Pagination */
.paginator {
  clear: both;
  float: none;
  margin-top: 18px;
  padding: 1px 0 0 0;
  overflow: hidden;
}

.page-marker {
  display: none;
}

.pagination {
  padding: 8px 0;
  text-align: right;
}

.pagination .pagination {
  margin: 0;
}

.pagination ul {
  display: inline;
}

.pagination li {
  display: inline;
  padding: 0 1px;
  font-weight: normal;
}

.pagination li a {
  color: #363334;
}

.pagination li.current a {
  color: #363334;
  text-decoration: underline;
}

.pagination li a:hover {
  text-decoration: underline;
  color: #f35c1f;
}

.pagination li span {
  padding: 0 0 0 5px;
}

.pagination li.current a {
  font-weight: normal;
  text-decoration: none;
}

.pagination li.previous a,
.pagination li.next a {
  font-weight: normal;
}

.pagination li.next:after {
  content: "\00bb";
}

.pagination li.previous:before {
  content: "\00ab";
}

.banner_instance_logo .hgroup {
  display: none;
}

/* @end */
/* @group 404 page */
.not_found_page, .not_found_page h1, .not_found_page div {
  text-align: left;
  font-size: 18px;
}

.not_found_page div {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

.not_found_page {
  padding: 0 0 380px;
}

.not_found_page h1 {
  display: none;
}

.not_found_page p {
  font-size: 13px;
  text-align: left;
  line-height: 16px;
}

/* @end */
/* @group Rating Stars */
.star-rating {
  position: relative;
}

.star-rating .empty {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat-x;
  background-position: top left;
}

.star-rating .full {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat-x;
  background-position: bottom left;
  _background-position: 0 -5px;
}

.star-rating,
.star-rating .empty,
.star-rating .full {
  height: 15px;
  /* equal to half the height of the star sprite plus 1px */
}

.star-rating .empty,
.star-rating {
  height: 15px;
  width: 85px !important;
  /* equal to 5 times the width of the star sprite */
}

.star-rating .empty,
.star-rating .full {
  background-image: url(/includes/images/stars.png);
  _background-image: url(/includes/images/stars.gif);
  background-repeat: repeat-x;
  padding: 0;
}

.group-title .star-rating {
  _top: 3px;
}

.group-title .star-rating .empty,
.group-title .star-rating .full {
  background-image: url(/includes/images/stars_alt.gif);
  background-repeat: repeat-x;
  padding: 0;
}

/* =========== End Stars Settings ======== */
/* @end */
/* @group Ordered Lists */
ol.numbered, ol {
  margin: 0 0 1.2em 30px;
}

ol li, ol ol li, ol ol ol li {
  display: list-item;
  vertical-align: top;
  margin-bottom: 1.2em;
}

ol.alpha-lower, ol ol {
  list-style-type: lower-alpha;
  margin: 1em 0 1em 2em;
}

ol ol li {
  margin: 0 0 1em 0;
}

ol.lower-roman, ol ol ol {
  list-style-type: lower-roman;
}

/* @end */
/* @group Ads Normalization */
.ads {
  padding-bottom: 0px;
  margin: 0px;
}

.ads {
  clear: both;
  _height: 1%;
}

.ads .adsnippet_widget {
  margin: 0;
}

.ads .widget_ad {
  _height: 1%;
  position: relative;
  cursor: pointer;
}

.ads .widget_brand {
  color: #999999;
  margin: 0;
  text-transform: capitalize;
  font-size: 11px;
}

.ads .widget_title {
  cursor: pointer;
  color: #2807CC;
  float: none;
  font-size: 16px;
  font-weight: normal;
}

.ads .widget_description {
  color: #454545;
  display: block;
  font-size: 13px;
}

.ads .widget_url {
  cursor: pointer;
  float: right;
  /*margin-top:-1.3em;*margin-top:-1.7em;*/
  color: #454545;
  display: inline;
  font-size: 13px;
}

.ads_cj img {
  display: block;
}

/* @end */
/* @group - banner defaults */
.banner a {
  height: 100%;
  display: block;
}

.right .banner .contents {
  padding: 0 !important;
}

.banner_instance_logo .hgroup {
  display: none;
}

/* @end */
/* @group Buttons */
.submit {
  cursor: pointer;
}

/* @end */
/* @group Hide Facebox tables */
#facebox .tl, #facebox .b, #facebox .tr, #facebox .bl, #facebox .br {
  background: none;
}

#facebox .left {
  margin: 0;
  padding: 0;
  min-height: 0;
}

#facebox td.body {
  padding: 0;
  background: none;
}

#facebox td.body .footer {
  margin: 0;
  padding: 0;
  border: 0 none;
  text-align: left;
}

/* @end */
/* @group Preferences Facebox */
.member_settings_frame form {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999;
}

.report-abuse-facebox .form-contents, .member_settings_frame .form-contents {
  overflow: hidden;
}

.member_settings_frame .form-contents .field {
  overflow: hidden;
  clear: both;
  display: block;
  position: relative;
  height: 38px;
}

.member_settings_frame .form-contents .location, .member_settings_frame .form-contents .gender {
  height: 26px;
}

.member_settings_frame .form-contents .field .text {
  display: inline;
  float: left;
  width: 244px;
}

.member_settings_frame .form-contents .lastname .twoline span, .member_settings_frame .form-contents .photo .twoline span {
  display: block;
  font-size: 11px;
}

.member_settings_frame .form-contents .field .inputs {
  display: inline;
  float: right;
  width: 106px;
}

.member_settings_frame .form-contents .field .inputs label {
  margin: 0 6px 0 0;
}

.member_settings_frame .form-contents .interests {
  height: auto;
}

.member_settings_frame .form-contents .interests textarea {
  height: 40px;
  width: 346px;
  padding: 10px;
  border: 1px solid #c4c0bc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 4px 0 0;
}

.member_settings_frame .form-contents .submit-btn {
  float: right;
  border: 0 none;
}

/* @end */
/* @group Stubs */
.stub .hgroup h2 span {
  font-weight: normal;
}

.stub .contents {
  padding: 35px 15px;
  background-image: -moz-linear-gradient(top, white, silver);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, silver));
  border: 1px solid silver;
}

/* @group Privacy link */
.banner_instance_privacy_link .hgroup {
  display: none;
}

/* @end */
/* @end */
/* @end */
.corpfooter {
  clear: both;
  background: #f4f4f4;
}

.corpfooter .contents {
  width: 1280px;
  margin: 0 auto;
}

.corpfooter .contents ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.corpfooter .contents ul li {
  font: 400 9px/50px "Lato", Arial, sans-serif;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
}

.corpfooter .contents ul li.copyright {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.corpfooter .contents ul li.privacy {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.corpfooter .contents ul li.gblogo {
  margin-top: 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.corpfooter .contents ul li a {
  color: #ccc;
}

.corpfooter .contents ul li a:hover, .corpfooter .contents ul li a:focus {
  text-decoration: underline;
}

.corpfooter .contents ul li a span {
  background: url(/static/images/gatewayblend_logo.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 146px;
  height: 30px;
  display: block;
  float: right;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  font: 1.6rem/1.2 "Source Sans Pro", Arial, sans-serif;
  color: #232323;
  background: #ffffff;
  height: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  body {
    margin-top: 60px;
  }
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

.plugins_tracker_ysa {
  /* causing white space at bottom of page */
  position: absolute;
  bottom: 0;
}

.corpfooter .contents {
  width: auto;
  padding: 0 10px 100px;
  /* 100px bottom for sticky anchor ad buffer */
  max-width: 1068px;
}

.corpfooter .contents ul {
  display: inline-block;
}

.corpfooter .contents ul li {
  width: 49%;
}

.corpfooter .contents ul li.privacy {
  width: 100%;
  line-height: 2;
  margin-bottom: 10px;
}

@media (min-width: 1150px) {
  .corpfooter .contents ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .corpfooter .contents ul li {
    width: auto;
  }
  .corpfooter .contents ul li.privacy {
    width: auto;
    line-height: 50px;
    margin-bottom: 0;
  }
}

#leaderboard-ad {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 100px -50px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 100px -50px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
  margin: 0 auto 15px;
}

#leaderboard-ad .ad_slot {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 727px) {
  #leaderboard-ad {
    display: none;
  }
}

@media (max-width: 969px) {
  #leaderboard-ad {
    min-height: 130px;
  }
}

@media (max-width: 727px) {
  #leaderboard-ad {
    min-height: 100px;
  }
}

@media (max-width: 467px) {
  #leaderboard-ad {
    min-height: 90px;
  }
}

#leaderboard-ad:empty:after {
  content: 'Loading...';
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 3px 10px;
  background: white;
}
