@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

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

body {
  position: relative;
  padding-top: 88px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  background-color: #e0e0e0;
  overflow-x: hidden; }
  @media only screen and (min-width: 970px) {
    body {
      font-size: 13px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 164px;
  margin: 0 auto;
  z-index: 100;
  background-color: #1b485f;
  transition: top 0.3s; }
  @media only screen and (min-width: 600px) {
    header {
      width: 600px; } }
  @media only screen and (min-width: 970px) {
    header {
      width: 970px;
      height: 88px; } }
  header .search-social {
    height: 76px;
    background-color: #212121;
    padding-right: 2px; }
    @media only screen and (min-width: 970px) {
      header .search-social {
        height: 38px; } }
    @media only screen and (min-width: 970px) {
      header .search-social {
        padding-right: 12px; } }
    header .search-social .header-links {
      position: absolute;
      width: 100%; }
      @media only screen and (min-width: 320px) {
        header .search-social .header-links {
          right: 2%; } }
      @media only screen and (min-width: 340px) {
        header .search-social .header-links {
          right: 4%; } }
      @media only screen and (min-width: 350px) {
        header .search-social .header-links {
          right: 6%; } }
      @media only screen and (min-width: 375px) {
        header .search-social .header-links {
          right: 8%; } }
      @media only screen and (min-width: 414px) {
        header .search-social .header-links {
          right: 12%; } }
      @media only screen and (min-width: 450px) {
        header .search-social .header-links {
          right: 14%; } }
      @media only screen and (min-width: 530px) {
        header .search-social .header-links {
          right: 10%; } }
      @media only screen and (min-width: 550px) {
        header .search-social .header-links {
          right: 11%; } }
      @media only screen and (min-width: 600px) {
        header .search-social .header-links {
          right: 0;
          margin: 0;
          position: relative;
          width: 100%; } }
      header .search-social .header-links .header-contact {
        float: right;
        padding: 10px 2% 0 3%;
        color: white;
        font-size: 10px; }
        @media only screen and (min-width: 530px) {
          header .search-social .header-links .header-contact {
            padding: 10px 4% 0 4%; } }
        @media only screen and (min-width: 600px) {
          header .search-social .header-links .header-contact {
            padding: 10px 10px 0 10px; } }
  header h1 {
    float: left;
    width: auto;
    height: 88px;
    background-color: #efefef;
    margin: 0;
    margin-top: -38px; }
    @media only screen and (max-width: 969px) {
      header h1 {
        margin-top: 0;
        width: calc(100% - 88px); } }
    header h1 a {
      display: block; }
      @media only screen and (max-width: 969px) {
        header h1 a {
          margin: 0 auto;
          text-align: center; } }
  header #nav-toggle {
    display: block;
    position: absolute;
    top: 88px;
    right: 12px; }
    @media only screen and (min-width: 970px) {
      header #nav-toggle {
        top: 50px; } }
    @media only screen and (min-width: 970px) {
      header #nav-toggle {
        display: none; } }
  header #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px; }
    @media only screen and (max-width: 969px) {
      header #nav-toggle {
        padding: 30px 47px 16px 0px; } }
  header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: ''; }
  header #nav-toggle span:before {
    top: -10px; }
  header #nav-toggle span:after {
    bottom: -10px; }
  header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
    transition: all 500ms ease-in-out; }
  header #nav-toggle.active span {
    background-color: transparent; }
  header #nav-toggle.active span:before, header #nav-toggle.active span:after {
    top: 0; }
  header #nav-toggle.active span:before {
    transform: rotate(45deg); }
  header #nav-toggle.active span:after {
    transform: rotate(-45deg); }
  header nav {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 100px);
    background: none;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
    @media all and (device-height: 480px) {
      header nav {
        max-height: 350px; } }
    @media all and (device-height: 320px) {
      header nav {
        max-height: 200px; } }
    @media only screen and (min-width: 970px) {
      header nav {
        position: absolute;
        left: 294px;
        top: 38px;
        width: 680px;
        overflow: visible; } }
    header nav ul {
      background-color: #1b485f;
      margin: 0; }
      header nav ul.open {
        height: auto; }
        header nav ul.open li {
          display: inline-block; }
      header nav ul li {
        display: none;
        width: 100%; }
        @media only screen and (min-width: 970px) {
          header nav ul li {
            position: relative;
            display: inline-block;
            float: left;
            padding: 0;
            width: auto;
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear; } }
        header nav ul li:hover {
          background-color: #0f3345; }
          header nav ul li:hover a {
            text-decoration: none;
            color: #fff; }
            header nav ul li:hover a:hover {
              text-decoration: none; }
          header nav ul li:hover ul {
            display: block;
            background-color: #0f3345; }
            @media only screen and (min-width: 970px) {
              header nav ul li:hover ul {
                background-color: #1b485f;
                max-height: 900px; } }
        header nav ul li a {
          display: inline-block;
          padding: 16px 15px;
          font-weight: bold;
          color: white;
          text-decoration: none; }
          header nav ul li a:hover {
            text-decoration: none; }
          @media only screen and (min-width: 1290px) {
            header nav ul li a {
              display: inline-block;
              padding: 16px 15px; } }
          @media only screen and (min-width: 1400px) {
            header nav ul li a {
              padding: 16px 15px; } }
        header nav ul li ul {
          display: none; }
          @media only screen and (min-width: 970px) {
            header nav ul li ul {
              display: block;
              position: absolute;
              top: 53px;
              right: 0px;
              background-color: #1b485f;
              max-height: 0px;
              overflow: hidden;
              -webkit-transition: max-height 300ms linear;
              -moz-transition: max-height 300ms linear;
              -ms-transition: max-height 300ms linear;
              -o-transition: max-height 300ms linear;
              transition: max-height 300ms linear; } }
          @media only screen and (min-width: 1400px) {
            header nav ul li ul {
              left: 0;
              right: inherit; } }
          @media only screen and (min-width: 970px) {
            header nav ul li ul li {
              float: none;
              width: 218px;
              font-size: 11px;
              font-weight: normal;
              margin: 0;
              padding: 0;
              line-height: 1em; } }
          @media only screen and (min-width: 970px) {
            header nav ul li ul li a {
              display: inline-block;
              width: 100%;
              padding: 10px;
              color: #e9e9e9; } }
    header nav li.menu-parent:after {
      font-family: 'icons';
      content: "\e802";
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      right: 15px;
      margin-top: 15px;
      font-size: 22px; }
      @media only screen and (min-width: 970px) {
        header nav li.menu-parent:after {
          content: none; } }

.nav-up {
  top: -76px; }

#mobile-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1b485f;
  color: #fff;
  z-index: 1000; }
  #mobile-nav a {
    display: inline-block;
    font-size: 17px;
    padding: 15px 0 15px 15px; }
    #mobile-nav a span {
      margin-right: 3px; }
  @media only screen and (min-width: 970px) {
    #mobile-nav {
      display: none; } }

#searchform {
  position: absolute;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-top: 36px; }
  @media only screen and (min-width: 970px) {
    #searchform {
      float: right;
      width: 37.5%;
      position: relative;
      margin: 0; } }
  @media only screen and (min-width: 970px) {
    #searchform {
      width: 23%; } }
  #searchform input {
    visibility: visible;
    width: 89%;
    padding: .1em;
    margin-top: 3px; }
    @media only screen and (min-width: 970px) {
      #searchform input {
        margin-top: 6px;
        width: 0px;
        margin-left: 170px;
        visibility: hidden; } }
    @media only screen and (min-width: 970px) {
      #searchform input {
        margin-top: 7px; } }
  #searchform input.visible {
    visibility: visible; }

