@charset "UTF-8";
/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General
    This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer
- Interior Pages
	- Sidebar
	- Pagination
- Home
- Media Queries
	- Tablet Portrait (768px); corresponds with Bootstrap 'sm'
	- Tablet Landscape (992px); corresponds with Bootstrap 'md'
	- Desktop (1200px); corresponds with Bootstrap 'lg'

*/
/*
	= Variables and mixins	
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General	
*******************************************************************************************/
/* line 62, ../sass/sass_style.scss */
html {
  overflow-x: hidden;
}

/* line 63, ../sass/sass_style.scss */
body {
  overflow: hidden;
}

/* line 64, ../sass/sass_style.scss */
.container {
  width: 100%;
  max-width: 1168px;
}

/* line 68, ../sass/sass_style.scss */
body {
  font: 400 16px/150% "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 0;
  background-color: #F7F6F0;
}

/* line 74, ../sass/sass_style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 78, ../sass/sass_style.scss */
.wp-caption {
  padding: 0;
}
/* line 80, ../sass/sass_style.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 84, ../sass/sass_style.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

/* line 90, ../sass/sass_style.scss */
.alignleft {
  float: left;
  margin-right: 10px;
}

/* line 94, ../sass/sass_style.scss */
.aligncenter {
  margin: 10px auto;
  display: block;
}

/* line 98, ../sass/sass_style.scss */
.alignright {
  float: right;
  margin-left: 10px;
}

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

/* line 106, ../sass/sass_style.scss */
a {
  color: #E54A15;
}
/* line 108, ../sass/sass_style.scss */
a:hover {
  color: #E54A15;
  text-decoration: underline;
}

/* line 113, ../sass/sass_style.scss */
em {
  font-style: italic;
}

/* line 116, ../sass/sass_style.scss */
strong {
  font-weight: bold;
}

/* line 119, ../sass/sass_style.scss */
p {
  margin-bottom: 15px;
}

/* line 122, ../sass/sass_style.scss */
blockquote, blockquote * {
  color: #000;
  font: 300 18px/130% "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}
/* line 126, ../sass/sass_style.scss */
blockquote p, blockquote * p {
  margin-top: 0;
}

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

/* line 134, ../sass/sass_style.scss */
h2 {
  font-size: 30px;
}

/* line 135, ../sass/sass_style.scss */
h3 {
  font-size: 24px;
}

/* line 136, ../sass/sass_style.scss */
h4 {
  font-size: 20px;
}

/* line 137, ../sass/sass_style.scss */
h5 {
  font-size: 16px;
}

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

/* line 140, ../sass/sass_style.scss */
> h2 {
  font-size: 40px;
}

/* line 141, ../sass/sass_style.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  margin-bottom: 15px;
}
/* line 146, ../sass/sass_style.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 150, ../sass/sass_style.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 155, ../sass/sass_style.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  margin-bottom: 15px;
}
/* line 159, ../sass/sass_style.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 163, ../sass/sass_style.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 167, ../sass/sass_style.scss */
ol ol {
  padding-left: 20px;
}

/*
	= Header	
*******************************************************************************************/
/* line 176, ../sass/sass_style.scss */
.navbar-wrapper {
  position: static;
  background-color: #1FA3B0;
  border-bottom: 2px solid white;
  padding: 13px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 184, ../sass/sass_style.scss */
.navbar {
  border: none;
  margin-bottom: 0;
}

/* line 189, ../sass/sass_style.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 195, ../sass/sass_style.scss */
.brand h1 {
  margin: 0;
}
/* line 197, ../sass/sass_style.scss */
.brand h1 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100px;
  height: 127px;
  background: transparent url(../../images/logo.png) no-repeat top left;
  background-size: contain;
}
/* line 206, ../sass/sass_style.scss */
.brand .col-sm-3 {
  z-index: 9999;
}

/* line 210, ../sass/sass_style.scss */
#top-utilities {
  text-align: right;
  padding: 45px 15px 36px 0;
}
/* line 213, ../sass/sass_style.scss */
#top-utilities * {
  text-align: left;
}
/* line 216, ../sass/sass_style.scss */
#top-utilities .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  font-size: 24px;
  font-weight: 400;
  color: black;
  padding: 6px 16px;
}
/* line 226, ../sass/sass_style.scss */
#top-utilities .donate-button {
  background-color: #F8E71C;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
/* line 233, ../sass/sass_style.scss */
#top-utilities .facebook-button {
  background-color: black;
  width: 48px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}
/* line 239, ../sass/sass_style.scss */
#top-utilities .facebook-button svg {
  color: white;
  fill: white;
  height: 85%;
  width: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 249, ../sass/sass_style.scss */
#top-utilities .language-button {
  margin-right: 10px;
  background: transparent;
  border: 1px solid white;
  padding: 5px 16px;
  color: #F8E71C;
  transition: background 0.3s;
}
/* line 256, ../sass/sass_style.scss */
#top-utilities .language-button:hover {
  background: #F8E71C;
  border-color: #F8E71C;
  color: #1FA3B0;
}

/* line 265, ../sass/sass_style.scss */
#site-navigation {
  padding: 0;
  width: 100%;
}

