/* Include other CSS files */
/* line 2, ../sass/sass_style.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container * {
  font: 14px Helvetica,Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;
  white-space: nowrap;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container .selectboxit-options a, .selectboxit-container span {
  height: 30px;
  line-height: 30px;
  display: block;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-options .selectboxit-disabled, .selectboxit.selectboxit-disabled {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-optgroup-header, .selectboxit-option {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-optgroup-header {
  font-weight: 700;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 2, ../sass/sass_style.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* line 2, ../sass/sass_style.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #b3b3b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-btn.selectboxit-enabled:active, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover {
  color: #333;
  background-color: #e6e6e6;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
}

/* line 2, ../sass/sass_style.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}

/* Fonts */
/* Colors */
/* Mixins */
/*
	= General	
*******************************************************************************************/
/* line 42, ../sass/sass_style.scss */
html {
  overflow-x: hidden;
}

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

/* line 44, ../sass/sass_style.scss */
body {
  font: normal normal normal 15px/120% Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
  padding-bottom: 0;
  background-color: #fff;
  height: auto !important;
}

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

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

/* line 59, ../sass/sass_style.scss */
.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 66, ../sass/sass_style.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 70, ../sass/sass_style.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

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

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

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

/* line 89, ../sass/sass_style.scss */
a {
  color: #007A7A;
}
/* line 91, ../sass/sass_style.scss */
a:hover {
  color: #FF8112;
}

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

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

/* line 101, ../sass/sass_style.scss */
p {
  font: normal normal normal 15px/150% Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #111;
  margin-bottom: 15px;
}

/* line 106, ../sass/sass_style.scss */
blockquote, blockquote * {
  color: #333;
  font: italic normal bold 18px/130% Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

/* line 111, ../sass/sass_style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #007A7A;
  font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
  font-weight: normal normal 700;
  margin: 30px 0 15px;
}

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

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

/* line 119, ../sass/sass_style.scss */
h4 {
  font-size: 17px;
  text-transform: uppercase;
}

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

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

/* line 122, ../sass/sass_style.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 126, ../sass/sass_style.scss */
h2.page-title {
  font: normal normal 700 28px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  color: #4B1214;
}
/* line 130, ../sass/sass_style.scss */
h2.page-title img {
  margin-bottom: 20px;
  max-width: 500px;
  width: 100%;
}

/* line 136, ../sass/sass_style.scss */
h3.subtitle {
  font-size: 18px;
  color: #007A7A;
  text-transform: uppercase;
  margin-top: -12px;
}

/* line 142, ../sass/sass_style.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 148, ../sass/sass_style.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 152, ../sass/sass_style.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 157, ../sass/sass_style.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

/* line 164, ../sass/sass_style.scss */
.meta {
  color: #AC7F44;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
/* line 169, ../sass/sass_style.scss */
.meta a {
  text-decoration: none;
  color: #FF8112;
}

/* line 174, ../sass/sass_style.scss */
.thumbnail-list, .thumbnail-list-vertical {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
/* line 178, ../sass/sass_style.scss */
.thumbnail-list:hover, .thumbnail-list-vertical:hover {
  background-color: #FFF1E7;
  -webkit-box-shadow: 0px -20px 0px 0px #FFF1E7;
  -moz-box-shadow: 0px -20px 0px 0px #FFF1E7;
  box-shadow: 0px -20px 0px 0px #FFF1E7;
  transition: all 1s;
}
/* line 185, ../sass/sass_style.scss */
.thumbnail-list .col-sm-4, .thumbnail-list .col-sm-8, .thumbnail-list .col-sm-2, .thumbnail-list .col-sm-10, .thumbnail-list-vertical .col-sm-4, .thumbnail-list-vertical .col-sm-8, .thumbnail-list-vertical .col-sm-2, .thumbnail-list-vertical .col-sm-10 {
  padding: 0;
}
/* line 188, ../sass/sass_style.scss */
.thumbnail-list .col-xs-1, .thumbnail-list-vertical .col-xs-1 {
  padding: 0;
}
/* line 191, ../sass/sass_style.scss */
.thumbnail-list .col-sm-12, .thumbnail-list-vertical .col-sm-12 {
  padding: 0;
}
/* line 194, ../sass/sass_style.scss */
.thumbnail-list img, .thumbnail-list-vertical img {
  max-width: none;
  width: 100%;
  height: auto;
}
/* line 199, ../sass/sass_style.scss */
.thumbnail-list .col-sm-2, .thumbnail-list-vertical .col-sm-2 {
  padding-right: 15px;
}
/* line 200, ../sass/sass_style.scss */
.thumbnail-list .col-sm-2 img, .thumbnail-list-vertical .col-sm-2 img {
  max-width: 100%;
  width: auto;
}
/* line 206, ../sass/sass_style.scss */
.thumbnail-list h4, .thumbnail-list-vertical h4 {
  color: #007A7A;
  font: normal normal 700 17px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: none;
}
/* line 211, ../sass/sass_style.scss */
.thumbnail-list .subhead, .thumbnail-list-vertical .subhead {
  font: normal normal 400 15px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
}
/* line 214, ../sass/sass_style.scss */
.thumbnail-list p, .thumbnail-list-vertical p {
  margin-bottom: 0;
}
/* line 217, ../sass/sass_style.scss */
.thumbnail-list > a, .thumbnail-list-vertical > a {
  display: block;
}
/* line 220, ../sass/sass_style.scss */
.thumbnail-list:last-of-type, .thumbnail-list-vertical:last-of-type {
  border-bottom: 0 none;
}

/* line 225, ../sass/sass_style.scss */
.thumbnail-list-vertical img {
  margin-bottom: 15px;
}

/* line 229, ../sass/sass_style.scss */
.thumbnail-list .featured-thumbnail {
  margin-bottom: 15px;
}

/* Site Slider General Code */
/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/
/* line 239, ../sass/sass_style.scss */
.als-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  z-index: 0;
}

/****************************************
 * viewport styling
 ***************************************/
/* line 250, ../sass/sass_style.scss */
.als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  width: 100% !important;
}

/***************************************************
 * wrapper styling
 **************************************************/
/* line 261, ../sass/sass_style.scss */
.als-wrapper {
  position: relative;
  /* if you are using a list with <ul> <li> */
  list-style: none;
  margin: 0;
  padding: 0;
}

/*************************************
 * item: single list element
 ************************************/
/* line 273, ../sass/sass_style.scss */
.als-item {
  position: relative;
  display: block;
  text-align: left;
  cursor: pointer;
  float: left;
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/
/* line 285, ../sass/sass_style.scss */
.als-prev, .als-next {
  position: absolute;
  cursor: pointer;
  clear: both;
}

/*
	= Header	
*******************************************************************************************/
/* Top Bar */
/* line 297, ../sass/sass_style.scss */
#top-bar > .row {
  min-height: 70px;
  background-color: #4B1214;
  margin: 0 -9999px !important;
  padding: 0 9984px !important;
  /* 9999 - 15px margin */
}
/* line 302, ../sass/sass_style.scss */
#top-bar > .row > div > a {
  height: 70px;
  display: inline-block;
}
/* line 308, ../sass/sass_style.scss */
#top-bar .contact-link {
  float: left;
  line-height: 70px;
  padding-left: 5px;
  text-transform: lowercase;
  font-weight: bold;
  color: #FF8112;
}
/* line 316, ../sass/sass_style.scss */
#top-bar .social-buttons {
  margin-top: 18px;
  float: right;
}
/* line 320, ../sass/sass_style.scss */
#top-bar .donate-link {
  float: right;
  padding: 10px;
  background-color: #FF8112;
  color: white;
  margin-left: 30px;
  border-top: 18px solid #4B1214;
  border-bottom: 16px solid #4B1214;
  font: normal normal 700 25px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  line-height: 0.65;
}
/* line 332, ../sass/sass_style.scss */
#top-bar .donate-link:hover {
  text-decoration: none;
  background-color: #007A7A;
}
/* line 337, ../sass/sass_style.scss */
#top-bar .amazon {
  float: right;
  margin-left: 30px;
  padding-top: 17px;
}
/* line 343, ../sass/sass_style.scss */
#top-bar #Edit {
  /* Newsletter Sign-Up */
  float: right;
  width: 450px;
  margin-top: 18px;
  margin-right: 25px;
}
/* line 348, ../sass/sass_style.scss */
#top-bar #Edit label, #top-bar #Edit .label {
  display: none;
}
/* line 351, ../sass/sass_style.scss */
#top-bar #Edit .form-item, #top-bar #Edit .crm-submit-buttons {
  float: left;
  padding-right: 6px;
}
/* line 355, ../sass/sass_style.scss */
#top-bar #Edit input {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0;
  border: 0 none;
  color: #4B1214;
  font: normal normal 400 17px/35px "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 369, ../sass/sass_style.scss */
