/* 
*  Main CSS Index File
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
/*@font-face {
  font-family: "Cornerstone Regular";
  src: url('../../fonts/corner.eot');
  src: url('../../fonts/corner.eot?#iefix') format('embedded-opentype'), url('../../fonts/corner.woff') format('woff'), url('../../fonts/corner.ttf') format('truetype'), url('../../fonts/corner.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'cornerstoneregular';
  src: url("../../fonts/cornerstone_1-webfont.woff2") format("woff2"), url("../../fonts/cornerstone_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 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	
*******************************************************************************************/
/* 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: 1540px;
}

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

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

/* line 22, ../sass/base/_base.scss */
.wp-caption {
  max-width: 100%;
}
/* line 24, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 29, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

/* line 63, ../sass/base/_base.scss */
blockquote {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 15px 0 !important;
  font-size: 36px;
  line-height: 43px;
  border: none;
  position: relative;
  padding: 20px;
}

/* line 74, ../sass/base/_base.scss */
blockquote {
  background-color: #FCE21B;
  /* Mask: */
  background-image: linear-gradient(-180deg, #FAFA1D 0%, #FBE73E 100%);
}
/* line 78, ../sass/base/_base.scss */
blockquote div.dots {
  background: url("../../images/graydots.png") repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -20px;
}

/* line 87, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 30px 0 15px;
}

/* line 91, ../sass/base/_base.scss */
h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

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

/* line 95, ../sass/base/_base.scss */
h3 {
  font-size: 34px;
  line-height: 47px;
}

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

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

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

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

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

/* line 114, ../sass/base/_base.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}
/* line 118, ../sass/base/_base.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 122, ../sass/base/_base.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 126, ../sass/base/_base.scss */
ol ol {
  padding-left: 20px;
}

/* line 130, ../sass/base/_base.scss */
.btn-primary {
  background-color: #FFF;
  border: 1px solid #FCE21B;
  color: #000;
}
/* line 134, ../sass/base/_base.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #000;
  background-color: #FCE21B;
}

/* line 139, ../sass/base/_base.scss */
.open .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #FCE21B;
}

/* line 143, ../sass/base/_base.scss */
.yellow-button {
  background-color: #FCE21B;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
/* line 153, ../sass/base/_base.scss */
.yellow-button:hover, .yellow-button a:hover {
  opacity: 0.7;
  color: #000;
}

/* line 159, ../sass/base/_base.scss */
.black-button {
  background-color: #000;
  color: #FCE21B !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  -moz-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
}

/* line 200, ../sass/base/_base.scss */
.searchandfilter ul li {
  padding: 5px 0;
}

/* line 203, ../sass/base/_base.scss */
.open > .dropdown-menu {
  background-color: #4A4A4A;
  width: 100%;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin-top: -2px;
}
/* line 211, ../sass/base/_base.scss */
.open > .dropdown-menu > li a {
  color: #FFF;
}
/* line 213, ../sass/base/_base.scss */
.open > .dropdown-menu > li a:hover {
  color: #FCE21B;
  background-color: #4A4A4A;
}

/* line 220, ../sass/base/_base.scss */
.bg_yellow {
  display: block;
  background-color: #FCE21B;
}

/* 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 !important;
  padding: 0;
  border: none !important;
}

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

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

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

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

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

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

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

/* 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;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 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: "flexslider-icon";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 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: '\f002';
}

/* 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 {
  position: absolute;
  bottom: 6%;
  left: 20px;
  right: 0;
  padding: 10px;
  padding-right: 36%;
}
/* line 271, ../sass/vendor/_flexslider.scss */
.slide-caption:hover h3 {
  color: #FFF !important;
}

/* line 276, ../sass/vendor/_flexslider.scss */
.slide-caption h3 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #FCE21B;
  font-weight: bold;
}

/* line 284, ../sass/vendor/_flexslider.scss */
.slide-caption h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  font-weight: normal;
}

/* line 292, ../sass/vendor/_flexslider.scss */
.slide-caption {
  z-index: 2;
}

/* line 295, ../sass/vendor/_flexslider.scss */
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/dots-overlay-fin.png") 50% 0 repeat;
}

/* line 302, ../sass/vendor/_flexslider.scss */
.shadow1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.98) 6%, rgba(0, 0, 0, 0.82) 9%, rgba(0, 0, 0, 0.05) 23%, transparent 24%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.98) 6%, rgba(0, 0, 0, 0.82) 9%, rgba(0, 0, 0, 0.05) 23%, transparent 24%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.98) 6%, rgba(0, 0, 0, 0.82) 9%, rgba(0, 0, 0, 0.05) 23%, transparent 24%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 313, ../sass/vendor/_flexslider.scss */
.shadow3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: black;
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.56) 11%, transparent 25%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(4%, rgba(0, 0, 0, 0.84)), color-stop(11%, rgba(0, 0, 0, 0.56)), color-stop(25%, transparent));
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.56) 11%, transparent 25%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.56) 11%, transparent 25%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.56) 11%, transparent 25%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.84) 4%, rgba(0, 0, 0, 0.56) 11%, transparent 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/* line 329, ../sass/vendor/_flexslider.scss */
.shadow2 {
  position: static;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(45deg, transparent 52%, rgba(0, 0, 0, 0.05) 54%, rgba(0, 0, 0, 0.98) 90%, rgba(0, 0, 0, 0.98) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, transparent 52%, rgba(0, 0, 0, 0.05) 54%, rgba(0, 0, 0, 0.98) 90%, rgba(0, 0, 0, 0.98) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, transparent 52%, rgba(0, 0, 0, 0.05) 54%, rgba(0, 0, 0, 0.98) 90%, rgba(0, 0, 0, 0.98) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fa000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 339, ../sass/vendor/_flexslider.scss */
.shadowbottom {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 78%, rgba(0, 0, 0, 0.05) 79%, rgba(0, 0, 0, 0.99) 99%, rgba(0, 0, 0, 0.99) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 78%, rgba(0, 0, 0, 0.05) 79%, rgba(0, 0, 0, 0.99) 99%, rgba(0, 0, 0, 0.99) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 78%, rgba(0, 0, 0, 0.05) 79%, rgba(0, 0, 0, 0.99) 99%, rgba(0, 0, 0, 0.99) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fc000000',GradientType=0 );
  /* IE6-9 */
}

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

  /* line 358, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 366, ../sass/vendor/_flexslider.scss */
  .slide-caption h3 {
    font-size: 35px;
    background: url("../../images/caption_arrow_tablet.png") no-repeat right;
    padding-right: 60px;
    line-height: 40px;
  }
  /* line 372, ../sass/vendor/_flexslider.scss */
  .slide-caption h4 {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 377, ../sass/vendor/_flexslider.scss */
  .shadow2 {
    position: absolute;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 386, ../sass/vendor/_flexslider.scss */
  .slide-caption h3 {
    font-size: 50px;
    line-height: 55px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 397, ../sass/vendor/_flexslider.scss */
  .slide-caption h3 {
    font-size: 70px;
    line-height: 75px;
    background: url("../../images/caption_arrow.png") no-repeat right;
    padding-right: 80px;
  }
  /* line 403, ../sass/vendor/_flexslider.scss */
  .slide-caption h4 {
    font-size: 30px;
    line-height: 35px;
  }
  /* line 408, ../sass/vendor/_flexslider.scss */
  .slide-caption:hover h3 {
    background: url("../../images/caption_arrow_white_dt.png") no-repeat right;
  }
}
/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
#footer-wrapper {
  background: url("../../images/upper-footer-bg-min.jpg") no-repeat;
  background-size: cover;
  margin-top: -17px;
  padding: 40px 0 0 0;
}
/* line 9, ../sass/layout/_footer.scss */
#footer-wrapper #store-wrapper {
  position: relative;
}
/* line 11, ../sass/layout/_footer.scss */
#footer-wrapper #store-wrapper h3 {
  font-size: 25px;
  line-height: 50px;
  font-family: "cornerstoneregular";
  color: #FCE21B;
  margin: 8px auto;
}
/* line 18, ../sass/layout/_footer.scss */
#footer-wrapper #store-wrapper .section-title {
  display: flex;
  opacity: 0;
  padding-bottom: 50px;
  position: relative;
}
/* line 23, ../sass/layout/_footer.scss */
#footer-wrapper #store-wrapper .section-title .stripes {
  background: url("../../images/stripes_mobile_yellow.png") repeat-x left 20px;
  height: 70px;
}
/* line 29, ../sass/layout/_footer.scss */
#footer-wrapper .button-wrapper {
  display: block;
  text-align: center;
  margin: 50px 0 30px 0;
  position: relative;
}
/* line 34, ../sass/layout/_footer.scss */
#footer-wrapper .button-wrapper .yellow-button {
  -webkit-box-shadow: 5px 5px 2px 0px rgba(252, 226, 27, 0.5);
  -moz-box-shadow: 5px 5px 2px 0px rgba(252, 226, 27, 0.5);
  box-shadow: 5px 5px 2px 0px rgba(252, 226, 27, 0.5);
  font-size: 20px;
}
/* line 41, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper {
  color: #FFF;
  border-top: 1px solid #979797;
}
/* line 44, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper .about-us {
  padding-right: 40px;
  border-right: 1px solid #979797;
  padding-bottom: 40px;
  text-align: center;
}
/* line 49, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper .about-us span a {
  color: #FCE21B !important;
  font-weight: 700;
}
/* line 54, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper .about-us p {
  font-size: 19px;
  line-height: 27px;
}
/* line 59, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
/* line 66, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper h4, #footer-wrapper #about-wrapper a {
  color: #FFF;
}
/* line 69, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0 20px;
}
/* line 74, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  color: #FFF;
}
/* line 78, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer a:hover {
  color: #FCE21B;
}
/* line 81, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer a i {
  color: #FCE21B;
  border: 2px solid #FCE21B;
  border-radius: 50%;
  padding: 5px 7px;
}
/* line 86, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer a i.fa-twitter {
  padding: 5px;
}
/* line 89, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper #social-links-footer a i.fa-instagram {
  padding: 5px 6px;
}
/* line 95, ../sass/layout/_footer.scss */
#footer-wrapper #about-wrapper .follow {
  border-top: 1px solid #979797;
}

