/* =============================================================


  MOBILE/DEFAULT
 

============================================================= */

.column {
  width: 40% !important;
}

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #5c5c5f;
}

body#home aside {
  display: none;
}

body#home .banner {
  display: block;
}

.banner {
  display: none;
}

body#home #action-center {
  display: block;
}

#action-center {
  display: none;
}

body#home .elevator {
  display: block;
}

.elevator {
  display: none;
}

body#home .yellow-box {
  display: block;
}

.yellow-box{
  display: none;
}

body#home h1 {
  display: none;
}

h1 {
  display: block;
  font-size: 29px;
  color: #008349;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #008349;
}

h2 {
  color: #ba2b70;
  font-size: 25px;
  font-weight: 700;
  margin: 2em 0px 20px 0px;
  padding: 0;
}

h3 {
  color: #74a988;
  font-size: 23px;
  font-weight: 700;
  margin: 1.5em 0px 10px 0px;
  padding: 0;
}

h4 {
  color: #4d4e4f;
  font-size: 20px;
  font-weight: 700;
  margin: 1em 0px 5px 0px;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0 0 1em 1.5em;
}

a {
  color: #ba2b70;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: underline;
  color: #ba2b70;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.green-text {
  font-size: 20px;
  color: #008349;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

header {
  background: #fffbc4;
  padding: 20px;
}

header .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 202px;
  height: 160px;
}

header .tagline {
  display: none;
}

main {
  width: 100%;
  margin: 20px auto 0px auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slicknav_menu {
  display: block;
  font-size: 20px;
  box-sizing: border-box;
  background: #fffbc4;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: none; }
     }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #071689;
    text-shadow }
    
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #4d4e4f; }
  .slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ba2b70;
    color: #FFF; }

.slicknav_menu .active {
  background: #ba2b70;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
}

.slicknav_btn {
  background: #008349;
}

header .menu {
	display: none;
}

.social {
  text-align: center;
}