#top-bar #Edit #editrow-email-Primary {
  width: 36%;
}
/* line 372, ../sass/sass_style.scss */
#top-bar #Edit #editrow-postal_code-Primary {
  width: 22%;
}
/* line 375, ../sass/sass_style.scss */
#top-bar #Edit .crm-submit-buttons {
  width: 42%;
}
/* line 377, ../sass/sass_style.scss */
#top-bar #Edit .crm-submit-buttons input {
  background-color: #804A1A;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
  text-align: center;
}
/* line 387, ../sass/sass_style.scss */
#top-bar #mobile-signup {
  display: none;
}

/* Social Media Buttons */
/* line 393, ../sass/sass_style.scss */
.social-buttons {
  list-style-type: none;
  padding-left: 0;
}
/* line 396, ../sass/sass_style.scss */
.social-buttons li {
  float: left;
  width: 36px;
  height: 35px;
  margin-right: 2px;
  background: url("../../images/social-sprite.png") no-repeat 0 0 transparent;
}
/* line 402, ../sass/sass_style.scss */
.social-buttons li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/* line 409, ../sass/sass_style.scss */
.social-buttons .sm-fb {
  background-position: 0 0;
}
/* line 410, ../sass/sass_style.scss */
.social-buttons .sm-tw {
  background-position: -38px 0;
}
/* line 411, ../sass/sass_style.scss */
.social-buttons .sm-li {
  background-position: -77px 0;
}
/* line 412, ../sass/sass_style.scss */
.social-buttons .sm-gp {
  background-position: -116px 0;
}
/* line 413, ../sass/sass_style.scss */
.social-buttons .sm-yt {
  background-position: -155px 0;
}

/* line 415, ../sass/sass_style.scss */
.navbar-toggle {
  background-color: #FF8112;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
/* line 421, ../sass/sass_style.scss */
.navbar-toggle .icon-bar {
  background-color: #FFF1E7;
}

/* line 425, ../sass/sass_style.scss */
.menu-collapser {
  display: none !important;
}

/* Branding */
/* line 430, ../sass/sass_style.scss */
.site-description {
  display: none;
}

/* line 431, ../sass/sass_style.scss */
#site-logo {
  width: 100%;
  display: block;
  background: url("../../images/ER_Mobile_Logo.png") no-repeat 0 0 transparent;
  background-size: contain;
  text-indent: -9999px;
  height: 200px;
  /* fallback */
  height: 34vw;
  margin-bottom: 15px;
}

/* Search form */
/* line 443, ../sass/sass_style.scss */
.search-form {
  padding-top: 20px;
}
/* line 445, ../sass/sass_style.scss */
.search-form label {
  background: url("../../images/search.png") no-repeat right -3px #FFF1E7;
}
/* line 448, ../sass/sass_style.scss */
.search-form input {
  background-color: transparent;
}
/* line 451, ../sass/sass_style.scss */
.search-form input, .search-form label {
  border: 0;
  box-shadow: none;
  padding: 3px 6px;
  width: 100%;
  max-width: 225px;
}

