@charset "UTF-8";
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.5
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT 
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*colors*/
/*#f2f2f2*/
/*new*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
@import url("https://fonts.googleapis.com/css?family=Baloo|Montserrat:400,400i,700,700i");
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden; }

/* clear */
.clear:before, .regForm .doubleButton:before, .regForm #age > div:before, .regForm #scaleLabels:before,
.clear:after,
.regForm .doubleButton:after,
.regForm #age > div:after,
.regForm #scaleLabels:after {
  content: ' ';
  display: table; }


.clear:after,
.regForm .doubleButton:after,
.regForm #age > div:after,
.regForm #scaleLabels:after {
  clear: both; }

.clear, .regForm .doubleButton, .regForm #age > div, .regForm #scaleLabels {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #1c75bb;
  text-decoration: none;
  /*outline:0;
	&:focus,&:hover,&:active {
		outline:0;
	}*/ }
  a:hover {
    color: #1c75bb;
    text-decoration: none; }

.fontawesome, #sidebar .register:before {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal; }

/*:focus {
	outline: dotted;
}*/
/*embed*/
.embedBox {
  position: relative;
  /*padding-bottom: 62.25%;*/
  padding-bottom: 50%;
  /* ratio for youtube embed */
  padding-top: 1.475em;
  height: auto;
  overflow: hidden; }

.embedBox iframe, .embedBox object, .embedBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clickFrame iframe {
  pointer-events: none; }

.clickFrame iframe.clicked {
  pointer-events: auto; }

*:focus {
  outline: 0;
  border: 0.0625em solid #04A4CC; }

[readonly='readonly'] {
  pointer-events: none; }

.roundImage {
  border-radius: 50%; }

.button {
  color: #FFF;
  background: #1c75bb;
  text-decoration: none !important;
  padding: 0.5em 1em;
  display: inline-block;
  border: 0;
  text-align: center;
  font-weight: bold;
  border-radius: 0.5em; }
  .button.small {
    padding: 0.125em 1.25em; }
  .button:hover {
    color: #FFF;
    background: #15598f; }
  .button.red {
    border: none;
    background: #ee4136; }
    .button.red:hover {
      background: #c71c11; }
  .button.darkRed {
    border: none;
    background: #b7273a;
    color: #FFF; }
    .button.darkRed:hover {
      background: #781a26; }
  .button.grey {
    border: none;
    background: #ebebeb;
    color: #000; }
    .button.grey:hover {
      background: #781a26; }
  .button.green {
    border: none;
    background: #009344;
    color: #FFF; }
    .button.green:hover {
      background: #00602c; }
  .button.lightGreen {
    border: none;
    color: #3d3d3d;
    background: #7dcc8a; }
    .button.lightGreen:hover {
      background: #58be69; }
  .button.white {
    background: #FFF;
    color: #3d3d3d; }
    .button.white:hover {
      background: #ebebeb; }
  .button.redFull {
    color: #FFF; }
    .button.redFull:hover {
      border: 0.0625em solid #FFF;
      background: #de1f13; }
  .button.redFull {
    background: #ee4136; }
  .button.blue {
    color: #1c75bb; }
    .button.blue:hover {
      background: rgba(28, 117, 187, 0.2); }
  .button.black {
    background: #000;
    color: #FFF; }
  .button i {
    margin-right: 0.3125em; }

body #mainContent .checkout-button, body #mainContent #place_order {
  background: #1c75bb;
  color: #FFF; }

img.round {
  border-radius: 50%; }

a.arrowIcon {
  display: inline-block;
  height: 2.8125em;
  width: 2.8125em;
  border-radius: 50%;
  border: 0.1875em solid #FFF;
  text-align: center; }
  a.arrowIcon i {
    color: #FFF;
    font-size: 2.5em; }
  a.arrowIcon:hover {
    border-color: #1c75bb; }
    a.arrowIcon:hover i {
      color: #1c75bb; }
  a.arrowIcon.blackIcon {
    border-color: #000;
    margin-bottom: 2.5em; }
    a.arrowIcon.blackIcon i {
      color: #000;
      position: relative;
      top: -0.125em; }
    a.arrowIcon.blackIcon:hover {
      border-color: #1c75bb; }
      a.arrowIcon.blackIcon:hover i {
        color: #1c75bb; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 0.0625em;
  padding-right: 0.9375em;
  padding-left: 0.9375em; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 48em) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 62em) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 75em) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*@import url("https://use.typekit.net/ico0jyv.css");*/
/*font-family: 'Montserrat', sans-serif;*/
body {
  background: #FFF;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 160%;
  line-height: 150%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'Baloo', sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 0.5em; }

h1 {
  font-size: 1.875em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.375em;
  color: #1c75bb; }

h2 + h3 {
  margin-top: 0; }

h3 + h2 {
  margin-bottom: 0; }

@media only screen and (max-width: 36.25em) {
  img.alignright {
    float: none; } }

a {
  color: #1c75bb; }

a, a:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.transition {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

article.page a {
  text-decoration: underline; }
  article.page a:hover {
    text-decoration: none; }

.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText p, .whiteText li {
  color: #FFF; }

.whiteText a {
  color: #FFF !important;
  text-decoration: underline; }

.arrow, #sidebarNav a:before, #btmButtons a:after {
  font-family: FontAwesome;
  font-weight: lighter;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f054";
  position: absolute; }

a.video {
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  a.video img {
    min-width: 100%;
    height: auto; }
  a.video:after {
    background: url("img/play.png") center center no-repeat;
    content: "";
    display: block;
    width: 5.125em;
    height: 5.125em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5625em;
    margin-top: -2.5625em;
    opacity: 0.8; }
  a.video:hover:after {
    opacity: 1; }

@media only screen and (max-width: 30em) {
  h1 {
    font-size: 2.5em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; } }

.intro {
  font-size: 1.25em;
  line-height: 1.625em;
  margin-bottom: 1.25em; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* wrapper */
.wrapper {
  max-width: 80em;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left; }

.caret {
  border: none;
  width: 0.625em;
  height: 0.625em;
  position: relative; }
  .caret:after {
    position: absolute;
    top: -0.3125em;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f078";
    color: #7dcc8a;
    font-family: FontAwesome;
    font-weight: lighter;
    font-style: normal;
    font-size: 0.625em; }

#headerTop {
  padding: 1.25em 0;
  background: #3d3d3d; }

.cc-window {
  z-index: 12000 !important; }

#header {
  position: relative;
  background: #FFF;
  font-family: 'Baloo', sans-serif; }
  #header .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0; }
  #header a {
    font-weight: 300;
    color: #1c75bb;
    font-size: 1.125em;
    line-height: 100%; }
  #header .navbar-toggle {
    border-color: #ee4136;
    margin-top: 1.125em; }
    #header .navbar-toggle .icon-bar {
      background-color: #ee4136; }
    #header .navbar-toggle:hover {
      background: #ee4136; }
      #header .navbar-toggle:hover .icon-bar {
        background-color: #FFF; }
  #header #mainNav {
    margin: 1.5em 0 0;
    position: relative;
    z-index: 10000; }
    @media only screen and (min-width: 48em) {
      #header #mainNav {
        float: right; } }
    #header #mainNav a {
      color: #3d3d3d;
      padding: 0.75em 0.5em;
      font-size: 1.125em;
      background: transparent;
      font-weight: bold;
      border-radius: 0.9375em;
      position: relative;
      top: 0.125em; }
      #header #mainNav a:hover {
        background: #ebebeb;
        color: #3d3d3d; }
      #header #mainNav a.home {
        border: none;
        padding-left: 0; }
        #header #mainNav a.home i {
          font-size: 1.875em;
          position: relative;
          top: 0.25em;
          margin-right: 0.3125em; }
      @media only screen and (max-width: 48em) {
        #header #mainNav a {
          padding: 0.625em 1.25em; } }
    #header #mainNav .dropdown-menu a {
      text-transform: none;
      margin: 0;
      padding: 0.5em 0.9375em; }
    #header #mainNav > ul {
      width: 100%; }
      #header #mainNav > ul > li {
        margin: 0em; }
      #header #mainNav > ul > li:first-child {
        display: none; }
      #header #mainNav > ul > li:last-child {
        margin-right: 0;
        padding-right: 0; }
    #header #mainNav #menu-primary {
      padding-bottom: 1.25em;
      margin-top: 0; }
      #header #mainNav #menu-primary > li {
        z-index: 1000; }
      #header #mainNav #menu-primary li.active > a, #header #mainNav #menu-primary li.active > a:hover, #header #mainNav #menu-primary li.active > a:focus {
        background: transparent; }
      #header #mainNav #menu-primary li:last-child > a {
        border: none; }
    #header #mainNav .searchToggle {
      float: right;
      padding: 0.625em 1.125em;
      border: 0;
      font-size: 1.5em;
      color: #FFF; }
      #header #mainNav .searchToggle:hover, #header #mainNav .searchToggle.active {
        background: #1c75bb; }
  #header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 2.6875em 0 1.25em;
    z-index: 100;
    width: 15.625em;
    position: relative;
    /*>img{
			image-rendering: -webkit-optimize-contrast;
		}*/ }
    @media only screen and (max-width: 30em) {
      #header .navbar-brand {
        width: auto; }
        #header .navbar-brand > img {
          width: 13.125em; } }
    @media only screen and (max-width: 48em) {
      #header .navbar-brand {
        margin-left: 1.25em; } }
  @media only screen and (max-width: 48em) {
    #header #mainNav, #header #sideHead, #header .pageActions {
      display: none; }
    #header #mainNav > div > ul {
      float: none;
      width: 100%;
      margin: 0;
      clear: both; }
      #header #mainNav > div > ul > li {
        position: static;
        float: none;
        margin: 0.3125em 0; }
      #header #mainNav > div > ul a {
        padding: 0;
        display: block;
        border: none !important; }
    #header #mainNav {
      padding-bottom: 1.25em; }
      #header #mainNav a.home {
        display: block;
        margin-bottom: 0; }
        #header #mainNav a.home i {
          display: none; }
    #header .searchToggle {
      display: none; } }
  @media only screen and (min-width: 48em) and (max-width: 62.25em) {
    #header #searchform #s {
      width: 8.75em; }
    #header .navbar-brand {
      width: 14.375em; }
    #header #menu-primary {
      margin-top: 0; } }

