/* 
*  Main CSS Index File
*
*/
/* 
*  Vendor File Index
*
*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 17, ../sass/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 23, ../sass/vendor/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 33, ../sass/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 39, ../sass/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 43, ../sass/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 47, ../sass/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 51, ../sass/vendor/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 59, ../sass/vendor/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 62, ../sass/vendor/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 65, ../sass/vendor/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME with some CUSTOMIZATIONS
 * ====================================================================================================================*/
/* line 71, ../sass/vendor/_flexslider.scss */
.flexslider {
  margin: 0 0px;
  position: relative;
  zoom: 1;
}

/* line 79, ../sass/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 82, ../sass/vendor/_flexslider.scss */
.flexslider .slides img {
  height: auto;
}

/* line 85, ../sass/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 93, ../sass/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 96, ../sass/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 99, ../sass/vendor/_flexslider.scss */
.flex-direction-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

/* line 111, ../sass/vendor/_flexslider.scss */
.flex-direction-nav li {
  position: absolute;
  bottom: 0px;
  min-height: 136px;
  display: flex;
  align-items: center;
}

/* line 119, ../sass/vendor/_flexslider.scss */
.flex-direction-nav li:first-child {
  left: 30px;
}

/* line 122, ../sass/vendor/_flexslider.scss */
.flex-direction-nav li:last-child {
  right: 30px;
}

/* line 125, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #FF6600;
}

/* line 145, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  display: inline-block;
  content: '\2039';
  color: white;
}

/* line 152, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\203a';
}

/* line 155, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: 20px;
}

/* line 158, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
}

/* line 176, ../sass/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 181, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 194, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: helvetica, sans-serif;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 200, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 203, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}

/* line 206, ../sass/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none;
}

/* line 213, ../sass/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 219, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 235, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 239, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 244, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 249, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 254, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 266, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 269, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Custom Styles */
/* line 275, ../sass/vendor/_flexslider.scss */
.flexslider .slides > li {
  position: relative;
}

/* line 278, ../sass/vendor/_flexslider.scss */
.slide-caption {
  background: #FF6600;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Intro-Inline', Arial, sans-serif;
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 291, ../sass/vendor/_flexslider.scss */
.slide-caption h3 {
  margin: 7px 0 0 0;
  font-size: 24px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-family: 'Intro-Inline', Arial, sans-serif;
}

/* line 299, ../sass/vendor/_flexslider.scss */
.slide-caption h4 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 312, ../sass/vendor/_flexslider.scss */
  .slide-caption h4 {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  /* line 320, ../sass/vendor/_flexslider.scss */
  .slide-caption {
    margin: 0 auto;
    min-height: 125px;
  }

  /* line 325, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav {
    max-width: 1300px;
    margin: 0 auto;
  }

  /* line 329, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav li {
    min-height: 125px;
  }

  /* line 336, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav a:before {
    font-size: 100px;
  }

  /* line 340, ../sass/vendor/_flexslider.scss */
  .slide-caption h3 {
    margin: 0;
    font-size: 33px;
    padding: 0 50px;
    max-width: 1160px;
  }

  /* line 348, ../sass/vendor/_flexslider.scss */
  .slide-caption h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    padding: 0 50px;
  }
}
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General
*******************************************************************************************/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
/* line 7, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
}

/* line 8, ../sass/base/_base.scss */
body {
  overflow: hidden;
}

/* line 9, ../sass/base/_base.scss */
.container {
  width: 100%;
  max-width: 1168px;
}

/* line 13, ../sass/base/_base.scss */
body {
  font: normal normal normal 15px/160% "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 0;
}

/* line 18, ../sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 22, ../sass/base/_base.scss */
.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 29, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 33, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

/* line 40, ../sass/base/_base.scss */
.alignleft {
  float: left;
  margin-right: 15px;
}

/* line 44, ../sass/base/_base.scss */
.aligncenter {
  margin: 15px auto;
  display: block;
}

/* line 48, ../sass/base/_base.scss */
.alignright {
  float: right;
  margin-left: 15px;
}

/* line 52, ../sass/base/_base.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 56, ../sass/base/_base.scss */
a {
  color: #FF6600;
}
/* line 58, ../sass/base/_base.scss */
a:hover {
  text-decoration: none;
  color: #428bca;
}

/* line 63, ../sass/base/_base.scss */
em {
  font-style: italic;
}

/* line 66, ../sass/base/_base.scss */
strong {
  font-weight: bold;
}

/* line 69, ../sass/base/_base.scss */
p {
  margin-bottom: 15px;
}

/* line 72, ../sass/base/_base.scss */
blockquote {
  padding: 10px 0;
}

/* line 75, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: black;
  font: bold 20px/145% "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  border-left: none;
}

/* line 82, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 30px 0 15px;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 88, ../sass/base/_base.scss */
h2 {
  font-size: 30px;
}

/* line 89, ../sass/base/_base.scss */
h3 {
  font-size: 26px;
}

/* line 90, ../sass/base/_base.scss */
h4 {
  font-size: 22px;
}

/* line 91, ../sass/base/_base.scss */
h5 {
  font-size: 18px;
}

