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

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

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

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

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

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

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

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

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

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

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

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

/* 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: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

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

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

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

  /* line 293, ../sass/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
*  Base File Index
*
*/
/*
	= Variables and mixins	
*******************************************************************************************/
@font-face {
  font-family: 'ralewaylight_italic';
  src: url("../../fonts/raleway-lightitalic-webfont.woff2") format("woff2"), url("../../fonts/raleway-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaylight';
  src: url("../../fonts/raleway-light-webfont.woff2") format("woff2"), url("../../fonts/raleway-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold_italic';
  src: url("../../fonts/raleway-bolditalic-webfont.woff2") format("woff2"), url("../../fonts/raleway-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url("../../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../../fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayblack_italic';
  src: url("../../fonts/raleway-blackitalic-webfont.woff2") format("woff2"), url("../../fonts/raleway-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayblack';
  src: url("../../fonts/raleway-black-webfont.woff2") format("woff2"), url("../../fonts/raleway-black-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: 90%;
  max-width: 1168px;
}

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

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

/* line 21, ../sass/base/_base.scss */
.wp-caption {
  background-color: #fdfdfd;
  padding: 5px;
}
/* line 24, ../sass/base/_base.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 28, ../sass/base/_base.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #4A4A4A !important;
}

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

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

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

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

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

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

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

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

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

/* line 65, ../sass/base/_base.scss */
blockquote, blockquote * {
  color: #9B9B9B;
  font-family: "ralewaybold_italic";
  margin: 15px 0;
}

/* line 70, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "ralewayblack";
  margin: 30px 0 15px;
}

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

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

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

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

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

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

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

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

/* line 113, ../sass/base/_base.scss */
input[type=submit] {
  background-color: #F02C9D;
  color: #FFF;
  border: none;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 130, ../sass/base/_base.scss */
  .container {
    width: 100%;
  }
}
/* 
*  Modules File Index
*
*/
/*
	= Main Menu	
*******************************************************************************************/
/* line 5, ../sass/modules/_mainmenu.scss */
.menu-collapser {
  display: none !important;
}

/* line 9, ../sass/modules/_mainmenu.scss */
.navbar-toggle {
  border: 1px solid #E5E5E5;
  padding: 7px 7px;
}
/* line 12, ../sass/modules/_mainmenu.scss */
.navbar-toggle .icon-bar {
  background-color: #000;
}

/* line 16, ../sass/modules/_mainmenu.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 22, ../sass/modules/_mainmenu.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
/* line 25, ../sass/modules/_mainmenu.scss */
ul.slimmenu li.current-menu-item {
  border-bottom: 5px solid #F02C9D;
}
/* line 28, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a {
  display: block;
  color: #000;
  font-family: "ralewaybold";
  text-transform: uppercase;
  padding: 12px 64px 12px 16px;
  font-size: 22px;
  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 41, ../sass/modules/_mainmenu.scss */
ul.slimmenu li a:hover, ul.slimmenu li a:focus {
  text-decoration: none;
  border-bottom: 5px solid #000;
}
/* line 46, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 56, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 63, ../sass/modules/_mainmenu.scss */
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 71, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 78, ../sass/modules/_mainmenu.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 88, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 90, ../sass/modules/_mainmenu.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 92, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 97, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li a {
  text-transform: none;
}
/* line 99, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul li a:hover, ul.slimmenu ul li a:focus {
  text-decoration: none;
  border-bottom: none;
  background-color: #E5E5E5;
}
/* line 107, ../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 113, ../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 120, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 123, ../sass/modules/_mainmenu.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}
/* line 128, ../sass/modules/_mainmenu.scss */
ul.slimmenu ul.sub-menu {
  border: 1px solid #000;
  border-top: none;
  background-color: #FFF;
  opacity: 0.95;
  padding-bottom: 5px;
  margin-top: 5px;
}

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

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

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 147, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    display: inline-block;
    text-align: right;
    padding-right: 15px;
  }
  /* line 152, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 12px;
    font-size: 17px;
  }
  /* line 156, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 159, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 163, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 165, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 169, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
  /* line 174, ../sass/modules/_mainmenu.scss */
  ul.slimmenu > li:last-child a {
    background-color: #F02C9D;
    color: #FFF;
    border-radius: 50%;
    padding: 7px 15px;
    font-family: "Passion One", cursive;
    font-weight: 700;
    font-size: 20px;
  }
  /* line 182, ../sass/modules/_mainmenu.scss */
  ul.slimmenu > li:last-child a:hover, ul.slimmenu > li:last-child a:focus {
    background-color: #000;
    border: none;
  }

  /* line 190, ../sass/modules/_mainmenu.scss */
  #topright {
    padding-right: 15px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 202, ../sass/modules/_mainmenu.scss */
  ul.slimmenu {
    padding-right: 0;
  }
  /* line 205, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
    font-size: 24px;
  }
  /* line 209, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 212, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 216, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 218, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 222, ../sass/modules/_mainmenu.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
  /* line 227, ../sass/modules/_mainmenu.scss */
  ul.slimmenu > li:last-child a {
    padding: 15px 25px;
    font-size: 30px;
  }

  /* line 234, ../sass/modules/_mainmenu.scss */
  #topright {
    padding-right: 0px;
  }
}
/* 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: #7B7777;
  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: #7B7777;
  color: #FFF;
}

/* Tablet ***************************************************************/
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
/* line 125, ../sass/modules/_angle_edge.scss */
.angle--top-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%)) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--top-left::before, .angle--top-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--top-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
}

