/* CSS Document */
body {
  margin: 0px;
  background-color: #2f3d3b;
  background: radial-gradient(circle at 50% 18%, #3c7d55 0%, #3a524f 46%, #2f3d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7d55', endColorstr='#2f3d3b', GradientType=1);
  min-height: 100vh; }

html {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; }

/* allows us to specify font sizes as EMs - 1em = 1px */
h1 {
  font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
  color: #375d48;
  font-size: 2.4em;
  text-transform: uppercase;
  margin-top: 0px; }

#nav {
  background-color: #fff;
  position: relative;
  box-shadow: 0 -5px 28px 0 rgba(0, 0, 0, 0.55); }
  #nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    background-color: #e7e7e7; }

#navigation {
  width: 1038px;
  margin: 0 auto 80px auto;
  padding: 60px 0 32px 0;
  position: relative; }

#navigation li.facebook {
  position: relative; }

#navigation li.facebook img {
  width: 46px;
  height: 46px;
  position: absolute;
  top: -6px;
  left: 15px; }

#topmenu {
  width: 800px;
  font-family: 'BebasNeueRegular', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 2em;
  text-transform: uppercase;
  padding-left: 275px; }
  #topmenu:before {
    content: '';
    display: block;
    width: 261px;
    height: 179px;
    background-image: url(../images/banner.png);
    flex-grow: 0;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  #topmenu ul {
    margin: 0; }
  #topmenu li {
    display: inline;
    margin-right: 15px; }

#topmenu a:link {
  text-decoration: none;
  color: #000; }

#topmenu a:visited {
  text-decoration: none;
  color: #000; }

#topmenu a:active {
  text-decoration: none;
  color: #000; }

#topmenu a:hover {
  text-decoration: none;
  color: #408d5b; }

#content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden; }

#infomenu {
  width: 235px;
  background-image: url(../images/infomenubg.jpg);
  background-repeat: repeat-y;
  float: right;
  border-bottom: 1px solid #e9e9e9;
  padding: 0px;
  margin-bottom: 20px; }

#infomenu h1 {
  font-family: 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  color: #375d48;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 20px; }

#infomenu li {
  display: block;
  list-style: none;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  padding: 3px;
  margin-left: -15px; }

#infomenu a:link {
  color: #000;
  text-decoration: none; }

#infomenu a:visited {
  color: #000;
  text-decoration: none; }

#infomenu a:active {
  color: #000;
  text-decoration: none; }

#infomenu a:hover {
  color: #000;
  color: #408d5b; }

#infomenu .current a:link {
  color: #fff; }

#infomenu .current a:visited {
  color: #fff; }

#infomenu .current a:active {
  color: #fff; }

#infomenu .current a:hover {
  color: #74d996; }

.current {
  background-color: #0c3e23;
  color: #fff; }

#homeslider {
  width: 650px;
  float: left;
  padding-left: 20px;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

#pagemaincontent {
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  width: 670px; }

#pagemaincontent p {
  line-height: 1.5em; }

#sidebar {
  width: 250px;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px; }
  #sidebar a {
    text-decoration: none;
    display: block; }

.sidebar1 {
  background-color: #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px; }

#sidebar1 {
  background-color: #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

#sidebar h1 {
  font-family: 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  color: #375d48;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
  display: block;
  margin-bottom: 0px; }

#sidebar h2 {
  font-family: 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
  color: #375d48;
  text-transform: uppercase;
  margin-top: -5px;
  text-align: center;
  display: block;
  margin-bottom: -5px; }

#sidebar2 {
  background-color: #e7e7e7;
  margin-top: 20px;
  padding: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  color: #4c4b4b; }

#sidebar2 p {
  margin: 0px;
  font-size: small;
  line-height: 1.5em; }

#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #222d2b;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: small;
  font-style: italic;
  text-align: right;
  padding: 25px 30px;
  box-sizing: border-box; }

#pagemaincontent a:link {
  color: #365d48; }

#pagemaincontent a:visited {
  color: #365d48; }

#pagemaincontent a:active {
  color: #365d48; }

#pagemaincontent a:hover {
  color: #56a67b; }

#side {
  float: right;
  width: 265px; }

h3,
h2.subtitle {
  color: #375d48;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: lighter;
  font-size: 19px;
  font-style: italic;
  margin-bottom: -9px;
  margin-top: 0px; }

#contactform label {
  color: #727272;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: lighter;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  font-style: italic;
  display: block;
  margin-right: 10px; }
#contactform input {
  width: 350px;
  height: 30px;
  display: block;
  margin-bottom: 15px; }

#submit-wrapper {
  margin-top: 30px; }

#submit {
  appearance: none;
  -webkit-appearance: none;
  background-color: #375d48;
  border: none;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  cursor: pointer; }
  #submit:hover {
    background-color: #416a54; }

h2 a:link {
  color: #375d48;
  text-decoration: none; }

h2 a:visited {
  color: #375d48;
  text-decoration: none; }

h2 a:active {
  color: #375d48;
  text-decoration: none; }

h2 a:hover {
  color: #375d48;
  text-decoration: underline; }

#footer a:link {
  color: #fff; }

#footer a:visited {
  color: #fff; }

#footer a:active {
  color: #fff; }

#footer a:hover {
  color: #fff;
  text-decoration: none; }

.registerbutton {
  background-color: #365d48;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 25px;
  display: inline-block; }

.coach {
  display: flex;
  margin-bottom: 30px;
  padding-right: 10px; }
  .coach:last-child {
    margin-bottom: 0; }
  .coach img {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 30px; }
  .coach h2 {
    color: #375d48;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: lighter;
    font-size: 19px;
    font-style: italic;
    margin-bottom: -9px;
    margin-top: 0px; }
  .coach p:last-child {
    margin-bottom: 0; }

.ws_bullets,
.ws_playpause,
.ws_cover {
  display: none !important; }

.fb_iframe_widget {
  margin-bottom: 30px; }