#searchform {
  width: 100%;
  display: none;
  padding: 0.625em;
  background: #ebebeb;
  font-size: 0.9375em; }
  #searchform > div {
    width: 18.75em;
    margin: 0 auto;
    position: relative; }
  #searchform #s {
    background: #FFF;
    border: none;
    border-radius: 0 0 0.3125em 0.3125em;
    width: 19.375em;
    padding: 0.375em 2.1875em 0.3125em 0.3125em; }
  #searchform #searchsubmit {
    background: none;
    border: none;
    font-weight: bolder;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 0em;
    right: 0em;
    color: #84888b;
    z-index: 5; }
  #searchform i {
    display: block;
    position: absolute;
    top: 0.18em;
    right: 0;
    font-size: 1.5em;
    z-index: 4; }

@media only screen and (max-width: 48em) {
  #searchform {
    display: none; } }

#secondNav {
  text-align: right;
  font-size: 0.875em;
  margin-top: 0; }
  #secondNav .button {
    color: #3d3d3d;
    padding: 0.4375em 1.25em;
    border-radius: 1.25em; }
  #secondNav .register, #secondNav .social {
    color: #FFF; }
  #secondNav .register {
    margin: 0.6875em 0.9375em; }
  #secondNav .secondNavPanel {
    background: #ebebeb;
    float: right;
    padding: 0.625em;
    border-radius: 0 0 1.5625em 1.5625em; }
    #secondNav .secondNavPanel a {
      margin: 0 0.5em; }
  #secondNav .searchButton {
    background: #FFF;
    padding: 0.4375em;
    color: #5a5959; }
  @media only screen and (max-width: 48em) {
    #secondNav {
      display: none; } }

#cartCount {
  background: #1c75bb;
  text-align: center;
  width: 2.1875em;
  height: 2.1875em;
  display: block;
  padding: 0.375em;
  color: #FFF;
  border-radius: 50%; }

#contentHeader {
  background: #1c75bb;
  color: #FFF;
  font-size: 1.375em;
  line-height: 1.25em;
  overflow: hidden;
  /*background: linear-gradient(to right, #17a8e4 20%, $blue 40%);*/ }
  #contentHeader:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 24.375em 164.3125em 0 0;
    border-color: #1c75bb transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0; }
  #contentHeader h1 {
    color: #FFF;
    font-size: 1.7em;
    line-height: 1.5em; }
  #contentHeader a {
    color: #FFF; }
    #contentHeader a:hover {
      text-decoration: none; }

#breadcrumbs {
  float: right;
  font-size: 0.6125em;
  margin: 0.625em 0;
  padding: 0.625em 0.9375em;
  color: #000;
  margin-bottom: 1.25em;
  position: relative;
  z-index: 1000; }
  #breadcrumbs ul, #breadcrumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline; }
  #breadcrumbs .divider {
    padding: 0 0.625em;
    color: #1c75bb; }
  #breadcrumbs .active {
    color: #1c75bb;
    font-weight: 300; }
  #breadcrumbs a {
    color: #000; }
    #breadcrumbs a:hover {
      text-decoration: underline; }

#bannerImage {
  position: relative; }
  #bannerImage .overlay {
    position: absolute;
    top: 1.375em;
    right: 2.0625em;
    max-width: 12%; }

#sidebar {
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 48em) {
    #sidebar {
      width: 100%;
      margin-bottom: 1.875em; } }
  #sidebar .register {
    text-align: left;
    width: 100%;
    position: relative;
    padding-left: 2.1875em;
    margin-bottom: 1.25em; }
    #sidebar .register:before {
      content: "\f0dd";
      display: block;
      font-size: 1.875em;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      top: 21%;
      left: 1%; }

#sidebarNav > .nav > li {
  margin-bottom: 1.875em; }

#sidebarNav ul, #sidebarNav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