/*
	= Main Menu	
*******************************************************************************************/
/* line 275, ../sass/sass_style.scss */
.menu-collapser {
  display: none !important;
}

/* line 278, ../sass/sass_style.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 284, ../sass/sass_style.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
/* line 287, ../sass/sass_style.scss */
ul.slimmenu li:hover {
  background-color: #F8E71C;
}
/* line 289, ../sass/sass_style.scss */
ul.slimmenu li:hover a {
  color: black !important;
}
/* line 293, ../sass/sass_style.scss */
ul.slimmenu li a {
  display: block;
  color: #fff;
  padding: 12px 64px 12px 16px;
  font: 700 26px/120% "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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 303, ../sass/sass_style.scss */
ul.slimmenu li a:hover {
  color: black !important;
  text-decoration: none;
}
/* line 308, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 55px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 318, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 325, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser > i {
  color: white;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 333, ../sass/sass_style.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 340, ../sass/sass_style.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 350, ../sass/sass_style.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 352, ../sass/sass_style.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 354, ../sass/sass_style.scss */
ul.slimmenu > li.current-menu-item > a, ul.slimmenu > li.current-menu-ancestor > a {
  color: #F8E71C;
}
/* line 359, ../sass/sass_style.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 362, ../sass/sass_style.scss */
ul.slimmenu ul li {
  background-color: #F8E71C;
}
/* line 364, ../sass/sass_style.scss */
ul.slimmenu ul li a {
  text-transform: none;
  font-size: 16px;
  padding: 8px 16px;
  color: black;
}
/* line 370, ../sass/sass_style.scss */
ul.slimmenu ul li:last-child a {
  padding-bottom: 16px;
}
/* line 375, ../sass/sass_style.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 381, ../sass/sass_style.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 388, ../sass/sass_style.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 391, ../sass/sass_style.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* line 398, ../sass/sass_style.scss */
.collapse-button {
  display: none;
}

/* line 401, ../sass/sass_style.scss */
.navbar-collapse {
  max-height: none;
}

/*
	= Footer 	
*******************************************************************************************/
/* line 409, ../sass/sass_style.scss */
footer {
  background-color: #E54A15;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px 20px 50px;
  font-size: 14px;
  text-align: center;
}
/* line 416, ../sass/sass_style.scss */
footer.container {
  padding-left: 0;
  padding-right: 0;
}
/* line 420, ../sass/sass_style.scss */
footer h5 {
  margin: 0 0 4px;
  color: #F8E71C;
  font-size: 18px;
  font-weight: 700;
}
/* line 426, ../sass/sass_style.scss */
footer address {
  margin: 0;
}
/* line 429, ../sass/sass_style.scss */
footer span {
  display: inline-block;
}
/* line 431, ../sass/sass_style.scss */
footer span a {
  color: white;
}
/* line 433, ../sass/sass_style.scss */
footer span a:hover {
  color: white;
}
/* line 438, ../sass/sass_style.scss */
footer .footer-hours {
  margin-top: 14px;
  padding: 0;
  min-height: 85px;
  font-size: 13px;
  color: white;
}
/* line 444, ../sass/sass_style.scss */
footer .footer-hours ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
/* line 451, ../sass/sass_style.scss */
footer .footer-hours ul strong {
  color: #F8E71C;
  display: block;
  float: left;
  width: 100%;
}
/* line 457, ../sass/sass_style.scss */
footer .footer-hours ul li {
  padding: 6px 0;
}

/*
	= Interior pages 	
*******************************************************************************************/
/* line 469, ../sass/sass_style.scss */
.maincontent.lower {
  padding-bottom: 50px;
}

/* line 473, ../sass/sass_style.scss */
#breadcrumb-container {
  background-color: #E54A15;
  padding: 18px 0 16px;
}

/* line 477, ../sass/sass_style.scss */
#breadcrumbs {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  text-transform: lowercase;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 486, ../sass/sass_style.scss */
#breadcrumbs li {
  float: left;
  margin-right: 15px;
}
/* line 492, ../sass/sass_style.scss */
#breadcrumbs * {
  font-weight: normal;
  color: white;
}

/* line 497, ../sass/sass_style.scss */
h2.page-title {
  margin: 0;
  font: 300 30px/120% "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
}

/* line 503, ../sass/sass_style.scss */
#share-this {
  padding: 15px 0 18px;
  text-transform: uppercase;
  font: 300 14px/100% "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4a4a4a;
  background-color: #D2EDEF;
}
/* line 510, ../sass/sass_style.scss */
#share-this span {
  margin-right: -1px;
  vertical-align: top;
}

/* line 515, ../sass/sass_style.scss */
.container-normal {
  background-color: white;
  padding-top: 30px;
}