/* line 100, ../sass/layout/_footer.scss */
.carousel-control {
  color: #FCE21B;
  opacity: 1;
}
/* line 103, ../sass/layout/_footer.scss */
.carousel-control.left {
  margin-left: -15px !important;
}
/* line 106, ../sass/layout/_footer.scss */
.carousel-control.right {
  margin-right: -15px !important;
}
/* line 109, ../sass/layout/_footer.scss */
.carousel-control .glyphicon-chevron-left:before {
  content: '\f104';
  font-family: "fontAwesome";
  font-size: 25px;
  line-height: 25px;
}
/* line 115, ../sass/layout/_footer.scss */
.carousel-control .glyphicon-chevron-right:before {
  content: '\f105';
  font-family: "fontAwesome";
  font-size: 25px;
  line-height: 25px;
}

/* line 123, ../sass/layout/_footer.scss */
#footer-bottom {
  background-color: #000;
  color: #FFF;
  padding: 50px 0;
}
/* line 128, ../sass/layout/_footer.scss */
#footer-bottom #menu-footer-menu a {
  color: #FCE21B;
  font-family: "cornerstoneregular";
  font-size: 14px;
}
/* line 132, ../sass/layout/_footer.scss */
#footer-bottom #menu-footer-menu a:hover {
  opacity: 0.7;
}
/* line 137, ../sass/layout/_footer.scss */
#footer-bottom #text-17 {
  font-size: 14px;
}

/* line 141, ../sass/layout/_footer.scss */
footer {
  text-align: center;
  border-top: 1px solid #979797;
}

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

/* Very Small screens ***************************************************************/
@media (max-width: 419px) {
  /* line 157, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper h3 {
    font-size: 23px;
  }

  /* line 160, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .section-title .stripes {
    width: 28px;
  }
}
/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 170, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .section-title .stripes {
    background: url("../../images/stripes_tablet_yellow.png") repeat-x left 20px;
    height: 70px;
  }
  /* line 175, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper h3 {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 179, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .button-wrapper {
    margin: 50px 0 100px 0;
  }
  /* line 181, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .button-wrapper .yellow-button {
    font-size: 32px;
  }
  /* line 188, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper .about-us {
    border-bottom: 1px solid #979797;
  }
  /* line 193, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper #social-links-footer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
    margin: auto;
  }
  /* line 199, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper #social-links-footer a {
    width: 20%;
  }
  /* line 203, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper .follow {
    border-top: none;
  }
  /* line 208, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control .glyphicon-chevron-right {
    right: 0;
  }
  /* line 210, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control .glyphicon-chevron-right:before {
    content: '\f105';
    font-family: "fontAwesome";
    font-size: 60px;
    line-height: 40px;
  }
  /* line 217, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control .glyphicon-chevron-left:before {
    content: '\f104';
    font-family: "fontAwesome";
    font-size: 60px;
    line-height: 40px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 233, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control {
    color: #FCE21B;
    opacity: 1;
  }
  /* line 236, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control.left {
    margin-left: -70px !important;
  }
  /* line 239, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control.right {
    margin-right: -70px !important;
  }
  /* line 242, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control .glyphicon-chevron-left:before {
    content: '\f104';
    font-family: "fontAwesome";
    font-size: 140px;
    line-height: 40px;
  }
  /* line 248, ../sass/layout/_footer.scss */
  #footer-wrapper .carousel-control .glyphicon-chevron-right:before {
    content: '\f105';
    font-family: "fontAwesome";
    font-size: 140px;
    line-height: 40px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 264, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .section-title .stripes {
    background: url("../../images/stripes_yellow_large_sm.png") repeat-x left 20px;
    height: 70px;
  }
  /* line 269, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper h3 {
    font-size: 70px;
    line-height: 80px;
  }
  /* line 273, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .button-wrapper {
    margin: 50px 0 300px 0;
  }
  /* line 275, ../sass/layout/_footer.scss */
  #footer-wrapper #store-wrapper .button-wrapper .yellow-button {
    font-size: 32px;
  }
  /* line 282, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper .about-us {
    text-align: left;
    border-bottom: none;
  }
  /* line 286, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper h4 {
    text-align: left;
  }
  /* line 289, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper #social-links-footer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: left;
  }
  /* line 294, ../sass/layout/_footer.scss */
  #footer-wrapper #about-wrapper #social-links-footer a {
    width: 35%;
  }
}
/*
	= Header	
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
#topright {
  float: none !important;
  align-items: center;
}
/* line 8, ../sass/layout/_header.scss */
#topright .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #FCE21B;
  padding-left: 20px;
}
/* line 14, ../sass/layout/_header.scss */
#topright .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
/* line 17, ../sass/layout/_header.scss */
#topright .social-icons li a {
  color: #FCE21B;
}
/* line 19, ../sass/layout/_header.scss */
#topright .social-icons li a:hover {
  opacity: 0.8;
}
/* line 25, ../sass/layout/_header.scss */
#topright .dropdown {
  margin: 15px;
}
/* line 28, ../sass/layout/_header.scss */
#topright .dropdown-toggle {
  border-radius: 0px;
  padding-right: 0;
  font-weight: bold;
}
/* line 32, ../sass/layout/_header.scss */
#topright .dropdown-toggle .angle {
  background-color: #FCE21B;
  padding: 7px 7px 8px 7px;
}

/* line 38, ../sass/layout/_header.scss */
.navbar-wrapper {
  position: static;
}

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

/* line 44, ../sass/layout/_header.scss */
.navbar {
  border: none;
  position: absolute;
  width: 100%;
}

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

