/**
Theme Name: Massive News
Theme URI: http://www.press75.com/
Author: Press75
Author URI: http://www.press75.com/
Description: Massive News Theme
Version: 4.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: massive-news
Tags:
*/
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
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, hgroup,
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, hgroup, 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; }

/* Helpers
----------------------------------------------- */
/* Font Size */
/* Responsive utilities
----------------------------------------------- */
/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* Extra small grid
----------------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.pad-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pad-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pad-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-xs-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.pad-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pad-xs-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.pad-xs-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pad-xs-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.pad-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

/* Small grid
----------------------------------------------- */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
    width: 100%; }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pad-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pad-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pad-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .pad-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pad-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .pad-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pad-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px; }
  .pad-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px; } }

/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
  .container {
    max-width: 970px; }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-md-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pad-md-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pad-md-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pad-md-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .pad-md-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pad-md-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .pad-md-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pad-md-105 {
    padding-top: 105px;
    padding-bottom: 105px; }
  .pad-md-120 {
    padding-top: 120px;
    padding-bottom: 120px; } }

/* Large grid
----------------------------------------------- */
@media (min-width: 1300px) {
  .container {
    max-width: 1200px; }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .pad-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .pad-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .pad-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .pad-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pad-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .pad-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .pad-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px; }
  .pad-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px; } }

/* Helper Classes
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.no-margin-left {
  padding-left: 0; }

.no-margin-right {
  padding-right: 0; }

.no-margin {
  margin-left: 0;
  margin-right: 0; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }
  tr .visible-xs {
    display: none !important; }
  th .visible-xs,
  td .visible-xs {
    display: none !important; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; }
      tr .visible-xs {
        display: table-row !important; }
      th .visible-xs,
      td .visible-xs {
        display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
      display: block !important; }
      tr .visible-xs.visible-sm {
        display: table-row !important; }
      th .visible-xs.visible-sm,
      td .visible-xs.visible-sm {
        display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .visible-xs.visible-md {
      display: block !important; }
      tr .visible-xs.visible-md {
        display: table-row !important; }
      th .visible-xs.visible-md,
      td .visible-xs.visible-md {
        display: table-cell !important; } }
  @media (min-width: 1300px) {
    .visible-xs.visible-lg {
      display: block !important; }
      tr .visible-xs.visible-lg {
        display: table-row !important; }
      th .visible-xs.visible-lg,
      td .visible-xs.visible-lg {
        display: table-cell !important; } }

.visible-sm {
  display: none !important; }
  tr .visible-sm {
    display: none !important; }
  th .visible-sm,
  td .visible-sm {
    display: none !important; }
  @media (max-width: 767px) {
    .visible-sm.visible-xs {
      display: block !important; }
      tr .visible-sm.visible-xs {
        display: table-row !important; }
      th .visible-sm.visible-xs,
      td .visible-sm.visible-xs {
        display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important; }
      tr .visible-sm {
        display: table-row !important; }
      th .visible-sm,
      td .visible-sm {
        display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .visible-sm.visible-md {
      display: block !important; }
      tr .visible-sm.visible-md {
        display: table-row !important; }
      th .visible-sm.visible-md,
      td .visible-sm.visible-md {
        display: table-cell !important; } }
  @media (min-width: 1300px) {
    .visible-sm.visible-lg {
      display: block !important; }
      tr .visible-sm.visible-lg {
        display: table-row !important; }
      th .visible-sm.visible-lg,
      td .visible-sm.visible-lg {
        display: table-cell !important; } }

.visible-md {
  display: none !important; }
  tr .visible-md {
    display: none !important; }
  th .visible-md,
  td .visible-md {
    display: none !important; }
  @media (max-width: 767px) {
    .visible-md.visible-xs {
      display: block !important; }
      tr .visible-md.visible-xs {
        display: table-row !important; }
      th .visible-md.visible-xs,
      td .visible-md.visible-xs {
        display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
      display: block !important; }
      tr .visible-md.visible-sm {
        display: table-row !important; }
      th .visible-md.visible-sm,
      td .visible-md.visible-sm {
        display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .visible-md {
      display: block !important; }
      tr .visible-md {
        display: table-row !important; }
      th .visible-md,
      td .visible-md {
        display: table-cell !important; } }
  @media (min-width: 1300px) {
    .visible-md.visible-lg {
      display: block !important; }
      tr .visible-md.visible-lg {
        display: table-row !important; }
      th .visible-md.visible-lg,
      td .visible-md.visible-lg {
        display: table-cell !important; } }

.visible-lg {
  display: none !important; }
  tr .visible-lg {
    display: none !important; }
  th .visible-lg,
  td .visible-lg {
    display: none !important; }
  @media (max-width: 767px) {
    .visible-lg.visible-xs {
      display: block !important; }
      tr .visible-lg.visible-xs {
        display: table-row !important; }
      th .visible-lg.visible-xs,
      td .visible-lg.visible-xs {
        display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
      display: block !important; }
      tr .visible-lg.visible-sm {
        display: table-row !important; }
      th .visible-lg.visible-sm,
      td .visible-lg.visible-sm {
        display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .visible-lg.visible-md {
      display: block !important; }
      tr .visible-lg.visible-md {
        display: table-row !important; }
      th .visible-lg.visible-md,
      td .visible-lg.visible-md {
        display: table-cell !important; } }
  @media (min-width: 1300px) {
    .visible-lg {
      display: block !important; }
      tr .visible-lg {
        display: table-row !important; }
      th .visible-lg,
      td .visible-lg {
        display: table-cell !important; } }

.hidden-xs {
  display: block !important; }
  tr .hidden-xs {
    display: table-row !important; }
  th .hidden-xs,
  td .hidden-xs {
    display: table-cell !important; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; }
      tr .hidden-xs {
        display: none !important; }
      th .hidden-xs,
      td .hidden-xs {
        display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
      display: none !important; }
      tr .hidden-xs.hidden-sm {
        display: none !important; }
      th .hidden-xs.hidden-sm,
      td .hidden-xs.hidden-sm {
        display: none !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .hidden-xs.hidden-md {
      display: none !important; }
      tr .hidden-xs.hidden-md {
        display: none !important; }
      th .hidden-xs.hidden-md,
      td .hidden-xs.hidden-md {
        display: none !important; } }
  @media (min-width: 1300px) {
    .hidden-xs.hidden-lg {
      display: none !important; }
      tr .hidden-xs.hidden-lg {
        display: none !important; }
      th .hidden-xs.hidden-lg,
      td .hidden-xs.hidden-lg {
        display: none !important; } }

.hidden-sm {
  display: block !important; }
  tr .hidden-sm {
    display: table-row !important; }
  th .hidden-sm,
  td .hidden-sm {
    display: table-cell !important; }
  @media (max-width: 767px) {
    .hidden-sm.hidden-xs {
      display: none !important; }
      tr .hidden-sm.hidden-xs {
        display: none !important; }
      th .hidden-sm.hidden-xs,
      td .hidden-sm.hidden-xs {
        display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important; }
      tr .hidden-sm {
        display: none !important; }
      th .hidden-sm,
      td .hidden-sm {
        display: none !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .hidden-sm.hidden-md {
      display: none !important; }
      tr .hidden-sm.hidden-md {
        display: none !important; }
      th .hidden-sm.hidden-md,
      td .hidden-sm.hidden-md {
        display: none !important; } }
  @media (min-width: 1300px) {
    .hidden-sm.hidden-lg {
      display: none !important; }
      tr .hidden-sm.hidden-lg {
        display: none !important; }
      th .hidden-sm.hidden-lg,
      td .hidden-sm.hidden-lg {
        display: none !important; } }

.hidden-md {
  display: block !important; }
  tr .hidden-md {
    display: table-row !important; }
  th .hidden-md,
  td .hidden-md {
    display: table-cell !important; }
  @media (max-width: 767px) {
    .hidden-md.hidden-xs {
      display: none !important; }
      tr .hidden-md.hidden-xs {
        display: none !important; }
      th .hidden-md.hidden-xs,
      td .hidden-md.hidden-xs {
        display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
      display: none !important; }
      tr .hidden-md.hidden-sm {
        display: none !important; }
      th .hidden-md.hidden-sm,
      td .hidden-md.hidden-sm {
        display: none !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .hidden-md {
      display: none !important; }
      tr .hidden-md {
        display: none !important; }
      th .hidden-md,
      td .hidden-md {
        display: none !important; } }
  @media (min-width: 1300px) {
    .hidden-md.hidden-lg {
      display: none !important; }
      tr .hidden-md.hidden-lg {
        display: none !important; }
      th .hidden-md.hidden-lg,
      td .hidden-md.hidden-lg {
        display: none !important; } }

.hidden-lg {
  display: block !important; }
  tr .hidden-lg {
    display: table-row !important; }
  th .hidden-lg,
  td .hidden-lg {
    display: table-cell !important; }
  @media (max-width: 767px) {
    .hidden-lg.hidden-xs {
      display: none !important; }
      tr .hidden-lg.hidden-xs {
        display: none !important; }
      th .hidden-lg.hidden-xs,
      td .hidden-lg.hidden-xs {
        display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
      display: none !important; }
      tr .hidden-lg.hidden-sm {
        display: none !important; }
      th .hidden-lg.hidden-sm,
      td .hidden-lg.hidden-sm {
        display: none !important; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .hidden-lg.hidden-md {
      display: none !important; }
      tr .hidden-lg.hidden-md {
        display: none !important; }
      th .hidden-lg.hidden-md,
      td .hidden-lg.hidden-md {
        display: none !important; } }
  @media (min-width: 1300px) {
    .hidden-lg {
      display: none !important; }
      tr .hidden-lg {
        display: none !important; }
      th .hidden-lg,
      td .hidden-lg {
        display: none !important; } }

.visible-print {
  display: none !important; }
  tr .visible-print {
    display: none !important; }
  th .visible-print,
  td .visible-print {
    display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
    tr .visible-print {
      display: table-row !important; }
    th .visible-print,
    td .visible-print {
      display: table-cell !important; }
  .hidden-print {
    display: none !important; }
    tr .hidden-print {
      display: none !important; }
    th .hidden-print,
    td .hidden-print {
      display: none !important; } }

/* Basic Setup
----------------------------------------------- */
body {
  width: auto;
  height: auto;
  font-size: 19px;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased; }
  body.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

