/* 
*  Main CSS Index File
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,700");
/* 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 */
/* line 66, ../sass/base/_mixins_partials_variables.scss */
.black-button {
  background-color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 21px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.2s all;
  display: inline-block;
  color: #FFF !important;
}
/* line 62, ../sass/base/_mixins_partials_variables.scss */
.black-button:hover {
  background-color: #D40000;
}

/* line 72, ../sass/base/_mixins_partials_variables.scss */
.red-button {
  background-color: #D40000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 21px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.2s all;
}
/* line 43, ../sass/base/_mixins_partials_variables.scss */
.red-button:hover {
  background-color: #000;
  text-decoration: none;
  color: #FFF !important;
}

/* line 75, ../sass/base/_mixins_partials_variables.scss */
.green-button {
  background-color: #157A15;
  color: #FFF;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 26px;
  line-height: 80px;
  transition: ease-in-out 0.2s all;
}
/* line 86, ../sass/base/_mixins_partials_variables.scss */
.green-button:hover {
  background-color: #D40000;
  text-decoration: none;
  color: #FFF !important;
}

/* line 92, ../sass/base/_mixins_partials_variables.scss */
.green-button-round {
  background-color: #157A15;
  color: #FFF;
  padding: 10px 30px;
  transition: ease-in-out 0.2s all;
}
/* line 97, ../sass/base/_mixins_partials_variables.scss */
.green-button-round:hover {
  background-color: #D40000;
  text-decoration: none;
}

/* line 104, ../sass/base/_mixins_partials_variables.scss */
.grey-button a {
  background-color: rgba(155, 155, 155, 0.3);
  opacity: 0.7;
  padding: 5px 50px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #4A4A4A;
  border-radius: 5px;
}
/* line 114, ../sass/base/_mixins_partials_variables.scss */
.grey-button a:after {
  content: "\00BB";
}

/*
	= General	
*******************************************************************************************/
/* line 5, ../sass/base/_base.scss */
html {
  overflow-x: hidden;
}

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

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

/* line 11, ../sass/base/_base.scss */
body {
  font: normal normal normal 18px/130% "Source Sans Pro", sans-serif;
  color: #000;
  padding-bottom: 0;
  background-color: #FFF;
  line-height: 23px;
}

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

/* line 22, ../sass/base/_base.scss */
.wp-caption {
  padding: 5px;
  max-width: 100%;
}
/* line 25, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 30, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #818A91;
}

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

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

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

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

/* line 52, ../sass/base/_base.scss */
a {
  color: #000;
}

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

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

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

/* line 64, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: #000;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 30px;
  margin: 15px 0;
}

/* line 71, ../sass/base/_base.scss */
blockquote {
  border-left: 5px solid #D40000;
  border-bottom: 1px solid #D8D8D8;
}

/* line 75, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 30px 0 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

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

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

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

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

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

/* line 88, ../sass/base/_base.scss */
.container-normal h3, .container-normal h4, .container-normal h5, .container-normal h6 {
  color: #D40000;
}

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

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

/* line 107, ../sass/base/_base.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}
/* line 111, ../sass/base/_base.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 115, ../sass/base/_base.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 119, ../sass/base/_base.scss */
ol ol {
  padding-left: 20px;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  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)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../fonts/flexslider-icon.eot");
  src: url("../../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexslider-icon.woff") format("woff"), url("../../fonts/flexslider-icon.ttf") format("truetype"), url("../../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, ../sass/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

/* line 83, ../sass/vendor/_flexslider.scss */
.home .flexslider {
  margin-bottom: 50px;
}

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

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

/* line 92, ../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 100, ../sass/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

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

/* line 106, ../sass/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 109, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 129, ../sass/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "fontAwesome";
  font-size: 60px;
  line-height: 40px;
  display: inline-block;
  content: '\f104';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

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

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

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

/* line 148, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 152, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 155, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 159, ../sass/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

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

/* line 167, ../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 180, ../sass/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

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

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

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

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

/* line 204, ../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 220, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

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

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

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

/* line 239, ../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 251, ../sass/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

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

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

/* line 263, ../sass/vendor/_flexslider.scss */
.slide-caption {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 10px;
}

/* line 270, ../sass/vendor/_flexslider.scss */
.slide-caption h3 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0px;
}