#sidebarNav a {
  display: block;
  padding: 0.625em 0.9375em;
  padding-left: 2.1875em;
  width: 100%;
  font-size: 1em;
  white-space: normal;
  color: #000;
  border-bottom: 0.0625em solid #3d3d3d;
  position: relative; }
  #sidebarNav a:before {
    font-weight: lighter;
    position: absolute;
    top: 0.5625em;
    font-size: 1em;
    left: 0.9375em; }

#sidebarNav a:hover, #sidebarNav a.active > a {
  text-decoration: none;
  color: #1c75bb;
  background: none;
  font-weight: normal; }

#sidebarNav .caret {
  display: none; }

#sidebarNav .dropdown-menu {
  float: none;
  position: static;
  min-width: 0; }

#sidebarNav .dropdown-menu > .active > a, #sidebarNav .dropdown-menu > .active > a:hover, #sidebarNav .dropdown-menu > .active > a:focus {
  background: none;
  color: #1c75bb; }

#sidebarNav > ul > li {
  display: none; }
  #sidebarNav > ul > li.current-menu-ancestor, #sidebarNav > ul > li.current-menu-parent, #sidebarNav > ul > li.current-menu-item {
    display: block; }
    #sidebarNav > ul > li.current-menu-ancestor li, #sidebarNav > ul > li.current-menu-parent li, #sidebarNav > ul > li.current-menu-item li {
      display: block; }
  #sidebarNav > ul > li.current-menu-item:not(.menu-item-has-children) {
    display: none; }
  #sidebarNav > ul > li > a {
    display: none;
    color: #ee4136;
    font-weight: bold; }
    #sidebarNav > ul > li > a:hover {
      cursor: text;
      color: #ee4136;
      font-weight: normal; }
  #sidebarNav > ul > li > ul {
    display: block;
    background: transparent; }
    #sidebarNav > ul > li > ul > li > a {
      margin-bottom: 0.1875em; }
    #sidebarNav > ul > li > ul > li > ul {
      display: none; }
    #sidebarNav > ul > li > ul > li:last-child a {
      border-bottom: 0.4375em solid #ebebeb; }
    #sidebarNav > ul > li > ul > li.current-menu-ancestor > ul, #sidebarNav > ul > li > ul > li.current-menu-parent > ul, #sidebarNav > ul > li > ul > li.current-menu-item > ul {
      display: block;
      position: static;
      background: transparent; }
      #sidebarNav > ul > li > ul > li.current-menu-ancestor > ul a, #sidebarNav > ul > li > ul > li.current-menu-parent > ul a, #sidebarNav > ul > li > ul > li.current-menu-item > ul a {
        padding-left: 1.875em; }
        #sidebarNav > ul > li > ul > li.current-menu-ancestor > ul a:hover, #sidebarNav > ul > li > ul > li.current-menu-parent > ul a:hover, #sidebarNav > ul > li > ul > li.current-menu-item > ul a:hover {
          text-decoration: none; }

#sideButtons a {
  display: block;
  margin-bottom: 0.9375em; }

#sideShare > p {
  display: inline-block;
  margin-right: 0.625em; }

#sideShare a {
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: 'Baloo', sans-serif;
  color: #3d3d3d;
  font-weight: bold;
  margin-right: 0.625em; }
  #sideShare a > span {
    color: #FFF;
    background: #3d3d3d;
    display: inline-block;
    margin-right: 0.25em;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    text-align: center;
    padding: 0.125em 0.375em;
    font-size: 0.875em; }
    #sideShare a > span:hover {
      background: #000; }
    #sideShare a > span.facebook {
      background: #1c75bb;
      padding: 0.1875em 0.5em; }
      #sideShare a > span.facebook:hover {
        background: daren(#1c75bb, 10%); }
    #sideShare a > span.twitter {
      background: #16b3ed;
      padding: 0.125em 0.375em; }
      #sideShare a > span.twitter:hover {
        background: daren(#16b3ed, 10%); }

#pageIntro {
  overflow: visible;
  position: relative;
  padding: 0 0 7.5em; }
  #pageIntro #introText {
    z-index: 100;
    position: relative; }
  #pageIntro #featuredImageSide {
    margin: 0 -0.9375em; }
  @media only screen and (min-width: 48em) {
    #pageIntro {
      padding: 2.5em 0 6.25em; }
      #pageIntro #featuredImageSide {
        margin: 0;
        position: absolute;
        top: 0;
        left: 100%;
        width: 33em;
        height: 30.0625em; }
        #pageIntro #featuredImageSide:after, #pageIntro #featuredImageSide:before {
          content: "";
          display: block;
          width: 9.375em;
          height: 100%;
          position: absolute;
          top: 0; }
        #pageIntro #featuredImageSide:before {
          left: 0;
          background: -webkit-gradient(linear, left top, right top, from(#1c75bb), to(rgba(28, 117, 187, 0)));
          background: -webkit-linear-gradient(left, #1c75bb, rgba(28, 117, 187, 0));
          background: -o-linear-gradient(left, #1c75bb, rgba(28, 117, 187, 0));
          background: linear-gradient(to right, #1c75bb, rgba(28, 117, 187, 0)); }
        #pageIntro #featuredImageSide:after {
          right: 0;
          background: -webkit-gradient(linear, right top, left top, from(#1c75bb), to(rgba(28, 117, 187, 0)));
          background: -webkit-linear-gradient(right, #1c75bb, rgba(28, 117, 187, 0));
          background: -o-linear-gradient(right, #1c75bb, rgba(28, 117, 187, 0));
          background: linear-gradient(to left, #1c75bb, rgba(28, 117, 187, 0)); } }

/*aboriginal go4fun page*/
body.page-id-79 #contentHeader {
  background: #000; }
  body.page-id-79 #contentHeader:before {
    display: none; }
  body.page-id-79 #contentHeader #featuredImageSide:before, body.page-id-79 #contentHeader #featuredImageSide:after {
    display: none; }

#mainContent {
  margin-bottom: 2.5em; }
  #mainContent p:first-child > strong {
    font-size: 1.125em;
    margin-bottom: 1.25em; }
  #mainContent a {
    color: #1c75bb; }
  #mainContent article h3, #mainContent .callout h3 {
    font-size: 1.5em; }
  #mainContent article a, #mainContent .callout a {
    text-decoration: underline; }
  #mainContent h1:first-child {
    margin-top: 0; }
  #mainContent > header {
    padding-bottom: 0.9375em;
    margin-bottom: 1.5625em;
    border-bottom: 0.0625em solid #3d3d3d; }
  #mainContent .contentBlock {
    padding: 2.5em 0; }
    #mainContent .contentBlock .sectionLabel {
      margin: 0;
      background: #1c75bb;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      padding: 0.5em 0.625em;
      border-radius: 0.3125em;
      font-size: 0.8125em;
      font-weight: 400;
      margin-bottom: 1.25em; }
    #mainContent .contentBlock .sectionLabel + h2 {
      margin-top: 0; }
    #mainContent .contentBlock.highlight-tint {
      background: #1c75bb; }
      #mainContent .contentBlock.highlight-tint .button {
        color: #000;
        background: #FFF; }
        #mainContent .contentBlock.highlight-tint .button:hover {
          background: #1c75bb; }
    #mainContent .contentBlock.highlight-full {
      background: #1c75bb;
      color: #FFF; }
      #mainContent .contentBlock.highlight-full h1, #mainContent .contentBlock.highlight-full h2, #mainContent .contentBlock.highlight-full h3, #mainContent .contentBlock.highlight-full h4, #mainContent .contentBlock.highlight-full li, #mainContent .contentBlock.highlight-full p {
        color: #FFF; }
      #mainContent .contentBlock.highlight-full .button {
        color: #000;
        background: #FFF; }
        #mainContent .contentBlock.highlight-full .button:hover {
          background: #1c75bb; }
      #mainContent .contentBlock.highlight-full .sectionLabel {
        background: #FFF;
        color: #000; }