/* Publications */
/* line 521, ../sass/sass_style.scss */
article.type-publication {
  max-width: 100%;
  width: 100%;
}
/* line 524, ../sass/sass_style.scss */
article.type-publication > div {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #FEFCDE;
}
/* line 529, ../sass/sass_style.scss */
article.type-publication h3 {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 22px;
  color: #4a4a4a;
}
/* line 535, ../sass/sass_style.scss */
article.type-publication h4 {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
/* line 541, ../sass/sass_style.scss */
article.type-publication img {
  display: block;
  background-color: #E5E5E5;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 548, ../sass/sass_style.scss */
article.type-publication .img-wrap {
  margin: -15px -15px 20px;
}
/* line 551, ../sass/sass_style.scss */
article.type-publication .btn {
  float: left;
  margin: 10px 10px 0 0;
  font-size: 17px;
  color: #F8E71C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-color: black;
  text-transform: uppercase;
}

/* Services */
/* line 570, ../sass/sass_style.scss */
article.type-services {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 573, ../sass/sass_style.scss */
article.type-services .box {
  margin-bottom: 30px;
  background-color: rgba(210, 237, 239, 0.5);
}
/* line 576, ../sass/sass_style.scss */
article.type-services .box img {
  background-color: white;
  border: 1px solid #8DE5ED;
  max-width: 100%;
}
/* line 581, ../sass/sass_style.scss */
article.type-services .box a:hover {
  background-color: rgba(210, 237, 239, 0.7);
}
/* line 586, ../sass/sass_style.scss */
article.type-services:nth-child(odd) .box {
  background-color: rgba(248, 231, 28, 0.15);
}
/* line 588, ../sass/sass_style.scss */
article.type-services:nth-child(odd) .box img {
  border-color: #F8E71C;
}
/* line 591, ../sass/sass_style.scss */
article.type-services:nth-child(odd) .box a:hover {
  background-color: rgba(248, 231, 28, 0.35);
}
/* line 596, ../sass/sass_style.scss */
article.type-services a {
  padding: 15px 15px 0;
  display: block;
  color: #4a4a4a;
}
/* line 600, ../sass/sass_style.scss */
article.type-services a:hover {
  text-decoration: none;
  color: #4a4a4a;
}
/* line 605, ../sass/sass_style.scss */
article.type-services h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #4a4a4a;
}
/* line 610, ../sass/sass_style.scss */
article.type-services h3:after {
  content: " ›";
}
/* line 614, ../sass/sass_style.scss */
article.type-services small {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 620, ../sass/sass_style.scss */
article.type-services small span:first-child {
  display: block;
}
/* line 624, ../sass/sass_style.scss */
article.type-services small span:last-child:before {
  content: ' / ';
}
/* line 630, ../sass/sass_style.scss */
article.type-services p {
  margin-bottom: 0;
}

/* Single Service */
/* line 636, ../sass/sass_style.scss */
.single-services small.meta {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
}
/* line 641, ../sass/sass_style.scss */
.single-services small.meta span:before {
  content: ' / ';
  padding: 0 10px;
}
/* line 645, ../sass/sass_style.scss */
.single-services small.meta span:first-child:before {
  content: '';
  padding: 0;
}

/* line 653, ../sass/sass_style.scss */
.staff .row {
  margin-bottom: 30px;
}

/* Blog & Events */
/* line 659, ../sass/sass_style.scss */
article.type-blog .box, article.type-tribe_events .box, article.type-press .box {
  padding: 32px 15px 0;
  background-color: rgba(248, 231, 28, 0.15);
  display: block;
  margin-bottom: 30px;
  color: black;
}
/* line 665, ../sass/sass_style.scss */
article.type-blog .box img, article.type-tribe_events .box img, article.type-press .box img {
  margin: -32px -15px 15px;
  max-width: calc(100% + 30px);
}
/* line 669, ../sass/sass_style.scss */
article.type-blog .box:hover, article.type-tribe_events .box:hover, article.type-press .box:hover {
  text-decoration: none;
  background-color: rgba(248, 231, 28, 0.35);
}
/* line 674, ../sass/sass_style.scss */
article.type-blog h3, article.type-tribe_events h3, article.type-press h3 {
  margin: 0 0 10px;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
}
/* line 679, ../sass/sass_style.scss */
article.type-blog h3:after, article.type-tribe_events h3:after, article.type-press h3:after {
  content: " ›";
  font-weight: 400;
}
/* line 684, ../sass/sass_style.scss */
article.type-blog small, article.type-tribe_events small, article.type-press small {
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 691, ../sass/sass_style.scss */
article.type-blog .entry-summary, article.type-tribe_events .entry-summary, article.type-press .entry-summary {
  margin-bottom: 30px;
  line-height: 130%;
}

/* Events */
/* line 697, ../sass/sass_style.scss */
#tribe-events-pg-template {
  max-width: 1168px;
  background-color: white;
  padding: 30px 15px;
}

/* line 702, ../sass/sass_style.scss */
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
}

/* line 705, ../sass/sass_style.scss */
h2.tribe-events-page-title, .tribe-events-list-separator-month {
  display: none;
}

/* line 708, ../sass/sass_style.scss */
.tribe-events-list .type-tribe_events {
  padding: 0;
}

/* line 711, ../sass/sass_style.scss */
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-top: 0 none;
}

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

/* line 717, ../sass/sass_style.scss */
#tribe-events .tribe-events-button, .tribe-events-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 725, ../sass/sass_style.scss */
.tribe-events-tooltip .tribe-events-event-thumb img, .tribe-events-event-thumb {
  max-width: 100%;
}

/* line 728, ../sass/sass_style.scss */
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
  color: #1FA3B0;
}