/* line 277, ../sass/vendor/_flexslider.scss */
.slide-caption h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}

/* line 285, ../sass/vendor/_flexslider.scss */
.slide-caption .container a:hover {
  color: #000;
}
/* line 286, ../sass/vendor/_flexslider.scss */
.slide-caption .container .support {
  text-align: left;
  margin: 15px 0;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 295, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 299, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (min-width: 768px) {
  /* line 305, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav a {
    bottom: 30px;
  }

  /* line 308, ../sass/vendor/_flexslider.scss */
  .slide-caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* line 312, ../sass/vendor/_flexslider.scss */
  .slide-caption .container {
    display: flex;
    align-items: center;
  }
  /* line 315, ../sass/vendor/_flexslider.scss */
  .slide-caption .container .support {
    text-align: right;
    margin: 0;
  }
}
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 8, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  padding: 0px 0px;
}
/* line 10, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: #000;
  width: 30px;
  height: 3px;
}

/* line 16, ../sass/modules/_mainmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 22, ../sass/modules/_mainmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
/* line 25, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 35px;
  padding: 12px 64px 12px 16px;
  font-size: 26px;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  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 39, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a:hover {
  background-color: #D40000;
  text-decoration: none;
}
/* line 44, ../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 54, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 61, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 69, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 76, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 86, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 88, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 90, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 93, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li {
  background-color: #157A15;
}
/* line 95, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li a {
  text-transform: none;
  font-size: 24px;
}
/* line 101, ../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 107, ../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 114, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 117, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

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

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

/* line 130, ../sass/modules/_mainmenu.scss */
.navbar-header {
  margin-top: 20px;
}
/* line 132, ../sass/modules/_mainmenu.scss */
.navbar-header p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: "Oswald", sans-serif;
  padding-right: 15px;
}

/* line 141, ../sass/modules/_mainmenu.scss */
#menu-main-menu.collapsed {
  background-color: rgba(21, 122, 21, 0.8);
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 146, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    display: inline-block;
    text-align: center;
  }
  /* line 150, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
  }
  /* line 153, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 156, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 160, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 162, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 166, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }

  /* line 171, ../sass/modules/_mainmenu.scss */
  .menu-wrapper {
    width: 100%;
    z-index: 999;
    background-color: #157A15;
    background-color: rgba(21, 122, 21, 0.9);
    border-bottom: 10px solid #FFF;
  }

  /* line 178, ../sass/modules/_mainmenu.scss */
  .home .menu-wrapper {
    position: absolute;
    border-bottom: none;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 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;
}
/* line 13, ../sass/modules/_pagination.scss */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: #333;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 10px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  box-shadow: 1px 1px 1px #B6B6B6;
}
/* line 23, ../sass/modules/_pagination.scss */
.navigation li a:hover, .navigation li.active a {
  background-color: #333;
  color: #FFF;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
footer {
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

/* line 8, ../sass/layout/_footer.scss */
#menu-footer-menu {
  margin: 20px auto;
}
/* line 10, ../sass/layout/_footer.scss */
#menu-footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

/* line 17, ../sass/layout/_footer.scss */
#footer-wrapper {
  color: #FFF;
  background-color: black;
}

/* line 24, ../sass/layout/_footer.scss */
#footer-wrapper .back-img {
  position: absolute;
  z-index: 0;
  width: 100%;
}

/* line 29, ../sass/layout/_footer.scss */
#footer-wrapper .back-img img {
  width: 100%;
}

/* line 32, ../sass/layout/_footer.scss */
#footer-wrapper #footer {
  position: relative;
}

/* line 35, ../sass/layout/_footer.scss */
#footer-wrapper #quote {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0px;
}

/* line 42, ../sass/layout/_footer.scss */
#footer-wrapper #quote p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}