#searchsubmit {
  float: right;
  margin-top: 5px;
  border: none;
  background: none;
  color: #fff;
  width: 20px;
  height: 25px;
  font-size: 16px;
  cursor: pointer; }
  @media only screen and (min-width: 970px) {
    #searchsubmit {
      margin-top: 9px;
      width: 27px; } }
  @media only screen and (min-width: 758px) {
    #searchsubmit {
      color: #fff; } }
  @media only screen and (min-width: 1290px) {
    #searchsubmit {
      color: #fff; } }
  @media only screen and (min-width: 1600px) {
    #searchsubmit {
      color: #fff; } }

.admin-bar header {
  top: 32px; }

#feature {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 970px) {
    #feature {
      width: 575px;
      max-width: 575px; } }
  #feature div h1 {
    position: relative;
    display: inline-block;
    margin: 12px 15px 15px;
    padding: 0;
    font-size: 34px;
    line-height: 1.3em; }
    @media only screen and (min-width: 970px) {
      #feature div h1 {
        margin: 12px 0 15px;
        min-width: 500px; } }
  #feature div a {
    text-decoration: none; }
    #feature div a:hover {
      text-decoration: none; }
  #feature img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover; }
    @media only screen and (min-width: 970px) {
      #feature img {
        margin-bottom: 0; } }

#content {
  margin: 0 auto 0;
  max-width: 600px;
  padding-top: 76px;
  background-color: #fff; }
  @media only screen and (min-width: 970px) {
    #content {
      width: 970px;
      max-width: 970px;
      padding-top: 30px; } }

#page-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  max-width: 600px; }
  @media only screen and (min-width: 970px) {
    #page-wrap {
      width: 970px;
      max-width: 970px; } }
  #page-wrap aside {
    width: 300px;
    margin: 0 auto 23px; }
    @media only screen and (min-width: 970px) {
      #page-wrap aside {
        float: right;
        margin: 30px 30px 0 0;
        width: 300px; } }
    #page-wrap aside.left {
      width: 100%;
      margin: 30px 0;
      clear: both; }
      @media only screen and (min-width: 970px) {
        #page-wrap aside.left {
          width: 300px;
          float: left;
          margin: 30px 0 0 30px; } }
    #page-wrap aside section {
      margin: 0 auto 23px;
      padding: 0;
      width: 300px; }
      @media only screen and (min-width: 970px) {
        #page-wrap aside section {
          margin: 0 0 23px; } }
      #page-wrap aside section h1 {
        margin: 0 0 20px;
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold; }
      #page-wrap aside section article {
        margin: 0;
        padding: 20px 0;
        border-top: #efefef 1px solid;
        width: 300px; }
        #page-wrap aside section article:last-child {
          border-bottom: #efefef 1px solid; }
        #page-wrap aside section article h2 {
          margin: 0;
          font-size: 16px;
          font-family: 'Open Sans', sans-serif;
          font-weight: bold; }
        #page-wrap aside section article a {
          text-decoration: none;
          color: #000; }
          #page-wrap aside section article a:hover {
            color: #000; }
  #page-wrap #taboola-below-article-thumbnails {
    margin: 30px; }