/*
	= Dropdown Menu Styles	
*******************************************************************************************/
/* line 465, ../sass/sass_style.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 471, ../sass/sass_style.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: transparent;
}
/* line 475, ../sass/sass_style.scss */
ul.slimmenu li a {
  display: block;
  color: #4B1214;
  padding: 12px 64px 12px 16px;
  font: normal normal normal 16px/120% Helvetica Neue, Helvetica, Arial, sans-serif;
  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 484, ../sass/sass_style.scss */
ul.slimmenu li a:hover {
  background-color: #FFF1E7;
  text-decoration: none;
}
/* line 489, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 499, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 506, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser > i {
  color: #AC7F44;
  opacity: 0.5;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 515, ../sass/sass_style.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  text-transform: none;
}
/* line 523, ../sass/sass_style.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 533, ../sass/sass_style.scss */
ul.slimmenu > li {
  margin-right: -5px;
  text-transform: lowercase;
}
/* line 536, ../sass/sass_style.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 537, ../sass/sass_style.scss */
ul.slimmenu > li:hover {
  background-color: #FFF1E7;
}
/* line 541, ../sass/sass_style.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 544, ../sass/sass_style.scss */
ul.slimmenu ul li {
  background-color: #FFF1E7;
}
/* line 548, ../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 554, ../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 561, ../sass/sass_style.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 564, ../sass/sass_style.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

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

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

/* line 577, ../sass/sass_style.scss */
.navbar-collapse {
  max-height: 430px;
  padding: 0;
}

/*
	= Footer 	
*******************************************************************************************/
/* Our Projects */
/* line 587, ../sass/sass_style.scss */
#our-projects {
  background-color: #FFD7B6;
  background: -moz-linear-gradient(left, rgba(255, 215, 182, 0) 45%, #ffd7b6 48%, #ffd7b6 52%, rgba(255, 215, 182, 0) 55%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(255, 215, 182, 0)), color-stop(48%, #ffd7b6), color-stop(52%, #ffd7b6), color-stop(55%, rgba(255, 215, 182, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 215, 182, 0) 45%, #ffd7b6 48%, #ffd7b6 52%, rgba(255, 215, 182, 0) 55%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 215, 182, 0) 45%, #ffd7b6 48%, #ffd7b6 52%, rgba(255, 215, 182, 0) 55%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 215, 182, 0) 45%, #ffd7b6 48%, #ffd7b6 52%, rgba(255, 215, 182, 0) 55%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 215, 182, 0) 45%, #ffd7b6 48%, #ffd7b6 52%, rgba(255, 215, 182, 0) 55%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffd7b6', endColorstr='#00ffd7b6',GradientType=1 );
  /* IE6-9 */
  margin: 30px -9999px 0 !important;
  padding: 20px 9984px 30px !important;
}
/* line 598, ../sass/sass_style.scss */
#our-projects h3 {
  text-transform: uppercase;
  color: #4B1214;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 900;
  font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
}

/* line 608, ../sass/sass_style.scss */
.project-info {
  background: rgba(79, 41, 96, 0.9);
}

/* line 611, ../sass/sass_style.scss */
.als-item:nth-child(4n+2) .project-info {
  background: rgba(0, 124, 124, 0.9);
}

/* line 614, ../sass/sass_style.scss */
.als-item:nth-child(4n+3) .project-info {
  background: rgba(255, 121, 0, 0.9);
}

/* line 617, ../sass/sass_style.scss */
.als-item:nth-child(4n+4) .project-info {
  background: rgba(54, 87, 42, 0.9);
}

/* Main Footer */
/* line 624, ../sass/sass_style.scss */
footer {
  background: url("../../images/footer-bg.png") no-repeat top center #521013;
  background-size: 100vw;
  position: relative;
  color: #FFF1E7;
  font: normal normal 400 16px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 -9999px !important;
  padding: 0 9984px !important;
  /* 9999 - 15px margin */
}
/* line 631, ../sass/sass_style.scss */
footer a {
  color: #FFF1E7;
}
/* line 633, ../sass/sass_style.scss */
footer .col-xs-12 {
  text-align: center;
}
/* line 636, ../sass/sass_style.scss */
footer .footer-menu {
  text-transform: lowercase;
}
/* line 638, ../sass/sass_style.scss */
footer .footer-menu ul {
  font: normal normal 400 16px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 60px;
}
/* line 645, ../sass/sass_style.scss */
footer .footer-menu li {
  padding: 0;
  display: inline;
}
/* line 648, ../sass/sass_style.scss */
footer .footer-menu li:before {
  content: '/';
  padding: 0 13px 0 10px;
  color: white;
}
/* line 653, ../sass/sass_style.scss */
footer .footer-menu li:first-child:before {
  content: '';
  padding: 0;
}
/* line 659, ../sass/sass_style.scss */
footer h5 {
  font: normal normal 400 40px/40px "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin: 40px 0 20px !important;
  height: 40px;
}
/* line 664, ../sass/sass_style.scss */
footer h5 a, footer h5 a:hover {
  color: #FFD4B1;
}
/* line 666, ../sass/sass_style.scss */
footer h5:before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("../../images/social-sprite.png") no-repeat -38px 0 transparent;
  margin-right: 10px;
  margin-bottom: -6px;
}

/* line 677, ../sass/sass_style.scss */
footer > div:first-child h5:before {
  background-position: 0 0;
}

/* line 678, ../sass/sass_style.scss */
.footer-box {
  background-color: white;
  padding: 20px;
  min-height: 315px;
  margin-bottom: 30px;
}

/* line 684, ../sass/sass_style.scss */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100% !important;
  height: 300px !important;
  overflow: hidden;
}

/* Utilities */
/* line 690, ../sass/sass_style.scss */
.footer-tools {
  margin: 30px 0 20px;
}

/* line 693, ../sass/sass_style.scss */
footer .social-buttons {
  margin-bottom: 0;
}

/* line 696, ../sass/sass_style.scss */
.donate-link-footer {
  display: inline-block;
  height: 35px;
  font: normal normal 700 22px/35px "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
  width: calc(100% - 194px);
  margin-left: 4px;
  background-color: #FF8112;
}
/* line 706, ../sass/sass_style.scss */
.donate-link-footer:hover {
  color: white;
  background-color: #007A7A;
  text-decoration: none;
}

/* line 712, ../sass/sass_style.scss */
.amazon-footer {
  display: block;
  background: #FFAB00;
  text-align: center;
  margin-top: 20px;
  min-height: 37px;
  padding: 1px 0;
}

/* line 720, ../sass/sass_style.scss */
.goog-te-gadget-simple {
  background-color: #FFF1E7 !important;
  text-transform: lowercase;
  width: 100%;
  padding: 8px !important;
  margin-top: 20px;
  border: 0 none !important;
  position: relative;
  float: left;
}
/* line 729, ../sass/sass_style.scss */
.goog-te-gadget-simple span {
  display: none;
}
/* line 732, ../sass/sass_style.scss */
.goog-te-gadget-simple:before {
  position: absolute;
  content: 'language';
  color: #AC7F44;
  left: 37px;
  top: 8px;
  font: normal normal 400 17px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
}
/* line 740, ../sass/sass_style.scss */
.goog-te-gadget-simple:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #AC7F44 transparent transparent transparent;
}

/* line 752, ../sass/sass_style.scss */
.goog-te-menu-frame {
  box-shadow: none !important;
}

/* line 755, ../sass/sass_style.scss */
#Edit2 {
  /* Newsletter Sign-Up */
  margin-bottom: 15px;
}
/* line 757, ../sass/sass_style.scss */
#Edit2 label, #Edit2 .label {
  display: none;
}
/* line 760, ../sass/sass_style.scss */
#Edit2 input {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  margin-bottom: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0;
  border: 0 none;
  color: #4B1214;
  font: normal normal 400 17px/35px "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 775, ../sass/sass_style.scss */
