/* 
*  Main CSS Index File
*
*/
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
@font-face {
  font-family: 'gotham_bookregular';
  src: url("../../fonts/gotham_book_regular-webfont.woff2") format("woff2"), url("../../fonts/gotham_book_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_boldregular';
  src: url("../../fonts/gotham_bold_regular-webfont.woff2") format("woff2"), url("../../fonts/gotham_bold_regular-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: 1168px;
}

/* line 11, ../sass/base/_base.scss */
body {
  font: normal normal normal 16px/130% "gotham_bookregular", sans-serif;
  color: #373A3C;
  padding-bottom: 0;
  background-color: #EEEEEE;
  line-height: 24px;
}

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

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

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

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

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

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

/* line 53, ../sass/base/_base.scss */
a {
  color: #EE293D;
}
/* line 55, ../sass/base/_base.scss */
a:hover {
  color: #F46F1B;
}

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

/* line 62, ../sass/base/_base.scss */
strong {
  font-family: "gotham_boldregular";
}

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

/* line 68, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: #333;
  font-family: "gotham_boldregular";
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

/* line 75, ../sass/base/_base.scss */
blockquote {
  border-color: #EE293D;
}

/* line 78, ../sass/base/_base.scss */
h1, h2, h3 {
  font-family: "gotham_boldregular";
  color: #333;
  margin: 30px 0 15px;
}

/* line 83, ../sass/base/_base.scss */
h4, h5, h6 {
  color: #333;
  margin: 30px 0 15px;
}

/* line 87, ../sass/base/_base.scss */
h3, h4, h5, h6 {
  color: #EE293D;
}

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

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

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

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

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

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

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

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

/* line 126, ../sass/base/_base.scss */
.grey-button {
  margin: 30px 0;
}
/* line 128, ../sass/base/_base.scss */
.grey-button a {
  background-color: #333;
  color: #FFF;
  border-radius: 5px;
  padding: 10px;
}

/* line 135, ../sass/base/_base.scss */
span.grey-button {
  margin: 30px 0;
  background-color: #333;
  color: #FFF;
  border-radius: 5px;
  padding: 10px;
  transition: ease-in-out 0.5s all;
}
/* line 142, ../sass/base/_base.scss */
span.grey-button:hover, span.grey-button a:hover {
  background-color: #EE293D;
  text-decoration: none;
}

/* line 148, ../sass/base/_base.scss */
.pink-button {
  margin: 30px 0;
}
/* line 150, ../sass/base/_base.scss */
.pink-button a {
  background-color: #EE293D;
  color: #FFF;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  transition: ease-in-out 0.5s all;
}
/* line 157, ../sass/base/_base.scss */
.pink-button a:hover {
  background-color: #F46F1B;
}

/* line 162, ../sass/base/_base.scss */
span.pink-button {
  background-color: #EE293D;
  color: #FFF;
  margin: 30px 0;
  padding: 10px;
  border-radius: 5px;
  transition: ease-in-out 0.5s all;
}
/* line 169, ../sass/base/_base.scss */
span.pink-button:hover, span.pink-button a:hover {
  background-color: #F46F1B;
  text-decoration: none;
}

/* line 176, ../sass/base/_base.scss */
.social-icons .fa {
  font-size: 18px;
  margin-right: 10px;
}

/* line 181, ../sass/base/_base.scss */
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  border-right: 1px solid #DDDDDD;
  padding: 5px 7px;
  margin: 0;
}

/* line 187, ../sass/base/_base.scss */
.wp-pagenavi span.current {
  background-color: #C60A4D;
  color: #FFF;
  border-color: #C60A4D;
}

/* line 192, ../sass/base/_base.scss */
.read-more, .readmore {
  font-size: small;
  font-family: "gotham_bookregular", sans-serif;
}

/* line 197, ../sass/base/_base.scss */
.one_half {
  padding: 0 20px;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Vendor File Index
*
*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../fonts/flexslider-icon.eot");
  src: url("../../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexslider-icon.woff") format("woff"), url("../../fonts/flexslider-icon.ttf") format("truetype"), url("../../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, ../sass/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 107, ../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 127, ../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(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 202, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #FFF;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 213, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #FAB20B;
  background: rgba(250, 178, 11, 0.9);
}

/* line 217, ../sass/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #FAB20B;
  background: rgba(250, 178, 11, 0.9);
  cursor: default;
}

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

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

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

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

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

/* line 256, ../sass/vendor/_flexslider.scss */
.slide-caption {
  background: #333333;
  padding: 10px;
}

/* line 260, ../sass/vendor/_flexslider.scss */
.slide-caption h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

/* line 266, ../sass/vendor/_flexslider.scss */
.slide-caption h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #FFF;
  font-weight: normal;
  font-family: "gotham_bookregular", sans-serif;
}

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

  /* line 283, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 291, ../sass/vendor/_flexslider.scss */
  .slide-caption {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.6);
    padding: 10px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* 
*  Template File Index
*
*/
/*
	= Footer 	
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
#footer {
  background: url("../../images/footer-bg.jpg") repeat-y;
  background-size: cover;
  color: #FFF;
  padding: 70px 0 100px 0;
}
/* line 9, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1 {
  margin-bottom: 30px;
}
/* line 12, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1, #footer .menu-main-menu-container ul {
  list-style: none;
  padding-left: 0;
}
/* line 15, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1 li, #footer .menu-main-menu-container ul li {
  display: inline-block;
  margin-right: 15px;
}
/* line 18, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1 li a, #footer .menu-main-menu-container ul li a {
  color: #FFF;
  font-size: 19px;
  line-height: 25px;
  transition: ease-in-out 0.2s all;
}
/* line 23, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1 li a:hover, #footer .menu-main-menu-container ul li a:hover {
  color: #FAB20B;
}
/* line 28, ../sass/layout/_footer.scss */
#footer #menu-main-menu-1 .sub-menu, #footer .menu-main-menu-container ul .sub-menu {
  display: none;
}
/* line 32, ../sass/layout/_footer.scss */
#footer .copy {
  padding-bottom: 30px;
}
/* line 34, ../sass/layout/_footer.scss */
#footer .copy .small {
  margin-top: 20px;
}
/* line 38, ../sass/layout/_footer.scss */
#footer .social-icons {
  padding-left: 0;
  color: #FFF;
  text-align: right;
  text-align: center;
}
/* line 43, ../sass/layout/_footer.scss */
#footer .social-icons a {
  color: #FFF;
}
/* line 45, ../sass/layout/_footer.scss */
#footer .social-icons a:hover {
  color: #FAB20B;
}
/* line 49, ../sass/layout/_footer.scss */
#footer .social-icons .grey-button {
  display: block;
  margin: 5px 0px;
}
/* line 53, ../sass/layout/_footer.scss */
#footer .social-icons .grey-button a {
  transition: ease-in 0.5s all;
}
/* line 56, ../sass/layout/_footer.scss */
#footer .social-icons .grey-button a:hover {
  background-color: #FAB20B;
  color: #FFF;
}
/* line 63, ../sass/layout/_footer.scss */
#footer #nav_menu-2, #footer #nav_menu-3 {
  width: 45%;
  float: left;
}
/* line 66, ../sass/layout/_footer.scss */
#footer #nav_menu-2 ul li, #footer #nav_menu-3 ul li {
  display: block;
}
/* line 70, ../sass/layout/_footer.scss */
#footer #nav_menu-3 {
  float: right;
  margin-top: 0;
  text-align: right;
}
/* line 75, ../sass/layout/_footer.scss */
#footer a#top {
  color: #fff;
  font-size: 25px;
  text-align: right;
}