section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-width: 600px;
  min-width: 300px;
  padding-top: 30px;
  margin: 0 auto; }
  @media only screen and (min-width: 970px) {
    section {
      width: 910px;
      max-width: 910px;
      margin: 0 auto;
      padding: 30px; }
      section.articles {
        float: left;
        width: 576px;
        max-width: 576px; }
      section.articles-2 {
        float: right;
        width: 576px;
        max-width: 576px; } }
  section h1 a {
    text-decoration: none;
    color: #000; }
    section h1 a:hover {
      text-decoration: none;
      color: inherit; }

@media only screen and (min-width: 970px) {
  .single-post {
    min-height: 295px; } }

.archive section .featured-img, .page section .featured-img, .search section .featured-img {
  margin-bottom: 15px;
  overflow: hidden; }

.archive section h3, .page section h3, .search section h3 {
  font-size: 34px;
  margin: 0; }

.archive section article, .page section article, .search section article {
  margin: 0;
  padding: 20px 0; }
  @media only screen and (min-width: 970px) {
    .archive section article, .page section article, .search section article {
      float: left;
      width: 579px; } }
  @media only screen and (min-width: 970px) {
    .archive section article img, .page section article img, .search section article img {
      float: left;
      margin: 0 15px 0 0; } }
  .archive section article h1, .page section article h1, .search section article h1 {
    font-size: 34px;
    margin: 8px 15px 8px; }
    @media only screen and (min-width: 970px) {
      .archive section article h1, .page section article h1, .search section article h1 {
        margin: 0 0 8px 0px; } }
  .archive section article .byline, .page section article .byline, .search section article .byline {
    display: block;
    margin: 0 15px 15px;
    font-style: italic; }
    @media only screen and (min-width: 970px) {
      .archive section article .byline, .page section article .byline, .search section article .byline {
        margin: 0 0 8px 239px; } }
    .archive section article .byline a, .page section article .byline a, .search section article .byline a {
      color: #1b485f; }
  @media only screen and (min-width: 970px) {
    .archive section article .no-thumb p, .page section article .no-thumb p, .search section article .no-thumb p {
      padding-left: 0; } }
  .archive section article p, .page section article p, .search section article p {
    font-size: 16px;
    margin: 0 15px 15px; }
    @media only screen and (min-width: 970px) {
      .archive section article p, .page section article p, .search section article p {
        margin: 0 0 15px 0; } }

@media only screen and (min-width: 970px) {
  .archive section aside, .page section aside, .search section aside {
    float: right;
    width: 300px; } }

@media only screen and (min-width: 970px) {
  .archive section article h1, .search section article h1 {
    margin: 0 0 8px 239px; } }

.page section article {
  margin: 8px 0 7px 8px;
  padding: 0; }
  @media only screen and (min-width: 970px) {
    .page section article {
      float: left;
      width: 572px; } }
  .page section article img {
    margin: 0; }

.page .category-light {
  clear: both; }
  .page .category-light .cat-light-bottom ul {
    margin-left: 0; }
  .page .category-light .cat-light-bottom li {
    overflow: hidden;
    margin: 0;
    padding: 20px 0 6px;
    border-top: #efefef 1px solid; }
    .page .category-light .cat-light-bottom li:first-of-type {
      border-top: none; }
    .page .category-light .cat-light-bottom li img {
      width: 100%;
      height: auto;
      margin: 0 15px 0 0; }
      @media only screen and (min-width: 970px) {
        .page .category-light .cat-light-bottom li img {
          width: 224px;
          height: auto;
          max-height: 108px; } }
    .page .category-light .cat-light-bottom li h2 {
      margin-top: 12px;
      font-size: 16px; }
    .page .category-light .cat-light-bottom li .byline {
      margin-left: 0; }
  .page .category-light .cat-light-bottom img {
    margin: 0 0 15px 0;
    width: 100%;
    height: auto; }
  .page .category-light .cat-light-bottom h2 {
    margin: 15px;
    color: #2c4a54;
    font-size: 20px; }
  .page .category-light .cat-light-bottom .byline {
    margin-left: 15px; }
  .page .category-light .cat-light-bottom p {
    margin: 0 15px 15px 239px; }

.archive section article, .search section article {
  border-top: #efefef 1px solid; }
  .archive section article:first-of-type, .search section article:first-of-type {
    border-top: none; }
  .archive section article img, .search section article img {
    width: 100%; }
    @media only screen and (min-width: 970px) {
      .archive section article img, .search section article img {
        width: 224px; } }
  @media only screen and (min-width: 970px) {
    .archive section article p, .search section article p {
      margin-left: 239px; } }
  @media only screen and (min-width: 970px) {
    .archive section article.no-thumb p, .search section article.no-thumb p {
      margin-left: 0; } }

section.articles.alt {
  background-color: #292929; }

section.articles div {
  float: left; }

section.articles article {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  width: 100%; }
  @media only screen and (min-width: 970px) {
    section.articles article {
      float: left;
      width: 273px; }
      section.articles article:nth-child(2n+1) {
        margin-right: 30px; } }
  section.articles article img {
    width: 100%;
    height: auto;
    margin: 0; }
    @media only screen and (min-width: 970px) {
      section.articles article img {
        width: 273px;
        height: 154px;
        object-fit: cover; } }
  section.articles article h1 {
    margin: 12px 15px 15px;
    font-size: 34px;
    line-height: 1.3em;
    color: #000; }
    @media only screen and (min-width: 970px) {
      section.articles article h1 {
        margin: 12px 0 15px;
        font-size: 24px; } }
  section.articles article h2 {
    display: inline-block;
    margin: 15px 15px 0;
    color: #2c4a54;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 970px) {
      section.articles article h2 {
        margin: 15px 0 0;
        font-size: 14px; } }
  section.articles article p {
    font-size: 16px; }

section.masonry {
  -moz-columns: 224px 4;
  -webkit-columns: 224px 4;
  columns: 224px 4;
  width: 940px;
  padding: 8px 15px 7px; }
  section.masonry article {
    display: inline-block;
    margin: 7px 0 8px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */ }
    section.masonry article img {
      float: none; }

@media only screen and (min-width: 970px) {
  .single section {
    width: 910px;
    max-width: 910px;
    padding: 30px; } }

.single section .wp-post-image {
  width: auto;
  height: auto;
  max-height: 450px;
  margin: 0 auto -3px; }

.single section .post-image-caption {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-style: italic; }

@media only screen and (min-width: 970px) {
  .single section article .article-left {
    width: 578px;
    float: left; } }

.single section article .content {
  padding: 25px; }

.single section article span {
  display: inline-block; }

.single section article h1 {
  margin: 15px;
  font-size: 48px;
  line-height: 1em; }
  @media only screen and (min-width: 970px) {
    .single section article h1 {
      margin: 0 0 15px; } }

.single section article .post-byline {
  display: block;
  font-weight: bold; }

.single section article .post-date {
  display: block;
  font-weight: bold; }

.single section article .twitter-byline {
  margin-left: 15px; }
  .single section article .twitter-byline a {
    color: #2c4a54; }

.single section article p {
  font-size: 1.5em;
  line-height: 1.6em; }
  .single section article p.wp-caption-text {
    font-size: 1.2em; }

.single section article .wp-caption.alignleft {
  margin-right: 30px; }

.single section article .wp-caption.alignright {
  margin-left: 30px; }

@media only screen and (min-width: 970px) {
  .single section aside {
    width: 300px;
    float: right; }
    .single section aside .ad-300 {
      margin: 0; } }

.single section aside section {
  width: 300px;
  padding: 0; }

.single section aside .ad-125 {
  float: left;
  margin: 11px; }

.single section aside .sidebar-ads {
  margin: 15px auto;
  width: 300px; }
  @media only screen and (min-width: 970px) {
    .single section aside .sidebar-ads {
      float: left; } }

.single section .yarpp-related {
  margin: 0;
  overflow: auto;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media only screen and (min-width: 970px) {
    .single section .yarpp-related {
      width: calc(100% + 46px);
      margin-left: -23px; } }

.single section h3 {
  padding: 8px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; }

@media only screen and (min-width: 970px) {
  .single section article.related {
    width: 224px;
    margin: 8px 8px 7px 7px; } }

.single section article.prev-post, .single section article.next-post {
  width: 145px;
  margin: 15px auto; }
  @media only screen and (min-width: 970px) {
    .single section article.prev-post, .single section article.next-post {
      width: 224px;
      margin: 15px 15px 30px; } }
  .single section article.prev-post a:hover, .single section article.next-post a:hover {
    text-decoration: none; }

.single section article.prev-post {
  margin-left: 30px; }
  @media only screen and (min-width: 758px) {
    .single section article.prev-post {
      margin-left: 0; } }

.single section article.next-post {
  margin-right: 30px; }
  @media only screen and (min-width: 758px) {
    .single section article.next-post {
      margin-right: 0; } }

.single section article.related, .single section article.prev-post, .single section article.next-post {
  padding: 0;
  background-color: #1b485f; }
  .single section article.related img, .single section article.prev-post img, .single section article.next-post img {
    width: 100%;
    height: auto; }
  .single section article.related h2, .single section article.prev-post h2, .single section article.next-post h2 {
    margin: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center; }
    .single section article.related h2 a, .single section article.prev-post h2 a, .single section article.next-post h2 a {
      font-weight: normal; }
  .single section article.related h1, .single section article.prev-post h1, .single section article.next-post h1 {
    margin: 12px 15px;
    font-size: 16px;
    line-height: 1.3em;
    color: #000;
    font-weight: normal; }
    .single section article.related h1 a, .single section article.prev-post h1 a, .single section article.next-post h1 a {
      font-weight: normal; }

.single section #post-author {
  margin-left: -15px;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 970px) {
    .single section #post-author {
      width: 910px; } }
  .single section #post-author img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px; }
  .single section #post-author h3 {
    margin: 0 0 15px 0;
    padding: 0; }
  .single section #post-author p {
    margin-left: 94px; }
    @media only screen and (min-width: 970px) {
      .single section #post-author p {
        width: 816px; } }
    .single section #post-author p a {
      margin-top: 15px; }
  .single section #post-author a {
    display: block;
    text-decoration: underline; }

.author-bio {
  margin: 10px; }
  @media only screen and (min-width: 970px) {
    .author-bio {
      float: left;
      width: 570px; } }
  .author-bio img {
    float: left;
    margin: 0 15px 15px 0; }
  .author-bio h3 {
    line-height: 64px;
    font-size: 24px !important; }
  .author-bio p {
    clear: both;
    font-size: 16px; }

footer {
  margin: 0 auto;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  background: #292929; }
  @media only screen and (min-width: 970px) {
    footer {
      width: 910px; } }
  @media only screen and (min-width: 970px) {
    footer #stations {
      width: 630px;
      float: left; } }
  footer #stations a {
    display: inline-block;
    width: 70px;
    margin: 15px;
    text-align: center; }
  @media only screen and (min-width: 970px) {
    footer #bri-logo {
      width: 270px;
      float: right;
      margin-top: 0px; } }
  footer #bri-logo a {
    clear: both; }
    footer #bri-logo a img {
      margin: 10px 0 20px; }
  footer h1 {
    font-size: 16px; }