/* line 47, ../sass/layout/_footer.scss */
#footer-wrapper #quote span.name {
  color: #D40000;
  font-size: 12px;
}

/* line 51, ../sass/layout/_footer.scss */
#footer-wrapper #quote span.quote {
  position: relative;
}

/* line 54, ../sass/layout/_footer.scss */
#footer-wrapper #quote .fa.fa-quote-left, #footer-wrapper #quote .fa.fa-quote-right {
  font-size: 8px;
  position: absolute;
  left: -10px;
  top: 0px;
}

/* line 60, ../sass/layout/_footer.scss */
#footer-wrapper #quote .fa.fa-quote-right {
  left: auto;
  bottom: 13px;
  top: auto;
}

/* line 65, ../sass/layout/_footer.scss */
#footer-wrapper .social-icons {
  text-align: center;
}

/* line 68, ../sass/layout/_footer.scss */
#footer-wrapper .social-icons a {
  margin-right: 10px;
  font-size: 12px;
}

/* line 72, ../sass/layout/_footer.scss */
#footer-wrapper .social-icons a:hover {
  color: #D40000;
}

/* line 76, ../sass/layout/_footer.scss */
.menu-main-menu-container {
  text-align: center;
}

/* line 80, ../sass/layout/_footer.scss */
.main-menu-footer {
  padding: 5px;
}

/* line 83, ../sass/layout/_footer.scss */
.main-menu-footer li {
  list-style: none;
  margin-right: 10px;
  display: block;
}

/* line 88, ../sass/layout/_footer.scss */
.main-menu-footer li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 15px;
  transition: ease-in-out 0.2s all;
}
/* line 96, ../sass/layout/_footer.scss */
.main-menu-footer li a:hover {
  color: #D40000;
  text-decoration: none;
}

/* line 101, ../sass/layout/_footer.scss */
.main-menu-footer .sub-menu {
  display: none;
}

/* line 105, ../sass/layout/_footer.scss */
.footer-menu {
  text-align: center;
}

/* line 108, ../sass/layout/_footer.scss */
.footer-menu li {
  list-style: none;
  display: inline-block;
}

/* line 112, ../sass/layout/_footer.scss */
.footer-menu li a {
  color: #FFF;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  transition: ease-in-out 0.2s all;
}
/* line 120, ../sass/layout/_footer.scss */
.footer-menu li a:hover {
  color: #D40000;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 129, ../sass/layout/_footer.scss */
  #footer-wrapper #quote {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  /* line 133, ../sass/layout/_footer.scss */
  #footer-wrapper #quote p {
    font-size: 25px;
    line-height: 30px;
    padding: 0 30px;
  }

  /* line 138, ../sass/layout/_footer.scss */
  #footer-wrapper #quote span.name {
    font-size: 23px;
  }

  /* line 141, ../sass/layout/_footer.scss */
  #footer-wrapper #quote .fa.fa-quote-left, #footer-wrapper #quote .fa.fa-quote-right {
    font-size: 12px;
    left: -15px;
    top: 5px;
  }

  /* line 146, ../sass/layout/_footer.scss */
  #footer-wrapper #quote .fa.fa-quote-right {
    bottom: 20px;
  }

  /* line 149, ../sass/layout/_footer.scss */
  #footer-wrapper .social-icons a {
    margin-right: 15px;
    font-size: 22px;
  }

  /* line 153, ../sass/layout/_footer.scss */
  #footer-wrapper .main-menu-footer {
    padding: 15px;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  /* line 160, ../sass/layout/_footer.scss */
  #footer-wrapper .main-menu-footer li a {
    font-size: 20px;
    line-height: 30px;
  }

  /* line 164, ../sass/layout/_footer.scss */
  #footer-wrapper .footer-menu li a {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 168, ../sass/layout/_footer.scss */
  .main-menu-footer li {
    display: inline-block;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 177, ../sass/layout/_footer.scss */
  #footer-wrapper #quote {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  /* line 181, ../sass/layout/_footer.scss */
  #footer-wrapper #quote p {
    font-size: 37px;
    line-height: 51px;
    padding: 15px;
  }

  /* line 186, ../sass/layout/_footer.scss */
  #footer-wrapper #quote .fa.fa-quote-left, #footer-wrapper #quote .fa.fa-quote-right {
    font-size: 15px;
    position: absolute;
    left: -20px;
    top: 10px;
  }

  /* line 192, ../sass/layout/_footer.scss */
  #footer-wrapper #quote .fa.fa-quote-right {
    left: auto;
    bottom: 35px;
    top: auto;
  }

  /* line 197, ../sass/layout/_footer.scss */
  #footer-wrapper .main-menu-footer li a {
    font-size: 26px;
    line-height: 35px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 206, ../sass/layout/_footer.scss */
  #footer-wrapper #quote {
    padding-top: 185px;
    padding-bottom: 110px;
  }

  /* line 210, ../sass/layout/_footer.scss */
  #footer-wrapper #quote p {
    font-size: 45px;
    line-height: 61px;
  }

  /* line 214, ../sass/layout/_footer.scss */
  #footer-wrapper #quote span.name {
    font-size: 32px;
  }
}
/* Really big Screen ******************************************************/
@media (min-width: 1570px) {
  /* line 221, ../sass/layout/_footer.scss */
  #footer-wrapper #quote {
    padding-top: 220px;
    padding-bottom: 200px;
  }

  /* line 225, ../sass/layout/_footer.scss */
  .main-menu-footer {
    padding: 40px 15px;
  }
}
/*
	= Header	
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
.navbar-wrapper {
  position: static;
}

/* line 8, ../sass/layout/_header.scss */
.navbar-wrapper .container {
  padding: 0;
}

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

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