/* line 56, ../sass/layout/_header.scss */
.brand {
  margin-bottom: 20px;
  max-width: 283px;
  padding: 0 15px;
  margin-left: 15px;
}
/* line 61, ../sass/layout/_header.scss */
.brand h1 {
  margin: 0;
}
/* line 63, ../sass/layout/_header.scss */
.brand h1 img {
  max-width: 35%;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 73, ../sass/layout/_header.scss */
  .navbar {
    position: relative;
    width: auto;
  }

  /* line 77, ../sass/layout/_header.scss */
  .navbar-wrapper {
    position: absolute;
    width: 100%;
  }

  /* line 81, ../sass/layout/_header.scss */
  .navbar-header {
    background-color: transparent;
  }

  /* line 84, ../sass/layout/_header.scss */
  .brand h1 img {
    max-width: 80px;
    margin-left: 15px;
  }

  /* line 88, ../sass/layout/_header.scss */
  #topright {
    margin-top: 50px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 96, ../sass/layout/_header.scss */
  .brand h1 img {
    max-width: 130px;
  }

  /* line 100, ../sass/layout/_header.scss */
  .menu-main-menu-container #menu-main-menu {
    margin-right: -20px;
  }
  /* line 102, ../sass/layout/_header.scss */
  .menu-main-menu-container #menu-main-menu li {
    margin-right: 30px;
  }
  /* line 105, ../sass/layout/_header.scss */
  .menu-main-menu-container #menu-main-menu li:last-child {
    margin-right: 0;
  }

  /* line 110, ../sass/layout/_header.scss */
  #topright {
    display: -webkit-flex;
    display: flex;
    float: right !important;
    margin-top: 30px;
  }
  /* line 115, ../sass/layout/_header.scss */
  #topright .dropdown {
    margin: 0px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 124, ../sass/layout/_header.scss */
  .brand h1 img {
    max-width: 100%;
    margin-left: 0;
  }

  /* line 128, ../sass/layout/_header.scss */
  .navbar-header .brand h1 {
    margin-left: 30px;
  }
}
/*
	= Home 	
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
#placeholderslider {
  height: 100vh;
  width: 100%;
  background-color: #000;
}
/* line 9, ../sass/layout/_home.scss */
#placeholderslider .loader {
  border: 16px solid #FFF;
  border-top: 16px solid #FCE21B;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 36%;
  top: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Get Involved AN form */
/* line 28, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #logo_wrap, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #action_info, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 h2, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 h3, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 h4 {
  display: none;
}

/* line 32, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="text"], #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="email"] {
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 10px;
}

/* line 42, ../sass/layout/_home.scss */
.home #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
  border: none;
}

/* line 48, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 {
  margin-top: 30px;
}
/* line 51, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
  padding: 15px;
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  width: 45%;
}
/* line 58, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
/* line 63, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
/* line 69, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
/* line 75, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
/* line 83, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #d_sharing, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 .international_link-wrap.js-international_link-wrap, #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 .ajax-loading {
  display: none;
}
/* line 86, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 .control-group {
  list-style: none;
}
/* line 88, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 .control-group .control-label {
  display: none;
}
/* line 92, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"] {
  background-color: #000;
  color: #FCE21B;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  font-size: 25px;
  border: none;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  -moz-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
}
/* line 103, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"]:hover {
  opacity: 0.7;
}
/* line 107, ../sass/layout/_home.scss */
#can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #Mobile-Number {
  width: 91.5% !important;
}

/* line 112, ../sass/layout/_home.scss */
.scrolloff {
  pointer-events: none;
}

/* line 117, ../sass/layout/_home.scss */
.carousel-inner .active.left {
  left: -25%;
}

/* line 118, ../sass/layout/_home.scss */
.carousel-inner .next {
  left: 25%;
}

/* line 119, ../sass/layout/_home.scss */
.carousel-inner .prev {
  left: -25%;
}

/* line 120, ../sass/layout/_home.scss */
.carousel-control {
  width: 4%;
}

/* line 121, ../sass/layout/_home.scss */
.carousel-control.left, .carousel-control.right {
  margin-left: 15px;
  background-image: none;
}

/* line 122, ../sass/layout/_home.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner .item {
  margin: auto;
}

/* line 126, ../sass/layout/_home.scss */
.home .chapter-list, .home .pagination {
  display: none;
}
/* line 129, ../sass/layout/_home.scss */
.home #tribe-events {
  position: absolute;
  z-index: -1;
}

/* line 136, ../sass/layout/_home.scss */
#get-involved {
  background-color: #FCE21B;
  padding-bottom: 70px;
}
/* line 139, ../sass/layout/_home.scss */
#get-involved .section-title {
  background: url("../../images/stripes_mobile_black.png") repeat-x 20px;
}
/* line 142, ../sass/layout/_home.scss */
#get-involved .section-title h3 {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #FCE21B;
  padding: 0px 15px 0px 15px;
  margin: 20px;
}
/* line 151, ../sass/layout/_home.scss */
#get-involved p {
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
}
/* line 157, ../sass/layout/_home.scss */
#get-involved #black-studio-tinymce-12 h3.widget-title {
  display: inline-block;
  float: left;
  font-size: 22px;
  margin: 20px 15px 30px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 167, ../sass/layout/_home.scss */
#get-involved .sf-field-taxonomy-state {
  text-align: right;
  float: right;
  margin-top: 15px;
}
/* line 172, ../sass/layout/_home.scss */
#get-involved .sf-field-taxonomy-state {
  background: url("../../images/dropdown.png") no-repeat right center;
  height: 38px;
  width: 270px;
  background-color: #FFF;
}
/* line 177, ../sass/layout/_home.scss */
#get-involved .sf-field-taxonomy-state select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 22px;
  padding: 0 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 188, ../sass/layout/_home.scss */
#get-involved .sf-field-taxonomy-state select:focus {
  outline: 0;
}
/* line 193, ../sass/layout/_home.scss */
#get-involved .search-filter-results {
  margin-top: 30px;
}
/* line 195, ../sass/layout/_home.scss */
#get-involved .search-filter-results a:hover {
  color: #333;
}

/* line 202, ../sass/layout/_home.scss */
#updates {
  background: url("../../images/updates-bg-min.png") no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 20px 0 60px 0;
}
/* line 207, ../sass/layout/_home.scss */
#updates .section-title {
  display: flex;
  justify-content: space-between;
}
/* line 210, ../sass/layout/_home.scss */
#updates .section-title .yellow-stripe-large {
  background: url("../../images/stripes_mobile_yellow.png") repeat-x left 20px;
  height: 50px;
  width: 115px;
}
/* line 214, ../sass/layout/_home.scss */
#updates .section-title .yellow-stripe-large.end {
  right: 0;
  margin-right: 0;
}
/* line 221, ../sass/layout/_home.scss */
#updates h3.title {
  z-index: 2;
  padding: 0px 10px 0px 15px;
  margin-left: 0px;
  display: inline-block;
  margin-top: 18px;
}
/* line 230, ../sass/layout/_home.scss */
#updates .section-title h3, #updates .entry-title a {
  color: #FCE21B;
}
/* line 233, ../sass/layout/_home.scss */
#updates .row.maincontent {
  margin-top: 50px;
}
/* line 236, ../sass/layout/_home.scss */
#updates img {
  border: 10px solid #FFF;
  opacity: 1;
  transition: ease-in-out 0.3s all;
}
/* line 240, ../sass/layout/_home.scss */
#updates img:hover {
  opacity: 0.5;
}
/* line 244, ../sass/layout/_home.scss */
#updates .cat {
  color: #FCE21B;
  margin-top: 15px;
}
/* line 247, ../sass/layout/_home.scss */
#updates .cat a {
  color: #FCE21B;
}
/* line 251, ../sass/layout/_home.scss */
#updates .entry-date {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
/* line 256, ../sass/layout/_home.scss */
#updates .read-more {
  display: none;
}
/* line 259, ../sass/layout/_home.scss */
#updates a:hover {
  opacity: 0.7;
}

/* line 264, ../sass/layout/_home.scss */
#home-events {
  background-color: #000;
  position: relative;
  padding-top: 90px;
}
/* line 268, ../sass/layout/_home.scss */
#home-events .section-title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
}
/* line 273, ../sass/layout/_home.scss */
#home-events .section-title .stripes_actions {
  background: url("../../images/stripes_large.png") repeat-x left 20px;
  width: 25px;
  background-color: #FCE21B;
}
/* line 277, ../sass/layout/_home.scss */
#home-events .section-title .stripes_actions.end {
  background: url("../../images/stripes_yellow_large_sm.png") repeat-x left 20px;
  width: 25px;
  margin-right: 0;
  background-color: #000;
}
/* line 284, ../sass/layout/_home.scss */
#home-events .section-title .title {
  background: url("../../images/stripes_mobile_black.png") repeat-x 20px;
  background-color: #FCE21B;
}
/* line 287, ../sass/layout/_home.scss */
#home-events .section-title .title h3 {
  margin: 0px;
  padding: 15px;
  font-size: 30px;
  display: inline-block;
  background-color: #FCE21B;
}
/* line 295, ../sass/layout/_home.scss */
#home-events .section-title .find_text {
  display: block;
  background-color: #000;
  padding: 15px;
}
/* line 299, ../sass/layout/_home.scss */
#home-events .section-title .find_text span {
  color: #FCE21B;
  font-family: "cornerstoneregular";
  font-size: 21px;
  line-height: 45px;
  text-transform: uppercase;
}
/* line 306, ../sass/layout/_home.scss */
#home-events .section-title .find_text #near-city {
  display: inline-block;
  background: url(../../images/dropdown_yellow.png) no-repeat right center;
  height: 30px;
  width: 160px;
  background-color: #FFF;
  border: 1px solid #FCE21B;
  vertical-align: text-bottom;
}
/* line 314, ../sass/layout/_home.scss */
#home-events .section-title .find_text #near-city select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 26px;
  padding: 0 5px;
  width: 180px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 325, ../sass/layout/_home.scss */
