article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #016CB2;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #016CB2;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: var(--dark-red);
}
a:hover {
  color: var(--bright-red);
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
* {
  --text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
  --max-width: 1281px;
  --header_ht: 76px;
  --mainmenu_ht: 76px;
  --brown: #8f22a7;
  --brown-dark: #703092;
  --green: #7a9a01;
  --green-dark: #60733C;
  --linkedin: #1685B0;
  --facebook: #4D71A8;
  --nunito: "Nunito Sans";
}
.not-mobile {
  display: block !important;
}
.mobile-only {
  display: none !important;
}
.print-only {
  display: none;
}
body.page,
body.single,
body.archive,
body.blog,
body.error404 {
  background: var(--light-grey);
  color: #222;
  font-family: var(--nunito), Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
.in {
  margin: 0 auto;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.gap5 {
  height: 5px;
}
.gap10 {
  height: 10px;
}
.gap20 {
  height: 20px;
}
.gap40 {
  height: 40px;
}
.gap60 {
  height: 60px;
}
.gap80 {
  height: 80px;
}
.gap100 {
  height: 100px;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.wrap {
  background: #FFF;
  padding-top: var(--header_ht);
}
.slider {
  opacity: 0;
  position: relative;
}
.slide-up {
  opacity: 1;
}
.main-menu {
  background: var(--brown);
  height: var(--mainmenu_ht);
  position: fixed;
  width: 100%;
  z-index: 100;
}
.main-menu .home-logo {
  display: block;
  left: 20px;
  position: absolute;
  top: 30px;
}
.main-menu .home-logo img {
  display: block;
}
.main-menu .menu-main-menu-container {
  position: absolute;
  right: 20px;
  top: 0;
}
.main-menu .menu-main-menu-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu .menu-main-menu-container li {
  display: inline-block;
  position: relative;
}
.main-menu .menu-main-menu-container li a {
  color: #FFF;
  font-size: 16px;
  height: var(--mainmenu_ht);
  line-height: 84px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu .menu-main-menu-container li > a:hover,
.main-menu .menu-main-menu-container li.current-menu-item > a,
.main-menu .menu-main-menu-container li.current_page_item > a {
  color: #b8e64c;
}
.main-menu .menu-main-menu-container li:hover ul {
  display: block;
  opacity: 1;
}
.main-menu .menu-main-menu-container li ul {
  background: var(--brown);
  bottom: auto;
  display: none;
  height: auto;
  left: -8px;
  margin-top: -8px;
  opacity: 0;
  padding: 4px 8px 12px;
  position: absolute;
  top: 100%;
  width: 240px;
}
.main-menu .menu-main-menu-container li ul li {
  display: block;
  height: auto;
  line-height: 20px;
  padding: 8px 0;
  width: 100%;
}
.main-menu .menu-main-menu-container li ul li a {
  display: block;
  height: auto;
  line-height: 20px;
}
.header {
  background-color: #989C3A;
  background-image: url('images/bg/school-children-wisconsin.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: relative;
  z-index: 90;
}
.header .overlay-box {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 50%;
  margin-left: -250px;
  padding: 60px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .overlay-box p {
  color: var(--green);
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 46px;
}
.header .overlay-box .button {
  background-color: var(--brown);
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
}
.header .overlay-box .button:hover {
  background-color: var(--brown-dark);
}
.billboard {
  background-image: url('images/photos/fpo-slider.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 99;
}
.interior-billboard {
  height: 420px;
}
.billboard .slide {
  background-color: #DBDBDC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.billboard .slide .text {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  height: 100%;
  left: 0;
  line-height: 44px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10001;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.billboard .slide .text h1 {
  background-color: rgba(57, 71, 69, 0.7);
  font-size: 60px;
  font-weight: 300;
  line-height: 66px;
  padding: 8px 20px;
}
.interior-billboard .slide .text {
  background: rgba(255, 255, 255, 0.7);
  bottom: 20px;
  font-size: 48px;
  font-style: normal;
  line-height: 48px;
  padding: 12px 16px;
  text-align: center;
  top: auto;
}
.billboard .slide .text strong {
  color: #000;
  display: inline-block;
  font-size: 100px;
  font-weight: 800;
  left: 0;
  line-height: 94px;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.interior-billboard .slide .text strong {
  font-size: 62px;
  line-height: 48px;
  position: relative;
  top: -2px;
  vertical-align: bottom;
}
.billboard .overlay {
  background: url('images/bg/green-overlay-60.png');
}
.content {
  position: relative;
}
.content .in {
  padding: 120px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content img {
  display: inline-block;
  margin-bottom: 46px;
}
.content img.tutors {
  left: -20px;
  position: relative;
}
.content img.logo {
  max-width: 360px;
}
.content .left-side,
.content .right-side {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.content .right-side {
  padding-top: 60px;
}
.content h1 {
  color: var(--green);
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.content h2 {
  color: var(--green);
  font-size: 30px;
  line-height: 46px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.content h3 {
  color: var(--green);
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.content p,
.content ul,
.content ol {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.content ul {
  list-style: square;
}
.content .button {
  background-color: var(--brown);
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
}
.content .button:hover {
  background-color: var(--brown-dark);
}
.centered-content {
  text-align: center;
}
.interior-content .in {
  padding: 40px 20px;
}
.interior-content h2 {
  margin-top: 32px;
}
.interior-content h3 {
  margin-top: 32px;
}
.interior-content a {
  color: var(--green);
}
.lavender {
  background-color: #634067;
  background-image: url('images/bg/lavender.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.lavender .in {
  max-width: 900px;
  padding: 60px 0 100px;
  text-align: center;
}
.lavender h3.script {
  color: #FFF;
  font-family: 'Kaushan Script', cursive;
  font-size: 72px;
  font-weight: 400;
  line-height: 60px;
  margin: 24px 0;
  padding: 0;
}
.lavender p {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  margin: 16px 0;
  padding: 0;
  text-transform: uppercase;
}
.lavender p strong {
  font-size: 30px;
}
.lavender p .button {
  background-color: var(--brown);
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  padding: 16px 40px;
  position: relative;
  text-decoration: none;
}
.signup .in {
  padding: 40px 20px;
}
.signup p {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.signup p .button {
  background-color: var(--brown);
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  margin: 12px 0;
  padding: 16px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.signup p .button:hover {
  background-color: var(--brown-dark);
}
.sequoia {
  background-color: #989C3A;
  background-image: url('images/bg/redwood-sequoia-trees.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: relative;
  z-index: 90;
}
.sequoia .overlay-box {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 50%;
  margin-left: -250px;
  padding: 60px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sequoia h2 {
  color: var(--green);
  font-size: 30px;
  line-height: 46px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.sequoia .overlay-box p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-transform: none;
}
.columns .column {
  display: block;
  float: left;
  padding: 120px 40px 80px;
  position: relative;
  width: 33.33%;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns .column-color {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 33.33%;
  z-index: 10;
}
.columns .column-color:nth-child(1) {
  background-color: var(--green);
}
.columns .column-color:nth-child(2) {
  background-color: var(--brown);
  left: 33.33%;
}
.columns .column-color:nth-child(3) {
  background-color: var(--green);
  left: 66.66%;
}
.columns {
  position: relative;
}
.columns .column h2 {
  color: #FFF;
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.columns .column h3 {
  color: #FFF;
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.columns .column p {
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.donate {
  display: none;
  text-align: center;
}
.donate .in {
  padding: 80px 0;
}
.donate p {
  text-align: center;
}
.footer {
  background-color: var(--green-dark);
  position: relative;
}
.footer .in {
  padding: 60px 0 120px;
}
.footer .left-side,
.footer .right-side {
  display: block;
  float: left;
  padding-right: 40px;
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer h3 {
  color: #FFF;
  font-size: 30px;
  line-height: 46px;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.footer p {
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.footer p a.facebook {
  color: #FFF;
  font-size: 36px;
}
.footer p a {
  color: #FFF;
}
.contact-form {
  margin: 0 auto;
  max-width: 640px;
}
.reg-form .gap20 {
  height: 20px;
}
.reg-form .field {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reg-form .field.half {
  width: 50%;
}
.reg-form .field.third {
  width: 33.33%;
}
.reg-form .field.quarter {
  width: 25%;
}
.reg-form .centered {
  text-align: center;
}
.reg-form label {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  padding: 4px 8px;
}
.reg-form select,
.reg-form input[type=text],
.reg-form input[type=email],
.reg-form input[type=number],
.reg-form input[type=password],
.reg-form textarea,
.reg-form div.value {
  border: none;
  display: inline-block;
  font-family: var(--nunito), Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 8px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reg-form div.larger {
  color: var(--dark-grey);
  font-size: 50px;
  line-height: 50px;
}
.reg-form div.larger sup {
  font-size: 30px;
}
.reg-form div.no-border {
  border: none;
}
.reg-form textarea {
  height: 120px;
}
.reg-form div.value {
  line-height: 18px;
}
.reg-form a.button,
.reg-form button[type=submit],
.reg-form input[type=submit] {
  background: var(--brown);
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.reg-form a.button:hover,
.reg-form button[type=submit]:hover,
.reg-form input[type=submit]:hover {
  background-color: var(--brown-dark);
}
.reg-form a.button {
  background: #F8F8F8;
  border: #BBB 1px solid;
  color: #222;
  text-decoration: none;
}
.reg-form a.green-button {
  background: var(--green);
  border-color: #6e884b;
  color: #FFF;
}
.reg-form select {
  height: 36px;
}
.reg-form select.auto-width {
  width: auto;
}
.reg-form small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 0;
}
.reg-form a.remove {
  background: var(--light-grey);
  border: #DDD 1px solid;
  color: #C00;
  display: block;
  float: right;
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reg-form .notes {
  display: none;
}
.reg-form .ERROR label {
  color: var(--bright-burgundy);
}
.reg-form .ERROR input,
.reg-form .ERROR select,
.reg-form .ERROR textarea {
  background: #f9e1e1;
}
.reg-form .ERROR .notes {
  color: var(--bright-burgundy);
  display: block;
}
.reg-form button[type=submit].disabled,
.reg-form input[type=submit].disabled {
  opacity: 0.3;
}
.reg-form .checkbox,
.reg-form .t-and-c {
  color: var(--grey);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 16px 48px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.reg-form .t-and-c {
  color: var(--blue);
  font-weight: 400;
  padding: 5px 0 16px 0;
}
.reg-form .t-and-c:hover {
  color: var(--blue-hover);
}
.reg-form .checkbox:before {
  background: #FFF;
  border: #999 1px solid;
  content: '';
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  top: 0;
  width: 32px;
}
.reg-form .checked:before {
  color: var(--dark-blue);
  content: "\f335";
  font-family: 'dashicons';
  font-size: 33px;
  text-align: center;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
@media only screen and (max-width: 1024px) {
  body.page,
  body.single,
  body.archive,
  body.blog,
  body.error404 {
    font-size: 16px;
    line-height: 22px;
  }
  .mobile-only {
    display: block !important;
  }
  em.mobile-only {
    display: inline !important;
  }
  .not-mobile {
    display: none !important;
  }
  .top-menu .not-mobile {
    display: none !important;
  }
  .mobile-menu {
    color: #7A8787;
    display: block;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 40px;
  }
  .mobile-menu:hover {
    color: #7A8787;
    text-decoration: none;
  }
  .mobile-menu span {
    font-size: 24px;
    line-height: 60px;
  }
  .home .mobile-menu {
    color: #FFF;
  }
  .home .mobile-menu:hover {
    color: #FFF;
  }
  .main-menu {
    height: 80px;
  }
  .main-menu .social {
    display: none;
  }
  .main-menu .home-logo {
    top: 34px;
  }
  .main-menu .home-logo img {
    height: 12px;
    width: auto;
  }
  .main-menu .in {
    height: 80px;
  }
  .main-menu .menu-main-menu-container {
    background: var(--brown);
    bottom: auto;
    display: none;
    left: 0;
    position: absolute;
    right: auto;
    top: 100%;
    width: 100%;
  }
  .main-menu .menu-main-menu-container ul {
    height: auto;
    margin: 0;
    padding: 10px 0;
    position: relative;
    right: 0;
    text-align: center;
  }
  .main-menu .menu-main-menu-container li {
    display: block;
    height: auto;
    line-height: 22px;
    padding: 12px 0;
    text-align: center;
  }
  .main-menu .menu-main-menu-container li a {
    height: auto;
    line-height: 16px;
  }
  .main-menu ul {
    display: block;
  }
  .main-menu li a {
    color: #FFF;
    display: block;
    font-size: 16px;
  }
  .main-menu li:before {
    left: 34px;
    height: 100%;
    top: 0;
    width: 2px;
  }
  .main-menu li:first-child:before {
    left: 34px;
    height: 50%;
    top: 50%;
    width: 2px;
  }
  .main-menu li:last-child:before {
    left: 34px;
    height: 50%;
    top: 0;
    width: 2px;
  }
  .main-menu li a .glyphicon {
    left: 27px;
    margin-top: -7px;
    position: absolute;
    top: 23px;
  }
  .main-menu .button {
    display: block;
    font-size: 16px;
    margin: 0 20px 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .main-menu li ul {
    left: 0;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    top: 0;
    width: auto;
  }
  .main-menu li:hover ul {
    display: block;
  }
  .main-menu ul ul {
    background: none;
    bottom: auto;
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .main-menu ul ul .button {
    display: none;
  }
  .main-menu ul ul li {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
  }
  .main-menu ul ul li a {
    font-size: 14px;
  }
  .main-menu li.social-icon {
    display: inline-block;
    height: auto;
    line-height: 28px;
    width: auto;
  }
  .main-menu li.social-icon a i {
    line-height: 28px;
  }
  .wrap {
    padding-top: 80px;
  }
  .gap40 {
    height: 20px;
  }
  .gap80 {
    height: 20px;
  }
  .gap100 {
    display: none;
  }
  .header {
    background: none;
    height: auto;
    padding: 0;
  }
  .header .overlay-box {
    left: 0;
    margin: 0;
    padding: 50px 0;
    padding: 20px 20px 40px;
    position: relative;
    width: 100%;
  }
  .header .mobile-photo {
    background-image: url('images/bg/school-children-wisconsin.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25% 20%;
    position: relative;
  }
  .billboard {
    height: 420px;
  }
  .interior-billboard {
    height: 240px;
  }
  .billboard .slide .text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .content {
    padding: 0;
  }
  .content .in {
    padding: 60px 20px;
  }
  .content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .content .column-third {
    float: none;
    width: 100%;
  }
  .content .left-side,
  .content .right-side {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .right-side {
    padding: 20px;
  }
  .content img {
    display: inline-block;
    height: auto;
    width: 100%;
  }
  .content img.tutors {
    left: 0;
    margin-bottom: 0;
  }
  h1.title-bar {
    font-size: 36px;
    line-height: 36px;
  }
  .page-content h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .lavender .in {
    padding: 20px;
  }
  .sequoia {
    height: auto;
    padding: 80px 0;
  }
  .sequoia .overlay-box {
    left: 0;
    margin: 0;
    padding: 50px 0;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .columns .column {
    display: block;
    float: none;
    padding: 40px 20px;
    width: 100%;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns .column-color {
    display: none;
  }
  .columns .column:nth-child(4) {
    background-color: var(--green);
  }
  .columns .column:nth-child(5) {
    background-color: var(--brown);
  }
  .columns .column:nth-child(6) {
    background-color: var(--green);
  }
  .page-content .partner-logos p img {
    display: block;
    float: left;
    height: auto;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.footer {
    margin-top: 0;
  }
  div.footer .arch {
    display: none;
  }
  div.footer .in {
    margin-bottom: 0;
    padding: 30px 20px;
    top: 0;
  }
  div.footer .left-side {
    float: none;
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  div.footer .right-side {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  div.footer .address-info {
    padding-left: 0;
  }
  div.footer .address-info .logo {
    display: none;
  }
  div.footer .social {
    display: none;
  }
  div.bottom {
    padding-bottom: 100px;
  }
  div.bottom .quarter {
    margin-bottom: 10px;
    width: 100%;
  }
  .questionnaire-button {
    bottom: 0;
    font-size: 18px;
    height: auto;
    left: 0;
    padding: 10px;
    right: auto;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .questionnaire-button br {
    display: none;
  }
  .questionnaire-button .condensed {
    font-size: 26px;
    line-height: 32px;
  }
  .questionnaire-button .small {
    font-size: 18px;
    margin-right: 8px;
  }
  .questionnaire-button .line {
    margin: 4px;
  }
}
@media only screen and (max-width: 800px) {
  .news {
    height: auto;
    padding: 0;
  }
  .news .post-box {
    border-left: none;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .linkboxes .linkbox {
    height: 280px;
    width: 100% !important;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fade-02,
.news .post-box,
.columns .cell,
.columns .more,
.bios .bio .text {
  transition: all 0.2s ease-in-out;
}
.slide-up {
  animation: slide-up 0.8s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.slide-open {
  animation: slide-open 0.8s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    top: 60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slide-open {
  0% {
    display: block;
    opacity: 0;
    height: 0;
  }
  100% {
    display: block;
    opacity: 1;
    height: auto;
  }
}
@-webkit-keyframes slide-closed {
  0% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 1;
    height: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-full {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-and-slide {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fade-in-and-slide {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fade-in-and-slide {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-in-and-slide {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/*# sourceMappingURL=style.less.css.map */