/* Events Search Bar */
/* line 732, ../sass/sass_style.scss */
#tribe-bar-form {
  background-color: transparent;
}

/* line 735, ../sass/sass_style.scss */
.tribe-bar-date-filter, .tribe-bar-search-filter {
  background-color: #D2EDEF;
  width: 38%;
  height: 82px;
  padding-top: 22px;
}

/* line 741, ../sass/sass_style.scss */
.tribe-bar-date-filter {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 749, ../sass/sass_style.scss */
.tribe-bar-search-filter {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 757, ../sass/sass_style.scss */
#tribe-bar-form input[type="text"] {
  font-weight: 400;
  font-style: italic;
}

/* line 761, ../sass/sass_style.scss */
#tribe-bar-form .tribe-bar-submit {
  width: 24%;
  margin: 0;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
/* line 766, ../sass/sass_style.scss */
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #1FA3B0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 82px;
  font: 400 24px/70px "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}

/* line 777, ../sass/sass_style.scss */
.tribe-bar-views-inner {
  height: 82px;
  padding-top: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #D2EDEF;
}

/* line 785, ../sass/sass_style.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a {
  background-color: #D2EDEF;
}
/* line 787, ../sass/sass_style.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background-color: #BCD4D6;
}

/* Events Single */
/* line 792, ../sass/sass_style.scss */
.tribe-events-schedule {
  color: #E54A15;
}

/* line 795, ../sass/sass_style.scss */
.single-tribe_events .tribe-events-event-meta {
  border: 0 none;
  background-color: #FEFCDE;
}

/* line 799, ../sass/sass_style.scss */
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  color: #E54A15;
  font-weight: 400;
}

/* line 803, ../sass/sass_style.scss */
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: normal;
}

/* line 806, ../sass/sass_style.scss */
.single-tribe_events .tribe-venue {
  color: #E54A15;
  margin-bottom: 0 !important;
}

/* line 810, ../sass/sass_style.scss */
.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
  background-color: white;
}

/* line 813, ../sass/sass_style.scss */
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 30px;
  font-weight: 400;
}

/* line 817, ../sass/sass_style.scss */
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 20%;
  padding: 0 20px;
}
/* line 820, ../sass/sass_style.scss */
.tribe-events-event-meta .column:last-child, .tribe-events-event-meta .tribe-events-meta-group:last-child {
  width: 60%;
}

/* Links */
/* line 825, ../sass/sass_style.scss */
#links {
  color: #4a4a4a;
  font-size: 15px;
}
/* line 828, ../sass/sass_style.scss */
#links a {
  font-size: 20px;
}
/* line 830, ../sass/sass_style.scss */
#links a:after {
  content: " ›";
}

/* Contact */
/* line 836, ../sass/sass_style.scss */
.gform_wrapper {
  max-width: 100% !important;
}
/* line 840, ../sass/sass_style.scss */
.gform_wrapper form .gform_body .gfield_label, .gform_wrapper form .gform_body label {
  display: none;
}
/* line 843, ../sass/sass_style.scss */
.gform_wrapper form .gform_body .gfield {
  margin-bottom: 26px;
}
/* line 845, ../sass/sass_style.scss */
.gform_wrapper form .gform_body .gfield input, .gform_wrapper form .gform_body .gfield textarea {
  font-size: 30px;
  padding: 15px;
  background-color: #FEFCDE;
  border: 1px solid #F8E71C;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
/* line 855, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_1 {
  width: 66.6666%;
  float: left;
  clear: none;
}
/* line 859, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_1 span {
  margin-right: 0;
  width: 50%;
  display: block;
  float: left;
}
/* line 864, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_1 span:first-child {
  padding-right: 20px;
}
/* line 867, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_1 span:last-child {
  padding: 0 10px;
}
/* line 870, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_1 span input {
  width: 100%;
}
/* line 875, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_2 {
  width: 33.3333%;
  float: left;
  clear: none;
  padding-left: 20px;
}
/* line 880, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_2 input {
  width: 100%;
}
/* line 885, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_3 input {
  width: 100%;
}
/* line 890, ../sass/sass_style.scss */
.gform_wrapper form .gform_body #field_1_4 textarea {
  width: 100%;
}
/* line 895, ../sass/sass_style.scss */
.gform_wrapper form .gform_footer {
  margin: 0 0 40px;
  padding: 0;
}
/* line 898, ../sass/sass_style.scss */
.gform_wrapper form .gform_footer .gform_button {
  font-size: 35px !important;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 25px;
  background-color: #1FA3B0;
  border: 0 none;
  color: white;
  text-transform: uppercase;
}

/* Sidebar
****************************************************/
/* line 917, ../sass/sass_style.scss */
#secondary a {
  color: #000;
}
/* line 920, ../sass/sass_style.scss */
#secondary h3.widget-title {
  margin: -20px -20px 10px;
}
/* line 922, ../sass/sass_style.scss */
#secondary h3.widget-title a {
  display: block;
  padding: 15px 20px;
  background-color: black;
  color: white;
  font: 400 25px/120% "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 930, ../sass/sass_style.scss */
