/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?6hk7uy");
  src: url("../fonts/icomoon.eot?#iefix6hk7uy") format("embedded-opentype"), url("../fonts/icomoon.ttf?6hk7uy") format("truetype"), url("../fonts/icomoon.woff?6hk7uy") format("woff"), url("../fonts/icomoon.svg?6hk7uy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #f4f4f4;
  color: #7d7d7d;
  line-height: 1.5; }

* {
  box-sizing: border-box; }

.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .container::before, .container::after {
    display: table;
    content: ' '; }
  .container::after {
    clear: both; }

a {
  color: #ff9933;
  transition: 0.15s; }
  a:hover {
    text-decoration: none; }

p {
  color: #7d7d7d;
  font-size: 0.875rem;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin-bottom: 0.75em; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.75rem; }

@media screen and (max-width: 48em) {
  body h1 {
    font-size: 10vw !important; } }

@media screen and (max-width: 48em) {
  body h2 {
    font-size: 5vw !important; } }

@media screen and (max-width: 39.9375em) {
  body h2 {
    font-size: 6vw !important; } }

@media screen and (max-width: 48em) {
  body h3 {
    font-size: 4vw !important; } }

@media screen and (max-width: 39.9375em) {
  body h3 {
    font-size: 5vw !important; } }

@media screen and (max-width: 48em) {
  body h4 {
    font-size: 3vw !important; } }

@media screen and (max-width: 39.9375em) {
  body h4 {
    font-size: 4vw !important; } }

@media screen and (max-width: 48em) {
  body h5 {
    font-size: 2vw !important; } }

@media screen and (max-width: 39.9375em) {
  body h5 {
    font-size: 3vw !important; } }

@media screen and (max-width: 48em) {
  body h6 {
    font-size: 2vw !important; } }

@media screen and (max-width: 39.9375em) {
  body h6 {
    font-size: 3vw !important; } }