#home-events .section-title .find_text #near-city select:focus {
  outline: 0;
}
/* line 349, ../sass/layout/_home.scss */
#home-events #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 0;
}
/* line 354, ../sass/layout/_home.scss */
#home-events #tribe-bar-form input[type="text"] {
  background-color: #FFF;
  width: 40%;
}

/* line 365, ../sass/layout/_home.scss */
.section-title h3 {
  font-family: "cornerstoneregular";
  font-size: 30px;
  line-height: 30px;
}

/* line 371, ../sass/layout/_home.scss */
#home-events .section-title .find_text {
  position: relative;
  z-index: 9;
}

/* Very Small screens ***************************************************************/
@media (max-width: 419px) {
  /* line 380, ../sass/layout/_home.scss */
  .flex-viewport {
    background-color: #000;
  }

  /* line 384, ../sass/layout/_home.scss */
  .flexslider .overlay {
    display: none;
  }
  /* line 387, ../sass/layout/_home.scss */
  .flexslider .shadowbottom {
    bottom: 60px;
  }

  /* line 391, ../sass/layout/_home.scss */
  .flex-control-nav {
    display: none;
  }

  /* line 394, ../sass/layout/_home.scss */
  .slide-caption {
    position: relative;
    left: 0;
    padding-right: 15px;
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 20%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 20%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 20%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
  }

  /* line 405, ../sass/layout/_home.scss */
  #get-involved .sf-field-taxonomy-state {
    width: 150px;
  }
  /* line 407, ../sass/layout/_home.scss */
  #get-involved .sf-field-taxonomy-state select {
    font-size: 10px;
  }
  /* line 412, ../sass/layout/_home.scss */
  #get-involved form #form_col1 {
    text-align: center;
  }
  /* line 415, ../sass/layout/_home.scss */
  #get-involved form #Mobile-Number, #get-involved form input[type="submit"] {
    width: 95.5% !important;
  }
  /* line 419, ../sass/layout/_home.scss */
  #get-involved .section-title h3 {
    display: block;
    text-align: center;
    margin: 20px auto;
  }

  /* line 425, ../sass/layout/_home.scss */
  #get-involved #black-studio-tinymce-12 {
    margin-top: 15px;
  }
  /* line 427, ../sass/layout/_home.scss */
  #get-involved #black-studio-tinymce-12 h3.widget-title {
    margin: 12px 0 15px 0;
    text-align: center;
    font-size: 18px;
  }

  /* line 435, ../sass/layout/_home.scss */
  #get-involved .search-filter-results {
    margin-top: 0;
  }

  /* line 439, ../sass/layout/_home.scss */
  #updates .section-title .yellow-stripe-large {
    width: 25px;
  }
}
/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 446, ../sass/layout/_home.scss */
  #placeholderslider .loader {
    left: 45%;
  }

  /* line 452, ../sass/layout/_home.scss */
  .home #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
    border: none;
  }

  /* line 459, ../sass/layout/_home.scss */
  .flexslider .shadowbottom {
    bottom: 0px;
  }

  /* line 465, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
    padding: 15px;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    width: 45%;
  }
  /* line 472, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
  /* line 477, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
  /* line 483, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
  /* line 489, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }

  /* line 499, ../sass/layout/_home.scss */
  #get-involved .section-title {
    background: url("../../images/stripes_tablet_black.png") repeat-x 20px;
  }
  /* line 501, ../sass/layout/_home.scss */
  #get-involved .section-title h3 {
    font-size: 50px;
    line-height: 50px;
    margin: 20px auto;
    padding: 0 10px 0 15px;
  }
  /* line 508, ../sass/layout/_home.scss */
  #get-involved p {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
  /* line 514, ../sass/layout/_home.scss */
  #get-involved #black-studio-tinymce-12 h3.widget-title {
    display: inline-block;
    float: left;
    font-size: 46px;
    margin: 0 15px 30px 0;
    text-transform: uppercase;
  }
  /* line 522, ../sass/layout/_home.scss */
  #get-involved .sf-field-taxonomy-state select {
    font-size: 17px;
    line-height: 21px;
  }
  /* line 526, ../sass/layout/_home.scss */
  #get-involved .search-filter-results {
    margin-top: 0px;
  }
  /* line 529, ../sass/layout/_home.scss */
  #get-involved #text-16 {
    margin-bottom: 30px;
  }

  /* line 535, ../sass/layout/_home.scss */
  #updates .section-title .yellow-stripe-large {
    background: url("../../images/stripes_tablet_yellow.png") repeat-x left 20px;
    height: 70px;
    width: 25px;
    margin-right: 0px;
  }
  /* line 540, ../sass/layout/_home.scss */
  #updates .section-title .yellow-stripe-large.end {
    width: 40%;
    right: 0;
    margin-right: 0;
  }
  /* line 546, ../sass/layout/_home.scss */
  #updates .section-title h3 {
    font-size: 50px;
    line-height: 50px;
  }

  /* line 558, ../sass/layout/_home.scss */
  #home-events .section-title .title h3 {
    font-size: 50px;
    line-height: 50px;
  }
  /* line 568, ../sass/layout/_home.scss */
  #home-events .tribe-bar-geoloc-filter {
    right: 30px;
    bottom: -138px;
  }
  /* line 572, ../sass/layout/_home.scss */
  #home-events #tribe-bar-form input[type="text"] {
    width: 100%;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 584, ../sass/layout/_home.scss */
  #site-navigation {
    margin-right: 15px;
  }

  /* line 591, ../sass/layout/_home.scss */
  .home #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
    border: none;
  }

  /* line 600, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
    padding: 15px;
    padding: 20px;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    width: 45%;
  }
  /* line 607, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 700;
    font-size: 25px;
  }
  /* line 612, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-weight: 700;
    font-size: 25px;
  }
  /* line 618, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-weight: 700;
    font-size: 25px;
  }
  /* line 624, ../sass/layout/_home.scss */
  #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-weight: 700;
    font-size: 25px;
  }

  /* line 633, ../sass/layout/_home.scss */
  #home-events .section-title .find_text span {
    font-size: 30px;
  }

  /* line 636, ../sass/layout/_home.scss */
  #home-events .tribe-bar-geoloc-filter {
    bottom: -146px;
  }

  /* line 640, ../sass/layout/_home.scss */
  .home #tribe-geo-map-wrapper, .home #tribe-geo-map, .tribe-events-map #tribe-geo-map-wrapper, .tribe-events-map #tribe-geo-map {
    height: 800px !important;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 649, ../sass/layout/_home.scss */
  #get-involved {
    padding-bottom: 70px;
  }
  /* line 651, ../sass/layout/_home.scss */
  #get-involved .section-title {
    background: url("../../images/stripes_large.png") repeat-x 20px;
    margin-bottom: 30px;
  }
  /* line 655, ../sass/layout/_home.scss */
  #get-involved .section-title h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 70px;
  }
  /* line 663, ../sass/layout/_home.scss */
  #get-involved p {
    font-weight: 900;
    font-size: 33px;
    line-height: 47px;
  }
  /* line 669, ../sass/layout/_home.scss */
  #get-involved #black-studio-tinymce-12 h3.widget-title {
    font-size: 40px;
    line-height: 65px;
    margin: 0 15px 30px 0;
  }

  /* line 677, ../sass/layout/_home.scss */
  .section-title h3 {
    font-family: "cornerstoneregular";
    font-size: 70px;
    line-height: 70px;
  }

  /* line 683, ../sass/layout/_home.scss */
  #updates .updates {
    padding: 30px;
  }
  /* line 687, ../sass/layout/_home.scss */
  #updates .section-title .yellow-stripe-large {
    background: url("../../images/stripes_yellow_large_sm.png") repeat-x left 20px;
    height: 70px;
    width: 104px;
    margin-right: 0px;
  }
  /* line 692, ../sass/layout/_home.scss */
  #updates .section-title .yellow-stripe-large.end {
    width: 33%;
    right: 0;
    margin-right: 0;
  }
  /* line 698, ../sass/layout/_home.scss */
  #updates .section-title h3.title {
    margin-left: -15px;
    margin-top: 14px;
    font-size: 60px;
    line-height: 70px;
  }

  /* line 707, ../sass/layout/_home.scss */
  #home-events .section-title {
    text-align: left;
    display: flex;
  }
  /* line 710, ../sass/layout/_home.scss */
  #home-events .section-title .find_text {
    width: 45%;
    padding: 17px 15px 17px 30px;
  }
  /* line 713, ../sass/layout/_home.scss */
  #home-events .section-title .find_text span {
    font-size: 25px;
    line-height: 55px;
  }
  /* line 718, ../sass/layout/_home.scss */
  #home-events .section-title .title {
    background-image: none;
  }
  /* line 720, ../sass/layout/_home.scss */
  #home-events .section-title .title h3 {
    font-size: 48px;
    line-height: 60px;
  }
  /* line 725, ../sass/layout/_home.scss */
  #home-events .section-title .stripes_actions {
    display: block;
  }
  /* line 727, ../sass/layout/_home.scss */
  #home-events .section-title .stripes_actions .start {
    width: 25px;
  }
  /* line 733, ../sass/layout/_home.scss */
  #home-events .tribe-bar-geoloc-filter {
    bottom: -73px;
    width: auto;
  }

  /* line 740, ../sass/layout/_home.scss */
  #home-events .section-title .find_text {
    position: static;
    z-index: auto;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1600px) {
  /* line 751, ../sass/layout/_home.scss */
  #get-involved .section-title h3, #get-involved .section-title h3.title, #updates .section-title h3, #updates .section-title h3.title {
    font-size: 70px;
    line-height: 70px;
    margin-left: -15px;
  }
  /* line 756, ../sass/layout/_home.scss */
  #get-involved .section-title .yellow-stripe-large, #updates .section-title .yellow-stripe-large {
    margin-right: 20px;
  }
  /* line 761, ../sass/layout/_home.scss */
  #get-involved #black-studio-tinymce-12 h3.widget-title, #updates #black-studio-tinymce-12 h3.widget-title {
    font-size: 57px;
  }

  /* line 766, ../sass/layout/_home.scss */
  #updates .updates {
    padding: 15px;
  }

  /* line 771, ../sass/layout/_home.scss */
  #home-events .section-title .find_text {
    width: 50%;
    padding: 15px 20px 15px 30px;
    max-width: 750px;
    font-weight: bold;
  }
  /* line 776, ../sass/layout/_home.scss */
  #home-events .section-title .find_text span {
    font-size: 38px;
  }
  /* line 781, ../sass/layout/_home.scss */
  #home-events .section-title .title {
    background-image: none;
  }
  /* line 783, ../sass/layout/_home.scss */
  #home-events .section-title .title h3 {
    font-size: 70px;
  }
  /* line 787, ../sass/layout/_home.scss */
  #home-events .section-title .stripes_actions {
    background: url("../../images/stripes_large.png") repeat-x left 20px;
    width: 50px;
    background-color: #FCE21B;
  }
  /* line 791, ../sass/layout/_home.scss */
  #home-events .section-title .stripes_actions.end {
    background: url("../../images/stripes_yellow_large_sm.png") repeat-x left 20px;
    width: 197px;
    margin-right: 0;
    background-color: #000;
  }
}
/*
	= Interior pages 	
*******************************************************************************************/
/* line 5, ../sass/layout/_interior_page.scss */
.maincontent.lower {
  padding-bottom: 50px;
}