.widget {
  max-width: 540px;
  padding: 30px; }
  @media only screen and (min-width: 970px) {
    .widget {
      width: 910px;
      max-width: 910px; } }
  .widget h2 {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
  .widget .twitter-widget {
    margin-top: -15px;
    margin-left: -15px;
    padding-right: 15px; }
    @media only screen and (min-width: 970px) {
      .widget .twitter-widget {
        padding-right: 0; } }
    .widget .twitter-widget li {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      background: #363636;
      margin-top: 15px;
      margin-left: 15px;
      padding: 15px;
      height: 126px; }
      @media only screen and (min-width: 970px) {
        .widget .twitter-widget li {
          width: 303px; } }
      .widget .twitter-widget li img {
        float: left;
        margin-right: 15px; }
      .widget .twitter-widget li .twitter-user {
        float: left;
        font-size: 10px;
        color: #f0f0f0;
        width: 65%; }
      .widget .twitter-widget li .twitter-time {
        float: right;
        font-size: 10px;
        color: #f0f0f0; }
      .widget .twitter-widget li p {
        position: absolute;
        display: block;
        float: left;
        top: 32px;
        left: 78px;
        padding-right: 15px; }

body .twitter-shortcode {
  margin-top: -15px;
  margin-left: -15px; }
  body .twitter-shortcode li {
    display: inline-block;
    box-sizing: border-box;
    background: #363636;
    margin-top: 15px;
    margin-left: 15px;
    padding: 15px;
    height: 126px; }
    @media only screen and (min-width: 970px) {
      body .twitter-shortcode li {
        width: 303px; } }
    body .twitter-shortcode li img {
      float: left;
      margin-right: 15px; }
    body .twitter-shortcode li .twitter-user {
      float: left;
      font-size: 10px;
      color: #f0f0f0; }
    body .twitter-shortcode li .twitter-time {
      float: right;
      font-size: 10px;
      color: #f0f0f0; }
    body .twitter-shortcode li p {
      max-width: 208px;
      float: left;
      color: #fff; }

.page-nav {
  clear: both;
  margin: 20px 8px; }
  @media only screen and (min-width: 970px) {
    .page-nav {
      float: left; } }
  .page-nav li {
    display: inline; }
    .page-nav li.active a {
      background-color: #0f3345; }
    .page-nav li a {
      color: #fff;
      background-color: #292929;
      padding: 10px 20px; }
      .page-nav li a:hover {
        background-color: #0f3345;
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        transition: background-color 300ms linear; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Slab", serif;
  line-height: 1.1em;
  margin-bottom: 15px; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.2em; }

a {
  text-decoration: none;
  color: #3180ab; }
  a:hover {
    text-decoration: underline;
    color: #1b475f; }

p {
  margin-bottom: 15px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

input {
  outline-style: none;
  font-size: inherit;
  font-family: inherit;
  padding: .313em 0;
  letter-spacing: normal;
  text-indent: .25em; }

.invert {
  color: #fff;
  background: #292929; }
  .invert a {
    color: #469fd0; }
    .invert a:hover {
      color: #94cae7; }

.clearwrap {
  clear: both; }

#social-links {
  position: relative;
  margin: 0 !important; }
  @media only screen and (min-width: 970px) {
    #social-links {
      position: fixed;
      top: 400px;
      right: calc((100vw - 1091px) / 2);
      width: 42px;
      padding: 5px;
      background-color: #fff; } }
  #social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 5px;
    background-image: url("../img/social-icons.png");
    background-repeat: no-repeat; }
  #social-links .facebook-icon {
    background-position: 0 0; }
  #social-links .twitter-icon {
    background-position: 0 -32px; }
  #social-links .youtube-icon {
    background-position: 0 -64px; }

.right, .alignright {
  float: right; }

.left, .alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
  float: left;
  margin-right: 4%; }

.one_half {
  width: 48%; }

.one_third {
  width: 30.6666%; }

.two_third {
  width: 65.3332%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.last {
  clear: right;
  margin-right: 0 !important; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  width: 100%; }

.video-shortcode {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
  height: 0;
  overflow: hidden; }

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

.blue-box {
  background: #d7e7f5;
  border: 1px solid #aacee6;
  color: #5e6984;
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.blue-box-content,
.green-box-content,
.grey-box-content,
.red-box-content,
.yellow-box-content {
  border: 1px solid #fff;
  padding: 10px;
  width: auto; }

.blue-box-content h3,
.green-box-content h3,
.grey-box-content h3,
.red-box-content h3,
.yellow-box-content h3 {
  margin-bottom: 5px; }

.green-box {
  background: #e2f2ce;
  border: 1px solid #bfe098;
  color: #466840;
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.grey-box {
  background: #eaeaea;
  border: 1px solid #c1c1c1;
  color: #838383;
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.red-box {
  background: #fde9ea;
  border: 1px solid #fdced0;
  color: #b21212;
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.yellow-box {
  background: #fff6cc;
  border: 1px solid #ffdb4f;
  color: #736b4c;
  float: left;
  margin-bottom: 20px;
  width: 100%; }

#alerts ul {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  list-style: none; }
  @media only screen and (min-width: 970px) {
    #alerts ul {
      width: 970px;
      max-width: 970px; } }
  #alerts ul li {
    font-size: 16px;
    background: #b21212;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px; }
    #alerts ul li p {
      margin: 0; }
    #alerts ul li a {
      color: #fff;
      text-decoration: underline; }

.widget ul li {
  width: 100%;
  padding: 7px;
  display: inline-block; }
  @media only screen and (min-width: 970px) {
    .widget ul li {
      width: 425px; } }

.rsswidget {
  color: #1b485f;
  font-size: 14px; }

.error404 article {
  padding: 50px 0; }
  .error404 article h1 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
  .error404 article p {
    width: 100%;
    font-size: 16px;
    text-align: center; }

#popup {
  width: 380px;
  height: 249px;
  background: #67C58F;
  bottom: 20px;
  left: -380px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s; }

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 500; }

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ns-close:hover,
.ns-close:focus {
  outline: none; }

.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #1b485f; }

.ns-close:hover::before,
.ns-close:hover::after {
  background: #2c4a54; }

.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

ul, ol {
  margin-left: 15px;
  margin-bottom: 15px; }

.prev-next-wrapper {
  clear: both;
  width: 100%;
  max-width: 508px;
  margin: 0 auto;
  overflow: hidden; }
  .prev-next-wrapper .prev-post {
    float: left; }
  .prev-next-wrapper .next-post {
    float: right; }

.job {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f0f0f0; }

.newsletter-signup {
  clear: both;
  margin-bottom: 23px;
  padding: 50px;
  color: #fff;
  background-image: url("../img/signup-background.jpg"); }
  .newsletter-signup h3 {
    font-size: 24px;
    text-align: center; }
  .newsletter-signup p {
    margin: 20px 0;
    font-size: 16px;
    text-align: center; }
  .newsletter-signup a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    background-color: #1b485f;
    border: none;
    color: #fff; }
    .newsletter-signup a:hover {
      text-decoration: none; }

.ss-popular-posts-widget .ss-popular-post-image:hover {
  opacity: 1; }

.ss-popular-posts-widget .ss-popular-post {
  border-top: #efefef 1px solid;
  padding: 20px 0; }
  .ss-popular-posts-widget .ss-popular-post:last-child {
    border-bottom: #efefef 1px solid; }
  .ss-popular-posts-widget .ss-popular-post img {
    width: 150px;
    height: 90px;
    object-fit: cover;
    border-radius: 0; }
  .ss-popular-posts-widget .ss-popular-post .ss-popular-post-content {
    font-size: 16px; }
    .ss-popular-posts-widget .ss-popular-post .ss-popular-post-content a {
      color: #000; }
      .ss-popular-posts-widget .ss-popular-post .ss-popular-post-content a:hover {
        color: #000;
        text-decoration: none; }

.page-template-template-agrimedia-homepage aside .widget-1 {
  margin-top: 15px !important; }

.coronavirus-updates, .podcasts {
  display: block;
  margin-bottom: 30px; }

#comments {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 15px; }

.comment-inner {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding: 10px 0 0; }

#comments .comment-inner:after {
  content: '';
  display: block;
  clear: both; }

#comments .comment-avatar,
#tab3 .comment-avatar {
  float: left;
  width: 46px; }

#comments .avatar {
  display: block;
  background-color: #fff; }

#comments .commentmeta {
  display: block;
  float: left;
  margin: 0 10px 10px; }

.comment-reply a,
#cancel-comment-reply-link {
  clear: both;
  color: #fff;
  font: 700 12px/12px 'Open Sans Condensed', sans-serif;
  padding: 5px 10px; }

.comment-reply a {
  background: #555;
  float: right; }

#cancel-comment-reply-link {
  background: #ccc;
  float: left;
  margin: 0 0 10px 20px; }

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
  background: #333; }

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
  text-decoration: none; }

ol.commentlist {
  float: left;
  padding: 0 15px 15px; }

ol.commentlist h3.comment-header {
  display: none; }

ol.commentlist #respond {
  border-top: none; }

#comments .comment-meta-1 {
  display: block;
  float: left;
  font: bold 14px/normal helvetica, arial, sans-serif;
  margin-bottom: 5px;
  width: 100%; }

#comments .comment-meta-1 .fn {
  font-weight: bold;
  float: left;
  width: auto; }

#comments .comment-meta-1 .reply {
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 11px;
  padding-top: 2px; }