td,
th {
  padding: 10px 12px;
  border: 1px solid #CCC; }

th {
  font-weight: 700;
  text-align: left; }

dl dt {
  font-weight: bold;
  padding-bottom: 5px; }

dl dd {
  padding-left: 20px;
  margin-bottom: 10px; }

abbr {
  cursor: help;
  border-bottom: 1px dotted #ff9933; }

.entry-content ul {
  padding-left: 30px; }
  .entry-content ul li {
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative; }
    .entry-content ul li:before {
      content: "\203A";
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 1.125rem;
      line-height: 1; }

.entry-content ol {
  padding-left: 30px;
  list-style-type: decimal; }
  .entry-content ol ol {
    list-style-type: lower-alpha; }
    .entry-content ol ol ol {
      list-style-type: lower-roman; }
  .entry-content ol li {
    padding-left: 0;
    padding-top: 5px; }

.format-quote .entry-content {
  background-color: #ffffff; }
  .format-quote .entry-content blockquote {
    background-color: transparent;
    padding: 50px 50px 50px 69px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    border: none; }
    .format-quote .entry-content blockquote:before {
      color: #ffffff;
      top: 50px;
      left: 20px; }
    .format-quote .entry-content blockquote p {
      font-size: inherit;
      color: #ffffff;
      text-shadow: 1px 1px 1px #000; }

.btn,
.button,
button,
input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ff9933;
  color: #fefefe;
  cursor: pointer; }
  [data-whatinput='mouse'] .btn, [data-whatinput='mouse']
  .button, [data-whatinput='mouse']
  button, [data-whatinput='mouse']
  input[type='submit'] {
    outline: 0; }
  .btn:hover, .btn:focus,
  .button:hover,
  .button:focus,
  button:hover,
  button:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background-color: #ffb366;
    color: #fefefe; }

input {
  border: 1px solid #dbd8d8;
  padding: 10px 15px; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e600"; }

.icon-next:before, .owl-buttons div.owl-next:before {
  content: "\e601"; }

.icon-prev:before, .owl-buttons div.owl-prev:before {
  content: "\e602"; }

.icon-search:before {
  content: "\e603"; }

.icon-tag:before {
  content: "\e604"; }

.icon-home:before, .social-media .website a:before {
  content: "\e60c"; }

.icon-google-plus:before, .social-media .gplus a:before {
  content: "\e605"; }

.icon-facebook:before, .social-media .fb a:before {
  content: "\e606"; }

.icon-instagram:before, .social-media .instagram a:before {
  content: "\e607"; }

.icon-twitter:before, .social-media .tw a:before {
  content: "\e608"; }

.icon-dribbble:before, .social-media .dribbble a:before {
  content: "\e609"; }

.icon-linkedin2:before, .social-media .linkedin a:before {
  content: "\e60a"; }

.icon-pinterest:before, .social-media .pintrest a:before {
  content: "\e60b"; }

.icon-bubble:before, .comments .reply a:before {
  content: "\e60d"; }

.icon-mail:before {
  content: "\e900"; }

.social-media li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 5px; }
  .social-media li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dbd8d8;
    font-size: 0;
    border-radius: 50%;
    transition: 0.25s; }
    .social-media li a:hover {
      background-color: #e8e8e8; }

.social-media a {
  text-decoration: none; }
  .social-media a:before {
    font-size: 20px;
    font-family: "icomoon";
    display: block;
    line-height: 35px;
    text-align: center;
    color: #fff; }

.social-media .icon-web a {
  background-color: #000000; }
  .social-media .icon-web a:hover {
    background-color: #333333; }
  .social-media .icon-web a:before {
    content: '\e606'; }

.social-media .icon-fb a {
  background-color: #385693; }
  .social-media .icon-fb a:hover {
    background-color: #3763ba; }
  .social-media .icon-fb a:before {
    content: '\e606'; }

.social-media .icon-tw a {
  background-color: #02b9f5; }
  .social-media .icon-tw a:hover {
    background-color: #75c9e4; }
  .social-media .icon-tw a:before {
    content: '\e608'; }

.social-media .icon-gplus a {
  background-color: #d54136; }
  .social-media .icon-gplus a:hover {
    background-color: #ff4133; }
  .social-media .icon-gplus a:before {
    content: '\e605'; }

.social-media .icon-bbb a,
.social-media .icon-dribbble a {
  background-color: #e04c86; }
  .social-media .icon-bbb a:hover,
  .social-media .icon-dribbble a:hover {
    background-color: #ff428c; }
  .social-media .icon-bbb a:before,
  .social-media .icon-dribbble a:before {
    content: '\e609'; }

.social-media .icon-in a {
  background-color: #0a6593; }
  .social-media .icon-in a:hover {
    background-color: #1c86bb; }
  .social-media .icon-in a:before {
    content: '\e60a'; }

.social-media .icon-pin a {
  background-color: #c82329; }
  .social-media .icon-pin a:hover {
    background-color: #e8494f; }
  .social-media .icon-pin a:before {
    content: '\e60b'; }

.social-media .icon-insta a {
  background-color: #6A453C; }
  .social-media .icon-insta a:hover {
    background-color: #875841; }
  .social-media .icon-insta a:before {
    content: '\e607'; }

input,
textarea,
select {
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4; }

blockquote {
  position: relative;
  border-left: 3px solid #ff9933;
  background-color: #f4f4f4;
  font-size: 14px;
  font-style: italic;
  color: #565b5e;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding: 30px 30px 30px 69px; }
  blockquote:before {
    content: '\201C';
    position: absolute;
    left: 10px;
    top: 30px;
    color: #ff9933;
    font-size: 75px;
    line-height: 0.5;
    font-family: "Ubuntu", sans-serif; }
  blockquote p {
    margin-bottom: 1.6667em;
    color: inherit; }
  blockquote > p:last-child {
    margin-bottom: 0; }
  blockquote cite,
  blockquote small {
    color: #333;
    font-size: 15px;
    line-height: 1.6; }
  blockquote em,
  blockquote i,
  blockquote cite {
    font-style: normal; }
  blockquote strong,
  blockquote b {
    font-weight: 400; }

/* Alignments */
.alignleft {
  display: inline;
  float: left; }
  .alignleftblockquote, .alignleft.wp-caption {
    margin: 0.4em 1.6em 1.6em 0; }

img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.alignright {
  display: inline;
  float: right; }
  .alignrightblockquote, .alignright.wp-caption {
    margin: 0.4em 0 1.6em 1.6em; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .aligncenterblockquote, .aligncenter.wp-captionx {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em; }

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
  font-size: 26px;
  line-height: 1.1538;
  margin-top: 1em;
  margin-bottom: 0.9231em; }

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
  font-size: 22px;
  line-height: 1.3636;
  margin-top: 1em;
  margin-bottom: 0.9231em; }

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
  font-size: 18px;
  line-height: 1.3333;
  margin-top: 1em;
  margin-bottom: 0.9231em; }

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.9231em; }

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0; }

.entry-content a img,
.entry-content a img,
.entry-content a img,
.entry-content a img,
.entry-summary a img,
.entry-summary a img,
.entry-summary a img,
.entry-summary a img,
.page-content a img,
.page-content a img,
.page-content a img,
.page-content a img,
.comment-content a img,
.comment-content a img,
.comment-content a img,
.comment-content a img {
  display: block; }

/* Comments */
.comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 30px; }

.comments-area > :last-child {
  margin-bottom: 0; }

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em; }

.comments-title,
.comment-reply-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 1.3333;
  color: #ff9933; }

.comments-title {
  margin-bottom: 1.3333em; }

.comment-list {
  list-style: none;
  margin: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  padding: 1.6em 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 0.8em; }

.comment-author {
  color: #707070;
  margin-bottom: 0.4em; }

.comment-author a:hover {
  border-bottom: 1px solid #707070; }

.comment-author .avatar {
  float: left;
  margin-right: 0.8em; }

.bypostauthor > article .fn:after {
  content: "\f304";
  position: relative;
  top: 5px;
  left: 3px; }

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  font-size: 14px;
  line-height: 1.5; }

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333; }

.comment-metadata {
  margin-bottom: 1.6em; }

.comment-metadata .edit-link {
  margin-left: 1em; }

.pingback .edit-link {
  margin-left: 1em; }

.pingback .edit-link:before {
  top: 5px; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .reply {
  font-size: 14px; }

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase; }

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0; }

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2em; }

.logged-in-as a:hover {
  border-bottom: 1px solid #333; }

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em; }

.comment-navigation + .no-comments {
  border-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0; }

.required {
  color: #c0392b; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
  color: #ff9933;
  text-decoration: underline; }
  .comment-reply-title small a:hover {
    text-decoration: none; }

.comment-reply-title small a:before {
  font-size: 32px;
  position: relative;
  top: -3px; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1.6em; }
  .post-media .wp-audio-shortcode, .post-media
  .wp-video, .post-media
  .wp-playlist.wp-audio-playlist {
    margin-bottom: 0;
    margin-top: 50px; }

.post-media {
  overflow: hidden; }

.wp-playlist.wp-playlist {
  padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
  margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 10px; }

/* Captions */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

em {
  font-style: italic; }

mark,
ins {
  background-color: #ffb366;
  text-decoration: none; }

pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

strong {
  font-weight: 700; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 3px; }

sub {
  top: 2px; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

address {
  font-style: italic;
  margin: 0 0 1.6em;
  font-size: 0.9em; }

.gallery-caption {
  display: block; }

.gallery-columns-1:after,
.gallery-columns-2:after,
.gallery-columns-3:after,
.gallery-columns-4:after,
.gallery-columns-5:after,
.gallery-columns-6:after,
.gallery-columns-7:after,
.gallery-columns-8:after,
.gallery-columns-9:after {
  content: '';
  display: block;
  clear: both; }

.gallery-item {
  float: left;
  padding: 5px;
  text-align: center; }
  .gallery-columns-1 .gallery-item {
    display: block; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
    .gallery-columns-2 .gallery-item:nth-child(2n+1) {
      clear: both; }
  .gallery-columns-3 .gallery-item {
    width: calc(100% / 3); }
    .gallery-columns-3 .gallery-item:nth-child(3n+1) {
      clear: both; }
  .gallery-columns-4 .gallery-item {
    width: calc(100% / 4); }
    .gallery-columns-4 .gallery-item:nth-child(4n+1) {
      clear: both; }
  .gallery-columns-5 .gallery-item {
    width: calc(100% / 5); }
    .gallery-columns-5 .gallery-item:nth-child(5n+1) {
      clear: both; }
  .gallery-columns-6 .gallery-item {
    width: calc(100% / 6); }
    .gallery-columns-6 .gallery-item:nth-child(6n+1) {
      clear: both; }
  .gallery-columns-7 .gallery-item {
    width: calc(100% / 7); }
    .gallery-columns-7 .gallery-item:nth-child(7n+1) {
      clear: both; }
  .gallery-columns-8 .gallery-item {
    width: calc(100% / 8); }
    .gallery-columns-8 .gallery-item:nth-child(8n+1) {
      clear: both; }
  .gallery-columns-9 .gallery-item {
    width: calc(100% / 9); }
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
      clear: both; }
  .gallery-item img {
    margin: 0 auto; }

.post-media p {
  margin: 0; }
  .post_format-post-format-video .post-media p,
  .post_format-post-format-gallery .post-media p,
  .post_format-post-format-image .post-media p,
  .post_format-post-format-audio .post-media p {
    padding: 30px 35px; }

.post-media .wp-caption {
  position: relative; }
  .post-media .wp-caption .wp-caption-text {
    position: absolute;
    top: 50%;
    padding: 0 10px;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "Ubuntu", sans-serif;
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 3px #000; }

.post-media iframe {
  max-width: 100%; }
  @media screen and (max-width: 48em) {
    .post-media iframe {
      height: 54vw; } }

.custom-logo-link {
  float: left;
  padding-top: 15px; }
  @media screen and (max-width: 63.9375em) {
    .custom-logo-link {
      padding-top: 0; } }
  .custom-logo-link img {
    height: 50px;
    width: auto; }

.format-image figure {
  max-width: 100%;
  margin: 0 auto; }

.post-password-form input[type=submit] {
  margin-bottom: 0;
  padding: 10px 15px; }

#header-section {
  z-index: 1; }
  #header-section.nav-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #header-section.nav-top #billboard {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    #header-section.nav-top #site-header {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
  #header-section.overlay-nav {
    position: relative;
    z-index: 1; }
    #header-section.overlay-nav #site-header {
      position: absolute;
      top: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9); }
    #header-section.overlay-nav.sticky-nav #site-header {
      z-index: 1; }
      .logged-in #header-section.overlay-nav.sticky-nav #site-header {
        top: 32px; }
  #header-section.sticky-bar.sticky-bar-enabled #site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.25s;
    z-index: 10;
    border-bottom: 1px solid #ccc; }
    .logged-in #header-section.sticky-bar.sticky-bar-enabled #site-header {
      top: 32px; }
  #header-section.sticky-bar.sticky-bar-enabled #main-navigation .menu.collapsed {
    border-top: none;
    border: 1px solid #ccc; }

#billboard {
  position: relative;
  -webkit-user-select: text;
  /* Chrome all / Safari all */
  -moz-user-select: text;
  /* Firefox all */
  -ms-user-select: text;
  /* IE 10+ */
  user-select: text;
  /* Likely future */ }
  @media screen and (max-width: 63.9375em) {
    #billboard {
      height: 50vw !important; } }
  #billboard .slider-container,
  #billboard .owl-wrapper-outer,
  #billboard .owl-wrapper,
  #billboard .owl-item,
  #billboard .slide,
  #billboard .img-holder {
    height: 100%; }
  #billboard .img-holder {
    background-size: cover;
    background-position: top center; }
  #billboard .billboard-text {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 63.9375em) {
      #billboard .billboard-text {
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    #billboard .billboard-text h2 {
      font-size: 55px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 48em) {
        #billboard .billboard-text h2 {
          font-size: 6vw; } }
      @media screen and (max-width: 39.9375em) {
        #billboard .billboard-text h2 {
          font-size: 7vw; } }
      #billboard .billboard-text h2 strong {
        display: block; }
    #billboard .billboard-text p {
      font-size: 26px;
      color: inherit; }
      @media screen and (max-width: 48em) {
        #billboard .billboard-text p {
          font-size: 3vw; } }
      @media screen and (max-width: 39.9375em) {
        #billboard .billboard-text p {
          font-size: 4vw; } }