/* line 21, ../sass/layout/_header.scss */
.brand {
  margin-bottom: 20px;
}
/* line 23, ../sass/layout/_header.scss */
.brand h1 {
  padding-left: 15px;
}

/* line 27, ../sass/layout/_header.scss */
#topright {
  display: flex;
  align-items: center;
}
/* line 30, ../sass/layout/_header.scss */
#topright input[type="submit"] {
  background-color: #D40000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 21px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.2s all;
}
/* line 43, ../sass/base/_mixins_partials_variables.scss */
#topright input[type="submit"]:hover {
  background-color: #000;
  text-decoration: none;
  color: #FFF !important;
}
/* line 32, ../sass/layout/_header.scss */
#topright input[type="submit"]:hover {
  background-color: #000;
}
/* line 36, ../sass/layout/_header.scss */
#topright a {
  margin-left: 15px;
}
/* line 38, ../sass/layout/_header.scss */
#topright a:hover {
  color: #D40000;
}
/* line 42, ../sass/layout/_header.scss */
#topright input[type="text"], #topright input[type="email"] {
  width: auto;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  color: #999;
  opacity: 0.7;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
/* line 53, ../sass/layout/_header.scss */
#topright #text-15 form {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

/* line 62, ../sass/layout/_header.scss */
#social-icons-big, #social-icons-small {
  margin-top: 10px;
}
/* line 64, ../sass/layout/_header.scss */
#social-icons-big a, #social-icons-small a {
  font-size: 24px;
  margin-left: 15px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 73, ../sass/layout/_header.scss */
  #topright {
    display: block;
  }
  /* line 78, ../sass/layout/_header.scss */
  #topright #mc4wp-form-1 .mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
  }
  /* line 84, ../sass/layout/_header.scss */
  #topright input[type="text"], #topright input[type="email"] {
    width: 39%;
  }

  /* line 90, ../sass/layout/_header.scss */
  .brand h1 a {
    float: left;
  }

  /* line 94, ../sass/layout/_header.scss */
  .brand .col-md-8 {
    clear: both;
  }

  /* line 97, ../sass/layout/_header.scss */
  #social-icons-small {
    float: right;
    padding-right: 15px;
  }

  /* line 101, ../sass/layout/_header.scss */
  ul.slimmenu li a {
    font-size: 16px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 110, ../sass/layout/_header.scss */
  .brand, #topright, #topright form {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
  }

  /* line 117, ../sass/layout/_header.scss */
  #topright {
    float: right;
  }
  /* line 119, ../sass/layout/_header.scss */
  #topright #text-15 {
    padding-right: 15px;
  }
  /* line 122, ../sass/layout/_header.scss */
  #topright input[type="text"] {
    width: 170px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #999;
  }
  /* line 128, ../sass/layout/_header.scss */
  #topright input[type="submit"] {
    font-size: 15px;
    padding: 12px;
  }
  /* line 132, ../sass/layout/_header.scss */
  #topright form {
    padding: 0px !important;
  }

  /* line 137, ../sass/layout/_header.scss */
  .brand .col-md-8 {
    clear: none;
  }

  /* line 140, ../sass/layout/_header.scss */
  ul.slimmenu li a {
    font-size: 26px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 149, ../sass/layout/_header.scss */
  #topright input[type="text"] {
    width: 230px;
    border-radius: 5px;
    border: 1px solid #CCC;
    color: #999;
  }
  /* line 155, ../sass/layout/_header.scss */
  #topright input[type="submit"] {
    font-size: 18px;
    padding: 12px 21px;
  }
  /* line 159, ../sass/layout/_header.scss */
  #topright input {
    margin-left: 15px;
  }
}
/*
	= Home 	
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
.mainpage .maincontent {
  background-color: #FFF;
}

/* line 8, ../sass/layout/_home.scss */
.numbers-section {
  display: flex;
  flex-wrap: wrap;
  /*div:nth-child(3), div:nth-child(4), div.dig1-2{
  	.numbers-content{ left:25%; } //for single digits
  }*/
}
/* line 11, ../sass/layout/_home.scss */
.numbers-section .overlay {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 50%;
  max-width: 263px;
}
/* line 21, ../sass/layout/_home.scss */
.numbers-section .numbers-column {
  position: relative;
  margin-top: 15px;
  transition: ease-in-out 0.2s all;
}
/* line 25, ../sass/layout/_home.scss */
.numbers-section .numbers-column .numbers-content {
  position: absolute;
  color: #FFF;
  top: 30px;
  left: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
/* line 37, ../sass/layout/_home.scss */
.numbers-section .numbers-column .numbers-content .number {
  font-size: 42px;
  line-height: 45px;
}
/* line 42, ../sass/layout/_home.scss */
.numbers-section .numbers-column img {
  border-radius: 50%;
}
/* line 45, ../sass/layout/_home.scss */
.numbers-section .numbers-column:hover {
  opacity: 0.8;
}

/* line 54, ../sass/layout/_home.scss */
.support-button {
  text-align: center;
  padding: 30px 0;
}

/* line 58, ../sass/layout/_home.scss */
#how-we-support-wrapper {
  background: none;
  padding-bottom: 40px;
}
/* line 61, ../sass/layout/_home.scss */
#how-we-support-wrapper .title {
  background: url("../../images/how-we-bg.jpg") no-repeat;
  background-size: cover;
  padding: 20px 0;
}
/* line 65, ../sass/layout/_home.scss */
#how-we-support-wrapper .title h3 {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 34px;
  color: #D40000;
  text-align: center;
}
/* line 76, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support h4 {
  font-size: 30px;
  color: #D40000;
}
/* line 79, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support h4 img {
  margin-right: 10px;
}
/* line 83, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support h5 {
  color: #D40000;
  font-size: 25px;
  margin: 0;
}
/* line 88, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support small {
  font-size: 75%;
}
/* line 91, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support h6 {
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
/* line 97, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support .event-col {
  padding-left: 0;
}
/* line 100, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support p.red-button-wrap {
  margin: 10px 0;
}
/* line 103, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support .small-img {
  width: 47%;
  display: inline-block;
}
/* line 107, ../sass/layout/_home.scss */
#how-we-support-wrapper .how-support div.description {
  padding-right: 5%;
  margin-top: 10px;
}
/* line 112, ../sass/layout/_home.scss */
#how-we-support-wrapper .red-button {
  width: 95%;
  display: block;
  text-align: center;
}

