/* Typography */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/droid-sans/DroidSans.ttf") format("truetype");
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/droid-sans/DroidSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Exo';
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/fonts/exo/Exo-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Microbrew One W01 Regular';
  src: url("../../assets/fonts/microbrew_one/eb092394-25d9-4d0c-bc6c-d72d734af0f0.eot?#iefix");
  src: url("../../assets/fonts/microbrew_one/eb092394-25d9-4d0c-bc6c-d72d734af0f0.eot?#iefix") format("eot"), url("../../assets/fonts/microbrew_one/2b6a2c7d-1336-4d69-9d1b-4af8fb2ec4c1.woff2") format("woff2"), url("../../assets/fonts/microbrew_one/cde20eef-a0fc-4fa3-b29a-74fb14ca9da9.woff") format("woff"), url("../../assets/fonts/microbrew_one/d9bae094-1138-482d-8824-bc01b63243dd.ttf") format("truetype"), url("../../assets/fonts/microbrew_one/dd9316c4-2dba-4d66-88ec-dde15d141b4f.svg#dd9316c4-2dba-4d66-88ec-dde15d141b4f") format("svg");
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.light {
  font-family: "Droid Sans", sans-serif, sans-serif;
  font-weight: 300;
}

.regular, p, .main-nav .copyright span, .main-nav .copyright ul.legal-links li a, .article-body p, .comments-area h2.comments-title, .comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea, footer.footer .inline-list {
  font-family: "Droid Sans", sans-serif, sans-serif;
  font-weight: 400;
}

.specialCopy, .section-title,
.news_widget-title, #masthead .mobile-nav-btn, .main-nav ul, .main-nav .user-links input, .main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul li a, aside#side-bar .aside-wrapper ul li, .article-meta, .article-header .article-header-info .post-categories li a, .related-links-list ul li a, .article-footer .tags-links a, .btn-container .article-btn, #search #no-result input {
  font-family: "Exo", sans-serif, sans-serif;
  font-weight: normal;
}

.bold, h1, .entry-title, #search .search-result .entry-title, footer.footer .back-to-top {
  font-family: "Microbrew One W01 Regular", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

h1 {
  font-size: 1.980em;
}

.entry-title {
  margin: 0;
  padding: 15px 0;
  line-height: 100%;
  font-weight: 300;
}
.entry-title a {
  text-rendering: optimizeLegibility;
}

.section-title,
.news_widget-title {
  display: block;
  line-height: 110%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  color: #000;
}

.news_widget-title {
  margin: 15px 0;
  padding: 0 15px;
}
.news_widget-title a {
  color: #000;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.news_widget-title a:hover {
  color: #df1837;
}
.news_widget-title strong,
.news_widget-title span.search_term {
  color: #df1837;
}

p {
  line-height: 1.480em;
  font-size: 1rem;
  color: #676767;
}
p a {
  z-index: 1;
  position: relative;
  color: #df1837;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}
p a:visited {
  color: purple;
}
p a:focus {
  color: #000;
  text-decoration: underline;
}
p a[href$="/feed/"],
p a[href$="/feed"] {
  display: block;
  padding-left: 24px;
  min-height: 16px;
  line-height: 20px;
  background: url(../images/icon_rss.png) 0 0 no-repeat;
}

a {
  text-decoration: none;
}

i {
  text-transform: none;
}

meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left, .article-body .alignleft {
  float: left !important;
}

.right, .article-body .alignright {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, footer.footer .inline-list .row.collapse > li,
.row.collapse > .columns,
.sharedaddy .sd-content ul .row.collapse > li {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column, footer.footer .inline-list li,
.columns,
.sharedaddy .sd-content ul li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, footer.footer .inline-list li,
  .columns,
  .sharedaddy .sd-content ul li {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3, .sharedaddy .sd-content ul li {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered, footer.footer .inline-list li.small-centered,
  .columns.small-centered,
  .sharedaddy .sd-content ul li.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered, footer.footer .inline-list li.small-uncentered,
  .columns.small-uncentered,
  .sharedaddy .sd-content ul li.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child, footer.footer .inline-list li.small-centered:last-child,
  .columns.small-centered:last-child,
  .sharedaddy .sd-content ul li.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child, footer.footer .inline-list li.small-uncentered:last-child,
  .columns.small-uncentered:last-child,
  .sharedaddy .sd-content ul li.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite, footer.footer .inline-list li.small-uncentered.opposite,
  .columns.small-uncentered.opposite,
  .sharedaddy .sd-content ul li.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column, footer.footer .inline-list .row.small-collapse > li,
  .row.small-collapse > .columns,
  .sharedaddy .sd-content ul .row.small-collapse > li {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column, footer.footer .inline-list .row.small-uncollapse > li,
  .row.small-uncollapse > .columns,
  .sharedaddy .sd-content ul .row.small-uncollapse > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, footer.footer .inline-list li,
  .columns,
  .sharedaddy .sd-content ul li {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered, footer.footer .inline-list li.medium-centered,
  .columns.medium-centered,
  .sharedaddy .sd-content ul li.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered, footer.footer .inline-list li.medium-uncentered,
  .columns.medium-uncentered,
  .sharedaddy .sd-content ul li.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child, footer.footer .inline-list li.medium-centered:last-child,
  .columns.medium-centered:last-child,
  .sharedaddy .sd-content ul li.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child, footer.footer .inline-list li.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child,
  .sharedaddy .sd-content ul li.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite, footer.footer .inline-list li.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite,
  .sharedaddy .sd-content ul li.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column, footer.footer .inline-list .row.medium-collapse > li,
  .row.medium-collapse > .columns,
  .sharedaddy .sd-content ul .row.medium-collapse > li {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column, footer.footer .inline-list .row.medium-uncollapse > li,
  .row.medium-uncollapse > .columns,
  .sharedaddy .sd-content ul .row.medium-uncollapse > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, footer.footer .inline-list li,
  .columns,
  .sharedaddy .sd-content ul li {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3, .sharedaddy .sd-content ul li {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered, footer.footer .inline-list li.large-centered,
  .columns.large-centered,
  .sharedaddy .sd-content ul li.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered, footer.footer .inline-list li.large-uncentered,
  .columns.large-uncentered,
  .sharedaddy .sd-content ul li.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child, footer.footer .inline-list li.large-centered:last-child,
  .columns.large-centered:last-child,
  .sharedaddy .sd-content ul li.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child, footer.footer .inline-list li.large-uncentered:last-child,
  .columns.large-uncentered:last-child,
  .sharedaddy .sd-content ul li.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite, footer.footer .inline-list li.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .sharedaddy .sd-content ul li.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column, footer.footer .inline-list .row.large-collapse > li,
  .row.large-collapse > .columns,
  .sharedaddy .sd-content ul .row.large-collapse > li {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column, footer.footer .inline-list .row.large-uncollapse > li,
  .row.large-uncollapse > .columns,
  .sharedaddy .sd-content ul .row.large-uncollapse > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  .orbit-timer {
    display: none;
  }

  .orbit-next, .orbit-prev {
    display: none;
  }

  .orbit-bullets {
    display: none;
  }
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}
.panel.radius {
  border-radius: 3px;
}

#wpadminbar {
  position: fixed !important;
}

/* Header */
.leaderboard {
  text-align: center;
}
.leaderboard iframe {
  overflow: hidden;
}
@media only screen and (max-width: 635px) {
  .leaderboard.desktop, .leaderboard.tablet {
    display: none;
  }
  .leaderboard.mobile {
    display: block;
    background: #3b3b3b;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 636px) and (max-width: 1024px) {
  .leaderboard.desktop, .leaderboard.mobile {
    display: none;
  }
  .leaderboard.tablet {
    display: block;
    background: #3b3b3b;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1025px) {
  .leaderboard.desktop {
    display: block;
  }
  .leaderboard.tablet, .leaderboard.mobile {
    display: none;
  }
}
.leaderboard.tablet {
  height: 90px;
  overflow: hidden;
}
.leaderboard.mobile {
  height: 50px;
  overflow: hidden;
}

#masthead {
  z-index: 10000;
  position: relative;
  background: #3b3b3b;
  -moz-transition: padding 0.3s ease-in;
  -o-transition: padding 0.3s ease-in;
  -webkit-transition: padding 0.3s ease-in;
  transition: padding 0.3s ease-in;
}
@media print {
  #masthead {
    display: none;
  }
}
#masthead .home-logo {
  display: block;
  margin: 5px auto;
  width: 250px;
  height: 38px;
}
#masthead .home-logo img {
  display: block;
}
@media only screen and (max-width: 635px) {
  #masthead .home-logo {
    margin-top: 9px;
    margin-bottom: 9px;
    width: 200px;
    height: 30px;
  }
}
#masthead .mobile-nav-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  padding: 0 7px;
  height: 32px;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  color: #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 1023px) {
  #masthead .mobile-nav-btn {
    display: block;
  }
}
#masthead .mobile-nav-btn b,
#masthead .mobile-nav-btn span {
  display: block;
  float: left;
  height: 32px;
}
#masthead .mobile-nav-btn b {
  margin-right: 8px;
  width: 16px;
  background: url("../images/icon_burger.svg") center center no-repeat;
  opacity: 0.3;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 635px) {
  #masthead .mobile-nav-btn b {
    margin: 0;
  }
}
#masthead .mobile-nav-btn span {
  line-height: 32px;
  color: #f1f1f1;
}
@media only screen and (max-width: 635px) {
  #masthead .mobile-nav-btn span {
    display: none;
  }
}
#masthead .mobile-nav-btn.nav-active {
  background-color: #222;
}
#masthead .mobile-nav-btn.nav-active > b {
  opacity: 1;
}
#masthead .mobile-nav-btn.nav-active > span {
  color: #fff;
}
#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
}