/* line 129, ../sass/modules/_angle_edge.scss */
.angle--top-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%)) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--top-right::before, .angle--top-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--top-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
}

/* line 133, ../sass/modules/_angle_edge.scss */
.angle--bottom-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--bottom-left::before, .angle--bottom-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--bottom-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 137, ../sass/modules/_angle_edge.scss */
.angle--bottom-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--bottom-right::before, .angle--bottom-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--bottom-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 141, ../sass/modules/_angle_edge.scss */
.angle--both-left-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--both-left-left::before, .angle--both-left-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--both-left-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--both-left-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 145, ../sass/modules/_angle_edge.scss */
.angle--both-right-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%)) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--both-right-right::before, .angle--both-right-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--both-right-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--both-right-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 149, ../sass/modules/_angle_edge.scss */
.angle--both-left-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--both-left-right::before, .angle--both-left-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--both-left-right::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--both-left-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 153, ../sass/modules/_angle_edge.scss */
.angle--both-right-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw))) {
  /* line 87, ../sass/modules/_angle_edge.scss */
  .angle--both-right-left::before, .angle--both-right-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 97, ../sass/modules/_angle_edge.scss */
  .angle--both-right-left::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  /* line 105, ../sass/modules/_angle_edge.scss */
  .angle--both-right-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 158, ../sass/modules/_angle_edge.scss */
.angle__content {
  display: block;
  width: 100%;
  height: auto;
}

/* line 164, ../sass/modules/_angle_edge.scss */
.angle--colour {
  color: #fff;
  background-color: #2196F3;
  text-align: center;
  padding: 10% 0;
}

/* 
*  Template File Index
*
*/
/*
	= Footer
*******************************************************************************************/
/* line 4, ../sass/layout/_footer.scss */
#menu-footer-menu {
  margin: 20px auto;
}
/* line 6, ../sass/layout/_footer.scss */
#menu-footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

/* line 13, ../sass/layout/_footer.scss */
footer {
  background-color: #000;
  color: #FFF;
}
/* line 16, ../sass/layout/_footer.scss */
footer a {
  color: #FFF;
}
/* line 19, ../sass/layout/_footer.scss */
footer .main-footer-menu ul {
  list-style: none;
  padding-left: 0;
}
/* line 22, ../sass/layout/_footer.scss */
footer .main-footer-menu ul li {
  display: block;
  margin-right: 15px;
}
/* line 25, ../sass/layout/_footer.scss */
footer .main-footer-menu ul li a {
  color: #008BE0;
}
/* line 28, ../sass/layout/_footer.scss */
footer .main-footer-menu ul li .sub-menu {
  display: none;
}

/* line 35, ../sass/layout/_footer.scss */
.cff-likebox .fb_iframe_widget {
  display: none;
}

/* line 38, ../sass/layout/_footer.scss */
#cff {
  font-family: "ralewaylight";
  font-size: 14px;
}
/* line 42, ../sass/layout/_footer.scss */
#cff a:hover {
  color: #F02C9D;
  text-decoration: none;
}
/* line 48, ../sass/layout/_footer.scss */
#cff .cff-meta.cff-light li span {
  color: #F02C9D;
}
/* line 53, ../sass/layout/_footer.scss */
#cff .cff-view-comments-wrap:hover, #cff .cff-view-comments-wrap:focus {
  opacity: 0.8;
}
/* line 58, ../sass/layout/_footer.scss */
#cff .cff-comments-box a {
  color: #000;
}
/* line 59, ../sass/layout/_footer.scss */
#cff .cff-comments-box a:hover {
  color: #F02C9D;
}