/* line 92, ../sass/base/_base.scss */
h6 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 94, ../sass/base/_base.scss */
> h2 {
  font-size: 40px;
}

/* line 95, ../sass/base/_base.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  margin-bottom: 15px;
}
/* line 99, ../sass/base/_base.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 103, ../sass/base/_base.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 108, ../sass/base/_base.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}
/* line 112, ../sass/base/_base.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 116, ../sass/base/_base.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 120, ../sass/base/_base.scss */
ol ol {
  padding-left: 20px;
}

/* line 127, ../sass/base/_base.scss */
.btn-primary {
  background-color: black;
  border-color: black;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 133, ../sass/base/_base.scss */
.btn-primary:hover {
  background-color: #FF6600;
  border-color: #FF6600;
}

/* line 139, ../sass/base/_base.scss */
.feed-post {
  margin-bottom: 30px;
  text-align: center;
}
/* line 142, ../sass/base/_base.scss */
.feed-post h3 {
  margin: 15px 0 5px 0;
}
/* line 144, ../sass/base/_base.scss */
.feed-post h3 a {
  color: black;
}
/* line 146, ../sass/base/_base.scss */
.feed-post h3 a:hover {
  color: #FF6600;
}
/* line 151, ../sass/base/_base.scss */
.feed-post .read-more {
  width: 100%;
  padding: 8px 12px;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 158, ../sass/base/_base.scss */
.feed-post .read-more:after {
  content: "\00bb";
  margin-left: 3px;
}
/* line 163, ../sass/base/_base.scss */
.feed-post .meta-top {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  color: black;
}
/* line 168, ../sass/base/_base.scss */
.feed-post .meta-top a {
  color: black;
}
/* line 170, ../sass/base/_base.scss */
.feed-post .meta-top a:hover {
  color: #FF6600;
}

/* line 177, ../sass/base/_base.scss */
.meta-bottom {
  text-transform: uppercase;
  color: #9B9B9B;
  font-size: 13px;
}
/* line 181, ../sass/base/_base.scss */
.meta-bottom span.tags, .meta-bottom span.cats {
  display: block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 185, ../sass/base/_base.scss */
.meta-bottom span.tags a, .meta-bottom span.cats a {
  color: #9B9B9B;
}
/* line 187, ../sass/base/_base.scss */
.meta-bottom span.tags a:hover, .meta-bottom span.cats a:hover {
  color: #333;
}
/* line 191, ../sass/base/_base.scss */
.meta-bottom span.tags .tags-title, .meta-bottom span.tags .cats-title, .meta-bottom span.cats .tags-title, .meta-bottom span.cats .cats-title {
  font-weight: 700;
}
/* line 195, ../sass/base/_base.scss */
.meta-bottom .tags {
  margin-left: 0px;
}
/* line 198, ../sass/base/_base.scss */
.meta-bottom .type {
  margin-bottom: 0px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 202, ../sass/base/_base.scss */
.meta-bottom .type a {
  color: #9B9B9B;
}
/* line 204, ../sass/base/_base.scss */
.meta-bottom .type a:hover {
  color: #333;
}
/* line 208, ../sass/base/_base.scss */
.meta-bottom .type .type-title {
  font-weight: 700;
}

/* line 216, ../sass/base/_base.scss */
.social {
  padding: 0px;
}
/* line 218, ../sass/base/_base.scss */
.social li {
  display: inline;
  list-style-type: none;
  padding-left: 3px;
  font-size: 18px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 229, ../sass/base/_base.scss */
  h3 {
    font-size: 28px;
  }

  /* line 230, ../sass/base/_base.scss */
  h4 {
    font-size: 24px;
  }

  /* line 231, ../sass/base/_base.scss */
  h5 {
    font-size: 20px;
  }

  /* line 233, ../sass/base/_base.scss */
  .feed-post {
    text-align: left;
  }
  /* line 235, ../sass/base/_base.scss */
  .feed-post h3 {
    margin-top: 0px;
    font-size: 24px;
  }
  /* line 239, ../sass/base/_base.scss */
  .feed-post .read-more {
    width: fit-content;
    padding: 8px 12px 6px 12px;
    display: block;
    font-size: 16px;
  }

  /* line 248, ../sass/base/_base.scss */
  .meta-bottom span.tags, .meta-bottom span.cats {
    display: inline;
  }
  /* line 251, ../sass/base/_base.scss */
  .meta-bottom span.tags:before {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 256, ../sass/base/_base.scss */
  .meta-bottom span.tags {
    margin-left: 5px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 267, ../sass/base/_base.scss */
  blockquote {
    font-size: 23px;
  }

  /* line 269, ../sass/base/_base.scss */
  h3 {
    font-size: 30px;
  }

  /* line 270, ../sass/base/_base.scss */
  h4 {
    font-size: 26px;
  }

  /* line 271, ../sass/base/_base.scss */
  h5 {
    font-size: 24px;
  }

  /* line 275, ../sass/base/_base.scss */
  .feed-post .meta-bottom {
    margin-top: 3px;
  }
}
/* Desktop ******************************************************/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Intro-Inline";
  src: url("../../fonts/Intro_Inline.eot?") format("eot"), url("../../fonts/Intro_Inline.woff") format("woff"), url("../../fonts/Intro_Inline.ttf") format("truetype"), url("../../fonts/Intro_Inline.svg#Intro-Inline") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Intro";
  src: url("../../fonts/Intro.eot?") format("eot"), url("../../fonts/Intro.woff") format("woff"), url("../../fonts/Intro.ttf") format("truetype"), url("../../fonts/Intro.svg#Intro") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 
*  Template File Index
*
*/
/*
	= Footer
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
.insta-wrapper {
  background: black;
  padding: 20px 0;
}
/* line 7, ../sass/layout/_footer.scss */
.insta-wrapper h3 {
  text-align: center;
  font-size: 20px;
}
/* line 10, ../sass/layout/_footer.scss */
.insta-wrapper h3 a {
  color: white;
}
/* line 16, ../sass/layout/_footer.scss */
.insta-wrapper form h3 {
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: white;
  margin: 0px 0 10px 0;
}
/* line 25, ../sass/layout/_footer.scss */
.insta-wrapper form input {
  border-radius: 0px;
  width: 49%;
  text-align: left;
  font-size: 16px;
}
/* line 30, ../sass/layout/_footer.scss */
.insta-wrapper form input[type=submit] {
  background: #FF6600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, ../sass/layout/_footer.scss */
.footer-name {
  font-size: 56px;
  line-height: 70px;
  color: white;
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
/* line 48, ../sass/layout/_footer.scss */
.footer-name a {
  color: white;
}

/* line 52, ../sass/layout/_footer.scss */
#footer {
  text-align: center;
  background: black;
  color: white;
  padding-top: 10px;
}
/* line 57, ../sass/layout/_footer.scss */
#footer a {
  color: white;
}
/* line 59, ../sass/layout/_footer.scss */
#footer a:hover {
  color: #E5E5E5;
}
/* line 64, ../sass/layout/_footer.scss */
#footer .social li {
  font-size: 22px;
  margin-left: 5px;
}
/* line 67, ../sass/layout/_footer.scss */
#footer .social li a:hover {
  color: #FF6600;
}

/* line 73, ../sass/layout/_footer.scss */
footer {
  text-align: center;
  background: black;
}
/* line 76, ../sass/layout/_footer.scss */
footer a {
  color: white;
}
/* line 78, ../sass/layout/_footer.scss */
footer a:hover {
  color: #E5E5E5;
}
/* line 82, ../sass/layout/_footer.scss */
footer #menu-footer-menu, footer #menu-main-menu-1, footer #menu-main-menu-2 {
  margin: 10px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 85, ../sass/layout/_footer.scss */
footer #menu-footer-menu li, footer #menu-main-menu-1 li, footer #menu-main-menu-2 li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}
/* line 89, ../sass/layout/_footer.scss */
footer #menu-footer-menu li a:hover, footer #menu-main-menu-1 li a:hover, footer #menu-main-menu-2 li a:hover {
  color: #FF6600;
}

/* line 96, ../sass/layout/_footer.scss */
#menu-main-menu-2 {
  display: none;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 103, ../sass/layout/_footer.scss */
  .insta-wrapper {
    padding-bottom: 0px;
  }
  /* line 105, ../sass/layout/_footer.scss */
  .insta-wrapper h3 {
    font-size: 30px;
  }

  /* line 109, ../sass/layout/_footer.scss */
  footer #menu-main-menu-1 {
    display: inline-block;
    font-family: "Intro", Arial, sans-serif;
    text-transform: uppercase;
  }
  /* line 113, ../sass/layout/_footer.scss */
  footer #menu-main-menu-1 li {
    margin-right: 35px;
    font-size: 18px;
  }

  /* line 120, ../sass/layout/_footer.scss */
  #menu-main-menu-2 {
    display: block;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 130, ../sass/layout/_footer.scss */
  .insta-wrapper h3 {
    font-size: 40px;
  }
}
/* Desktop ******************************************************/
/*
	= Header
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
.navbar-wrapper {
  position: static;
  background: transparent;
}

/* line 12, ../sass/layout/_header.scss */
.navbar {
  border: none;
  margin-bottom: 0px;
}

