/* Generated by less 2.5.1 */
/* WEBFONTS ************************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i"');
/* HTML TAGS ************************************/
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: visible;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  background-color: #FFF;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: visible;
}
p {
  margin: 0;
  padding: 0 0 24px 0;
}
hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 0;
  margin-bottom: 28px;
}
hr.nomargin {
  margin-bottom: 0;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 28px;
}
img {
  border: none;
}
/*strong > em,
em > strong,
h3 > em {
    font-weight: normal;
    font-style: normal;
}
h1 > em,
h2 > em {
    font-weight: normal;
    font-style: normal;
}*/
/* ANIMATION STYLES ************************************/
.ease {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.delay25 {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -ms-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}
.delay50 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}
.delay75 {
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -ms-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}
.delay100 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay125 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay150 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay175 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -ms-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.delay200 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.scale {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.scale:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.scale:active {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* LINKS ************************************/
a,
a:visited {
  text-decoration: underline;
  color: #f26522;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
a:hover {
  color: #f26522;
}
a.more,
a.more-link {
  display: inline-block;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  color: #f26522;
  text-transform: uppercase;
}
a.more:after,
a.more-link:after {
  content: ' ▸';
}
a.more:hover,
a.more-link:hover {
  color: #000000;
}
/*a.more-link {
    display: block;
}*/
a.more-white {
  color: #FFF;
}
a.more-white:hover {
  color: rgba(255, 255, 255, 0.5);
}
a.buttons {
  display: inline-block;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background-color: #f26522;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a.buttons:hover {
  background-color: #f26522;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
}
a.buttons:active {
  opacity: .5;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
a.buttons {
  padding: 5px 15px;
}
a.buttons-sm {
  margin: 0 10px 0 0;
  padding: 5px 15px;
}
a.buttons-lg {
  font-size: 24px;
  margin: 0 10px 0 0;
  padding: 8px 25px;
}
a.buttons-gray {
  background-color: #dddddd;
}
a.buttons-gray:hover {
  background-color: #f26522;
}
a.buttons:after,
.buttons a:after {
  content: "▸";
}
/* EFFECTS ************************************/
.shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
/* SHARED ************************************/
.label {
  display: inline-block;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.label-primary {
  background-color: #f26522;
}
.glyphicon-fix {
  top: 2px;
}
.sections {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 10px;
}
.sections hr {
  position: absolute;
  width: 100%;
  top: 50%;
}
.sections span {
  position: relative;
  display: inline-block;
  color: #AAAAAA;
  background-color: #FFF;
  padding: 0 15px 0 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/* TEMPLATE ************************************/
nav {
  font-size: 0;
  line-height: 0;
  background-color: #000000;
}
.banner {
  height: 580px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #CCCCCC;
  border-bottom: 6px solid #f26522;
  padding: 30px;
}
.banner-text {
  padding-top: 100px;
}
.banner-text h1 {
  color: #FFF;
  text-transform: uppercase;
}
.logo {
  position: relative;
}
.logo-stain {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 30px;
  right: 0;
}
.logo-text {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 60px;
}
.social-list {
  float: right;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.social-list li {
  float: left;
  padding: 10px 15px 0 15px;
  border-right: 1px solid #3e5e6e;
  -webkit-transition: .5s;
  transition: .5s;
}
.social-list li:hover {
  padding: 2px 15px 8px 15px;
}
.social-list li:last-child {
  border-right: none;
}
.newsletter {
  background-color: #f26522;
  padding: 20px 0;
}
.newsletter h3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0 0 8px 0;
}
@media (max-width: 425px) {
  .newsletter h3 {
    padding: 0 0 15px 0;
  }
}
.newsletter input {
  width: 100%;
  height: 40px;
  padding: 5px;
}
@media (max-width: 425px) {
  .newsletter input {
    margin-bottom: 10px;
  }
}
.newsletter-button {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #f26522;
  border: 1px solid #FFF;
}
::placeholder {
  color: #CCCCCC;
}
.instagram-feed {
  margin-right: -30px;
  margin-left: -30px;
}
.prefooter {
  background-image: url(../images/background.jpg);
  background-attachment: fixed;
  padding: 40px 0;
}
.footerpics {
  background-color: #FFF;
  padding: 15px 0;
}
.footerpics .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.footerpic1,
.footerpic2,
.footerpic3,
.footerpic4 {
  background-size: cover;
  background-position: center;
}
.footerpic2,
.footerpic3 {
  height: 215px;
}
@media (max-width: 425px) {
  .footerpic2,
  .footerpic3 {
    height: 120px;
  }
}
.footerpic1 {
  border-right: 15px solid #FFF;
}
.footerpic2 {
  border-bottom: 15px solid #FFF;
}
.footerpic4 {
  border-left: 15px solid #FFF;
}
.footerboxes {
  display: block;
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 30px;
}
footer {
  margin: 0;
  padding: 30px 0 60px 0;
}
/* Footer Menu Links */
ul.footer-menu {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu li {
  display: block;
  float: left;
  border-left: 1px solid #dddddd;
  padding: 0 8px;
  line-height: 15px;
  margin-left: 0;
}
ul.footer-menu li:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.copyright {
  padding: 15px 0 0 0;
}
@media (max-width: 425px) {
  .copyright {
    padding: 5px 0 0 0;
  }
}
.copyright a,
ul.footer-menu li a {
  text-decoration: none;
  color: #f26522;
}
.copyright a:hover,
ul.footer-menu li a:hover {
  text-decoration: underline;
  color: #FFF;
}
/* SPECIFIC PAGES AND ELEMENTS ************************************/
/* Front Page */
.frontpage {
  padding: 40px 0 0 0;
}
.frontpage p:last-of-type {
  margin: 0;
  padding: 0;
}
.mike {
  margin-top: -170px;
  margin-bottom: -10px;
}
@media (max-width: 425px) {
  .mike {
    margin-top: 15px;
    margin-bottom: -10px;
  }
}
.lastest-post {
  padding-bottom: 40px;
}
/* Pages */
.page {
  padding: 40px 0;
}
.page p:last-of-type {
  margin: 0;
  padding: 0;
}
/* Events */
.events {
  padding-top: 40px;
  border-top: 1px solid #f26522;
}
.events-single {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f26522;
}
.events-single:first-of-type {
  padding-top: 0;
}
.events-single:last-of-type {
  border-bottom: 0;
}
.events-thumbnail {
  float: left;
  width: 25%;
  height: auto;
  margin: 0 30px 10px 0;
}
.events-date {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.events-address {
  margin-bottom: 10px;
}
.events-text p:last-of-type {
  padding: 0;
  margin: 0;
}
.events-more {
  font-size: 18px;
  text-align: right;
  margin-top: 15px;
}
/* News */
.news-item {
  margin-bottom: 30px;
}
.news-item:first-of-type {
  margin-top: 30px;
}
.news-item:last-of-type {
  margin-bottom: 0;
}
.news-item div p:last-of-type {
  padding: 0;
}
.post-categories {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.post-categories li {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
time {
  display: block;
  font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
time a {
  text-decoration: none;
}
time a:hover {
  text-decoration: underline;
}
/* Privacy Policy and Terms of Service */
.auto-tos-pp {
  display: none;
}
/* WIDGETS ************************************/
.widget {
  margin-bottom: 30px;
}
.widgettitle {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
  color: #000000;
  margin: 0;
  padding: 0 0 24px 0;
}
.widgetcontent {
  display: block;
  margin: 0;
  padding: 0;
}
.widgetcontent ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widgetcontent li {
  border-top: 0 solid #dddddd;
  margin: 0 0 5px 0;
  padding: 5px 0 0px 0;
}
.widgetcontent li a {
  text-decoration: none;
}
.widgetcontent li a:hover {
  text-decoration: underline;
}
.widget_categories,
.widget_archive,
.widget_product_categories,
.widget_pwb_dropdown_widget {
  float: left;
  width: 34%;
  border: 1px solid #c1b398;
  background-image: url(../images/arrow-down-black.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget_search {
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
}
.widget_categories,
.widget_product_categories,
.widget_pwb_dropdown_widget {
  margin-right: 1%;
}
.widget_archive {
  margin-left: 1%;
  margin-right: 0;
}
.widget_search {
  margin-left: 1%;
}
.widget_categories .widgettitle,
.widget_archive .widgettitle,
.widget_search .widgettitle,
.widget_product_categories .widgettitle,
.widget_pwb_dropdown_widget .widgettitle {
  display: none;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 5px 0;
  padding: 0;
}
.widget_categories select,
.widget_archive select,
.widget_product_categories select,
.widget_pwb_dropdown_widget select {
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 5px 50px 5px 20px;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_categories select::-ms-expand,
.widget_archive select::-ms-expand .widget_product_categories::-ms-expand,
.widget_pwb_dropdown_widget::-ms-expand {
  /* for IE 11 */
  display: none;
}
.widget_search input {
  display: inline-block;
  background: transparent;
  width: 70%;
  height: 42px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  border: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 1%;
}
.widget_search input#searchsubmit {
  float: right;
  cursor: pointer;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #FFF;
  background: #f26522;
  border: 1px solid #f26522;
  width: 27%;
  margin-right: 0;
}
.widget_search input#searchsubmit:hover {
  color: #FFF;
  background: #000000;
  border: 1px solid #000000;
}
label.screen-reader-text {
  display: none;
}
/* PAGE CHILDREN ************************************/
ul.page-children {
  list-style: none;
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
ul.page-children li {
  padding: 8px 0px;
  border-top: 1px solid #dddddd !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
ul.page-children li:first-child {
  border-top: none;
}
ul.page-children li:last-child {
  border-bottom: none;
}
ul.page-children li a {
  text-decoration: none;
  color: #f26522;
}
ul.page-children li a:hover {
  color: #f26522;
}
ul.page-children li ul.children {
  font-size: 16px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
ul.page-children li ul.children li:last-child {
  border-bottom: none;
}
/* PAGE NUMBERS ************************************/
.wp-pagenavi {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  padding: 0;
}
span.pages {
  padding: 0 10px 0 0;
  border-right: 1px solid #dddddd;
}
a.page-numbers {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 0 10px;
}
a.page {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 0 10px;
}
a.prev {
  text-decoration: none;
  padding-left: 0;
}
a.first {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
}
a.previouspostslink {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
}
a.next {
  text-decoration: none;
  border-right: none;
  padding-right: 0;
}
a.nextpostslink {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
}
a.last {
  text-decoration: none;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
}
span.current {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 0 10px;
}
span.extend {
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 0 10px;
}
/* RESPONSIVE YOUTUBE VIDEOS ************************************/
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
iframe.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* WORDPRESS CORE ************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #dddddd;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-video {
  margin: 0 0 30px 0;
  padding: 0;
}
/* WORDPRESS GALLERIES ************************************/
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery img {
  /*box-shadow: 0px 0px 4px #CCC;*/
  border: none;
  /*padding: 8px;
	background: #FFF;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery img:hover {
  background: white;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
  max-width: 95%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 14px;
  margin: 0 0 0;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery dl {
  margin-bottom: 4%;
}
.gallery br + br {
  display: none;
}
/* FORMS ************************************/
legend {
  display: block;
  width: 100%;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: inherit;
  color: #f26522;
  border: 0;
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 20px 0;
}
input,
textarea {
  font-size: 20px;
  border: 0;
  border-radius: 3px;
}
input {
  height: 40px;
}
textarea {
  min-height: 120px;
}
input[type=checkbox],
input[type=radio] {
  height: auto;
}
/* Gravity Forms */
.gform_wrapper .gfield_required {
  color: #f26522 !important;
  margin-left: 4px;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #dddddd !important;
  border-radius: 5px;
}
.gform_wrapper div.validation_error {
  color: #ff9900 !important;
  border-top: 2px solid #ff9900 !important;
  border-bottom: 2px solid #ff9900 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #ff9900 !important;
}
.gform_wrapper .validation_message {
  color: #ff9900 !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ff9900 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 153, 0, 0.05) !important;
  border-top: 1px solid #ff9900 !important;
  border-bottom: 1px solid #ff9900 !important;
}
.gform_wrapper input.button {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background-color: #f26522 !important;
  border: 1px solid #f26522 !important;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.gform_wrapper input.button::-ms-expand {
  /* for IE 11 */
  display: none;
}
.gform_wrapper input.button:hover {
  color: #FFF !important;
  background-color: #f26522 !important;
  border: 1px solid #f26522 !important;
  z-index: 1000;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
}
.gform_wrapper input.button:active {
  opacity: .5;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.list-checkbox-wrap input.ninja-forms-field {
  min-height: auto !important;
}
.list-select-wrap div.nf-field-element {
  display: inline-block;
  width: 47%;
  border: 1px solid #999;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 2% 30px 0;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.list-select-wrap select.ninja-forms-field {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  border: 0;
  border-radius: 0;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-select-wrap select.ninja-forms-field::-ms-expand {
  /* for IE 11 */
  display: none;
}
/***************************************************************
MOBILE STYLES
***************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .modules .about,
  .modules .eventlist,
  .modules .news,
  .modules .donate {
    min-height: auto;
  }
}
@media (max-width: 425px) {
  .modules .about,
  .modules .eventlist,
  .modules .news,
  .modules .donate {
    min-height: auto;
  }
}