a {
  text-decoration: none;
  color: #1d85bb;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }
  a:hover {
    color: #2f2f2f; }

select {
  max-width: 100%; }

strong {
  font-weight: bold; }

.text-small {
  font-size: 12px; }

.text-large {
  font-size: 28px; }

.hdg_0 {
  font-size: 34px; }

.hdg_1 {
  font-size: 28px; }

.hdg_2 {
  font-size: 26px;
  line-height: 1.2; }

.hdg_3 {
  font-size: 22px; }

.hdg_5 {
  font-size: 18px; }

.hdg_6 {
  font-size: 16px; }

.hdg_bold {
  font-weight: 700; }

.hdg_upper {
  text-transform: uppercase; }

.portfolio-stories {
  color: #ffffff; }

/* Typography
----------------------------------------------- */
.btn {
  background: #494949;
  border: none;
  color: white;
  font-weight: 300;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out; }
  .btn:hover {
    background: #7d7d7d;
    color: #ffffff; }

.btn-primary {
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  background: none;
  border: 4px solid #1d85bb; }
  .btn-primary:hover {
    color: #ffffff;
    background: #1d85bb; }

.entry-content ul,
.entry-content ol,
.inner .selectionShareable,
.entry-content .selectionShareable {
  font-family: "Droid Serif", Serif; }

/* Header
----------------------------------------------- */
.header-top {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99;
  height: 50px;
  background: #eeeeee;
  -webkit-transition: transform 200ms linear;
  transition: transform 200ms linear;
  position: fixed;
  z-index: 9997;
  right: 0;
  left: 0;
  top: 0; }
  .header-top.headroom--pinned {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  .header-top.headroom--unpinned {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }

.admin-bar .header-top {
  top: 0; }

.site-header {
  margin: 0 auto;
  position: relative; }
  .site-header:before, .site-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .site-header:after {
    clear: both; }

.home .site-header {
  border-bottom: 1px solid white; }

.site-branding {
  background: #252525;
  float: left;
  width: 100%;
  padding: 15px 0;
  margin-top: 52px; }
  .site-branding img {
    display: block; }

.site-title-wrap {
  color: #ffffff;
  max-height: 100px;
  width: auto;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }
  .site-title-wrap .site-title {
    background: #1d85bb;
    color: #ffffff;
    display: block;
    line-height: 1;
    padding: 15px;
    font-weight: bold; }
  .site-title-wrap img {
    background: transparent;
    float: left;
    margin: auto;
    max-height: 100px; }

.site-logo-link {
  text-indent: -9999px; }

.site-description {
  line-height: 1.4;
  display: block;
  margin: 8px 0 0;
  font-size: 12px; }

.site-search {
  display: block !important;
  position: relative;
  z-index: 9999; }
  .site-search a {
    display: block; }
  .site-search.icon-search {
    position: relative;
    z-index: 999; }

.modal-open .icon-search {
  position: absolute;
  right: 15px; }

.header-search {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998; }
  .header-search.site-search-active {
    display: block; }
  .header-search .search-btn {
    display: none; }
  .header-search .searchform {
    background: #fff;
    padding: 0 20px 80px;
    width: 100%; }
  .header-search .search-input {
    font-size: 400%;
    text-transform: none; }
  .header-search #searchform p {
    font-family: "Lato", sans-serif; }
  .header-search #searchform {
    max-width: 100%; }
  .header-search #searchform input[type="submit"] {
    display: none; }
  .header-search #searchform input#s {
    border: none;
    font-family: "Montserrat", sans-serif;
    min-height: 90px;
    width: 100%;
    padding: 15px 0;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.1;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    outline: none; }
  .header-search::-webkit-input-placeholder {
    color: #ddd; }
  .header-search:-moz-placeholder {
    color: #ddd; }
  .header-search::-moz-placeholder {
    color: #ddd; }
  .header-search:-ms-input-placeholder {
    color: #ddd; }

.logged-in .header-search #searchform {
  margin-top: 32px; }

.search-close {
  text-align: right; }
  .search-close:hover {
    cursor: pointer; }

/* Navigation
----------------------------------------------- */
.menu {
  margin: 0;
  padding: 0; }

.main-navigation {
  background: #1d85bb;
  clear: both;
  display: none;
  margin: 0;
  padding: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: 50px;
  width: auto;
  z-index: 1000;
  font-size: 12px; }
  .main-navigation ul {
    margin: 0;
    padding: 0; }
  .main-navigation li {
    display: block;
    font-weight: 300;
    margin-bottom: 8px; }
    .main-navigation li .children,
    .main-navigation li .sub-menu {
      display: block;
      padding: 10px 5px;
      width: auto; }
      .main-navigation li .children li,
      .main-navigation li .sub-menu li {
        display: block;
        float: none;
        margin-bottom: 8px;
        padding-left: 10px;
        text-transform: uppercase; }
  .main-navigation a {
    display: block;
    font-weight: 300;
    color: #ffffff; }

.main-nav-active {
  display: block; }

.pageBanner {
  background-position: top;
  background-size: cover;
  display: block;
  overflow: hidden;
  width: 100%; }
  .pageBanner .entry-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    padding: 149px 0 150px; }

/* Footer
----------------------------------------------- */
.footer {
  background-color: #2f2f2f;
  padding-right: 0;
  padding-left: 0;
  color: #ffffff; }

.footer-row {
  float: left;
  width: 100%; }

.footer-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .footer-content:before, .footer-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .footer-content:after {
    clear: both; }

.footer-subscribe {
  background: #3d3d3d;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase; }

.footer-top {
  font-weight: 300;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  background: #3d3d3d; }

.footer-meta {
  font-weight: 300;
  padding: 20px 0;
  color: #c2c2c2;
  background: #252525;
  text-align: left; }

.footer-social {
  text-align: left;
  margin: 7px 0 0 0; }
  .footer-social a {
    display: inline-block; }
  .footer-social .icon {
    display: block; }

.footer-logo {
  border-left: 1px solid #757575;
  margin: 12px 0 0 0; }

.copyright {
  color: #ffffff;
  display: block;
  padding: 10px 0;
  font-size: 12px;
  line-height: 2.8; }

.footer .footer-subscribe input {
  background: transparent;
  border: 1px solid #666;
  color: #ffffff;
  padding: 0 0 0 10px; }
  .footer .footer-subscribe input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff; }
  .footer .footer-subscribe input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1; }
  .footer .footer-subscribe input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1; }
  .footer .footer-subscribe input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }

.footer .footer-subscribe .gform_wrapper {
  max-width: 100%; }

.footer .footer-subscribe .gform_body {
  overflow: hidden; }

.footer .footer-subscribe .gfield_label {
  display: none; }

.footer .footer-subscribe .gform_widget .gfield_description {
  float: left;
  width: 60%; }

.footer .footer-subscribe .gform_widget .gfield_description a {
  color: #1d85bb;
  font-size: 1em; }

.footer .footer-subscribe .gfield.field_sublabel_below.field_description_above,
.footer .footer-subscribe .gfield.field_sublabel_below.field_description_below {
  border: none; }

.footer .footer-subscribe .ginput_container.ginput_container_email {
  float: right;
  width: 40%; }

.footer .footer-subscribe .gform_wrapper .top_label input.large,
.footer .footer-subscribe .gform_wrapper .top_label select.large,
.footer .footer-subscribe .gform_wrapper .top_label input.medium,
.footer .footer-subscribe .gform_wrapper .top_label select.medium,
.footer .footer-subscribe .gform_wrapper .top_label input.small,
.footer .footer-subscribe .gform_wrapper .top_label select.small {
  width: 82%; }

.footer .footer-subscribe .gform_footer.top_label {
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px; }

.footer .footer-subscribe .gform_button[type="submit"] {
  background: #1d85bb;
  border: medium none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .8em;
  padding: 10px;
  text-transform: uppercase; }
  .footer .footer-subscribe .gform_button[type="submit"]:hover {
    cursor: pointer; }

.footer .footer-subscribe #subscribe-text {
  float: left;
  margin: 0 20px 0 0;
  width: 50%; }

.footer .footer-subscribe #subscribe-email {
  float: left;
  margin-top: 18px; }

.footer .footer-subscribe #subscribe-email input {
  font-family: "Montserrat", sans-serif;
  font-size: .9em;
  height: 40px;
  width: 100%; }

.footer .footer-subscribe #subscribe-text p {
  margin: 20px 0;
  text-transform: none; }

.footer .footer-subscribe #subscribe-submit {
  float: left;
  margin-top: 18px; }