/*
	# Tools	
*/
/* line 123, ../sass/layout/_home.scss */
.tools .title {
  background: url("../../images/how-we-bg.jpg") no-repeat;
  background-size: cover;
  padding: 20px 0px;
}
/* line 128, ../sass/layout/_home.scss */
.tools h3 {
  font-size: 30px;
  line-height: 34px;
  color: #157A15;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
/* line 138, ../sass/layout/_home.scss */
.tools .res-title h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #157A15;
  font-weight: 500;
  width: 66%;
}
/* line 146, ../sass/layout/_home.scss */
.tools .res-title h4 a:hover {
  color: #D40000;
}
/* line 151, ../sass/layout/_home.scss */
.tools .green-button-round {
  font-size: 15px;
  border-radius: 30px;
  display: inline-block;
}
/* line 155, ../sass/layout/_home.scss */
.tools .green-button-round a {
  color: #FFF !important;
}
/* line 159, ../sass/layout/_home.scss */
.tools .green-button {
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
}
/* line 164, ../sass/layout/_home.scss */
.tools .green-button:hover {
  background-color: #D40000;
}
/* line 168, ../sass/layout/_home.scss */
.tools .read-more {
  display: none;
}
/* line 171, ../sass/layout/_home.scss */
.tools .container .row .col-sm-4 {
  padding-bottom: 65px;
}
/* line 174, ../sass/layout/_home.scss */
.tools .grey-button {
  text-align: center;
  clear: both;
  margin: 65px 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 182, ../sass/layout/_home.scss */
  .numbers-section {
    display: block;
  }
  /* line 185, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content {
    font-size: 16px;
    line-height: 18px;
    top: 40px;
  }
  /* line 190, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content .number {
    font-size: 50px;
    line-height: 60px;
  }

  /* line 198, ../sass/layout/_home.scss */
  #how-we-support-wrapper {
    background: url("../../images/how-we-bg.jpg") no-repeat;
    background-size: cover;
  }
  /* line 201, ../sass/layout/_home.scss */
  #how-we-support-wrapper .how-support h4 {
    font-size: 25px;
  }
  /* line 204, ../sass/layout/_home.scss */
  #how-we-support-wrapper .title {
    background: none;
    padding: 0;
  }
  /* line 207, ../sass/layout/_home.scss */
  #how-we-support-wrapper .title h3 {
    font-size: 60px;
    line-height: 75px;
    padding: 0;
  }
  /* line 213, ../sass/layout/_home.scss */
  #how-we-support-wrapper .red-button {
    font-size: 14px;
  }

  /* line 218, ../sass/layout/_home.scss */
  .tools .title {
    background: none;
    padding: 0;
  }
  /* line 221, ../sass/layout/_home.scss */
  .tools .title h3 {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 226, ../sass/layout/_home.scss */
  .tools .col-sm-6.last-one {
    display: none;
  }
  /* line 229, ../sass/layout/_home.scss */
  .tools .res-title {
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 244, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 247, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content .number {
    font-size: 80px;
    line-height: 100px;
  }

  /* line 254, ../sass/layout/_home.scss */
  #how-we-support-wrapper .red-button {
    font-size: 16px;
  }
  /* line 257, ../sass/layout/_home.scss */
  #how-we-support-wrapper .how-support h4 {
    font-size: 30px;
  }

  /* line 262, ../sass/layout/_home.scss */
  .tools .col-sm-6.last-one {
    display: block;
  }
  /* line 265, ../sass/layout/_home.scss */
  .tools .green-button-round {
    padding: 10px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 275, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content {
    font-size: 30px;
    line-height: 33px;
  }
  /* line 278, ../sass/layout/_home.scss */
  .numbers-section .numbers-column .numbers-content .number {
    font-size: 85px;
    line-height: 105px;
  }
}
/*
	= Interior pages 	
*******************************************************************************************/
/* line 4, ../sass/layout/_interior_page.scss */
.top-img {
  background-color: #000;
}
/* line 6, ../sass/layout/_interior_page.scss */
.top-img img {
  width: 100%;
  opacity: 0.5;
}

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