.social img {
  padding: 0px 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social img:hover {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -moz-transform: rotate(-10deg) scale(1.2);
  -o-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

.social h2 {
  font-size: 18px;
  color: #008349;
  text-transform: uppercase;
  display: inline;
  padding: 0px 10px 0px 0px;
}

main, article, aside, footer {box-sizing: border-box; position: relative;}

article {
  margin-bottom: 20px;
}

aside {
  display: block;
  padding: 20px;
  margin: 0px 0px 0px 0px;
}

aside h2 {

  font-size: 18px;
  color: #008349;
  text-transform: uppercase;
  padding: 0px 10px 10px 0px;
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px #008349 solid;
}

/* =============================================================


Ways to Help Sidebar
 

============================================================= */

aside .sidebar-links {
	display: block;
	margin: 0px auto;
}

aside ul.sidebar-links  {
  margin: 0px 0px 20px 0px;
  padding: 0;
}

aside .sidebar-links li {
  list-style: none;
  text-decoration: none;
  padding: 0px;
}

aside .sidebar-links a{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
    display: block;
    background: #74a988; 
    text-align: center;
    color: #FFF;
    font-size: 23px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

aside .sidebar-links a:hover {
  color: #FFF;
  background: #008349;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

aside .sidebar-links li:first-of-type a {
  padding: 20px 0px;
  font-size: 30px;
  background: #ba2b70;
}

aside .sidebar-links li:first-of-type a:hover {
  color: #FFF;
  background: #008349;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* =============================================================


End of Ways to Help Sidebar
 

============================================================= */


aside .menu {
	display: block;
	margin: 0px auto;
}

aside ul.menu  {
  margin: 0px 0px 20px 0px;
  padding: 0;
}

aside .menu li {
  list-style: none;
  text-decoration: none;
  padding: 0px;
}

aside .menu a{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
    display: block;
    background: #74a988; 
    text-align: center;
    color: #FFF;
    font-size: 23px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

aside .menu a:hover {
  color: #FFF;
  background: #008349;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

aside .menu li:first-of-type a {
  padding: 20px 0px;
  font-size: 40px;
  background: #ba2b70;
}

aside .menu li:first-of-type a:hover {
  color: #FFF;
  background: #008349;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

aside .social img {
  padding: 0px 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

aside .social img:hover {
  background-color: none;
  -webkit-transform: rotate(-10deg) scale(1.2);
  -moz-transform: rotate(-10deg) scale(1.2);
  -o-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}


.banner {
  background: #f4e9d0;
  box-sizing: border;
  text-align: center;
  margin: 0px 0px 30px 0px;
  clear: both;
}

.banner img {
    width: 100%;
}

#action-center {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px 20px;
  clear: both;
  box-sizing: border-box;
}

#action-center :last-child {
  padding: 30px 20px;
  margin: 0px 0px 10px 0px;
  font-size: 45px;
  text-align: center;
  background: #ba2b70;
}

#action-center a{
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; /* future proofing */
  -khtml-border-radius: 6px; /* for old Konqueror browsers */
  display: block;
  background: #74a988; 
  text-align: center;
  color: #FFF;
  font-size: 23px;
  padding: 10px;
  margin: 0px 0px 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#action-center a:hover {
  color: #FFF;
  background: #008349;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elevator {
  font-size: 17px;
  line-height: 22px;
}

.yellow-box {
  padding: 40px 40px 20px 40px;
  background: #fffbc4;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         0px 5px 10px 0px #ccc;
}

.yellow-box p {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 22px;
}

.right {
  float: right;
  margin: 0px 0px 40px 40px;
  box-sizing: border-box;
}

.yellow-box .left {
  float: left;
  margin: 0px 40px 20px 0px;
  box-sizing: border-box;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         0px 5px 10px 0px #ccc;
}

footer {
  width: 100%;
  clear: both;
  padding: 20px 0;
  margin-top: 40px;
  box-sizing: border-box;
}

footer .wrapper {
  border-top: 1px #008349 solid;
  padding-top: 40px;
}

footer .logo {
  display: block;
  width: 240px;
  height: 157px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

footer .logo img {
  width: 220px;
}

footer ul.menu {
  margin: 0px 0px 40px 0px;
  padding: 0px 20px;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .menu li {
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #008349;
  text-align: center;
}

footer .menu a {
  text-decoration: none;
  color: #008349;
  display: block;
}

footer .menu li:hover {
  background: rgba(92, 92, 95, .25);
}

footer .menu a:hover {
  color: #FFF;
}

footer .menu a {
  text-decoration: none;
  display: block;
  text-align: center;
}

footer .map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}

footer .footer-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 20px;
  text-align: center;
}

.footer-contact h2 {
  margin-top: 0;
}

.copyright {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding: 0px 20px;
  color: #4d4e4f;
  padding-top: 20px;
}

.copyright a {
  color: #4d4e4f;
}

/* =============================================================


  TABLET
 

============================================================= */
@media only screen and (min-width: 650px) {

  main {
    padding: 20px;
  }
  
  header {
    padding: 0;
  }
  
  header .menu {
  	  display:block;
    }
    
  .banner {
    margin: 20px 0px 30px 0px;
  }
  
  .slicknav_menu {
    	display: none;
    }
    
  header .tagline {
    display: block;
    color: #008349;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
  }
  
  header nav {
      background: #FFF;
      width: 100%;
      clear: both;
      float: left;
    }
    
    header .menu {
    	display: block;
    	margin: 0px auto;
    }
    
    header ul.menu  {
      margin: 0;
      padding: 0;
    }
    
    header .menu li {
      float: left;
      list-style: none;
      text-decoration: none;
      padding-right: 10px;
    }
    
    header .menu a {
      float: left;
      display: block;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      color: #4d4e4f;
      height: 50px;
      padding: 15px 10px;
      font-size: 16px;
      margin: 0;
      box-sizing: border-box;
    }
  
   header .menu .active {
     color: #ba2b70;
     font-weight: 700;
   }
   
    header .menu a:hover {
      border-bottom: 5px #ba2b70 solid;
      color: #ba2b70;
    }
  
 #action-center {
   -webkit-column-width: 260px;
   -moz-column-width: 260px;
   column-width: 260px;
   text-transform: uppercase;
   font-size: 30px;
   margin: 2px 20px;
   clear: both;
   box-sizing: border-box;
 }
 
 #Xnews {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   float: left;
   width: 50%;
   margin: 0px;
   padding: 20px;
 }
 
 #Xevents {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   float: right;
   width: 50%;
   margin: 0px;
   padding: 20px;
  }
  
 article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 67%;
  }
  body.no-sidebar article {
    float: none;
    width: 100%;
  }

  aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    float: right;
    width: 30%;
  }
  body.no-sidebar aside {
    display: none;
  }
  
  footer .wrapper .logo {
    width: 25%;
    float: left;
  }
  
  footer .wrapper ul.menu  {
    width: 25%;
    float: left;
    padding: 0px 20px 0px 0px;
  }
  
  footer .wrapper .map {
    width: 25%;
    float: left;
    padding: 0px 20px 0px 0px;
  }
  
  footer .wrapper .footer-contact {
    width: 25%;
    float: left;
    padding: 0px 0px 0px 20px;
  }

}



/* =============================================================


  DESKTOP
 

============================================================= */
@media only screen and (min-width: 960px) {
  main {
    width: 960px;
    margin: 20px auto;
    padding: 0;
  }
  
  header {
    width: 100%;
  }
  
  header .tagline {
    display: block;
    color: #008349;
    float: right;
    text-align: right;
    font-weight: 700;
    font-size: 36px;
  }
  
  header .social {
    margin-top: 20px;
    float: right;
  }
  
  header ul.menu  {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  
  header .logo {
    float: left;
    margin: 20px 0px 20px 0px;
    width: 202px;
    height: 160px;
    position: relative;
    display: block;
    clear: both;
  }
  
  .wrapper {
    width: 960px;
    margin: 0 auto;
    clear: both;
  }
  
  #action-center {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px 0px;
    padding: 0;
    clear: both;
    box-sizing: border-box;
  }
  
  #action-center :last-child {
    padding: 28px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    text-align: center;
    background: #ba2b70;
  }
  
  #action-center a{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
    display: block;
    background: #74a988; 
    text-align: center;
    color: #FFF;
    font-size: 23px;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  #action-center a:hover {
    color: #FFF;
    background: #008349;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  
  footer {
    width: 100%;
  }
  

  
}

#membership-types-list {
  list-style: none;
  margin-left: 0;
}

#membership-types-list li {
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  background-color: #74a988;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#membership-types-list li:hover {
  background-color: #008349
}

#membership-types-list input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

#membership-types-list label {
  display: inline-block;
  padding-left: 10px;
  width: 80%;
  color: #fff;
  font-size: 1.1em;
}

#membership-types-list label strong {
  display: inline-block;
  margin-left: 1em;
}

fieldset {
  box-sizing: border-box;
}


fieldset input[type="text"] {
  box-sizing: border-box;
}

.column.right {
  margin-left: 0;
}

#members table {width: 100%;}

#members thead {
  background-color: #008349;
  color: #fff;
}

#members th {
  padding: .2em .4em;
  text-align: left;
}

#members td {padding: .5em;}

#events .date {display: none;}