/* line 83, ../sass/layout/_footer.scss */
#get-updates {
  background-color: #FAB20B;
}
/* line 85, ../sass/layout/_footer.scss */
#get-updates .stay {
  color: #333;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "gotham_boldregular";
  margin-bottom: 0;
  text-align: center;
  padding: 15px;
}
/* line 97, ../sass/layout/_footer.scss */
#get-updates .row {
  padding: 25px 0;
}
/* line 100, ../sass/layout/_footer.scss */
#get-updates input {
  border: none;
  border: 1px solid #DDD;
  margin-left: 15px;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 15px;
  width: 92%;
}
/* line 109, ../sass/layout/_footer.scss */
#get-updates input[type="submit"] {
  padding: 10px 25px;
  background-color: #333;
  color: #FFF;
  border: none;
  transition: ease-out 0.5s all;
}
/* line 115, ../sass/layout/_footer.scss */
#get-updates input[type="submit"]:hover {
  background-color: #EE293D;
}

/* line 120, ../sass/layout/_footer.scss */
#nav_menu-3 {
  margin: 20px auto;
}
/* line 122, ../sass/layout/_footer.scss */
#nav_menu-3 ul {
  padding-left: 0;
}
/* line 124, ../sass/layout/_footer.scss */
#nav_menu-3 ul li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}
/* line 128, ../sass/layout/_footer.scss */
#nav_menu-3 ul li a {
  color: #FFF;
  transition: ease-in-out 0.2s all;
}
/* line 131, ../sass/layout/_footer.scss */
#nav_menu-3 ul li a:hover {
  color: #FAB20B;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 144, ../sass/layout/_footer.scss */
  #footer #text-17 .textwidget {
    display: flex;
    align-items: center;
  }
  /* line 148, ../sass/layout/_footer.scss */
  #footer .copy {
    padding-bottom: 30px;
  }
  /* line 150, ../sass/layout/_footer.scss */
  #footer .copy .small {
    margin-top: 0px;
    margin-left: 256px;
  }
  /* line 156, ../sass/layout/_footer.scss */
  #footer .social-icons .grey-button {
    display: inline-block;
  }
  /* line 158, ../sass/layout/_footer.scss */
  #footer .social-icons .grey-button a {
    display: inline-block;
    font-size: 13px;
  }
  /* line 164, ../sass/layout/_footer.scss */
  #footer #nav_menu-2, #footer #nav_menu-3 {
    width: 100%;
    float: none;
  }
  /* line 167, ../sass/layout/_footer.scss */
  #footer #nav_menu-2 ul li, #footer #nav_menu-3 ul li {
    display: inline-block;
  }
  /* line 171, ../sass/layout/_footer.scss */
  #footer #nav_menu-3 {
    margin-top: 30px;
    text-align: center;
  }
  /* line 175, ../sass/layout/_footer.scss */
  #footer .menus {
    text-align: center;
  }

  /* line 181, ../sass/layout/_footer.scss */
  #get-updates .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 187, ../sass/layout/_footer.scss */
  #get-updates .stay {
    text-align: left;
    padding: 15px;
    font-size: 26px;
    width: 50%;
  }
  /* line 193, ../sass/layout/_footer.scss */
  #get-updates input {
    border: none;
    border: 1px solid #DDD;
    margin: 5px;
    margin-left: 15px;
    border-radius: 5px;
    padding: 5px 10px;
    width: 46%;
  }
  /* line 202, ../sass/layout/_footer.scss */
  #get-updates input[type="submit"] {
    padding: 5px 10px;
    width: 45%;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 217, ../sass/layout/_footer.scss */
  #footer .social-icons .grey-button a {
    font-size: 16px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 228, ../sass/layout/_footer.scss */
  #text-16 form, .mc4wp-form-fields {
    display: flex;
  }

  /* line 232, ../sass/layout/_footer.scss */
  #get-updates input {
    margin: 0px;
    margin-left: 15px;
    border-radius: 5px;
    padding: 0 10px;
    width: auto;
  }
  /* line 239, ../sass/layout/_footer.scss */
  #get-updates input[type="submit"] {
    padding: 10px 25px;
    width: auto;
  }
  /* line 243, ../sass/layout/_footer.scss */
  #get-updates .stay {
    width: auto;
  }

  /* line 250, ../sass/layout/_footer.scss */
  #footer .menus, #footer #nav_menu-3 {
    text-align: left;
  }
}
/*
	= Header	
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
.navbar-wrapper {
  position: static;
}

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

/* line 11, ../sass/layout/_header.scss */
.home .navbar {
  width: 100%;
  border: none;
  background-color: #ee293d;
}

/* line 16, ../sass/layout/_header.scss */
.brand img {
  max-width: 60%;
}

/* line 19, ../sass/layout/_header.scss */
.navbar-header {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
/* line 24, ../sass/layout/_header.scss */
.navbar-header .menu-title.closed {
  margin-right: 10px;
  font-size: 20px;
}

/* line 29, ../sass/layout/_header.scss */
.navbar-header.opened {
  float: none;
  margin-top: 80px;
}

/* line 33, ../sass/layout/_header.scss */
#site-navigation {
  position: relative;
}

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