#comments .comment-meta-1 .reply a {
  color: #555; }

#comments .comment-meta-2 {
  float: left;
  font: italic 12px/normal helvetica, arial, sans-serif;
  display: block;
  margin: 0; }

#comments .text {
  clear: both;
  display: block;
  float: left;
  margin-top: 10px; }

#comments .text .waiting_approval {
  font-size: 14px;
  font-style: italic;
  font-weight: bold; }

#comments .c {
  line-height: 20px; }

#comments .c p,
#comments .c code,
#comments .c blockquote,
#comments .c ul,
#comments .c ol {
  display: block;
  margin: 5px 0; }

#comments .c a {
  text-decoration: underline; }

#comments .c a:hover {
  text-decoration: none; }

#comments .depth-2 .comment-wrapper {
  padding-left: 40px; }

#comments .depth-2 .commentmeta {
  width: auto; }

#comments .depth-3 .comment-wrapper {
  padding-left: 80px; }

#comments .depth-3 .commentmeta {
  width: auto; }

#comments .depth-4 .comment-wrapper {
  padding-left: 120px; }

#comments .depth-4 .commentmeta {
  width: auto; }

#comments .depth-5 .comment-wrapper {
  padding-left: 160px; }

#comments .depth-5 .commentmeta {
  width: auto; }