/* line 17, ../sass/layout/_header.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 23, ../sass/layout/_header.scss */
.links-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
/* line 27, ../sass/layout/_header.scss */
.links-top .btn-primary {
  border-radius: 0px;
  border: none;
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  padding: 14px 10px 10px 10px;
}
/* line 34, ../sass/layout/_header.scss */
.links-top .btn-primary.donate {
  background: #FF6600;
  font-size: 14px;
}
/* line 40, ../sass/layout/_header.scss */
.links-top #can_embed_form {
  padding: 0px !important;
  border: none !important;
}
/* line 43, ../sass/layout/_header.scss */
.links-top #can_embed_form h2, .links-top #can_embed_form h4, .links-top #can_embed_form #action_info, .links-top #can_embed_form #logo_wrap, .links-top #can_embed_form #d_sharing, .links-top #can_embed_form .country_wrap {
  display: none !important;
}
/* line 48, ../sass/layout/_header.scss */
.links-top #can_embed_form #form_col1 input {
  margin-right: 5px !important;
  text-align: left !important;
  margin-bottom: 0px !important;
}
/* line 54, ../sass/layout/_header.scss */
.links-top #can_embed_form #form_col2 {
  float: none !important;
  width: fit-content !important;
}
/* line 57, ../sass/layout/_header.scss */
.links-top #can_embed_form #form_col2 input[type=submit] {
  font-family: 'Intro-Inline', Arial, sans-serif !important;
  text-transform: uppercase !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 14px 10px 10px 10px !important;
  background-color: black !important;
  width: fit-content !important;
  letter-spacing: inherit !important;
  margin-bottom: 0px !important;
}

