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

/* line 8, ../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 21, ../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 32, ../sass/sass_style.scss */
.selectboxit-container .selectboxit-options a,
.selectboxit-container span {
  height: 30px;
  line-height: 30px;
  display: block;
}

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

/* line 43, ../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 53, ../sass/sass_style.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

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

/* line 64, ../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 84, ../sass/sass_style.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 150, ../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 159, ../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 168, ../sass/sass_style.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

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

/* line 176, ../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 189, ../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 196, ../sass/sass_style.scss */
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 203, ../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 211, ../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 220, ../sass/sass_style.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}

/* line 224, ../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 235, ../sass/sass_style.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}

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

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

/* line 287, ../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 295, ../sass/sass_style.scss */
.container {
  width: 100%;
  max-width: 1170px;
}

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

/* line 305, ../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 313, ../sass/sass_style.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 318, ../sass/sass_style.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

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

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

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

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

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

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

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

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

/* line 370, ../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 382, ../sass/sass_style.scss */
h2 {
  font-size: 30px;
}

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

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

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

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

/* line 404, ../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 413, ../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 418, ../sass/sass_style.scss */
h2.page-title img {
  margin-bottom: 20px;
  max-width: 500px;
  width: 100%;
}

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

/* line 432, ../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 439, ../sass/sass_style.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 444, ../sass/sass_style.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 450, ../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 458, ../sass/sass_style.scss */
.meta {
  color: #AC7F44;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
/* line 464, ../sass/sass_style.scss */
.meta a {
  text-decoration: none;
  color: #FF8112;
}

/* line 470, ../sass/sass_style.scss */
.thumbnail-list,
.thumbnail-list-vertical {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
/* line 476, ../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 484, ../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 491, ../sass/sass_style.scss */
.thumbnail-list .col-xs-1,
.thumbnail-list-vertical .col-xs-1 {
  padding: 0;
}
/* line 495, ../sass/sass_style.scss */
.thumbnail-list .col-sm-12,
.thumbnail-list-vertical .col-sm-12 {
  padding: 0;
}
/* line 499, ../sass/sass_style.scss */
.thumbnail-list img,
.thumbnail-list-vertical img {
  max-width: none;
  width: 100%;
  height: auto;
}
/* line 505, ../sass/sass_style.scss */
.thumbnail-list .col-sm-2,
.thumbnail-list-vertical .col-sm-2 {
  padding-right: 15px;
}
/* line 506, ../sass/sass_style.scss */
.thumbnail-list .col-sm-2 img,
.thumbnail-list-vertical .col-sm-2 img {
  max-width: 100%;
  width: auto;
}
/* line 514, ../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 520, ../sass/sass_style.scss */
.thumbnail-list .subhead,
.thumbnail-list-vertical .subhead {
  font: normal normal 400 15px/120% "Montserrat", Helvetica Neue, Arial, sans-serif;
}
/* line 524, ../sass/sass_style.scss */
.thumbnail-list p,
.thumbnail-list-vertical p {
  margin-bottom: 0;
}
/* line 528, ../sass/sass_style.scss */
.thumbnail-list > a,
.thumbnail-list-vertical > a {
  display: block;
}
/* line 532, ../sass/sass_style.scss */
.thumbnail-list:last-of-type,
.thumbnail-list-vertical:last-of-type {
  border-bottom: 0 none;
}

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

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

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

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

/***************************************************
 * wrapper styling
 **************************************************/
/* line 575, ../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 587, ../sass/sass_style.scss */
.als-item {
  position: relative;
  display: block;
  text-align: left;
  cursor: pointer;
  float: left;
}

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

/*
	= Header	
*******************************************************************************************/
/* Top Bar */
/* line 612, ../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 618, ../sass/sass_style.scss */
#top-bar > .row > div > a {
  height: 70px;
  display: inline-block;
}
/* line 625, ../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 634, ../sass/sass_style.scss */
#top-bar .social-buttons {
  margin-top: 18px;
  float: right;
}
/* line 639, ../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 652, ../sass/sass_style.scss */
#top-bar .donate-link:hover {
  text-decoration: none;
  background-color: #007A7A;
}
/* line 658, ../sass/sass_style.scss */
#top-bar .amazon {
  float: right;
  margin-left: 30px;
  padding-top: 17px;
}
/* line 665, ../sass/sass_style.scss */
#top-bar #Edit {
  /* Newsletter Sign-Up */
  float: right;
  width: 450px;
  margin-top: 18px;
  margin-right: 25px;
}
/* line 672, ../sass/sass_style.scss */
#top-bar #Edit label,
#top-bar #Edit .label {
  display: none;
}
/* line 677, ../sass/sass_style.scss */
#top-bar #Edit .form-item,
#top-bar #Edit .crm-submit-buttons {
  float: left;
  padding-right: 6px;
}
/* line 683, ../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 698, ../sass/sass_style.scss */
#top-bar #Edit #editrow-email-Primary {
  width: 36%;
}
/* line 702, ../sass/sass_style.scss */
#top-bar #Edit #editrow-postal_code-Primary {
  width: 22%;
}
/* line 706, ../sass/sass_style.scss */
#top-bar #Edit .crm-submit-buttons {
  width: 42%;
}
/* line 709, ../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 720, ../sass/sass_style.scss */
#top-bar #mobile-signup {
  display: none;
}