#respond {
  clear: both;
  position: relative; }

#respond form {
  float: left;
  padding: 0 20px 20px;
  width: 100%; }

#respond p {
  font: 12px/normal helvetica, arial, sans-serif;
  margin: 0; }

#respond .logged-in-as {
  margin-bottom: 10px; }

#respond .comment-notes {
  margin-bottom: 1em; }

.children #respond {
  margin: 0 48px 0 0; }

#comments-list #respond {
  margin: 0 0 18px 0; }

#comments-list ul #respond {
  margin: 0; }

#respond .required {
  color: #ff4b33;
  font-weight: bold; }

#respond label {
  color: #888;
  font-size: 12px; }

#respond input {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -ms-box-shadow: 2px 2px 5px 0px #eee inset;
  -moz-box-shadow: 2px 2px 5px 0px #eee inset;
  -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
  -o-box-shadow: 2px 2px 5px 0px #eee inset;
  box-shadow: 2px 2px 5px 0px #eee inset;
  display: block;
  margin: 0 0 9px;
  padding: 5px;
  width: auto; }

#respond textarea {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -ms-box-shadow: 2px 2px 5px 0px #eee inset;
  -moz-box-shadow: 2px 2px 5px 0px #eee inset;
  -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
  -o-box-shadow: 2px 2px 5px 0px #eee inset;
  box-shadow: 2px 2px 5px 0px #eee inset;
  width: 95%; }