/* line 65, ../sass/layout/_footer.scss */
#footer #sbi_load {
  display: none;
}
/* line 68, ../sass/layout/_footer.scss */
#footer h5 {
  color: #F02C9D;
  font-family: "ralewayblack";
  font-size: 24px;
  padding-left: 15px;
}
/* line 73, ../sass/layout/_footer.scss */
#footer h5 a {
  color: #F02C9D;
  transition: ease-in 0.2s all;
}
/* line 76, ../sass/layout/_footer.scss */
#footer h5 a .fa {
  color: #000;
  background-color: #F02C9D;
  padding: 2px 8px;
  border-radius: 50%;
  transition: ease-in 0.2s all;
}
/* line 82, ../sass/layout/_footer.scss */
#footer h5 a .fa.fa-twitter, #footer h5 a .fa.fa-instagram {
  padding: 5px 6px;
}
/* line 86, ../sass/layout/_footer.scss */
#footer h5 a:hover, #footer h5 a:focus {
  color: #FFF;
  text-decoration: none;
}
/* line 89, ../sass/layout/_footer.scss */
#footer h5 a:hover .fa, #footer h5 a:focus .fa {
  background-color: #FFF;
}
/* line 95, ../sass/layout/_footer.scss */
#footer > div {
  border-right: 1px solid #333;
  padding-top: 30px;
}
/* line 98, ../sass/layout/_footer.scss */
#footer > div:last-child {
  border: none;
}

/* line 103, ../sass/layout/_footer.scss */
#footer-bottom {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* line 106, ../sass/layout/_footer.scss */
#footer-bottom .site-title {
  text-transform: uppercase;
  color: #F02C9D;
  font-size: 12px;
  font-family: "ralewaybold";
  margin-bottom: 0;
}
/* line 113, ../sass/layout/_footer.scss */
#footer-bottom .copy {
  color: #7B7777;
  font-size: 12px;
  font-family: "ralewaybold";
}
/* line 117, ../sass/layout/_footer.scss */
#footer-bottom .copy a {
  color: #7B7777;
}
/* line 119, ../sass/layout/_footer.scss */
#footer-bottom .copy a:hover, #footer-bottom .copy a:focus {
  color: #F02C9D;
  text-decoration: none;
}
/* line 124, ../sass/layout/_footer.scss */
#footer-bottom .copy p {
  margin-bottom: 0;
}
/* line 128, ../sass/layout/_footer.scss */
#footer-bottom .main-footer-menu {
  text-align: center;
}
/* line 131, ../sass/layout/_footer.scss */
#footer-bottom .main-footer-menu li a {
  text-transform: uppercase;
  color: #7B7777;
  font-family: "ralewaybold";
}
/* line 136, ../sass/layout/_footer.scss */
#footer-bottom .main-footer-menu li a:hover, #footer-bottom .main-footer-menu li a:focus {
  text-decoration: none;
  color: #F02C9D;
}
/* line 143, ../sass/layout/_footer.scss */
#footer-bottom .col-md-4 {
  text-align: center;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 150, ../sass/layout/_footer.scss */
  #footer-bottom {
    margin-bottom: 50px;
  }
  /* line 154, ../sass/layout/_footer.scss */
  #footer-bottom .main-footer-menu li {
    display: inline-block;
  }
  /* line 156, ../sass/layout/_footer.scss */
  #footer-bottom .main-footer-menu li a {
    font-size: 16px;
  }
  /* line 161, ../sass/layout/_footer.scss */
  #footer-bottom .col-md-8, #footer-bottom .col-md-4 {
    float: right;
  }
  /* line 164, ../sass/layout/_footer.scss */
  #footer-bottom .copy {
    display: inline;
    margin-left: 15px;
  }
  /* line 167, ../sass/layout/_footer.scss */
  #footer-bottom .copy * {
    display: inline;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 183, ../sass/layout/_footer.scss */
  #footer-bottom .col-md-4 {
    text-align: left;
  }

  /* line 187, ../sass/layout/_footer.scss */
  #footer-bottom .main-footer-menu li a {
    font-size: 18px;
  }
}
/*
	= Header	
*******************************************************************************************/
/* line 5, ../sass/layout/_header.scss */
.container-header {
  max-width: 1400px;
  margin: 0 auto;
}

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

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

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

/* line 19, ../sass/layout/_header.scss */
.navbar-toggle {
  float: none;
  margin-left: 15px;
}
/* line 22, ../sass/layout/_header.scss */
.navbar-toggle .icon-bar {
  height: 4px;
}
/* line 24, ../sass/layout/_header.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

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

/* line 35, ../sass/layout/_header.scss */
.brand h1 {
  text-align: center;
}
/* line 38, ../sass/layout/_header.scss */
.brand .logo-social {
  overflow: hidden;
}
/* line 40, ../sass/layout/_header.scss */
.brand .logo-social a {
  transition: ease-in-out 0.3s all;
}
/* line 43, ../sass/layout/_header.scss */
.brand .logo-social a:hover, .brand .logo-social a:focus {
  opacity: 0.7;
}
/* line 48, ../sass/layout/_header.scss */
.brand .social-phone {
  position: absolute;
  right: 30px;
  bottom: 80px;
}