/* Social Media Buttons */
/* line 726, ../sass/sass_style.scss */
.social-buttons {
  list-style-type: none;
  padding-left: 0;
}
/* line 730, ../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 737, ../sass/sass_style.scss */
.social-buttons li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/* line 745, ../sass/sass_style.scss */
.social-buttons .sm-fb {
  background-position: 0 0;
}
/* line 749, ../sass/sass_style.scss */
.social-buttons .sm-tw {
  background-position: -38px 0;
}
/* line 753, ../sass/sass_style.scss */
.social-buttons .sm-li {
  background-position: -77px 0;
}
/* line 757, ../sass/sass_style.scss */
.social-buttons .sm-gp {
  background-position: -116px 0;
}
/* line 761, ../sass/sass_style.scss */
.social-buttons .sm-yt {
  background-position: -155px 0;
}

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

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

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

/* line 787, ../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 800, ../sass/sass_style.scss */
.search-form {
  padding-top: 20px;
}
/* line 803, ../sass/sass_style.scss */
.search-form label {
  background: url("../../images/search.png") no-repeat right -3px #FFF1E7;
}
/* line 807, ../sass/sass_style.scss */
.search-form input {
  background-color: transparent;
}
/* line 811, ../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 826, ../sass/sass_style.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 833, ../sass/sass_style.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: transparent;
}
/* line 838, ../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 848, ../sass/sass_style.scss */
ul.slimmenu li a:hover {
  background-color: #FFF1E7;
  text-decoration: none;
}
/* line 854, ../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 865, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 873, ../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 883, ../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 892, ../sass/sass_style.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 903, ../sass/sass_style.scss */
ul.slimmenu > li {
  margin-right: -5px;
  text-transform: lowercase;
}
/* line 907, ../sass/sass_style.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 911, ../sass/sass_style.scss */
ul.slimmenu > li:hover {
  background-color: #FFF1E7;
}
/* line 916, ../sass/sass_style.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 920, ../sass/sass_style.scss */
ul.slimmenu ul li {
  background-color: #FFF1E7;
}
/* line 925, ../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 932, ../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 940, ../sass/sass_style.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 944, ../sass/sass_style.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

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

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

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

/*
	= Footer 	
*******************************************************************************************/
/* Our Projects */
/* line 970, ../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 989, ../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 999, ../sass/sass_style.scss */
.project-info {
  background: rgba(79, 41, 96, 0.9);
}

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

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

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