/* line 8, ../sass/layout/_interior_page.scss */
.interior-wrapper {
  background: url("../../images/interior-page-top-min.jpg") no-repeat;
  background-size: contain;
  padding-top: 100px;
  background-color: #000;
}
/* line 13, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper {
  background-color: #000;
  overflow: hidden;
  color: #FCE21B;
}
/* line 17, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .share-links {
  list-style: none;
  text-align: right;
  margin: 0;
}
/* line 21, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .share-links li {
  display: inline-block;
}
/* line 23, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .share-links li:first-child {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
/* line 27, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .share-links li a {
  color: #FCE21B;
  margin-left: 10px;
  font-size: 20px;
}
/* line 31, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .share-links li a:hover {
  opacity: 0.7;
}
/* line 37, ../sass/layout/_interior_page.scss */
.interior-wrapper .title-wrapper .title-share {
  padding: 20px 0;
}
/* line 41, ../sass/layout/_interior_page.scss */
.interior-wrapper h2.page-title {
  color: #FCE21B;
  font-family: "cornerstoneregular";
  font-size: 30px;
  margin: 0;
}

/* line 48, ../sass/layout/_interior_page.scss */
.interior-content {
  background-color: #FFF;
  padding-top: 40px;
}
/* line 53, ../sass/layout/_interior_page.scss */
.interior-content form#search-filter-form-2509 ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 58, ../sass/layout/_interior_page.scss */
.interior-content form#search-filter-form-2509 ul li {
  align-items: center;
  width: 45%;
}
/* line 62, ../sass/layout/_interior_page.scss */
.interior-content form#search-filter-form-2509 ul li:first-child {
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #979797;
}
/* line 68, ../sass/layout/_interior_page.scss */
.interior-content form#search-filter-form-2509 ul li h4 {
  font-family: "cornerstoneregular";
  font-size: 13px;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 76, ../sass/layout/_interior_page.scss */
.interior-content form#search-filter-form-2509 ul li h4:first-child {
  padding-left: 0;
}
/* line 82, ../sass/layout/_interior_page.scss */
.interior-content li.sf-field-sort_order, .interior-content .sf-field-taxonomy-state {
  background-color: #FFF;
}
/* line 85, ../sass/layout/_interior_page.scss */
.interior-content li.sf-field-sort_order label, .interior-content .sf-field-taxonomy-state label {
  border: 1px solid #000;
  border-radius: 0px;
  background: url("../../images/dropdown.png") no-repeat right 0px;
}
/* line 90, ../sass/layout/_interior_page.scss */
.interior-content li.sf-field-sort_order select, .interior-content .sf-field-taxonomy-state select {
  background: transparent;
  font-size: 10px;
  height: 40px;
  padding: 0;
  /* If you add too much padding here, the options won't show in IE */
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
}
/* line 105, ../sass/layout/_interior_page.scss */
.interior-content .share-links {
  padding-left: 15px;
  list-style: none;
}
/* line 108, ../sass/layout/_interior_page.scss */
.interior-content .share-links li {
  display: inline-block;
  margin-right: 10px;
}

/* line 115, ../sass/layout/_interior_page.scss */
.chapter-list article {
  background-color: #E5E5E5;
  margin-top: 15px;
}
/* line 119, ../sass/layout/_interior_page.scss */
.chapter-list .chapter-logo {
  text-align: center;
  background-color: #000;
  padding: 10px;
  display: block;
}
/* line 124, ../sass/layout/_interior_page.scss */
.chapter-list .chapter-logo.yellowbg {
  background-color: #FCE21B;
}
/* line 128, ../sass/layout/_interior_page.scss */
.chapter-list .entry-title, .chapter-list .entry-summary, .chapter-list .loc {
  padding: 0px 20px;
}
/* line 131, ../sass/layout/_interior_page.scss */
.chapter-list .entry-title, .chapter-list .loc {
  font-family: "Roboto Condensed", sans-serif;
}
/* line 134, ../sass/layout/_interior_page.scss */
.chapter-list .entry-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 5px 0;
}
/* line 138, ../sass/layout/_interior_page.scss */
.chapter-list .entry-title a:hover {
  color: #333;
}
/* line 142, ../sass/layout/_interior_page.scss */
.chapter-list .loc {
  font-size: 20px;
  font-weight: 700;
}

/* line 149, ../sass/layout/_interior_page.scss */
.search-filter-results #map-canvas .acf-map a:hover {
  color: #333;
}

/* line 154, ../sass/layout/_interior_page.scss */
.single-chapter .logo {
  padding: 15px;
}
/* line 157, ../sass/layout/_interior_page.scss */
.single-chapter article {
  padding-bottom: 30px;
  overflow: hidden;
}
/* line 160, ../sass/layout/_interior_page.scss */
.single-chapter article h3.entry-title {
  margin-top: 0;
  line-height: 30px;
}
/* line 165, ../sass/layout/_interior_page.scss */
.single-chapter #secondary {
  margin-top: 0;
}