/* line 79, ../sass/layout/_header.scss */
.brand h1, .brand h2 {
  margin: 0px;
}
/* line 82, ../sass/layout/_header.scss */
.brand h1 {
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 53px;
  line-height: 48px;
}
/* line 86, ../sass/layout/_header.scss */
.brand h1 a:hover {
  color: black;
}
/* line 87, ../sass/layout/_header.scss */
.brand h1 a:focus {
  color: #FF6600;
  text-decoration: none;
}
/* line 90, ../sass/layout/_header.scss */
.brand .social a {
  color: black;
}
/* line 92, ../sass/layout/_header.scss */
.brand .social a:hover {
  color: #FF6600;
}
/* line 97, ../sass/layout/_header.scss */
.brand .btn-primary {
  border-radius: 0px;
  border: none;
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 19px;
  padding: 10px  15px;
}
/* line 104, ../sass/layout/_header.scss */
.brand .btn-primary.donate {
  background: #FF6600;
  margin-top: 0px;
  font-size: 24px;
}

/* line 113, ../sass/layout/_header.scss */
.header-menu {
  padding: 0px;
}

/* line 118, ../sass/layout/_header.scss */
.header-right-sml {
  display: flex;
  justify-content: space-between;
}

/* line 124, ../sass/layout/_header.scss */
.language button {
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
}

/* line 131, ../sass/layout/_header.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 143, ../sass/layout/_header.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 157, ../sass/layout/_header.scss */
.email #can_embed_form #can_thank_you {
  background-color: transparent !important;
  color: black !important;
  margin: 0px !important;
}
/* line 161, ../sass/layout/_header.scss */
.email #can_embed_form #can_thank_you h1 {
  font-family: 'Intro-Inline', Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  margin: 0px !important;
  font-weight: 400 !important;
}
/* line 169, ../sass/layout/_header.scss */
.email #can_embed_form .can_thank_you-block {
  display: none !important;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 176, ../sass/layout/_header.scss */
  .links-top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 179, ../sass/layout/_header.scss */
  .links-top .btn-primary {
    margin-top: 10px;
    font-size: 13px;
  }
  /* line 183, ../sass/layout/_header.scss */
  .links-top .language {
    margin-top: 15px;
  }
  /* line 185, ../sass/layout/_header.scss */
  .links-top .language button {
    padding-left: 0px;
  }
  /* line 189, ../sass/layout/_header.scss */
  .links-top .social {
    margin-top: 15px;
    padding-right: 7px;
  }
  /* line 192, ../sass/layout/_header.scss */
  .links-top .social li {
    padding: 0px 5px 0 0;
    font-size: 20px;
  }
  /* line 195, ../sass/layout/_header.scss */
  .links-top .social li a {
    color: black;
  }
  /* line 197, ../sass/layout/_header.scss */
  .links-top .social li a:hover {
    color: #FF6600;
  }

  /* line 206, ../sass/layout/_header.scss */
  .links-top #can_embed_form {
    margin-top: 10px !important;
  }
  /* line 208, ../sass/layout/_header.scss */
  .links-top #can_embed_form form {
    display: flex !important;
  }
  /* line 211, ../sass/layout/_header.scss */
  .links-top #can_embed_form #form_col1 {
    display: flex;
  }
  /* line 214, ../sass/layout/_header.scss */
  .links-top #can_embed_form #form_col1 input {
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 1px;
    border-color: #E5E5E5;
    line-height: 20px;
    max-width: 135px;
  }
  /* line 222, ../sass/layout/_header.scss */
  .links-top #can_embed_form #form_col1 input[type=text] {
    padding: 9px;
    width: inherit !important;
  }

  /* line 228, ../sass/layout/_header.scss */
  .tab-col {
    padding-right: 0px;
    padding-top: 40px;
  }

  /* line 232, ../sass/layout/_header.scss */
  .donate-button {
    text-align: right;
    padding-top: 40px;
  }
  /* line 236, ../sass/layout/_header.scss */
  .donate-button button.btn-primary {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 20px;
    padding-top: 18px;
    text-align: center;
    max-width: 131px;
  }
  /* line 243, ../sass/layout/_header.scss */
  .donate-button button.btn-primary:hover {
    background: black;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 253, ../sass/layout/_header.scss */
  .navbar-wrapper {
    margin-bottom: 10px;
  }

  /* line 258, ../sass/layout/_header.scss */
  .language button {
    appearance: none;
    background: transparent;
    border: none;
    margin-right: 7px;
  }

  /* line 265, ../sass/layout/_header.scss */
  .links-top {
    justify-content: flex-end;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  /* line 269, ../sass/layout/_header.scss */
  .links-top .social {
    margin-top: 15px;
    margin-right: 7px;
  }
  /* line 272, ../sass/layout/_header.scss */
  .links-top .social li {
    font-size: 24px;
    padding-right: 7px;
  }

  /* line 279, ../sass/layout/_header.scss */
  .email {
    margin-right: 7px;
  }

  /* line 287, ../sass/layout/_header.scss */
  .brand {
    display: flex;
  }
  /* line 289, ../sass/layout/_header.scss */
  .brand h1 {
    font-size: 48px;
  }

  /* line 293, ../sass/layout/_header.scss */
  .header-menu {
    margin-left: 70px;
  }

  /* line 298, ../sass/layout/_header.scss */
  .logo-col {
    margin-top: -52px;
  }

  /* line 302, ../sass/layout/_header.scss */
  .brand h1 {
    font-size: 56px;
    line-height: 56px;
  }

  /* line 307, ../sass/layout/_header.scss */
  .donate-button {
    text-align: right;
    order: 1;
    padding-top: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
  }
  /* line 314, ../sass/layout/_header.scss */
  .donate-button button.btn-primary {
    margin-top: 0px;
    text-transform: uppercase;
    width: fit-content;
    padding: 15px 10px;
    font-size: 21px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 328, ../sass/layout/_header.scss */
  .brand h1 {
    font-size: 70px;
    line-height: 61px;
  }

  /* line 333, ../sass/layout/_header.scss */
  .links-top .email #can_embed_form.can_float #form_col1, .links-top .email #can_embed_form.can_float #form_col2 {
    float: none !important;
    width: fit-content !important;
  }

  /* line 340, ../sass/layout/_header.scss */
  .links-top .email #can_embed_form #form_col1 input {
    max-width: inherit !important;
    width: 160px !important;
    font-size: 15px !important;
    margin-right: 5px !important;
  }
  /* line 348, ../sass/layout/_header.scss */
  .links-top .email #can_embed_form #form_col2 input[type='submit'] {
    text-align: center !important;
    font-size: 15px !important;
  }

  /* line 357, ../sass/layout/_header.scss */
  .links-top .btn-primary {
    font-size: 15px;
    text-align: center;
  }

  /* line 362, ../sass/layout/_header.scss */
  .header-menu {
    margin-left: 0px;
    position: relative;
    left: 20px;
    top: 5px;
  }

  /* line 370, ../sass/layout/_header.scss */
  .donate-button {
    padding-top: 0px;
  }
  /* line 372, ../sass/layout/_header.scss */
  .donate-button button.btn-primary {
    padding: 20px 15px;
  }
}
/*
	= Home
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
.home-bg {
  background: url("../../images/portmarch.png") no-repeat 50% 100%;
  background-size: contain;
  padding-bottom: 32vw;
  width: 100%;
}

/* line 16, ../sass/layout/_home.scss */
.border {
  padding: 0 15px 15px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 0 5px 0 5px;
}