body.admin-bar #masthead.sticky {
  top: 46px;
}
body.admin-bar .main-nav.sticky {
  top: 94px;
}
body.admin-bar .sharedaddy.sticky {
  top: 46px;
}

/* General */
body.nav-active {
  background: #3b3b3b;
}

.wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    margin: 0 auto;
    width: 1200px;
  }
}

.inner-wrap {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}
.inner-wrap.nav-active {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .inner-wrap {
    float: none;
    width: 100%;
  }
}
.inner-wrap .page-header h1 {
  margin: 15px 0 0;
  line-height: 110%;
}
.inner-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.edit-link {
  display: block;
  clear: both;
}
.edit-link a {
  padding: 5px 10px;
  border: 1px solid #3b3b3b;
  background: #f1f1f1;
  text-transform: uppercase;
  color: #3b3b3b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.edit-link a:hover {
  background: #bebebe;
  -moz-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

@-ms-viewport {
  width: device-width;
}
.orbit-container .orbit-slide-number {
  z-index: 0;
}

::selection,
::-moz-selection {
  background: #dd0912;
  background: rgba(221, 9, 18, 0.8);
  color: #fafafa;
}

/* Navigation */
@media only screen and (min-width: 1024px) {
  .mobile-nav .main-nav {
    display: none !important;
  }

  .inner-wrap .main-nav {
    display: block !important;
  }

    /* Open Weather Widget */

  .openweather-widget .ow-temp {
    font-size: 16px;
    width: 50%;
    text-align: left;
    clear: both;
    float: left;
  }

  .openweather-widget .widget-wind {
    width: 100%;
    float: none;
  }

  .openweather-widget .ow-windspeed {
    width: 50%;
    float: right;
    margin: -34px 0 0 0;
  }

}
@media only screen and (max-width: 1023px) {
  .mobile-nav .main-nav {
    display: block !important;
  }

  .inner-wrap .main-nav {
    display: none !important;
  }

    .openweather-widget .ow-type {
    width: 22%;
  }

  .openweather-widget .widget-wind {
    float: right;
    width: 50%;
  }

  .openweather-widget .ow-temp {
    font-size: 16px;
    clear: none;
    float: none; 
  }

  .openweather-widget .ow-windspeed {
    margin: 0;
  }
}
.main-nav {
  background: #f1f1f1;
}
.main-nav ul {
  padding-left: 0;
  list-style: none;
}
.main-nav ul a {
  text-decoration: none;
  color: #3b3b3b;
}
.main-nav #weather-data {
  padding: 0;
}
.main-nav #weather-data:after {
  content: "";
  display: block;
  clear: both;
}
.main-nav .user-links {
  margin: 0;
}
.main-nav .user-links .searchLink {
  clear: both;
  padding: 0 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ffffff;
}
.main-nav .user-links .searchLink form.searchform:after {
  content: "";
  display: block;
  clear: both;
}
.main-nav .user-links .searchLink .search-box {
  position: relative;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
}
.main-nav .user-links .searchLink .search-submit {
  display: block;
  float: right;
  width: 20px;
  height: 40px;
  background: url("../images/icon_search.png") center center no-repeat;
}
.main-nav .user-links .searchLink .search-box,
.main-nav .user-links .searchLink .search-submit {
  margin: 0;
  padding: 0;
  border: 0 none;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.main-nav .user-links li {
  padding: 10px 0;
}
.main-nav .user-links li .signIn {
  background-color: #FFF;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 10px;
}
.main-nav .user-links li a,
.main-nav .user-links li small {
  display: block;
  clear: both;
  text-align: center;
  line-height: 1.2em;
}
.main-nav .user-links li small {
  font-size: 0.75em;
}
.main-nav .user-links input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.main-nav .main-links {
  margin: 0;
}
.main-nav .main-links > li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.main-nav .main-links li {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-nav .main-links li.home-link a::before {
    content: "";
    display: block;
    float: left;
    margin: 2px 8px 2px 0;
    width: 16px;
    height: 16px;
    background: url("../images/icon_home.svg");
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav .main-links li.home-link {
    display: none;
  }
}
.main-nav .main-links li.menu-item-has-children:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(../images/icon_side-arrow.png) 0 0 no-repeat;
}
.main-nav .main-links li > a {
  text-transform: uppercase;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap {
  padding: 0;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news {
  background-color: #616161;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news p {
  z-index: 27;
  margin: 0;
  padding: 10px;
  font-size: 0.95em;
  color: #ddd;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news p span {
  font-weight: bold;
  color: #fff;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul {
  position: static;
  display: block;
  width: 100%;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul li {
  z-index: 28;
  border-bottom: 1px solid #666;
  padding: 0 !important;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul li a {
  z-index: 29;
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 10px 10px 10px 120px;
  min-height: 60px;
  line-height: 120%;
  text-transform: none;
  font-size: 0.95em;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul li a span {
  z-index: 30;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100px;
  height: 60px;
  outline: 1px solid #555;
  background-color: #666;
  background-size: cover;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap .latest-category-news ul li:last-child {
  border: 0 none;
}
.main-nav .main-links li ul.sub-menu-0 li.latest-news-wrap:hover {
  background-color: transparent;
}
.main-nav .vertical-links {
  margin: 0;
  background: #f1f1f1;
}
.main-nav .vertical-links li {
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  font-size: .85em;
  color: #f7f7f7;
}
.main-nav .vertical-links li:first-child {
  border-bottom: 1px solid #e4e4e4;
}
.main-nav .vertical-links li a {
  display: block;
  padding: 10px;
  font-size: 0.80rem;
  color: #3b3b3b;
}
.main-nav .copyright {
  padding: 10px;
}
.main-nav .copyright span {
  display: block;
  clear: both;
  font-size: 10px;
  text-decoration: none;
  color: #aaa;
}
.main-nav .copyright ul.legal-links {
  margin: 0;
}
.main-nav .copyright ul.legal-links li a {
  padding: 0;
  font-size: 10px;
  color: #aaa;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-nav .copyright ul.legal-links li a:hover {
  text-decoration: underline;
  color: #000;
}

.inner-wrap .main-nav {
  float: left;
  width: 170px;
}
.inner-wrap .main-nav .main-links li {
  z-index: 100;
  position: relative;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.inner-wrap .main-nav .main-links li ul {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  background: #555555;
}
.inner-wrap .main-nav .main-links li ul li {
  padding: 10px;
}
.inner-wrap .main-nav .main-links li ul li.latest-news-wrap .latest-category-news ul li {
  opacity: 0.75;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.inner-wrap .main-nav .main-links li ul li.latest-news-wrap .latest-category-news ul li:hover {
  opacity: 1;
}
.inner-wrap .main-nav .main-links li ul.sub-menu {
  display: block;
  display: none;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .inner-wrap .main-nav {
    width: 20%;
  }
  .inner-wrap .main-nav .main-links li.open {
    background-color: #555555;
  }
  .inner-wrap .main-nav .main-links li.open a {
    color: #fff;
  }
  .inner-wrap .main-nav .main-links li > a {
    display: block;
    width: 80%;
  }
  .inner-wrap .main-nav .main-links li ul.sub-menu {
    width: 300px;
  }
  .inner-wrap .main-nav .main-links li ul.sub-menu.nav-active {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .inner-wrap .main-nav .main-links li ul.sub-menu li a {
    display: block;
    color: #fff;
  }
  .inner-wrap .main-nav .main-links li ul li.latest-news-wrap .latest-category-news ul li {
    opacity: 1;
  }
  .inner-wrap .main-nav .main-links li ul li.latest-news-wrap .latest-category-news ul li a {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-wrap .main-nav .user-links .searchLink .search-submit:hover {
    cursor: pointer;
  }
  .inner-wrap .main-nav .main-links li {
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .inner-wrap .main-nav .main-links li:hover {
    background-color: #555555;
  }
  .inner-wrap .main-nav .main-links li:hover a {
    color: #fff;
  }
  .inner-wrap .main-nav .main-links li:hover ul.sub-menu {
    width: 300px;
  }
  .inner-wrap .main-nav .main-links li:hover > ul.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .inner-wrap .main-nav .main-links li a {
    display: block;
  }
  .inner-wrap .main-nav .main-links li ul li:hover {
    background-color: #3b3b3b;
  }
  .inner-wrap .main-nav .vertical-links li {
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .inner-wrap .main-nav .vertical-links li:hover {
    background-color: #555555;
  }
  .inner-wrap .main-nav .vertical-links li:hover > a {
    color: #fff;
  }
}
.inner-wrap ul.legal-links {
  margin-top: 8px !important;
  padding-top: 5px;
  border-top: 1px dashed #ddd;
}

.mobile-nav {
  display: none;
  width: 100%;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-nav.nav-active {
  display: block;
  visibility: visible;
}
.mobile-nav .main-nav .user-links .searchLink .search-box {
  width: 90%;
}
.mobile-nav .main-nav .main-links li {
  padding: 10px 0;
}
.mobile-nav .main-nav .main-links li > a {
  display: block;
  margin-left: 10px;
}
.mobile-nav .main-nav .main-links li.open {
  padding-bottom: 0;
}
.mobile-nav .main-nav .main-links li.open:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-nav .main-nav .main-links li ul {
  background: #555555;
}
.mobile-nav .main-nav .main-links li ul.sub-menu-0 {
  display: none;
  margin-top: 10px;
}
.mobile-nav .main-nav .main-links li ul.sub-menu-0 li {
  padding: 10px 0 0 0;
}
.mobile-nav .main-nav .main-links li ul.sub-menu-0 li.menu-item-has-children:after {
  display: none;
}
.mobile-nav .main-nav .main-links li ul.sub-menu-0 li.menu-item-has-children .sub-menu-1 {
  display: block;
}
.mobile-nav .main-nav .main-links li ul.sub-menu-0 li.menu-item-has-children .sub-menu-1 li a:before {
  content: "\00BB";
  display: inline-block;
  margin-right: 10px;
  font-size: 150%;
  color: #999;
}
.mobile-nav .main-nav .main-links li ul li a {
  display: block;
  width: auto;
  color: #fff;
}
.mobile-nav .main-nav .vertical-links li a {
  font-size: 1.1em;
}
.mobile-nav .main-nav .copyright span {
  font-size: 14px;
}
.mobile-nav .main-nav ul.legal-links {
  margin-top: 10px;
}
.mobile-nav .main-nav ul.legal-links li a {
  font-size: 14px;
}

/* Landing page */
.landing-page {
  float: left;
  background-color: #fff;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .landing-page {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .landing-page {
    width: 80%;
  }

  .landing-page.full-width {
    width:100%;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page {
    width: 700px;
  }

  .landing-page.full-width {
    width:1030px;
  }
}
.landing-page .home-panel {
  padding: 15px 0 0 0;
}
.landing-page .entry-title a {
  color: #ffffff;
}
.landing-page .infinite-wrap {
  clear: both;
}
.landing-page .page-header {
  margin-bottom: 15px;
}
.landing-page .dfp-ad {
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 250px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .landing-page .dfp-ad {
    display: none;
  }
}
.landing-page:after {
  content: "";
  display: block;
  clear: both;
}

.page header figure {
  margin: 0;
}

.post_listing {
  float: left;
  width: 100%;
}
.post_listing .article-head-wrap .large-7 {
  padding-right: 15px;
}
.post_listing .article-head-wrap .entry-title {
  margin: 15px 0 0;
  clear: both;
}

/* Sidebar */
aside#side-bar {
  position: relative;
  float: left;
  padding-bottom: 15px;
  width: 330px;
  height: 100%;
  background: #f1f1f1;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media print {
  aside#side-bar {
    display: none;
  }
}
aside#side-bar .aside-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
aside#side-bar .aside-wrapper .widget {
  margin: 15px 0 0 0;
  width: 100%;
  float: left;
}
aside#side-bar .aside-wrapper .widget:last-child {
  margin-bottom: 0;
}
aside#side-bar .aside-wrapper .widget-title {
  margin: 0;
  padding: 2px 10px;
  line-height: 1.480em;
  background: #3b3b3b;
  letter-spacing: 0.01em;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
aside#side-bar .aside-wrapper .widget-title a {
  color: #fff;
}
aside#side-bar .aside-wrapper .widget-title:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/icon_widget-down-arrow.png") 0 0 no-repeat;
}
aside#side-bar .aside-wrapper a {
  color: #3b3b3b;
}
aside#side-bar .aside-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
aside#side-bar .aside-wrapper ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
}
aside#side-bar .aside-wrapper ul li:last-child {
  border-bottom: none;
}
aside#side-bar .aside-wrapper ul li.cat-post-item {
  float: left;
  width: 100%;
  opacity: 0;
}
aside#side-bar .aside-wrapper ul li.cat-post-item a {
  display: inline-block;
  float: left;
}
aside#side-bar .aside-wrapper ul li.cat-post-item a.post-title {
  float: right;
  width: 64.93%;
  line-height: 1.480em;
}
aside#side-bar .aside-wrapper ul li.cat-post-item a.post_thumbnail {
  float: left;
  margin-right: 15px;
  width: 30%;
}
aside#side-bar .aside-wrapper ul li.cat-post-item a.post_thumbnail img {
  margin: inherit;
}
aside#side-bar .aside-wrapper ul li h3, aside#side-bar .aside-wrapper ul li a {
  font-size: inherit;
}
aside#side-bar .aside-wrapper ul li a {
  line-height: 130%;
}
aside#side-bar .aside-wrapper ul li img {
  display: block;
  float: none;
  margin: 0;
  padding: 0 !important;
  border: 0 none !important;
  width: 100px;
  height: 60px;
  background-color: #ccc;
}
aside#side-bar .aside-wrapper .widget_dfp_widget {
  text-align: center;
}
aside#side-bar .aside-wrapper .widget_dfp_widget div[rel="advert"] {
  overflow: hidden;
}
aside#side-bar .aside-wrapper ul.recent-posts li a {
  position: relative;
  display: block;
  padding-left: 110px;
  min-height: 60px;
}
aside#side-bar .aside-wrapper ul.recent-posts li a img {
  position: absolute;
  top: 0;
  left: 0;
}
aside#side-bar .aside-wrapper ul.rpwe-ul li {
  position: relative;
  text-transform: none;
}
aside#side-bar .aside-wrapper ul.rpwe-ul li a.rpwe-img {
  position: absolute;
  top: 10px;
  left: 0;
}
aside#side-bar .aside-wrapper ul.rpwe-ul li h3 {
  margin: 0;
  padding-left: 110px;
  min-height: 60px !important;
  line-height: 100% !important;
  font-size: 100% !important;
}
aside#side-bar .aside-wrapper ul.rpwe-ul li h3 a {
  display: block;
  min-height: 60px;
  text-transform: none;
}
aside#side-bar .aside-wrapper .advanced_recent_posts_widget ul li {
  position: relative;
  margin: 0;
}
aside#side-bar .aside-wrapper .advanced_recent_posts_widget ul li .post-title {
  display: block;
  padding-left: 110px;
  min-height: 60px;
}
aside#side-bar .aside-wrapper .advanced_recent_posts_widget ul li .post-entry {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 60px;
}
aside#side-bar .aside-wrapper .advanced_recent_posts_widget ul li .post-entry a {
  display: block;
  width: 100px;
  height: 60px;
}
aside#side-bar .aside-wrapper .widget_sp_image .widget-title {
  margin-bottom: 10px;
}
aside#side-bar .aside-wrapper .widget_sp_image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
aside#side-bar .aside-wrapper .cat-post-widget {
  font-size: inherit;
}
aside#side-bar .aside-wrapper .cat-post-widget .post-title {
  font-size: inherit;
  font-weight: inherit;
}
aside#side-bar.nav-active {
  opacity: 0.25;
}
@media only screen and (max-width: 1024px) {
  aside#side-bar {
    float: none;
    clear: both;
    padding: 0.9375rem;
    padding-top: 0;
    width: 100%;
    background: #ffffff;
  }
  aside#side-bar .aside-wrapper {
    margin: 0 auto;
    width: 300px;
  }
  aside#side-bar .aside-wrapper .widget {
    margin: 0;
  }
  aside#side-bar .aside-wrapper .widget.widget_dfp_widget {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 40.063em) {
  aside#side-bar {
    margin: 0 auto;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  aside#side-bar {
    clear: both;
    float: none;
    margin-left: 20%;
    padding: 15px 0;
    width: 80%;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  aside#side-bar .aside-wrapper {
    margin: 0 auto;
    padding-top: 15px;
    width: 330px;
  }
}