/* line 170, ../sass/layout/_interior_page.scss */
.staff {
  margin-bottom: 30px;
}
/* line 172, ../sass/layout/_interior_page.scss */
.staff h4.name {
  margin-top: 0;
}
/* line 175, ../sass/layout/_interior_page.scss */
.staff .pos {
  font-weight: bold;
}

/* line 181, ../sass/layout/_interior_page.scss */
#accordion.faq .panel-heading {
  background-color: #FCE21B;
}
/* line 184, ../sass/layout/_interior_page.scss */
#accordion.faq .panel-heading .panel-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
/* line 190, ../sass/layout/_interior_page.scss */
#accordion.faq .panel-heading .panel-title a {
  color: #000;
  font-weight: bold;
}
/* line 194, ../sass/layout/_interior_page.scss */
#accordion.faq .panel-heading .panel-title p {
  padding-right: 10px;
}

/* line 199, ../sass/layout/_interior_page.scss */
.term-name {
  font-family: "cornerstoneregular";
  font-size: 25px;
  line-height: 35px;
}

/* line 204, ../sass/layout/_interior_page.scss */
article.pressroom {
  margin-top: 30px;
}
/* line 206, ../sass/layout/_interior_page.scss */
article.pressroom .entry-title {
  margin: 0;
}
/* line 208, ../sass/layout/_interior_page.scss */
article.pressroom .entry-title a:hover {
  color: #333;
}
/* line 212, ../sass/layout/_interior_page.scss */
article.pressroom .date {
  font-weight: bold;
}

/* line 216, ../sass/layout/_interior_page.scss */
.read-more {
  background-color: #FCE21B;
  color: #000;
  font-family: "cornerstoneregular";
  font-size: 19px;
  padding: 10px;
  line-height: 55px;
  transition: all 0.5s ease-in;
}
/* line 224, ../sass/layout/_interior_page.scss */
.read-more:hover {
  background-color: #000;
  color: #FCE21B;
}

/* line 230, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent {
  background-color: #FFF;
}
/* line 233, ../sass/layout/_interior_page.scss */
.container-normal .col-sm-8 input[type="submit"] {
  background-color: #000;
  color: #FCE21B !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  -moz-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  border: none;
}

/* line 239, ../sass/layout/_interior_page.scss */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}
/* line 243, ../sass/layout/_interior_page.scss */
#breadcrumbs li {
  float: left;
  margin-right: 15px;
}
/* line 247, ../sass/layout/_interior_page.scss */
#breadcrumbs .separator {
  font-weight: 700;
  font-size: 20px;
  color: #999;
}

/*
	= FAQ	
************************************************/
/* line 260, ../sass/layout/_interior_page.scss */
.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

/* line 265, ../sass/layout/_interior_page.scss */
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 272, ../sass/layout/_interior_page.scss */
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

/* line 280, ../sass/layout/_interior_page.scss */
.panel:last-child {
  border-bottom: none;
}

/* line 284, ../sass/layout/_interior_page.scss */
.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

/* line 288, ../sass/layout/_interior_page.scss */
.panel-group .panel {
  border-radius: 0;
}

/* line 292, ../sass/layout/_interior_page.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}

/* line 296, ../sass/layout/_interior_page.scss */
.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

/* line 304, ../sass/layout/_interior_page.scss */
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

/* line 313, ../sass/layout/_interior_page.scss */
.panel-body {
  background: #fff;
}

/* line 317, ../sass/layout/_interior_page.scss */
.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

/* line 321, ../sass/layout/_interior_page.scss */
.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

/* line 326, ../sass/layout/_interior_page.scss */
.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */
/* line 332, ../sass/layout/_interior_page.scss */
.panel-heading a:before {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

/* line 343, ../sass/layout/_interior_page.scss */
.panel-heading.active a:before {
  content: '\f054';
  transition: all 0.5s;
  transform: scale(0);
}

/* line 349, ../sass/layout/_interior_page.scss */
#bs-collapse .panel-heading a:after {
  content: '\f054';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

/* line 360, ../sass/layout/_interior_page.scss */
#bs-collapse .panel-heading.active a:after {
  content: '\f054';
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */
/* line 367, ../sass/layout/_interior_page.scss */
#accordion .panel-heading a:before {
  content: '\f054';
  font-size: 24px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

/* line 378, ../sass/layout/_interior_page.scss */
#accordion .panel-heading.active a:before {
  transform: rotate(90deg);
  transition: all 0.5s;
}

/******************
//  Events
******************/
/* line 386, ../sass/layout/_interior_page.scss */
#tribe-events-pg-template, .tribe-events-pg-template {
  width: 100%;
}

/* line 389, ../sass/layout/_interior_page.scss */
a.tribe-event-url:hover {
  color: #333;
}

/* line 393, ../sass/layout/_interior_page.scss */
.download.yellow-button {
  font-family: "cornerstoneregular";
}

/* line 397, ../sass/layout/_interior_page.scss */
.resource h3.entry-title {
  margin-top: 0;
}

/* line 404, ../sass/layout/_interior_page.scss */
#tribe-events .title-wrapper .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  max-width: 1540px;
}
/* line 411, ../sass/layout/_interior_page.scss */
#tribe-events .title-wrapper .container {
  display: flex;
  justify-content: center;
}
/* line 416, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-events-content-wrapper {
  background-color: #FFF;
}
/* line 419, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-events-content {
  max-width: 1540px;
  padding: 30px;
  margin: 0 auto;
}
/* line 424, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-loop, #tribe-events #tribe-events-bar {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 429, ../sass/layout/_interior_page.scss */
#tribe-events .container {
  max-width: 100%;
  background-color: #000;
  padding: 20px 0;
}
/* line 434, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-geo-map-wrapper {
  margin-bottom: 0;
}
/* line 437, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-bar-form .tribe-bar-filters-inner {
  background-color: #FCE21B;
  color: #000;
}
/* line 441, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-bar-views .tribe-bar-views-inner, #tribe-events #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: #FCE21B;
}
/* line 444, ../sass/layout/_interior_page.scss */
#tribe-events #tribe-bar-form, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #000;
}
/* line 447, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-notices {
  background-color: #000;
  color: #FCE21B;
  text-shadow: none;
}
/* line 452, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-ical.tribe-events-button, #tribe-events .tribe-events-gcal.tribe-events-button {
  background-color: #000;
  color: #FCE21B !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  -moz-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  font-size: 18px;
  margin-bottom: 30px;
  margin-right: 30px;
}
/* line 457, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-ical.tribe-events-button:hover, #tribe-events .tribe-events-gcal.tribe-events-button:hover {
  color: #000 !important;
}
/* line 461, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
}
/* line 464, ../sass/layout/_interior_page.scss */
#tribe-events .tribe-events-list h2.tribe-events-page-title {
  font-family: "cornerstoneregular";
  font-size: 55px;
}
/* line 468, ../sass/layout/_interior_page.scss */
#tribe-events .row.loop-single-event {
  margin-bottom: 40px;
}
/* line 472, ../sass/layout/_interior_page.scss */
#tribe-events .content h2 {
  font-size: 24px;
}
/* line 475, ../sass/layout/_interior_page.scss */
#tribe-events .content .tribe-events-read-more {
  background-color: #FCE21B;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  font-family: "cornerstoneregular";
  font-size: 18px;
  transition: ease-in-out 0.2s all;
}
/* line 480, ../sass/layout/_interior_page.scss */
#tribe-events .content .tribe-events-read-more:hover {
  background-color: #000;
  color: #FCE21B;
}

/* line 492, ../sass/layout/_interior_page.scss */
.single-tribe_events #tribe-events {
  background-color: #FFF;
}
/* line 495, ../sass/layout/_interior_page.scss */
.single-tribe_events .title-wrapper.single-event .title-share {
  padding: 15px 30px;
}
/* line 498, ../sass/layout/_interior_page.scss */
.single-tribe_events .title-wrapper.main-loop {
  display: none;
}
/* line 501, ../sass/layout/_interior_page.scss */
.single-tribe_events .tribe-events-event-image {
  text-align: center;
}

/* line 508, ../sass/layout/_interior_page.scss */
article .entry-title a:hover {
  color: #333;
}