/* line 22, ../sass/layout/_home.scss */
h3.section-title {
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  margin: 20px 0;
}

/* line 31, ../sass/layout/_home.scss */
.home2 h3.entry-title {
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
/* line 35, ../sass/layout/_home.scss */
.home2 h3.entry-title a {
  color: black;
}
/* line 37, ../sass/layout/_home.scss */
.home2 h3.entry-title a:hover {
  color: #FF6600;
  text-decoration: none;
}
/* line 43, ../sass/layout/_home.scss */
.home2 .entry-summary {
  text-align: center;
}
/* line 46, ../sass/layout/_home.scss */
.home2 .read-more {
  width: 100%;
  padding: 8px 12px;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 55, ../sass/layout/_home.scss */
.home2 .meta-bottom span.cats, .home2 .meta-bottom span.tags {
  display: block;
}
/* line 58, ../sass/layout/_home.scss */
.home2 .meta-bottom span.cats:after {
  content: " ";
}
/* line 61, ../sass/layout/_home.scss */
.home2 .meta-bottom span.tags {
  margin-left: 0px;
}
/* line 64, ../sass/layout/_home.scss */
.home2 .meta-bottom .type {
  display: block;
}
/* line 66, ../sass/layout/_home.scss */
.home2 .meta-bottom .type:after {
  content: "";
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 80, ../sass/layout/_home.scss */
  h3.section-title {
    font-size: 34px;
    line-height: 38px;
    margin: 30px 0 15px 0;
  }

  /* line 86, ../sass/layout/_home.scss */
  .home2 h3.entry-title {
    margin: 15px 0 10px 0;
    text-align: left;
  }
  /* line 90, ../sass/layout/_home.scss */
  .home2 .entry-summary {
    text-align: left;
    line-height: 20px;
  }
  /* line 94, ../sass/layout/_home.scss */
  .home2 .read-more {
    width: fit-content;
    padding: 6px 12px;
    font-size: 14px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 110, ../sass/layout/_home.scss */
  h3.section-title {
    font-size: 40px;
    line-height: 44px;
  }

  /* line 115, ../sass/layout/_home.scss */
  .home2 h3.entry-title {
    margin-bottom: 20px;
  }
  /* line 118, ../sass/layout/_home.scss */
  .home2 .read-more {
    margin-top: 20px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 129, ../sass/layout/_home.scss */
  .home-bg {
    padding-bottom: 29vw;
  }
}
/*
	= Interior pages
*******************************************************************************************/
/* line 4, ../sass/layout/_interior_page.scss */
.container-normal {
  padding-bottom: 40px;
}

/* line 7, ../sass/layout/_interior_page.scss */
.maincontent.lower {
  padding-bottom: 50px;
}

/* line 10, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent {
  background-color: #FFF;
}

/* line 14, ../sass/layout/_interior_page.scss */
.title-bar {
  background: url("../../images/int_banner.png") no-repeat 50% 50% #FF6600;
  background-size: cover;
  min-height: 125px;
  color: white;
  margin-bottom: 20px;
  position: relative;
}
/* line 21, ../sass/layout/_interior_page.scss */
.title-bar a {
  color: white;
}
/* line 24, ../sass/layout/_interior_page.scss */
.title-bar .page-title {
  font-family: "Intro-Inline", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 38px;
  line-height: 44px;
  margin: 0px 0 20px 0;
}

/* line 33, ../sass/layout/_interior_page.scss */
#breadcrumbs {
  list-style: none;
  margin: 20px 0 10px 0;
  overflow: hidden;
  padding-left: 0px;
}
/* line 38, ../sass/layout/_interior_page.scss */
#breadcrumbs li {
  float: left;
  margin-right: 5px;
}

/* line 45, ../sass/layout/_interior_page.scss */
ul.share-buttons {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

/* line 51, ../sass/layout/_interior_page.scss */
ul.share-buttons li {
  display: inline;
}
/* line 53, ../sass/layout/_interior_page.scss */
ul.share-buttons li img {
  max-height: 30px;
  width: auto;
}

/* line 59, ../sass/layout/_interior_page.scss */
ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 73, ../sass/layout/_interior_page.scss */
.cat-drop {
  width: 100%;
  margin-bottom: 20px;
}
/* line 76, ../sass/layout/_interior_page.scss */
.cat-drop #category-select {
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background: black;
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
  width: 100%;
}
/* line 85, ../sass/layout/_interior_page.scss */
.cat-drop #category-select:after {
  content: '\2304';
  font-size: 30px;
}
/* line 89, ../sass/layout/_interior_page.scss */
.cat-drop #category-select select {
  background: black;
  border: 0px;
  appearance: none;
}