/* Article */
@media only screen and (min-device-width: 668px) and (max-device-width: 1024px) {
  .article {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .article {
    float: left;
    margin-bottom: 10px;
    max-width: 700px;
  }
}
.article .most-pop-newslist {
  float: right;
  max-width: 300px;
}
.article .most-pop-newslist .most-section-head {
  background-color: #000 !important;
}
.article .most-pop-newslist .related-links {
  float: left;
  margin-bottom: 10px;
  padding: 10px 20px;
  width: 100%;
  background-color: #F4F4F4;
  font-family: 'Roboto', sans-serif;
  font-size: 0.80em;
  font-weight: 500;
}
.article .most-pop-newslist .related-links li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #000;
  min-height: 40px;
}
.article .most-pop-newslist .related-links li span {
  display: table-cell;
  vertical-align: middle;
}
.article .most-pop-newslist .related-links li span a {
  line-height: 15px;
}
.article .most-pop-newslist .related-links li span img {
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: text-bottom;
  opacity: 0.3;
}
.article .most-pop-newslist .related-links li:first-child {
  padding-top: 0;
}

.article-meta {
  padding: 15px 0 10px 0;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 350px) {
  .article-meta .date {
    display: none;
  }
}
.article-meta .meta-wrap {
  text-align: right;
}
.article-meta .right-sec img {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.article-meta .posted-on a,
.article-meta .byline a,
.article-meta .cat-links a {
  color: #3b3b3b;
}
.article-meta .posted-on,
.article-meta .byline {
  margin-top: 7px;
}
.article-meta .posted-on a,
.article-meta .byline a {
  -moz-transition: all, 0.1s, ease;
  -o-transition: all, 0.1s, ease;
  -webkit-transition: all, 0.1s, ease;
  transition: all, 0.1s, ease;
}
.article-meta .posted-on a:hover,
.article-meta .byline a:hover {
  color: #df1837;
}
.article-meta .author {
  padding-right: 5px;
}

body.archive .article-meta {
  display: none;
}

.article-header .article-header-info {
  padding: 15px;
  width: 100%;
  color: #ffffff;
}
.article-header .article-header-info .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.article-header .article-header-info .post-categories li {
  position: relative;
  float: left;
  margin-right: 13px;
  margin-bottom: 3px;
}
.article-header .article-header-info .post-categories li a {
  z-index: 1;
  position: relative;
  display: block;
  padding: 2px 5px;
  background: #df1837;
  text-transform: uppercase;
  color: #fff;
}
.article-header .article-header-info .post-categories li a:before, .article-header .article-header-info .post-categories li a:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  background: #df1837;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.article-header .article-header-info .post-categories li a:before {
  left: -5px;
}
.article-header .article-header-info .post-categories li a:after {
  right: -5px;
}
.article-header .article-header-info .post-categories:after {
  content: "";
  display: block;
  clear: both;
}
.article-header .article-header-info .post-categories + h3.entry-title {
  margin: 10px 0 0;
  padding: 0;
  font-size: 2rem;
}
.article-header .article-header-info h1.entry-title {
  margin: 15px 0 0;
  padding: 0;
  line-height: 110%;
  clear: both;
}
.article-header .article-header-info p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 120%;
  font-size: 0.9em;
  color: #ffffff;
}
.article-header .article-header-info p a {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}