/* line 42, ../sass/layout/_header.scss */
.brand {
  float: left;
  margin-left: 15px;
}
/* line 45, ../sass/layout/_header.scss */
.brand h1 {
  margin: 0;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 54, ../sass/layout/_header.scss */
  #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    overflow-y: scroll;
  }

  /* line 61, ../sass/layout/_header.scss */
  .navbar .col-md-12 {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    width: 100%;
  }

  /* line 67, ../sass/layout/_header.scss */
  .navbar.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 74, ../sass/layout/_header.scss */
  .navbar.shrink .container > navbar-header {
    margin-top: 20px;
  }
  /* line 77, ../sass/layout/_header.scss */
  .navbar.shrink .col-md-12 {
    width: 60%;
  }
  /* line 80, ../sass/layout/_header.scss */
  .navbar.shrink .navbar-header {
    margin-top: 20px;
  }

  /* line 84, ../sass/layout/_header.scss */
  .home .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    background-color: rgba(238, 41, 61, 0.77);
  }
  /* line 91, ../sass/layout/_header.scss */
  .home .navbar.shrink {
    position: fixed;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 102, ../sass/layout/_header.scss */
  .navbar-header {
    margin-top: 30px;
  }

  /* line 105, ../sass/layout/_header.scss */
  .brand {
    margin: 20px 0px;
  }
  /* line 107, ../sass/layout/_header.scss */
  .brand img {
    max-width: 100%;
  }

  /* line 111, ../sass/layout/_header.scss */
  .navbar-header.opened {
    margin-top: -5px;
  }
}
/* Desktop ******************************************************/
/*
	= Home
*******************************************************************************************/
/* line 4, ../sass/layout/_home.scss */
.slider {
  opacity: 1;
  transition: ease-in all 0.2s;
  margin-top: -20px;
}

/* line 9, ../sass/layout/_home.scss */
.slide-caption {
  text-align: center;
}

/* line 12, ../sass/layout/_home.scss */
.flex-control-nav {
  position: static;
  background-color: #333;
}

/* line 16, ../sass/layout/_home.scss */
.blurry {
  opacity: 0.3;
}

/* line 20, ../sass/layout/_home.scss */
.mainpage h3 {
  font-size: 36px;
  line-height: 59px;
  font-weight: bold;
  text-align: center;
}

/* line 28, ../sass/layout/_home.scss */
#about-blurb {
  background-color: #FFF;
  background: url("../../images/triangle-bg.jpg") no-repeat;
  background-size: cover;
  padding: 20px 0 40px 0;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 35, ../sass/layout/_home.scss */
#about-blurb p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-family: "gotham_boldregular";
  margin: 20px 20px 0px 20px;
}
/* line 42, ../sass/layout/_home.scss */
#about-blurb h3 {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
/* line 47, ../sass/layout/_home.scss */
#about-blurb h3 span {
  color: #FAB20B;
}
/* line 51, ../sass/layout/_home.scss */
#about-blurb a {
  color: #FAB20B;
}

/* line 55, ../sass/layout/_home.scss */
.what-we-do {
  padding-bottom: 30px;
  text-align: center;
}
/* line 58, ../sass/layout/_home.scss */
.what-we-do .wwd-col {
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: ease-out 0.5s all;
  color: #373A3C;
}
/* line 65, ../sass/layout/_home.scss */
.what-we-do .wwd-col:hover {
  color: #373A3C;
  text-decoration: none;
}
/* line 70, ../sass/layout/_home.scss */
.what-we-do .wwd-item {
  border-bottom: 5px solid #FFF;
  transition: ease-out 0.5s all;
}
/* line 73, ../sass/layout/_home.scss */
.what-we-do .wwd-item:hover {
  border-bottom: 5px solid #EE293D;
}
/* line 78, ../sass/layout/_home.scss */
.what-we-do h3 {
  color: #333;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 50px 0;
}
/* line 85, ../sass/layout/_home.scss */
.what-we-do .col-content {
  margin: 10px;
  padding: 5px;
  text-align: center;
}
/* line 90, ../sass/layout/_home.scss */
.what-we-do .column-title {
  color: #EE293D;
  font-size: 36px;
  line-height: 42px;
  font-family: "gotham_boldregular";
}
/* line 96, ../sass/layout/_home.scss */
.what-we-do img {
  max-height: 58px;
}
/* line 99, ../sass/layout/_home.scss */
.what-we-do p {
  font-size: 20px;
  line-height: 30px;
}

/* line 105, ../sass/layout/_home.scss */
#mycarousel .item img {
  display: inline-block;
}
/* line 108, ../sass/layout/_home.scss */
#mycarousel .carousel-control.left, #mycarousel .carousel-control.right {
  background: none;
  background-image: none;
  color: #333;
  opacity: 1;
  font-size: 25px;
}
/* line 115, ../sass/layout/_home.scss */
#mycarousel .carousel-control .icon-next, #mycarousel .carousel-control .glyphicon-chevron-right {
  right: 0;
}
/* line 118, ../sass/layout/_home.scss */
#mycarousel .carousel-control .icon-prev, #mycarousel .carousel-control .glyphicon-chevron-left {
  left: 0;
}
/* line 121, ../sass/layout/_home.scss */
#mycarousel p {
  margin: 0 20px;
}