/* line 55, ../sass/layout/_header.scss */
.social-phone a {
  color: #F02C9D;
  font-size: 20px;
  margin-left: 10px;
}

/* line 61, ../sass/layout/_header.scss */
#topright {
  width: 100%;
  text-align: left;
}
/* line 64, ../sass/layout/_header.scss */
#topright a, #topright .get-updates {
  color: #F02C9D;
  margin-right: 10px;
  transition: ease-in 0.2s all;
}
/* line 68, ../sass/layout/_header.scss */
#topright a:hover, #topright a:focus, #topright .get-updates:hover, #topright .get-updates:focus {
  color: #000;
  text-decoration: none;
}
/* line 73, ../sass/layout/_header.scss */
#topright .fa {
  font-size: 26px;
}
/* line 76, ../sass/layout/_header.scss */
#topright #custom_html-2 .sm {
  font-size: 20px;
}

/* line 80, ../sass/layout/_header.scss */
.donate-button {
  background-color: #F02C9D;
  color: #FFF;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: -10px;
  font-family: "Passion One", cursive;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 113, ../sass/base/_mixins_partials_variables.scss */
.donate-button a {
  color: #FFF;
}

/* line 93, ../sass/layout/_header.scss */
#site-navigation {
  clear: both;
}

/* line 96, ../sass/layout/_header.scss */
#custom_html-8 {
  display: inline-block;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 102, ../sass/layout/_header.scss */
  #topright {
    text-align: right;
    margin-bottom: 0px;
  }
  /* line 105, ../sass/layout/_header.scss */
  #topright .hidden-xs, #topright #custom_html-2, #topright .store {
    display: inline-block;
  }
  /* line 108, ../sass/layout/_header.scss */
  #topright .store {
    border-right: 1px solid #F0E8D4;
    padding-left: 10px;
    line-height: 40px;
    margin-right: 10px;
  }
  /* line 114, ../sass/layout/_header.scss */
  #topright #custom_html-8 {
    border-left: 1px solid #F0E8D4;
    padding-left: 15px;
    line-height: 40px;
    margin-left: 5px;
  }
  /* line 120, ../sass/layout/_header.scss */
  #topright #custom_html-2, #topright #custom_html-8 {
    font-size: 16px;
  }

  /* line 124, ../sass/layout/_header.scss */
  .brand {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  /* line 127, ../sass/layout/_header.scss */
  .brand h1 {
    text-align: left;
    margin-top: 10px;
  }
  /* line 131, ../sass/layout/_header.scss */
  .brand img {
    width: 50%;
    margin-left: 15px;
  }

  /* line 136, ../sass/layout/_header.scss */
  .donate-button {
    position: static;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 150, ../sass/layout/_header.scss */
  .brand {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  /* line 154, ../sass/layout/_header.scss */
  .brand img {
    width: auto;
    margin-left: 0px;
  }

  /* line 159, ../sass/layout/_header.scss */
  #topright {
    margin-bottom: 40px;
  }
  /* line 161, ../sass/layout/_header.scss */
  #topright #custom_html-2, #topright #custom_html-8 {
    font-size: 18px;
  }

  /* line 165, ../sass/layout/_header.scss */
  #site-navigation {
    float: right;
    margin-top: -70px;
    padding: 0 15px;
  }
}
/*
	= Home
*******************************************************************************************/
/* line 5, ../sass/layout/_home.scss */
.mainpage .maincontent {
  background-color: #FFF;
}

/* line 8, ../sass/layout/_home.scss */
.top-images {
  margin: 0;
}
/* line 10, ../sass/layout/_home.scss */
.top-images .blurb {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-family: "ralewaylight";
  padding: 5px 0;
}
/* line 16, ../sass/layout/_home.scss */
.top-images .blurb strong {
  font-family: "ralewayblack";
}
/* line 22, ../sass/layout/_home.scss */
.top-images .top-image .link-title {
  width: 100%;
  text-align: center;
  color: #F02C9D;
  font-family: "Passion One", cursive;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
  padding: 20px 0;
  transition: ease-in 0.2s all;
}
/* line 35, ../sass/layout/_home.scss */
.top-images .top-image:hover .link-title, .top-images .top-image:focus .link-title {
  color: #FFF;
  text-decoration: none;
}
/* line 40, ../sass/layout/_home.scss */
.top-images .top-image a:hover {
  text-decoration: none;
}
/* line 43, ../sass/layout/_home.scss */
.top-images .top-image img {
  width: 100%;
}

/* line 50, ../sass/layout/_home.scss */
.container-about-blurb {
  background-color: #000;
  color: #FFF;
}

/* line 56, ../sass/layout/_home.scss */
.home h3 {
  font-size: 30px;
  line-height: 54px;
  font-family: "ralewayblack";
  text-align: center;
}