/* line 98, ../sass/layout/_interior_page.scss */
.tags {
  margin-left: 5px;
}

/* line 104, ../sass/layout/_interior_page.scss */
.type {
  padding-left: 0px;
}
/* line 106, ../sass/layout/_interior_page.scss */
.type li {
  display: inline;
  list-style-type: none;
  margin-right: 2px;
}

/* line 117, ../sass/layout/_interior_page.scss */
.single-meta {
  font-family: "Intro", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 123, ../sass/layout/_interior_page.scss */
.single-img {
  margin-bottom: 20px;
}

/* line 128, ../sass/layout/_interior_page.scss */
.download {
  background: #FF6600;
  color: white;
  font-size: 20px;
  font-family: "Intro", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #FF6600;
  padding-top: 9px;
}
/* line 137, ../sass/layout/_interior_page.scss */
.download:after {
  content: "\203a";
  margin-left: 5px;
}
/* line 141, ../sass/layout/_interior_page.scss */
.download:hover {
  background: black;
}

/* line 146, ../sass/layout/_interior_page.scss */
#related {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0 20px 20px;
}
/* line 149, ../sass/layout/_interior_page.scss */
#related h4 {
  background: #FF6600;
  margin: 20px -20px;
  padding: 20px;
  font-size: 26px;
  font-family: "Intro-Inline", Arial, sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 158, ../sass/layout/_interior_page.scss */
#related .related-post {
  margin-bottom: 20px;
}
/* line 160, ../sass/layout/_interior_page.scss */
#related .related-post h3 {
  text-align: left;
  margin-bottom: 0px;
}
/* line 163, ../sass/layout/_interior_page.scss */
#related .related-post h3 a {
  color: #FF6600;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 174, ../sass/layout/_interior_page.scss */
  .archive .title-bar {
    margin-bottom: 30px;
  }

  /* line 178, ../sass/layout/_interior_page.scss */
  .title-bar .page-title {
    max-width: 722px;
  }

  /* line 184, ../sass/layout/_interior_page.scss */
  .cat-drop {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    right: 20px;
    width: auto;
  }

  /* line 194, ../sass/layout/_interior_page.scss */
  ul.share-buttons li img {
    max-height: none;
  }

  /* line 205, ../sass/layout/_interior_page.scss */
  .download {
    padding: 14px 40px 9px 40px;
    margin-bottom: 20px;
  }

  /* line 214, ../sass/layout/_interior_page.scss */
  #related .related-post {
    margin-bottom: 0px;
  }

  /* line 221, ../sass/layout/_interior_page.scss */
  ul.type {
    display: inline;
  }
  /* line 223, ../sass/layout/_interior_page.scss */
  ul.type:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* Sidebar
