@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700|Open+Sans:300,400,600,700,800');
.openSans {
  font-family: 'Open Sans', sans-serif;
}
.cuprum {
  font-family: 'Cuprum', sans-serif;
}
input[type="submit"] {
  background: #7b2b38 0%;
  background: -moz-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -webkit-gradient(linear, bottom top, right top, color-stop(0%, #7b2b38 0%), color-stop(100%, #7b2b38 30%));
  background: -webkit-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -o-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: -ms-linear-gradient(bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  background: linear-gradient(to bottom, #7b2b38 0%, #7b2b38 30%, #ab7780 100%, #ab7780 100%, #ab7780 100%, #ab7780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7b2b38 0%, endColorstr=#7b2b38 30%, GradientType=1);
  border: 0px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}
.transition {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.transition2 {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pullRight {
  float: right;
}
.bodyFont {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  font-weight: 400;
}
h1 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
}
h2 {
  font-size: 22px;
  color: #1ab99b;
  font-weight: 800;
  text-transform: uppercase;
}
p {
  line-height: 34px;
  font-size: 18px;
  padding: 0 0 0 0px;
  margin: 0px 0 34px 0px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    line-height: 28px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 30px;
    font-size: 16px;
  }
}
p:last-child {
  margin: 0px;
}
ul,
li {
  list-style: none;
}
.textBorder {
  position: relative;
}
.textBorder:after {
  width: 25%;
  left: 50%;
  bottom: -22px;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #121212;
  transform: translateX(-50%);
}
.button,
button {
  width: 100%;
  max-width: 212px;
  height: 47px;
  font-size: 22px;
  line-height: 47px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #1ab99b;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0px;
  cursor: pointer;
}
.button:hover,
button:hover {
  background-color: #ffffff;
  color: #1ab99b;
}
label {
  font-size: 18px;
  display: block;
  margin: 0 0 5px 0px;
}
input,
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #1ab99b;
  width: 100%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #121212;
  display: inline-block;
}
textarea {
  min-height: 100px;
  line-height: 28px;
  padding: 15px;
}
.navigation {
  position: relative;
  z-index: 1;
  padding: 22px 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation {
    padding: 15px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    padding: 0px 0 0 0px;
  }
}
.navigation nav li {
  float: left;
  position: relative;
  list-style: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation nav li:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation nav li:first-child a {
    padding-left: 0px !important;
  }
  .navigation nav li:last-child a {
    padding-right: 0px !important;
  }
}
.navigation nav li a {
  display: block;
  font-size: 19px;
  font-family: 'Cuprum', sans-serif;
  color: #121212;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .navigation nav li a {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation nav li a {
    padding: 0 15px;
  }
}
.navigation nav li a:hover,
.navigation nav li a.active {
  color: #1ab99b;
}
.navigation nav li .childMarker:hover {
  color: #1ab99b;
}
.navigation nav li .submenu {
  display: none;
  padding: 10px 0px 10px 0px;
  position: absolute;
  white-space: nowrap;
  z-index: 99;
  left: 0px;
  top: 40px;
  text-align: left;
  background: #999;
  border-radius: 0 0 7px 7px;
}
.navigation nav li .submenu li {
  float: none;
  color: #fff;
  line-height: 25px;
  padding: 0px;
  background-image: inherit;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation nav li .submenu li:hover {
  background: #000;
}
.navigation nav li .submenu li a {
  padding: 0 30px;
  color: #000;
}
.navigation nav li .submenu li a:hover {
  color: #fff;
}
.menuBtnWrapper,
#mobileMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  #contents {
    position: relative;
    background-color: #fff;
    height: 100%;
  }
  .menuBtnWrapper {
    display: block;
    text-align: right;
  }
  .navigation {
    display: none;
  }
  #mobileMenu a.active {
    background-color: inherit;
  }
  #menuBtn {
    z-index: 1000;
    cursor: pointer;
  }
  .menuBtnWrapper i {
    cursor: pointer;
    font-size: 30px;
    margin: 4px 0 4px 18px;
    position: relative;
    color: #1ab99b;
  }
  #mobileMenu {
    display: none;
    background-color: #1ab99b;
    height: 10000%;
    right: 0;
    overflow: hidden;
    position: fixed;
    -moz-transition: width 1000ms;
    -o-transition: width 1000ms;
    -webkit-transition: width 1000ms;
    transition: width 1000ms;
    top: 0;
    width: 200px;
    z-index: 0;
    box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0);
  }
  #mobileMenu ul {
    position: relative;
    width: 200px;
    padding-bottom: 20px;
  }
  #mobileMenu ul li {
    color: #000;
    list-style: none;
    border-bottom: solid 1px #fff;
  }
  #mobileMenu ul li.active {
    background-color: transparent;
  }
  #mobileMenu ul li.active a {
    color: #fff;
  }
  #mobileMenu ul li a,
  #mobileMenu ul li .childMarker {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    display: block;
    line-height: 35px;
    padding: 4px 15px;
    text-decoration: none;
    width: 201px;
    text-align: left;
    text-transform: uppercase;
  }
  #mobileMenu ul li a:hover,
  #mobileMenu ul li .childMarker:hover {
    color: #1ab99b;
    background-color: #ffffff;
  }
  #mobileMenu ul li .childMarker i {
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
    position: relative;
    margin-left: 5px;
    float: right;
    vertical-align: middle;
  }
  #mobileMenu ul li a i {
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    position: relative;
    margin-left: 10px;
    vertical-align: bottom;
  }
  #mobileMenu ul .submenu {
    color: #000;
    background-color: #666;
    display: none;
    font-size: 17px;
    height: 100%;
    left: 200px;
    padding: 0;
    position: absolute;
    -moz-transition: transform 1000ms ease 0s;
    -o-transition: transform 1000ms ease 0s;
    -webkit-transition: transform 1000ms ease 0s;
    transition: transform 1000ms ease 0s;
    top: 0;
    width: 200px;
    z-index: 10000;
  }
  #mobileMenu ul .submenu ul li {
    line-height: 36px;
  }
  #mobileMenu ul .submenu ul li a {
    color: #fff;
  }
  #mobileMenu ul .submenu ul li a:hover {
    color: #fff;
    background-color: #000;
  }
  #mobileMenu ul .submenu .backLinkContainer a {
    color: #0069aa;
  }
  #mobileMenu ul .submenu .backLink i {
    background-color: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    margin: 0 2px 0 0px;
    vertical-align: 0;
  }
  .slideOut {
    right: 200px;
    animation: slideOut 1000ms;
    animation-fill-mode: backwards;
    -webkit-animation: slideOut 1000ms;
    -webkit-animation-fill-mode: backwards;
  }
  @-webkit-keyframes slideOut {
    from {
      right: 0px;
    }
    to {
      right: 200px;
    }
  }
  @keyframes slideOut {
    from {
      right: 0px;
    }
    to {
      right: 200px;
    }
  }
  .slideIn {
    animation: slideIn 1000ms;
    animation-fill-mode: backwards;
    -webkit-animation: slideIn 1000ms;
    -webkit-animation-fill-mode: backwards;
  }
  @-webkit-keyframes slideIn {
    from {
      right: 200px;
    }
    to {
      right: 0px;
    }
  }
  @keyframes slideIn {
    from {
      right: 200px;
    }
    to {
      right: 0px;
    }
  }
}