#respond #submit {
  background: #555;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font: 700 12px/12px 'Open Sans Condensed', sans-serif;
  margin-top: 10px;
  padding: 5px 10px;
  width: 120px; }

#respond #submit:hover {
  background: #333; }

h3#reply-title,
h2.comments {
  color: #fff;
  font: normal 14px/14px 'Oswald', sans-serif;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase; }

h3#reply-title {
  display: none; }

span.comments {
  background: #fff;
  color: #aaa;
  float: left;
  font: 400 20px/20px 'Open Sans Condensed', sans-serif;
  padding-right: 15px;
  text-transform: uppercase; }

span.comments a {
  color: #666; }

span.comments a:hover {
  color: #f00;
  text-decoration: none; }

#comment-input label {
  margin-bottom: 10px; }

p.cancel-comment-reply {
  clear: both; }

.form-allowed-tags {
  display: none; }

#disqus_thread {
  padding: 20px; }

.canweather li {
  position: relative;
  width: 100%;
  display: block; }

.canweather .weather-icon {
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.canweather .weather-day {
  display: block;
  float: left;
  font-weight: bold; }

.canweather .temp-range {
  position: absolute;
  top: 0;
  left: 18%;
  width: 80%; }
  @media only screen and (min-width: 758px) {
    .canweather .temp-range {
      width: 70%; } }
  .canweather .temp-range .min-temp {
    position: absolute;
    margin-left: -24px; }
  .canweather .temp-range .max-temp {
    position: absolute;
    margin-left: 5px; }
  .canweather .temp-range .bar {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 200px;
    height: 20px;
    background-color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.page section .canweather {
  margin-top: 15px; }
  .page section .canweather li {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 758px) {
      .page section .canweather li {
        clear: none;
        float: left;
        margin: 0 0 15px 0; } }
    .page section .canweather li img {
      margin-right: 10px;
      float: left; }
    .page section .canweather li h3 {
      float: left;
      margin: 0 0 10px 0;
      width: 55%;
      font-size: 15px;
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
      @media only screen and (min-width: 758px) {
        .page section .canweather li h3 {
          width: 70%; } }
    .page section .canweather li p {
      float: left;
      margin-right: 15px;
      font-size: 22px;
      font-weight: bold;
      font-family: "Museo Slab", serif; }
      .page section .canweather li p.celcius {
        color: #1b485f; }
      .page section .canweather li p.fahrenheit {
        color: #292929; }

#weather {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  color: #fff;
  background-color: #212121; }
  #weather canvas {
    position: absolute;
    bottom: 15px;
    right: 15px; }
  #weather .date {
    color: #dedede;
    font-size: 12px; }
  #weather .day {
    font-size: 15px;
    font-weight: bold; }
  #weather .temperature {
    display: block;
    margin-top: 10px;
    font-size: 42px;
    line-height: 42px; }
  #weather .high, #weather .low {
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0; }
  #weather .high {
    padding-right: 10px;
    border-right: 1px #fff solid; }
  #weather .low {
    padding-left: 10px; }
  #weather iframe {
    max-width: 100%; }
  #weather p {
    margin: 0;
    color: #dedede; }
    #weather p span {
      color: #fff; }
    #weather p.location {
      margin: 5px 0 5px;
      font-size: 18px; }
  #weather a {
    color: #fff;
    text-decoration: none; }
    #weather a:hover {
      text-decoration: none; }