#Edit2 #editrow-email-Primary {
  width: 100%;
}
/* line 778, ../sass/sass_style.scss */
#Edit2 #editrow-postal_code-Primary {
  width: 100%;
}
/* line 781, ../sass/sass_style.scss */
#Edit2 .crm-submit-buttons {
  width: 100%;
}
/* line 783, ../sass/sass_style.scss */
#Edit2 .crm-submit-buttons input {
  background-color: #804A1A;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
}

/*
	= Interior pages 	
*******************************************************************************************/
/* line 797, ../sass/sass_style.scss */
.meta {
  margin-bottom: 15px;
  display: inline-block;
}

/* line 802, ../sass/sass_style.scss */
.entry:after {
  content: '';
  display: table;
  clear: both;
}

/* Breadcrumbs */
/* line 809, ../sass/sass_style.scss */
#breadcrumbs {
  list-style: none;
  margin: 10px 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FF8112;
  display: inline-block;
  padding: 0;
  line-height: 18px;
  position: relative;
}
/* line 820, ../sass/sass_style.scss */
#breadcrumbs a {
  color: #AC7F44;
}
/* line 821, ../sass/sass_style.scss */
#breadcrumbs li {
  float: left;
  margin: 0 0 15px 0;
  padding: 5px 15px;
  height: 26px;
  line-height: 17px;
  background-color: #FFF1E7;
  border-bottom: 1px solid #E1BEA4;
  border-left: 3px solid #FFF1E7;
  position: relative;
  white-space: nowrap;
}
/* line 832, ../sass/sass_style.scss */
#breadcrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  border-left: 6px solid #FFF1E7;
  border-top: 13px dotted rgba(255, 240, 231, 0);
  border-bottom: 13px dotted rgba(255, 240, 231, 0);
  border-right: 0px dotted rgba(255, 240, 231, 0);
  z-index: 1;
}
/* line 843, ../sass/sass_style.scss */
#breadcrumbs li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -6px;
  border-left: 6px solid #AC7F44;
  border-top: 13px dotted rgba(255, 240, 231, 0);
  border-bottom: 13px dotted rgba(255, 240, 231, 0);
  border-right: 0px dotted rgba(255, 240, 231, 0);
  z-index: 1;
  opacity: 0.5;
}
/* line 855, ../sass/sass_style.scss */
#breadcrumbs li:first-child {
  padding-left: 10px;
}
/* line 859, ../sass/sass_style.scss */
#breadcrumbs .separator {
  display: none;
}

/* Share This */
/* line 866, ../sass/sass_style.scss */
.share-buttons {
  margin-bottom: 15px;
}
/* line 868, ../sass/sass_style.scss */
.share-buttons strong {
  font: normal normal 300 18px/120% Helvetica Neue, Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
}
/* line 872, ../sass/sass_style.scss */
.share-buttons span {
  position: relative;
  top: -0.5px;
  margin-right: -1px;
}

/* Single */
/* line 880, ../sass/sass_style.scss */
.download-button, button.btn-primary {
  display: block;
  width: auto;
  background-color: #007A7A;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  margin: 20px 0;
  font: normal normal normal 23px/120% Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 894, ../sass/sass_style.scss */
.download-button:hover, button.btn-primary:hover {
  background-color: #FF8112;
  color: white;
  text-decoration: none;
}

/* Sitemap */
/* line 903, ../sass/sass_style.scss */
.entry .menu {
  text-align: left;
}

/* Sidebar */
/* line 908, ../sass/sass_style.scss */
#secondary {
  background-color: #ffd7b6;
  margin-bottom: -60px;
  padding-top: 20px;
}

/* line 913, ../sass/sass_style.scss */
#secondary .widget {
  margin-bottom: 30px;
}

/* line 916, ../sass/sass_style.scss */
h3.widget-title {
  text-transform: uppercase;
  font: normal normal 700 25px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  color: #4B1214;
}
/* line 920, ../sass/sass_style.scss */
h3.widget-title a {
  color: #4B1214;
}
/* line 922, ../sass/sass_style.scss */
h3.widget-title a:hover {
  text-decoration: none;
  color: #4B1214;
}
/* line 926, ../sass/sass_style.scss */
h3.widget-title a:after {
  content: 'See All \203A';
  display: inline-block;
  float: right;
  font: normal normal 700 14px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  color: #007A7A;
  padding-top: 9px;
}

/* line 937, ../sass/sass_style.scss */
#secondary .menu-main-menu-container {
  /* Submenu */
  text-align: left;
}
/* line 939, ../sass/sass_style.scss */
#secondary .menu-main-menu-container ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 943, ../sass/sass_style.scss */
#secondary .menu-main-menu-container > ul > li > a {
  display: none;
}
/* line 944, ../sass/sass_style.scss */
#secondary .menu-main-menu-container li {
  text-transform: lowercase;
  font: normal normal 400 15px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  margin-bottom: 10px;
}
/* line 949, ../sass/sass_style.scss */
#secondary .menu-main-menu-container a {
  color: #4B1214;
}
/* line 951, ../sass/sass_style.scss */
#secondary .menu-main-menu-container a:hover {
  color: #FF8112;
  text-decoration: none;
}
/* line 956, ../sass/sass_style.scss */
#secondary .menu-main-menu-container .sub-menu .current-menu-item a {
  color: #FF8112;
}

/* line 960, ../sass/sass_style.scss */
.see-all {
  display: none;
}