/* line 19, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent {
  background-color: #FFF;
}
/* line 21, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent a {
  color: #D40000;
  transition: ease-in-out 0.2s all;
}
/* line 24, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent a:hover {
  color: #157A15;
  text-decoration: none;
}

/* line 30, ../sass/layout/_interior_page.scss */
.share-links {
  list-style: none;
  padding-left: 0;
  color: #000;
  font-weight: bold;
}
/* line 35, ../sass/layout/_interior_page.scss */
.share-links li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
}
/* line 39, ../sass/layout/_interior_page.scss */
.share-links li a {
  color: #000 !important;
  transition: ease-in-out 0.2s all;
}
/* line 42, ../sass/layout/_interior_page.scss */
.share-links li a:hover {
  color: #157A15 !important;
}

/* line 49, ../sass/layout/_interior_page.scss */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0;
  text-transform: lowercase;
  color: #D6D6D6;
}
/* line 56, ../sass/layout/_interior_page.scss */
#breadcrumbs li {
  float: left;
  margin-right: 15px;
  text-transform: lowercase;
}
/* line 60, ../sass/layout/_interior_page.scss */
#breadcrumbs li a {
  text-transform: lowercase;
  color: #000;
}
/* line 63, ../sass/layout/_interior_page.scss */
#breadcrumbs li a:hover {
  color: #157A15;
}
/* line 68, ../sass/layout/_interior_page.scss */
#breadcrumbs .separator {
  font-weight: 700;
  font-size: 20px;
  color: #999;
}