****************************************************/
/* line 5, ../sass/layout/_sidebar.scss */
#secondary a {
  color: #FF6600;
}
/* line 9, ../sass/layout/_sidebar.scss */
#secondary aside {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: white;
}
/* line 13, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu {
  list-style: none;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
/* line 17, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu li a {
  background: black;
  color: white;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  display: block;
  margin: -20px -20px 0 -20px;
  padding: 20px;
  margin-bottom: 10px;
}
/* line 28, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu li a:hover {
  background: #333;
}
/* line 32, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu ul {
  padding-left: 0px;
}
/* line 34, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu ul li a {
  border-bottom: none;
  font-size: 18px;
  padding: 5px 0;
  margin: 0px;
  background: transparent;
  color: #FF6600;
}
/* line 41, ../sass/layout/_sidebar.scss */
#secondary aside ul.menu ul li a:hover {
  background: transparent;
  color: black;
}
/* line 48, ../sass/layout/_sidebar.scss */
#secondary aside h3 {
  font-size: 18px;
  margin: 0 0 10px 0px;
}
/* line 53, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}
/* line 57, ../sass/layout/_sidebar.scss */
#secondary .optional aside, #secondary .widget_categories {
  padding: 20px 20px 10px 20px;
}
/* line 62, ../sass/layout/_sidebar.scss */
#secondary h3.widget-title {
  font-size: 18px;
  line-height: 18px;
  background: #FF6600;
  color: white;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -20px -20px 20px -20px;
  padding: 15px;
}
/* line 73, ../sass/layout/_sidebar.scss */
#secondary h3.entry-title {
  margin-bottom: 2px;
  font-size: 17px;
}
/* line 78, ../sass/layout/_sidebar.scss */
#secondary .feed-post .meta, #secondary .feed-post .meta a {
  color: black;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 16px;
}
/* line 84, ../sass/layout/_sidebar.scss */
#secondary .feed-post .meta .date, #secondary .feed-post .meta a .date {
  display: block;
}
/* line 88, ../sass/layout/_sidebar.scss */
#secondary .feed-post .meta-bottom {
  text-transform: none;
}
/* line 90, ../sass/layout/_sidebar.scss */
#secondary .feed-post .meta-bottom .type .type-title {
  font-weight: 400;
}
/* line 97, ../sass/layout/_sidebar.scss */
#secondary .widget_categories h3.widget-title {
  background: black;
  color: white;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  display: block;
  margin: -20px -20px 0 -20px;
  padding: 15px;
  margin-bottom: 10px;
}
/* line 110, ../sass/layout/_sidebar.scss */
#secondary .widget_categories ul {
  padding-left: 0px;
}
/* line 112, ../sass/layout/_sidebar.scss */
#secondary .widget_categories ul li a {
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
  padding: 5px 0;
  margin: 0px;
  background: transparent;
  color: #FF6600;
}
/* line 122, ../sass/layout/_sidebar.scss */
#secondary .widget_categories ul li a:hover {
  color: black;
}
/* line 128, ../sass/layout/_sidebar.scss */
#secondary .widget_tags {
  padding: 15px 15px 10px 15px;
}
/* line 130, ../sass/layout/_sidebar.scss */
#secondary .widget_tags h3.widget-title {
  margin: -15px -15px 15px -15px;
}
/* line 133, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
/* line 138, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li {
  margin: 10px 5px;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
/* line 144, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li a {
  color: white;
  background: black;
  padding: 10px;
}
/* line 148, ../sass/layout/_sidebar.scss */
#secondary .widget_tags ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 162, ../sass/layout/_sidebar.scss */
  #secondary {
    margin-top: -125px;
  }
  /* line 168, ../sass/layout/_sidebar.scss */
  #secondary aside ul.menu ul li a {
    font-size: 17px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 184, ../sass/layout/_sidebar.scss */
  #secondary h3.widget-title {
    font-size: 20px;
    line-height: 20px;
    position: relative;
  }
  /* line 189, ../sass/layout/_sidebar.scss */
  #secondary h3.widget-title .all {
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 11px;
    font-size: 15px;
    font-family: "Intro-Inline", Arial, sans-serif;
  }
  /* line 196, ../sass/layout/_sidebar.scss */
  #secondary h3.widget-title .all a {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }
  /* line 200, ../sass/layout/_sidebar.scss */
  #secondary h3.widget-title .all a:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 209, ../sass/layout/_sidebar.scss */
  #secondary aside ul.menu li a {
    font-size: 28px;
  }
  /* line 213, ../sass/layout/_sidebar.scss */
  #secondary aside ul.menu ul li a {
    font-size: 20px;
  }
  /* line 219, ../sass/layout/_sidebar.scss */
  #secondary .side-image-wrap {
    padding-right: 0px;
  }
  /* line 222, ../sass/layout/_sidebar.scss */
  #secondary h3.entry-title {
    font-size: 18px;
    line-height: 20px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 233, ../sass/layout/_sidebar.scss */
  #secondary h3.widget-title {
    font-size: 23px;
  }
}
/*
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 8, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  background-color: black;
  border-radius: 0;
  margin-right: 0px;
  margin-top: 0px;
  padding: 16px 12px;
}
/* line 14, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: white;
  width: 19px;
}

/* line 19, ../sass/modules/_mainmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
  background: black;
}
/* line 26, ../sass/modules/_mainmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Intro", Arial, sans-serif;
}
/* line 31, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  padding: 12px 64px 12px 16px;
  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;
}
/* line 42, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a:hover {
  text-decoration: none;
  color: black;
}
/* line 47, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 57, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 64, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: white;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 72, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 79, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 89, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 91, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}
/* line 92, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 94, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 100, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 106, ../sass/modules/_mainmenu.scss */
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;
}
/* line 113, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 116, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* line 123, ../sass/modules/_mainmenu.scss */
.collapse-button {
  display: none;
}