/* Main Footer */
/* line 1018, ../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 1026, ../sass/sass_style.scss */
footer a {
  color: #FFF1E7;
}
/* line 1032, ../sass/sass_style.scss */
footer .col-xs-12 {
  text-align: center;
}
/* line 1036, ../sass/sass_style.scss */
footer .footer-menu {
  text-transform: lowercase;
}
/* line 1039, ../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 1047, ../sass/sass_style.scss */
footer .footer-menu li {
  padding: 0;
  display: inline;
}
/* line 1051, ../sass/sass_style.scss */
footer .footer-menu li:before {
  content: '/';
  padding: 0 13px 0 10px;
  color: white;
}
/* line 1057, ../sass/sass_style.scss */
footer .footer-menu li:first-child:before {
  content: '';
  padding: 0;
}
/* line 1064, ../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 1070, ../sass/sass_style.scss */
footer h5 a,
footer h5 a:hover {
  color: #FFD4B1;
}
/* line 1077, ../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 1089, ../sass/sass_style.scss */
footer > div:first-child h5:before {
  background-position: 0 0;
}

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

/* line 1100, ../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 1109, ../sass/sass_style.scss */
.footer-tools {
  margin: 30px 0 20px;
}

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

/* line 1117, ../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 1128, ../sass/sass_style.scss */
.donate-link-footer:hover {
  color: white;
  background-color: #007A7A;
  text-decoration: none;
}

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

/* line 1144, ../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 1154, ../sass/sass_style.scss */
.goog-te-gadget-simple span {
  display: none;
}
/* line 1158, ../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 1167, ../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 1180, ../sass/sass_style.scss */
.goog-te-menu-frame {
  box-shadow: none !important;
}

/* line 1184, ../sass/sass_style.scss */
#Edit2 {
  /* Newsletter Sign-Up */
  margin-bottom: 15px;
}
/* line 1188, ../sass/sass_style.scss */
#Edit2 label,
#Edit2 .label {
  display: none;
}
/* line 1193, ../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 1209, ../sass/sass_style.scss */
#Edit2 #editrow-email-Primary {
  width: 100%;
}
/* line 1213, ../sass/sass_style.scss */
#Edit2 #editrow-postal_code-Primary {
  width: 100%;
}
/* line 1217, ../sass/sass_style.scss */
#Edit2 .crm-submit-buttons {
  width: 100%;
}
/* line 1220, ../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 1234, ../sass/sass_style.scss */
.meta {
  margin-bottom: 15px;
  display: inline-block;
}

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

/* Breadcrumbs */
/* line 1246, ../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 1258, ../sass/sass_style.scss */
#breadcrumbs a {
  color: #AC7F44;
}
/* line 1262, ../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 1274, ../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 1286, ../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 1299, ../sass/sass_style.scss */
#breadcrumbs li:first-child {
  padding-left: 10px;
}
/* line 1304, ../sass/sass_style.scss */
#breadcrumbs .separator {
  display: none;
}

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

/* Single */
/* line 1327, ../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 1343, ../sass/sass_style.scss */
.download-button:hover,
button.btn-primary:hover {
  background-color: #FF8112;
  color: white;
  text-decoration: none;
}

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

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

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

/* line 1367, ../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 1372, ../sass/sass_style.scss */
h3.widget-title a {
  color: #4B1214;
}
/* line 1375, ../sass/sass_style.scss */
h3.widget-title a:hover {
  text-decoration: none;
  color: #4B1214;
}
/* line 1380, ../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 1392, ../sass/sass_style.scss */
#secondary .menu-main-menu-container {
  /* Submenu */
  text-align: left;
}
/* line 1396, ../sass/sass_style.scss */
#secondary .menu-main-menu-container ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 1401, ../sass/sass_style.scss */
#secondary .menu-main-menu-container > ul > li > a {
  display: none;
}
/* line 1405, ../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 1411, ../sass/sass_style.scss */
#secondary .menu-main-menu-container a {
  color: #4B1214;
}
/* line 1414, ../sass/sass_style.scss */
#secondary .menu-main-menu-container a:hover {
  color: #FF8112;
  text-decoration: none;
}
/* line 1420, ../sass/sass_style.scss */
#secondary .menu-main-menu-container .sub-menu .current-menu-item a {
  color: #FF8112;
}

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