header.article-header {
  position: relative;
  border-top: 3px solid #df1837;
  background: #3b3b3b;
}
header.article-header .sponsored {
  z-index: 1;
  position: relative;
  top: -4px;
  left: 0;
  display: block;
  margin-bottom: -4px;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #df1837 url(../images/icon_corner-slice.png) top right no-repeat;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.article-body .dfp-ad {
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 250px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-width: 1200px) {
  .article-body .dfp-ad {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.article-body .alignright {
  margin: 15px 0 15px 15px;
}
.article-body .alignleft {
  margin: 15px 15px 15px 0;
}
.article-body .aligncenter {
  display: block;
  clear: both;
  margin: 15px auto;
}
.article-body .related-container {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.article-body .related-container p.related-article {
  z-index: 1;
  position: relative;
  margin: 20px 0;
  padding-left: 100px;
  min-height: 26px;
  overflow: hidden;
}
.article-body .related-container p.related-article span {
  z-index: 2;
  position: absolute !important;
  top: 0;
  left: 0;
  margin-right: 20px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  z-index: 1;
  position: relative;
  display: block;
  padding: 2px 5px;
  background: #df1837;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.article-body .related-container p.related-article span:before, .article-body .related-container p.related-article span:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  background: #df1837;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.article-body .related-container p.related-article span:before {
  left: -5px;
}
.article-body .related-container p.related-article span:after {
  right: -5px;
}
.article-body .related-container p.related-article a {
  display: inline-block;
  line-height: 120%;
  font-size: 15px;
  color: #000;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .article-body .related-container p.related-article {
    margin: 15px 0;
  }
  .article-body .related-container p.related-article:hover span {
    padding-left: 10px;
  }
  .article-body .related-container p.related-article:hover a {
    color: #df1837;
  }
}
.article-body figure.wp-caption {
  max-width: 100%;
}
.article-body figure.wp-caption figcaption {
  padding: 5px 0 0 0;
  line-height: 130%;
  font-size: 13px;
  color: #555;
}
.article-body figure.wp-caption.alignnone {
  margin: 15px 0;
}
.article-body figure.embed,
.article-body span.embed-youtube {
  position: relative;
  margin: 1em auto;
  width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.article-body figure.embed iframe,
.article-body span.embed-youtube iframe {
  display: block;
  width: 100%;
}
.article-body figure.embed iframe:not(.instagram-media),
.article-body span.embed-youtube iframe:not(.instagram-media) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.article-body figure.embed.instagram,
.article-body figure.embed.facebook {
  padding-bottom: 0;
  width: 100%;
  max-width: 670px;
  height: auto;
}
.article-body figure.embed.facebook .fb_iframe_widget,
.article-body figure.embed.facebook .fb_iframe_widget span,
.article-body figure.embed.facebook .fb_iframe_widget span iframe {
  max-width: 100% !important;
}

.article-body iframe[id*="buto_iframe_"] {
  margin: 1em 0;
}

.related-links-list {
  margin-bottom: 5px;
}
.related-links-list ul {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  border-left: 3px solid #df1837;
  list-style-type: none;
}
.related-links-list ul li {
  display: list-item;
  vertical-align: middle;
  padding: 5px 0;
}
.related-links-list ul li a {
  padding-left: 10px;
}

.article-footer .tags-links {
  display: block;
}
.article-footer .tags-links a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  background: #f1f1f1;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: center;
  color: #3b3b3b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.article-footer .tags-links a:last-child {
  margin-right: 0;
}
.article-footer .tags-links a:hover {
  background: #df1837;
  color: #ffffff;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsCat {
  position: relative;
  margin-right: 5px;
  padding: 5px;
  overflow: hidden;
  background-color: #df1837;
  color: #ffffff;
  position: relative;
}
.newsCat:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  display: block;
  width: 35px;
  background: #df1837;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

.btn-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
}
.btn-container .article-btn {
  display: block;
  margin: 10px 0 0 0;
  padding: 8px 4px;
  border: 2px solid #6c6b69;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  color: #6c6b69;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-container.article-pagination {
  padding-bottom: 0.9375rem;
}
.btn-container.article-pagination .article-btn {
  float: left;
  width: 49%;
  font-size: 0.75em;
}
.btn-container.article-pagination .article-btn + .article-btn {
  float: right;
}
.btn-container.article-pagination:after {
  content: "";
  display: block;
  clear: both;
}

.no-float {
  float: none;
}

.article-body,
.page-body {
  /* Text meant only for screen readers. */
}
.article-body blockquote,
.page-body blockquote {
  display: block;
  clear: both;
  margin: 0 0 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1.50rem;
  text-align: center;
}
.article-body blockquote p,
.page-body blockquote p {
  float: none !important;
  margin: 10px;
  color: #df1837 !important;
}
.article-body blockquote p:before, .article-body blockquote p:after,
.page-body blockquote p:before,
.page-body blockquote p:after {
  content: '"';
}
.article-body .alignnone,
.page-body .alignnone {
  margin: 5px 20px 20px 0;
}
.article-body .aligncenter,
.article-body div.aligncenter,
.page-body .aligncenter,
.page-body div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.article-body .alignright,
.page-body .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.article-body .alignleft,
.page-body .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.article-body a img.alignright,
.page-body a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.article-body a img.alignnone,
.page-body a img.alignnone {
  margin: 5px 20px 20px 0;
}
.article-body a img.alignleft,
.page-body a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.article-body a img.aligncenter,
.page-body a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-body .wp-caption,
.page-body .wp-caption {
  padding: 5px;
  border: 1px solid #eee;
  max-width: 96%;
  /* Image does not overflow the content area */
  background: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-body .wp-caption:hover,
.page-body .wp-caption:hover {
  border-color: #d0d0d0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.article-body .wp-caption.alignnone,
.page-body .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.article-body .wp-caption.alignleft,
.page-body .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.article-body .wp-caption.alignright,
.page-body .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.article-body .wp-caption img,
.page-body .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: auto;
  max-width: 100%;
  height: auto;
}
.article-body .wp-caption p.wp-caption-text,
.page-body .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
.article-body .screen-reader-text,
.page-body .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.article-body .screen-reader-text:focus,
.page-body .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

figure.ee-post-thumbnail {
  position: relative;
  margin: 0;
  overflow: hidden;
  background-color: #444;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
figure.ee-post-thumbnail span,
figure.ee-post-thumbnail figcaption {
  display: none;
}
figure.ee-post-thumbnail[style^="background-image:"] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure.ee-post-thumbnail[style^="background-image:"] a {
  z-index: 39;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
figure.ee-post-thumbnail[style^="background-image:"] span {
  display: block;
}
figure.ee-post-thumbnail[style^="background-image:"] figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.33);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
  font-size: 12px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
figure.ee-post-thumbnail[style^="background-image:"] img {
  display: none;
  width: 100%;
}
figure.ee-post-thumbnail.video-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
figure.ee-post-thumbnail .gallery_icon,
figure.ee-post-thumbnail .video_icon {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65px;
  height: 30px;
  background: url("../images/video-gallery-icons.svg") no-repeat;
}
figure.ee-post-thumbnail .gallery_icon {
  background-position: -7px -7px;
}
figure.ee-post-thumbnail .video_icon {
  background-position: -7px -42px;
}

figure.ee-post-thumbnail-buto {
  margin: 0;
  padding: 0;
}

.OUTBRAIN {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.OUTBRAIN ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.OUTBRAIN ul li {
  margin-bottom: 5px;
}
.OUTBRAIN ul li a {
  color: #df1837;
}
.OUTBRAIN ul li a:before {
  content: "\00BB";
  display: inline-block;
  margin-right: 10px;
}
.OUTBRAIN ul li a:hover {
  text-decoration: underline;
}

.rc-item .rc-headline {
    margin: 0 !important;
    width: 100% !important;
    line-height: 18px !important;
    font-size: 16px !important;
}

/* Gallery */
.gallery-holder {
  margin: 15px auto;
  max-width: 670px;
  clear: both;
}
.gallery-holder .gallery {
    z-index: 50;
    position: relative;
    width: 100%;
    max-height: 402px;
    overflow: hidden;
    background: #f1f1f1 url("../images/ajax-loader.gif") center center no-repeat;
}
.gallery-holder .gallery .slide {
    width: 100%;
    height: 100%;
}

.gallery-holder .gallery .slide img {
    display: block;
    margin: 0 auto;
    height: 100%;
}
.gallery-holder .gallery .prev,
.gallery-holder .gallery .next {
  z-index: 102;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -24px;
  width: 32px;
  height: 48px;
  background-color: #fff;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  -webkit-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}
.gallery-holder .gallery .prev:hover,
.gallery-holder .gallery .next:hover {
  width: 40px;
  cursor: pointer;
}
.gallery-holder .gallery .prev {
  left: 0;
}
.gallery-holder .gallery .prev:hover {
  padding-left: 8px;
}
.gallery-holder .gallery .next {
  right: 0;
}
.gallery-holder .gallery .prev > span,
.gallery-holder .gallery .next > span {
  position: static;
  margin: 0;
  border: 0 none;
  width: 20px;
  height: 48px;
  background-color: #fff;
}
.gallery-holder .gallery .next > span {
  margin-left: 12px;
}
.gallery-holder .gallery .prev span.arrow,
.gallery-holder .gallery .next span.arrow {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 0;
  height: 0;
  border: inset 10px;
}
.gallery-holder .gallery .prev span.arrow {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #df1837;
}
.gallery-holder .gallery .next span.arrow {
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #df1837;
}
.gallery-holder .gallery .prev i,
.gallery-holder .gallery .next i {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  background-color: #fff;
}
.gallery-holder .gallery .prev i {
  right: -10px;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.gallery-holder .gallery .next i {
  left: -10px;
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
@media only screen and (max-width: 40.063em) {
  .gallery-holder .gallery {
    min-height: 0;
  }
}
.gallery-holder .cycle-caption {
  position: relative;
  padding: 8px 0 8px 42px;
  border-bottom: 1px solid #ddd;
  min-height: 36px;
  line-height: 130%;
  font-size: 13px;
}
.gallery-holder .cycle-caption b {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  color: #df1837;
}
.gallery-holder .cycle-caption span {
  color: #555;
}
@media only screen and (max-width: 40.063em) {
  .gallery-holder .cycle-caption span {
    font-size: 115%;
  }
}

/* Disqus Comments */
.comments-area {
  float: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.comments-area.hidden {
  display: none;
}
.comments-area ol.comment-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.comments-area ol.comment-list li article {
  border-bottom: 1px solid #d5d5d5;
}
.comments-area h2 {
  font-size: 17px !important;
}
.comments-area h2.comments-title {
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-transform: none;
  color: #000;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
  padding: 0.5rem;
  border: 1px solid #d5d5d5;
  width: 100%;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comments-area p {
  margin: 0 0 0.5em 0;
}

/* News Block Widgets */
.landing-page article.post-item {
  border-top: 3px solid #df1837;
  background: #3b3b3b;
}

.news-block-widget {
  padding: 15px;
  clear: both;
}
.news-block-widget article .entry-title {
  margin: 0;
  clear: both;
  font-size: 2rem;
  font-weight: 400;
}
.news-block-widget article .social-bar ul {
  margin: 0 !important;
}
.news-block-widget.article-top {
  padding-top: 0;
  clear: both;
}
.news-block-widget.article-top .article-header .sponsored {
  z-index: 1;
  position: relative;
  top: -3px;
  left: 0;
  display: block;
  margin-bottom: -3px;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #df1837 url(../images/icon_corner-slice.png) top right no-repeat;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.news-block-widget.layout-style-list {
  display: block;
  padding: 0 15px 0 0;
}
.news-block-widget.layout-style-list .quad {
  padding: 0 0 15px 15px;
  height: auto;
}
.news-block-widget.layout-style-list .quad article {
  position: relative;
  padding-bottom: 30px;
}
.news-block-widget.layout-style-list .quad article .social-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 40.063em) {
  .news-block-widget.layout-style-list .quad article {
    height: auto !important;
  }
}
.news-block-widget.layout-style-list .quad-group {
  position: relative;
  margin-bottom: 15px;
}
.news-block-widget.layout-style-list .quad-group .quad {
  position: relative;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 40.063em) {
  .news-block-widget.layout-style-list .quad-group .quad {
    padding-bottom: 15px;
  }
  .news-block-widget.layout-style-list .quad-group .quad:last-of-type {
    padding-bottom: 0;
  }
}
.news-block-widget.layout-style-list .quad-group .quad .sponsored {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin-bottom: -3px;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #df1837 url(../images/icon_corner-slice.png) top right no-repeat;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.news-block-widget.layout-style-list .quad-group .quad .sponsored + figure.ee-post-thumbnail .video_icon,
.news-block-widget.layout-style-list .quad-group .quad .sponsored + figure.ee-post-thumbnail .gallery_icon {
  top: -3px;
}
.news-block-widget.layout-style-list .list_image_wrap {
  padding-left: 0.9375rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 667px) {
  .news-block-widget.layout-style-list .list_image_wrap {
    float: left;
    margin-top: 15px;
    padding-left: 0;
  }
}
.news-block-widget.layout-style-list .post-main-image_wrap {
  display: block;
  float: left;
}
.news-block-widget.list-horizontal {
  padding-top: 0;
}
.news-block-widget.list-horizontal article {
  margin-bottom: 15px;
}
.news-block-widget.list-horizontal article:last-child {
  margin: 0;
}
.news-block-widget.list-horizontal article .sponsored {
  z-index: 1;
  position: relative;
  top: -3px;
  left: 0;
  display: block;
  margin-bottom: -3px;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #df1837 url(../images/icon_corner-slice.png) top right no-repeat;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.news-block-widget.list-horizontal .article-header {
  border: 0 none;
}
.news-block-widget.list-horizontal .article-header .article-header-info {
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
}
.news-block-widget.list-horizontal figure.ee-post-thumbnail {
  position: relative;
  margin: 0.9375rem 0;
}
.news-block-widget.list-horizontal figure.ee-post-thumbnail img {
  width: 100%;
}

.highlighted {
  z-index: 9999;
}

/* Weather */
.weather-widget {
  position: relative;
  padding: 0 0 0 10px;
  height: 50px;
}
.weather-widget .ww-loader {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #f1f1f1;
}
.weather-widget .ww-loader p {
  margin: 0;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  background: url("../images/ajax-loader.gif") 16px 9px no-repeat;
  font-size: 12px;
}
.weather-widget .ww-location-date {
  padding: 5px 0;
  width: 75px;
  height: 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.weather-widget .ww-location-date .ww-location {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #df1837;
}
.weather-widget .ww-location-date .ww-date {
  font-size: 75%;
}
.weather-widget .ww-location-date .ww-date span {
  display: inline-block;
  margin-right: 3px;
}
.weather-widget .ww-location-date .ww-date span:last-child {
  margin-right: 0;
}
.weather-widget .ww-type {
  width: 48px;
  height: 50px;
  background-image: url("../images/icon_weather.png");
  background-repeat: no-repeat;
}
.weather-widget .ww-type.ww_01d {
  background-position: 0 0;
}
.weather-widget .ww-type.ww_01n {
  background-position: -48px 0;
}
.weather-widget .ww-type.ww_02d {
  background-position: 0 -48px;
}
.weather-widget .ww-type.ww_02n {
  background-position: -48px -48px;
}
.weather-widget .ww-type.ww_03d {
  background-position: 0  -96px;
}
.weather-widget .ww-type.ww_03n {
  background-position: -48px -96px;
}
.weather-widget .ww-type.ww_04d {
  background-position: 0 -144px;
}
.weather-widget .ww-type.ww_04n {
  background-position: -48px -144px;
}
.weather-widget .ww-type.ww_09d {
  background-position: 0 -192px;
}
.weather-widget .ww-type.ww_09n {
  background-position: -48px -192px;
}
.weather-widget .ww-type.ww_10d {
  background-position: 0 -240px;
}
.weather-widget .ww-type.ww_10n {
  background-position: -48px -240px;
}
.weather-widget .ww-type.ww_11d {
  background-position: 0 -288px;
}
.weather-widget .ww-type.ww_11n {
  background-position: -48px -288px;
}
.weather-widget .ww-type.ww_13d {
  background-position: 0 -336px;
}
.weather-widget .ww-type.ww_13n {
  background-position: -48px -336px;
}
.weather-widget .ww-type.ww_50d {
  background-position: 0 -384px;
}
.weather-widget .ww-type.ww_50n {
  background-position: -48px -384px;
}
.weather-widget .ww-temp {
  width: 37px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 12px;
  color: #df1837;
}
.weather-widget .ww-location-date,
.weather-widget .ww-type,
.weather-widget .ww-temp {
  float: left;
}

/* Search */
#search .page-header {
  margin: 0;
  border-bottom: 2px solid #df1837;
}
#search .page-header .news_widget-title {
  padding: 0;
}
#search mark {
  z-index: 1;
  position: relative;
  line-height: 85%;
  background-color: transparent;
  color: #df1837;
  -moz-transition: all, 0.6s, ease-in;
  -o-transition: all, 0.6s, ease-in;
  -webkit-transition: all, 0.6s, ease-in;
  transition: all, 0.6s, ease-in;
}
#search mark:hover {
  text-decoration: underline;
}
#search #no-result input {
  margin: 15px 0;
  padding-left: 15px;
  border: none;
  border-bottom: 2px solid #f1f1f1;
  outline: none;
  width: 100%;
  background: none;
  font-size: 2em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#search #no-result input:focus {
  border-bottom: 2px solid rgba(221, 9, 18, 0.8);
}
#search .elastic-search .page-header {
  border-bottom: 4px solid #df1837;
}
#search .elastic-search .page-header .show-hide-filters {
  display: none;
}
#search .elastic-search .search-results .aggregations {
  padding: 15px 15px 0 0;
  font-size: 100%;
}
#search .elastic-search .search-results .aggregations label {
  font-family: "Exo", sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}
#search .elastic-search .search-results .aggregations .sort-results-control {
  margin-bottom: 15px;
}
#search .elastic-search .search-results .aggregations .sort-results-control select {
  margin-top: 4px;
  padding: 8px 4px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #888;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul {
  margin-left: 1.2em;
  padding: 0;
  list-style: square;
  color: #ccc;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li {
  line-height: 100%;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a {
  font-size: 80%;
  color: #df1837;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info {
  display: inline-block;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.doc-count {
  font-weight: bold;
  font-size: 85%;
  vertical-align: super;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.doc-count:before {
  content: "(";
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.doc-count:after {
  content: ")";
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.remove-icon {
  z-index: 2;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 4px;
  padding: 0 2px;
  width: 12px;
  height: 16px;
  line-height: 16px;
  background-color: #eee;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.remove-icon i {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 14px;
  display: block;
  padding: 0;
  width: 0;
  overflow: hidden;
  background-color: #df1837;
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.remove-icon:hover {
  background-color: #df1837;
  color: #fff;
}
#search .elastic-search .search-results .aggregations ul.aggregations-list li ul li a .additional-info span.remove-icon:hover i {
  width: 50px;
  background-color: #df1837;
  color: #fff;
}
#search .elastic-search .search-results .results {
  padding: 0 0 0 15px;
  border-left: 1px solid #eee;
}
#search .elastic-search .search-results .results article.search-result {
  padding: 15px 0;
}
#search .elastic-search .search-results .results article.search-result:first-child {
  border-top: 0;
}
#search .elastic-search .search-results .results article.search-result .entry-title a {
  -moz-transition: color 0.12s ease-in-out;
  -o-transition: color 0.12s ease-in-out;
  -webkit-transition: color 0.12s ease-in-out;
  transition: color 0.12s ease-in-out;
}
#search .elastic-search .search-results .results article.search-result .entry-title a:hover {
  color: #df1837;
}
#search .elastic-search .search-results .results .paging {
  padding-bottom: 15px;
  text-align: center;
}
#search .elastic-search .search-results .results .paging a {
  color: #df1837;
}
#search .elastic-search .search-results .results .paging span {
  color: #444;
}
#search .elastic-search .search-results .results .paging .page-numbers {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  height: 16px;
  line-height: 16px;
  font-family: "Exo", sans-serif;
}
#search .elastic-search .search-results .results .paging .page-numbers.prev, #search .elastic-search .search-results .results .paging .page-numbers.next {
  top: 2px;
  margin: 0;
  width: 16px;
  background-image: url("../images/icon_next-prev.png");
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
#search .elastic-search .search-results .results .paging .page-numbers.prev {
  background-position: left top;
}
#search .elastic-search .search-results .results .paging .page-numbers.next {
  background-position: left bottom;
}
#search .elastic-search .zero-results p em {
  display: inline-block;
  border-bottom: 1px solid rgba(223, 24, 55, 0.2);
  color: #df1837;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  -webkit-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}