/* line 964, ../sass/sass_style.scss */
.widget_search_filter_register_widget {
  border-top: 8px solid #C17B42;
  border-bottom: 8px solid #C17B42;
  background-color: #FFF1E7;
  padding: 20px 19px 35px;
  margin-bottom: 20px;
  /* Inputs */
  /* Year Slider */
}
/* line 970, ../sass/sass_style.scss */
.widget_search_filter_register_widget h3.widget-title {
  font-size: 16px;
  color: #007A7A;
}
/* line 974, ../sass/sass_style.scss */
.widget_search_filter_register_widget h4 {
  font: normal normal 700 12px/120% "Montserrat", Helvetica Neue, Arial, sans-serif !important;
  text-transform: uppercase;
  color: #C17B42;
}
/* line 979, ../sass/sass_style.scss */
.widget_search_filter_register_widget ul {
  padding-left: 0;
}
/* line 982, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-container {
  width: 100%;
}
/* line 985, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit.selectboxit-btn {
  width: 100% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #C17B42;
  background: white !important;
  color: #C17B42 !important;
  box-shadow: 0 none;
}
/* line 995, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-default-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #C17B42;
  top: 38% !important;
}
/* line 1001, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-options.selectboxit-list {
  border: 1px solid #C17B42;
  border-top: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  min-width: 0 !important;
}
/* line 1010, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-focus a {
  background: #C17B42 !important;
}
/* line 1013, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container {
  width: 100% !important;
}
/* line 1015, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #C17B42;
  background: white !important;
  color: #C17B42 !important;
  box-shadow: 0 none;
  line-height: 30px;
}
/* line 1024, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container .chosen-single div b {
  background-position: 0 6px;
}
/* line 1029, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #C17B42;
}
/* line 1031, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}
/* line 1035, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: -moz-use-text-color #C17B42 #C17B42;
}
/* line 1041, ../sass/sass_style.scss */
.widget_search_filter_register_widget .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #C17B42;
}
/* line 1048, ../sass/sass_style.scss */
.widget_search_filter_register_widget .sf-field-post-meta-_year {
  margin-top: 10px;
}
/* line 1052, ../sass/sass_style.scss */
.widget_search_filter_register_widget li label {
  display: inline;
}
/* line 1055, ../sass/sass_style.scss */
.widget_search_filter_register_widget input {
  box-shadow: none;
  border: 1px solid #C17B42;
  padding: 3px 5px;
  color: #C17B42 !important;
  width: 100%;
}
/* line 1062, ../sass/sass_style.scss */
.widget_search_filter_register_widget .sf-field-search input {
  background: url("../../images/searchform-search.png") no-repeat top right white;
}
/* line 1066, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .noUi-connect, .widget_search_filter_register_widget .noUi-handle:after, .widget_search_filter_register_widget .noUi-handle:before {
  background-color: #C17B42;
}
/* line 1069, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .noUi-handle {
  border-color: #C17B42;
  box-shadow: 0 3px 6px -3px #C17B42;
}
/* line 1073, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .noUi-target {
  border: 1px solid #C17B42;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  box-shadow: none;
  background-color: white;
}
/* line 1081, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .noUi-background {
  background: white;
  box-shadow: none;
}
/* line 1085, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .noUi-origin {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
/* line 1090, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .meta-slider {
  max-width: none;
}
/* line 1093, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .meta-range, .widget_search_filter_register_widget .searchandfilter .sf-meta-range {
  color: #FFF1E7;
  position: relative;
}
/* line 1096, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .meta-range:after, .widget_search_filter_register_widget .searchandfilter .sf-meta-range:after {
  content: 'TO';
  font: normal normal 700 12px/120% "Montserrat", Helvetica Neue, Arial, sans-serif !important;
  color: #C17B42;
  width: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  text-align: center;
  display: block;
}
/* line 1108, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .range-min, .widget_search_filter_register_widget .searchandfilter .range-max, .widget_search_filter_register_widget .searchandfilter .sf-range-min, .widget_search_filter_register_widget .searchandfilter .sf-range-max {
  width: 40% !important;
  max-width: none;
}
/* line 1112, ../sass/sass_style.scss */
.widget_search_filter_register_widget .searchandfilter .range-max, .widget_search_filter_register_widget .searchandfilter .sf-range-max {
  float: right;
}