#secondary h3.widget-title a:hover {
  background-color: #1a1a1a;
  text-decoration: none;
}
/* line 936, ../sass/sass_style.scss */
#secondary aside {
  background-color: #E9F6F7;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
/* line 946, ../sass/sass_style.scss */
#secondary aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 952, ../sass/sass_style.scss */
#secondary #submenu {
  background-color: #F8E71C;
}
/* line 954, ../sass/sass_style.scss */
#secondary #submenu h3.widget-title {
  padding: 15px 20px;
  background-color: black;
  color: white;
  font: 400 25px/120% "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 962, ../sass/sass_style.scss */
#secondary #submenu > div > ul > li > a {
  display: none;
}
/* line 965, ../sass/sass_style.scss */
#secondary #submenu a {
  display: block;
  margin: 0 -20px;
  padding: 8px 20px;
  font-size: 20px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 972, ../sass/sass_style.scss */
#secondary #submenu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
/* line 978, ../sass/sass_style.scss */
#secondary #submenu .current-menu-item > a {
  font-weight: bold;
}
/* line 984, ../sass/sass_style.scss */
#secondary #upcoming-events li {
  margin-top: 10px;
}
/* line 986, ../sass/sass_style.scss */
#secondary #upcoming-events li a {
  display: block;
  margin: 0 -20px;
  padding: 6px 20px;
  color: #4a4a4a;
}
/* line 991, ../sass/sass_style.scss */
#secondary #upcoming-events li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
/* line 997, ../sass/sass_style.scss */
#secondary #upcoming-events h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #4a4a4a;
}
/* line 1002, ../sass/sass_style.scss */
#secondary #upcoming-events h4:after {
  content: " ›";
}
/* line 1006, ../sass/sass_style.scss */
#secondary #upcoming-events small {
  text-transform: uppercase;
  font-size: 15px;
}
/* line 1012, ../sass/sass_style.scss */
#secondary #highlighted-resources h4 {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 22px;
  color: #4a4a4a;
}
/* line 1018, ../sass/sass_style.scss */
#secondary #highlighted-resources h5 {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
/* line 1024, ../sass/sass_style.scss */
#secondary #highlighted-resources img {
  display: block;
  margin: 20px 0;
}
/* line 1028, ../sass/sass_style.scss */
#secondary #highlighted-resources .btn {
  float: left;
  margin: 10px 10px 0 0;
  font-size: 17px;
  color: #F8E71C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-color: black;
  text-transform: uppercase;
}

/* Pagination
****************************************************/
/* line 1050, ../sass/sass_style.scss */
.navigation {
  clear: both;
  padding: 15px;
  background-color: #E54A15;
  color: white;
  font-size: 24px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1058, ../sass/sass_style.scss */
.navigation ul:before {
  content: 'Page ';
  padding-right: 2px;
  color: white;
}
/* line 1063, ../sass/sass_style.scss */
.navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 1067, ../sass/sass_style.scss */
.navigation li {
  display: inline;
}
/* line 1070, ../sass/sass_style.scss */
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 0;
}
/* line 1076, ../sass/sass_style.scss */
.navigation li.active a {
  font-weight: bold;
  color: #F8E71C;
}
/* line 1080, ../sass/sass_style.scss */
.navigation li a:hover {
  color: black;
}

/*
	= Home 	
*******************************************************************************************/
/* line 1090, ../sass/sass_style.scss */
.home .navbar-wrapper {
  padding-bottom: 185px;
}

/* line 1093, ../sass/sass_style.scss */
.home .container-normal {
  padding-bottom: 75px;
}

/* line 1096, ../sass/sass_style.scss */
#featured-home-banner {
  margin: -200px -30px 0;
}

/* line 1099, ../sass/sass_style.scss */
#blurb-wrap {
  background: #E54A15;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  padding: 20px 0;
}
/* line 1108, ../sass/sass_style.scss */
#blurb-wrap div:first-child {
  padding-left: 20px;
}
/* line 1111, ../sass/sass_style.scss */
#blurb-wrap div:last-child {
  padding: 0;
}
/* line 1114, ../sass/sass_style.scss */
#blurb-wrap .btn {
  width: 100%;
  margin: 15px 0 -20px;
  padding: 20px 20px 25px;
  background-color: #F8E71C;
  color: black;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
}
/* line 1130, ../sass/sass_style.scss */
#blurb-wrap .btn:after {
  content: '\00a0\203a';
}

/* line 1135, ../sass/sass_style.scss */
.attachment-square {
  background-color: #E5E5E5;
}