#search .elastic-search .zero-results p em:hover {
  border-color: #df1837;
}
#search .elastic-search .zero-results p:first-child {
  margin-top: 10px;
}
#search .elastic-search .zero-results ul.suggestions {
  margin: 1em 1em 1em 1.5em;
  padding: 0;
  font-size: 90%;
  color: #df1837;
}
#search .elastic-search .zero-results ul.suggestions li a {
  color: #df1837;
}
#search .elastic-search .zero-results ul.suggestions li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #search .elastic-search .page-header .show-hide-filters {
    display: block;
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ddd;
    background: #fff url("../images/icon_filter.svg") 10px 10px no-repeat;
    background-size: 16px;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #search .elastic-search .page-header .show-hide-filters:hover {
    cursor: pointer;
  }
  #search .elastic-search .page-header .show-hide-filters:focus {
    outline: 0;
  }
  #search .elastic-search .page-header .show-hide-filters.active {
    background-color: #eee;
  }
  #search .elastic-search .search-results .aggregations {
    display: none;
    padding-right: 0;
    border-bottom: 4px solid #df1837;
    font-size: 120%;
  }
  #search .elastic-search .search-results .aggregations.active {
    display: block;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title {
    margin: 10px 0;
    border: 0 none;
    color: #000;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title.active {
    font-weight: bold;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title.active:before {
    content: "\002D";
    line-height: 16px;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title:before {
    content: "\002B";
    display: block;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    font-weight: bold;
    font-size: 180%;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li span.aggregation-title:after {
    display: block;
    clear: both;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li > ul {
    display: none;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li > ul.active {
    display: block;
  }
  #search .elastic-search .search-results .aggregations ul.aggregations-list li > ul li {
    padding: 3px 0;
  }
  #search .elastic-search .search-results .results {
    padding: 0;
    border: 0 none;
  }
}
#search .search-result {
  padding: 15px;
  border-top: 2px solid #df1837;
}
#search .search-result .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 110%;
  font-size: 1.6em;
  text-transform: uppercase;
}
#search .search-result .entry-title a {
  color: #3b3b3b;
}
@media only screen and (max-width: 40.063em) {
  #search .search-result .entry-title {
    line-height: 120%;
  }
}
#search .search-result .article-meta {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
#search .search-result .article-meta a {
  color: #3b3b3b;
}
#search .search-result .s_excerpt {
  margin-bottom: 0;
  font-size: 0.85em;
  color: #888888;
}
#search .search-result p {
  margin: 10px 0 0 0;
  line-height: 140%;
  font-size: 0.9em;
  color: #666;
}
@media only screen and (max-width: 40.063em) {
  #search .search-result {
    padding-left: 0;
    padding-right: 0;
  }
}
#search .s_term {
  text-decoration: underline;
}
#search .infinity-articles .infinite-wrap .news-block-widget {
  padding: 0;
}
#search .infinity-articles .infinite-wrap .news-block-widget article {
  margin: 0;
  border-top-width: 2px;
  background-color: transparent;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 {
  float: none;
  padding: 15px;
  width: 100%;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info {
  padding: 0;
  color: #000;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info ul.post-categories {
  display: none;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info h3.entry-title {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 110%;
  font-size: 1.6em;
  text-transform: uppercase;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info h3.entry-title a {
  color: #000;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info .article-meta {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info .article-meta a {
  color: #3b3b3b;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-7 .article-header .article-header-info p {
  color: #666;
}
@media only screen and (max-width: 40.063em) {
  #search .infinity-articles .infinite-wrap .news-block-widget article .large-7 {
    padding-left: 0;
    padding-right: 0;
  }
}
#search .infinity-articles .infinite-wrap .news-block-widget article .large-5 {
  display: none;
}
#search .infinity-articles .infinite-wrap .news-block-widget article .social-bar {
  display: none;
}