/* line 125, ../sass/layout/_home.scss */
#our-impact {
  background-color: #FFF;
  padding-bottom: 30px;
}
/* line 128, ../sass/layout/_home.scss */
#our-impact h3.section-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 50px;
  color: #333;
}
/* line 135, ../sass/layout/_home.scss */
#our-impact .impact-img-2 {
  margin-bottom: 10px;
}
/* line 138, ../sass/layout/_home.scss */
#our-impact .impact-img-1 {
  margin-bottom: 10px;
}
/* line 141, ../sass/layout/_home.scss */
#our-impact .impact-img-1, #our-impact .impact-img-2, #our-impact .impact-img-3 {
  position: relative;
}
/* line 144, ../sass/layout/_home.scss */
#our-impact .impact-img-1 img, #our-impact .impact-img-2 img, #our-impact .impact-img-3 img {
  width: 100%;
}
/* line 147, ../sass/layout/_home.scss */
#our-impact .impact-img-1 h4.image-title, #our-impact .impact-img-2 h4.image-title, #our-impact .impact-img-3 h4.image-title {
  font-family: "gotham_boldregular";
}
/* line 150, ../sass/layout/_home.scss */
#our-impact .impact-img-1 .image-title, #our-impact .impact-img-1 .image-desc, #our-impact .impact-img-2 .image-title, #our-impact .impact-img-2 .image-desc, #our-impact .impact-img-3 .image-title, #our-impact .impact-img-3 .image-desc {
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #FFF;
  font-size: 32px;
  background-color: #F46F1B;
  background-color: rgba(244, 111, 27, 0.85);
  border-bottom: 5px solid #F46F1B;
  text-align: left;
}
/* line 163, ../sass/layout/_home.scss */
#our-impact .impact-img-1 .image-desc, #our-impact .impact-img-2 .image-desc, #our-impact .impact-img-3 .image-desc {
  top: 0;
  display: none;
  background-color: #F46F1B;
  background-color: rgba(244, 111, 27, 0.85);
  border-bottom: 5px solid #F46F1B;
}
/* line 169, ../sass/layout/_home.scss */
#our-impact .impact-img-1 .image-desc p, #our-impact .impact-img-2 .image-desc p, #our-impact .impact-img-3 .image-desc p {
  font-size: 18px;
}
/* line 172, ../sass/layout/_home.scss */
#our-impact .impact-img-1 .image-desc .image-title-hover, #our-impact .impact-img-2 .image-desc .image-title-hover, #our-impact .impact-img-3 .image-desc .image-title-hover {
  font-size: 20px;
  color: #FFF;
}
/* line 178, ../sass/layout/_home.scss */
#our-impact .impact-img-2 .image-desc {
  background-color: #FAB20B;
  background-color: rgba(250, 178, 11, 0.85);
  border-bottom: 5px solid #FAB20B;
}
/* line 183, ../sass/layout/_home.scss */
#our-impact .impact-img-3 .image-desc {
  background-color: #C60A4D;
  background-color: rgba(198, 10, 77, 0.85);
  border-bottom: 5px solid #C60A4D;
}
/* line 188, ../sass/layout/_home.scss */
#our-impact .impact-img-1 .image-desc .image-title-hover {
  font-size: 32px;
}
/* line 192, ../sass/layout/_home.scss */
#our-impact .impact-img-2 .image-title, #our-impact .impact-img-3 .image-title {
  font-size: 23px;
}
/* line 197, ../sass/layout/_home.scss */
#our-impact .impact-img-2 .image-title {
  background-color: #FAB20B;
  background-color: rgba(250, 178, 11, 0.85);
  border-bottom: 5px solid #FAB20B;
}
/* line 204, ../sass/layout/_home.scss */
#our-impact .impact-img-3 .image-title {
  background-color: #C60A4D;
  background-color: rgba(198, 10, 77, 0.85);
  border-bottom: 5px solid #C60A4D;
}
/* line 212, ../sass/layout/_home.scss */
#our-impact #sec-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* line 218, ../sass/layout/_home.scss */
#become-member {
  padding: 50px 0;
}
/* line 220, ../sass/layout/_home.scss */
#become-member h3 {
  text-align: center;
  margin-top: 0;
  color: #333;
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 10px 0 20px 0px;
}
/* line 230, ../sass/layout/_home.scss */
#become-member h4 {
  color: #EE293D;
  font-size: 25px;
  font-family: "gotham_boldregular";
}
/* line 236, ../sass/layout/_home.scss */
#become-member h4.updates-title {
  font-size: 25px;
  color: #333;
  line-height: 35px;
  margin: 30px 0 20px 0px;
  text-align: center;
}
/* line 243, ../sass/layout/_home.scss */
#become-member .become-content p {
  font-size: 22px;
  line-height: 35px;
  padding-right: 30px;
}
/* line 247, ../sass/layout/_home.scss */
#become-member .become-content p h4 {
  font-family: "gotham_boldregular";
}
/* line 251, ../sass/layout/_home.scss */
#become-member a {
  color: #EE293D;
  font-family: "gotham_boldregular";
}
/* line 254, ../sass/layout/_home.scss */
#become-member a:hover {
  color: #F46F1B !important;
}
/* line 258, ../sass/layout/_home.scss */
#become-member .updates {
  text-align: center;
}
/* line 260, ../sass/layout/_home.scss */
#become-member .updates img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 267, ../sass/layout/_home.scss */
#become-member .update {
  padding: 15px;
  border: 1px #DDD solid;
  border-top: 0;
}
/* line 271, ../sass/layout/_home.scss */
#become-member .update h5 {
  margin: 0 0 15px 0;
  color: #EE293D;
}
/* line 274, ../sass/layout/_home.scss */
#become-member .update h5:hover {
  color: #F46F1B;
}
/* line 278, ../sass/layout/_home.scss */
#become-member .update a:hover {
  color: #F46F1B;
}
/* line 283, ../sass/layout/_home.scss */
#become-member .more-updates {
  padding: 15px;
  display: block;
  border: none;
  background-color: #EE293D;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: ease-out 0.5s all;
}
/* line 291, ../sass/layout/_home.scss */
#become-member .more-updates a, #become-member .more-updates a:hover {
  color: #FFF !important;
}
/* line 292, ../sass/layout/_home.scss */
#become-member .more-updates:hover {
  background-color: #FAB20B;
  cursor: pointer;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 302, ../sass/layout/_home.scss */
  .slider {
    margin-top: 0;
  }

  /* line 305, ../sass/layout/_home.scss */
  .slide-caption {
    text-align: center;
    padding-bottom: 45px;
  }
  /* line 308, ../sass/layout/_home.scss */
  .slide-caption h3 {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 312, ../sass/layout/_home.scss */
  .slide-caption h4 {
    font-size: 18px;
    line-height: 20px;
  }

  /* line 317, ../sass/layout/_home.scss */
  .flex-control-nav {
    position: absolute;
    background-color: transparent;
  }

  /* line 322, ../sass/layout/_home.scss */
  #about-blurb h3 {
    font-size: 30px;
    line-height: 45px;
  }
  /* line 326, ../sass/layout/_home.scss */
  #about-blurb p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: "gotham_boldregular";
    margin: 15px 30px 0px 30px;
  }

  /* line 336, ../sass/layout/_home.scss */
  #our-impact .impact-img-2 {
    margin-bottom: 0px;
  }
  /* line 339, ../sass/layout/_home.scss */
  #our-impact h3.section-title {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 54px;
  }
  /* line 344, ../sass/layout/_home.scss */
  #our-impact .impact-img-1, #our-impact .impact-img-2, #our-impact .impact-img-3 {
    padding: 0;
    overflow: hidden;
  }
  /* line 347, ../sass/layout/_home.scss */
  #our-impact .impact-img-1 .image-title, #our-impact .impact-img-1 .image-desc, #our-impact .impact-img-2 .image-title, #our-impact .impact-img-2 .image-desc, #our-impact .impact-img-3 .image-title, #our-impact .impact-img-3 .image-desc {
    position: absolute;
  }

  /* line 353, ../sass/layout/_home.scss */
  .what-we-do h3 {
    font-size: 45px;
    line-height: 54px;
  }

  /* line 359, ../sass/layout/_home.scss */
  #become-member h3 {
    text-align: left;
    font-size: 35px;
  }
  /* line 363, ../sass/layout/_home.scss */
  #become-member h4.updates-title {
    text-align: left;
    margin: 10px 0 10px 0px;
  }
  /* line 368, ../sass/layout/_home.scss */
  #become-member .updates {
    text-align: left;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 377, ../sass/layout/_home.scss */
  .flex-control-nav {
    position: absolute;
  }

  /* line 380, ../sass/layout/_home.scss */
  .slide-caption {
    text-align: center;
    padding-bottom: 60px;
  }
  /* line 383, ../sass/layout/_home.scss */
  .slide-caption h3 {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 387, ../sass/layout/_home.scss */
  .slide-caption h4 {
    font-size: 24px;
    line-height: 30px;
  }

  /* line 393, ../sass/layout/_home.scss */
  #about-blurb h3 {
    font-size: 40px;
    line-height: 59px;
  }
  /* line 397, ../sass/layout/_home.scss */
  #about-blurb p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: "gotham_boldregular";
    margin: 30px 30px 0px 30px;
  }
}
/* Desktop ******************************************************/
/* line 419, ../sass/layout/_home.scss */
.slide-caption__news-title {
  z-index: 10;
  background-color: transparent;
}
/* line 423, ../sass/layout/_home.scss */
.slide-caption__news-title h3 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
}
@media (min-width: 768px) {
  /* line 423, ../sass/layout/_home.scss */
  .slide-caption__news-title h3 {
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  /* line 423, ../sass/layout/_home.scss */
  .slide-caption__news-title h3 {
    font-size: 40px;
  }
}

/* line 440, ../sass/layout/_home.scss */
.slide-caption__news-title {
  text-align: center;
  margin-top: 8%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 440, ../sass/layout/_home.scss */
  .slide-caption__news-title {
    margin-top: 160px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  /* line 440, ../sass/layout/_home.scss */
  .slide-caption__news-title {
    margin-top: 160px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  /* line 440, ../sass/layout/_home.scss */
  .slide-caption__news-title {
    margin-top: 160px;
  }
}

/* line 460, ../sass/layout/_home.scss */
.slide-caption__news-image {
  position: relative;
  width: 70%;
}
/* line 472, ../sass/layout/_home.scss */
.slide-caption__news-image img {
  margin: auto;
}
@media (min-width: 768px) {
  /* line 472, ../sass/layout/_home.scss */
  .slide-caption__news-image img {
    max-width: 45%;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  /* line 472, ../sass/layout/_home.scss */
  .slide-caption__news-image img {
    max-width: 62%;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 472, ../sass/layout/_home.scss */
  .slide-caption__news-image img {
    max-width: 80%;
  }
}

/* line 496, ../sass/layout/_home.scss */
.news-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 506, ../sass/layout/_home.scss */
.news-anchor > img {
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 320px;
  left: 0;
}
@media (min-width: 768px) {
  /* line 506, ../sass/layout/_home.scss */
  .news-anchor > img {
    padding-bottom: 0;
    min-width: initial;
    min-height: 800px;
  }
}

/* line 525, ../sass/layout/_home.scss */
.flex-control-nav {
  padding-top: 12px;
}

/*
	= Interior pages
*******************************************************************************************/
/* line 5, ../sass/layout/_interior_page.scss */
.maincontent.lower {
  padding-bottom: 50px;
}
/* line 7, ../sass/layout/_interior_page.scss */
.maincontent.lower article {
  overflow: hidden;
  padding: 30px 0;
}

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

/* line 16, ../sass/layout/_interior_page.scss */
.page-navigation {
  color: #EE293D;
  padding: 30px 0px;
  clear: both;
}
/* line 20, ../sass/layout/_interior_page.scss */
.page-navigation .next {
  text-align: right;
}

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

/* line 27, ../sass/layout/_interior_page.scss */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0;
  color: #EE293D;
  margin-top: 50px;
  font-size: 13px;
}
/* line 35, ../sass/layout/_interior_page.scss */
#breadcrumbs li {
  float: left;
  margin-right: 15px;
}
/* line 38, ../sass/layout/_interior_page.scss */
#breadcrumbs li a {
  color: #EE293D;
}
/* line 40, ../sass/layout/_interior_page.scss */
#breadcrumbs li a:hover {
  color: #333;
}
/* line 45, ../sass/layout/_interior_page.scss */
#breadcrumbs .separator {
  font-size: 13px;
  color: #EE293D;
}
/* line 49, ../sass/layout/_interior_page.scss */
#breadcrumbs strong {
  color: #333;
  font-size: 13px;
  font-family: "gotham_bookregular", sans-serif;
}