/* line 1117, ../sass/sass_style.scss */
.sidebar-post {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
/* line 1122, ../sass/sass_style.scss */
.sidebar-post > li {
  margin-bottom: 15px;
}
/* line 1124, ../sass/sass_style.scss */
.sidebar-post > li:last-child {
  margin-bottom: 0;
}
/* line 1128, ../sass/sass_style.scss */
.sidebar-post h5 {
  font-weight: 700;
  color: #007A7A;
  font-size: 17px;
}
/* line 1133, ../sass/sass_style.scss */
.sidebar-post a:hover {
  text-decoration: none;
}
/* line 1136, ../sass/sass_style.scss */
.sidebar-post p {
  margin-bottom: 0;
}

/* line 1140, ../sass/sass_style.scss */
.see-all {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica Neue, Arial, sans-serif;
  font-weight: normal normal 700;
}
/* line 1144, ../sass/sass_style.scss */
.see-all:after {
  content: ' \203A';
}

/* line 1149, ../sass/sass_style.scss */
.back-to-list {
  display: block;
  background-color: #FF8112;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 15px;
  font: normal normal 700 18px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1158, ../sass/sass_style.scss */
.back-to-list:hover {
  background-color: #007A7A;
  color: white;
  text-decoration: none;
}

/* Login Modal */
/* line 1167, ../sass/sass_style.scss */
.label-important {
  background-color: red;
}

/* line 1170, ../sass/sass_style.scss */
.ui-widget {
  font-family: "Montserrat", Helvetica Neue, Arial, sans-serif !important;
  border: 0 none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1174, ../sass/sass_style.scss */
.ui-widget .ui-widget-header {
  background: #FF8112;
  border: 0 none;
}
/* line 1178, ../sass/sass_style.scss */
.ui-widget .ui-dialog-title {
  text-shadow: none;
}
/* line 1181, ../sass/sass_style.scss */
.ui-widget .already-registered-handle, .ui-widget .not-a-member-handle {
  text-decoration: underline;
}
/* line 1184, ../sass/sass_style.scss */
.ui-widget * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 1189, ../sass/sass_style.scss */
.ui-widget .ajax-login-default-form-container input[type="password"], .ui-widget .ajax-login-default-form-container input[type="text"] {
  text-transform: none;
}

/* Navigation - Pagination
****************************************************/
/* line 1198, ../sass/sass_style.scss */
.pagi-num, .pagi-prev, .pagi-next {
  color: #AC7F44;
  text-transform: uppercase;
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}

/* line 1206, ../sass/sass_style.scss */
.sf-active {
  font-weight: bold;
  color: #FF8112;
}

/* line 1211, ../sass/sass_style.scss */
.navigation ul {
  padding-left: 0;
}

/* line 1214, ../sass/sass_style.scss */
.navigation li {
  display: inline;
}

/* line 1217, ../sass/sass_style.scss */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #AC7F44;
  text-transform: uppercase;
  margin-right: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
}

/* line 1228, ../sass/sass_style.scss */
.navigation li a:hover,
.navigation li.active a {
  font-weight: bold;
  color: #FF8112;
}

/*
	= Home 	
*******************************************************************************************/
/* line 1239, ../sass/sass_style.scss */
.home-section-head {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #4B1214;
  display: block;
  margin: 15px 0 20px;
}
/* line 1247, ../sass/sass_style.scss */
.home-section-head:hover {
  text-decoration: none;
  color: #4B1214;
}
/* line 1251, ../sass/sass_style.scss */
.home-section-head:after {
  content: 'See All \203A';
  display: inline-block;
  float: right;
  font: normal normal 700 14px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  color: #007A7A;
  padding-top: 9px;
}

/* Slider */
/* line 1264, ../sass/sass_style.scss */
#home-slider {
  margin: 0 -85px 20px;
  width: auto;
  overflow: hidden;
}
/* line 1268, ../sass/sass_style.scss */
#home-slider .als-wrapper {
  width: 100% !important;
  height: 344px;
  max-height: 344px !important;
}
/* line 1273, ../sass/sass_style.scss */
#home-slider .als-viewport {
  margin: 0 -414px;
  width: auto !important;
  height: auto !important;
}
/* line 1278, ../sass/sass_style.scss */
#home-slider .als-item {
  width: 33.33333% !important;
  position: relative;
  z-index: 1;
}
/* line 1282, ../sass/sass_style.scss */
#home-slider .als-item .slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 2;
}
/* line 1290, ../sass/sass_style.scss */
#home-slider .als-item .slide-info:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #260D15;
  opacity: 0.8;
  z-index: -1;
}
/* line 1303, ../sass/sass_style.scss */
#home-slider .als-item .slide-info h4 {
  color: #FF8112;
  text-transform: uppercase;
}
/* line 1306, ../sass/sass_style.scss */
#home-slider .als-item .slide-info h4:after {
  content: ' \00bb';
  white-space: nowrap;
}
/* line 1311, ../sass/sass_style.scss */
#home-slider .als-item .slide-info p {
  margin-bottom: 0;
}
/* line 1314, ../sass/sass_style.scss */
#home-slider .als-item .slide-info * {
  color: white;
}
/* line 1316, ../sass/sass_style.scss */
#home-slider .als-item img {
  width: 100%;
  height: auto;
}
/* line 1321, ../sass/sass_style.scss */
#home-slider .als-prev, #home-slider .als-next {
  top: 0px;
  z-index: 99999;
  width: calc(33.3333% + 207px);
  height: 100%;
  text-indent: -9999px;
  background-color: white;
}
/* line 1328, ../sass/sass_style.scss */
#home-slider .als-prev:hover, #home-slider .als-next:hover {
  background: rgba(255, 255, 255, 0.5);
}
/* line 1332, ../sass/sass_style.scss */
#home-slider .als-prev {
  left: -345px;
  background: -moz-linear-gradient(left, rgba(100, 100, 100, 0.5) 50%, rgba(255, 255, 255, 0.5) 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(100, 100, 100, 0.5)), color-stop(85%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(100, 100, 100, 0.5) 50%, rgba(255, 255, 255, 0.5) 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(100, 100, 100, 0.5) 50%, rgba(255, 255, 255, 0.5) 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(100, 100, 100, 0.5) 50%, rgba(255, 255, 255, 0.5) 85%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(100, 100, 100, 0.5) 50%, rgba(255, 255, 255, 0.5) 85%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80aaaaaa', endColorstr='#80ffffff',GradientType=1 );
  /* IE6-9 */
}
/* line 1341, ../sass/sass_style.scss */
#home-slider .als-prev:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../images/home-slider-small.png") no-repeat 0 0 transparent;
  background-size: contain;
}
/* line 1352, ../sass/sass_style.scss */
#home-slider .als-next {
  right: -345px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 15%, rgba(100, 100, 100, 0.5) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(100, 100, 100, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 15%, rgba(100, 100, 100, 0.5) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 15%, rgba(100, 100, 100, 0.5) 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 15%, rgba(100, 100, 100, 0.5) 50%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 15%, rgba(100, 100, 100, 0.5) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80aaaaaa',GradientType=1 );
  /* IE6-9 */
}
/* line 1361, ../sass/sass_style.scss */
#home-slider .als-next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../images/home-slider-small.png") no-repeat 0 0 transparent;
  background-size: contain;
}

/* Board Portal Styling */
/* line 1376, ../sass/sass_style.scss */
.gm-style img {
  max-width: none;
}

/* line 1379, ../sass/sass_style.scss */
.acf-map {
  margin: 0 !important;
}

/*
	= Media Queries	
*******************************************************************************************/
/* Responsive Toggle */
/* line 1388, ../sass/sass_style.scss */
#responsive-toggle {
  display: none;
  list-style-type: disc;
}