/* line 63, ../sass/layout/_home.scss */
.updates {
  padding-bottom: 30px;
}
/* line 65, ../sass/layout/_home.scss */
.updates h3 {
  margin-top: -75px;
}
/* line 68, ../sass/layout/_home.scss */
.updates h6 {
  font-family: "ralewaybold";
}
/* line 71, ../sass/layout/_home.scss */
.updates .posted-by, .updates .read-more {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  font-size: 12px;
}
/* line 76, ../sass/layout/_home.scss */
.updates .flex-active-slide h6.title {
  font-family: "ralewaybold";
  font-size: 20px;
}
/* line 81, ../sass/layout/_home.scss */
.updates article {
  margin-bottom: 30px;
}
/* line 83, ../sass/layout/_home.scss */
.updates article .desc {
  background-color: #E5E5E5;
  padding: 10px;
}
/* line 88, ../sass/layout/_home.scss */
.updates #carousel {
  display: none;
}
/* line 91, ../sass/layout/_home.scss */
.updates #carousel ul.slides li {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 95, ../sass/layout/_home.scss */
.updates #carousel ul.slides li .posted-by {
  letter-spacing: 1px;
}
/* line 99, ../sass/layout/_home.scss */
.updates #carousel ul.slides li:last-child {
  border-right: none;
}
/* line 102, ../sass/layout/_home.scss */
.updates #carousel ul.slides li.flex-active-slide {
  opacity: 0.4;
}
/* line 106, ../sass/layout/_home.scss */
.updates #carousel .flex-direction-nav {
  display: none;
}
/* line 110, ../sass/layout/_home.scss */
.updates a:hover, .updates a:focus {
  color: #000;
  text-decoration: none;
}

/* line 115, ../sass/layout/_home.scss */
.event-box {
  margin-bottom: 10px;
}
/* line 117, ../sass/layout/_home.scss */
.event-box img {
  margin: 0 auto;
}
/* line 122, ../sass/layout/_home.scss */
.event-box h4 {
  margin: 11px 0;
  font-family: "ralewaybold";
  font-size: 24px;
}
/* line 127, ../sass/layout/_home.scss */
.event-box .date {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  font-size: 14px;
}
/* line 131, ../sass/layout/_home.scss */
.event-box:hover, .event-box:focus {
  opacity: 0.8;
}
/* line 134, ../sass/layout/_home.scss */
.event-box a:hover, .event-box a:focus {
  text-decoration: none;
  color: #000;
}

/* line 139, ../sass/layout/_home.scss */
.get-involved {
  margin: 50px 0;
}
/* line 141, ../sass/layout/_home.scss */
.get-involved > h3 {
  text-align: center;
  margin: 40px 0;
}
/* line 145, ../sass/layout/_home.scss */
.get-involved > div {
  text-align: center;
}
/* line 147, ../sass/layout/_home.scss */
.get-involved > div a, .get-involved > div h4, .get-involved > div img {
  transition: ease-out 0.2s all;
}
/* line 150, ../sass/layout/_home.scss */
.get-involved > div img {
  padding: 10px;
  transition: ease-in 0.3s all;
  border-radius: 50%;
}
/* line 155, ../sass/layout/_home.scss */
.get-involved > div:hover, .get-involved > div:focus {
  color: #000;
}
/* line 157, ../sass/layout/_home.scss */
.get-involved > div:hover a, .get-involved > div:hover h4, .get-involved > div:focus a, .get-involved > div:focus h4 {
  color: #000;
  text-decoration: none;
}
/* line 161, ../sass/layout/_home.scss */
.get-involved > div:hover img, .get-involved > div:focus img {
  background-color: #E5E5E5;
}
/* line 166, ../sass/layout/_home.scss */
.get-involved h4 {
  color: #F02C9D;
  font-family: "Passion One", cursive;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
}