/* line 56, ../sass/layout/_interior_page.scss */
.page-template-default .navbar, .post-template-default .navbar, .archive .navbar, .page-template-page-nosidebar-php .navbar, .page-template-page-join-us .navbar, .single .navbar, .error404 .navbar {
  background-color: #EE293D;
}
/* line 59, ../sass/layout/_interior_page.scss */
.page-template-default .navbar.navbar-static-top, .post-template-default .navbar.navbar-static-top, .archive .navbar.navbar-static-top, .page-template-page-nosidebar-php .navbar.navbar-static-top, .page-template-page-join-us .navbar.navbar-static-top, .single .navbar.navbar-static-top, .error404 .navbar.navbar-static-top {
  margin-bottom: 0;
  border-bottom: 9px solid #FAB20B;
  opacity: 0.9;
}
/* line 64, ../sass/layout/_interior_page.scss */
.page-template-default .top-img, .post-template-default .top-img, .archive .top-img, .page-template-page-nosidebar-php .top-img, .page-template-page-join-us .top-img, .single .top-img, .error404 .top-img {
  position: relative;
}
/* line 66, ../sass/layout/_interior_page.scss */
.page-template-default .top-img img, .post-template-default .top-img img, .archive .top-img img, .page-template-page-nosidebar-php .top-img img, .page-template-page-join-us .top-img img, .single .top-img img, .error404 .top-img img {
  width: 100%;
  margin-top: -9px;
  position: relative;
  z-index: 1;
}
/* line 73, ../sass/layout/_interior_page.scss */
.page-template-default .what-we-do, .post-template-default .what-we-do, .archive .what-we-do, .page-template-page-nosidebar-php .what-we-do, .page-template-page-join-us .what-we-do, .single .what-we-do, .error404 .what-we-do {
  margin-top: 100px;
  margin-bottom: 150px;
}

/* line 79, ../sass/layout/_interior_page.scss */
#shadow {
  position: absolute;
  bottom: 4px;
  width: 20%;
  height: 100px;
  z-index: 0;
  left: 40%;
  -webkit-box-shadow: 4px 9px 37px -14px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 4px 9px 37px -14px rgba(0, 0, 0, 0.51);
  box-shadow: 4px 9px 37px -14px rgba(0, 0, 0, 0.51);
}

/* line 91, ../sass/layout/_interior_page.scss */
h2.page-title {
  font-size: 45px;
  line-height: 60px;
  margin: 0 0 30px 0;
}
/* line 96, ../sass/layout/_interior_page.scss */
h2.page-title.second-title {
  margin-top: 70px;
}