.sharedaddy {
  height: 30px;
  -moz-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.sharedaddy .sd-content ul {
  display: block;
  margin: 0 !important;
  padding: 0;
  border-top: 1px solid #fff;
  width: 100%;
  list-style: none;
}
.sharedaddy .sd-content ul li:nth-child(1), .sharedaddy .sd-content ul li:nth-child(2), .sharedaddy .sd-content ul li:nth-child(3) {
  border-right: 1px solid #ffffff;
}
.sharedaddy .sd-content ul li.share-facebook,
.sharedaddy .sd-content ul li.share-twitter,
.sharedaddy .sd-content ul li.share-google-plus-1,
.sharedaddy .sd-content ul li.share-email {
  padding: 0;
  height: 30px;
  background-color: #df1837;
}
.sharedaddy .sd-content ul li.share-facebook a,
.sharedaddy .sd-content ul li.share-twitter a,
.sharedaddy .sd-content ul li.share-google-plus-1 a,
.sharedaddy .sd-content ul li.share-email a {
  z-index: 1;
  position: static !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  height: 30px !important;
  background-color: #df1837 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -moz-transition: background-size 0.2s ease;
  -o-transition: background-size 0.2s ease;
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
}
.sharedaddy .sd-content ul li.share-facebook a:before,
.sharedaddy .sd-content ul li.share-twitter a:before,
.sharedaddy .sd-content ul li.share-google-plus-1 a:before,
.sharedaddy .sd-content ul li.share-email a:before {
  display: none !important;
}
.sharedaddy .sd-content ul li.share-facebook a:hover,
.sharedaddy .sd-content ul li.share-twitter a:hover,
.sharedaddy .sd-content ul li.share-google-plus-1 a:hover,
.sharedaddy .sd-content ul li.share-email a:hover {
  background-size: 20px 20px !important;
  cursor: pointer;
  opacity: 1 !important;
}
.sharedaddy .sd-content ul li.share-facebook a {
  background-image: url("../images/icon_facebook.svg") !important;
}
.sharedaddy .sd-content ul li.share-facebook a:hover {
  background-color: #3B5998 !important;
}
.sharedaddy .sd-content ul li.share-twitter a {
  background-image: url("../images/icon_twitter.svg") !important;
}
.sharedaddy .sd-content ul li.share-twitter a:hover {
  background-color: #55acee !important;
}
.sharedaddy .sd-content ul li.share-google-plus-1 a {
  background-image: url("../images/icon_google-plus.svg") !important;
}
.sharedaddy .sd-content ul li.share-google-plus-1 a:hover {
  background-color: #dd4b39 !important;
}
.sharedaddy .sd-content ul li.share-email a {
  background-image: url("../images/icon_envelope.svg") !important;
}
.sharedaddy .sd-content ul li.share-email a:hover {
  background-color: #fbbd09 !important;
}
.sharedaddy .sd-content ul:after {
  content: "";
  display: block;
  clear: both;
}
.sharedaddy .sd-content .sharing-screen-reader-text {
  display: none;
  visibility: hidden;
}
.sharedaddy.fix {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.sharedaddy.height .sd-content {
  height: 48px;
}

#infinite-footer {
  z-index: 50;
}
@media only screen and (min-width: 1200px) {
  #infinite-footer {
    left: 50%;
    margin-left: -600px;
    width: 1200px;
  }
  #infinite-footer .container {
    padding: 10px 345px 10px 185px;
    width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #infinite-footer {
    left: 20%;
    margin: 0;
    width: 80%;
  }
  #infinite-footer .container {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #infinite-footer {
    position: fixed !important;
    left: 0;
    margin: 0;
    width: 100%;
  }
  #infinite-footer .container {
    padding: 10px;
    width: 100%;
  }
}
#infinite-footer .container {
  border: 0 none;
  background-color: rgba(0, 0, 0, 0.75);
}
#infinite-footer .container .blog-info,
#infinite-footer .container .blog-credits {
  height: 20px;
  line-height: 20px;
  color: #fff;
}
#infinite-footer .container .blog-info a,
#infinite-footer .container .blog-info span,
#infinite-footer .container .blog-credits a,
#infinite-footer .container .blog-credits span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}
#infinite-footer .container .blog-info a,
#infinite-footer .container .blog-credits a {
  font-weight: 400;
}
#infinite-footer .container .blog-info span,
#infinite-footer .container .blog-credits span {
  position: relative;
  padding-right: 30px;
}
@-webkit-keyframes bobbing {
  0% {
    top: -3px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -3px;
  }
}
@keyframes bobbing {
  0% {
    top: -3px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -3px;
  }
}
#infinite-footer .container .blog-info span i,
#infinite-footer .container .blog-credits span i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_scroll-down.png") center center no-repeat;
  -webkit-animation: bobbing 1s ease-in-out infinite;
  animation: bobbing 1s ease-in-out infinite;
}