/* line 174, ../sass/layout/_home.scss */
.bg_test3 {
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  /*below show how it works*/
}
/* line 183, ../sass/layout/_home.scss */
.bg_test3:after {
  content: "";
  width: 534%;
  height: 0;
  padding-top: 534%;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 198, ../sass/layout/_home.scss */
.blurb {
  position: relative;
  max-width: 1545px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* line 203, ../sass/layout/_home.scss */
.blurb .before {
  width: 190px;
  height: 152px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
/* line 213, ../sass/layout/_home.scss */
.blurb .after {
  width: 173px;
  height: 152px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
/* line 224, ../sass/layout/_home.scss */
.blurb .container {
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  padding: 20px;
  position: relative;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 237, ../sass/layout/_home.scss */
  .blurb .before {
    height: 100px;
    position: static;
    background-position-x: 0;
    background-position-y: 0;
  }
  /* line 243, ../sass/layout/_home.scss */
  .blurb .after {
    position: static;
    height: 100px;
    background-position-x: -110px;
    background-position-y: 0;
  }
  /* line 249, ../sass/layout/_home.scss */
  .blurb .container {
    font-size: 18px;
    line-height: 24px;
    z-index: 1;
    padding: 0;
  }

  /* line 259, ../sass/layout/_home.scss */
  .row.top-images .top-image {
    padding: 0;
  }
  /* line 261, ../sass/layout/_home.scss */
  .row.top-images .top-image .link-title {
    font-size: 24px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-right: 1px solid #333;
    margin-bottom: 0;
  }

  /* line 274, ../sass/layout/_home.scss */
  .home h3 {
    text-align: left;
    font-size: 30px;
    margin-top: 0;
  }

  /* line 281, ../sass/layout/_home.scss */
  .get-involved h3 {
    text-align: center;
  }
  /* line 284, ../sass/layout/_home.scss */
  .get-involved h4 {
    font-size: 22px;
  }
  /* line 287, ../sass/layout/_home.scss */
  .get-involved img {
    max-width: 80%;
  }
}
/* Tablet-landscape ******************************************************/
@media (min-width: 992px) {
  /* line 297, ../sass/layout/_home.scss */
  .blurb .container {
    font-size: 23px;
    line-height: 30px;
  }

  /* line 304, ../sass/layout/_home.scss */
  .updates .flex-active-slide h6.title {
    font-size: 36px;
  }
  /* line 308, ../sass/layout/_home.scss */
  .updates .posted-by, .updates .read-more {
    font-size: 14px;
  }
  /* line 311, ../sass/layout/_home.scss */
  .updates #carousel {
    display: block;
  }
}
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 322, ../sass/layout/_home.scss */
  .blurb .container {
    font-size: 35px;
    line-height: 41px;
  }
  /* line 326, ../sass/layout/_home.scss */
  .blurb .before {
    height: 152px;
    position: static;
    background-position-x: 2px;
    background-position-y: -10px;
  }
  /* line 332, ../sass/layout/_home.scss */
  .blurb .after {
    position: static;
    height: 152px;
    background-position-x: -191px;
    background-position-y: -10px;
  }

  /* line 340, ../sass/layout/_home.scss */
  .row.top-images .top-image {
    padding: 0;
  }
  /* line 342, ../sass/layout/_home.scss */
  .row.top-images .top-image .link-title {
    font-size: 48px;
    line-height: 35px;
  }

  /* line 348, ../sass/layout/_home.scss */
  .home h3 {
    font-size: 48px;
    margin-top: 30px;
  }

  /* line 353, ../sass/layout/_home.scss */
  .get-involved h4 {
    font-size: 36px;
  }
  /* line 356, ../sass/layout/_home.scss */
  .get-involved img {
    max-width: 100%;
  }
}
/*
	= Interior pages
*******************************************************************************************/
/* line 4, ../sass/layout/_interior_page.scss */
.blurb.interior {
  max-width: 100%;
  justify-content: space-between;
  width: 100%;
  display: flex;
  height: 400px;
  align-items: baseline;
}

/* line 13, ../sass/layout/_interior_page.scss */
#interior-top {
  position: absolute;
  width: 100%;
}

/* line 17, ../sass/layout/_interior_page.scss */
.maincontent {
  padding-bottom: 50px;
}
/* line 19, ../sass/layout/_interior_page.scss */
.maincontent .page-title {
  font-family: "ralewayblack";
  font-size: 24px;
  line-height: 59px;
  margin-top: 0;
}
/* line 26, ../sass/layout/_interior_page.scss */
.maincontent .share-links {
  padding-left: 0;
  list-style: none;
  color: #9B9B9B;
  font-size: 12px;
  margin-bottom: 60px;
}
/* line 32, ../sass/layout/_interior_page.scss */
.maincontent .share-links li {
  display: inline-block;
  margin-right: 10px;
}
/* line 35, ../sass/layout/_interior_page.scss */
.maincontent .share-links li a:hover, .maincontent .share-links li a:focus {
  color: #F02C9D;
}
/* line 40, ../sass/layout/_interior_page.scss */
.maincontent p {
  color: #2A2C2E;
}
/* line 43, ../sass/layout/_interior_page.scss */
.maincontent blockquote p {
  color: #9B9B9B;
}
/* line 46, ../sass/layout/_interior_page.scss */
.maincontent .entry {
  line-height: 26px;
}
/* line 48, ../sass/layout/_interior_page.scss */
.maincontent .entry a {
  color: #F02C9D;
  font-family: "ralewaybold";
}

/* line 54, ../sass/layout/_interior_page.scss */
.container-normal {
  background-color: #FFF;
  position: relative;
  margin-top: 20px;
  padding: 15px;
}
/* line 60, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent strong {
  font-family: "ralewaybold";
}
/* line 63, ../sass/layout/_interior_page.scss */
.container-normal .row.maincontent em strong {
  font-family: "ralewaybold_italic";
}
/* line 67, ../sass/layout/_interior_page.scss */
.container-normal .position {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  margin-bottom: 15px;
}

/* line 73, ../sass/layout/_interior_page.scss */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  font-size: 12px;
  padding-left: 0;
}
/* line 79, ../sass/layout/_interior_page.scss */
#breadcrumbs li {
  float: left;
  margin-right: 5px;
}
/* line 83, ../sass/layout/_interior_page.scss */
#breadcrumbs .separator {
  font-weight: 700;
  font-size: 20px;
  color: #999;
}
/* line 88, ../sass/layout/_interior_page.scss */
#breadcrumbs strong {
  font-family: "ralewaybold";
}
/* line 91, ../sass/layout/_interior_page.scss */
#breadcrumbs a:focus, #breadcrumbs a:hover {
  color: #F02C9D;
  text-decoration: none;
}