/* line 100, ../sass/layout/_interior_page.scss */
ul.share-links {
  padding-left: 0;
  padding-bottom: 20px;
}
/* line 103, ../sass/layout/_interior_page.scss */
ul.share-links .share-description {
  color: #818A91;
}
/* line 106, ../sass/layout/_interior_page.scss */
ul.share-links li a {
  font-size: 20px;
  margin-left: 5px;
  color: #333;
}
/* line 110, ../sass/layout/_interior_page.scss */
ul.share-links li a:hover {
  color: #EE293D;
}

/* line 115, ../sass/layout/_interior_page.scss */
.share-this ul {
  list-style: none;
}

/* line 118, ../sass/layout/_interior_page.scss */
.share-this ul li {
  display: inline-block;
}

/* line 121, ../sass/layout/_interior_page.scss */
img.full-width {
  width: 100%;
}

/* line 124, ../sass/layout/_interior_page.scss */
.img-message {
  text-align: center;
  width: 100%;
  color: #FFF;
  bottom: 0;
  z-index: 2;
  background-color: #EF2D41;
  padding-top: 10px;
}

/* line 134, ../sass/layout/_interior_page.scss */
.boxes-wrapper {
  position: relative;
  margin: 20px 0;
  padding: 15px 0;
}
/* line 138, ../sass/layout/_interior_page.scss */
.boxes-wrapper .bgimg {
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 143, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box {
  margin-bottom: 15px;
  opacity: 1;
}
/* line 146, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box > a:hover {
  opacity: 0.8;
}
/* line 149, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
/* line 155, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption h4 {
  margin-top: 10px;
}
/* line 158, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption p {
  margin-bottom: 0;
}
/* line 161, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.pink {
  background-color: #EE293D;
  background-color: rgba(238, 41, 61, 0.8);
}
/* line 165, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-pink {
  color: #EE293D;
}
/* line 168, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.orange {
  background-color: #F46F1B;
  background-color: rgba(244, 111, 27, 0.8);
}
/* line 172, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-orange {
  color: #F46F1B;
}
/* line 175, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.fucsia {
  background-color: #C60A4D;
  background-color: #961E46;
}
/* line 179, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-fucsia {
  color: #C60A4D;
}
/* line 182, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.yellow {
  background-color: #F46F1B;
  background-color: rgba(250, 178, 11, 0.8);
}
/* line 186, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-yellow {
  color: #FAB20B;
}
/* line 189, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.white {
  background-color: #FFF;
  color: #373A3C;
  background-color: rgba(250, 250, 250, 0.8);
}
/* line 194, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.conf-yellow {
  background-color: #FFD457;
}
/* line 197, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-conf-yellow {
  color: #FFD457;
}
/* line 200, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-white {
  color: #fff;
}
/* line 203, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.berry {
  background-color: #C60651;
}
/* line 206, ../sass/layout/_interior_page.scss */
.boxes-wrapper .box .img-caption.text-berry {
  color: #C60651;
}
/* line 213, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img {
  border-width: 10px;
  border-style: solid;
}
/* line 216, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.pink {
  border-color: #EE293D;
  border-color: rgba(238, 41, 61, 0.8);
}
/* line 220, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.orange {
  border-color: #F46F1B;
  border-color: rgba(244, 111, 27, 0.8);
}
/* line 224, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.fucsia {
  border-colorr: #C60A4D;
  border-color: #961E46;
}
/* line 228, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.yellow {
  border-color: #F46F1B;
  border-color: rgba(250, 178, 11, 0.8);
}
/* line 232, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.white {
  border-color: #FFF;
  border-color: rgba(250, 250, 250, 0.8);
}
/* line 236, ../sass/layout/_interior_page.scss */
.boxes-wrapper .only-images .box img.none {
  border: none;
}

/* line 243, ../sass/layout/_interior_page.scss */
.image-bg-sec {
  position: relative;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
}

/* line 249, ../sass/layout/_interior_page.scss */
.overlay {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 36%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

/* line 261, ../sass/layout/_interior_page.scss */
.individual, .people {
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  opacity: 1;
  transition: ease-in-out 0.2s all;
}
/* line 268, ../sass/layout/_interior_page.scss */
.individual:hover, .people:hover {
  opacity: 0.8;
}
/* line 271, ../sass/layout/_interior_page.scss */
.individual .desc, .people .desc {
  background-color: #C60A4D;
  color: #FFF;
  padding: 10px;
}
/* line 275, ../sass/layout/_interior_page.scss */
.individual .desc .entry-title, .people .desc .entry-title {
  margin: 0px;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 280, ../sass/layout/_interior_page.scss */
.individual .desc .entry-title a, .people .desc .entry-title a {
  color: #FFF;
}
/* line 282, ../sass/layout/_interior_page.scss */
.individual .desc p.position, .people .desc p.position {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 288, ../sass/layout/_interior_page.scss */
.single .entry {
  padding-bottom: 30px;
}

/* line 292, ../sass/layout/_interior_page.scss */
.single-individual .loc, .single-people .loc {
  font-size: 14px;
  font-family: "gotham_boldregular";
}
/* line 296, ../sass/layout/_interior_page.scss */
.single-individual .pos, .single-people .pos {
  margin-top: 0;
  font-family: "gotham_boldregular";
}
/* line 300, ../sass/layout/_interior_page.scss */
.single-individual .page-title, .single-people .page-title {
  margin-top: 30px;
}
/* line 303, ../sass/layout/_interior_page.scss */
.single-individual .ind-photo, .single-people .ind-photo {
  padding-bottom: 15px;
}
/* line 306, ../sass/layout/_interior_page.scss */
.single-individual #breadcrumbs li:last-child, .single-people #breadcrumbs li:last-child {
  color: #333;
  font-size: 13px;
}

/* line 313, ../sass/layout/_interior_page.scss */
.page-id-7488 p.location {
  font-size: 14px;
  margin: 0px;
}
/* line 317, ../sass/layout/_interior_page.scss */
.page-id-7488 .individual .desc, .page-id-7488 .people .desc {
  background-color: #FAB20B;
}

/*
	= Grantees	- What We Fund -
************************************************/
@media (min-width: 992px) {
  /* line 327, ../sass/layout/_interior_page.scss */
  .brand img {
    max-width: 60%;
  }
}
/* line 332, ../sass/layout/_interior_page.scss */
#accordion .panel-heading button#clicktoopen:after {
  position: absolute;
  right: 30px;
  top: 0;
  content: 'Show Grantees';
  background: #EF2D41;
  height: 60px;
  padding: 8px;
  padding-right: 3px;
  padding-top: 16px;
  font-size: 17px;
  margin: auto;
  min-width: max-content;
}

/* line 347, ../sass/layout/_interior_page.scss */
#accordion .panel-heading.active button#clicktoopen:after {
  content: 'Hide Grantees';
}

/* line 351, ../sass/layout/_interior_page.scss */
.expands .grey-button {
  border-radius: 0 !important;
  margin-left: 5px !important;
}

/* line 356, ../sass/layout/_interior_page.scss */
.expands {
  text-align: right;
  padding-bottom: 30px;
}
/* line 359, ../sass/layout/_interior_page.scss */
.expands a {
  margin-left: 20px;
}
/* line 363, ../sass/layout/_interior_page.scss */
.expands .entry .row {
  margin-bottom: 30px;
}
/* line 366, ../sass/layout/_interior_page.scss */
.expands .grey-button {
  display: inline-block;
}

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

/* line 382, ../sass/layout/_interior_page.scss */
#collapse-all, #show-all {
  cursor: pointer;
}
/* line 384, ../sass/layout/_interior_page.scss */
#collapse-all:hover, #show-all:hover {
  background-color: #C60A4D;
}