/* line 75, ../sass/layout/_interior_page.scss */
.gform_fields input, .gform_fields textarea {
  background-color: #E5E5E5;
  border: none;
  padding: 10px !important;
}
/* line 80, ../sass/layout/_interior_page.scss */
.gform_fields label {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0px 0px 0px 0px);
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

/* line 95, ../sass/layout/_interior_page.scss */
.gform_wrapper input[type="submit"] {
  background-color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 21px;
  border-radius: 5px;
  border: none;
  transition: ease-in-out 0.2s all;
  display: inline-block;
}
/* line 62, ../sass/base/_mixins_partials_variables.scss */
.gform_wrapper input[type="submit"]:hover {
  background-color: #D40000;
}

/* line 100, ../sass/layout/_interior_page.scss */
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #000;
}

/* line 103, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #D40000;
}

/* line 106, ../sass/layout/_interior_page.scss */
#tribe-events-content-wrapper {
  padding-bottom: 30px;
}

/* line 110, ../sass/layout/_interior_page.scss */
#tribe-events-content a {
  color: #000;
}
/* line 112, ../sass/layout/_interior_page.scss */
#tribe-events-content a:hover {
  color: #D40000;
}
/* line 116, ../sass/layout/_interior_page.scss */
#tribe-events-content .tribe-events-schedule {
  margin: 15px 0;
}
/* line 119, ../sass/layout/_interior_page.scss */
#tribe-events-content .tribe-events-back {
  float: right;
}

/* line 123, ../sass/layout/_interior_page.scss */
.events-page .maincontent.lower {
  padding-bottom: 0;
}

/* line 126, ../sass/layout/_interior_page.scss */
.tribe-events-notices {
  background-color: #157A15;
  color: #FFF;
  border: none;
  text-shadow: none;
  margin-top: 25px;
}

/* line 134, ../sass/layout/_interior_page.scss */
ul.post-categories {
  padding-left: 0;
  list-style: none;
}

/* line 139, ../sass/layout/_interior_page.scss */
.search-filter-results h3.entry-title {
  margin-top: 0;
}