#programCallouts {
  background: #ebebeb;
  padding: 2.5em 0 1.25em; }
  #programCallouts .callout {
    margin-bottom: 2.5em; }
  #programCallouts h4 {
    padding-bottom: 0.9375em;
    margin-bottom: 0.9375em;
    position: relative; }
    #programCallouts h4:after {
      content: "";
      display: block;
      height: 0.3125em;
      width: 2.1875em;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #000; }
  #programCallouts ul {
    padding-left: 0.875em; }
  #programCallouts .icon {
    border-radius: 50%;
    max-width: 8.75em;
    margin-bottom: 1.25em; }
  #programCallouts .green .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#009344), to(#00c65c));
    background: -webkit-linear-gradient(top, #009344, #00c65c);
    background: -o-linear-gradient(top, #009344, #00c65c);
    background: linear-gradient(to bottom, #009344, #00c65c); }
  #programCallouts .green h4:after {
    background-color: #009344; }
  #programCallouts .red .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee4136), to(#f26d65));
    background: -webkit-linear-gradient(top, #ee4136, #f26d65);
    background: -o-linear-gradient(top, #ee4136, #f26d65);
    background: linear-gradient(to bottom, #ee4136, #f26d65); }
  #programCallouts .red h4:after {
    background-color: #ee4136; }
  #programCallouts .blue .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#1c75bb), to(#2b90df));
    background: -webkit-linear-gradient(top, #1c75bb, #2b90df);
    background: -o-linear-gradient(top, #1c75bb, #2b90df);
    background: linear-gradient(to bottom, #1c75bb, #2b90df); }
  #programCallouts .blue h4:after {
    background-color: #1c75bb; }
  #programCallouts .light_green .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#3cbda3), to(#60ccb6));
    background: -webkit-linear-gradient(top, #3cbda3, #60ccb6);
    background: -o-linear-gradient(top, #3cbda3, #60ccb6);
    background: linear-gradient(to bottom, #3cbda3, #60ccb6); }
  #programCallouts .light_green h4:after {
    background-color: #3cbda3; }
  #programCallouts .yellow .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#f79b1d), to(#f9b14e));
    background: -webkit-linear-gradient(top, #f79b1d, #f9b14e);
    background: -o-linear-gradient(top, #f79b1d, #f9b14e);
    background: linear-gradient(to bottom, #f79b1d, #f9b14e); }
  #programCallouts .yellow h4:after {
    background-color: #f79b1d; }
  #programCallouts .purple .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#590ca5), to(#730fd5));
    background: -webkit-linear-gradient(top, #590ca5, #730fd5);
    background: -o-linear-gradient(top, #590ca5, #730fd5);
    background: linear-gradient(to bottom, #590ca5, #730fd5); }
  #programCallouts .purple h4:after {
    background-color: #590ca5; }

#btmButtons {
  background: #1c75bb;
  padding: 3.125em 0; }
  #btmButtons a {
    padding: 2.5em 0.625em;
    width: 100%;
    font-size: 1.25em; }
    #btmButtons a:after {
      margin-left: 0.625em; }

.social {
  font-size: 1.25em;
  color: #FFF;
  background: #1c75bb;
  padding: 0.475em 0.625em;
  display: inline-block;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-align: center; }

#cta {
  /*background: url("img/footer.jpg") no-repeat left bottom / 100% auto;*/
  background: #1c75bb;
  text-align: center;
  padding: 2.5em 0;
  color: #FFF; }
  @media only screen and (max-width: 34.375em) {
    #cta {
      background-size: 34.375em auto;
      padding: 1.875em 0; } }
  #cta h2 {
    color: #FFF;
    font-size: 1.875em;
    line-height: 2.125em;
    margin-bottom: 0.625em; }
    @media only screen and (min-width: 64em) {
      #cta h2 {
        margin-top: 5em; }
        #cta h2 span {
          display: block; } }
  #cta .button {
    color: #FFF;
    border: none;
    font-size: 1.125em;
    background: #1c75bb; }
  #cta .ginput_container {
    float: left; }
  #cta .gform_body, #cta .gform_footer {
    float: left;
    margin: 0;
    padding: 0;
    clear: none; }
  #cta #field_1_1 input {
    width: 18.75em;
    line-height: 1em;
    padding: 0.375em 0.5em;
    border: 0;
    color: #000;
    margin-right: 1.25em; }
  #cta #field_1_3 {
    display: none; }
  #cta label {
    display: none; }
  #cta .gform_wrapper {
    display: inline-block; }
    #cta .gform_wrapper div, #cta .gform_wrapper input, #cta .gform_wrapper li {
      margin: 0; }
  @media only screen and (max-width: 38.75em) {
    #cta #selectbox {
      margin: 0.625em auto; } }

#selectbox {
  float: left;
  width: 18.75em;
  background: #FFF;
  color: #3d3d3d;
  position: relative; }
  #selectbox > a {
    text-decoration: none;
    position: relative; }
    #selectbox > a:after {
      position: absolute;
      top: 0.3125em;
      right: 0.625em;
      font: normal normal normal 1em/1 FontAwesome;
      content: "\f078"; }
  #selectbox a {
    display: block;
    padding: 0.125em 0.625em; }
  #selectbox > div {
    display: none;
    position: absolute;
    top: 1.75em;
    left: 0;
    background: #FFF; }

body.home .footerBorder {
  padding: 3.75em 0;
  position: relative; }
  body.home .footerBorder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.9375em;
    background: #3d3d3d;
    content: "";
    border-radius: 0.625em; }

#footer {
  margin-top: 2.5em;
  background: #FFF;
  /*font-size: 1.625em;*/
  font-family: 'Baloo', sans-serif; }
  #footer .footerBorder p {
    font-size: 1.625em;
    line-height: 1.2em; }
  #footer strong {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #1c75bb; }
  #footer #logoFooter img {
    max-width: 5em;
    margin-top: 2.5em; }
  #footer #footerLinks a {
    font-size: 1.375em;
    width: 100%;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #footer #footerSocial {
    text-align: right; }
    #footer #footerSocial p {
      font-size: 1.0625em;
      display: inline;
      margin-right: 0.625em; }
    #footer #footerSocial a {
      color: #FFF;
      background: #3d3d3d;
      display: inline-block;
      margin-right: 0.625em;
      border-radius: 50%;
      height: 1.875em;
      width: 1.875em;
      padding: 0.25em 0.5em;
      font-size: 1em; }
      #footer #footerSocial a:hover {
        background: #000; }
      #footer #footerSocial a.facebook {
        background: #1c75bb;
        padding: 0.25em 0.625em; }
        #footer #footerSocial a.facebook:hover {
          background: daren(#1c75bb, 10%); }
      #footer #footerSocial a.twitter {
        background: #16b3ed; }
        #footer #footerSocial a.twitter:hover {
          background: daren(#16b3ed, 10%); }
  #footer #footerBtm {
    background: #1c75bb;
    color: #FFF;
    margin-top: 2.5em;
    padding: 3.625em 0;
    font-size: 0.875em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4em; }
    #footer #footerBtm a {
      color: #FFF;
      display: inline; }
    #footer #footerBtm .fMenu {
      text-align: right; }
  #footer .copyright {
    margin: 1.25em 0 0; }
    @media only screen and (min-width: 48em) {
      #footer .copyright {
        text-align: right; } }