@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 1394, ../sass/sass_style.scss */
  #responsive-toggle {
    list-style-type: circle;
  }

  /* line 1398, ../sass/sass_style.scss */
  .thumbnail-list .col-sm-4, .thumbnail-list .col-sm-8, .thumbnail-list-vertical .col-sm-4, .thumbnail-list-vertical .col-sm-8 {
    padding-right: 15px;
  }

  /* Branding Row */
  /* line 1404, ../sass/sass_style.scss */
  .brand hgroup {
    padding-left: 155px;
  }

  /* line 1408, ../sass/sass_style.scss */
  #site-logo {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    height: 45px;
    background: url("../../images/economic-roundtable.png") no-repeat 0 0 transparent;
    background-size: contain;
    text-indent: -9999px;
    font-size: 1px;
  }
  /* line 1418, ../sass/sass_style.scss */
  #site-logo:before {
    border: 17px solid white;
    width: 152px;
    height: 158px;
    background: url("../../images/logo.png") no-repeat 0 0 white;
    position: absolute;
    top: -70px;
    left: -155px;
    content: '';
  }

  /* line 1429, ../sass/sass_style.scss */
  .site-description {
    font: normal normal normal 17px/200% Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #4B1214;
    display: block;
  }

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

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

  /* line 1436, ../sass/sass_style.scss */
  h3.widget-title a:after {
    content: '';
  }

  /* line 1439, ../sass/sass_style.scss */
  #secondary {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 30px;
  }

  /* line 1444, ../sass/sass_style.scss */
  .home-section-head {
    font-size: 34px;
  }

  /* line 1447, ../sass/sass_style.scss */
  .home .see-all {
    display: none;
  }

  /* line 1450, ../sass/sass_style.scss */
  .see-all {
    display: block;
    font-size: 20px;
  }

  /* line 1454, ../sass/sass_style.scss */
  #our-projects h3 {
    font-size: 34px;
  }

  /* line 1455, ../sass/sass_style.scss */
  .menu-main-menu-container {
    text-align: center;
  }

  /* line 1458, ../sass/sass_style.scss */
  ul.slimmenu {
    display: inline-block;
  }
  /* line 1461, ../sass/sass_style.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
    font-size: 24px;
  }
  /* line 1465, ../sass/sass_style.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 1468, ../sass/sass_style.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 1472, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu {
    width: 240px;
  }
  /* line 1475, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
    font-size: 16px;
  }
  /* line 1479, ../sass/sass_style.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
  /* line 1483, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home {
    background: url("../../images/home.png") no-repeat center center transparent;
  }
  /* line 1485, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home a {
    width: 43px;
    text-indent: -9999px;
  }
  /* line 1489, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home:hover, ul.slimmenu .menu-item-home a:hover {
    background-color: transparent;
  }
  /* line 1493, ../sass/sass_style.scss */
  ul.slimmenu > .current-menu-item > a, ul.slimmenu .current-menu-ancestor > a {
    color: #FF8112;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape */
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 1508, ../sass/sass_style.scss */
  #responsive-toggle {
    list-style-type: square;
  }

  /* line 1511, ../sass/sass_style.scss */
  #site-logo {
    width: 676px;
    background-size: auto;
  }

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

  /* line 1516, ../sass/sass_style.scss */
  h3.widget-title {
    font-size: 30px;
  }

  /* line 1520, ../sass/sass_style.scss */
  .widget_search_filter_register_widget h3.widget-title {
    font-size: 19px;
  }

  /* line 1524, ../sass/sass_style.scss */
  .back-to-list {
    font-size: 24px;
  }

  /* line 1525, ../sass/sass_style.scss */
  #secondary .menu-main-menu-container li {
    font-size: 17px;
  }

  /* line 1528, ../sass/sass_style.scss */
  .col-lg-4p5 {
    width: 37.5%;
  }

  /* line 1532, ../sass/sass_style.scss */
  .home-section-head:after {
    content: '';
  }

  /* line 1536, ../sass/sass_style.scss */
  .home .see-all {
    display: block;
  }

  /* line 1539, ../sass/sass_style.scss */
  .see-all {
    font-size: 24px;
  }

  /* line 1540, ../sass/sass_style.scss */
  .thumbnail-list-vertical .col-sm-4, .thumbnail-list-vertical .col-sm-8 {
    padding-right: 0;
  }

  /* line 1545, ../sass/sass_style.scss */
  #home-slider .als-prev:before {
    background-size: auto;
    background: url("../../images/slider-buttons.png") no-repeat 368px 66px transparent;
  }
  /* line 1551, ../sass/sass_style.scss */
  #home-slider .als-next:before {
    background-size: auto;
    background: url("../../images/slider-buttons.png") no-repeat -328px 66px transparent;
  }

  /* line 1557, ../sass/sass_style.scss */
  .search-form input, .search-form label {
    max-width: none;
  }

  /* Top Bar */
  /* line 1563, ../sass/sass_style.scss */
  #top-bar > .row > div {
    padding-left: 155px;
  }

  /* line 1568, ../sass/sass_style.scss */
  .footer-tools {
    margin-top: 100px;
  }

  /* line 1571, ../sass/sass_style.scss */
  .donate-link-footer {
    font-size: 13px;
  }
}
/* Top Bar Manipulations */
@media (max-width: 767px) {
  /* Phone ONLY */
  /* line 1579, ../sass/sass_style.scss */
  #top-bar .social-buttons {
    display: none;
  }
  /* line 1582, ../sass/sass_style.scss */
  #top-bar > .row > div {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  /* line 1586, ../sass/sass_style.scss */
  #top-bar > .row > div > a {
    height: auto;
  }
  /* line 1589, ../sass/sass_style.scss */
  #top-bar .donate-link {
    font-size: 15px;
    float: left;
    margin-left: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 10px 8px;
    margin-bottom: 10px;
  }
  /* line 1598, ../sass/sass_style.scss */
  #top-bar .contact-link {
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
  /* line 1603, ../sass/sass_style.scss */
  #top-bar .navbar-header {
    clear: both;
  }
  /* line 1606, ../sass/sass_style.scss */
  #top-bar .navbar-toggle {
    float: right;
  }
  /* line 1609, ../sass/sass_style.scss */
  #top-bar .search-form {
    padding-top: 0;
    float: right;
    margin-right: 4px;
    width: calc(100% - 48px);
  }
  /* line 1614, ../sass/sass_style.scss */
  #top-bar .search-form input, #top-bar .search-form label {
    width: 100%;
    max-width: none;
    height: 34px;
  }
  /* line 1619, ../sass/sass_style.scss */
  #top-bar .search-form input {
    padding-top: 0;
  }
  /* line 1623, ../sass/sass_style.scss */
  #top-bar #mobile-signup {
    display: block;
    float: left;
    margin-right: 4px;
  }
  /* line 1627, ../sass/sass_style.scss */
  #top-bar #mobile-signup .btn {
    padding: 10px 8px;
    font: normal normal 700 15px/0.65 "Montserrat", Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #804A1A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0;
    border: 0 none;
    color: white;
    text-transform: uppercase;
  }
  /* line 1640, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0;
    border: 0 none;
    background-color: #804A1A;
    color: white;
    width: 290px;
    padding: 5px;
    z-index: 9999;
  }
  /* line 1651, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit {
    float: none;
    margin: 0;
    width: auto;
  }
  /* line 1655, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit .form-item, #top-bar #mobile-signup .dropdown-menu #Edit .crm-submit-buttons {
    float: none;
    padding-right: 0;
  }
  /* line 1659, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit #editrow-email-Primary, #top-bar #mobile-signup .dropdown-menu #Edit #editrow-postal_code-Primary, #top-bar #mobile-signup .dropdown-menu #Edit .crm-submit-buttons {
    width: 100%;
    margin-bottom: 4px;
  }
  /* line 1663, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit .crm-submit-buttons input {
    background-color: #FF8112;
  }
  /* line 1668, ../sass/sass_style.scss */
  #top-bar #mobile-signup #mob-signup-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* Tablet ONLY */
  /* line 1676, ../sass/sass_style.scss */
  #top-bar .amazon {
    padding-top: 18px;
    margin-left: 10px;
  }
  /* line 1679, ../sass/sass_style.scss */
  #top-bar .amazon img {
    width: 95%;
    height: auto;
  }
  /* line 1684, ../sass/sass_style.scss */
  #top-bar .contact-link {
    position: absolute;
    height: auto !important;
    line-height: 20px;
    top: 70px;
    left: 165px;
  }
  /* line 1691, ../sass/sass_style.scss */
  #top-bar .donate-link {
    margin-left: 10px;
    border-bottom: 0 none;
    height: 53px !important;
  }
  /* line 1696, ../sass/sass_style.scss */
  #top-bar #Edit {
    float: left;
    margin-right: 0;
    width: 440px;
    width: calc(94% - 335px);
  }
  /* line 1702, ../sass/sass_style.scss */
  #top-bar .social-buttons {
    margin-bottom: 10px;
    margin-left: 0;
  }
  /* line 1706, ../sass/sass_style.scss */
  #top-bar .search-form {
    float: right;
    padding-top: 0;
    width: 100%;
    max-width: 225px;
  }
  /* line 1712, ../sass/sass_style.scss */
  #top-bar .navbar-header {
    width: 100%;
    margin-bottom: 10px;
  }

  /* line 1717, ../sass/sass_style.scss */
  .brand hgroup {
    margin-top: -25px;
  }

  /* line 1720, ../sass/sass_style.scss */
  ul.slimmenu li a {
    font-size: 2vw !important;
  }

  /* line 1723, ../sass/sass_style.scss */
  .footer-tools {
    max-width: 85%;
    margin: 0 auto 20px;
  }
  /* line 1727, ../sass/sass_style.scss */
  .footer-tools #Edit2 .form-item {
    float: left;
    padding-right: 6px;
  }
  /* line 1731, ../sass/sass_style.scss */
  .footer-tools #Edit2 .crm-submit-buttons {
    float: left;
    padding-right: 0;
  }
  /* line 1735, ../sass/sass_style.scss */
  .footer-tools #Edit2 #editrow-email-Primary {
    width: 40%;
  }
  /* line 1738, ../sass/sass_style.scss */
  .footer-tools #Edit2 #editrow-postal_code-Primary {
    width: 25%;
  }
  /* line 1741, ../sass/sass_style.scss */
  .footer-tools #Edit2 .crm-submit-buttons {
    width: 35%;
    margin-right: 0;
  }

  /* line 1747, ../sass/sass_style.scss */
  .social-buttons {
    display: inline-block;
    margin-left: 4px;
  }

  /* line 1751, ../sass/sass_style.scss */
  .amazon-footer {
    display: inline-block;
    top: -18px;
    padding: 0px 13px;
    margin-left: 5px;
    position: relative;
    min-height: 35px;
  }
  /* line 1758, ../sass/sass_style.scss */
  .amazon-footer img {
    height: 26px;
    width: auto;
    padding-top: 3px;
  }

  /* line 1765, ../sass/sass_style.scss */
  .donate-link-footer {
    width: 125px;
    display: inline-block;
    position: relative;
    top: -10px;
  }

  /* line 1771, ../sass/sass_style.scss */
  #google_translate_element {
    display: inline-block;
    width: calc(100% - 468px);
    margin-left: 5px;
  }

  /* line 1776, ../sass/sass_style.scss */
  .goog-te-gadget-simple {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  /* Home Slider */
  /* line 1782, ../sass/sass_style.scss */
  #home-slider {
    margin: 0 -15px 20px;
  }
  /* line 1784, ../sass/sass_style.scss */
  #home-slider .als-viewport {
    margin: 0 -828px 0 0;
  }
  /* line 1787, ../sass/sass_style.scss */
  #home-slider .als-prev {
    display: none;
  }
  /* line 1790, ../sass/sass_style.scss */
  #home-slider .als-next {
    right: auto;
    left: 90vw;
  }
  /* line 1794, ../sass/sass_style.scss */
  #home-slider .als-item {
    max-width: 90vw;
  }
  /* line 1797, ../sass/sass_style.scss */
  #home-slider .als-item .slide-info p {
    display: none;
  }
  /* line 1800, ../sass/sass_style.scss */
  #home-slider .als-item .slide-info h4 {
    margin-bottom: 0;
  }

  /* Wpadmin bar error */
  /* line 1807, ../sass/sass_style.scss */
  html {
    margin-top: 0 !important;
  }
  /* line 1809, ../sass/sass_style.scss */
  html #wpadminbar {
    display: none !important;
  }
}
/* Our Projects Slider */
/* Two numbers need to change if number of slides changes; see below */
/* line 1818, ../sass/sass_style.scss */
#op-slider-wrap {
  width: 100%;
  width: calc(100% + 30px);
}