/* line 1139, ../sass/sass_style.scss */
.home h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  margin: 15px 0 25px;
  background-color: #D2EDEF;
}
/* line 1146, ../sass/sass_style.scss */
.home h3 a {
  background-color: white;
  padding-right: 20px;
  color: #4a4a4a;
  font-size: 34px;
  line-height: 24px;
}
/* line 1154, ../sass/sass_style.scss */
.home h4 {
  margin: 12px 0 5px;
  font-weight: 700;
  color: #4a4a4a;
}
/* line 1158, ../sass/sass_style.scss */
.home h4:last-child {
  margin-bottom: 25px;
}
/* line 1162, ../sass/sass_style.scss */
.home a h4:after {
  content: '\00a0\203a';
}
/* line 1165, ../sass/sass_style.scss */
.home a:hover {
  text-decoration: none;
}
/* line 1166, ../sass/sass_style.scss */
.home .meta-wrap {
  position: relative;
}
/* line 1168, ../sass/sass_style.scss */
.home .meta-wrap .meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1181, ../sass/sass_style.scss */
.home .meta {
  color: #4a4a4a;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 1187, ../sass/sass_style.scss */
.publication-download {
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 1192, ../sass/sass_style.scss */
.publication-download .dropdown {
  position: absolute;
  bottom: 20px;
  left: 0;
}
/* line 1197, ../sass/sass_style.scss */
.publication-download .btn, .publication-download .dropdown-menu {
  font-size: 17px;
  color: #F8E71C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-color: black;
  text-transform: uppercase;
}
/* line 1211, ../sass/sass_style.scss */
.publication-download .dropdown-menu {
  min-width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1216, ../sass/sass_style.scss */
.publication-download .dropdown-menu > li > a {
  color: #F8E71C;
  padding: 6px 12px;
}
/* line 1219, ../sass/sass_style.scss */
.publication-download .dropdown-menu > li > a:hover {
  background-color: #F8E71C;
  color: black;
}

/* line 1227, ../sass/sass_style.scss */
.event-meta {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1235, ../sass/sass_style.scss */
#home-press a {
  display: block;
  border-bottom: 1px solid #D2EDEF;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
/* line 1241, ../sass/sass_style.scss */
#home-press h4 {
  margin: 10px 0 0;
}

/* line 1246, ../sass/sass_style.scss */
.home-buttons .btn {
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0 none;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1FA3B0;
  color: white;
  margin: 0 10px 20px 0;
}
/* line 1259, ../sass/sass_style.scss */
.home-buttons .btn:hover {
  background-color: #E54A15;
}

/*
	= Media Queries	
*******************************************************************************************/
@media (max-width: 767px) {
  /* Mobile ONLY */
  /* line 1270, ../sass/sass_style.scss */
  .navbar-wrapper {
    padding-bottom: 15px;
  }

  /* line 1273, ../sass/sass_style.scss */
  #top-utilities {
    text-align: left;
    padding: 20px 0;
  }
  /* line 1276, ../sass/sass_style.scss */
  #top-utilities .donate-button {
    width: 45%;
    margin-right: 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: -41px;
    right: 15px;
    z-index: 99999;
  }
  /* line 1286, ../sass/sass_style.scss */
  #top-utilities .facebook-button {
    position: absolute;
    top: -98px;
    right: 58px;
    width: 27px;
    height: 27px;
    padding: 0;
  }
  /* line 1294, ../sass/sass_style.scss */
  #top-utilities .language-button {
    font-size: 22px;
    padding: 5px 0;
    display: block;
    float: left;
    margin-right: 5%;
    text-align: center;
  }
  /* line 1301, ../sass/sass_style.scss */
  #top-utilities .language-button:nth-child(1) {
    width: 32%;
  }
  /* line 1304, ../sass/sass_style.scss */
  #top-utilities .language-button:nth-child(2) {
    width: 34%;
  }
  /* line 1307, ../sass/sass_style.scss */
  #top-utilities .language-button:nth-child(3) {
    width: 24%;
    margin-right: 0;
  }
  /* line 1312, ../sass/sass_style.scss */
  #top-utilities .navbar-toggle {
    position: absolute;
    top: -98px;
    right: 15px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    z-index: 99999;
  }
  /* line 1320, ../sass/sass_style.scss */
  #top-utilities .navbar-toggle .icon-bar {
    background-color: #F8E71C;
    height: 5px;
    width: 30px;
  }
  /* line 1324, ../sass/sass_style.scss */
  #top-utilities .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  /* Contact Form */
  /* line 1331, ../sass/sass_style.scss */
  .gform_wrapper form .gform_body #field_1_1 {
    width: 100%;
    margin-bottom: 0;
  }

  /* line 1335, ../sass/sass_style.scss */
  .gform_wrapper form .gform_body #field_1_1 span {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 26px;
  }

  /* line 1340, ../sass/sass_style.scss */
  .gform_wrapper form .gform_body #field_1_2 {
    padding-left: 0;
    width: 100%;
  }

  /* Home */
  /* line 1345, ../sass/sass_style.scss */
  .home h3 {
    margin: 15px -15px 25px;
    padding: 4px 15px 3px;
    line-height: 100%;
  }
  /* line 1349, ../sass/sass_style.scss */
  .home h3 a {
    background-color: transparent;
    line-height: 100%;
  }

  /* line 1354, ../sass/sass_style.scss */
  .home .upcoming-head-home a {
    font-size: 30px;
  }

  /* line 1357, ../sass/sass_style.scss */
  #home-blog .meta:last-child {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 757px) {
  /* Events Calendar Mobile Overrides */
  /* line 1363, ../sass/sass_style.scss */
  .tribe-bar-views-inner, #tribe-bar-collapse-toggle {
    height: 62px;
  }

  /* line 1366, ../sass/sass_style.scss */
  #tribe-bar-collapse-toggle {
    font: 400 18px/32px "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #1FA3B0;
  }

  /* line 1377, ../sass/sass_style.scss */
  #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
    display: none;
  }

  /* line 1380, ../sass/sass_style.scss */
  .tribe-bar-date-filter, .tribe-bar-search-filter {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* line 1385, ../sass/sass_style.scss */
  #tribe-bar-form .tribe-bar-submit {
    width: 100%;
    padding-left: 0;
    margin-top: 4px;
  }
}
@media (min-width: 758px) and (max-width: 1199px) {
  /* Events Calendar Tablet Overrides */
  /* line 1392, ../sass/sass_style.scss */
  #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    right: 0;
    width: 100%;
  }

  /* line 1396, ../sass/sass_style.scss */
  #tribe-bar-form #tribe-bar-views {
    display: none;
  }

  /* line 1399, ../sass/sass_style.scss */
  .tribe-bar-date-filter, .tribe-bar-search-filter {
    width: 33% !important;
    padding: 22px 15px 15px !important;
  }

  /* line 1403, ../sass/sass_style.scss */
  #tribe-bar-form .tribe-bar-submit {
    width: 34%;
  }

  /* line 1406, ../sass/sass_style.scss */
  #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    font-size: 24px !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* Tablet ONLY */
  /* line 1413, ../sass/sass_style.scss */
  article.type-publication .img-wrap {
    margin: -15px 15px -15px -15px;
    max-width: 183px;
    float: left;
    position: static !important;
  }
}
@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 1422, ../sass/sass_style.scss */
  .navbar-wrapper {
    padding: 15px 0 10px;
  }

  /* line 1425, ../sass/sass_style.scss */
  .brand > .col-sm-12 {
    padding: 0;
  }

  /* line 1428, ../sass/sass_style.scss */
  #top-utilities {
    margin-top: -100px;
    padding-bottom: 25px;
  }

  /* line 1432, ../sass/sass_style.scss */
  ul.slimmenu {
    display: inline-block;
  }
  /* line 1435, ../sass/sass_style.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
    font-size: 22px;
  }
  /* line 1439, ../sass/sass_style.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 1442, ../sass/sass_style.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 1446, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
  }
  /* line 1448, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 1452, ../sass/sass_style.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }

  /* line 1457, ../sass/sass_style.scss */
  .translated-ltr ul.slimmenu li a {
    font-size: 19px;
  }

  /* line 1460, ../sass/sass_style.scss */
  #breadcrumb-container {
    padding: 17px 0 16px;
  }

  /* line 1463, ../sass/sass_style.scss */
  #breadcrumbs {
    font-size: 20px;
  }

  /* line 1466, ../sass/sass_style.scss */
  h2.page-title {
    font-size: 40px;
  }

  /* line 1469, ../sass/sass_style.scss */
  #share-this {
    font-size: 20px;
  }
  /* line 1471, ../sass/sass_style.scss */
  #share-this span {
    margin-top: 1px;
  }

  /* line 1475, ../sass/sass_style.scss */
  footer {
    text-align: left;
  }
  /* line 1477, ../sass/sass_style.scss */
  footer .footer-hours {
    /*	padding:0 0 0 45px; */
  }
  /* line 1479, ../sass/sass_style.scss */
  footer .footer-hours a {
    color: white;
    text-decoration: underline;
  }
  /* line 1483, ../sass/sass_style.scss */
  footer .footer-hours ul {
    font-size: 15px;
  }
  /* line 1485, ../sass/sass_style.scss */
  footer .footer-hours ul li {
    position: relative;
  }
  /* line 1487, ../sass/sass_style.scss */
  footer .footer-hours ul li:before {
    /*	content:'';
    	position:absolute;
    	left:-45px;
    	top:8px;
    	background:transparent url('../../images/footer-icons.png') no-repeat 0 0;
    	width:37px;
    	height:37px; */
  }
  /* line 1496, ../sass/sass_style.scss */
  footer .footer-hours ul li:last-child:before {
    background-position: bottom left;
  }

  /* line 1505, ../sass/sass_style.scss */
  article .box img {
    max-width: 33.3333%;
  }

  /* line 1512, ../sass/sass_style.scss */
  article.type-blog .box img, article.type-tribe_events .box img {
    margin: -32px 30px 0 -15px;
    max-width: 33.3333%;
  }

  /* Home */
  /* line 1519, ../sass/sass_style.scss */
  #blurb-wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54a15+0,e54a15+66,f8e71c+66,f8e71c+100 */
    background: #e54a15;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e54a15 0%, #e54a15 66.6667%, #f8e71c 66.6667%, #f8e71c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e54a15 0%, #e54a15 66.6667%, #f8e71c 66.6667%, #f8e71c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e54a15 0%, #e54a15 66.6667%, #f8e71c 66.6667%, #f8e71c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54a15', endColorstr='#f8e71c',GradientType=1 );
    /* IE6-9 */
    font-size: 18px;
  }
  /* line 1527, ../sass/sass_style.scss */
  #blurb-wrap .btn {
    margin: -20px 0 -20px;
  }
  /* line 1530, ../sass/sass_style.scss */
  #blurb-wrap div:first-child {
    padding-left: 30px;
  }
  /* line 1533, ../sass/sass_style.scss */
  #blurb-wrap div:last-child {
    padding: 0 0 0 15px;
  }

  /* line 1537, ../sass/sass_style.scss */
  .home .container-normal > .row {
    max-width: 77.5%;
    margin: 0 auto;
  }
  /* line 1540, ../sass/sass_style.scss */
  .home .container-normal > .row:first-child {
    max-width: none;
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 1547, ../sass/sass_style.scss */
  .navbar-wrapper {
    padding: 30px 0 60px;
  }

  /* line 1552, ../sass/sass_style.scss */
  .brand h1 a {
    width: 131px;
    height: 166px;
  }

  /* line 1558, ../sass/sass_style.scss */
  .brand > .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1562, ../sass/sass_style.scss */
  #top-utilities {
    margin-top: 0;
    padding-bottom: 36px;
  }

  /* line 1566, ../sass/sass_style.scss */
  ul.slimmenu {
    text-align: right;
  }
  /* line 1569, ../sass/sass_style.scss */
  ul.slimmenu li a {
    font-size: 26px;
  }

  /* line 1574, ../sass/sass_style.scss */
  #breadcrumb-container {
    padding: 26px 0 16px;
  }

  /* line 1577, ../sass/sass_style.scss */
  h2.page-title {
    font-size: 55px;
  }

  /* line 1581, ../sass/sass_style.scss */
  #secondary h3.widget-title a, #secondary #submenu h3.widget-title {
    font-size: 30px;
  }

  /* line 1585, ../sass/sass_style.scss */
  footer {
    margin-bottom: 40px;
  }
  /* line 1587, ../sass/sass_style.scss */
  footer.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1591, ../sass/sass_style.scss */
  footer .col-lg-7 {
    background: transparent url("../../images/logo.png") no-repeat 0 0;
    background-size: 114px 145px;
    padding-left: 150px;
    padding-top: 35px;
  }
  /* line 1598, ../sass/sass_style.scss */
  footer .footer-hours ul {
    font-size: 18px;
  }
  /* line 1600, ../sass/sass_style.scss */
  footer .footer-hours ul li {
    padding: 14px 0;
  }
  /* line 1603, ../sass/sass_style.scss */
  footer .footer-hours ul strong {
    display: inline;
    width: auto;
    float: none;
  }

  /* line 1613, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+2) .box, article.type-services:nth-child(8n+4) .box, article.type-services:nth-child(8n+5) .box, article.type-services:nth-child(8n+7) .box {
    background-color: rgba(210, 237, 239, 0.5);
  }
  /* line 1615, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+2) .box img, article.type-services:nth-child(8n+4) .box img, article.type-services:nth-child(8n+5) .box img, article.type-services:nth-child(8n+7) .box img {
    border-color: #8DE5ED;
  }
  /* line 1618, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+2) .box a:hover, article.type-services:nth-child(8n+4) .box a:hover, article.type-services:nth-child(8n+5) .box a:hover, article.type-services:nth-child(8n+7) .box a:hover {
    background-color: rgba(210, 237, 239, 0.7);
  }
  /* line 1624, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+1) .box, article.type-services:nth-child(8n+3) .box, article.type-services:nth-child(8n+6) .box, article.type-services:nth-child(8n) .box {
    background-color: rgba(248, 231, 28, 0.15);
  }
  /* line 1626, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+1) .box img, article.type-services:nth-child(8n+3) .box img, article.type-services:nth-child(8n+6) .box img, article.type-services:nth-child(8n) .box img {
    border-color: #F8E71C;
  }
  /* line 1629, ../sass/sass_style.scss */
  article.type-services:nth-child(8n+1) .box a:hover, article.type-services:nth-child(8n+3) .box a:hover, article.type-services:nth-child(8n+6) .box a:hover, article.type-services:nth-child(8n) .box a:hover {
    background-color: rgba(248, 231, 28, 0.35);
  }

  /* line 1635, ../sass/sass_style.scss */
  article.type-publication {
    width: 50%;
  }

  /* line 1640, ../sass/sass_style.scss */
  article .box img {
    max-width: 262px;
  }

  /* line 1647, ../sass/sass_style.scss */
  article.type-blog .box img, article.type-tribe_events .box img {
    margin: -32px 50px 0 -15px;
    max-width: 262px;
  }

  /* Home */
  /* line 1654, ../sass/sass_style.scss */
  #blurb-wrap {
    font-size: 22px;
  }
  /* line 1656, ../sass/sass_style.scss */
  #blurb-wrap .btn {
    font-size: 20px;
  }

  /* line 1660, ../sass/sass_style.scss */
  .home .container-normal > .row {
    max-width: none;
    margin: 0 -15px;
  }
}