/*	HOMEPAGE	*/
body.home #breadcrumbs {
  display: none; }

body.home h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.5em; }

body.home h3 {
  font-size: 2.25em;
  line-height: 1em; }

body.home #header #mainNav #menu-primary {
  padding-bottom: 0;
  border: 0; }

#intro > .container {
  position: relative;
  z-index: 1000; }

#homeHeroSlider {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/homebanner1.jpg") bottom center no-repeat;
  background-size: 100% auto; }

#homeHeroSlider > img {
  display: none; }

@media only screen and (max-width: 64em) {
  #intro {
    background-size: 64em auto; } }

@media only screen and (min-width: 112.5em) {
  #intro {
    background-size: 112.5em auto;
    max-width: 112.5em;
    margin: 0 auto;
    position: relative; }
  #intro:after, #intro:before {
    z-index: 99; }
  #homeHeroSlider:after, #homeHeroSlider:before {
    z-index: 100; }
  #intro:after, #intro:before, #homeHeroSlider:after, #homeHeroSlider:before {
    content: "";
    display: block;
    width: 9.375em;
    height: 100%;
    position: absolute;
    top: 0; }
  #intro:before, #homeHeroSlider:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0)); }
  #intro:after, #homeHeroSlider:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0)); } }

@media only screen and (max-width: 47.75em) {
  #intro {
    padding: 7.5em 0;
    background-position: bottom right; } }

@media only screen and (max-width: 31.25em) {
  #intro {
    background-position: -29.375em bottom; } }

@media only screen and (max-width: 48em) {
  #intro h1 {
    font-size: 1.7em; } }

#intro {
  background: url("img/homebanner.jpg") top center no-repeat;
  background-size: 100% auto;
  padding: 2.75em 0 3.25em;
  position: relative;
  font-size: 1.625em;
  line-height: 1.2em;
  color: #FFF;
  text-shadow: 0 0 0.3125em #000; }
  @media only screen and (max-width: 64em) {
    #intro {
      background-size: 64em auto; } }
  @media only screen and (max-width: 60.625em) {
    #intro {
      background-size: 111.25em auto; } }
  @media only screen and (max-width: 35em) {
    #intro {
      background-position: -50.625em; } }
  @media only screen and (min-width: 112.5em) {
    #intro {
      background-size: 112.5em auto;
      max-width: 112.5em;
      margin: 0 auto;
      position: relative; }
      #intro:after, #intro:before {
        content: "";
        display: block;
        width: 9.375em;
        height: 100%;
        position: absolute;
        top: 0; }
      #intro:before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
        background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0)); }
      #intro:after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0)); } }
  @media only screen and (max-width: 31.25em) {
    #intro {
      background-position: -29.375em bottom; } }
  #intro h1 {
    color: #FFF;
    margin: 0 0 0.5em;
    font-size: 2.2em;
    line-height: 100%;
    font-weight: 500;
    max-width: 8.25em; }
    @media only screen and (min-width: 48em) {
      #intro h1:first-word {
        display: block; } }
    @media only screen and (max-width: 48em) {
      #intro h1 {
        font-size: 1.5em; } }
  #intro .button {
    background: #FFF;
    color: #ee4136;
    text-transform: uppercase;
    padding: 0.625em 1.5625em;
    text-shadow: none;
    margin-top: 1.875em; }
    #intro .button:hover {
      background: #ee4136;
      color: #FFF; }
  #intro .introBG {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 61.875em) {
      #intro .introBG {
        width: 100%; } }

#intro > .container {
  position: relative;
  z-index: 1000; }

#homeHeroSlider {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/homebanner1.jpg") top center no-repeat;
  background-size: 100% auto; }

#homeHeroSlider > img {
  display: none; }

/*@media only screen and (max-width: 1024px) {
  #intro, #homeHeroSlider {
    background-size: 1024px auto;
  }
}*/
@media only screen and (min-width: 50em) {
  #intro {
    background-size: 112.5em auto;
    width: 112.5em;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -56.25em; }
  #intro:after, #intro:before {
    z-index: 99; }
  #homeHeroSlider:after, #homeHeroSlider:before {
    z-index: 100; }
  #intro:after, #intro:before, #homeHeroSlider:after, #homeHeroSlider:before {
    content: "";
    display: block;
    width: 9.375em;
    height: 100%;
    position: absolute;
    top: 0; }
  #intro:before, #homeHeroSlider:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #FFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0)); }
  #intro:after, #homeHeroSlider:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, #FFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0)); } }

@media only screen and (max-width: 47.75em) {
  #intro {
    padding: 3.75em 0;
    background: #1c75bb !important; }
  #homeHeroSlider {
    display: none !important; } }

@media only screen and (max-width: 31.25em) {
  #intro, #homeHeroSlider {
    background-position: -29.375em bottom; } }

@media only screen and (max-width: 48em) {
  #intro h1 {
    font-size: 2.5em; } }

#introButtons {
  margin: 2.5em auto 0; }
  #introButtons a {
    width: 100%;
    padding: 0.75em 0.125em;
    margin-bottom: 2.5em; }

#introList {
  background: #1c75bb;
  padding: 1.875em; }
  #introList ul {
    padding: 0;
    margin: 0; }
  #introList li {
    list-style: none;
    color: #FFF;
    padding-left: 2.5em;
    margin-bottom: 0.625em;
    position: relative; }
    #introList li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      height: 1.875em;
      width: 1.875em;
      background: url("img/icons/icon-tick.svg") 0em/1.875em no-repeat; }

.whiteBottomAngle, .blueSection, #intro2, .block:nth-child(2), .greenSection, #homeCalc, #testimonials, .block:nth-child(4) {
  position: relative; }
  .whiteBottomAngle:after, .blueSection:after, #intro2:after, .block:nth-child(2):after, .greenSection:after, #homeCalc:after, #testimonials:after, .block:nth-child(4):after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 0 12.5em 275em;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -137.5em;
    width: 0;
    height: 0; }

.whiteTopAngle {
  position: relative; }
  .whiteTopAngle:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 12.5em 0 0 275em;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -137.5em;
    width: 0;
    height: 0; }

.blueSection, #intro2, .block:nth-child(2) {
  position: relative;
  background: #1c75bb;
  /*background: linear-gradient(to right, #1c75bb, #74cbf8);*/ }
  .blueSection > .container, #intro2 > .container, .block:nth-child(2) > .container {
    padding: 10em 0; }

