/*
Theme Name: Reffkin Tennis Center
Theme URI: http://www.reffkintennis.com
Description: A custom theme built for Reffkin Tennis Center
Version: 1.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.clear {
  clear: both; }

body {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 90%; }

.top-bar {
  background: #93b951;
  padding: 10px;
  color: #364026;
  font-size: 1.2em;
  position: relative; }
  .top-bar a {
    color: #364026; }
  .top-bar a:hover {
    color: #e6ffbd; }
  @media screen and (max-width: 820px) {
    .top-bar {
      font-size: 90%; } }

.top-header-info {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 125px;
  border-bottom: 4px solid #fff; }

.header {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .header img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  @media screen and (max-width: 820px) {
    .header {
      min-height: 225px; } }
  @media screen and (max-width: 600px) {
    .header {
      background-size: auto 100%; } }

.header-home {
  background-size: cover;
  border-bottom: 4px solid #fff;
  width: 100%;
  height: 125px;
  position: relative; }
  .header-home img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

.header-page {
  height: 350px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 600px) {
    .header-page {
      height: 200px; } }

.header-hero {
  height: inherit;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .header-hero img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media screen and (max-width: 1024px) {
      .header-hero img {
        height: 100%;
        width: auto; } }
    @media screen and (max-width: 600px) {
      .header-hero img {
        height: 100%;
        width: auto; } }

.container {
  max-width: 1200px;
  margin: auto;
  position: relative; }

.banner-homepage {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative; }
  .banner-homepage img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .banner-homepage img {
        height: 100%;
        width: auto; } }

.banner-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3); }

.banner-post {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative; }

.banner-message {
  width: 50%;
  left: 0px;
  position: absolute;
  top: 300px;
  text-align: left;
  font-size: 120%;
  padding: 40px; }
  .banner-message h1 {
    color: #fff;
    padding: 5px;
    font-size: 2.4em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: 'PT Serif', serif; }
  .banner-message h2 {
    color: #fff;
    padding: 5px;
    font-size: 2em;
    font-weight: 300; }
  .banner-message h3 {
    color: #fff;
    padding: 5px;
    font-size: 1.6em;
    font-weight: 400; }
  .banner-message h4 {
    color: #ffcc00;
    font-size: 1.8em;
    font-weight: 400; }
  .banner-message p {
    color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 1.1em; }
  .banner-message a {
    color: #ffcc00;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .banner-message a:hover {
    color: #3e70b3; }
  @media screen and (max-width: 600px) {
    .banner-message {
      top: 20px;
      font-size: 50%;
      padding: 20px; } }

a.get-started {
  background: #416bb9;
  font-size: 1.2em;
  padding: 10px;
  color: #fff !important;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all .25s ease-in-out !important; }
  @media screen and (max-width: 600px) {
    a.get-started {
      display: block;
      width: 90%;
      margin: auto; } }

a.get-started:hover {
  background: #45993a;
  color: #fff; }

.logo {
  width: 175px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 999; }
  .logo img {
    width: 100%;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    top: 0px; }
    @media screen and (max-width: 600px) {
      .logo img {
        max-width: 250px;
        height: auto; } }
  .logo img:hover {
    top: -3px; }
  @media screen and (max-width: 820px) {
    .logo {
      top: 65px; } }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 820px) {
    .slicknav_menu {
      display: block; } }

.top-menu {
  width: 75%;
  position: absolute;
  top: 20px;
  right: 15px;
  text-align: right; }
  .top-menu ul {
    margin: 0px;
    padding: 0px; }
    .top-menu ul li {
      list-style-type: none;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
      .top-menu ul li a {
        color: #787878;
        padding: 10px; }
      .top-menu ul li a:hover {
        color: #546146; }

.main-menu {
  position: absolute;
  text-align: right;
  padding: 10px;
  top: 50px;
  width: 100%;
  z-index: 100;
  /* Drop down hover */ }
  @media screen and (max-width: 1024px) {
    .main-menu {
      font-size: 90%; } }
  @media screen and (max-width: 820px) {
    .main-menu {
      display: none; } }
  .main-menu ul {
    padding: 0px;
    margin: 0px;
    /* Drop down */ }
    .main-menu ul ul {
      list-style: none;
      position: absolute;
      left: -9999px;
      padding: 0px;
      text-align: left;
      z-index: 200; }
      .main-menu ul ul li {
        display: block;
        padding: 0px 0px;
        width: 200px;
        border-right: none; }
        .main-menu ul ul li a {
          background: #81a542;
          border-radius: 0px;
          display: block;
          padding: 10px;
          color: #fff;
          font-size: .9em; }
        .main-menu ul ul li a:hover {
          background: #395ea4;
          color: #fff;
          text-shadow: none; }
      .main-menu ul ul li:last-child {
        border: none; }
    .main-menu ul ul:after {
      content: "";
      position: absolute;
      left: 10px;
      top: -5px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #81a542; }
  .main-menu li:hover ul {
    left: 10px;
    top: 40px; }
  .main-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    border-right: 1px solid white; }
    .main-menu li a {
      display: block;
      padding: 10px 15px;
      color: #81a542;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.2em;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      border-bottom: 2px solid transparent; }
    .main-menu li a:hover {
      color: #395ea4;
      border-bottom: 2px solid #a9dd4d; }
  .main-menu li:last-child {
    border: none; }

.content {
  padding: 30px 0px; }
  @media screen and (max-width: 600px) {
    .content {
      padding: 10px; } }
  .content img {
    max-width: 100%;
    height: auto; }
  .content ol {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
    .content ol li {
      list-style-type: decimal;
      color: #464646;
      padding: 5px; }
  .content ul {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
  .content li {
    list-style-type: disc;
    color: #576c89;
    font-size: 1em;
    padding: 5px; }
  .content a {
    color: #576c89;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out; }
  .content a:hover {
    color: #66852f; }

.content-orange {
  background: #f68b1e;
  padding: 25px 0px; }
  .content-orange p {
    color: #fff; }
  .content-orange h2 {
    color: #376cb4;
    font-family: azo-sans-uber, sans-serif;
    font-style: normal;
    font-weight: 400; }
  .content-orange h3 {
    color: #222; }

.content-blue {
  padding: 25px 0px;
  background: #376cb4; }
  .content-blue p {
    color: #fff; }
  .content-blue h2 {
    color: #f68b1e; }
  .content-blue h3 {
    color: #f68b1e;
    font-family: azo-sans-uber, sans-serif;
    font-style: normal;
    font-weight: 400; }

.content-pattern {
  padding: 25px 0px;
  background: #fff url("images/icon-pattern.png"); }

.content-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 74.5%;
  padding: 0 0 0 15px; }
  @media screen and (max-width: 600px) {
    .content-left {
      width: 100%;
      display: block; } }

.testimonial-container p {
  padding: 15px;
  color: #fff;
  font-size: 1.4em;
  font-style: italic; }
.testimonial-container h2 {
  color: #fff;
  font-size: 1.8em; }
.testimonial-container h3 {
  font-size: 1.2em;
  color: #f68b1e; }
.testimonial-container a {
  color: #6ca3ff; }
.testimonial-container a:hover {
  color: #fff; }

a.subscribe {
  border: 1px solid rgba(255, 227, 71, 0.5);
  color: #f08014 !important;
  font-size: 140%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.subscribe:hover {
  border: 1px solid rgba(255, 227, 71, 0.75);
  color: #ffba00 !important;
  background: rgba(0, 0, 0, 0.45); }

.social-bar {
  text-align: center;
  color: #fff; }
  .social-bar img {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    top: 0px; }
  .social-bar img:hover {
    top: -3px; }
  @media screen and (max-width: 600px) {
    .social-bar {
      font-size: 1em; } }

.copyright {
  background: #171717;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: .9em; }

.footer {
  background: url("images/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 100px 0 50px 0px;
  color: #fff;
  position: relative;
  z-index: 1; }
  .footer h3 {
    padding: 5px;
    color: #a9dd4d;
    font-family: 'Shrikhand', cursive;
    font-size: 1.6em;
    font-weight: 400; }
  .footer hr {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .footer p {
    color: #fff;
    font-size: 1em;
    padding: 5px; }
  .footer a {
    color: #a9dd4d;
    @include-animate-slow; }
  .footer a:hover {
    color: #fff; }
  @media screen and (max-width: 600px) {
    .footer {
      text-align: center; } }

.footer-button {
  background: #2d3b45;
  color: #fff;
  padding: 15px;
  font-size: 1.2em;
  position: absolute; }

.footer-button:before {
  content: '';
  width: 7px;
  height: 7px;
  background: url("images/footer-button-shadow.png");
  top: 0px;
  left: -7px;
  position: absolute; }

ul.footer-menu {
  margin: 10px 0px;
  padding: 0px; }
  ul.footer-menu li {
    list-style-type: none;
    display: block;
    padding: 10px 0px; }
    ul.footer-menu li a {
      color: #a9dd4d;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      padding: 5px; }
    ul.footer-menu li a:hover {
      color: #fff; }
  ul.footer-menu li:last-child {
    border: none; }

@media screen and (max-width: 600px) {
  .footer-left {
    text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

.mobile-show {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-show {
      display: block; } }

.mobile-hide {
  display: normal; }
  @media screen and (max-width: 600px) {
    .mobile-hide {
      display: none; } }

.sidebar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 22%;
  padding: 10px; }
  .sidebar ul {
    margin: 0px;
    padding: 0px; }
  .sidebar li {
    list-style-type: none;
    padding: 0px; }
  .sidebar p {
    padding: 0px; }
  .sidebar h3 {
    padding: 10px 0px; }
  @media screen and (max-width: 600px) {
    .sidebar {
      width: 100%;
      display: block; } }

.sidebar .menu {
  background: #f4f3f0;
  padding: 15px;
  margin: 10px 0px; }
  .sidebar .menu ul {
    margin: 0px;
    padding: 0px; }
  .sidebar .menu li {
    padding: 5px;
    margin: 5px 0px;
    border-bottom: 1px solid #d6d1c5; }
    .sidebar .menu li a {
      color: #5485a8;
      font-size: 1.1em; }
    .sidebar .menu li a:hover {
      color: #255476; }
  .sidebar .menu li:last-child {
    border: none; }

.widget_product_categories, .widget_nav_menu {
  margin: 10px 0px 20px 0px;
  background: #fffcf2;
  padding: 0px 0px 10px 0px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }
  .widget_product_categories h3, .widget_nav_menu h3 {
    background: #005a9a;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 5px 0px;
    font-size: 1.2em; }
  .widget_product_categories ul.product-categories li, .widget_nav_menu ul.product-categories li {
    padding: 10px;
    border-bottom: 1px dotted #e0d9c2; }
  .widget_product_categories ul, .widget_nav_menu ul {
    margin: 0px 10px;
    padding: 0px; }
  .widget_product_categories li, .widget_nav_menu li {
    padding: 5px 0px;
    border-bottom: 1px dotted #e0d9c2; }

.sidebar-container {
  margin: 0px 0px 10px 0px; }

article {
  width: 90%;
  margin: 15px 0px;
  padding: 10px;
  background: #f7f5ee;
  border: 1px solid #f2efe7; }

.article-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 30%;
  margin: 15px;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: 8px solid #eee; }
  .article-container a {
    color: #f68b1e; }
  .article-container h3 {
    color: #f68b1e; }
  .article-container p {
    color: #fff; }
  .article-container img {
    width: auto;
    height: 100%; }

.article-container:hover {
  border: 8px solid #ccc; }

.article-interior {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100%; }

.red-dot {
  background: #bc2626;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600; }

.blue-dot {
  background: #3247ae;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600; }

.homepage-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  width: 250px;
  height: 175px;
  margin: 15px;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .homepage-box img {
    width: 100%;
    height: auto; }
  .homepage-box h3 {
    color: #fff;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 1.2em; }

.homepage-box:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }

.sponsors-container {
  background: #f5f3ed;
  padding: 30px 0px;
  text-align: center; }
  .sponsors-container h3 {
    font-size: 1.8em;
    color: #c8be9f; }
  .sponsors-container img {
    max-width: 175px; }
    @media screen and (max-width: 600px) {
      .sponsors-container img {
        max-width: 150px; } }

img.grow {
  width: 75%;
  height: auto;
  display: block;
  margin: auto;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative; }

img.grow:hover {
  transform: scale(1.2); }

/*
ul.gallery {
	margin: 0px;
	padding: 0px;

	li {
		list-style-type: none;
		width: 15%;
		margin: 10px;
		float: left;
		background: none;

		img {
			width: 100%; height: auto; border: 3px solid #fff; box-shadow: 0px 3px 15px rgba(0,0,0,.15);
		}
	}
} */
.gform_wrapper {
  margin: 10px 20px !important;
  max-width: 90%; }

/* img.shadow { margin: 15px; border: 5px solid #fff; box-shadow: 0px 2px 15px rgba(0,0,0,.20); } */
.service-icon {
  width: 30%;
  height: auto;
  display: block;
  margin: auto;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative; }

.service-icon:hover {
  transform: scale(1.2); }

.gradient-bar {
  background-color: #38c1ae;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, right top, from(#42b3ce), to(#38c1ae));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #42b3ce, #38c1ae);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #42b3ce, #38c1ae);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #42b3ce, #38c1ae);
  /* IE10 */
  background-image: -o-linear-gradient(top, #42b3ce, #38c1ae);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #42b3ce, #38c1ae);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#42b3ce', EndColorStr='#38c1ae');
  padding: 50px 0px;
  font-size: 90%; }
  .gradient-bar h1, .gradient-bar h2, .gradient-bar h3, .gradient-bar p {
    color: #fff; }

.parallax-window {
  position: relative;
  width: 100%;
  padding: 50px 0px; }
  .parallax-window h1, .parallax-window h2, .parallax-window h3 {
    font-weight: 300;
    text-transform: uppercase; }
  .parallax-window p {
    color: #fff; }

.grid {
  text-align: center; }

.slider {
  margin: 0 auto 50px auto; }
  .slider ul {
    margin: 0px;
    padding: 0px; }
  .slider li {
    padding: 0px;
    list-style-type: none; }

.one-half {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%;
      display: block; } }

.two-third {
  width: 65.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%;
      display: block; } }

.one-quarter {
  width: 24.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-quarter {
      width: 49%; } }

.three-quarter {
  width: 74.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .three-quarter {
      width: 49%;
      display: block; } }

.one-third {
  width: 32.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%;
      display: block; } }

.one-fifth {
  width: 19.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 600px) {
    .one-fifth {
      width: 100%;
      display: block; } }

a.button-orange {
  background: #f44201;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.button-orange:hover {
  background: #222;
  color: #fff; }

a.services-button {
  background: #3f72a5;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 1em;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.services-button:hover {
  background: #5ab3a3;
  color: #fff; }

a.registration-button {
  background: #506e7c;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 8px;
  font-size: 1em;
  border-radius: 3px;
  margin: 3px; }

a.registration-button:hover {
  background: #678851;
  color: #fff; }

a.fancy-button {
  background: #004677;
  color: #fff;
  padding: 10px;
  font-size: 1em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.fancy-button:hover {
  background: #ffba00;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.staff-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 45%;
  margin: 10px; }
  .staff-container img {
    display: block;
    width: 75%;
    margin: auto;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }

/*
.shadow {
	box-shadow: 0px 0px 10px #d7d3b4;
	border: 5px solid #fff;
	margin: 15px;
}*/
h1 {
  font-size: 2.6em;
  color: #66852f;
  font-weight: 400;
  padding: 10px 20px;
  font-family: 'Shrikhand', cursive;
  font-style: normal;
  font-weight: 400; }

h1.tagline {
  font-size: 3em;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
  padding: 0px;
  position: absolute;
  top: 300px;
  left: 20px; }

p.tagline {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-size: 1.1em;
  padding: 0px;
  position: absolute;
  top: 360px;
  left: 20px; }

h2 {
  font-size: 2em;
  font-weight: 400;
  color: #576c89;
  padding: 10px 20px; }

h3 {
  font-size: 1.8em;
  font-weight: 300;
  color: #66852f;
  padding: 10px 20px; }

h4 {
  font-size: 1.8em;
  font-weight: 400;
  color: #ffba00;
  padding: 10px 20px; }

p {
  color: #383838;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 1.1em; }

p.quote {
  font-size: 1.2em;
  font-style: italic; }

ul.checks {
  margin: 5px 5px 5px 30px; }
  ul.checks li {
    list-style-type: none;
    color: #576c89;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    position: relative;
    padding: 15px 10px 15px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  ul.checks li:before {
    content: '';
    position: absolute;
    left: 0px;
    background: url("images/checkmark-orange.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px; }

ul.checks-light {
  margin: 5px 5px 5px 30px; }
  ul.checks-light li {
    position: relative;
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    padding: 15px 10px 15px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  ul.checks-light li:before {
    content: '';
    position: absolute;
    background: url("images/checkmark-white.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    left: 0px; }

blockquote {
  border-left: 5px solid #005a9a;
  font-style: italic;
  padding: 5px;
  margin: 10px 5px 10px 40px; }
  blockquote p {
    color: #707070; }

hr {
  width: 90%;
  margin: 10px auto;
  border-bottom: 1px dotted #ccc;
  border-right: none;
  border-left: none;
  border-top: none; }

hr.page-break {
  background: #eee;
  margin: 0px;
  box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.15);
  height: 20px;
  width: 100%;
  display: block;
  border: none; }

strong {
  font-weight: bold;
  font-weight: 600; }

a {
  color: #55a2bd;
  text-decoration: none; }

a:hover {
  color: #9bb57b; }

.video-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 40px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: center; }

address {
  padding: 0px 20px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 10px !important; }

input[type=submit] {
  margin: 0px 5px;
  background: #f57f1d;
  border-radius: 3px;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  border: none; }

input[type=submit]:hover {
  background: #28589f; }

.nf-form-cont {
  margin: 0px 20px; }

.field-wrap > div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
  margin: 0px 5px;
  background: #f57f1d;
  border-radius: 3px;
  padding: 12px;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  border: none; }

.field-wrap > div input[type=checkbox]:hover, .field-wrap button, .field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover {
  background: #28589f; }

table {
  color: #222;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 20px; }

td, th {
  border: 1px solid #ccc;
  padding: 10px;
  transition: all 0.3s; }

th {
  background: #DFDFDF;
  font-weight: bold; }

td {
  background: #fafafa; }

tr:hover, td:hover {
  background: #d3d3d3; }

/* Even Cells */
tr:nth-child(even) td {
  background: #F1F1F1; }

/* Odd Cells */
tr:nth-child(odd) td {
  background: #FEFEFE; }

/*# sourceMappingURL=style.css.map */