/* line 98, ../sass/layout/_interior_page.scss */
.blog-post {
  margin-bottom: 30px;
}
/* line 100, ../sass/layout/_interior_page.scss */
.blog-post h3 {
  margin: 0 0 15px 0;
}

/* line 104, ../sass/layout/_interior_page.scss */
.navigation {
  color: #E5E5E5;
  font-size: 14px;
}
/* line 107, ../sass/layout/_interior_page.scss */
.navigation a {
  color: #E5E5E5;
}
/* line 109, ../sass/layout/_interior_page.scss */
.navigation a:hover, .navigation a:focus {
  color: #F02C9D;
}
/* line 113, ../sass/layout/_interior_page.scss */
.navigation .next {
  text-align: right;
}

/* line 119, ../sass/layout/_interior_page.scss */
.staff {
  text-align: center;
}
/* line 122, ../sass/layout/_interior_page.scss */
.staff .entry-title a {
  color: #000 !important;
}
/* line 124, ../sass/layout/_interior_page.scss */
.staff .entry-title a:hover, .staff .entry-title a:focus {
  color: #F02C9D !important;
  text-decoration: none;
}
/* line 130, ../sass/layout/_interior_page.scss */
.staff .position, .staff .email {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
}
/* line 133, ../sass/layout/_interior_page.scss */
.staff img {
  border-radius: 25px;
}
/* line 136, ../sass/layout/_interior_page.scss */
.staff .bio {
  text-align: center;
  margin: 20px auto;
}
/* line 139, ../sass/layout/_interior_page.scss */
.staff .bio a {
  background-color: #000000;
  border-radius: 11px;
  padding: 10px 20px;
  transition: ease-in 0.2s all;
}
/* line 144, ../sass/layout/_interior_page.scss */
.staff .bio a:hover, .staff .bio a:focus {
  background-color: #F02C9D;
  color: #FFF;
  text-decoration: none;
}

/* line 154, ../sass/layout/_interior_page.scss */
article.type-update h3.entry-title {
  margin: 0;
}
/* line 156, ../sass/layout/_interior_page.scss */
article.type-update h3.entry-title a {
  font-family: "ralewayblack";
  font-size: 24px;
  color: #000;
}
/* line 162, ../sass/layout/_interior_page.scss */
article.type-update .posted-by, article.type-update .read-more {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  font-size: 14px;
}

/* line 169, ../sass/layout/_interior_page.scss */
.wp-pagenavi .pages {
  margin-left: 0;
  padding-left: 0;
  font-size: 17px;
}
/* line 174, ../sass/layout/_interior_page.scss */
.wp-pagenavi span, .wp-pagenavi a {
  border: none;
  color: #000 !important;
  font-size: 17px;
  margin: 1px;
}
/* line 180, ../sass/layout/_interior_page.scss */
.wp-pagenavi .current {
  font-family: "ralewaybold";
  background-color: #F02C9D;
  color: #FFF !important;
}

/* line 187, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme #breadcrumbs {
  display: none;
}
/* line 190, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme #tribe-bar-form .tribe-bar-submit input[type=submit], .tribe-events-style-theme #tribe-events .tribe-events-button {
  background-color: #000;
  color: #FFF;
  transition: ease-in 0.2s all;
}
/* line 194, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .tribe-events-style-theme #tribe-events .tribe-events-button:hover {
  background-color: #F02C9D;
}
/* line 198, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme .tribe-events-list-event-title a {
  color: #000;
}
/* line 200, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme .tribe-events-list-event-title a:hover {
  color: #F02C9D;
}
/* line 202, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme .tribe-events-read-more, .tribe-events-style-theme .tribe-event-schedule-details {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  font-size: 14px;
}
/* line 206, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme #tribe-events .tribe-events-button, .tribe-events-style-theme #tribe_events_filters_wrapper input[type=submit], .tribe-events-style-theme .tribe-events-button, .tribe-events-style-theme .tribe-events-button.tribe-inactive, .tribe-events-style-theme .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-style-theme .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #000;
}
/* line 209, ../sass/layout/_interior_page.scss */
.tribe-events-style-theme .tribe-events-notices {
  background-color: #F02C9D;
  color: #FFF;
  border: none;
  text-shadow: none;
}