/* line 1429, ../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;
}
/* line 1436, ../sass/sass_style.scss */
.widget_search_filter_register_widget h3.widget-title {
  font-size: 16px;
  color: #007A7A;
}
/* line 1442, ../sass/sass_style.scss */
.widget_search_filter_register_widget .search-filter-label,
.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 1449, ../sass/sass_style.scss */
.widget_search_filter_register_widget ul {
  padding-left: 0;
}
/* line 1453, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-container {
  width: 100%;
}
/* line 1457, ../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 1468, ../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 1475, ../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 1485, ../sass/sass_style.scss */
.widget_search_filter_register_widget .selectboxit-focus a {
  background: #C17B42 !important;
}

/* line 1490, ../sass/sass_style.scss */
.chosen-container {
  width: 100% !important;
}
/* line 1493, ../sass/sass_style.scss */
.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 1503, ../sass/sass_style.scss */
.chosen-container .chosen-single div b {
  background-position: 0 6px;
}
/* line 1509, ../sass/sass_style.scss */
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #C17B42;
}
/* line 1512, ../sass/sass_style.scss */
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}
/* line 1517, ../sass/sass_style.scss */
.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 1524, ../sass/sass_style.scss */
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #C17B42;
}

/* line 1532, ../sass/sass_style.scss */
.sf-field-post-meta-_year {
  margin-top: 10px;
}

/* Inputs */
/* line 1537, ../sass/sass_style.scss */
li label {
  display: inline;
}

/* line 1541, ../sass/sass_style.scss */
input {
  box-shadow: none;
  border: 1px solid #C17B42;
  padding: 3px 5px;
  color: #C17B42 !important;
  width: 100%;
}

/* line 1549, ../sass/sass_style.scss */
.sf-field-search input {
  background: url("../../images/searchform-search.png") no-repeat top right white;
}

/* Year Slider */
/* line 1554, ../sass/sass_style.scss */
.search-filter-component-range-slider {
  margin-bottom: 5px !important;
}
/* line 1556, ../sass/sass_style.scss */
.search-filter-component-range-slider .search-filter-component-range-slider__range-text {
  justify-content: space-between;
  color: #C17B42;
}
/* line 1559, ../sass/sass_style.scss */
.search-filter-component-range-slider .search-filter-component-range-slider__range-text-min, .search-filter-component-range-slider .search-filter-component-range-slider__range-text-max {
  font: normal normal 700 12px/120% "Montserrat", Helvetica Neue, Arial, sans-serif !important;
}

/* line 1565, ../sass/sass_style.scss */
.search-filter-input-button.search-filter-field__input {
  font: normal normal 700 16px/120% "Montserrat", Helvetica Neue, Arial, sans-serif !important;
}