/* line 388, ../sass/layout/_interior_page.scss */
.panel {
  border-top: 1px solid #E5E5E5;
  background: none;
  box-shadow: none;
  position: relative;
  padding-top: 40px;
}
/* line 394, ../sass/layout/_interior_page.scss */
.panel a:hover {
  opacity: 0.5;
}

/* line 398, ../sass/layout/_interior_page.scss */
button#clicktoopen {
  background-color: #EF2D41;
  color: #FFF;
  position: absolute;
  right: 15px;
  bottom: 0;
}

/* line 405, ../sass/layout/_interior_page.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

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

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

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

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

/* line 424, ../sass/layout/_interior_page.scss */
.panel-heading {
  border-radius: 0;
  border: none;
  padding: 0px;
  padding-right: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 431, ../sass/layout/_interior_page.scss */
.panel-heading h4 {
  font-family: "gotham_boldregular";
}
/* line 434, ../sass/layout/_interior_page.scss */
.panel-heading h4 {
  margin-top: 0;
}

/* line 439, ../sass/layout/_interior_page.scss */
.panel-title button#clicktoopen {
  display: inline-block;
  padding: 30px 15px;
  position: absolute;
  font-size: 16px;
}

/* line 446, ../sass/layout/_interior_page.scss */
.panel-body {
  background: #fff;
  border: none;
}
/* line 449, ../sass/layout/_interior_page.scss */
.panel-body h4 {
  margin-top: 0;
}

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

/* line 459, ../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 464, ../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 470, ../sass/layout/_interior_page.scss */
.panel-heading button#clicktoopen:before {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  right: 7px;
  top: 17px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

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

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

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

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

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

/* line 523, ../sass/layout/_interior_page.scss */
.searchandfilter li.sf-field-taxonomy-topic:before {
  font-size: 16px;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 531, ../sass/layout/_interior_page.scss */
  .img-message {
    text-align: center;
    width: 100%;
    color: #FFF;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding-top: 0;
    background-color: transparent;
  }

  /* line 541, ../sass/layout/_interior_page.scss */
  .image-bg-sec {
    display: flex;
  }

  /* line 544, ../sass/layout/_interior_page.scss */
  .overlay {
    display: block;
  }

  /* line 548, ../sass/layout/_interior_page.scss */
  .boxes-wrapper .box {
    margin-bottom: 0;
  }

  /* line 551, ../sass/layout/_interior_page.scss */
  .single-individual .ind-photo, .single-people .ind-photo {
    padding: 0 0 15px 15px;
    float: right;
  }

  /* line 556, ../sass/layout/_interior_page.scss */
  button#clicktoopen {
    background-color: #EF2D41;
    color: #FFF;
    position: absolute;
    right: 0;
    top: -40px;
    bottom: auto;
    border-width: 0;
  }

  /* line 567, ../sass/layout/_interior_page.scss */
  .individual .desc .entry-title, .people .desc .entry-title {
    font-size: 15px;
  }
  /* line 570, ../sass/layout/_interior_page.scss */
  .individual .desc p.position, .individual .desc p.location, .people .desc p.position, .people .desc p.location {
    font-size: 12px;
    line-height: 15px;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 585, ../sass/layout/_interior_page.scss */
  .searchandfilter li.sf-field-taxonomy-topic:before {
    line-height: 12px;
  }

  /* line 588, ../sass/layout/_interior_page.scss */
  .searchandfilter li.sf-field-taxonomy-topic select {
    border-radius: 3px;
  }

  /* line 591, ../sass/layout/_interior_page.scss */
  .searchandfilter li.sf-field-taxonomy-topic:after {
    right: 15px;
    bottom: 16px;
  }

  /* line 597, ../sass/layout/_interior_page.scss */
  .individual .desc .entry-title, .people .desc .entry-title {
    font-size: 18px;
  }
  /* line 600, ../sass/layout/_interior_page.scss */
  .individual .desc p.position, .individual .desc p.location, .people .desc p.position, .people .desc p.location {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 613, ../sass/layout/_interior_page.scss */
  .searchandfilter li.sf-field-taxonomy-topic:before {
    font-size: 19px;
  }
}
/* Forms ******************************************************/
/* line 624, ../sass/layout/_interior_page.scss */
input {
  margin: 0px;
  margin-left: 15px;
  border-radius: 5px;
  padding: 0 10px;
  width: auto;
}

/* line 631, ../sass/layout/_interior_page.scss */
input[type="submit"] {
  padding: 10px 25px;
  width: auto;
}

/* line 636, ../sass/layout/_interior_page.scss */
.gform_button.button[type="submit"] {
  background-color: #961E46;
  color: #FFF;
  text-align: center;
  padding: 10px 70px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}

/* line 646, ../sass/layout/_interior_page.scss */
.gform_legacy_markup_wrapper .gform_heading h3.gform_title {
  font-size: 27px;
  margin: 30px 0 15px;
}

/* line 651, ../sass/layout/_interior_page.scss */
.gform_legacy_markup_wrapper .gfield_required {
  color: #961E46;
  font-size: 11px;
}

/* line 656, ../sass/layout/_interior_page.scss */
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: double;
  border-color: #373A3C;
}

/* line 664, ../sass/layout/_interior_page.scss */
.gform_legacy_markup_wrapper textarea {
  border-color: #373A3C;
}

/* 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: #E5E5E5;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 15, ../sass/layout/_sidebar.scss */
#secondary aside ul {
  list-style: none;
}
/* line 19, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/***
	Conference 2019 Template
	
***/
/* line 6, ../sass/layout/_conference_page.scss */
#back-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 10%;
  background-color: white;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 9;
}