/* line 514, ../sass/layout/_interior_page.scss */
.tribe_community_edit h2.page-title {
  display: none;
}
/* line 517, ../sass/layout/_interior_page.scss */
.tribe_community_edit .entry {
  background-color: #FFF;
}
/* line 521, ../sass/layout/_interior_page.scss */
.tribe_community_edit #tribe-community-events {
  max-width: 1540px;
  margin: 0 auto;
  background-color: #FFF;
  border: none;
}
/* line 526, ../sass/layout/_interior_page.scss */
.tribe_community_edit #tribe-community-events .tribe-button {
  background-color: #FCE21B;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  font-size: 22px;
  line-height: 25px;
}
/* line 530, ../sass/layout/_interior_page.scss */
.tribe_community_edit #tribe-community-events .tribe-button:hover {
  opacity: 0.8;
}

/* line 538, ../sass/layout/_interior_page.scss */
.resource-list article {
  background-color: #FCE21B;
  margin-top: 30px;
}
/* line 542, ../sass/layout/_interior_page.scss */
.resource-list .content {
  padding: 15px;
}
/* line 545, ../sass/layout/_interior_page.scss */
.resource-list .read-more {
  font-size: 12px;
  border: 1px solid #000;
}
/* line 549, ../sass/layout/_interior_page.scss */
.resource-list h3.entry-title {
  font-size: 24px;
  line-height: 35px;
  margin: 0px;
}
/* line 554, ../sass/layout/_interior_page.scss */
.resource-list .cats {
  font-size: 14px;
}
/* line 556, ../sass/layout/_interior_page.scss */
.resource-list .cats a {
  text-decoration: underline;
}

/* line 562, ../sass/layout/_interior_page.scss */
#filter {
  background-color: #FCE21B;
  padding: 15px 0;
  border-top: 10px solid black;
  margin-top: 30px;
  border-bottom: 10px solid black;
}
/* line 568, ../sass/layout/_interior_page.scss */
#filter h3 {
  margin-top: 0;
  padding-left: 30px;
  font-family: "cornerstoneregular";
  font-size: 28px;
}
/* line 574, ../sass/layout/_interior_page.scss */
#filter .searchandfilter h4 {
  text-transform: uppercase;
}

/* line 583, ../sass/layout/_interior_page.scss */
.single #secondary {
  margin-top: 0;
}

/* line 588, ../sass/layout/_interior_page.scss */
.navigation a:hover {
  color: #333;
}

/**********
	= Updates
***********************/
/* line 597, ../sass/layout/_interior_page.scss */
article.type-post h3.entry-title {
  margin-bottom: 0;
}
/* line 600, ../sass/layout/_interior_page.scss */
article.type-post .date {
  font-weight: bold;
  font-size: 16px;
}

/* line 607, ../sass/layout/_interior_page.scss */
.page #search_filter_register_widget-2 h4 {
  text-transform: uppercase;
}

/* line 614, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget li label, #search-filter-form-2550 ul li label {
  border: 1px solid #4A4A4A;
  border-radius: 0px;
  background: url("../../images/arrow_select.png") no-repeat center right;
  background-color: #FFF;
  width: 90%;
}
/* line 621, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget li select, #search-filter-form-2550 ul li select {
  background: transparent;
  font-size: 16px;
  height: 40px;
  padding: 0;
  /* If you add too much padding here, the options won't show in IE */
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 5px;
  width: 100%;
  display: block;
}
/* line 636, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget ul.sf_date_field, #search-filter-form-2550 ul ul.sf_date_field {
  display: flex;
  padding-left: 0;
}
/* line 639, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget ul.sf_date_field li, #search-filter-form-2550 ul ul.sf_date_field li {
  display: flex;
}
/* line 641, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget ul.sf_date_field li label, #search-filter-form-2550 ul ul.sf_date_field li label {
  background: none;
  width: auto;
}
/* line 647, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget ul.sf_date_field .sf-datepicker, #search-filter-form-2550 ul ul.sf_date_field .sf-datepicker {
  max-width: 80px;
}
/* line 650, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget ul.sf_date_field span.sf-date-prefix, #search-filter-form-2550 ul ul.sf_date_field span.sf-date-prefix {
  padding: 0 15px;
}
/* line 656, ../sass/layout/_interior_page.scss */
.widget_search_filter_register_widget li.sf-field-search input, #search-filter-form-2550 ul li.sf-field-search input {
  width: 100%;
  background: url("../../images/search_magnifier.png") no-repeat center right;
  box-shadow: none;
  border: none;
  padding-left: 5px;
}

/* Very Small screens ***************************************************************/
@media (max-width: 419px) {
  /* line 670, ../sass/layout/_interior_page.scss */
  li.sf-field-sort_order select, .sf-field-taxonomy-state select {
    min-width: 135px !important;
  }

  /* line 674, ../sass/layout/_interior_page.scss */
  .staff h4.name {
    margin-top: 15px;
  }

  /* line 677, ../sass/layout/_interior_page.scss */
  #tribe-bar-collapse-toggle {
    background-color: #f5f5f5 !important;
  }

  /* line 680, ../sass/layout/_interior_page.scss */
  #tribe-events .tribe-events-list h2.tribe-events-page-title {
    font-size: 25px;
    margin: 0;
  }
}
/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 689, ../sass/layout/_interior_page.scss */
  .title-wrapper .title-share {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* line 698, ../sass/layout/_interior_page.scss */
  .interior-content form#search-filter-form-2509 ul {
    display: flex;
    width: 100%;
    align-items: center;
  }
  /* line 702, ../sass/layout/_interior_page.scss */
  .interior-content form#search-filter-form-2509 ul li {
    width: auto;
    display: flex;
  }
  /* line 705, ../sass/layout/_interior_page.scss */
  .interior-content form#search-filter-form-2509 ul li:first-child {
    border: none;
  }
  /* line 708, ../sass/layout/_interior_page.scss */
  .interior-content form#search-filter-form-2509 ul li h4 {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
  }
  /* line 718, ../sass/layout/_interior_page.scss */
  .interior-content li.sf-field-sort_order select, .interior-content .sf-field-taxonomy-state select {
    font-size: 14px;
  }

  /* line 724, ../sass/layout/_interior_page.scss */
  .term-name {
    font-family: "cornerstoneregular";
    font-size: 59px;
    line-height: 66px;
  }

  /* line 729, ../sass/layout/_interior_page.scss */
  .chapter-list {
    padding-top: 30px;
  }

  /* line 733, ../sass/layout/_interior_page.scss */
  article .entry-title {
    margin-top: -10px;
  }

  /* line 739, ../sass/layout/_interior_page.scss */
  .home article .entry-title {
    margin-top: 30px;
  }

  /* line 744, ../sass/layout/_interior_page.scss */
  .widget_search_filter_register_widget ul.sf_date_field .sf-datepicker {
    max-width: 55px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 751, ../sass/layout/_interior_page.scss */
  .interior-wrapper {
    padding-top: 305px;
  }
  /* line 753, ../sass/layout/_interior_page.scss */
  .interior-wrapper h2.page-title {
    max-width: 70%;
    font-size: 69px;
  }

  /* line 758, ../sass/layout/_interior_page.scss */
  .widget_search_filter_register_widget ul.sf_date_field .sf-datepicker {
    max-width: 55px;
  }

  /* line 761, ../sass/layout/_interior_page.scss */
  .widget_search_filter_register_widget ul.sf_date_field .sf-datepicker {
    max-width: 90px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 769, ../sass/layout/_interior_page.scss */
  .widget_search_filter_register_widget ul.sf_date_field .sf-datepicker {
    max-width: 120px;
  }
}
/* Sidebar
****************************************************/
/* line 5, ../sass/layout/_sidebar.scss */
#secondary a {
  color: #000;
}
/* line 8, ../sass/layout/_sidebar.scss */
#secondary h3.widget-title {
  margin-top: 0;
}
/* line 11, ../sass/layout/_sidebar.scss */
#secondary aside {
  background-color: #FCE21B;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 15, ../sass/layout/_sidebar.scss */