/* line 143, ../sass/layout/_interior_page.scss */
.cat-icon {
  position: absolute;
  margin: 10px 10px 0px 10px;
  color: white;
  background-color: #000;
  padding: 5px 7px;
  border-radius: 50%;
}

/* line 152, ../sass/layout/_interior_page.scss */
article.resources h3 {
  font-size: 24px;
}
/* line 156, ../sass/layout/_interior_page.scss */
article.resources .entry-summary p {
  font-size: 16px;
}
/* line 160, ../sass/layout/_interior_page.scss */
article.resources .post-categories {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 15px;
}

/* line 167, ../sass/layout/_interior_page.scss */
#search_filter_register_widget-2 h4 {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 175, ../sass/layout/_interior_page.scss */
  .maincontent.lower .col-sm-8:first-child {
    margin-top: -112px;
  }
  /* line 177, ../sass/layout/_interior_page.scss */
  .maincontent.lower .col-sm-8:first-child div.post .entry, .maincontent.lower .col-sm-8:first-child .entry {
    padding-left: 25px;
  }

  /* line 181, ../sass/layout/_interior_page.scss */
  .title-bc {
    padding: 25px;
    padding-bottom: 35px;
    color: #000;
    display: inline-block;
    background-color: #FFF;
  }
  /* line 187, ../sass/layout/_interior_page.scss */
  .title-bc a, .title-bc h2 {
    color: #000;
  }
  /* line 190, ../sass/layout/_interior_page.scss */
  .title-bc h2.page-title {
    font-size: 47px;
    text-transform: uppercase;
    margin-top: 0;
  }

  /* line 196, ../sass/layout/_interior_page.scss */
  #tribe-events-pg-template {
    padding-left: 45px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 209, ../sass/layout/_interior_page.scss */
  #tribe-events-pg-template {
    padding-left: 55px;
  }
}
/* Sidebar
****************************************************/
/* line 4, ../sass/layout/_sidebar.scss */
#secondary {
  padding-top: 40px;
}
/* line 7, ../sass/layout/_sidebar.scss */
#secondary a {
  color: #000;
}
/* line 10, ../sass/layout/_sidebar.scss */
#secondary h3.widget-title {
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #D40000;
  font-size: 30px;
  margin-bottom: 25px;
}
/* line 17, ../sass/layout/_sidebar.scss */
#secondary aside {
  padding: 10px;
  margin-bottom: 20px;
}
/* line 20, ../sass/layout/_sidebar.scss */
#secondary aside ul {
  list-style: none;
}
/* line 24, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}
/* line 28, ../sass/layout/_sidebar.scss */
#secondary #text-18 {
  background-color: #D40000;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  padding: 20px;
}
/* line 33, ../sass/layout/_sidebar.scss */
#secondary #text-18 a {
  background-color: #000;
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  transition: ease-in-out 0.2s all;
}
/* line 42, ../sass/layout/_sidebar.scss */
#secondary #text-18 a:hover {
  background-color: #157A15;
  text-decoration: none;
}
/* line 47, ../sass/layout/_sidebar.scss */
#secondary #text-18 p {
  margin: 10px 0px 20px 0px;
}
/* line 51, ../sass/layout/_sidebar.scss */
#secondary #menu-main-menu-1 {
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 24px;
  line-height: 35px;
}
/* line 57, ../sass/layout/_sidebar.scss */
#secondary #menu-main-menu-1 .current-menu-item > a {
  font-weight: bold;
}
/* line 60, ../sass/layout/_sidebar.scss */
#secondary #menu-main-menu-1 .sub-menu {
  padding-left: 0;
}
/* line 62, ../sass/layout/_sidebar.scss */
#secondary #menu-main-menu-1 .sub-menu li:hover {
  font-weight: bold;
}
/* line 69, ../sass/layout/_sidebar.scss */
#secondary #text-17 ul {
  padding-left: 0;
}
/* line 71, ../sass/layout/_sidebar.scss */
#secondary #text-17 ul li {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 83, ../sass/layout/_sidebar.scss */
  #secondary {
    padding-top: 85px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