#intro2 {
  /*&:before{
		display:block;
		content: "";
		border-style: solid;
		border-width: 400px 1800px 0 0;
		border-color: $blue transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}*/
  font-size: 1.25em;
  line-height: 1.75em; }
  #intro2 > .container {
    padding: 5em 0 9.375em; }
  #intro2 .button {
    margin-top: 1.25em; }
  #intro2 p {
    margin-top: 1.5em;
    font-size: 1.3em;
    line-height: 1.3em; }

#homeCallouts {
  padding: 0;
  text-align: center; }
  #homeCallouts img {
    border-radius: 50%;
    max-width: 16.875em;
    margin: 0 auto 1.25em; }
  #homeCallouts .callout {
    margin-bottom: 2.5em; }

.imgFrame {
  border-radius: 0.625em;
  border: 0.3125em solid #FFF; }

.highlightSection {
  color: #FFF;
  font-size: 1.25em;
  line-height: 1.625em;
  font-weight: bold; }
  .highlightSection h2, .highlightSection h3, .highlightSection h4 {
    color: #FFF; }
  .highlightSection a {
    color: #FFF; }
    .highlightSection a:hover {
      text-decoration: underline; }
  .highlightSection .button {
    background: #FFF;
    margin-top: 1.25em; }
  .highlightSection > .container {
    position: relative;
    z-index: 10000; }
  @media only screen and (max-width: 48em) {
    .highlightSection {
      padding-left: 0.625em;
      padding-right: 0.625em; } }

.greenSection, #homeCalc, #testimonials, .block:nth-child(4) {
  position: relative;
  background: #169d51;
  /*background: linear-gradient(to right, #169d51, #6cc480);*/
  /*&:before{
		display:block;
		content: "";
		border-style: solid;
		border-width: 400px 1800px 0 0;
		border-color: $green transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}*/ }
  .greenSection .button, #homeCalc .button, #testimonials .button, .block:nth-child(4) .button {
    color: #009344; }
  .greenSection > .container, #homeCalc > .container, #testimonials > .container, .block:nth-child(4) > .container {
    padding: 10em 0; }

#homeCalc {
  padding: 0; }
  #homeCalc p:first-child {
    margin-top: 1.25em; }
  #homeCalc .button {
    margin-bottom: 2.5em; }

.roundImage {
  border-radius: 50%; }

#homeBannerSlider {
  margin-bottom: 4.5em; }
  #homeBannerSlider blockquote {
    font-size: 1.75em;
    line-height: 1.2em;
    position: relative;
    border: 0;
    padding: 0;
    margin: 1.25em 0; }
    #homeBannerSlider blockquote:before {
      content: "“";
      position: absolute;
      top: 0;
      left: -0.8125em; }
    #homeBannerSlider blockquote:after {
      content: "”"; }
  #homeBannerSlider .testimonialContainer {
    display: table;
    height: 100%; }
    #homeBannerSlider .testimonialContainer > figure {
      display: table-cell;
      vertical-align: middle; }

.slick-arrow {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  font-size: 1.875em;
  z-index: 1000; }
  .slick-arrow.slideNext {
    right: -5em; }
  .slick-arrow.slidePrev {
    left: -5em; }

.slick-dots {
  bottom: -42px; }
  .slick-dots li button::before {
    font-size: 16px; }

#homeAb {
  background: #ee4836;
  /*background: linear-gradient(to right, #ee4836, #f27d35);*/
  overflow: hidden;
  /*@extend .whiteTopAngle;
	&:before{
		display:block;
		content: "";
		border-style: solid;
		border-width: 0 0 ($whiteAngleWidth/22) $whiteAngleWidth;
		border-color: transparent transparent $red transparent;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -($whiteAngleWidth*0.5);
		width: 0;
		height: 0;
		z-index: 2;
	}
	&:after{
		background: $red;
		top: ($whiteAngleWidth/22);
		width: 100%;
		height: 100%;
		display: block;
		content: "";
		position: absolute;
		left: 0;
		z-index: 2;
	}*/ }
  #homeAb .container {
    position: relative;
    padding: 4.25em 0;
    z-index: 5; }
  #homeAb #abPattern {
    position: absolute;
    left: -25em;
    bottom: 0;
    z-index: 0;
    border: 0; }
  #homeAb .button {
    color: #ee4136; }

#homeNews {
  text-align: center; }
  #homeNews h2 {
    margin: 1.875em auto 1.25em; }
  #homeNews .button {
    margin: 0 auto 2.5em; }
  #homeNews > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
    @media only screen and (min-width: 80em) {
      #homeNews > div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  #homeNews .homeArticle {
    text-align: left;
    padding: 0.625em 0;
    background: #1c75bb;
    color: #FFF;
    padding: 0.9375em 1.875em;
    margin: 0 0.625em 1.25em; }
    #homeNews .homeArticle h4 {
      color: #FFF;
      font-size: 1.5em;
      line-height: 1.625em; }
    #homeNews .homeArticle a {
      color: #FFF; }
    #homeNews .homeArticle time {
      display: block;
      font-size: 0.8125em;
      margin-bottom: 0.625em; }
    @media only screen and (min-width: 48em) {
      #homeNews .homeArticle {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        #homeNews .homeArticle:first-child {
          margin-left: 0; }
        #homeNews .homeArticle:last-child {
          margin-right: 0; } }

#sitemap .dropdown-menu {
  display: block;
  position: static;
  float: none;
  margin-bottom: 1.25em; }

#sitemap a {
  padding: 0; }
  #sitemap a:hover {
    background: none; }

#sitemap > div > ul > li {
  display: none; }

#sitemap > div:nth-child(1) > ul > li:nth-child(2) {
  display: block; }

#sitemap > div:nth-child(2) > ul > li:nth-child(3) {
  display: block; }

#sitemap > div:nth-child(3) > ul > li:nth-child(4) {
  display: block; }

#sitemap > div:nth-child(4) > ul > li:nth-child(5) {
  display: block; }

#sitemap > div:nth-child(5) > ul > li:nth-child(6) {
  display: block; }

#sitemap > div:nth-child(6) > ul > li:nth-child(7) {
  display: block; }

#sitemap > div > ul {
  padding: 0; }
  #sitemap > div > ul > li > ul {
    padding: 0; }
    #sitemap > div > ul > li > ul ul {
      padding-left: 0.625em; }

/*locations*/
#wpsl-wrap {
  margin-top: 2em; }

.wpsl-store-location span:last-child {
  display: none; }

#locationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #locationList > div {
    margin-bottom: 1.25em; }
    @media only screen and (min-width: 48em) {
      #locationList > div {
        width: 33%;
        padding: 0 1.25em; } }
  #locationList h2 {
    margin-bottom: 0.5em; }

/*Region*/
#news, #regionInfo {
  margin-bottom: 2.5em; }

#testimonials {
  font-size: 1.125em; }
  #testimonials h2 {
    font-size: 2em;
    margin-bottom: 0; }
  #testimonials h3 {
    font-size: 1.375em; }
  #testimonials > .container {
    z-index: 100;
    position: relative;
    padding: 6.25em 0 7.5em; }
    @media only screen and (min-width: 48em) {
      #testimonials > .container {
        padding: 6.25em 12.5em 7.5em; } }

