/* ------------------------------------------
  GOOGLE FONTS
--------------------------------------------- */
 @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
 @import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,700);
 body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}
a:active, a:hover {
    outline: 0;
}
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */
 .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}
.nav-collapse li {
    width: 100%;
    display: block;
}
.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
.nav-collapse.opened {
    max-height: 9999px;
}
.disable-pointer-events {
    pointer-events: none !important;
}
.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}
/* ------------------------------------------
  CUSTOM STYLES
--------------------------------------------- */
 body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #37302a;
    background: #fff;
    font: normal 100%/1.4 sans-serif;
}
section {
    padding: 80px 0 0;
}
.container {
    width: 90%;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Raleway";
    font-weight: 300;
    color: #333;
}
h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
}
p {
    line-height: 28px;
    margin: 20px auto;
}
a:link, a:visited {
    color: #108ceb;
}
a:hover {
    color: #70baf3;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}
hr {
    position: relative;
    border: none;
}
hr:before {
    content:" ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #fff;
}
.grid ul {
    margin-left: 30px;
}
img {
    vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
 header {
    background: #fff;
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 8px solid #8cc552;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo {
    overflow: none;
    float: left;
    margin: 0 30px;
}
/* ------------------------------------------
  MASK
--------------------------------------------- */
 .mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.android .mask {
    -webkit-transition: none;
    transition: none;
}
.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 40em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */
 .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-collapse, .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse, .nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}
@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
    .nav-collapse, .nav-collapse ul {
        margin-top: 20px;
    }
}
.nav-collapse li {
    float: left;
    width: 100%;
}
@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
}
.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-top: 1px solid white;
    text-decoration: none;
    background: #ffffff;
    padding: 0.7em 1em;
    color: #108ceb;
    width: 100%;
    float: left;
}
.nav-collapse a:active, .nav-collapse .active a {
    background: #8cc552;
    color: #fff;
}
@media screen and (min-width: 40em) {
    .nav-collapse a {
        border-left: 1px solid #eee;
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}
.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}
@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
 @font-face {
    font-family:"responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}
.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}
.nav-toggle:before {
    color: #8cc552;
    /* Edit this to change the icon color */
    font: normal 28px/55px"responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content:"\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}
.nav-toggle.active:before {
    font-size: 24px;
    content:"\78";
    /* Close icon */
}
/* ------------------------------------------
  WIDE IMAGE
--------------------------------------------- */
 .image-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 110px 0;
    margin: 45px 0;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
    text-align: center;
}
.text-divider h1 {
    padding-top: 70px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}
.text-divider p {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
}
/* ------------------------------------------
  GRID SYSTEM
--------------------------------------------- */

/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 */

/* Preserve some sanity */
 .grid, .unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Set up some rules to govern the grid */
 .grid {
    display: block;
    clear: both;
}
.grid .unit {
    float: left;
    width: 100%;
    padding: 25px;
}
/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
 .grid .unit:first-child {
    padding-left: 20px;
}
.grid .unit:last-child {
    padding-right: 20px;
}
/* Nested grids already have padding though, so let’s nuke it */
 .unit .unit:first-child {
    padding-left: 0;
}
.unit .unit:last-child {
    padding-right: 0;
}
.unit .grid:first-child > .unit {
    padding-top: 0;
}
.unit .grid:last-child > .unit {
    padding-bottom: 0;
}
/* Let people nuke the gutters/padding completely in a couple of ways */
 .no-gutters .unit, .unit.no-gutters {
    padding: 0 !important;
}
/* Wrapping at a maximum width is optional */
 .wrap .grid, .grid.wrap {
    max-width: 978px;
    margin: 0 auto;
}
/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
 .grid .whole, .grid .w-1-1 {
    width: 100%;
}
.grid .half, .grid .w-1-2 {
    width: 50%;
}
.grid .one-third, .grid .w-1-3 {
    width: 33.3332%;
}
.grid .two-thirds, .grid .w-2-3 {
    width: 66.6665%;
}
.grid .one-quarter, .grid .one-fourth, .grid .w-1-4 {
    width: 25%;
}
.grid .three-quarters, .grid .three-fourths, .grid .w-3-4 {
    width: 75%;
}
.grid .one-fifth, .grid .w-1-5 {
    width: 20%;
}
.grid .two-fifths, .grid .w-2-5 {
    width: 40%;
}
.grid .three-fifths, .grid .w-3-5 {
    width: 60%;
}
.grid .four-fifths, .grid .w-4-5 {
    width: 80%;
}
.grid .golden-small, .grid .w-g-s {
    width: 38.2716%;
}
/* Golden section: smaller piece */
 .grid .golden-large, .grid .w-g-l {
    width: 61.7283%;
}
/* Golden section: larger piece */

/* Clearfix after every .grid */
 .grid {
    *zoom: 1;
}
.grid:before, .grid:after {
    display: table;
    content:"";
    line-height: 0;
}
.grid:after {
    clear: both;
}
/* Utility classes */
 .align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
/* Responsive Stuff */
 @media screen and (max-width: 568px) {
    /* Stack anything that isn’t full-width on smaller screens 
     and doesn't provide the no-stacking-on-mobiles class */
    .grid:not(.no-stacking-on-mobiles) > .unit {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .unit .grid .unit {
        padding-left: 0px;
        padding-right: 0px;
    }
    /* Sometimes, you just want to be different on small screens */
    .center-on-mobiles {
        text-align: center !important;
    }
    .hide-on-mobiles {
        display: none !important;
    }
}
/* Expand the wrap a bit further on larger screens */
 @media screen and (min-width: 1180px) {
    .wider .grid {
        max-width: 1180px;
        margin: 0 auto;
    }
}