/* line 18, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .buttons_array {
  display: flex;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* line 26, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .buttons_array a {
  flex-grow: 1;
  background-color: #C60651;
  margin: 5px;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}
/* line 34, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .buttons_array a:hover {
  color: #fff;
  background-color: #95053d;
}
/* line 41, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .section-title {
  display: flex;
  align-items: center;
  font-family: "gotham_boldregular";
  font-size: 40px;
  margin: 40px 0 25px 0;
}
/* line 48, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .section-title p {
  margin-bottom: 0;
  color: #C60651;
}
/* line 53, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .section-title img {
  margin-right: 25px;
}
/* line 58, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .row.speakers {
  margin-bottom: 30px;
}
/* line 61, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .boxes-wrapper {
  padding: 0;
  margin: 0;
}
/* line 66, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .boxes-wrapper .box .img-caption {
  font-family: "gotham_boldregular";
  text-align: left;
  font-size: 18px;
}
/* line 71, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .boxes-wrapper .box .img-caption p.subcaption {
  font-size: 14px;
}
/* line 75, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .boxes-wrapper .box .img-caption p.bio {
  font-family: "gotham_bookregular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
/* line 83, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php #eventbrite-widget-container-66636334069 {
  height: 820px !important;
}
/* line 87, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .reg-content {
  padding: 20px 0;
}
/* line 90, ../sass/layout/_conference_page.scss */
.page-template-page-conference-php .reg-content img {
  margin-bottom: 15px;
}

/********
	Media Queries
***********/
/*** small screens ***/
@media (max-width: 420px) {
  /* line 105, ../sass/layout/_conference_page.scss */
  h2.page-title {
    font-size: 35px;
    line-height: 37px;
  }

  /* line 111, ../sass/layout/_conference_page.scss */
  .page-template-page-conference-php .buttons_array {
    display: block;
  }
  /* line 114, ../sass/layout/_conference_page.scss */
  .page-template-page-conference-php .buttons_array a {
    display: block;
    width: 100%;
  }
  /* line 120, ../sass/layout/_conference_page.scss */
  .page-template-page-conference-php .section-title {
    font-size: 33px;
    line-height: 35px;
  }
}
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 4, ../sass/modules/_mainmenu.scss */
body {
  position: relative;
}

/* line 7, ../sass/modules/_mainmenu.scss */
#site-navigation {
  width: 100%;
  z-index: 9999;
  display: none;
}

/* line 12, ../sass/modules/_mainmenu.scss */
#menu-section {
  width: 100%;
  float: right;
  background-color: #4A4A4A;
  color: #FFF;
}
/* line 17, ../sass/modules/_mainmenu.scss */
#menu-section .menu-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px;
}
/* line 23, ../sass/modules/_mainmenu.scss */
#menu-section .pink-button {
  margin-left: 15px;
}
/* line 26, ../sass/modules/_mainmenu.scss */
#menu-section .social-icons {
  margin-left: 15px;
}
/* line 28, ../sass/modules/_mainmenu.scss */
#menu-section .social-icons a {
  color: #FAB20B;
  transition: ease-in-out 0.2s all;
}
/* line 32, ../sass/modules/_mainmenu.scss */
#menu-section .social-icons a:hover {
  color: #EE293D;
}
/* line 37, ../sass/modules/_mainmenu.scss */
#menu-section #menu-footer-menu {
  padding-left: 15px;
}
/* line 39, ../sass/modules/_mainmenu.scss */
#menu-section #menu-footer-menu a {
  color: #FFF;
  transition: ease-in-out 0.2s all;
}
/* line 42, ../sass/modules/_mainmenu.scss */
#menu-section #menu-footer-menu a:hover {
  color: #FAB20B;
}
/* line 46, ../sass/modules/_mainmenu.scss */
#menu-section #menu-footer-menu li {
  display: block;
  margin: 10px 0;
}

/* line 52, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  display: block !important;
}
/* line 54, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: #FFF;
  width: 30px;
  height: 4px;
}
/* line 59, ../sass/modules/_mainmenu.scss */
.navbar-toggle.hide {
  display: none !important;
  padding-top: 15px;
}

/* line 65, ../sass/modules/_mainmenu.scss */
.navbar-header.opened {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 999;
}
/* line 70, ../sass/modules/_mainmenu.scss */
.navbar-header.opened .navbar-toggle {
  display: block !important;
}

/* line 74, ../sass/modules/_mainmenu.scss */
.menu-title.closed {
  color: #FFF;
  margin: 0;
}

/* line 78, ../sass/modules/_mainmenu.scss */
.opened .navbar-toggle {
  background-color: transparent;
  color: #FFF;
  font-size: 20px;
}
/* line 82, ../sass/modules/_mainmenu.scss */
.opened .navbar-toggle:hover {
  color: #FAB20B;
  cursor: pointer;
}

/* line 87, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #4A4A4A;
}
/* line 92, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li {
  position: relative;
}
/* line 94, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li a {
  display: block;
  color: #FFF;
  padding: 12px 64px 12px 16px;
  font-size: 16px;
  font-weight: 400;
  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 105, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li a:hover {
  background-color: #333;
  color: #FAB20B;
  text-decoration: none;
}
/* line 111, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 121, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 128, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 141, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li {
  margin-right: -5px;
}
/* line 143, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li:first-child {
  border-left: 0;
}
/* line 144, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li:last-child {
  margin-right: 0;
}
/* line 145, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu li.current-menu-item > a {
  color: #FAB20B;
}
/* line 149, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu > li {
  text-transform: uppercase;
}
/* line 152, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu ul {
  margin: 0;
  list-style-type: none;
}
/* line 155, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu ul li {
  text-transform: none;
}
/* line 159, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 165, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu.collapsed li a {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 172, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 175, ../sass/modules/_mainmenu.scss */
ul.collapsable-menu.collapsed li > ul {
  display: none;
  position: static;
}

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

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 192, ../sass/modules/_mainmenu.scss */
  #menu-section {
    width: 320px;
  }

  /* line 195, ../sass/modules/_mainmenu.scss */
  #site-navigation {
    width: auto;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 203, ../sass/modules/_mainmenu.scss */
  #menu-section {
    width: 320px;
  }

  /* line 206, ../sass/modules/_mainmenu.scss */
  ul.collapsable-menu li a {
    padding: 5px 49px 5px 16px;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 214, ../sass/modules/_mainmenu.scss */
  #menu-section {
    width: 380px;
  }

  /* line 217, ../sass/modules/_mainmenu.scss */
  ul.collapsable-menu li a {
    padding: 12px 64px 12px 16px;
  }
}
/* 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: #000;
  text-decoration: none;
  background-color: #FFF;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  border-right: 1px solid #DDD;
}
/* line 22, ../sass/modules/_pagination.scss */
.navigation li a:hover, .navigation li.active a {
  background-color: #C60A4D;
  color: #FFF;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