.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 7%;
  text-align: center; }
  .owl-pagination .owl-page {
    border: 1px solid #FFF;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px; }
    .owl-pagination .owl-page.active {
      background-color: #FFF; }

.owl-buttons {
  width: 100%; }
  .owl-buttons div {
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -25px; }
    .owl-buttons div.owl-prev {
      left: 100px;
      font-size: 0; }
      @media screen and (max-width: 63.9375em) {
        .owl-buttons div.owl-prev {
          left: 10px; } }
      .owl-buttons div.owl-prev:before {
        font-size: 35px;
        font-family: "icomoon"; }
    .owl-buttons div.owl-next {
      right: 100px;
      font-size: 0; }
      @media screen and (max-width: 63.9375em) {
        .owl-buttons div.owl-next {
          right: 10px; } }
      .owl-buttons div.owl-next:before {
        font-size: 35px;
        font-family: "icomoon"; }

#site-header {
  background-color: #fff; }
  #site-header .container {
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 62.5625em) {
      #site-header .container {
        display: block; } }
    @media screen and (max-width: 39.9375em) {
      #site-header .container {
        position: relative; } }
    #site-header .container h1 {
      display: inline-block;
      margin-bottom: 0; }

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  padding-left: 25px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (min-width: 62.5625em) {
    .top-bar {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      float: right; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar {
      position: static;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .top-bar .primary-menu {
    position: absolute;
    top: 45px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #dbd8d8; }
    @media screen and (min-width: 62.5625em) {
      .top-bar .primary-menu {
        position: static;
        display: inline-block;
        font-family: "Ubuntu", sans-serif;
        float: left;
        border: none; } }
    @media screen and (min-width: 62.5625em) {
      .top-bar .primary-menu ul li {
        float: left;
        position: relative; }
        .top-bar .primary-menu ul li > a {
          display: block;
          padding: 20px 15px;
          text-transform: uppercase;
          text-decoration: none;
          color: #333; }
        .top-bar .primary-menu ul li .sub-toggle {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -8px;
          width: 30px;
          text-align: center; }
        .top-bar .primary-menu ul li.has-submenu a {
          padding-right: 20px; } }
    .top-bar .primary-menu ul.sub-menu {
      display: none;
      z-index: 1;
      background: #f0f0f0;
      min-width: 250px;
      top: 42px; }
      .top-bar .primary-menu ul.sub-menu .sub-menu {
        background: #e0e0e0; }
        @media screen and (min-width: 62.5625em) {
          .top-bar .primary-menu ul.sub-menu .sub-menu {
            background: #f5f5f5; } }
      @media screen and (min-width: 62.5625em) {
        .top-bar .primary-menu ul.sub-menu {
          background: #f5f5f5;
          position: absolute;
          box-shadow: 1px -11px 0px -7px #dbd8d8; } }
      .top-bar .primary-menu ul.sub-menu li {
        display: block;
        float: none; }
      .top-bar .primary-menu ul.sub-menu .sub-menu {
        top: 0;
        left: 100%; }
  .top-bar .site-search {
    position: static;
    margin-top: 12px; }
    @media screen and (min-width: 62.5625em) {
      .top-bar .site-search {
        margin-top: 23px; } }
    .top-bar .site-search .icon-search {
      position: relative;
      font-size: 0;
      text-align: center;
      width: 40px;
      height: 40px;
      padding: 12px 10px;
      z-index: 1;
      background-color: #fff; }
      .top-bar .site-search .icon-search:before {
        font-size: 16px; }
    .top-bar .site-search .search-form {
      position: absolute;
      left: calc(100% - 40px);
      top: 12px;
      width: 0;
      transition: 0.25s;
      overflow: hidden;
      height: 40px; }
      @media screen and (min-width: 62.5625em) {
        .top-bar .site-search .search-form {
          left: calc(100% - 40px);
          top: 23px; } }
      @media screen and (max-width: 48em) {
        .top-bar .site-search .search-form {
          left: 100%;
          top: 55px; } }
      @media screen and (max-width: 39.9375em) {
        .top-bar .site-search .search-form {
          left: 100%;
          top: 85px; } }
      .top-bar .site-search .search-form .search-field {
        float: left;
        width: 75%;
        height: 35px;
        transition: 2.5s; }
      .top-bar .site-search .search-form .search-submit {
        float: left;
        width: 25%;
        transition: 2.5s;
        margin-bottom: 0;
        padding: 9px 5px 10px; }
      .top-bar .site-search .search-form .screen-reader-text {
        display: none; }
      .top-bar .site-search .search-form .search-button {
        margin-bottom: 0; }
    .top-bar .site-search.active .search-form {
      transition: 0.15s;
      left: 0;
      width: calc(100% - 40px); }
      @media screen and (min-width: 48.0625em) {
        .top-bar .site-search.active .search-form {
          width: calc(100% - 60px);
          left: 20px; } }
      @media screen and (max-width: 48em) {
        .top-bar .site-search.active .search-form {
          width: 100%;
          left: 0; } }
      @media screen and (max-width: 39.9375em) {
        .top-bar .site-search.active .search-form {
          width: 90%;
          left: 5%; } }
      .top-bar .site-search.active .search-form .search-field {
        float: left;
        width: 75%;
        transition: 2.5s; }
      .top-bar .site-search.active .search-form .search-submit {
        float: left;
        width: 25%;
        transition: 2.5s;
        margin-bottom: 0;
        padding: 9px 5px 10px; }
    .top-bar .site-search.active .icon-search:before {
      content: "X";
      font-family: "Ubuntu", sans-serif; }

.logo {
  float: left; }
  h1 .logo {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none; }
    @media screen and (min-width: 62.5625em) {
      h1 .logo {
        line-height: 5.9375rem; } }

.site-search {
  float: right;
  cursor: pointer; }
  .site-search #searchform {
    display: none; }

#main-navigation .menu {
  width: 300px;
  text-align: left; }
  @media screen and (min-width: 62.5625em) {
    #main-navigation .menu {
      width: 100%;
      float: left;
      padding-top: 20px; } }
  #main-navigation .menu.collapsed {
    position: absolute;
    right: 0;
    top: 65px;
    width: 275px;
    background-color: #ffffff;
    padding-top: 0;
    text-align: left;
    z-index: 1; }
    #main-navigation .menu.collapsed li {
      display: block;
      float: none; }
    #main-navigation .menu.collapsed ul.sub-menu {
      position: static;
      background-color: rgba(0, 0, 0, 0.1); }
  #main-navigation .menu li {
    display: block; }
    @media screen and (min-width: 62.5625em) {
      #main-navigation .menu li {
        display: inline-block;
        text-align: left; } }
    #main-navigation .menu li.has-submenu li {
      display: block; }
      #main-navigation .menu li.has-submenu li .sub-toggle {
        right: 10px; }
    #main-navigation .menu li a {
      font-family: "Ubuntu", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      color: #333;
      padding: 10px 14px;
      display: block; }
      #main-navigation .menu li a:hover {
        text-decoration: none; }
    #main-navigation .menu li.has-submenu {
      position: relative; }
      #main-navigation .menu li.has-submenu .sub-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        padding-top: 17px; }
        @media screen and (min-width: 62.5625em) {
          #main-navigation .menu li.has-submenu .sub-toggle {
            right: 0; } }
      #main-navigation .menu li.has-submenu > a {
        padding-right: 20px; }
      #main-navigation .menu li.has-submenu ul.children {
        position: absolute; }
        #main-navigation .menu li.has-submenu ul.children li {
          display: block;
          padding-top: 5px;
          padding-bottom: 5px; }
      #main-navigation .menu li.has-submenu:hover ul.children {
        display: block; }