/*FAQ*/
.accordion {
  margin-top: 3.75em; }
  .accordion h2 {
    margin-bottom: 0; }
  .accordion > div {
    border-bottom: 0.0625em solid #1c75bb; }
    .accordion > div > div {
      margin-bottom: 1.25em; }
  .accordion button {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 1.25em 0;
    color: #1c75bb;
    font-size: 1.125em;
    line-height: 1.375em; }
    .accordion button:focus, .accordion button:active {
      -webkit-box-shadow: 0 0 0.125em 0.125em rgba(28, 117, 187, 0.8);
      box-shadow: 0 0 0.125em 0.125em rgba(28, 117, 187, 0.8); }

#districtsList {
  padding: 2.5em 0;
  margin-top: 3.75em;
  background: #ebebeb; }

#gallery img {
  margin-bottom: 1.25em; }

@media only screen and (min-width: 64em) {
  .modal-dialog {
    width: 64em; } }

.modal-dialog button.close {
  position: absolute;
  top: 1.25em;
  right: 1.875em;
  color: #FFF;
  font-size: 3.125em;
  z-index: 10000;
  opacity: 1;
  text-shadow: none; }
  .modal-dialog button.close:hover {
    color: #1c75bb; }

/*profiles*/
#profiles {
  margin-top: 2.5em; }
  #profiles .profile {
    margin-bottom: 2.5em;
    padding-bottom: 2.5em;
    border-bottom: 0.0625em solid #ee4136; }
    #profiles .profile h2:first-child, #profiles .profile h3:first-child, #profiles .profile h4:first-child {
      margin-top: 0;
      font-size: 1.5em;
      color: #1c75bb; }
    #profiles .profile:last-child {
      border: none; }
    #profiles .profile img {
      margin-bottom: 1.25em; }
      @media only screen and (max-width: 48em) {
        #profiles .profile img {
          max-width: 13.75em;
          margin-left: auto;
          margin-right: auto; } }

.pagination {
  margin-top: 1.25em; }
  .pagination a, .pagination span {
    padding: 0.125em 0.625em;
    background: #1c75bb;
    color: #FFF; }
    .pagination a.current, .pagination span.current {
      background: #ee4136; }

/*resources*/
/*Calculator*/
#calcIntro a {
  text-decoration: underline; }

#calcHead {
  background: #005a91;
  padding: 1.25em 0 9.375em; }

#calcBottom, #bmiCalculator {
  position: relative; }

#calcBottom a {
  text-decoration: underline; }

#measureDate {
  position: relative; }
  #measureDate label {
    border: 0.0625em solid #e3e3e3;
    background: #FFF;
    border-radius: 0.9375em;
    height: 100%;
    color: #31383a;
    margin-bottom: 0.625em;
    padding: 0.3125em 0.9375em;
    text-align: center;
    width: 100%;
    display: block; }
    #measureDate label input {
      visibility: hidden; }

#children {
  display: none; }

#regIntro, #regLeader, .switchLead {
  display: none; }

.regForm #regSwitch button {
  border: none;
  padding: 0.9375em 1.25em;
  background: #3d3d3d;
  color: #FFF; }
  .regForm #regSwitch button:hover:not(:disabled) {
    background: #1c75bb;
    color: #FFF; }
  .regForm #regSwitch button:disabled {
    opacity: 0.5; }
  .regForm #regSwitch button.active {
    background: #C1151E;
    color: #FFF; }
    .regForm #regSwitch button.active:hover {
      background: #C1151E;
      color: #FFF; }

.regForm h2 {
  color: #000;
  font-size: 1.5em; }

.regForm h3 {
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 0; }
  .regForm h3 .headingNumber {
    display: inline-block;
    background: #009344;
    color: #FFF;
    text-align: center;
    padding: 0.625em;
    line-height: 0.625em;
    height: 1.875em;
    width: 1.875em;
    margin-right: 0.9375em;
    border-radius: 50%; }

.regForm fieldset {
  padding-bottom: 1.25em;
  margin-bottom: 1.875em;
  border-bottom: 0.0625em solid #FFF; }
  .regForm fieldset:last-child {
    border: none; }

.regForm label {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  display: block; }

.regForm input, .regForm .button {
  text-align: center;
  border-radius: 0.9375em;
  background: #FFF;
  color: #3d3d3d;
  padding: 0.3125em 0.9375em;
  width: 100%;
  margin-bottom: 0.625em;
  border: 0.0625em solid #e3e3e3; }

.regForm input:focus, .regForm button:focus {
  -webkit-box-shadow: 0 0 0.125em 0.125em rgba(0, 90, 145, 0.8);
  box-shadow: 0 0 0.125em 0.125em rgba(0, 90, 145, 0.8); }

.regForm .button {
  background: #FFF;
  color: #000;
  max-width: 32.5em;
  display: block;
  /*&.active, */ }
  .regForm .button.active {
    background: #5a5959;
    color: #FFF; }
  .regForm .button.orange {
    background: #f79b1d;
    color: #000; }
    .regForm .button.orange:hover {
      background: #d98108; }
  .regForm .button.green {
    background: #009344;
    color: #FFF; }
    .regForm .button.green:hover {
      background: #00602c; }

.regForm .inset button {
  border: none;
  margin: 0 auto; }

.regForm .query {
  background: #C1151E;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.625em;
  display: inline-block;
  padding: 0.125em 0.25em;
  line-height: 0.625em;
  border: 0; }
  .regForm .query:hover {
    background: #931017; }

.regForm .doubleButton button {
  width: 50%;
  float: left; }
  .regForm .doubleButton button:first-child {
    border-radius: 0.9375em 0 0 0.9375em;
    border-right: 0.0625em solid #5a5959; }
  .regForm .doubleButton button:last-child {
    border-radius: 0 0.9375em 0.9375em 0; }

.regForm .doubleButton.thin {
  max-width: 20em; }

.regForm .unitContainer {
  position: relative;
  margin-bottom: 0.625em;
  text-align: right; }
  .regForm .unitContainer input {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 0em; }
  .regForm .unitContainer .unit {
    position: absolute;
    top: 0.0625em;
    right: 0.0625em;
    background: #5a5959;
    border-radius: 0 0.9375em 0.9375em 0;
    padding: 0.3125em 0.5em;
    display: block;
    font-size: 0.875em;
    color: #FFF; }

.regForm #firstName input, .regForm #lastName input {
  text-align: left; }

.regForm #age > div input {
  float: left;
  display: block;
  width: 29%;
  margin-right: 1%; }
  .regForm #age > div input:last-child {
    width: 39%; }

.regForm #scale {
  width: 100%;
  height: 3.75em;
  position: relative;
  background: url("img/calculator/scale.jpg") top center/100% auto repeat-y;
  overflow: visible; }
  .regForm #scale .scaleImg {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 3.75em; }

.regForm .marker {
  display: block;
  position: absolute;
  top: -2.5em;
  width: 1.75em;
  height: 3.625em;
  margin-left: -0.875em; }
  .regForm .marker img {
    display: block; }
  .regForm .marker > .markerLine {
    position: absolute;
    top: 2.5em;
    left: 0.8125em;
    height: 3.75em;
    width: 0.125em;
    background: #000; }

.regForm .warning {
  border: 0.0625em solid #C1151E; }

.regForm .errorField {
  display: block;
  clear: both;
  color: #C1151E;
  text-align: left; }

.regForm #error {
  display: none; }

.regForm .panel > h3 {
  margin-bottom: 1.25em; }

.regForm .inset {
  position: relative;
  background: #ebebeb;
  border-radius: 0.9375em;
  margin-bottom: 1.25em;
  padding: 2.5em; }
  @media only screen and (max-width: 30em) {
    .regForm .inset {
      padding: 0.625em; } }
  .regForm .inset hr {
    border-color: #5a5959; }

.regForm #baseView, .regForm .baseView {
  text-align: center;
  color: #999;
  font-size: 1.125em;
  margin-bottom: 2.5em; }

.regForm .resultText {
  text-align: center;
  margin-bottom: 0em; }
  .regForm .resultText p {
    font-size: 1.125em;
    color: #999; }
  .regForm .resultText #percentile {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.375em; }
    .regForm .resultText #percentile > span {
      margin: 0.125em 0;
      color: #000;
      border: 0.125em solid #000;
      padding: 0.3125em 0.9375em;
      border-radius: 0.9375em; }
    .regForm .resultText #percentile .healthy {
      border-color: #009344; }
    .regForm .resultText #percentile .underweight, .regForm .resultText #percentile .aboveHealthy {
      border-color: #f79b1d; }
    .regForm .resultText #percentile .wellAboveHealthy {
      border-color: #C1151E; }

.regForm #scaleLabels > span {
  font-weight: 500;
  width: 33%;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 0.8125em;
  text-align: center;
  line-height: 0.875em;
  margin-top: 0.5em; }
  .regForm #scaleLabels > span:first-child {
    text-align: left; }
  .regForm #scaleLabels > span:last-child {
    text-align: right; }

@media only screen and (max-width: 32.5em) {
  .regForm #scaleLabels {
    display: none; } }

.regForm #explanation {
  margin: 1.25em 0; }

.regForm #emailResults {
  display: none;
  margin-top: 0.625em;
  border: #009344 0.0625em solid;
  padding: 1.25em; }

.regForm #graphChart {
  position: relative; }
  .regForm #graphChart img {
    max-width: 100%;
    min-width: 100%;
    height: auto; }
  .regForm #graphChart #plotPoint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .regForm #graphChart #plotPoint > div {
      position: relative;
      width: 100%;
      height: 100%; }
  .regForm #graphChart.male #plotPoint {
    padding: 2% 1.3% 7% 10.7%; }
  .regForm #graphChart.female #plotPoint {
    padding: 0.6% 1.3% 7.1% 10.9%; }
  .regForm #graphChart #graphPointer {
    position: absolute;
    width: 0.0625em;
    height: 0.0625em;
    overflow: visible; }
    .regForm #graphChart #graphPointer img {
      position: absolute;
      bottom: -0.125em;
      left: -0.875em;
      z-index: 100;
      width: 1.75em;
      height: 2.625em;
      display: block;
      max-width: none;
      max-height: none; }