.infinite-loader {
  width: 100%;
  height: 100px;
  background: url(../images/ajax-loader_white.gif) center center no-repeat;
}
.infinite-loader .spinner {
  display: none;
}

aside#side-bar .aside-wrapper .widget_chartbeat_extended_widget {
  float: left;
}
aside#side-bar .aside-wrapper .widget_chartbeat_extended_widget li {
  float: left;
  width: 100%;
}
aside#side-bar .aside-wrapper .widget_chartbeat_extended_widget li .feature-image img {
  float: left;
  margin-right: 10px;
}
aside#side-bar .aside-wrapper .widget_chartbeat_extended_widget li .feature-image .category {
  display: none;
}

.sailthru-evening-express p {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 18px 15px 27px 15px;
}

.sailthru-evening-express .sailthru-subscribe-button, #sailthru-dialog .sailthru-subscribe-button {
  color: #fff !important;
  background-color: #DF1837;
}

.sailthru-dialog-evening-express .sailthru-cancel-button {
  color: #fff;
  background-color: #3b3b3b;
}

.sailthru-dialog-evening-express #sailthru-dialog-header {
  border-top: 3px solid #e50f2b;
  background: #3b3b3b;
}

.sailthru-ee-header-subscribe {
  color: #fff;
  font-family: "Exo", sans-serif;
}

.sailthru-ee-header-subscribe:hover {
  color: #df1736;
}

.ui-widget-overlay {
    z-index: 1000;
}

@media only screen and (max-width: 1023px) {
  .sailthru-ee-header-subscribe {
    display: none;
  }
}
/* 404 */
.error-404 figure {
  margin: 15px 0 0 0;
  width: 100%;
}
.error-404 figure img {
  display: block;
  width: 100%;
}
.error-404 p {
  margin-top: 0;
}