/* line 1570, ../sass/sass_style.scss */
.searchandfilter .sf-meta-range {
  color: #FFF1E7;
  position: relative;
}
/* line 1574, ../sass/sass_style.scss */
.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 1587, ../sass/sass_style.scss */
.sidebar-post {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
/* line 1593, ../sass/sass_style.scss */
.sidebar-post > li {
  margin-bottom: 15px;
}
/* line 1596, ../sass/sass_style.scss */
.sidebar-post > li:last-child {
  margin-bottom: 0;
}
/* line 1601, ../sass/sass_style.scss */
.sidebar-post h5 {
  font-weight: 700;
  color: #007A7A;
  font-size: 17px;
}
/* line 1607, ../sass/sass_style.scss */
.sidebar-post a:hover {
  text-decoration: none;
}
/* line 1611, ../sass/sass_style.scss */
.sidebar-post p {
  margin-bottom: 0;
}

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

/* line 1626, ../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 1636, ../sass/sass_style.scss */
.back-to-list:hover {
  background-color: #007A7A;
  color: white;
  text-decoration: none;
}

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

/* line 1649, ../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 1654, ../sass/sass_style.scss */
.ui-widget .ui-widget-header {
  background: #FF8112;
  border: 0 none;
}
/* line 1659, ../sass/sass_style.scss */
.ui-widget .ui-dialog-title {
  text-shadow: none;
}
/* line 1663, ../sass/sass_style.scss */
.ui-widget .already-registered-handle,
.ui-widget .not-a-member-handle {
  text-decoration: underline;
}
/* line 1668, ../sass/sass_style.scss */
.ui-widget * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 1674, ../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 1684, ../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 1695, ../sass/sass_style.scss */
.sf-active {
  font-weight: bold;
  color: #FF8112;
}

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

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

/* line 1708, ../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 1720, ../sass/sass_style.scss */
.navigation li a:hover,
.navigation li.active a {
  font-weight: bold;
  color: #FF8112;
}

/*
	= Home 	
*******************************************************************************************/
/* line 1731, ../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 1740, ../sass/sass_style.scss */
.home-section-head:hover {
  text-decoration: none;
  color: #4B1214;
}
/* line 1745, ../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 1758, ../sass/sass_style.scss */
#home-slider {
  margin: 0 -85px 20px;
  width: auto;
  overflow: hidden;
}
/* line 1763, ../sass/sass_style.scss */
#home-slider .als-wrapper {
  width: 100% !important;
  height: 344px;
  max-height: 344px !important;
}
/* line 1769, ../sass/sass_style.scss */
#home-slider .als-viewport {
  margin: 0 -414px;
  width: auto !important;
  height: auto !important;
}
/* line 1775, ../sass/sass_style.scss */
#home-slider .als-item {
  width: 33.33333% !important;
  position: relative;
  z-index: 1;
}
/* line 1780, ../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 1789, ../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 1803, ../sass/sass_style.scss */
#home-slider .als-item .slide-info h4 {
  color: #FF8112;
  text-transform: uppercase;
}
/* line 1807, ../sass/sass_style.scss */
#home-slider .als-item .slide-info h4:after {
  content: ' \00bb';
  white-space: nowrap;
}
/* line 1813, ../sass/sass_style.scss */
#home-slider .als-item .slide-info p {
  margin-bottom: 0;
}
/* line 1817, ../sass/sass_style.scss */
#home-slider .als-item .slide-info * {
  color: white;
}
/* line 1822, ../sass/sass_style.scss */
#home-slider .als-item img {
  width: 100%;
  height: auto;
}
/* line 1828, ../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 1837, ../sass/sass_style.scss */
#home-slider .als-prev:hover,
#home-slider .als-next:hover {
  background: rgba(255, 255, 255, 0.5);
}
/* line 1842, ../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 1859, ../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 1871, ../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 1888, ../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 1903, ../sass/sass_style.scss */
.gm-style img {
  max-width: none;
}

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

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

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

  /* line 1931, ../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 1939, ../sass/sass_style.scss */
  .brand hgroup {
    padding-left: 155px;
  }

  /* line 1944, ../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 1955, ../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 1967, ../sass/sass_style.scss */
  .site-description {
    font: normal normal normal 17px/200% Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #4B1214;
    display: block;
  }

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

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

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

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

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

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

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

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

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

  /* line 2012, ../sass/sass_style.scss */
  ul.slimmenu {
    display: inline-block;
  }
  /* line 2016, ../sass/sass_style.scss */
  ul.slimmenu li a {
    padding: 12px 16px;
    font-size: 24px;
  }
  /* line 2021, ../sass/sass_style.scss */
  ul.slimmenu li > ul {
    left: -20px;
    text-align: left;
  }
  /* line 2025, ../sass/sass_style.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 2030, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu {
    width: 240px;
  }
  /* line 2034, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
    font-size: 16px;
  }
  /* line 2039, ../sass/sass_style.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
  /* line 2044, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home {
    background: url("../../images/home.png") no-repeat center center transparent;
  }
  /* line 2047, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home a {
    width: 43px;
    text-indent: -9999px;
  }
  /* line 2052, ../sass/sass_style.scss */
  ul.slimmenu .menu-item-home:hover,
  ul.slimmenu .menu-item-home a:hover {
    background-color: transparent;
  }
  /* line 2058, ../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 2078, ../sass/sass_style.scss */
  #responsive-toggle {
    list-style-type: square;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2166, ../sass/sass_style.scss */
  .donate-link-footer {
    font-size: 13px;
  }
}
/* Top Bar Manipulations */
@media (max-width: 767px) {
  /* Phone ONLY */
  /* line 2176, ../sass/sass_style.scss */
  #top-bar .social-buttons {
    display: none;
  }
  /* line 2180, ../sass/sass_style.scss */
  #top-bar > .row > div {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  /* line 2185, ../sass/sass_style.scss */
  #top-bar > .row > div > a {
    height: auto;
  }
  /* line 2189, ../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 2199, ../sass/sass_style.scss */
  #top-bar .contact-link {
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
  /* line 2205, ../sass/sass_style.scss */
  #top-bar .navbar-header {
    clear: both;
  }
  /* line 2209, ../sass/sass_style.scss */
  #top-bar .navbar-toggle {
    float: right;
  }
  /* line 2213, ../sass/sass_style.scss */
  #top-bar .search-form {
    padding-top: 0;
    float: right;
    margin-right: 4px;
    width: calc(100% - 48px);
  }
  /* line 2219, ../sass/sass_style.scss */
  #top-bar .search-form input,
  #top-bar .search-form label {
    width: 100%;
    max-width: none;
    height: 34px;
  }
  /* line 2226, ../sass/sass_style.scss */
  #top-bar .search-form input {
    padding-top: 0;
  }
  /* line 2231, ../sass/sass_style.scss */
  #top-bar #mobile-signup {
    display: block;
    float: left;
    margin-right: 4px;
  }
  /* line 2236, ../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 2250, ../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 2262, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit {
    float: none;
    margin: 0;
    width: auto;
  }
  /* line 2267, ../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 2273, ../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 2280, ../sass/sass_style.scss */
  #top-bar #mobile-signup .dropdown-menu #Edit .crm-submit-buttons input {
    background-color: #FF8112;
  }
  /* line 2286, ../sass/sass_style.scss */
  #top-bar #mobile-signup #mob-signup-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* Tablet ONLY */
  /* line 2297, ../sass/sass_style.scss */
  #top-bar .amazon {
    padding-top: 18px;
    margin-left: 10px;
  }
  /* line 2301, ../sass/sass_style.scss */
  #top-bar .amazon img {
    width: 95%;
    height: auto;
  }
  /* line 2307, ../sass/sass_style.scss */
  #top-bar .contact-link {
    position: absolute;
    height: auto !important;
    line-height: 20px;
    top: 70px;
    left: 165px;
  }
  /* line 2315, ../sass/sass_style.scss */
  #top-bar .donate-link {
    margin-left: 10px;
    border-bottom: 0 none;
    height: 53px !important;
  }
  /* line 2321, ../sass/sass_style.scss */
  #top-bar #Edit {
    float: left;
    margin-right: 0;
    width: 440px;
    width: calc(94% - 335px);
  }
  /* line 2328, ../sass/sass_style.scss */
  #top-bar .social-buttons {
    margin-bottom: 10px;
    margin-left: 0;
  }
  /* line 2333, ../sass/sass_style.scss */
  #top-bar .search-form {
    float: right;
    padding-top: 0;
    width: 100%;
    max-width: 225px;
  }
  /* line 2340, ../sass/sass_style.scss */
  #top-bar .navbar-header {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  /* line 2354, ../sass/sass_style.scss */
  .footer-tools {
    max-width: 85%;
    margin: 0 auto 20px;
  }
  /* line 2359, ../sass/sass_style.scss */
  .footer-tools #Edit2 .form-item {
    float: left;
    padding-right: 6px;
  }
  /* line 2364, ../sass/sass_style.scss */
  .footer-tools #Edit2 .crm-submit-buttons {
    float: left;
    padding-right: 0;
  }
  /* line 2369, ../sass/sass_style.scss */
  .footer-tools #Edit2 #editrow-email-Primary {
    width: 40%;
  }
  /* line 2373, ../sass/sass_style.scss */
  .footer-tools #Edit2 #editrow-postal_code-Primary {
    width: 25%;
  }
  /* line 2377, ../sass/sass_style.scss */
  .footer-tools #Edit2 .crm-submit-buttons {
    width: 35%;
    margin-right: 0;
  }

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

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

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

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

  /* line 2418, ../sass/sass_style.scss */
  .goog-te-gadget-simple {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  /* Home Slider */
  /* line 2426, ../sass/sass_style.scss */
  #home-slider {
    margin: 0 -15px 20px;
  }
  /* line 2429, ../sass/sass_style.scss */
  #home-slider .als-viewport {
    margin: 0 -828px 0 0;
  }
  /* line 2433, ../sass/sass_style.scss */
  #home-slider .als-prev {
    display: none;
  }
  /* line 2437, ../sass/sass_style.scss */
  #home-slider .als-next {
    right: auto;
    left: 90vw;
  }
  /* line 2442, ../sass/sass_style.scss */
  #home-slider .als-item {
    max-width: 90vw;
  }
  /* line 2446, ../sass/sass_style.scss */
  #home-slider .als-item .slide-info p {
    display: none;
  }
  /* line 2450, ../sass/sass_style.scss */
  #home-slider .als-item .slide-info h4 {
    margin-bottom: 0;
  }

  /* Wpadmin bar error */
  /* line 2458, ../sass/sass_style.scss */
  html {
    margin-top: 0 !important;
  }
  /* line 2461, ../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 2470, ../sass/sass_style.scss */