.footer .footer-subscribe #subscribe-submit > input {
  background: #1d85bb;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 0.8em;
  height: 40px;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase; }
  .footer .footer-subscribe #subscribe-submit > input:hover {
    cursor: pointer; }

.footer-widgets .widget {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 30px; }
  .footer-widgets .widget:first-child {
    width: 33.33%; }
  .footer-widgets .widget a {
    font-size: 13px;
    text-transform: none;
    color: #c2c2c2; }
    .footer-widgets .widget a:hover {
      color: #ffffff; }
  .footer-widgets .widget ul li {
    padding: 0;
    border-bottom: none; }

.footer-widgets .widget-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px; }

/* Primary
----------------------------------------------- */
/* Containers */
.container-fluid {
  width: 100%; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container-fluid:after {
    clear: both; }

.main-content {
  margin-top: 50px;
  margin-bottom: 50px; }
  .main-content:before, .main-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .main-content:after {
    clear: both; }

/* Top Stories */
.topStories {
  position: relative;
  background: #ffffff; }

.topStories-module {
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .topStories-module::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: all .35s ease-in-out;
    background: rgba(34, 34, 34, 0.4); }

.topStories-square-lg {
  padding-bottom: 50%;
  border-bottom: 1px solid #ffffff; }

.topStories-square-sm {
  float: left;
  width: 50%;
  padding-bottom: 50%; }

.topStories-rect {
  padding-bottom: 50%;
  border-bottom: 1px solid #ffffff; }

.topStories-square-sm ~ .topStories-square-sm {
  border-left: 1px solid #ffffff; }

.topStories-content {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 15px;
  left: 10px; }
  .topStories-content span {
    margin-bottom: 6px; }

.topStories-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 10px;
  color: #ffffff;
  font-size: 24px; }

.topStories-square-lg .topStories-title {
  line-height: 1.2; }

.topStories-link {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0; }

.topStories-meta {
  margin-bottom: 5px; }

.topStories-category {
  display: inline-block;
  margin-right: 6px;
  padding: 3px 6px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  color: #ffffff;
  background: #1d85bb;
  font-size: 11px; }

.topStories-date {
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(204, 204, 204, 0.6); }

.topStories-square-sm .topStories-date {
  display: none; }

.topStories-rect .topStories-date {
  display: none; }

/* Homepage Post Columns */
.postsPrimary .page,
.postsPrimary .post,
.postsSecondary .page,
.postsSecondary .post {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .postsPrimary .page:last-child,
  .postsPrimary .post:last-child,
  .postsSecondary .page:last-child,
  .postsSecondary .post:last-child {
    border: none; }

.postsPrimary .date,
.postsSecondary .date {
  display: block;
  margin: 0;
  padding: 0;
  color: #909090; }

.postsPrimary .entry-title,
.postsSecondary .entry-title {
  line-height: 1.2;
  display: block;
  margin: 3px 0 8px -2px;
  padding: 0; }

.postsPrimary .entry-title a,
.postsSecondary .entry-title a {
  color: #000000; }

.postsPrimary .entry-media,
.postsSecondary .entry-media {
  margin: 0;
  padding: 10px 0 0; }

.single-video {
  margin-bottom: 20px; }

/* Homepage First Column Post Content */
.postsPrimary {
  padding: 0 20px 20px 20px; }
  .postsPrimary .post {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
  .postsPrimary .primary-thumbnail {
    width: 100%;
    margin: 20px 0; }
  .postsPrimary .entry-title {
    overflow: hidden;
    width: 100%; }
  .postsPrimary .meta {
    float: left;
    overflow: hidden;
    width: 89%; }

.PostsSecondary-category,
.PostsPrimary-category {
  letter-spacing: .1em;
  color: #494949;
  border-bottom: 3px solid #ebebeb; }

/* Homepage Second/Middle Column Post Content */
.postsSecondary {
  border-right: 1px solid #ddd; }
  .postsSecondary .entry-header img {
    width: 100%; }
  .postsSecondary .entry-title {
    overflow: hidden;
    width: 100%; }
  .postsSecondary .meta {
    float: left;
    overflow: hidden;
    width: 89%; }

.featuredMain {
  position: relative; }

.featuredMain-content {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-top: 1px solid #ffffff;
  background: #ebebeb; }

.featuredMain-link {
  margin: 0;
  padding: 0;
  color: #000000; }

/* Posts styles */
.entry-title {
  margin: 0 0 5px 0;
  padding: 0; }

.meta a {
  font-weight: 300;
  transition: all .35s ease-in-out;
  text-transform: uppercase;
  color: #1d85bb; }
  .meta a:hover {
    transition: all .35s ease-in-out;
    color: #000000; }

.author-name {
  font-family: "Droid Serif", Serif;
  font-style: italic;
  display: block;
  padding: 0 0 20px;
  color: #7d7d7d; }

.continue-reading {
  font-weight: 400;
  display: block;
  margin: 5px 0 0;
  transition: all .35s ease-in-out;
  text-transform: uppercase;
  color: #1d85bb; }
  .continue-reading:hover {
    transition: all .35s ease-in-out;
    color: #000000; }

.entry-content {
  padding: 10px 0 0; }

/* Search */
form > div {
  position: relative; }

.widget-search {
  margin-bottom: 20px;
  padding: 10px 0; }

.search-input {
  width: 100%;
  margin: 0 auto;
  padding: 12px 32px 12px 8px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2f2f2f;
  border: none;
  outline: none;
  background: #ffffff; }

.no-results .search-input {
  background: #eeeeee;
  margin: 15px 0; }

.search-input-header {
  padding: 10px 10px 8px;
  border: 1px solid #999; }

.search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background: url(assets/images/search.svg) no-repeat top left;
  background-color: transparent;
  background-size: contain; }

.search-btn-header {
  width: 30px;
  height: 30px; }

/* Placeholder styles */
::-webkit-input-placeholder {
  font-weight: 200;
  color: #909090; }

::-moz-placeholder {
  font-weight: 200;
  color: #909090; }

:-ms-input-placeholder {
  font-weight: 200;
  color: #909090; }

/* Social sharing styles */
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: 22px !important; }

.icons {
  position: absolute;
  top: 5px;
  right: 10px; }

/* Single post/page */
.single-post .site-main .social-sharing {
  margin: 0 0 20px; }

.single-post .site-main .entry-header .date {
  padding-left: 10px;
  text-transform: uppercase;
  color: #909090; }

.single-post .site-main .entry-header img {
  width: 100%; }

.singleBanner {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
  background: fixed no-repeat;
  background-position: center center;
  background-size: cover; }

@media all and (max-width: 1024px) {
  .singleBanner {
    background-attachment: scroll; } }

/* Pagination */
.pagination {
  display: inline-block;
  width: auto;
  margin: 40px 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #eee; }

.page-numbers {
  padding: 10px; }

.next {
  text-align: center;
  border-left: 1px solid #eee; }

.prev {
  text-align: center;
  border-right: 1px solid #eee; }

/* Post author area */
.postAuthor {
  padding: 50px 0 0; }

.postAuthor-info {
  position: relative; }

.postComments-title,
.postAuthor-title {
  color: #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 30px 0 15px; }

.postAuthor-name {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px; }

.postAuthor-email {
  font-style: normal;
  font-size: 12px;
  display: block;
  padding-left: 24px;
  text-transform: uppercase;
  color: #2f2f2f;
  line-height: 1;
  background: url("./assets/images/email.png") left top no-repeat;
  background-size: auto 11px; }

.postAuthor-avatar {
  width: 48px;
  position: absolute;
  margin: 15px 15px 15px 0; }
  .postAuthor-avatar img {
    display: block;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px; }

.postAuthor-content {
  padding: 15px 0 15px 68px; }

.postAuthor-description {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px;
  color: #2f2f2f; }

.postAuthor .avatar {
  width: 300px; }

.postComments-title {
  position: relative;
  padding-right: 48px; }
  .postComments-title span {
    position: absolute;
    right: 0;
    padding: 6px 12px;
    color: #ffffff;
    background: #2f2f2f;
    line-height: 1;
    font-style: normal;
    font-size: 14px; }
    .postComments-title span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 24px solid #2f2f2f;
      bottom: -6px;
      left: 6px;
      z-index: -1; }

/* Video */
.video {
  position: relative; }
  .video::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: all .35s linear;
    background: rgba(0, 0, 0, 0); }

.video:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: all .35s linear;
  background: rgba(0, 0, 0, 0.6); }

.video:hover .icon-play {
  opacity: .8; }

/* Page Styles */
.page-title {
  margin: 10px 0;
  padding: 0; }

.archive .post {
  padding: 30px 0; }

/* Entry Content Styles
----------------------------------------------- */
.home .entry-content {
  font-size: 16px; }

.entry-content {
  color: #3d3e40; }

.entry-content h1,
.comment-content h1 {
  font-size: 34px;
  line-height: 1.2; }

.entry-content h2,
.comment-content h2 {
  font-size: 22px;
  font-family: "Droid Serif", Serif; }

.entry-content h3,
.comment-content h3 {
  font-size: 20px;
  font-weight: 700; }

.entry-content h4,
.comment-content h4 {
  font-size: 18px; }

.entry-content h5,
.comment-content h5 {
  font-size: 16px;
  text-transform: uppercase; }

.entry-content h6,
.comment-content h6 {
  font-size: 14px; }

.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table,
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content hr,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content dd,
.comment-content table {
  margin-bottom: 15px; }

.entry-content strong,
.entry-content b,
.comment-content strong,
.comment-content b {
  font-weight: 700; }

.entry-content em,
.comment-content em {
  font-style: italic; }

.entry-content dt,
.comment-content dt {
  font-weight: bold; }

.entry-content table,
.entry-content th,
.entry-content td,
.comment-content table,
.comment-content th,
.comment-content td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1); }

.entry-content table,
.comment-content table {
  width: 100%;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px; }

.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left; }

.entry-content th,
.comment-content th {
  font-weight: 700;
  border-width: 0 1px 1px 0; }

.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0; }

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  padding: .4em; }

.entry-content ol,
.entry-content ul,
.comment-content ol,
.comment-content ul {
  margin-left: 22px; }

.entry-content ol li,
.comment-content ol li {
  list-style-type: decimal; }
  .entry-content ol li ol,
  .comment-content ol li ol {
    margin-bottom: 0; }

.entry-content ul li,
.comment-content ul li {
  list-style-type: disc; }
  .entry-content ul li ul,
  .comment-content ul li ul {
    margin-bottom: 0; }

.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft,
.comment-content .alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.entry-content .alignright,
.comment-content .alignright {
  float: right;
  margin: 0 0 15px 15px; }

.entry-content .aligncenter,
.comment-content .aligncenter {
  margin: 0 auto;
  display: block; }

.entry-content .wp-caption,
.comment-content .wp-caption {
  max-width: 100% !important; }

.entry-content .wp-caption-text,
.comment-content .wp-caption-text {
  font-size: 12px; }

.entry-content small,
.comment-content small {
  font-size: 75%; }

.entry-content address p,
.comment-content address p {
  margin-bottom: 0; }

.entry-content pre,
.comment-content pre {
  font-family: monospace;
  display: block;
  margin: 15px 0;
  padding: 15px;
  white-space: pre-wrap;
  background: #f0f0f0;
  line-height: 1;
  font-size: 1rem; }

.entry-content sub,
.entry-content sup,
.comment-content sub,
.comment-content sup {
  font-size: 11px;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.entry-content sup,
.comment-content sup {
  top: -.5em; }

.entry-content sub,
.comment-content sub {
  bottom: -.25em; }

.entry-content blockquote,
.comment-content blockquote {
  color: #909090;
  font-style: italic;
  margin: 25px 0 25px 2.5%;
  padding: 0 0 0 2.5%;
  border-left: 1px solid #ebebeb; }

.page-template-template-portfolio .main-content {
  margin-top: 0; }

.section-header.filter {
  margin: 20px 0; }
  .section-header.filter .inner {
    padding: 30px; }
    .section-header.filter .inner p {
      margin: 0;
      font-size: 1.4em; }
    .section-header.filter .inner .filter-list {
      display: table;
      margin: 0 auto; }
      .section-header.filter .inner .filter-list ul {
        list-style: none; }
        .section-header.filter .inner .filter-list ul li {
          display: inline-block; }
          .section-header.filter .inner .filter-list ul li a {
            display: inline-block;
            margin: 0 0.5em;
            padding: 1.5em 1.25em;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            letter-spacing: 0.05em;
            line-height: 1;
            text-transform: uppercase;
            cursor: pointer; }
            .section-header.filter .inner .filter-list ul li a:hover {
              color: #2f2f2f; }

.grid-item.portfolio {
  background-size: cover;
  outline: 1px solid #ffffff;
  padding: 0 0 20%; }

.portfolio-module {
  overflow: hidden; }

.portfolio-content {
  bottom: 30px;
  position: absolute;
  left: 30px;
  right: 20px;
  z-index: 100; }

/* Portfolio page template */
.portfolio-module::after {
  background: rgba(34, 34, 34, 0.4) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.35s ease-in-out 0s; }

.portfolio-module:hover:after {
  background: transparent; }

.portfolio-category {
  background: #1d85bb none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  line-height: 1.6;
  margin-right: 6px;
  opacity: 0.8;
  padding: 3px 6px;
  text-align: center;
  text-transform: uppercase; }

.portfolio-date {
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(204, 204, 204, 0.6); }

.portfolio-stories {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2; }

/* Sidebar & Widgets
----------------------------------------------- */
.banner-ad {
  text-align: right;
  margin-top: 30px;
  max-height: 100px;
  overflow: hidden; }
  .banner-ad img {
    display: inline-block;
    width: 100%; }

.banner-ad-link {
  display: inline-block; }

.sidebar-area {
  margin-top: 50px;
  padding: 30px 30px 40px; }
  .sidebar-area .widget-title {
    margin-bottom: 8px;
    color: #494949;
    border-bottom: 3px solid #494949; }
  .sidebar-area .widget {
    font-size: 12px;
    margin-bottom: 30px;
    max-width: 300px; }
    .sidebar-area .widget:last-child {
      margin-bottom: 0; }
  .sidebar-area .widget:first-child .widget-title {
    margin-top: 0; }

/* Main Widget Styles */
.widget ul {
  margin: 0;
  padding: 0; }
  .widget ul li {
    padding: 3px 0;
    border-bottom: 1px solid #000000;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .widget ul li:hover {
      color: #1d85bb;
      padding-left: 5px; }
    .widget ul li ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .widget ul a {
    font-size: 11px;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .widget ul a:hover {
      color: #1d85bb; }

/* Recent Entries */
.widget_archive a,
.widget_categories a,
.widget_recent_entries a {
  color: #494949;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .widget_archive a:hover,
  .widget_categories a:hover,
  .widget_recent_entries a:hover {
    color: #000000; }

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul {
  padding-left: 0; }

.widget_archive li,
.widget_categories li,
.widget_recent_entries li {
  font-weight: 400;
  padding: 3px 0;
  padding-left: 0;
  border-bottom: 1px solid #494949; }

/* Recent Comments */
.massive_news_widget_recent_comments {
  float: left;
  width: 100%;
  color: #7d7d7d; }
  .massive_news_widget_recent_comments .recentcomments {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none; }
  .massive_news_widget_recent_comments ul {
    padding-left: 0; }
  .massive_news_widget_recent_comments .comment-author-link {
    font-weight: 400;
    padding-right: 5px;
    color: #000000; }
    .massive_news_widget_recent_comments .comment-author-link a {
      color: #000000; }
  .massive_news_widget_recent_comments .date {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    color: #7d7d7d; }
  .massive_news_widget_recent_comments .recentcomments-avatar {
    position: absolute;
    top: 0;
    left: 0; }
    .massive_news_widget_recent_comments .recentcomments-avatar img {
      float: left;
      margin-top: 3px;
      margin-right: 10px;
      border-radius: 50%; }
  .massive_news_widget_recent_comments .recentcomments-desc {
    display: block;
    min-height: 64px;
    padding-left: 80px; }

/* Calendar */
.widget_calendar {
  width: 100%; }
  .widget_calendar #wp-calendar {
    width: 100%; }
  .widget_calendar #wp-calendar caption {
    color: #333;
    margin: 10px 0 15px 0;
    text-align: left; }
  .widget_calendar #wp-calendar thead th {
    padding-bottom: 10px; }
  .widget_calendar #wp-calendar tbody {
    color: #aaa; }
  .widget_calendar #wp-calendar tbody td {
    background: #f5f5f5;
    text-align: center;
    padding: 8px; }
  .widget_calendar #wp-calendar tbody td:link:hover {
    color: #fff; }
  .widget_calendar #wp-calendar tbody .pad {
    background: none; }
  .widget_calendar #wp-calendar tfoot #prev,
  .widget_calendar #wp-calendar tfoot #next {
    text-transform: uppercase;
    padding: 10px 0 0 0; }
  .widget_calendar #wp-calendar tfoot #next {
    text-align: right; }

/* RSS Feed Widget */
.widget_rss ul a {
  display: block;
  font-size: 1.125em;
  width: 100%; }

.widget_rss ul li {
  padding: 20px 0; }
  .widget_rss ul li:hover {
    color: #000000;
    transition: none;
    padding: 20px 0; }

.widget_rss .rssSummary {
  margin: 10px 0; }

/* Search */
.widget_search .search-input {
  background: #eaeaea; }

/* Ads */
#wp125adwrap_2c .wp125ad {
  height: 125px;
  padding: 0; }

#wp125adwrap_2c .wp125ad.even {
  margin: 0 59px 59px 0; }

/* Comment area
----------------------------------------------- */
.comments-area {
  padding: 50px 0; }

.comment-meta {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.comment-author a {
  color: #373738; }

.comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  color: #7d7d7d; }
  .comment-metadata a {
    color: #7d7d7d; }
  .comment-metadata .edit-link,
  .comment-metadata .reply {
    margin: 0 0 0 10px; }

.comment {
  position: relative; }
  .comment .avatar {
    border-radius: 50%;
    max-width: 64px;
    height: auto;
    position: absolute;
    top: 15px; }

.comment-body {
  width: 100%;
  padding-left: 80px;
  padding: 15px 0 15px 80px; }

.comment-content {
  font-size: 12px;
  color: #7d7d7d; }

.comment-respond {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #000000; }

.comment-reply-title {
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
  color: #2f2f2f; }

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  display: block;
  margin-bottom: 15px; }
  .comment-form-author label,
  .comment-form-author .required,
  .comment-form-email label,
  .comment-form-email .required,
  .comment-form-comment label,
  .comment-form-comment .required {
    color: #494949;
    font-family: "Lato", sans-serif;
    font-size: 12px; }
  .comment-form-author input,
  .comment-form-author textarea,
  .comment-form-email input,
  .comment-form-email textarea,
  .comment-form-comment input,
  .comment-form-comment textarea {
    border: 1px solid #494949;
    display: block;
    font-weight: 200;
    padding: 10px;
    min-width: 50%; }
  .comment-form-author textarea,
  .comment-form-email textarea,
  .comment-form-comment textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }

.form-submit {
  display: block;
  margin-top: 30px; }

.error404 .site {
  background: #ffffff; }

.error404 .page-title {
  color: #000000;
  margin-bottom: 0; }

.error404 .site-main {
  background: #ffffff; }
  .error404 .site-main p {
    color: #000000;
    display: block;
    margin-bottom: 40px; }

.error404 .widget {
  margin: 0 0 40px; }

/* Primary
----------------------------------------------- */
.icon-menu {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 35px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #1d85bb; }

.icon-facebook-footer,
.icon-twitter-footer,
.icon-feed-footer,
.icon-linkedin-footer,
.icon-google-plus-footer,
.icon-vimeo-footer,
.icon-instagram-footer {
  width: 35px;
  height: 45px;
  padding: 5px;
  transition: all .35s ease-in-out;
  fill: #ffffff; }
  .icon-facebook-footer:hover,
  .icon-twitter-footer:hover,
  .icon-feed-footer:hover,
  .icon-linkedin-footer:hover,
  .icon-google-plus-footer:hover,
  .icon-vimeo-footer:hover,
  .icon-instagram-footer:hover {
    transition: all .35s ease-in-out;
    fill: #2da2de; }

.icon-facebook-footer:hover {
  fill: #3c5a98; }

.icon-twitter-footer:hover {
  fill: #2fb9fc; }

.icon-feed-footer:hover {
  fill: #fa842e; }

.icon-linkedin-footer:hover {
  fill: #4f92d6; }

.icon-google-plus-footer:hover {
  fill: #f65903; }

.icon-vimeo-footer:hover {
  fill: #2fb9fc; }

.icon-instagram-footer:hover {
  fill: #91795e; }

.icon-search {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  transition: all .35s ease-in-out;
  fill: #1d85bb; }
  .icon-search:hover {
    transition: all .35s ease-in-out;
    fill: #2da2de; }

.icon-close {
  height: 40px;
  position: relative;
  top: 5px;
  right: 5px;
  width: 40px; }

.icon-play {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding: 0;
  transition: opacity .35s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
  fill: #ffffff; }
  .icon-play:hover {
    transition: opacity .35s ease-in-out;
    opacity: 1; }

.icon-play-primary {
  fill: #1d85bb;
  position: relative;
  top: -2px;
  left: -3px;
  float: left;
  width: 28px;
  height: 28px;
  padding: 5px; }

.icon-play-secondary {
  float: left;
  width: 30px;
  height: 30px;
  padding: 3px 0 8px; }

.icon-keyboard-arrow-left,
.icon-keyboard-arrow-right {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #1d85bb; }

.follow-us {
  display: block;
  margin: 10px 0; }

.press-logo {
  position: relative;
  top: -11px;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #ffffff; }

@keyframes selectionSharerPopover-animation {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
    filter: alpha(opacity=0); }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
    filter: alpha(opacity=70); }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100%,
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

#selectionSharerPopover {
  position: absolute;
  z-index: 1010;
  top: -100px;
  left: -100px;
  display: none; }

#selectionSharerPopover:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1d85bb;
  box-shadow: 0 0 2px #1d85bb; }

#selectionSharerPopover.anim {
  transition: top .075s ease-out;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
  animation: selectionSharerPopover-animation 180ms forwards linear; }

#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid;
  border-color: transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, rgba(29, 133, 187, 0.97), #1d85bb);
  background-repeat: repeat-x;
  box-shadow: 0, inset 0 0 0 rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15); }

#selectionSharerPopover .selectionSharerPopover-clip {
  line-height: 24px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  display: block;
  clip: rect(12px 24px 24px 0);
  width: 24px;
  height: 24px;
  margin-left: -12px; }

#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  border: 2px solid #1d85bb;
  background-color: #1d85bb; }

.selectionSharer ul {
  display: inline;
  padding: 0; }

.selectionSharer ul li {
  float: left;
  margin: 0;
  list-style: none;
  background: 0 0; }

.selectionSharer a.action {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  text-indent: -200px;
  border: none; }

.selectionSharer a:hover {
  color: #ccc; }

.selectionSharer a.tweet {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="139"><g transform="translate(-282.32053,-396.30734)"><path style="fill:white" d="m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z" /></g></svg>') 2px/18px no-repeat; }

.selectionSharer a.facebook {
  display: none;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 33 33" width="25" height="25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="fill:white" d="M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z"></path></g></svg>') 0/18px no-repeat; }

.selectionSharer a.linkedin {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"><path fill="white" d="M343.999,2812.002C222.998,2770,155,2672.002,155,2540c0-62.002,5-85,27.998-132.998 c108.003-219.004,459.004-206.001,560,21.997c16.001,36.001,18.003,60,15,125c-5,97.002-27.998,146.001-91.997,203.003 C586.001,2827.002,453.999,2850,343.999,2812.002z"/> <path fill="white" d="M2035.996,2052.998c-150.996-31.997-257.998-92.998-365-210l-68.994-75l-7.002,79.004 c-5,42.998-10.996,100.996-14.004,127.998l-5.996,50l-253.999,2.998L1067.998,2030l6.001-62.002c3.003-35,8.999-452.998,12.002-930 L1092.998,170h288.003H1670l2.002,597.998C1675,1365,1675,1365,1697.998,1410.996c34.004,70,87.002,125.005,150,156.006 c75,36.997,192.998,38.999,257.998,5c59.004-31.001,111.006-95,137.002-172.002c21.006-64.004,22.002-77.002,25-647.002 L2270.996,170h290h290l-3.994,642.998c-2.998,547.998-6.006,652.002-20,707.002c-42.998,172.998-97.002,280-187.998,371.001 C2494.004,2037.998,2257.002,2101.001,2035.996,2052.998z"/><path fill="white" d="M167.002,2022.998c-4.004-2.998-7.002-421.997-7.002-930V170h295h295l-2.002,927.998L745,2025 l-286.001,2.998C302.002,2028.999,171.001,2027.002,167.002,2022.998z"/></g></svg>') 2px/18px no-repeat; }

.selectionSharer a.email {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="64"><g transform="translate(-10, -10)" fill="transparent"><rect x="0" y="0" width="114" height="114"></rect><path d="M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z" stroke="white" stroke-width="5"></path></g></svg>') 0/20px no-repeat; }

#selectionSharerPopunder.fixed {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  transition: bottom .5s ease-in-out; }

.selectionSharer {
  transition: -webkit-transform .6s ease-in-out; }

.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0); }

#selectionSharerPopunder {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: height .5s ease-in-out;
  border: none;
  border-radius: 0;
  background: #ccc;
  box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5); }

#selectionSharerPopunder.show {
  height: 50px; }

.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  transition: height .5s ease-in-out; }

.selectionSharerPlaceholder.show {
  height: 50px !important; }

#selectionSharerPopunder-inner ul {
  float: right;
  overflow: hidden;
  margin: 0; }

#selectionSharerPopunder-inner ul li {
  overflow: hidden;
  padding: 5px 4px 5px 1px; }

#selectionSharerPopunder-inner label {
  font-weight: 300;
  line-height: 50px;
  margin: 0 7px 0 10px;
  color: #fff; }

#selectionSharerPopunder-inner a {
  width: 25px;
  height: 25px;
  background-size: 25px; }

#selectionSharerPopunder-inner a.tweet {
  background-position: 0 2px; }

/*
 *  Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .caption-inner {
  padding-left: 30px;
  padding-right: 15px; }

.owl-carousel .owl-item .item {
  position: relative; }

.owl-carousel .owl-item .item .slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.owl-carousel .owl-item .item .slider-caption {
  position: absolute;
  background: url(assets/images/trans.png) repeat;
  top: 0;
  right: 0;
  bottom: 0; }

.owl-carousel .owl-item .item .slider-caption .slider-title {
  padding: 30px 0; }

.owl-carousel .owl-item .item .slider-caption p {
  font-size: 1.2em;
  line-height: 2;
  color: #303030; }

.owl-carousel .owl-item .item .slider-caption .read_more {
  color: #303030;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  font-weight: 600;
  margin: 30px 0 15px;
  display: block; }

.owl-theme .owl-buttons div {
  top: 50%;
  width: 100%;
  margin-top: -30px;
  color: #FFF;
  zoom: 1;
  *display: inline;
  filter: alpha(opacity=50);
  opacity: .5;
  width: 34px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.owl-prev {
  background: url(assets/images/arrow-prev.svg) no-repeat center center;
  left: 2em; }

.owl-next {
  background: url(assets/images/arrow-next.svg) no-repeat center center;
  right: 2em; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

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

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

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

.slideshow {
  margin: 40px auto 0;
  max-width: 80%; }

.gallery-slider-img {
  display: block;
  margin: 0 auto; }

/* Media Queries */
@media (min-width: 768px) {
  /* Basic Setup
----------------------------------------------- */
  .hdg_0 {
    font-size: 53px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0; }
  .hdg_1 {
    font-size: 36px; }
  .hdg_2 {
    font-size: 24px;
    line-height: 1.2; }
  .hdg_3 {
    font-size: 26px; }
  /* Primary
----------------------------------------------- */
  .banner-ad {
    margin-top: 0; }
  .topStories-content {
    right: 20px;
    bottom: 15px;
    left: 30px; }
  .topStories-square-sm .topStories-date {
    display: inline-block; }
  .topStories-rect .topStories-date {
    display: inline-block; }
  .postAuthor-avatar {
    width: 96px; }
  .postAuthor-content {
    padding: 15px 0 15px 110px; }
  /* Header
----------------------------------------------- */
  .admin-bar .header-top {
    top: 32px; }
  .header-top {
    height: auto; }
  .site-title {
    text-align: left; }
  /* Footer
----------------------------------------------- */
  .footer-social {
    text-align: right; }
  .footer-widgets .widget {
    margin-bottom: 0; }
  /* Navigation
----------------------------------------------- */
  .main-navigation {
    display: block !important;
    background: #eeeeee;
    margin: 0;
    padding: 0 50px 0 0;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    float: left; }
    .main-navigation ul {
      float: left;
      padding: 0; }
    .main-navigation li {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0;
      position: relative;
      /* Second Level Dropdown */ }
      .main-navigation li .children,
      .main-navigation li .sub-menu {
        background: #eeeeee;
        display: none;
        min-width: 180px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        width: auto;
        z-index: 800; }
        .main-navigation li .children li,
        .main-navigation li .sub-menu li {
          background: none;
          color: #252525;
          display: block;
          float: none;
          font-weight: normal;
          line-height: 1.5;
          margin: 0;
          padding: 0;
          position: relative;
          width: 100%;
          /* Third Level Dropdown */ }
          .main-navigation li .children li::after,
          .main-navigation li .sub-menu li::after {
            border-right: none; }
          .main-navigation li .children li a,
          .main-navigation li .sub-menu li a {
            color: #252525;
            display: block;
            margin: 0;
            padding: 7px 15px;
            width: 100%;
            text-align: left;
            transition: none; }
            .main-navigation li .children li a:hover,
            .main-navigation li .sub-menu li a:hover {
              background: #909090;
              color: #ffffff;
              transition: none; }
          .main-navigation li .children li .children,
          .main-navigation li .children li .sub-menu,
          .main-navigation li .sub-menu li .children,
          .main-navigation li .sub-menu li .sub-menu {
            background: #eee;
            display: none;
            position: absolute;
            top: 0;
            left: 180px; }
          .main-navigation li .children li:hover ul,
          .main-navigation li .sub-menu li:hover ul {
            display: block;
            /* Activate Third Level Dropdown */ }
      .main-navigation li:hover ul {
        display: block;
        /* Activate Second Level Dropdown */ }
    .main-navigation li.current-menu-item > a,
    .main-navigation li.current_page_item > a {
      background: #252525;
      color: #ffffff; }
    .main-navigation .sub-menu li.current-menu-item > a,
    .main-navigation .sub-menu li.current_page_item > a {
      background: none;
      color: #000000; }
    .main-navigation a {
      color: #252525;
      font-weight: 300;
      margin: 0;
      padding: 15px;
      transition: none; }
    .main-navigation a:hover {
      background: #909090;
      color: #ffffff;
      transition: none; }
    .main-navigation a.btn:hover {
      color: #ffffff; }
  /* Primary
----------------------------------------------- */
  .icon-menu {
    display: none; }
  .follow-us {
    display: inline;
    margin: 0 15px 0 0;
    position: relative;
    top: -15px; } }

@media (min-width: 992px) {
  /* Primary
----------------------------------------------- */
  .topStories-module {
    padding-bottom: 40%; }
  .topStories-module:hover::after {
    transition: all .35s ease-in-out;
    background: rgba(34, 34, 34, 0.2); }
  .topStories-rect {
    padding-bottom: 20%;
    border-bottom: 1px solid white;
    border-left: 1px solid white; }
  .topStories-square-sm {
    position: relative;
    width: 25%;
    padding-bottom: 20%;
    border-left: 1px solid white; }
    .topStories-square-sm .topStories-title {
      font-size: 28px; }
    .topStories-square-sm:before {
      position: absolute;
      top: auto;
      bottom: 0;
      z-index: 9;
      left: 0;
      display: block;
      display: block;
      width: 100%;
      height: 1px;
      content: '';
      background: #ffffff; }
  .topStories-content {
    right: 20px;
    bottom: 15px;
    left: 30px; }
  .banner-ad {
    text-align: right; }
  /* Sidebar & Widgets
----------------------------------------------- */
  .sidebar-area {
    margin-top: 0; } }

@media (min-width: 1300px) {
  /* Primary
----------------------------------------------- */
  .main-content-home {
    padding: 30px 60px;
    max-width: none; }
  .topStories-content {
    bottom: 15px;
    left: 30px;
    right: 20px; }
  .topStories-title {
    font-size: 44px; }
  .topStories-square-sm .topStories-title {
    font-size: 34px; }
  .postsPrimary {
    border-right: 1px solid #ddd; } }

@media (max-width: 992px) {
  .footer .footer-subscribe .gform_widget .gfield_description,
  .footer .footer-subscribe .ginput_container.ginput_container_email,
  .footer .footer-subscribe .gform_wrapper .top_label input.large,
  .footer .footer-subscribe .gform_wrapper .top_label select.large,
  .footer .footer-subscribe .gform_wrapper .top_label input.medium,
  .footer .footer-subscribe .gform_wrapper .top_label select.medium,
  .footer .footer-subscribe .gform_wrapper .top_label input.small,
  .footer .footer-subscribe .gform_wrapper .top_label select.small {
    float: none;
    width: 100%; }
  .footer .footer-subscribe .gform_footer.top_label {
    position: relative; }
  .footer .footer-subscribe .gform_wrapper .gform_footer {
    padding: 0; }
  .footer .footer-subscribe #subscribe-text,
  .footer .footer-subscribe #subscribe-email {
    float: none;
    margin: 0;
    width: 100%; }
  .footer-meta,
  .footer-social {
    text-align: center; }
  .sidebar-area {
    margin-top: 0;
    padding: 30px 0; }
    .sidebar-area .widget {
      max-width: 100%; }
  .footer-widgets .widget:first-child {
    width: 100%; } }

@media (max-width: 768px) {
  .header-top {
    position: relative; }
  .site-branding {
    margin: 0; }
  .site-title-wrap {
    margin: 0 auto; }
  .header-search #searchform input#s {
    font-size: 3rem; }
  .grid-item.portfolio {
    width: 100%; } }

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