/* line 1822, ../sass/sass_style.scss */
#op-slider {
  width: 100%;
  margin: 0;
}
/* line 1825, ../sass/sass_style.scss */
#op-slider .als-item {
  width: 16.6666667%;
  /* this number needs to change if the number of slides changes; 100% / number of slides */
}
/* line 1827, ../sass/sass_style.scss */
#op-slider .als-item a {
  display: block;
  padding-right: 30px;
}
/* line 1831, ../sass/sass_style.scss */
#op-slider .als-item img {
  width: 100%;
  height: auto;
}
/* line 1836, ../sass/sass_style.scss */
#op-slider .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
}
/* line 1841, ../sass/sass_style.scss */
#op-slider .project-info h4 {
  color: white;
  padding: 10px;
  font: normal normal 700 18px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  text-transform: none;
}
/* line 1849, ../sass/sass_style.scss */
#op-slider .project-info p {
  color: white;
  padding: 0 10px 10px;
  margin-bottom: 0;
}
/* line 1855, ../sass/sass_style.scss */
#op-slider #als-viewport-wrapper {
  overflow: hidden;
  width: 100%;
}
/* line 1859, ../sass/sass_style.scss */
#op-slider .als-viewport {
  overflow: visible !important;
  margin: 0;
}
/* line 1863, ../sass/sass_style.scss */
#op-slider .als-wrapper {
  width: 600%;
  /* this number needs to change if the number of slides changes */
}

@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 1869, ../sass/sass_style.scss */
  #op-slider .als-viewport {
    width: 33.3333% !important;
  }
}
@media (max-width: 1200px) {
  /* line 1876, ../sass/sass_style.scss */
  #op-slider .als-prev, #op-slider .als-next {
    color: #4B1214;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    top: -67px;
  }
  /* line 1883, ../sass/sass_style.scss */
  #op-slider .als-next {
    right: 33px;
  }
  /* line 1886, ../sass/sass_style.scss */
  #op-slider .als-prev {
    left: auto;
    right: 55px;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 1894, ../sass/sass_style.scss */
  #op-slider #als-viewport-wrapper {
    width: calc(100% - 7px);
  }
  /* line 1897, ../sass/sass_style.scss */
  #op-slider .als-viewport {
    width: 25% !important;
  }
  /* line 1900, ../sass/sass_style.scss */
  #op-slider .als-prev, #op-slider .als-next {
    font-size: 200px;
    line-height: 300px;
    top: -50px;
    color: #FFB374;
    font-family: Arial, Helvetica, sans-serif;
  }
  /* line 1907, ../sass/sass_style.scss */
  #op-slider .als-prev {
    left: -90px;
  }
  /* line 1910, ../sass/sass_style.scss */
  #op-slider .als-next {
    right: -65px;
  }
}