#op-slider-wrap {
  width: 100%;
  width: calc(100% + 30px);
}

/* line 2475, ../sass/sass_style.scss */
#op-slider {
  width: 100%;
  margin: 0;
}
/* line 2479, ../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 2483, ../sass/sass_style.scss */
#op-slider .als-item a {
  display: block;
  padding-right: 30px;
}
/* line 2488, ../sass/sass_style.scss */
#op-slider .als-item img {
  width: 100%;
  height: auto;
}
/* line 2494, ../sass/sass_style.scss */
#op-slider .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
}
/* line 2500, ../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 2509, ../sass/sass_style.scss */
#op-slider .project-info p {
  color: white;
  padding: 0 10px 10px;
  margin-bottom: 0;
}
/* line 2516, ../sass/sass_style.scss */
#op-slider #als-viewport-wrapper {
  overflow: hidden;
  width: 100%;
}
/* line 2521, ../sass/sass_style.scss */
#op-slider .als-viewport {
  overflow: visible !important;
  margin: 0;
}
/* line 2526, ../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 2536, ../sass/sass_style.scss */
  #op-slider .als-viewport {
    width: 33.3333% !important;
  }
}
@media (max-width: 1200px) {
  /* line 2545, ../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 2554, ../sass/sass_style.scss */
  #op-slider .als-next {
    right: 33px;
  }
  /* line 2558, ../sass/sass_style.scss */
  #op-slider .als-prev {
    left: auto;
    right: 55px;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 2569, ../sass/sass_style.scss */
  #op-slider #als-viewport-wrapper {
    width: calc(100% - 7px);
  }
  /* line 2573, ../sass/sass_style.scss */
  #op-slider .als-viewport {
    width: 25% !important;
  }
  /* line 2577, ../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 2586, ../sass/sass_style.scss */
  #op-slider .als-prev {
    left: -90px;
  }
  /* line 2590, ../sass/sass_style.scss */
  #op-slider .als-next {
    right: -65px;
  }
}
