/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Heebo:900|Just+Another+Hand|Source+Sans+Pro:400,700|Raleway:600');
html {
  height: 100%;
  background-image: linear-gradient(0deg, #f7d981, #f7d981, #100e0a, #100e0a);
}
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  padding-bottom: 4em;
  height: 100%;
  position: relative;
}
a img {
  border: 0;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
a img:hover {
  /* Opacity */
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.resources a img {
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.masthead {
  text-align: right;
  padding: 10px 0;
  background-image: linear-gradient(110deg, #f7d981, #fabe0f);
  position: relative;
  z-index: 9;
  letter-spacing: .5px;
  font-size: .8em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.masthead .phone {
  float: left;
}
.masthead a {
  color: #000;
  padding: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
} /*
.top-navigation {
	background-image: linear-gradient(110deg, #8ab660, #6b983f, #8ab660);
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 19px -7px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 19px -7px rgba(0,0,0,0.6);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 0 7px 19px -7px rgba(0,0,0,0.6);
}*/
.top-navigation {
  position: relative;
  z-index: 10;
  padding: 0px 0 20px;
  background: url("../-Images/-Structure/MenuScallops.png") bottom repeat-x;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 20px -7px rgba(0, 0, 0, 0.4);
}
.content-wrapper {
  padding: 0px 0em;
  background: url("../-Images/-Structure/GreenBoards.jpg"), url(../-Images/-Structure/Background.jpg);
  overflow: hidden;
  background-repeat: repeat-x, repeat;
  background-position: 3px bottom, top center;
}
.columns-wrapper {
  overflow: hidden;
  margin-top: 20px !important;
  background-color: rgba(255, 255, 255, 0.88);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.admin.content-wrapper {
  min-height: calc(100% - 72px);
  margin-top: -20px;
}
.admin .columns-wrapper {
  margin-top: 50px !important;
}
.columns-wrapper, .menu-top-wrapper {
  max-width: 1260px;
  margin: auto;
  position: relative;
}
.logo {
  width: 180px;
  height: auto;
  left: 50%;
  margin-left: -90px;
  position: absolute;
  top: -35px;
}
.admin.logo {
  left: 0px;
  margin-left: 0;
  width: 160px;
  top: -20px;
}
.feature {
  background: /*linear-gradient(180deg, rgba(255,255,255,0.00) 80%, rgba(255,255,255,1)), */ url("../-Images/-Structure/FeatureBackground.jpg") top center #fff;
  min-height: 200px;
  background-size: cover;
  height: calc(90% - 170px);
  background-position: center 25%;
  margin-top: -20px;
}
.feature.subpage {
  min-height: none;
  height: 200px;
  background: url(../-Images/-Structure/SubpageFeature.jpg) center center;
  background-size: cover;
}
.main-content .content {
  margin-top: 20px;
  padding: 30px;
  font-size: 1em;
  line-height: 1.5em;
}
.woodbar {
  height: 40px;
  width: 100%;
  background: /*url("../-Images/-Structure/WoodBarTexture.png"),*/ linear-gradient(110deg, rgba(253, 248, 221, 0.66), rgba(253, 248, 221, 0)), url("../-Images/-Structure/Background.jpg");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, 100% auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
/*Heading styles*/
h1, h2, h3, h4 {
  margin: 30px 0px 0px 0px;
  font-weight: normal;
  line-height: 1.1em;
}
h1 {
  font-size: 2.8em;
  font-family: 'Heebo', sans-serif;
  text-align: center;
  color: rgb(30, 123, 182);
}
h2 {
  font-size: 1.8em;
  font-family: 'Raleway', sans-serif;
  color: rgb(101, 158, 42);
}
h3 {
  font-size: 1.65em;
  font-family: 'Raleway', sans-serif;
  color: rgb(222, 117, 37);
}
h4 {
  font-size: 1.1em;
  font-family: 'Just Another Hand', cursive;
}
.subhead {
  font-style: italic;
  /* Opacity */
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
  margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: #dc5224;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  transition: width .2s;
  -webkit-transition: all .2s;
}
.content a:hover {
  background: rgba(110, 2, 5, 1.00);
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.content a.normallink, .members a, .assocboard a, .resources a, .privacy a {
  padding: 0;
  background: none;
  text-transform: none;
  color: rgb(144, 169, 2);
  margin: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content a.normallink:hover, .members a:hover, .assocboard a:hover, .resources a:hover, .privacy a:hover {
  padding: 0;
  background: none;
  text-transform: none;
  color: rgba(63, 63, 249, 1.00);
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer a {
  color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
/*The Footer*/
.footer a {
  color: #11248A;
  font-weight: bold;
  text-decoration: none;
  transition: width 1s;
  -webkit-transition: all 1s;
}
.footer a:hover, .footer a:focus {
  color: #1C63FF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.footer .copyright a {
  color: antiquewhite;
  font-weight: bold;
}
/*The Footer*/
.footer {
  background-image: linear-gradient(110deg, rgb(60, 30, 7, .6), rgb(60, 30, 7, .6)), url("../-Images/-Structure/DarkBoards.jpg");
  font-size: 0.7em;
  color: #FFF3E4;
  position: relative;
  text-align: center;
  clear: both;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
}
.footer .copyright {
  text-transform: uppercase;
  margin: 0px;
  background-color: rgba(10, 10, 8, .81);
  padding: 10px 0;
  width: 100%;
  clear: both;
  z-index: 10;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
}
.copyright i {
  font-size: 1.8em;
}
.footerfacebook {
  width: calc(100% - 22px);
  margin-left: 12px;
  margin-bottom: 15px;
  background: #3b5998;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  position: relative;
  font-size: 2.2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  transition: width .5s;
  -webkit-transition: all .5s;
  transition: width .5s;
  -webkit-transition: all .5s;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.facebookicon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(37, 67, 131, 1.00);
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 26px;
  width: 50px;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.footerfacebook:hover {
  width: calc(100% - 192px);
  padding-left: 170px;
}
.footerfacebook:hover .facebookicon {
  width: 150px;
}
.footercontact {
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #FFF3E4;
  margin: 0px 0 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.contactaddress, .contactphone, .contactemail {
  float: left;
  width: 64%;
  text-align: center;
  border-right: solid 2px #FFF3E4;
  letter-spacing: 1px;
  padding: 5px 0;
}
.contactphone {
  width: 32%;
  border: 0px !important;
}
.contactemail {
  width: 32%;
}
.noborder {
  border: 0;
}
.footerbuttons {
  float: left;
  width: 32%;
}
.footerbuttons a {
  display: block;
  background-color: #FFF3E4;
  padding: 2px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.5em;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerbuttons a:hover {
  background-color: #BCB5AA;
  color: #222;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footerhours {
  font-size: 1.3em;
  width: 33%;
  margin: 0 1%;
  float: right;
  display: block;
  color: rgba(34, 34, 34, 1);
  padding: 15px 0 10px;
  height: 115px;
  background-color: rgba(255, 243, 228, 1);
  font-weight: 100;
}
.footereblast {
  width: 40%;
  float: right;
  font-size: 1.3em;
}
.footereblast h2, .footerhours h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.footerhours h2 {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 10px;
}
.footereblast h2 {
  color: rgba(255, 243, 228, 1);
}
#creditcards {
  max-width: 150px;
  height: auto;
}
.footer hr {
  margin: 20px 0 30px;
  border: #FFF3E4 solid 1px;
}
.ctct-custom-form {
  position: relative;
}
.ctct-custom-form .ctct-button {
  background-color: #FFF3E4 !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #222 !important;
  width: 30% !important;
  position: absolute;
  right: 10%;
  top: 0;
  font-size: 15px !important;
  padding: 10px 0;
  /*Outer Shadow*/
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
}
.ctct-custom-form .Button {
  padding: 15px 20px !important;
  border-radius: 0 2px 2px 0 !important;
}
.ctct-custom-form .Button:hover {
  background-color: #BCB5AA !important;
}
.ctct-custom-form input[type="text"] {
  width: 50.5% !important;
  position: absolute;
  left: 10%;
  top: 0;
  border-radius: 2px 0 0 2px !important;
}
.ctct-custom-form p {
  display: block;
  width: 65%;
  padding: 0;
  margin: 0;
}
.copyrightbreak {
  display: inline;
}
#map_inner text {
  display: none !important;
}
.members {
  margin-top: 20px;
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
}
.produceheader {
  font-size: 1.5em;
}
.memberinfo {
  overflow: hidden;
}
.members hr {
  clear: both;
  margin-top: 40px;
  height: 6px;
  background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
  border: 0;
}
.members .afloatleft {
  margin-bottom: 40px !important;
  max-width: 30%;
  clear: both;
}
.members h2 {
  background-color: rgba(33, 143, 196, 1.00);
  color: #fff;
  display: block;
  margin-left: -10px;
  padding: 5px 10px;
  clear: both;
}
.members h3 {
  margin-top: 10px !important;
  clear: both;
}
.memberinfo {
  overflow: hidden;
}
.memberproduce {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.produceheader {
  color: #0e6b98;
  font-size: 1.4em;
}
.top {
  position: fixed;
  bottom: 0px;
  right: 50%;
  margin-right: -650px;
  font-size: 1.2em;
  z-index: 10;
  text-decoration: none;
  background-color: rgba(222, 117, 36, 1.00);
  color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
.tt_sm {
  position: relative;
}
.tt_custom_sm a {
  width: 190px;
  padding: 5px 0 !important;
}
.btn_simplemaps {
  color: black;
  text-decoration: none !important;
  background: #ffffff;
  border: 0 !important;
  border-radius: 0 !important;
  margin-right: 0px !important;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.tt_name_sm {
  position: absolute;
  z-index: 1;
  float: none;
  font-weight: bold;
  width: calc(100% - 15px);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.tt_custom_sm {
  overflow: hidden;
  text-align: center;
}
.xmark_sm {
  margin-bottom: 0.75em;
  position: relative;
  z-index: 2;
}
.Grid.Home h2 {
  text-align: center;
}
#map {
  /* Tilt  */
  transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
div#tt_sm_map {
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
.MainSection {
  width: 72%;
  margin-right: 1%;
  padding: 0 1% 10px 0;
  border-right: 2px solid rgba(131, 163, 100, 1.00);
  float: left;
}
.sidebar {
  float: right;
  width: 23%;
  padding: 0 1%;
}
.sponsor {
  width: calc(67% - 15px);
  padding: 15px 33% 15px 15px;
  background-image: linear-gradient(90deg, rgb(31, 122, 181), rgb(23, 106, 158) 70%, rgb(255, 255, 255) 70%, #fff);
  color: #fff;
  font-size: 1.1em;
  line-height: 1.55em;
  margin-bottom: 20px;
  position: relative;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.sponsor img {
  float: right;
  width: calc(30% - 10px);
  height: auto;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.sponsor h2 {
  color: #fff;
}
.assocboard {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.assocboard li {
  text-align: center;
  height: 300px;
}
.assocboard li p:first-line {
  font-weight: bold;
  color: rgba(120, 161, 80, 1.00);
}
.assocboard.specialists {
  -webkit-columns: 3 300px;
  -moz-columns: 3 300px;
  columns: 3 300px;
}
.assocboard.specialists li {
  text-align: left;
  position: relative;
  height: 240px;
}
.assocboard.specialists li p:first-line {
  font-weight: bold;
  color: rgba(120, 161, 80, 1.00);
  font-size: 1.3em;
}
.assocboard img {
  width: 130px;
  height: auto;
  margin: 10px;
  border: 2px solid #fff;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  /* Rounded Corners */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.assocboard.specialists img {
  /* No Rounded Corners */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  top: -10px;
}
.assocboard.noimages li {
  height: auto;
  margin: 10px 0;
}
.assocboard.noimages {
  -webkit-columns: 3 100px;
  -moz-columns: 3 100px;
  columns: 3 100px;
}
.assocboard p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.resources ul {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  columns: 2 300px;
}
.resources ul li {
  margin-bottom: 20px;
  list-style-type: none;
}
.resources ul li:first-line {
  font-size: 1.3em;
  font-weight: 100;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.84);
}
.resources .colfourths {
  text-align: center;
}
.searchbar {
  padding: 10px;
  font-size: 1.3em;
  width: 100%;
  background: #d4effd;
  border: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin-left: -10px;
  width: calc(100% + 10px);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.1);
}
.hidejf {
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background: #fff;
}
.findus[href=''] {
  display: none;
}
.events h3 {
  margin-top: 0;
  font-size: 1.5em;
}
.events h4 {
  font-size: 1.3em;
  font-family: 'Raleway', sans-serif;
  color: rgb(185, 83, 6);
  margin-top: 0;
}
.GPSKey, .GPSKey2 {
  display: block;
  width: 100%;
  height: auto;
}
.GPSKey2 {
  display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 960px;
    margin: auto;
  }
  .logo {
    width: 180px;
    margin-left: -90px;
    top: -35px;
  }
  .top {
    margin-right: -500px;
  }
  .footerfacebook {
    font-size: 1.7em;
  }
  .events h3 {
    margin-top: 0;
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .masthead {
    font-size: .9em;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 810px;
    margin: auto;
  }
  .logo {
    width: 170px;
    margin-left: -85px;
    top: -38px;
  }
  .top {
    margin-right: -350px;
  }
  .footerfacebook {
    font-size: 1.3em;
  }
  .events h3 {
    margin-top: 0;
    font-size: 1.7vw;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 850px) {
  body {
    padding-bottom: 0px;
  }
  .logo {
    width: 140px;
    margin-left: 10px;
    top: -18px;
    left: 0;
  }
  .footer {
    position: static;
    width: auto;
  }
  .content-wrapper, .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .main-content .content {
    padding: 20px 10px;
    border: none;
  }
  .masthead .menu-top-wrapper a {
    display: none;
  }
  .masthead .menu-top-wrapper {
    margin: 0 10px;
  }
  .masthead .phone {
    float: none;
  }
  .contactaddress, .contactphone, .footerhours, .footereblast, .footerbuttons {
    float: none;
    width: 100%;
    border: 0px;
    margin: 0;
  }
  .footerhours {
    margin-top: -60px;
    margin-bottom: 25px;
  }
  .contactaddress, .contactphone {
    font-size: .9em;
    text-align: center;
  }
  .contactphone {
    margin: 10px 0 0;
  }
  .footereblast {
    padding-bottom: 55px;
    margin-bottom: 30px;
    border-bottom: #FFF3E4 solid 2px;
  }
  .footerfacebook {
    font-size: 1.1em;
    margin-bottom: 90px;
  }
  .footerfacebook:hover .facebookicon {
    width: 100px;
  }
  .assocboard.noimages {
    -webkit-columns: 1 100px;
    -moz-columns: 1 100px;
    columns: 1 100px;
  }
  .sidebar, .MainSection {
    width: 100%;
    border: 0;
    margin: 20px 0;
    padding: 0;
    float: none;
  }
  .sponsor {
    width: calc(100% - 30px);
    padding: 15px;
    background-image: linear-gradient(0deg, rgb(31, 122, 181), rgb(23, 106, 158));
    margin-bottom: 20px;
    position: relative;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  }
  .sponsor img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: 350px;
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .sponsor h2 {
    text-align: center;
  }
  .memberinfo {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .top {
    margin-right: -100px;
  }
  .events h3 {
    margin-top: 0;
    font-size: 1.5em;
  }
  .GPSKey {
    display: none;
  }
  .GPSKey2 {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .sponsor img {
    margin-left: -15px;
    margin-top: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
/*-------------------------------
		  Responsive Styles
-------------------------------*/
/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px !important;
  background-color: #12267F;
  padding: 7px;
  max-width: 500px;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
figure[style*="float: right"] {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px !important;
  max-width: 500px;
  width: 40%;
  height: auto;
}
.afloatright img {
  max-width: 100%;
  height: auto;
}
.afloatleft, img[style*="float: left"], figure[style*="float: left"] {
  float: left;
  margin: 10px 25px 10px 0px !important;
  text-align: center;
  background-color: #12267F;
  padding: 7px;
  max-width: 500px;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
figure[style*="float: right"] img, figure[style*="float: left"] img {
  width: 100%;
}
figure[style*="float: left"] {
  float: left;
  margin: 10px 25px 10px 0px !important;
  text-align: center;
  max-width: 500px;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatcenter, img[style*="margin: auto"], figure[style*="margin: auto"] {
  display: block;
  margin: 10px auto;
  clear: both;
  background-color: #D4533A;
  border: medium solid #D4533A;
  max-width: 100%;
  width: 95%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
figure[style*="margin: auto"] {
  display: block;
  margin: 10px auto;
  clear: both;
  max-width: 100%;
  width: 95%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.autosize {
  width: inherit;
}
.videoright, .videoleft {
  float: right;
  margin: 10px 0 10px 15px;
  max-width: 50%;
  width: 100%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.videoleft {
  float: left;
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.formimage {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  width: 40%;
  height: auto;
  clear: right;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.noimagestyles {
  background: none !important;
  padding: 5px !important;
  /*Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
}
.desktoponly {
  display: block;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
.largeronly {
  display: inline
}
.smalleronly {
  display: none;
}
.nomobile {
  display: block !important;
}
.nobig {
  display: none !important;
}
.textcenter {
  text-align: center;
}
.Grid {
  width: 100%;
  display: block;
  clear: both;
}
.Grid ul {
  text-align: left;
}
.Grid img {
  width: 100%;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}
.Grid ol li, .Grid ul li {
  text-align: left;
}
.Gridclear {
  clear: both;
}
.colhalves {
  width: 47%;
  margin: .5%;
  padding: 10px 1% 0 1%;
  float: left;
  text-wrap: normal;
}
.colthirds {
  width: 31.3%;
  margin: 0px .5% 5px;
  padding: .5%;
  padding-bottom: 0px;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
}
.colthirds img {
  width: 100%;
  height: auto;
}
.cards {
  margin: 20px 0 0;
}
.cards .colthirds {
  margin: 0px .5% 25px;
  background: #fff;
  padding: 20px 1%;
  width: 30.3%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.cards .colthirds h3, .cards .colfourths h3 {
  text-align: center;
}
.cards .colthirds a, .cards .colfourths a {
  margin-top: 20px;
  display: block;
  width: calc(80% - 20px);
  margin: 10%;
}
.colfourths {
  width: 24%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
}
.colfourths p {
  padding: 0px 10px;
}
.colfourths img {
  width: 100%;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cards .colfourths {
  margin: 0px .5% 25px;
  background: #fff;
  padding: 20px 1%;
  width: 22%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.thirdslist ul {
  list-style: none;
  text-align: center !important;
  margin: 0px !important;
  padding: 0px;
}
.fullwidth {
  width: 97%;
  height: auto;
}
.autoh {
  height: auto;
}
.notilt {
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.nowrap {
  overflow: auto;
}
.nowrap a {
  margin-left: 10px;
}
ol {
  margin-top: 15px;
}
ol li {
  margin-bottom: 15px;
  font-size: 1.1em;
}
hr {
  border: dashed rgba(230, 137, 48, 0.6) 4px;
  border-bottom: 0px;
}
.nomargintop {
  margin-top: 0px;
}
.button {
  color: #fff !important;
  font-size: 1.25em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(223, 40, 44, 1);
  border: #600 solid 1px;
  border-top: 0px;
  border-bottom: 2px solid #600;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  transition: width .2s;
  -webkit-transition: all .2s;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.button:hover {
  text-shadow: none;
  color: #999;
  background: rgba(102, 0, 0, 1);
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.nolinkstyles {
  background: none !important;
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  display: block;
  position: relative;
  top: -240px;
  visibility: hidden;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .desktoponly {
    display: block;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline;
  }
  .smalleronly {
    display: none;
  }
  .nobig {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: inline !important;
  }
  .mobileonly {
    display: none !important;
  }
  .largeronly {
    display: inline !important;
  }
  .smalleronly {
    display: none !important;
    margin: auto;
  }
  .nobig {
    display: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .colfourths {
    width: 49%;
    margin-bottom: 20px;
  }
  figure[style*="float: left"], figure[style*="float: right"], figure[style*="margin: auto"] {
    width: 100%;
    clear: both;
    max-width: none;
  }
  figure[style*="float: left"] img, figure[style*="float: right"] img, figure[style*="margin: auto"] img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"], figure[style*="float: left"], figure[style*="float: right"], figure[style*="margin: auto"] {
    display: block;
    width: 96% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  figure[style*="float: left"], figure[style*="float: right"], figure[style*="margin: auto"] {
    width: 100% !important;
    clear: both;
    max-width: none;
  }
  figure[style*="float: left"] img, figure[style*="float: right"] img, figure[style*="margin: auto"] img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .videoright, .videoleft {
    float: none;
    margin: 10px 0 10px 0px;
    max-width: 100%;
    /* Tilt  */
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .scalable {
    margin: auto;
    display: block;
    width: 100%;
  }
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: none !important;
  }
  .mobileonly {
    display: inline !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
  }
  .nomobile {
    display: none !important;
  }
  .nobig {
    display: block !important;
  }
  .colfourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .colthirds {
    width: 96% !important;
    height: auto;
    text-align: center !important;
  }
  .cards .colthirds, .cards .colfourths {
    margin: 0px .5% 25px;
    background: #fff;
    padding: 20px 1%;
    width: 94%;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  }
  .cards .colfourths {
    text-align: center;
  }
  .colthirds img {
    width: 90%;
    max-width: 250px;
  }
  .colhalves {
    width: 97%;
  }
  .mobilecenter {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  .colthirds img {}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .colfourths {
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }
  .colfourths .linked {
    position: relative !important;
  }
  .colhalves {
    width: 97%;
  }
}
/*-------------------------------
		  Fontello Styles
-------------------------------*/ @font-face {
  font-family: 'fontello';
  src: url('../includes/font/fontello.eot?57954864');
  src: url('../includes/font/fontello.eot?57954864#iefix') format('embedded-opentype'), url('../includes/font/fontello.woff2?57954864') format('woff2'), url('../includes/font/fontello.woff?57954864') format('woff'), url('../includes/font/fontello.ttf?57954864') format('truetype'), url('../includes/font/fontello.svg?57954864#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../includes/font/fontello.svg?57954864#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-reply:before {
  content: '\e800';
} /* '' */
.icon-forward:before {
  content: '\e801';
} /* '' */
.icon-left-circled2:before {
  content: '\e802';
} /* '' */
.icon-right-circled2:before {
  content: '\e803';
} /* '' */
.icon-left-open:before {
  content: '\e804';
} /* '' */
.icon-right-open:before {
  content: '\e805';
} /* '' */
.icon-phone:before {
  content: '\e806';
} /* '' */
.icon-facebook-squared:before {
  content: '\e807';
} /* '' */
.icon-instagram:before {
  content: '\e808';
} /* '' */
.icon-comment-inv-alt2:before {
  content: '\e809';
} /* '' */
.icon-location:before {
  content: '\e80a';
} /* '' */
.icon-globe:before {
  content: '\e80b';
} /* '' */
.icon-pinterest:before {
  content: '\e80c';
} /* '' */
.icon-flickr:before {
  content: '\e80d';
} /* '' */
.icon-twitter:before {
  content: '\e80e';
} /* '' */
.icon-facebook:before {
  content: '\e80f';
} /* '' */
.icon-phone-1:before {
  content: '\e810';
} /* '' */
.icon-clock:before {
  content: '\e811';
} /* '' */
.icon-compass:before {
  content: '\e812';
} /* '' */
.icon-paypal:before {
  content: '\e813';
} /* '' */
.icon-gplus:before {
  content: '\e814';
} /* '' */
.icon-foursquare:before {
  content: '\e815';
} /* '' */
.icon-linkedin:before {
  content: '\e816';
} /* '' */
.icon-youtube:before {
  content: '\e817';
} /* '' */
.icon-email:before {
  content: '\e818';
} /* '' */
.icon-cart:before {
  content: '\e819';
} /* '' */
/*-------------------------------
		  Print Styles
-------------------------------*/
@media print {
  body {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none !important;
  }
  .main-content {
    margin: 0;
  }
  #layout {
    max-width: none;
    margin: 0px;
  }
  .column-content, .content {
    height: auto !important;
    max-height: 888678px;
    border: none !important;
  }
  .column-content * {
    padding: 0px !important;
  }
  .footer {
    position: static;
  }
}