.search-form-404 {
  margin: 30px auto;
  width: 280px;
  height: 48px;
  font-family: 'Droid Sans', Arial, sans-serif;
}
.search-form-404 form {
  position: relative;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-form-404 form:hover {
  border-color: #555;
}
.search-form-404 form input {
  position: absolute;
  top: 0;
  height: 46px;
  line-height: 46px;
}
.search-form-404 form input[type="text"] {
  left: 0;
  padding: 0 9px;
  width: 220px;
  border: 0 none;
  background: transparent;
  font-family: inherit;
  font-size: 1.2em;
  letter-spacing: -0.01em;
  color: #aaa;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-form-404 form input[type="text"]:hover, .search-form-404 form input[type="text"]:focus {
  color: #000;
}
.search-form-404 form input[type="submit"] {
  right: 0;
  padding: 0;
  border: 0 none;
  width: 40px;
  background: transparent url("../images/icon_search.png") center center no-repeat;
}
.search-form-404 form input[type="submit"]:hover {
  cursor: pointer;
}

/* Footer */
footer.footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #3b3b3b;
}
footer.footer.nav-active {
  display: none;
  visibility: hidden;
  opacity: 0;
}
footer.footer .inline-list {
  margin: 0;
  list-style: none;
}
footer.footer .inline-list li {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #717171;
  width: 33.3333333%;
  text-align: center;
}
footer.footer .inline-list li:nth-child(2), footer.footer .inline-list li:nth-child(5), footer.footer .inline-list li:nth-child(8), footer.footer .inline-list li:nth-child(11), footer.footer .inline-list li:nth-child(14) {
  border-left: 1px solid #717171;
  border-right: 1px solid #717171;
}
@media only screen and (max-width: 668px) {
  footer.footer .inline-list li {
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: #717171;
    width: 100%;
  }
}
footer.footer a {
  text-decoration: none;
  color: #f1f1f1;
}
footer.footer .back-to-top {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  line-height: 100px;
  text-align: center;
}
footer.footer .back-to-top:before {
  content: url("../../assets/images/arrow_up.svg");
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
footer.footer .back-to-top:hover:before {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Featured Posts Hero */
.featured-posts {
  display: block;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  line-height: 150%;
}
.featured-posts hr {
  display: none;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 15px;
  outline: 0;
  clear: both;
}
.featured-posts .news_widget-title {
  padding-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 3px solid #df1837;
}
.featured-posts div article {
  margin-bottom: 15px;
}
.featured-posts div article .cat {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.featured-posts div article .cat a {
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #df1837;
}
.featured-posts div article h3.entry-title {
  margin: 0;
  padding: 0;
  font-family: "Microbrew One W01 Regular";
  font-size: 1.4em;
  font-weight: 400;
}
.featured-posts div article h3.entry-title a {
  display: block;
  text-rendering: optimizelegibility;
  color: #3b3b3b;
}
.featured-posts div article figure {
  margin: 10px 0 0 0;
  border-bottom: 3px solid #df1837;
}
.featured-posts div article figure img {
  width: 100%;
}
.featured-posts div article.top-article > h3 {
  line-height: 1.0;
  font-size: 2em;
}
@media screen and (max-width: 635px) {
  .featured-posts div article.top-article > h3 {
    font-size: 1.4em;
  }
}
.featured-posts div article.top-article figure.ee-post-thumbnail {
  margin-top: 15px;
}
@media only screen and (max-width: 635px) {
  .featured-posts div article.top-article > h3.entry-title {
    font-size: 2em;
  }
  .featured-posts div article.top-article figure.ee-post-thumbnail {
    margin-top: 10px;
  }
}
.featured-posts div article.column {
  margin: 0;
}
.featured-posts div article.column h3 a {
  min-height: 48px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.featured-posts div article.column figure {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  .featured-posts div article.column {
    margin-bottom: 20px;
  }
  .featured-posts div article.column h3 a {
    min-height: 0;
    height: auto !important;
  }
  .featured-posts div article.column h3 + figure {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .featured-posts div article.column figure:first-child {
    display: block;
    margin: 0 0 15px 0;
    border-top: 0;
    border-bottom: 3px solid #df1837;
  }
}
.featured-posts div.large-8 article {
  padding-left: 0;
  padding-right: 15px;
}
.featured-posts div.large-4 article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  border-bottom: 1px solid #ddd;
}
.featured-posts div.large-4 article:last-child {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.featured-posts div.large-4 article figure {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .featured-posts hr {
    display: block;
  }
}
@media only screen and (max-width: 40.063em) {
  .featured-posts div.large-8 article, .featured-posts div.large-4 article {
    position: relative;
    float: none !important;
    margin: 0;
    padding: 15px 0 15px 115px;
    border-bottom: 1px solid #ddd;
    min-height: 90px;
  }
  .featured-posts div.large-8 article:last-child, .featured-posts div.large-4 article:last-child {
    padding: 15px 0 15px 115px;
  }
  .featured-posts div.large-8 article figure, .featured-posts div.large-4 article figure {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 60px;
  }
  .featured-posts div.large-8 article figure .gallery_icon,
  .featured-posts div.large-8 article figure .video_icon, .featured-posts div.large-4 article figure .gallery_icon,
  .featured-posts div.large-4 article figure .video_icon {
    display: none;
  }
  .featured-posts div.large-8 article.top-article, .featured-posts div.large-4 article.top-article {
    padding: 0;
    border: 0 none;
  }
  .featured-posts div.large-8 article.top-article figure, .featured-posts div.large-4 article.top-article figure {
    position: relative;
    top: 0;
    padding-bottom: 60%;
    width: 100%;
  }
  .featured-posts div.large-8 article.top-article figure .gallery_icon,
  .featured-posts div.large-8 article.top-article figure .video_icon, .featured-posts div.large-4 article.top-article figure .gallery_icon,
  .featured-posts div.large-4 article.top-article figure .video_icon {
    display: block;
  }
  .featured-posts hr {
    height: 0;
  }
}
.featured-posts + .dfp-ad {
  margin: 0;
  padding: 15px 0;
  border-color: #ddd;
}


.widget.widget_jobsinscotland {
  background-color:#F1F1F1;
  color:#FFFFFF;
  margin:0.8em 0 0.8em 0;
}

  .widget.widget_jobsinscotland .footer {
    padding:1.0em 0;
    text-align:center;
  }

    .widget.widget_jobsinscotland .footer a.view-more-button {
      background-color:#FF4615;
      color:#FFFFFF;
      display:inline-block;
      font-size:1.175em;
      font-weight:700;
      padding:0.5em 0.7em;
      text-decoration:none;
      text-transform:uppercase;
    }

  .widget.widget_jobsinscotland .header {
    border-bottom:1px solid #A5A5A5;
  }

    .widget.widget_jobsinscotland .header a {
      display:block;
      padding:0.7em 0.7em 0.4em 0.7em;
    }

      .widget.widget_jobsinscotland .header a span.logo {
        background:url('../images/Jobslogo.png') top left no-repeat;
        display:block;
        height: 100px;
      }

  .widget.widget_jobsinscotland ul li {}

    .widget.widget_jobsinscotland ul li a {
      color:#444;
      display:block;
      margin:0 0.7em;
      padding:0.7em 0;
      text-decoration:none;
      text-transform:uppercase;
    }

      .widget.widget_jobsinscotland ul li a span.icon {
        background:url('../images/jobs-arrow-icon.png') center center no-repeat;
        display: block;
        height: 32px;
        right: 0.7em;
        top: -2.3em;
        width: 200%;
        position: relative;
  }

      .widget.widget_jobsinscotland ul li a span.job-container {
        display:block;
        width:87%;
      }     

      .widget.widget_jobsinscotland ul li a span.job-location,
      .widget.widget_jobsinscotland ul li a span.job-salary {
        font-size:0.76em;
      }

      .widget.widget_jobsinscotland ul li a span.job-location:after {
        content:" - ";
      }

      .widget.widget_jobsinscotland ul li a span.job-title {
        display:block;
        font-size:1em;
        font-weight:700;
        color: #E30513;
      }

  .widget.widget_jobsinscotland ul.simplePagerNav {
    margin:0 0.7em;
  }

    .widget.widget_jobsinscotland ul.simplePagerNav li {
      display:inline-block;
      padding:0.5em 0.7em 0 0;
    }

      .widget.widget_jobsinscotland ul.simplePagerNav li a {
        border:0;
        display:inline;
        margin:0;
        padding:0;
      }


div#jobsinscotland-2 li {
    height: 70px;
}

.featured-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

}

.featured-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ooyala */
#ooyalaplayer>div {
    z-index: 99 !important;
}