.main-content .container {
  padding-top: 30px; }
  .main-content .container.left-sidebar .sidebar {
    float: left; }

.site-content {
  padding-bottom: 30px; }
  .site-content article {
    background-color: #fff; }
  @media screen and (min-width: 48.0625em) {
    .site-content {
      width: 66.66667%;
      float: left; } }
  @media screen and (min-width: 48.0625em) and (min-width: 30em) {
    .site-content {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 48.0625em) and (min-width: 40em) {
    .site-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 48.0625em) {
      .site-content:last-child:not(:first-child) {
        float: right; } }
  .left-sidebar .site-content {
    float: right; }
    @media screen and (max-width: 48em) {
      .left-sidebar .site-content {
        float: none; } }
  .no-sidebar .site-content {
    width: 100%;
    float: left; }
    @media print, screen and (min-width: 30em) {
      .no-sidebar .site-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
      .no-sidebar .site-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .no-sidebar .site-content:last-child:not(:first-child) {
      float: right; }
    .no-sidebar .site-content .post-media iframe {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: inherit; }
      .no-sidebar .site-content .post-media iframe[src*="soundcloud.com"] {
        height: 250px; }
      .no-sidebar .site-content .post-media iframe[src*="mixcloud.com"] {
        height: 180px; }
      .no-sidebar .site-content .post-media iframe[src*="youtube.com"], .no-sidebar .site-content .post-media iframe[src*="dailymotion.com"], .no-sidebar .site-content .post-media iframe[src*="videopress.com"], .no-sidebar .site-content .post-media iframe[src*="slideshare.net"], .no-sidebar .site-content .post-media iframe[src*="ted.com"], .no-sidebar .site-content .post-media iframe[src*="vimeo.com"] {
        height: 660px; }
        @media screen and (max-width: 74.9375em) {
          .no-sidebar .site-content .post-media iframe[src*="youtube.com"], .no-sidebar .site-content .post-media iframe[src*="dailymotion.com"], .no-sidebar .site-content .post-media iframe[src*="videopress.com"], .no-sidebar .site-content .post-media iframe[src*="slideshare.net"], .no-sidebar .site-content .post-media iframe[src*="ted.com"], .no-sidebar .site-content .post-media iframe[src*="vimeo.com"] {
            height: 54.5vw; } }

article {
  margin-bottom: 30px;
  word-wrap: break-word;
  /*  .post-media{
      margin-bottom: 10px;
    }*/ }
  article p {
    margin-bottom: 15px; }
  article img {
    max-width: 100%;
    height: auto; }
  article .post-content {
    padding: 30px 35.1px; }
    article .post-content:after {
      content: '';
      display: block;
      clear: both; }
  article .post-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px; }
    article .post-title a {
      color: inherit;
      text-decoration: none; }
      article .post-title a:hover {
        color: #ff9933; }
      article .post-title a:visited {
        color: #fd6200; }
  article .entry-meta {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.35;
    color: #7d7d7d;
    margin-bottom: 15px; }
    article .entry-meta .meta-title {
      margin-right: 5px;
      color: #dbd8d8; }
    article .entry-meta li {
      display: inline-block;
      margin-right: 20px; }
  article .more-link {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 16px; }
  article .post-media img {
    width: 100%;
    height: auto; }
  article.type-page {
    padding: 30px 35.1px; }

.author-bio, .related-articles, .comment-form-container,
.comments-area {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px; }
  .author-bio:after, .related-articles:after, .comment-form-container:after,
  .comments-area:after {
    content: '';
    display: block;
    clear: both; }
  .author-bio h3, .related-articles h3, .comment-form-container h3,
  .comments-area h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ff9933; }
  .author-bio .avatar, .related-articles .avatar, .comment-form-container .avatar,
  .comments-area .avatar {
    float: left;
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 30px; }
    .author-bio .avatar img, .related-articles .avatar img, .comment-form-container .avatar img,
    .comments-area .avatar img {
      padding: 3px;
      border: 1px solid #dbd8d8;
      display: block;
      border-radius: 50%; }
  .author-bio .bio-detail, .related-articles .bio-detail, .comment-form-container .bio-detail,
  .comments-area .bio-detail {
    overflow: hidden; }
    .author-bio .bio-detail p, .related-articles .bio-detail p, .comment-form-container .bio-detail p,
    .comments-area .bio-detail p {
      margin-bottom: 15px; }
    .author-bio .bio-detail .icon-dribbble:before, .related-articles .bio-detail .icon-dribbble:before, .comment-form-container .bio-detail .icon-dribbble:before,
    .comments-area .bio-detail .icon-dribbble:before, .author-bio .bio-detail .social-media .dribbble a:before, .social-media .dribbble .author-bio .bio-detail a:before, .related-articles .bio-detail .social-media .dribbble a:before, .social-media .dribbble .related-articles .bio-detail a:before, .comment-form-container .bio-detail .social-media .dribbble a:before, .social-media .dribbble .comment-form-container .bio-detail a:before,
    .comments-area .bio-detail .social-media .dribbble a:before, .social-media .dribbble
    .comments-area .bio-detail a:before {
      display: none; }
  .author-bio h4, .related-articles h4, .comment-form-container h4,
  .comments-area h4 {
    font-size: 16px;
    color: #29211e; }
    .author-bio h4 a, .related-articles h4 a, .comment-form-container h4 a,
    .comments-area h4 a {
      color: inherit;
      text-decoration: none; }
      .author-bio h4 a:hover, .related-articles h4 a:hover, .comment-form-container h4 a:hover,
      .comments-area h4 a:hover {
        text-decoration: underline; }

@media print, screen and (min-width: 30em) {
  .related-articles .article-list {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media print, screen and (min-width: 40em) {
  .related-articles .article-list {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .related-articles .article-list {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.related-articles .article-list a.article {
  width: 50%;
  float: left;
  color: #7d7d7d;
  font-size: 14px;
  text-decoration: none; }
  @media print, screen and (min-width: 30em) {
    .related-articles .article-list a.article {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) {
    .related-articles .article-list a.article {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .related-articles .article-list a.article:last-child:not(:first-child) {
    float: right; }
  .related-articles .article-list a.article:hover {
    text-decoration: underline; }
  .related-articles .article-list a.article h4 {
    margin-bottom: 10px; }

.related-articles:after {
  content: '';
  display: block;
  clear: both; }

.comments-area .comments-title {
  margin-bottom: 30px; }

.comments .comment-body {
  padding-left: 100px;
  position: relative; }

.comments .comment-author {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #000; }
  .comments .comment-author a {
    color: inherit;
    text-decoration: none; }
  .comments .comment-author .says {
    display: none; }
  .comments .comment-author .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%; }

.comments .commentmetadata {
  margin-bottom: 15px; }

.comments p {
  font-size: 14px;
  margin-bottom: 15px; }

.comments a {
  color: #29211e;
  text-decoration: none; }
  .comments a:hover {
    color: #ff9933;
    text-decoration: underline; }

.comments .reply a {
  text-decoration: none; }
  .comments .reply a:before {
    font-family: "icomoon";
    margin-right: 5px; }
  .comments .reply a:hover:before {
    text-decoration: none; }

.comments ol {
  margin-left: 30px; }
  .comments ol li {
    margin-top: 30px; }

.comments li {
  margin-bottom: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #dbd8d8; }
  .comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 15px; }

@media print, screen and (min-width: 30em) {
  .comment-form {
    margin-right: -0.625rem;
    margin-left: -0.625rem; } }

@media print, screen and (min-width: 40em) {
  .comment-form {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .comment-form {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  float: left; }
  @media print, screen and (min-width: 30em) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .comment-form .comment-form-author:last-child:not(:first-child),
  .comment-form .comment-form-email:last-child:not(:first-child) {
    float: right; }

.comment-form p {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 30em) {
    .comment-form p {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) {
    .comment-form p {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .comment-form p:last-child:not(:first-child) {
    float: right; }

.comment-form textarea {
  width: 100%; }

.comment-form input[type="submit"] {
  float: left;
  width: auto;
  padding: 0.6rem 2rem;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #000; }
  .comment-form input[type="submit"]:hover {
    background-color: #666666; }

.no-page .search-form input[type=submit] {
  margin: 0; }

.owl-item .gallery-item {
  width: 100%;
  position: relative; }
  .owl-item .gallery-item img {
    display: block; }
  .owl-item .gallery-item .gallery-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75); }

.post-social-media-share,
.addtoany_share_save_container .addtoany_list {
  margin-top: 0;
  margin-right: -35.1px;
  margin-left: -35.1px;
  margin-bottom: -30px; }
  .post-media .post-social-media-share,
  .post_format-post-format-image .post-social-media-share, .post-media
  .addtoany_share_save_container .addtoany_list,
  .post_format-post-format-image
  .addtoany_share_save_container .addtoany_list {
    margin: 0; }
  .post-social-media-share ul,
  .addtoany_share_save_container .addtoany_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .post-social-media-share ul li,
    .addtoany_share_save_container .addtoany_list ul li {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      border: 1px solid #ebebeb;
      border-left: 0;
      color: #666666; }
      .post-social-media-share ul li:first-child,
      .addtoany_share_save_container .addtoany_list ul li:first-child {
        border-left: 1px solid #ebebeb; }
      .post-social-media-share ul li a,
      .addtoany_share_save_container .addtoany_list ul li a {
        display: block;
        color: inherit;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        transition: 0.25s;
        font-size: 0; }
        .post-social-media-share ul li a:hover,
        .addtoany_share_save_container .addtoany_list ul li a:hover {
          background-color: #000000;
          color: #ffffff; }
      .post-social-media-share ul li.fb-share a:before, .post-social-media-share ul li.tw-share a:before, .post-social-media-share ul li.gplus-share a:before, .post-social-media-share ul li.pin-share a:before, .post-social-media-share ul li.in-share a:before, .post-social-media-share ul li.email-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.fb-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.tw-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.gplus-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.pin-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.in-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.email-share a:before {
        font-size: 20px;
        font-family: "icomoon";
        display: block;
        line-height: 60px;
        text-align: center; }
      .post-social-media-share ul li.fb-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.fb-share a:before {
        content: '\e606'; }
      .post-social-media-share ul li.tw-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.tw-share a:before {
        content: '\e608'; }
      .post-social-media-share ul li.gplus-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.gplus-share a:before {
        content: '\e605'; }
      .post-social-media-share ul li.pin-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.pin-share a:before {
        content: '\e60b'; }
      .post-social-media-share ul li.in-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.in-share a:before {
        content: '\e60a'; }
      .post-social-media-share ul li.email-share a:before,
      .addtoany_share_save_container .addtoany_list ul li.email-share a:before {
        content: '\e900'; }

div.addtoany_share_save_container {
  margin: 15px 0 0; }
  div.addtoany_share_save_container .addtoany_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.pagination .next {
  float: right; }

.pagination .previous {
  float: left; }

@media screen and (min-width: 48.0625em) {
  .sidebar {
    width: 33.33333%;
    float: left; } }
  @media screen and (min-width: 48.0625em) and (min-width: 30em) {
    .sidebar {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 48.0625em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media screen and (min-width: 48.0625em) {
    .sidebar:last-child:not(:first-child) {
      float: right; } }

.left-sidebar .sidebar {
  float: left; }
  @media screen and (max-width: 48em) {
    .left-sidebar .sidebar {
      float: none; } }

.widget {
  position: relative;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px; }
  .widget:before {
    content: '';
    position: absolute;
    left: 2.5%;
    top: -5px;
    background-color: #dbd8d8;
    height: calc(100% + 10px);
    width: 95%;
    z-index: -1;
    border-radius: 1px; }
  .widget:after {
    content: '';
    display: block;
    clear: both; }
  .widget .widget-title {
    font-weight: 700;
    font-size: 18px;
    color: #ff9933;
    margin-bottom: 15px; }
  .widget a {
    color: #7d7d7d;
    text-decoration: none; }
    .widget a:hover {
      color: #000; }
  .widget li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 1.4;
    border-bottom: 1px solid #dbd8d8;
    padding-left: 15px;
    position: relative; }
    .widget li:before {
      content: "\203A";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      line-height: 1;
      text-indent: 0;
      background-position: -42px -7px;
      width: 6px;
      height: 8px; }
    .widget li img {
      display: block;
      border: 3px solid #dbd8d8;
      margin-right: 5px; }
  .widget .searchform:after {
    content: '';
    display: table;
    clear: both; }
  .widget .searchform label {
    display: block;
    margin-bottom: 15px; }
  .widget .searchform input {
    float: left; }
    .widget .searchform input[type="text"] {
      width: 70%; }
    .widget .searchform input[type="submit"] {
      width: 30%;
      padding: 0.6rem 1rem; }
  .widget img,
  .widget input,
  .widget select,
  .widget textarea {
    max-width: 100%; }

.widget_search .screen-reader-text {
  display: block;
  margin-bottom: 10px; }

.widget_search label {
  float: left;
  width: 75%; }

.widget_search input[type=search], .widget_search input[type=text] {
  width: 100%; }

.widget_search .search-submit {
  float: left;
  padding: 10px 5px;
  margin-bottom: 0;
  width: 25%;
  margin-top: 32px;
  height: 37px; }

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  background-color: #f4f4f4;
  vertical-align: baseline;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 10px; }

.newsletter-subscription {
  background-color: #fff; }
  .newsletter-subscription .container {
    text-align: center;
    padding: 37.5px 0; }
    @media screen and (max-width: 48em) {
      .newsletter-subscription .container {
        padding: 37.5px; } }
  .newsletter-subscription form p {
    float: left; }
  .newsletter-subscription h4,
  .newsletter-subscription form {
    display: inline-block;
    vertical-align: middle; }
  .newsletter-subscription h4 {
    margin-right: 30px;
    font-size: 14px; }
  .newsletter-subscription input {
    float: left;
    width: 220px;
    height: 35px;
    font-size: 12px;
    line-height: 1; }
    .newsletter-subscription input[type='submit'] {
      width: auto;
      background-color: #000;
      margin-bottom: 0;
      padding: 10px 25px; }
  .newsletter-subscription label {
    display: none; }

.footer-navigation {
  background-color: #29211e;
  padding: 24px 0;
  color: #e8e8e8;
  font-size: 14px; }
  .footer-navigation .container {
    padding-left: 15px;
    padding-right: 15px; }
    @media print, screen and (min-width: 64em) {
      .footer-navigation .container {
        padding-left: 0;
        padding-right: 0; } }
  .footer-navigation .social-media h4 {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0; }
  .footer-navigation .social-media ul {
    display: inline-block;
    vertical-align: middle; }
  .footer-navigation .social-media li {
    margin-right: 12px; }
    .footer-navigation .social-media li:last-child {
      margin-right: 0; }
  .footer-navigation a {
    color: #e8e8e8;
    text-decoration: none; }
  .footer-navigation li {
    float: left;
    margin-right: 30px; }

.copyright-info {
  background-color: #fff;
  font-size: 11px;
  color: #dbd8d8; }
  .copyright-info .container {
    padding: 15px 0; }
    @media screen and (max-width: 48em) {
      .copyright-info .container {
        padding: 15px; } }

.menu-collapser {
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button {
  width: 40px;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .collapse-button .icon-bar {
    display: block;
    height: 3px;
    width: 18px;
    margin: 2px 0;
    background-color: #210102; }

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table; }
  ul.slimmenu:after {
    clear: both; }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li > ul {
      position: static;
      display: none; }
    ul.slimmenu.collapsed li a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li .sub-toggle {
      height: 40px; }
  ul.slimmenu li {
    position: relative;
    float: left;
    display: inline-block;
    background-color: #AAA; }
    ul.slimmenu li ul {
      margin: 0;
      list-style-type: none; }
      ul.slimmenu li ul li {
        background: #bbbbbb; }
    ul.slimmenu li > ul {
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      display: none;
      width: 100%; }
      ul.slimmenu li > ul > li ul {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        display: none;
        width: 100%; }
    ul.slimmenu li a {
      display: block;
      padding: 12px 64px 12px 16px;
      color: #333;
      font-size: 16px;
      font-weight: 400;
      transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -webkit-transition: background-color 0.5s ease-out; }
      ul.slimmenu li a:hover {
        text-decoration: none;
        background-color: #999; }
    ul.slimmenu li .sub-toggle {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
      position: absolute;
      right: 0;
      top: 0;
      z-index: 999;
      width: 48px;
      height: 100%;
      text-align: center;
      cursor: pointer; }
      ul.slimmenu li .sub-toggle:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        vertical-align: middle; }
      ul.slimmenu li .sub-toggle > i {
        display: inline-block;
        color: #333;
        font-size: 18px;
        vertical-align: middle; }
  ul.slimmenu > li {
    border-left: 1px solid #999; }
    ul.slimmenu > li:first-child,
    ul.slimmenu > li.has-submenu + li {
      border-left: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