.ad {
  background: #f0f0f0; }

.ad-728 {
  width: 300px;
  height: 50px;
  margin: 38px auto 0;
  border: #efefef 1px solid; }
  @media only screen and (min-width: 970px) {
    .ad-728 {
      margin: 0 auto; } }
  @media only screen and (min-width: 970px) {
    .ad-728 {
      width: 728px;
      height: 90px; } }

.ad-300 {
  margin: 15px auto 30px;
  width: 300px;
  height: 250px;
  border: #efefef 1px solid; }

.ad-125 {
  float: left;
  margin: 0 12px 12px;
  width: 125px;
  height: 125px;
  border: #efefef 1px solid; }

#ad-text {
  clear: both; }

@media only screen and (min-width: 970px) {
  .articles .ad-300 {
    margin: 7px 7px 8px 8px;
    float: left; } }

@media only screen and (min-width: 970px) {
  .single .ad-300 {
    margin: 15px -15px 15px 15px;
    float: right; } }

@media only screen and (min-width: 970px) {
  .category .ad-300, .page .ad-300 {
    float: right; } }

.ad-buttons {
  width: 310px;
  margin: 0 auto; }
  @media only screen and (min-width: 758px) {
    .ad-buttons {
      width: 465px; } }
  @media only screen and (min-width: 970px) {
    .ad-buttons {
      width: 910px; } }

aside .ad-buttons {
  width: 300px;
  margin: 0 auto;
  overflow: hidden; }
  @media only screen and (min-width: 758px) {
    aside .ad-buttons {
      width: 300px;
      padding: 0;
      margin-bottom: 30px; } }
  aside .ad-buttons .ad-125 {
    float: left;
    margin: 10px; }

@media only screen and (min-width: 970px) {
  .single .ad-buttons {
    padding: 0 0 0 5px; } }

.google-ad {
  margin: 0 auto;
  padding: 30px 0;
  background: #fff; }
  @media only screen and (min-width: 970px) {
    .google-ad {
      width: 970px;
      max-width: 970px; } }

.ad-BG {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #e0e0e0; }

.ad-BG iframe {
  height: 100%; }

#div-gpt-ad-1576596570127-0 div, #div-gpt-ad-1576597399521-0 div, #div-gpt-ad-1576606861547-0 div, #div-gpt-ad-1576607179249-0 div, #div-gpt-ad-1576606606858-0 div {
  height: 100vh !important; }

#cornerpeel-peel-cover {
  position: fixed;
  right: 0px;
  top: 164px;
  z-index: 93;
  cursor: pointer;
  background: white;
  pointer-events: auto;
  transition: top 0.3s; }
  @media only screen and (min-width: 600px) {
    #cornerpeel-peel-cover {
      top: 88px; } }
  @media only screen and (min-width: 758px) {
    #cornerpeel-peel-cover {
      top: 0; } }
  @media only screen and (min-width: 970px) {
    #cornerpeel-peel-cover {
      top: 88px; } }
  @media only screen and (min-width: 1150px) {
    #cornerpeel-peel-cover {
      top: 0; } }

#cornerpeel-peel-cover.nav-up {
  top: 50px; }

#cornerpeel-peel {
  position: fixed;
  right: 0px;
  top: 164px;
  width: 0px;
  height: 0px;
  z-index: 92;
  overflow: hidden;
  pointer-events: auto;
  transition: top 0.3s; }
  @media only screen and (min-width: 600px) {
    #cornerpeel-peel {
      top: 88px; } }
  @media only screen and (min-width: 758px) {
    #cornerpeel-peel {
      top: 0; } }
  @media only screen and (min-width: 970px) {
    #cornerpeel-peel {
      top: 88px; } }
  @media only screen and (min-width: 1150px) {
    #cornerpeel-peel {
      top: 0; } }

#cornerpeel-peel.nav-up {
  top: 50px; }

#cornerpeel-peel img {
  width: 100%;
  height: 100%;
  border: none; }

#cornerpeel-bg {
  background: top right no-repeat;
  position: fixed;
  pointer-events: auto;
  right: 0px;
  top: 164px;
  width: 0px;
  height: 0px;
  z-index: 90;
  overflow: hidden;
  transition: top 0.3s; }
  @media only screen and (min-width: 600px) {
    #cornerpeel-bg {
      top: 88px; } }
  @media only screen and (min-width: 758px) {
    #cornerpeel-bg {
      top: 0; } }
  @media only screen and (min-width: 970px) {
    #cornerpeel-bg {
      top: 88px; } }
  @media only screen and (min-width: 1150px) {
    #cornerpeel-bg {
      top: 0; } }

#cornerpeel-bg.nav-up {
  top: 50px; }

.tiny-img {
  position: absolute; }

iframe {
  overflow: hidden; }

#cornerpeel-tiny {
  background: top right no-repeat;
  position: fixed;
  right: 0px;
  top: 164px;
  width: 0px;
  height: 0px;
  z-index: 91;
  pointer-events: auto;
  transition: top 0.3s; }
  @media only screen and (min-width: 600px) {
    #cornerpeel-tiny {
      top: 88px; } }
  @media only screen and (min-width: 758px) {
    #cornerpeel-tiny {
      top: 0; } }
  @media only screen and (min-width: 970px) {
    #cornerpeel-tiny {
      top: 88px; } }
  @media only screen and (min-width: 1150px) {
    #cornerpeel-tiny {
      top: 0; } }

#cornerpeel-tiny.nav-up {
  top: 50px; }

@font-face {
  font-family: 'Museo Slab';
  src: url("../fonts/museo_slab_500-webfont.eot");
  src: url("../fonts/museo_slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab_500-webfont.woff2") format("woff2"), url("../fonts/museo_slab_500-webfont.woff") format("woff"), url("../fonts/museo_slab_500-webfont.ttf") format("truetype"), url("../fonts/museo_slab_500-webfont.svg#museo_slab500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansregular") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?45685368#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-copyright:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-down-dir:before {
  content: '\e802'; }

/* '' */
.icon-cloud:before {
  content: '\e803'; }

/* '' */
.icon-newspaper:before {
  content: '\e804'; }

/* '' */
.icon-attention:before {
  content: '\e805'; }

/* '' */
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%; }

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em; }

#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup input:focus {
  border-color: #333; }

#mc_embed_signup .button {
  clear: both;
  background-color: #2c4a54;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto; }

#mc_embed_signup .button:hover {
  background-color: #1b485f; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */ }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px; }

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0; }

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0; }

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px; }

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px; }

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none; }

#mc_embed_signup .indicates-required {
  float: right;
  text-align: right;
  font-size: 11px;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif; }

#newsletter {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  max-width: 600px; }