/* line 126, ../sass/modules/_mainmenu.scss */
.navbar-collapse {
  max-height: 100%;
  padding: 0px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 133, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 136, ../sass/modules/_mainmenu.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 139, ../sass/modules/_mainmenu.scss */
  .tab-col .navbar-header {
    float: right !important;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 148, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: block !important;
  }

  /* line 151, ../sass/modules/_mainmenu.scss */
  .navbar-toggle {
    display: none;
  }

  /* line 154, ../sass/modules/_mainmenu.scss */
  .header-menu {
    padding-right: 0px;
  }

  /* line 158, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    display: flex;
    justify-content: space-between;
    text-align: right;
    background: transparent;
  }
  /* line 164, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li {
    /*&:last-child{
    	a{
    		padding-right: 0px;
    	}
    }*/
  }
  /* line 165, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 8px;
    font-size: 18px;
    color: #FF6600;
  }
  /* line 169, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a:hover {
    color: white;
  }
  /* line 174, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    text-align: left;
  }
  /* line 177, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 181, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 240px;
    background: black;
    padding: 25px 0;
  }
  /* line 185, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li {
    /*&:last-child{
    	a{
    		padding-right: 6px;
    	}
    }*/
  }
  /* line 187, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li:hover {
    background: transparent;
  }
  /* line 191, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 240px;
    color: white;
    padding: 6px 25px;
  }
  /* line 195, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a:hover {
    color: #FF6600;
  }
  /* line 206, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li:hover {
    background: #FF6600;
  }
  /* line 208, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li:hover a {
    color: white;
  }
  /* line 212, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 227, ../sass/modules/_mainmenu.scss */
  .header-menu {
    padding-top: 0px;
  }

  /* line 233, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 17px 10px 12px 10px;
    font-size: 19px;
  }
}
/* Pagination
****************************************************/
/* line 5, ../sass/modules/_pagination.scss */
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem;
}
/* line 10, ../sass/modules/_pagination.scss */
.navigation li {
  display: inline;
  font-family: "Intro", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}
/* line 15, ../sass/modules/_pagination.scss */
.navigation li a {
  border-right: 2px solid #E5E5E5;
}
/* line 19, ../sass/modules/_pagination.scss */
.navigation li:last-child a {
  border: 0px;
}
/* line 24, ../sass/modules/_pagination.scss */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: black;
  text-decoration: none;
  background-color: #FFF;
  cursor: pointer;
  padding: 8px 12px;
}
/* line 33, ../sass/modules/_pagination.scss */
.navigation li a:hover, .navigation li.active a {
  background-color: #FF6600;
  color: #FFF;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* line 1, ../sass/modules/_accordion.scss */
.accordion-block {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #FF6600;
}
/* line 6, ../sass/modules/_accordion.scss */
.accordion-block .card {
  background: #FF6600;
  padding: 20px;
}
/* line 9, ../sass/modules/_accordion.scss */
.accordion-block .card button {
  background: #FF6600;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 17, ../sass/modules/_accordion.scss */
.accordion-block .card button h5 {
  color: white;
  background: #FF6600;
  display: inline-flex;
  text-align: left;
  line-height: inherit;
  margin: 0px;
}
/* line 26, ../sass/modules/_accordion.scss */
.accordion-block .card button:active, .accordion-block .card button:focus {
  outline: white;
  border: 1px solid white;
}
/* line 32, ../sass/modules/_accordion.scss */
.accordion-block .card-body {
  background: white;
  padding: 20px;
  color: #000;
}
/* line 38, ../sass/modules/_accordion.scss */
.accordion-block i, .accordion-block a {
  color: white;
}
/* line 40, ../sass/modules/_accordion.scss */
.accordion-block i:hover, .accordion-block a:hover {
  color: white;
}
/* line 43, ../sass/modules/_accordion.scss */
.accordion-block i:active, .accordion-block i:focus, .accordion-block a:active, .accordion-block a:focus {
  outline: white;
}
/* line 49, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=true] .plus {
  display: none;
  color: white;
}
/* line 54, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=true] .minus {
  display: flex;
  color: white;
}
/* line 61, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=false] .plus {
  display: flex;
  color: white;
}
/* line 66, ../sass/modules/_accordion.scss */
.accordion-block [aria-expanded=false] .minus {
  display: none;
  color: white;
}