#secondary aside ul {
  list-style: none;
}
/* line 18, ../sass/layout/_sidebar.scss */
#secondary aside .widget-title {
  font-family: "cornerstoneregular";
  font-size: 25px;
  text-align: center;
}
/* line 22, ../sass/layout/_sidebar.scss */
#secondary aside .widget-title span {
  font-size: 23px;
  line-height: 22px;
}
/* line 27, ../sass/layout/_sidebar.scss */
#secondary aside#contact-chap {
  background-color: transparent;
}
/* line 29, ../sass/layout/_sidebar.scss */
#secondary aside#contact-chap input[type="submit"] {
  background-color: #000;
  color: #FCE21B !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 43px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  -moz-box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  box-shadow: 5px 5px 2px 0px rgba(74, 74, 74, 0.4);
  border: none;
}
/* line 36, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}
/* line 39, ../sass/layout/_sidebar.scss */
#secondary #text-14 {
  background: url("../../images/side_bg.jpg") repeat;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
/* line 46, ../sass/layout/_sidebar.scss */
#secondary #text-14 #menu-top-right-menu-1 > li > a, #secondary #text-14 #menu-main-menu-1 > li > a {
  font-family: "cornerstoneregular";
  font-size: 37px;
  line-height: 50px;
}
/* line 51, ../sass/layout/_sidebar.scss */
#secondary #text-14 ul.sub-menu {
  padding-left: 0;
}
/* line 57, ../sass/layout/_sidebar.scss */
#secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
  width: 100%;
}
/* line 62, ../sass/layout/_sidebar.scss */
#secondary #text-18, #secondary #store-img, #secondary #actions {
  padding: 20px 0 0 0;
}
/* line 64, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget, #secondary #store-img .textwidget, #secondary #actions .textwidget {
  background-color: #000;
  color: #FCE21B;
  padding: 30px;
}
/* line 68, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"], #secondary #store-img .textwidget #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"], #secondary #actions .textwidget #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"] {
  color: #000;
  background-color: #FCE21B;
}
/* line 72, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget.event-summary, #secondary #store-img .textwidget.event-summary, #secondary #actions .textwidget.event-summary {
  color: #FFF;
}
/* line 74, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget.event-summary h4, #secondary #store-img .textwidget.event-summary h4, #secondary #actions .textwidget.event-summary h4 {
  color: #FCE21B;
}
/* line 76, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget.event-summary h4 a, #secondary #store-img .textwidget.event-summary h4 a, #secondary #actions .textwidget.event-summary h4 a {
  color: #FCE21B;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
/* line 83, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget.event-summary .date, #secondary #store-img .textwidget.event-summary .date, #secondary #actions .textwidget.event-summary .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
/* line 88, ../sass/layout/_sidebar.scss */
#secondary #text-18 .textwidget.event-summary .desc, #secondary #store-img .textwidget.event-summary .desc, #secondary #actions .textwidget.event-summary .desc {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
}
/* line 98, ../sass/layout/_sidebar.scss */
#secondary #store-img img {
  width: 100%;
}
/* line 101, ../sass/layout/_sidebar.scss */
#secondary #store-img .button-wrapper {
  display: block;
  text-align: center;
  margin-top: -90px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 114, ../sass/layout/_sidebar.scss */
  #secondary aside .widget-title {
    font-size: 20px;
    line-height: 35px;
  }
  /* line 119, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"] {
    font-size: 18px;
  }
  /* line 122, ../sass/layout/_sidebar.scss */
  #secondary .black-button {
    font-size: 25px;
  }
  /* line 126, ../sass/layout/_sidebar.scss */
  #secondary #text-14 #menu-top-right-menu-1 > li > a, #secondary #text-14 #menu-main-menu-1 > li > a {
    font-family: "cornerstoneregular";
    font-size: 25px;
    line-height: 50px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 139, ../sass/layout/_sidebar.scss */
  #secondary {
    margin-top: -125px;
  }
  /* line 143, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input {
    padding: 15px;
    border: none;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    width: 45%;
  }
  /* line 151, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4A4A4A;
    font-weight: 700;
    font-size: 14px;
  }
  /* line 156, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4A4A4A;
    font-weight: 700;
    font-size: 14px;
  }
  /* line 162, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4A4A4A;
    font-weight: 700;
    font-size: 14px;
  }
  /* line 168, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 #form_col1 input:-moz-placeholder {
    /* Firefox 18- */
    color: #4A4A4A;
    font-weight: 700;
    font-size: 14px;
  }
  /* line 176, ../sass/layout/_sidebar.scss */
  #secondary #can-form-area-40e93dfcbcb3467d3194a9065d61c96f5a10ee85 input[type="submit"] {
    font-size: 25px;
  }
  /* line 181, ../sass/layout/_sidebar.scss */
  #secondary aside .widget-title {
    font-size: 37px;
  }
  /* line 186, ../sass/layout/_sidebar.scss */
  #secondary #text-14 #menu-top-right-menu-1 > li > a, #secondary #text-14 #menu-main-menu-1 > li > a {
    font-family: "cornerstoneregular";
    font-size: 37px;
    line-height: 50px;
  }
}
/* Desktop ******************************************************/
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 8, ../sass/modules/_mainmenu.scss */
.navbar {
  margin-bottom: 0;
}

/* line 11, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
/* line 16, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: #FCE21B;
  height: 3px;
}

/* line 21, ../sass/modules/_mainmenu.scss */
.menu-main-menu-container {
  clear: right;
}

/* line 24, ../sass/modules/_mainmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 30, ../sass/modules/_mainmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
/* line 33, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FCE21B;
  padding: 12px 64px 12px 16px;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  font-family: "cornerstoneregular";
  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 47, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a:hover {
  background-color: #333;
  text-decoration: none;
}
/* line 52, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 10px;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 62, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 69, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: #FCE21B;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 77, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 84, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 91, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul a {
  font-size: 19px;
  line-height: 27px;
}
/* line 98, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 100, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:first-child {
  border-left: 0;
}
/* line 101, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 104, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 107, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li {
  background-color: #000;
}
/* line 109, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li a {
  font-size: 19px;
  line-height: 27px;
}
/* line 115, ../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 121, ../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 128, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 131, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* line 139, ../sass/modules/_mainmenu.scss */
ul.slimmenu.top-right li a {
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
}

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

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

/* line 152, ../sass/modules/_mainmenu.scss */
#site-navigation {
  background-color: #000;
}

/* Icon 1 */
/* line 158, ../sass/modules/_mainmenu.scss */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 39px;
  height: 45px;
  margin: 15px auto;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* Icon 2 */
/* line 171, ../sass/modules/_mainmenu.scss */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #FCE21B;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 184, ../sass/modules/_mainmenu.scss */
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

/* line 189, ../sass/modules/_mainmenu.scss */
#nav-icon2 span:nth-child(odd) {
  left: 2px;
  border-radius: 9px 0 0 9px;
}

/* line 194, ../sass/modules/_mainmenu.scss */
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

/* line 198, ../sass/modules/_mainmenu.scss */
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px;
}

/* line 202, ../sass/modules/_mainmenu.scss */
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px;
}

/* line 206, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 213, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 220, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

/* line 225, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

/* line 230, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

/* line 235, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

/* line 240, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 16px;
}

/* line 245, ../sass/modules/_mainmenu.scss */
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

/* line 249, ../sass/modules/_mainmenu.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 255, ../sass/modules/_mainmenu.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 258, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 261, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.in {
    overflow-x: hidden;
  }

  /* line 264, ../sass/modules/_mainmenu.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 1024px) {
  /* line 272, ../sass/modules/_mainmenu.scss */
  #site-navigation {
    background-color: transparent;
  }

  /* line 275, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    display: inline-block !important;
    width: auto;
  }
  /* line 281, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
  }
  /* line 284, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 287, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 291, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 293, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 297, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }

  /* line 302, ../sass/modules/_mainmenu.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }

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

  /* line 308, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.in {
    overflow-x: visible;
  }

  /* line 311, ../sass/modules/_mainmenu.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  /* line 314, ../sass/modules/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: block !important;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 322, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    font-size: 27px;
    line-height: 40px;
  }

  /* line 328, ../sass/modules/_mainmenu.scss */
  ul.slimmenu.top-right li a {
    color: #FFF;
    font-size: 16px;
    line-height: 23px;
  }
}
/* Large Desktop ******************************************************/
@media (min-width: 1600px) {
  /* line 340, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    font-size: 38px;
    line-height: 49px;
  }

  /* line 346, ../sass/modules/_mainmenu.scss */
  ul.slimmenu.top-right li a {
    color: #FFF;
    font-size: 19px;
    line-height: 27px;
  }
}
/* 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 ******************************************************/