/* line 216, ../sass/layout/_interior_page.scss */
.tribe-events-loop .tribe-events-event-meta, .tribe-events-sub-nav li a {
  background-color: transparent;
  border: none;
}

/* line 220, ../sass/layout/_interior_page.scss */
#sb_instagram .sbi_follow_btn a {
  background-color: #000;
  color: #FFF;
  transition: ease-in 0.2s all;
}
/* line 224, ../sass/layout/_interior_page.scss */
#sb_instagram .sbi_follow_btn a:hover {
  background-color: #F02C9D;
}

/* Tablet ***************************************************************/
@media (min-width: 768px) {
  /* line 231, ../sass/layout/_interior_page.scss */
  .maincontent .page-title {
    font-size: 48px;
  }
  /* line 234, ../sass/layout/_interior_page.scss */
  .maincontent .share-links {
    font-size: 16px;
  }

  /* line 238, ../sass/layout/_interior_page.scss */
  #breadcrumbs {
    font-size: 12px;
  }
}
/* Tablet-landscape ******************************************************/
/* Desktop ******************************************************/
@media (min-width: 1200px) {
  /* line 251, ../sass/layout/_interior_page.scss */
  article.update {
    height: 186px;
    position: relative;
  }
  /* line 255, ../sass/layout/_interior_page.scss */
  article.update .col-sm-6:nth-of-type(2) {
    height: 186px;
  }
  /* line 259, ../sass/layout/_interior_page.scss */
  article.update .read-more {
    position: absolute;
    bottom: 0;
  }
}
/* Sidebar
****************************************************/
/* line 5, ../sass/layout/_sidebar.scss */
#secondary .textwidget {
  margin-left: 45px;
}
/* line 8, ../sass/layout/_sidebar.scss */
#secondary a {
  color: #000;
}
/* line 11, ../sass/layout/_sidebar.scss */
#secondary h3.widget-title {
  margin-top: 0;
  font-family: "ralewayblack";
  font-size: 24px;
}
/* line 16, ../sass/layout/_sidebar.scss */
#secondary aside {
  margin-bottom: 20px;
}
/* line 18, ../sass/layout/_sidebar.scss */
#secondary aside ul {
  list-style: none;
}
/* line 21, ../sass/layout/_sidebar.scss */
#secondary aside:first-child .menu {
  border-left: 1px solid #000;
  padding: 20px 0;
}
/* line 25, ../sass/layout/_sidebar.scss */
#secondary aside:first-child .menu li.current_page_item > a {
  color: #9B9B9B;
}
/* line 29, ../sass/layout/_sidebar.scss */
#secondary aside:first-child .menu a {
  font-family: "ralewaybold";
  transition: ease-in 0.2s all;
}
/* line 32, ../sass/layout/_sidebar.scss */
#secondary aside:first-child .menu a:hover, #secondary aside:first-child .menu a:focus {
  text-decoration: none;
  color: #9B9B9B;
}
/* line 37, ../sass/layout/_sidebar.scss */
#secondary aside:first-child .menu > li > a {
  display: none;
}
/* line 42, ../sass/layout/_sidebar.scss */
#secondary li {
  list-style: none;
}
/* line 45, ../sass/layout/_sidebar.scss */
#secondary .event-side {
  margin-bottom: 30px;
  transition: ease-in 0.2s all;
  a: hover;
}
/* line 48, ../sass/layout/_sidebar.scss */
#secondary .event-side:hover, #secondary .event-side:focus {
  background-color: #E5E5E5;
}
/* line 50, ../sass/layout/_sidebar.scss */
#secondary .event-side:hover a, #secondary .event-side:focus a {
  text-decoration: none;
}
/* line 53, ../sass/layout/_sidebar.scss */
#secondary .event-side a:focus {
  text-decoration: none;
}
/* line 58, ../sass/layout/_sidebar.scss */
#secondary .posted-by, #secondary .read-more {
  color: #F02C9D;
  letter-spacing: 2px;
  opacity: 0.6;
  font-size: 12px;
}
/* line 63, ../sass/layout/_sidebar.scss */
#secondary .update h6, #secondary .update h4, #secondary .event-side h6, #secondary .event-side h4 {
  font-family: "ralewaybold";
  text-transform: none;
  font-size: 18px;
}

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