.regForm #zoomgraph {
  margin: 1.25em auto;
  width: 15em; }

#result, #formEnd {
  display: none; }

/*#formEnd{
	display: block !important;
}*/
/*regform*/
#regSwitch button {
  margin-bottom: 1.25em;
  width: 100%; }

.formNumber {
  background: #C1151E;
  color: #FFF;
  font-weight: bold;
  border-radius: 50%;
  height: 1.875em;
  width: 1.875em;
  padding: 0.3125em;
  text-align: center;
  float: left;
  margin-right: 1.25em; }

@media only screen and (max-width: 48em) {
  .sectionLabel {
    clear: both;
    padding-bottom: 0.0625em; } }

.sectionLabel p {
  margin-top: 0.4375em; }

#formEnd input {
  text-align: left; }

#childContainer > h3 {
  display: none; }

#bmiCalculator .question {
  display: none; }

#disqualified {
  display: none;
  text-align: center;
  border: 0.125em solid #b7273a; }
  #disqualified p {
    margin: 0; }

#success {
  display: none;
  padding: 1.25em;
  text-align: center;
  border: 0.125em solid #009344; }
  #success p {
    margin: 0; }

#addAnother {
  font-weight: bold;
  margin-bottom: 1.25em;
  background: transparent;
  border: 0; }
  #addAnother i {
    color: #009344;
    font-size: 1.5em;
    margin-right: 0.625em;
    vertical-align: middle; }
  #addAnother:hover {
    color: #009344; }

/*bulk reg*/
.noButton {
  background: transparent;
  border: none; }

#mainContent .delete {
  color: #C1151E;
  position: absolute;
  top: -0.9375em;
  right: -0.9375em;
  font-size: 2.125em;
  background: #FFF;
  border-radius: 50%;
  padding: 0;
  display: block; }

#bulkChildren .bulkChild {
  position: relative; }

#bulkChildren .sex {
  margin-top: 1.875em;
  border-radius: 0.9375em; }

#bulkChildren .child {
  position: relative; }
  #bulkChildren .child .delete {
    font-size: 1.5em;
    top: 2.0625em; }

#bulkAddAnother {
  margin-bottom: 1.25em; }

/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  display: none;
  padding: .2em .2em 0;
  width: 17em;
  background: #FFF; }

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 0.125em;
  width: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 0.0625em; }

.ui-datepicker .ui-datepicker-prev {
  left: 0.125em; }

.ui-datepicker .ui-datepicker-next {
  right: 0.125em; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0.0625em; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 0.0625em; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%; }

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 0.0625em 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%; }

.ui-datepicker th {
  border: 0;
  font-weight: bold;
  padding: .7em .3em;
  text-align: center; }

.ui-datepicker td {
  border: 0;
  padding: 0.0625em; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0 0;
  padding: 0 .2em; }

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em .6em;
  width: auto; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker-today a {
  background: #009344; }

.ui-datepicker-unselectable span {
  color: #CCC; }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  cursor: pointer; }

.ui-datepicker .ui-datepicker-next {
  right: 1.25em; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0.3125em 1.25em 1.25em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125em auto 0.3125em auto; }

.alignright {
  float: right;
  margin: 0.3125em 0 1.25em 1.25em; }

.alignleft {
  float: left;
  margin: 0.3125em 1.25em 1.25em 0; }

a img.alignright {
  float: right;
  margin: 0.3125em 0 1.25em 1.25em; }

a img.alignnone {
  margin: 0.3125em 1.25em 1.25em 0; }

a img.alignleft {
  float: left;
  margin: 0.3125em 1.25em 1.25em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 0.0625em solid #F0F0F0;
  max-width: 96%;
  padding: 0.3125em 0.1875em 0.625em;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 0.3125em 1.25em 1.25em 0; }
  .wp-caption.alignleft {
    margin: 0.3125em 1.25em 1.25em 0; }
  .wp-caption.alignright {
    margin: 0.3125em 0 1.25em 1.25em; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 0.6875em;
  line-height: 1.0625em;
  margin: 0;
  padding: 0 0.25em 0.3125em; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
.printOnly {
  display: none !important; }

@media print {
  /** {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}*/
  .hidePrint {
    display: none !important; }
  .printOnly {
    display: block !important; } }
