@import url("//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");

/*---------------------------------------------------------
 * !MEDIA QUERIES
 *---------------------------------------------------------*/
/*---------------------------------------------------------
 * !FONT SMOOTHING FOR ICON FONTS ON MAC OS
 *---------------------------------------------------------*/
/*---------------------------------------------------------
 * !FILTER
 *
 * OPTIONS
 * grayscale      ex: filter: grayscale(100%);
 * sepia          ex: filter: sepia(100%);
 * saturate       ex: filter: saturate(0%);
 * hue-rotate     ex: filter: hue-rotate(45deg);
 * invert         ex: filter: invert(100%);
 * brightness     ex: filter: brightness(15%);
 * contrast       ex: filter: contrast(200%);
 * blur           ex: filter: blur(2px);
 *---------------------------------------------------------*/
/*---------------------------------------------------------
 * VERTICAL ALIGN MIXIN
 *---------------------------------------------------------*/
/*---------------------------------------------------------
 * FONT FACE MIXIN
 *---------------------------------------------------------*/
/*--- String Replace ---*/
/*--- Font Face ---*/
/* line 4, ../sass/base/_normalize.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 4, ../sass/base/_normalize.scss */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 4, ../sass/base/_normalize.scss */
ol, ul, menu {
  list-style: none;
}

/* line 4, ../sass/base/_normalize.scss */
blockquote, q {
  quotes: none;
}

/* line 4, ../sass/base/_normalize.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 4, ../sass/base/_normalize.scss */
ins {
  text-decoration: none;
}

/* line 4, ../sass/base/_normalize.scss */
del {
  text-decoration: line-through;
}

/* line 4, ../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../sass/base/_normalize.scss */
label, input, textarea, select, button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 10, ../sass/base/_normalize.scss */
:focus {
  outline: none;
}

/* line 13, ../sass/base/_normalize.scss */
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 5, ../sass/base/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/base/_base.scss */
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* line 18, ../sass/base/_base.scss */
a {
  -moz-transition: color 500ms ease 0s;
  -o-transition: color 500ms ease 0s;
  -webkit-transition: color 500ms ease;
  -webkit-transition-delay: 0s;
  transition: color 500ms ease 0s;
  color: #fff;
  text-decoration: none;
}
/* line 24, ../sass/base/_base.scss */
a:hover {
  color: #ffe300;
}

/* line 29, ../sass/base/_base.scss */
em {
  font-style: italic;
  font-weight: inherit;
}

/* line 34, ../sass/base/_base.scss */
img {
  display: block;
}

/* line 38, ../sass/base/_base.scss */
strong {
  font-style: inherit;
  font-weight: 700;
}

/* line 43, ../sass/base/_base.scss */
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 49, ../sass/base/_base.scss */
sub,
sup {
  font-size: 80%;
  height: 0;
  line-height: 1 !important;
  vertical-align: baseline;
  position: relative;
}

/* line 58, ../sass/base/_base.scss */
sub {
  top: 0.5ex;
}

/* line 62, ../sass/base/_base.scss */
sup {
  bottom: 0.7ex;
}

/* line 66, ../sass/base/_base.scss */
small {
  font-size: 0.66667em;
  line-height: 2.6em;
}

/* line 70, ../sass/base/_base.scss */
pre {
  font-family: Menlo, Courier New, monospace;
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin: 0 0 30px 30px;
}

/* line 77, ../sass/base/_base.scss */
.edit_link {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.7s ease;
}
/* line 86, ../sass/base/_base.scss */
.edit_link a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
}
/* line 92, ../sass/base/_base.scss */
.edit_link:hover {
  opacity: 1;
}

/* line 106, ../../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 93.75%;
  line-height: 1.73333em;
}

/* line 3, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/* line 7, ../sass/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 11, ../sass/base/_typography.scss */
.main {
  color: #30323a;
  min-height: 800px;
}
/* line 15, ../sass/base/_typography.scss */
.main a {
  color: #3e8600;
  text-decoration: underline;
}
/* line 19, ../sass/base/_typography.scss */
.main a:hover {
  text-decoration: none;
}
/* line 24, ../sass/base/_typography.scss */
.main p {
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 29, ../sass/base/_typography.scss */
.main li {
  font-weight: 300;
  padding-top: 10px;
  position: relative;
}
/* line 34, ../sass/base/_typography.scss */
.main li:first-child {
  padding-top: 0;
}
/* line 39, ../sass/base/_typography.scss */
.main ul {
  padding: 0 0 30px 0;
}
/* line 44, ../sass/base/_typography.scss */
.main ul li:before {
  content: '';
  position: absolute;
  left: -20px;
}
/* line 52, ../sass/base/_typography.scss */
.main ol {
  list-style: decimal;
  padding: 0 0 30px 0;
}

/* line 60, ../sass/base/_typography.scss */
article.content h2, article.content h1 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 30px;
}
/* line 67, ../sass/base/_typography.scss */
article.content h3 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 20px;
}
/* line 74, ../sass/base/_typography.scss */
article.content h4 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.125em;
  margin: 0 0 20px;
}
/* line 81, ../sass/base/_typography.scss */
article.content .small {
  font-size: 80%;
}

/* line 90, ../sass/base/_typography.scss */
.main blockquote {
  padding: 0 0 30px 0;
  width: 100%;
}
/* line 94, ../sass/base/_typography.scss */
.main blockquote.alignleft, .main blockquote.alignright {
  width: 24.96757%;
}
/* line 99, ../sass/base/_typography.scss */
.main blockquote h5 {
  display: inline;
  position: relative;
}
/* line 104, ../sass/base/_typography.scss */
.main blockquote h5:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 0;
}
/* line 111, ../sass/base/_typography.scss */
.main blockquote h5:after {
  content: '\201D';
  position: relative;
  left: 5px;
}
/* line 117, ../sass/base/_typography.scss */
.main blockquote p {
  text-align: right;
}
/* line 122, ../sass/base/_typography.scss */
.content blockquote {
  padding: 80px 0 30px 0 !important;
  width: 100%;
  text-align: center;
  background: url(../images/quote.jpg) no-repeat center top;
  font-size: 1.5em;
}
/* line 129, ../sass/base/_typography.scss */
.content blockquote p {
  font-size: 1em;
  text-align: center !important;
  color: #8ec443;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 30px 0 0;
}
/* line 138, ../sass/base/_typography.scss */
.content blockquote h5:before, .content blockquote h5:after {
  content: '' !important;
}

/* line 147, ../sass/base/_typography.scss */
h3 svg {
  max-height: 25px;
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: text-top;
}

/* line 1, ../sass/plugins/_colorbox.scss */
#cboxOverlay {
  background: #30323a;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/* line 11, ../sass/plugins/_colorbox.scss */
#colorbox {
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 19, ../sass/plugins/_colorbox.scss */
#cboxContent {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: relative;
}

/* line 26, ../sass/plugins/_colorbox.scss */
#cboxLoadedContent {
  background: #fff;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px;
  position: relative;
  z-index: 10;
}

/* line 36, ../sass/plugins/_colorbox.scss */
.cs-colorbox #cboxLoadedContent {
  padding-bottom: 50px;
}

/* line 40, ../sass/plugins/_colorbox.scss */
.cboxIframe {
  height: 100%;
  width: 100%;
}

/* line 45, ../sass/plugins/_colorbox.scss */
#cboxClose {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat;
  color: #999;
  cursor: pointer;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9999;
  width: 30px;
}

/* line 58, ../sass/plugins/_colorbox.scss */
#cboxClose:hover {
  color: #5d123a;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 10, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 43, ../sass/plugins/_owl-carousel.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
/* line 54, ../sass/plugins/_owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 62, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 66, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 74, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 80, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 91, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 94, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 98, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 101, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 104, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 116, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 121, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 127, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 134, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../sass/plugins/_owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 144, ../sass/plugins/_owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 151, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 159, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
/* line 166, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 171, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 189, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 196, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 200, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 215, ../sass/plugins/_owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 *  Default theme - Owl Carousel CSS File
 */
/* line 253, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 258, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
/* line 270, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #8dc441;
  color: #FFF;
  text-decoration: none;
}
/* line 277, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav .owl-next {
  right: 0;
}
/* line 280, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
/* line 283, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 290, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 293, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 297, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 302, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  opacity: 0.5;
}
/* line 315, ../sass/plugins/_owl-carousel.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
  opacity: 1;
}
/* line 325, ../sass/plugins/_owl-carousel.scss */
.owl-theme .dark .message {
  color: #30323a;
}
/* line 328, ../sass/plugins/_owl-carousel.scss */
.owl-theme .dark .message .more {
  color: #30323a;
  border-color: #30323a;
}
/* line 337, ../sass/plugins/_owl-carousel.scss */
.owl-theme .dark .owl-dot span {
  background: #333;
}
/* line 343, ../sass/plugins/_owl-carousel.scss */
.owl-theme .dark .owl-dot.active span, .owl-theme .dark .owl-dot:hover span {
  background: #333;
}

/* line 352, ../sass/plugins/_owl-carousel.scss */
.owl-prev,
.owl-next {
  display: none !important;
}

/* line 1, ../sass/layout/_header.scss */
header {
  height: 150px;
}
/* line 4, ../sass/layout/_header.scss */
header > .inner {
  padding: 0 20px;
  width: auto;
}
@media (max-width: 991px) {
  /* line 1, ../sass/layout/_header.scss */
  header {
    height: auto;
    padding: 0 0 10px;
  }
  /* line 14, ../sass/layout/_header.scss */
  header .logo {
    max-width: 180px;
    position: relative;
    top: 10px;
  }
  /* line 19, ../sass/layout/_header.scss */
  header .logo img {
    width: 100%;
  }
}

/* line 26, ../sass/layout/_header.scss */
.logo {
  display: inline-block;
  margin: 10px 0;
}

/* line 31, ../sass/layout/_header.scss */
.textSize {
  color: #777777;
  margin: 0 10px 0;
}
/* line 35, ../sass/layout/_header.scss */
.textSize .small {
  font-size: 1em;
  margin: 0 5px 0 0;
  cursor: pointer;
}
/* line 41, ../sass/layout/_header.scss */
.textSize .large {
  font-size: 1.25em;
  cursor: pointer;
}

/* line 47, ../sass/layout/_header.scss */
.translator {
  font-weight: 300;
  margin-left: 20px;
  margin-right: 15px;
}
/* line 52, ../sass/layout/_header.scss */
.translator__select {
  color: #777;
}
/* line 54, ../sass/layout/_header.scss */
.translator__select span:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  margin-left: 7px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
/* line 65, ../sass/layout/_header.scss */
.translator__options {
  display: none;
  position: absolute;
  z-index: 9999;
  min-width: 105px;
  line-height: 25px;
  margin-top: 11px;
  background-color: white;
  padding: 4px;
  margin-left: -18px;
}
/* line 76, ../sass/layout/_header.scss */
.translator__options li {
  display: block !important;
}
/* line 80, ../sass/layout/_header.scss */
.translator__options a {
  color: #777;
  font-family: inherit !important;
  font-size: inherit !important;
  padding: inherit !important;
}
/* line 86, ../sass/layout/_header.scss */
.translator__options a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/layout/_main-menu.scss */
.menu-wrap {
  float: right;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  /* line 1, ../sass/layout/_main-menu.scss */
  .menu-wrap {
    display: none;
  }
}

/* line 11, ../sass/layout/_main-menu.scss */
.mob-menu {
  font-size: 33px;
  color: #8dc442;
  float: right;
  margin: 44px 0 0;
}
/* line 17, ../sass/layout/_main-menu.scss */
.mob-menu:hover {
  color: rgba(141, 196, 66, 0.7);
}
/* line 22, ../sass/layout/_main-menu.scss */
.mob-menu > div {
  background: #8ec443;
  display: inline-block;
  height: 4px;
  position: relative;
  transition: .3s;
  width: 28px;
}
/* line 30, ../sass/layout/_main-menu.scss */
.mob-menu > div:before, .mob-menu > div:after {
  background: #8ec443;
  display: inline-block;
  content: '';
  height: 4px;
  position: absolute;
  top: -8px;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}
/* line 45, ../sass/layout/_main-menu.scss */
.mob-menu > div:after {
  top: auto;
  bottom: -8px;
}
/* line 53, ../sass/layout/_main-menu.scss */
.mob-menu.active > div {
  background: none;
}
/* line 56, ../sass/layout/_main-menu.scss */
.mob-menu.active > div:before, .mob-menu.active > div:after {
  transform-origin: 50% 50%;
  bottom: 0;
  top: 0;
  width: 30px;
}
/* line 64, ../sass/layout/_main-menu.scss */
.mob-menu.active > div:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 72, ../sass/layout/_main-menu.scss */
.mob-menu.active > div:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
@media (min-width: 992px) {
  /* line 11, ../sass/layout/_main-menu.scss */
  .mob-menu {
    display: none;
  }
}

/* line 87, ../sass/layout/_main-menu.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  z-index: 9999;
  height: 100%;
  overflow: scroll;
  width: 320px;
}
/* line 95, ../sass/layout/_main-menu.scss */
.cbp-spmenu .logo {
  max-width: 125px;
  float: left;
}
/* line 99, ../sass/layout/_main-menu.scss */
.cbp-spmenu .logo img {
  max-width: 100%;
}
/* line 104, ../sass/layout/_main-menu.scss */
.cbp-spmenu .head {
  border-bottom: 1px solid #8ec443;
}
/* line 108, ../sass/layout/_main-menu.scss */
.cbp-spmenu span.close {
  float: right;
  font-size: 1.25em;
  color: #8ec443;
  margin: 25px 0;
}
/* line 115, ../sass/layout/_main-menu.scss */
.cbp-spmenu .social-container {
  text-align: center;
}

/* line 120, ../sass/layout/_main-menu.scss */
.cbp-spmenu a {
  display: block;
  color: #30323a;
  font-size: 1.25em;
  font-weight: 100;
}

/* line 128, ../sass/layout/_main-menu.scss */
.cbp-spmenu-right {
  right: -340px;
}

/* line 132, ../sass/layout/_main-menu.scss */
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

/* line 136, ../sass/layout/_main-menu.scss */
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Transitions */
/* line 142, ../sass/layout/_main-menu.scss */
.cbp-spmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 148, ../sass/layout/_main-menu.scss */
.mobile-menu {
  padding: 25px 0;
}
/* line 154, ../sass/layout/_main-menu.scss */
.mobile-menu > li a {
  font-weight: 600;
  padding: 10px 20px;
}
/* line 158, ../sass/layout/_main-menu.scss */
.mobile-menu > li a:hover {
  color: #91268f;
}
/* line 164, ../sass/layout/_main-menu.scss */
.mobile-menu > li:hover > a, .mobile-menu > li:hover > i {
  color: #91268f;
}
/* line 170, ../sass/layout/_main-menu.scss */
.mobile-menu li {
  position: relative;
}
/* line 173, ../sass/layout/_main-menu.scss */
.mobile-menu li.menu-item-has-children .open-level {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 18px;
  cursor: pointer;
  z-index: 999;
  font-size: 0.875em;
  margin: 10px 0;
}
/* line 184, ../sass/layout/_main-menu.scss */
.mobile-menu li .open-level:hover {
  color: #91268f;
}
/* line 189, ../sass/layout/_main-menu.scss */
.mobile-menu .sub-menu {
  display: none;
  background: #f4f4f4;
}
/* line 195, ../sass/layout/_main-menu.scss */
.mobile-menu .sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  padding: 10px 20px 10px 30px;
}
/* line 202, ../sass/layout/_main-menu.scss */
.mobile-menu .sub-menu li.menu-item-has-children .open-level {
  font-size: 0.5625em;
  margin: 10px 20px 0 0;
}
/* line 207, ../sass/layout/_main-menu.scss */
.mobile-menu .sub-menu li .sub-menu a {
  padding: 10px 20px 10px 50px;
}

/* line 216, ../sass/layout/_main-menu.scss */
.main-menu {
  list-style: none;
}
/* line 219, ../sass/layout/_main-menu.scss */
.main-menu li {
  display: inline-block;
}
/* line 223, ../sass/layout/_main-menu.scss */
.main-menu > li {
  position: relative;
  padding: 0 0 13px;
  border-bottom: 2px solid #fff;
  -moz-transition: all 0ms ease 0s;
  -o-transition: all 0ms ease 0s;
  -webkit-transition: all 0ms ease;
  -webkit-transition-delay: 0s;
  transition: all 0ms ease 0s;
}
/* line 229, ../sass/layout/_main-menu.scss */
.main-menu > li a {
  color: #777777;
  font-size: 1em;
  font-weight: 300;
  padding: 5px 10px;
  -moz-transition: all 0ms ease 0s;
  -o-transition: all 0ms ease 0s;
  -webkit-transition: all 0ms ease;
  -webkit-transition-delay: 0s;
  transition: all 0ms ease 0s;
}
/* line 237, ../sass/layout/_main-menu.scss */
.main-menu > li > a {
  pointer-events: none;
}
/* line 241, ../sass/layout/_main-menu.scss */
.main-menu > li.current-menu-ancestor > a, .main-menu > li.current-menu-parent > a, .main-menu > li.current-menu-item > a {
  color: #ff6600;
}
/* line 247, ../sass/layout/_main-menu.scss */
.main-menu > li:first-child {
  padding-left: 0;
}
/* line 251, ../sass/layout/_main-menu.scss */
.main-menu > li > .sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  z-index: 999;
}
/* line 262, ../sass/layout/_main-menu.scss */
.main-menu > li > .sub-menu li {
  display: block;
  margin: 0 0 20px 0;
}
/* line 267, ../sass/layout/_main-menu.scss */
.main-menu > li > .sub-menu a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  color: #30323a;
  padding: 0;
}
/* line 275, ../sass/layout/_main-menu.scss */
.main-menu > li > .sub-menu .sub-menu {
  display: none;
}
/* line 281, ../sass/layout/_main-menu.scss */
.main-menu > li:last-child .sub-menu, .main-menu > li:nth-last-child(2) .sub-menu {
  right: 0;
  left: inherit;
  width: 220px;
}
/* line 291, ../sass/layout/_main-menu.scss */
.main-menu > li:hover > .sub-menu {
  display: block;
}

/* line 1, ../sass/layout/_left-menu.scss */
.left-menu {
  margin: 0 30px 0 0;
}
/* line 4, ../sass/layout/_left-menu.scss */
.left-menu h3 {
  font-size: 1em;
  font-weight: 600;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
/* line 11, ../sass/layout/_left-menu.scss */
.left-menu h3:after {
  content: '';
  position: absolute;
  width: 400px;
  border-bottom: 1px solid #ddd;
  right: 0;
  bottom: 0;
}
/* line 21, ../sass/layout/_left-menu.scss */
.left-menu h3, .left-menu .menu-main-menu-container {
  max-width: 200px;
  float: right;
  margin: 0 40px 0 0;
  width: 100%;
}
/* line 28, ../sass/layout/_left-menu.scss */
.left-menu .menu-main-menu-container {
  margin: 15px 40px 0 0;
}
/* line 34, ../sass/layout/_left-menu.scss */
.left-menu li.hover > ul {
  display: block;
}
/* line 39, ../sass/layout/_left-menu.scss */
.left-menu a {
  color: #30323a;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: block;
  line-height: normal;
  padding: 5px 0;
}
/* line 48, ../sass/layout/_left-menu.scss */
.left-menu a br {
  display: none;
}
/* line 50, ../sass/layout/_left-menu.scss */
.left-menu a:hover {
  text-decoration: underline;
}
/* line 55, ../sass/layout/_left-menu.scss */
.left-menu .sub-menu {
  display: none;
}
/* line 58, ../sass/layout/_left-menu.scss */
.left-menu .sub-menu a {
  margin: 0 0 0 10px;
  font-weight: 300;
  display: block;
}
/* line 66, ../sass/layout/_left-menu.scss */
.left-menu .sub-menu .sub-menu li a {
  color: #aaa;
  font-style: 0.875em;
  margin: 0 0 0 20px;
}
/* line 75, ../sass/layout/_left-menu.scss */
.left-menu .menu-item-parent > a:after {
  content: '\f078 ';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 1, ../sass/layout/_left-menu.scss */
  .left-menu {
    display: none !important;
  }
}

/* line 1, ../sass/layout/_masthead.scss */
.masthead {
  background-size: cover;
  background-color: #902c8e;
}
/* line 5, ../sass/layout/_masthead.scss */
.masthead p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
}
/* line 14, ../sass/layout/_masthead.scss */
.masthead .inner .content, .masthead .inner .image {
  display: inline-block;
  max-width: 49%;
  vertical-align: middle;
  width: 100%;
}
/* line 20, ../sass/layout/_masthead.scss */
.masthead .inner .content img, .masthead .inner .image img {
  max-width: 427px;
  display: inline-block;
}
/* line 26, ../sass/layout/_masthead.scss */
.masthead .inner .image {
  text-align: center;
  position: relative;
  top: 30px;
}
/* line 32, ../sass/layout/_masthead.scss */
.masthead .inner .breadcrumb {
  position: absolute;
  bottom: 5px;
  font-weight: 300;
  font-size: 0.933333333em;
  color: #fff;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  /* line 32, ../sass/layout/_masthead.scss */
  .masthead .inner .breadcrumb {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 32, ../sass/layout/_masthead.scss */
  .masthead .inner .breadcrumb {
    width: 100%;
    position: relative;
  }
}
/* line 49, ../sass/layout/_masthead.scss */
.masthead .inner .breadcrumb span {
  padding: 0 6px;
}
@media (max-width: 991px) {
  /* line 59, ../sass/layout/_masthead.scss */
  .masthead .inner .content {
    max-width: 35%;
  }
  /* line 63, ../sass/layout/_masthead.scss */
  .masthead .inner .image {
    max-width: 60%;
  }
  /* line 66, ../sass/layout/_masthead.scss */
  .masthead .inner .image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 78, ../sass/layout/_masthead.scss */
  .masthead .inner .content {
    max-width: 100%;
  }
  /* line 82, ../sass/layout/_masthead.scss */
  .masthead .inner .image {
    display: none;
  }
}

/* line 89, ../sass/layout/_masthead.scss */
.masthead-title {
  color: #fff;
  font-size: 1.625em;
  font-weight: 600;
  margin: 15px 0;
  line-height: 54px;
}
@media (min-width: 992px) {
  /* line 89, ../sass/layout/_masthead.scss */
  .masthead-title {
    font-size: 3em;
  }
}

/* line 1, ../sass/layout/_footer.scss */
footer {
  background: #30323a;
  color: #fff;
  position: relative;
  z-index: 1;
}
/* line 7, ../sass/layout/_footer.scss */
footer .pattern {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQIW2NkYGCQZAQSDCACwgIAAmwAN/1Myi8AAAAASUVORK5CYII=) repeat;
  padding: 40px 0 0;
}
/* line 12, ../sass/layout/_footer.scss */
footer a {
  color: inherit;
}
/* line 15, ../sass/layout/_footer.scss */
footer a:hover {
  color: #ffe200;
  text-decoration: none;
}
/* line 21, ../sass/layout/_footer.scss */
footer .btn {
  background-color: #cb1316;
  border-radius: 5px;
  font-size: 2.1875em;
  font-weight: 100;
  margin-top: 30px;
  padding: 10px 51px 10px 12px;
  position: relative;
  text-transform: none;
}
/* line 32, ../sass/layout/_footer.scss */
footer .btn::before {
  content: " ";
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
}
/* line 41, ../sass/layout/_footer.scss */
footer .btn::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  content: "\f054";
  font-size: 80%;
  padding: 13px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 37px;
}
/* line 56, ../sass/layout/_footer.scss */
footer .social-container {
  text-align: center;
}
/* line 60, ../sass/layout/_footer.scss */
footer .col {
  padding-left: 7px;
}
/* line 63, ../sass/layout/_footer.scss */
footer .col h3 {
  color: #8ec443;
  font-size: 0.875em;
  font-weight: 700;
}
/* line 69, ../sass/layout/_footer.scss */
footer .col p {
  font-weight: 300;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  /* line 69, ../sass/layout/_footer.scss */
  footer .col p {
    font-size: 0.75em;
  }
}
/* line 78, ../sass/layout/_footer.scss */
footer .col hr {
  margin-bottom: 25px;
  border-color: #999;
}
@media (max-width: 479px) {
  /* line 86, ../sass/layout/_footer.scss */
  footer .btn {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 94, ../sass/layout/_footer.scss */
  footer .inner {
    font-size: 0;
    padding: 0;
  }
  /* line 99, ../sass/layout/_footer.scss */
  footer p {
    font-size: 0.875em;
  }
  /* line 103, ../sass/layout/_footer.scss */
  footer .col {
    display: inline-block;
    font-size: 15px;
    margin-top: 50px;
    padding: 0 30px;
    width: 33.33333%;
    vertical-align: top;
  }
  /* line 112, ../sass/layout/_footer.scss */
  footer .social-container {
    text-align: left;
  }
}

@media (max-width: 991px) {
  /* line 118, ../sass/layout/_footer.scss */
  .footer-menu-col {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  /* line 118, ../sass/layout/_footer.scss */
  .footer-menu-col {
    float: left;
  }
}

/* line 130, ../sass/layout/_footer.scss */
.footer-logo {
  display: none;
}
@media (min-width: 992px) {
  /* line 130, ../sass/layout/_footer.scss */
  .footer-logo {
    display: inline-block;
    margin-top: -50px;
  }
}

/* line 139, ../sass/layout/_footer.scss */
.footer-menu {
  padding: 30px 0 20px 7px;
}
/* line 142, ../sass/layout/_footer.scss */
.footer-menu li a {
  color: #a7a9ac;
  font-weight: 700;
  font-size: 0.875em;
}
/* line 147, ../sass/layout/_footer.scss */
.footer-menu li a:hover {
  color: #fff;
}
/* line 152, ../sass/layout/_footer.scss */
.footer-menu li {
  margin: 0 0 10px 0;
}
/* line 156, ../sass/layout/_footer.scss */
.footer-menu li:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 162, ../sass/layout/_footer.scss */
  .footer-menu li {
    display: inline-block;
  }
  /* line 165, ../sass/layout/_footer.scss */
  .footer-menu li + li {
    margin-left: 20px;
  }
}

/* line 172, ../sass/layout/_footer.scss */
.copyright {
  background: #8ec443;
  color: #fff;
  font-size: 0.75em;
  margin: 80px 0 0;
  padding: 20px;
  text-align: center;
}
/* line 180, ../sass/layout/_footer.scss */
.copyright nav {
  display: inline-block;
}

/* line 185, ../sass/layout/_footer.scss */
.copyright-menu li {
  display: inline-block;
  border-left: 1px solid #fff;
  margin: 0 5px;
  line-height: 1;
}
/* line 191, ../sass/layout/_footer.scss */
.copyright-menu li a {
  padding: 0 0 0 10px;
}
@media (max-width: 991px) {
  /* line 197, ../sass/layout/_footer.scss */
  .copyright-menu li:first-child {
    border-left: 0;
  }
}

/*---------------------------------------------------------
 * !CALLOUTS
 *---------------------------------------------------------*/
/* DEFAULT */
/* line 17, ../sass/layout/_callouts.scss */
.callout p,
.callout ul {
  line-height: 1.5;
  padding-bottom: 10px;
}

/* CALL TO ACTION */
/* line 26, ../sass/layout/_callouts.scss */
.cta {
  background: #ff6600;
  border: none;
}

/* line 41, ../sass/layout/_callouts.scss */
.callouts .widget {
  margin: 0 0 30px 0;
  border-radius: 3px;
}
/* line 45, ../sass/layout/_callouts.scss */
.callouts .widget h3 {
  font-weight: 400;
  font-size: 1.125em;
}
/* line 50, ../sass/layout/_callouts.scss */
.callouts .widget a {
  text-decoration: none;
}
/* line 55, ../sass/layout/_callouts.scss */
.callouts .widget_wrap {
  display: table;
  width: 100%;
  background-size: cover;
  border-radius: 3px;
  padding: 0 15px;
}
/* line 62, ../sass/layout/_callouts.scss */
.callouts .widget_wrap.orange {
  background-color: #f78f1e;
}
/* line 65, ../sass/layout/_callouts.scss */
.callouts .widget_wrap.purple {
  background-color: #74045f;
}
/* line 68, ../sass/layout/_callouts.scss */
.callouts .widget_wrap.red {
  background-color: #eb262a;
}
/* line 71, ../sass/layout/_callouts.scss */
.callouts .widget_wrap.green {
  background-color: #8ec443;
}
/* line 75, ../sass/layout/_callouts.scss */
.callouts .widget_wrap[style*="background-image"] {
  position: relative;
}
/* line 78, ../sass/layout/_callouts.scss */
.callouts .widget_wrap[style*="background-image"]::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 91, ../sass/layout/_callouts.scss */
.callouts .widget_content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
/* line 99, ../sass/layout/_callouts.scss */
.callouts .widget_content > :last-child {
  padding-bottom: 0;
}
/* line 103, ../sass/layout/_callouts.scss */
.callouts .widget_content p {
  padding: 0;
  margin: 0 5px;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.55;
}
/* line 111, ../sass/layout/_callouts.scss */
.callouts .widget_content i {
  font-size: 1.875em;
}
/* line 115, ../sass/layout/_callouts.scss */
.callouts .widget_content a {
  color: #fff;
  text-decoration: none;
}
/* line 119, ../sass/layout/_callouts.scss */
.callouts .widget_content a:hover {
  text-decoration: underline;
}
/* line 125, ../sass/layout/_callouts.scss */
.callouts .widget.custom {
  color: #fff;
}
/* line 131, ../sass/layout/_callouts.scss */
.callouts .widget.widget_cta > a {
  display: block;
}
/* line 135, ../sass/layout/_callouts.scss */
.callouts .widget.widget_cta .widget_content {
  color: #fff;
  transition: opacity 0.3s ease;
}
/* line 142, ../sass/layout/_callouts.scss */
.callouts .widget.widget_cta:hover .widget_content {
  opacity: 0.5;
}
/* line 150, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .gform_description {
  margin: 0 !important;
  font-size: 0.8125em;
}
/* line 155, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget label {
  display: none;
}
/* line 160, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .ginput_container_radio label, .callouts .widget.gform_widget .ginput_container_checkbox label {
  display: inline-block;
}
/* line 164, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .ginput_container_radio ul.gfield_radio, .callouts .widget.gform_widget .ginput_container_radio ul.gfield_checkbox, .callouts .widget.gform_widget .ginput_container_checkbox ul.gfield_radio, .callouts .widget.gform_widget .ginput_container_checkbox ul.gfield_checkbox {
  padding: 0 !important;
}
/* line 169, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget input[type="text"], .callouts .widget.gform_widget input[type="email"], .callouts .widget.gform_widget textarea {
  width: 100% !important;
  border-color: #8ec443;
  font-size: 0.875em;
  font-weight: 100;
  border-radius: 3px;
}
/* line 177, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .gform_footer, .callouts .widget.gform_widget .gform_wrapper, .callouts .widget.gform_widget .gform_heading {
  margin: 0 !important;
  width: 100%;
}
/* line 182, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .gform_button {
  width: 100%;
  background: #8ec443;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px;
}
/* line 191, ../sass/layout/_callouts.scss */
.callouts .widget.gform_widget .gform_button:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: relative;
  font-size: 0.625em;
  margin: 0 0 0 5px;
  vertical-align: middle;
  bottom: 1px;
}

/* ==========================================================================
   Social Media Widget
   ========================================================================== */
/* line 211, ../sass/layout/_callouts.scss */
.widget.follow-us .widget_wrap {
  padding: 0;
}
/* line 215, ../sass/layout/_callouts.scss */
.widget.follow-us .widget_wrap,
.widget.follow-us .widget_content {
  display: block;
}
/* line 220, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
/* line 232, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list > li {
  margin-top: 20px;
  width: calc(50% - 10px);
  padding: 0;
  font-size: 0.8em;
  transition: opacity 0.2s ease;
}
/* line 239, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list > li:nth-child(-1n+2) {
  margin-top: 0;
}
/* line 243, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list > li:hover {
  opacity: 0.8;
}
/* line 248, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list .fa {
  padding-right: 5px;
  font-size: 1em;
}
/* line 253, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list a {
  display: block;
  padding: 14px;
  line-height: 1;
}
/* line 258, ../sass/layout/_callouts.scss */
.widget.follow-us .widget-social-list a:hover {
  text-decoration: none;
}

/* ==========================================================================
   Latest Posts Widget
   ========================================================================== */
/* line 270, ../sass/layout/_callouts.scss */
.widget.latest-posts .widget_wrap {
  padding: 0;
}
/* line 275, ../sass/layout/_callouts.scss */
.widget.latest-posts .widget_content ul {
  padding: 0;
}
/* line 279, ../sass/layout/_callouts.scss */
.widget.latest-posts .widget_content li {
  margin-bottom: 30px;
  padding: 0;
}
/* line 283, ../sass/layout/_callouts.scss */
.widget.latest-posts .widget_content li:last-child {
  margin-bottom: 0;
}
/* line 289, ../sass/layout/_callouts.scss */
.widget.latest-posts a {
  display: block;
  position: relative;
  color: #30323a;
  text-align: left;
}
/* line 296, ../sass/layout/_callouts.scss */
.widget.latest-posts .latest-posts-widget-thumb {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60px;
  max-height: 60px;
}
/* line 303, ../sass/layout/_callouts.scss */
.widget.latest-posts .latest-posts-widget-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* line 311, ../sass/layout/_callouts.scss */
.widget.latest-posts .latest-posts-widget-content {
  padding-left: 85px;
  min-height: 60px;
}
/* line 315, ../sass/layout/_callouts.scss */
.widget.latest-posts .latest-posts-widget-content .blog-post-date {
  margin: 0;
  font-size: 0.733333333em;
  text-transform: uppercase;
}
/* line 322, ../sass/layout/_callouts.scss */
.widget.latest-posts .latest-posts-widget-post-title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.066666667em;
  line-height: 1.35;
}

/* line 1, ../sass/components/_accordions.scss */
a.accordion-label {
  background: #f88e00;
  border: 2px solid #f88e00;
  border-radius: 3px;
  padding: 20px !important;
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
/* line 14, ../sass/components/_accordions.scss */
a.accordion-label::after {
  background: #fff;
  border-radius: 100%;
  content: '+';
  color: #f88e00;
  font-size: 1.25em;
  height: 24px;
  padding: 0 1px 2px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  width: 24px;
}
/* line 29, ../sass/components/_accordions.scss */
a.accordion-label.open {
  background: #fff;
  border-bottom: 0;
  color: #f88e00;
}
/* line 34, ../sass/components/_accordions.scss */
a.accordion-label.open:after {
  background: #f88e00;
  color: #fff;
  content: '-';
}
/* line 42, ../sass/components/_accordions.scss */
a.accordion-label:hover {
  color: #993d00;
}

/* line 47, ../sass/components/_accordions.scss */
.accordion-content {
  bottom: 4px;
  border: 2px solid #f88e00;
  border-top: 0;
  border-radius: 3px;
  padding: 30px 20px 20px;
  position: relative;
}

/* line 56, ../sass/components/_accordions.scss */
.accordion {
  background: #fff;
  margin: 0 0 30px;
  position: relative;
  padding: 0;
}
/* line 64, ../sass/components/_accordions.scss */
.accordion.green .accordion-label {
  background: #8ec443;
  border-color: #8ec443;
}
/* line 68, ../sass/components/_accordions.scss */
.accordion.green .accordion-label:hover {
  color: #587929;
}
/* line 72, ../sass/components/_accordions.scss */
.accordion.green .accordion-label:after {
  color: #8ec443;
}
/* line 76, ../sass/components/_accordions.scss */
.accordion.green .accordion-label.open {
  color: #8ec443;
  background: #fff;
}
/* line 80, ../sass/components/_accordions.scss */
.accordion.green .accordion-label.open:after {
  background: #8ec443;
  color: #fff;
}
/* line 89, ../sass/components/_accordions.scss */
.accordion.green .accordion-content {
  border-color: #8ec443;
}
/* line 97, ../sass/components/_accordions.scss */
.accordion.purple .accordion-label {
  background: #91268f;
  border-color: #91268f;
}
/* line 101, ../sass/components/_accordions.scss */
.accordion.purple .accordion-label:hover {
  color: #5D195B;
}
/* line 105, ../sass/components/_accordions.scss */
.accordion.purple .accordion-label:after {
  color: #91268f;
}
/* line 109, ../sass/components/_accordions.scss */
.accordion.purple .accordion-label.open {
  color: #91268f;
  background: #fff;
}
/* line 113, ../sass/components/_accordions.scss */
.accordion.purple .accordion-label.open:after {
  background: #91268f;
  color: #fff;
}
/* line 122, ../sass/components/_accordions.scss */
.accordion.purple .accordion-content {
  border-color: #91268f;
}

/* line 3, ../sass/components/_buttons.scss */
a.button-purple, a.button-red, a.button-orange, a.button-green {
  color: #fff !important;
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
}

/* line 21, ../sass/components/_buttons.scss */
.load-more {
  background: #8ec443;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
/* line 33, ../sass/components/_buttons.scss */
.load-more i {
  font-size: 0.75em;
  display: inline-block;
  margin: -1.5px 0 0 4px;
}
/* line 39, ../sass/components/_buttons.scss */
.load-more img {
  display: inline-block;
}
/* line 43, ../sass/components/_buttons.scss */
.load-more .loader {
  max-width: 16px;
  float: right;
  margin: 0 0 0 10px;
  display: none;
}
/* line 50, ../sass/components/_buttons.scss */
.load-more:hover {
  opacity: 0.9;
}

/* line 55, ../sass/components/_buttons.scss */
.load-more-message {
  color: #eb262a;
  position: absolute;
  width: 99%;
  text-align: center;
  bottom: -26px;
  left: 0;
}

/* line 3, ../sass/components/_breadcrumbs.scss */
.breadcrumbs > span > span {
  font-size: 0.93333em;
  line-height: 1.85714em;
  display: inline-block;
  line-height: 1;
  position: relative;
}
/* line 10, ../sass/components/_breadcrumbs.scss */
.breadcrumbs > span > span:first-child {
  padding-left: 0;
}
/* line 15, ../sass/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: inherit;
}
/* line 18, ../sass/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  color: #ff6600;
}

/* line 3, ../sass/components/_careers.scss */
.careers hr {
  margin-top: 30px;
}
/* line 7, ../sass/components/_careers.scss */
.careers hr:first-child {
  display: none;
}

/* line 15, ../sass/components/_careers.scss */
.career .career-title {
  font-weight: 100;
  padding-bottom: 0;
}

/*---------------------------------------------------------
 * !DEFAULTS
 *---------------------------------------------------------*/
/* line 7, ../sass/components/_forms.scss */
label {
  font-weight: 600;
  vertical-align: middle;
}

/* line 12, ../sass/components/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 17, ../sass/components/_forms.scss */
input,
textarea {
  border: 1px solid #8ec443;
  border-radius: 3px;
  padding: 6px;
  margin: 0;
  vertical-align: middle;
}

/* line 26, ../sass/components/_forms.scss */
input[type="file"] {
  border: 0;
  padding: 0;
}

/* line 31, ../sass/components/_forms.scss */
input[type="submit"], button, .btn, .button {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 0;
  min-width: 0;
  width: auto;
  background: #8ec443;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px 20px;
}
/* line 46, ../sass/components/_forms.scss */
input[type="submit"]:hover, button:hover, .btn:hover, .button:hover {
  opacity: 0.9;
}

/* line 51, ../sass/components/_forms.scss */
input,
select {
  min-width: 220px;
}

/*---------------------------------------------------------
 * !CUSTOM SELECTOR (not using uniform.js)
 *---------------------------------------------------------*/
/* line 61, ../sass/components/_forms.scss */
.selector {
  border: 1px solid #8ec443;
  border-radius: 3px;
  cursror: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
/* line 70, ../sass/components/_forms.scss */
.selector span {
  display: none;
}
/* line 74, ../sass/components/_forms.scss */
.selector:before {
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #8ec443;
  position: absolute;
  right: 8px;
  top: 12px;
}
/* line 86, ../sass/components/_forms.scss */
.selector.multi-select:before {
  display: none;
}
/* line 89, ../sass/components/_forms.scss */
.selector.multi-select select {
  width: 100%;
}
/* line 94, ../sass/components/_forms.scss */
.selector select {
  padding: 5px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: #fff;
  background-image: none;
  -webkit-appearance: none;
}
/* line 103, ../sass/components/_forms.scss */
.selector select:focus {
  border: none;
  outline: none;
}

/*---------------------------------------------------------
 * !UNIFORM
 *---------------------------------------------------------*/
/* line 113, ../sass/components/_forms.scss */
.radio,
.checker {
  display: inline;
  padding-right: 10px;
}
/* line 118, ../sass/components/_forms.scss */
.radio input,
.checker input {
  width: auto !important;
}

/* UNIFORM - UPLOAD */
/* line 125, ../sass/components/_forms.scss */
div.uploader,
div.uploader span.action {
  -webkit-font-smoothing: antialiased;
}

/* line 130, ../sass/components/_forms.scss */
div.uploader {
  background-image: none;
  background: #fff;
  border: 0.077em solid #ccc;
  display: -moz-inline-box;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  height: 28px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 49%;
  zoom: 1;
}

/* line 145, ../sass/components/_forms.scss */
div.uploader,
div.uploader * {
  margin: 0;
  padding: 0;
}

/* line 151, ../sass/components/_forms.scss */
div.uploader:focus {
  outline: 0;
}

/* line 155, ../sass/components/_forms.scss */
.highContrastDetect {
  width: 0px;
  height: 0px;
}

/* line 160, ../sass/components/_forms.scss */
div.uploader span.action {
  background-image: none;
  background: #333;
  color: #fff;
  cursor: pointer;
  display: inline;
  float: right;
  font-size: 11px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  transition: all .3s;
  width: 82px;
}

/* line 177, ../sass/components/_forms.scss */
div.uploader span.action:hover {
  background: #666;
}

/* line 182, ../sass/components/_forms.scss */
div.uploader span.filename {
  color: #777;
  cursor: default;
  display: block;
  float: left;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  margin: 2px 0 2px 2px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

/* line 198, ../sass/components/_forms.scss */
div.uploader input {
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  height: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

/* line 213, ../sass/components/_forms.scss */
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  color: #aaa;
}

/* line 218, ../sass/components/_forms.scss */
div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 224, ../sass/components/_forms.scss */
input.uniform-input,
input.uniform-input:focus {
  background-color: #fff;
}

/*---------------------------------------------------------
 * !GRAVITY FORMS
 *---------------------------------------------------------*/
/* Override inherited CSS properties from content (padding, bullets on list items) */
/* line 235, ../sass/components/_forms.scss */
.content .gform_fields,
.content .gfield_radio,
.content .gfield_checkbox {
  padding-left: 0;
}
/* line 240, ../sass/components/_forms.scss */
.content .gform_fields > li,
.content .gfield_radio > li,
.content .gfield_checkbox > li {
  clear: both;
}
/* line 243, ../sass/components/_forms.scss */
.content .gform_fields > li:before,
.content .gfield_radio > li:before,
.content .gfield_checkbox > li:before {
  display: none !important;
}

/* Standard Gravity Forms */
/* line 251, ../sass/components/_forms.scss */
.gform_description {
  display: block;
  margin-bottom: 30px;
}

/* line 256, ../sass/components/_forms.scss */
.gfield {
  clear: both;
}

/* line 260, ../sass/components/_forms.scss */
.gfield_description {
  clear: both;
  font-size: 85%;
}

/* line 265, ../sass/components/_forms.scss */
.gfield_required {
  color: #ff0000;
  margin-left: 3px;
}

/* VALIDATION ERROR */
/* line 273, ../sass/components/_forms.scss */
.validation_error,
.validation_message,
.gfield_error input {
  border-color: #ff0000;
  color: #ff0000;
  font-weight: 600;
  margin-top: 5px;
}

/* line 282, ../sass/components/_forms.scss */
.gfield_error input {
  color: #333;
}

/* RADIO BUTTONS & CHECKBOXES */
/* line 294, ../sass/components/_forms.scss */
.gfield_radio > li:first-child,
.gfield_checkbox > li:first-child {
  margin-top: 0 !important;
}
/* line 297, ../sass/components/_forms.scss */
.gfield_radio label,
.gfield_checkbox label {
  display: inline;
}

/* TWO COLUMN FIELDS */
/* line 306, ../sass/components/_forms.scss */
.ginput_complex {
  overflow: hidden;
}
/* line 309, ../sass/components/_forms.scss */
.ginput_complex label {
  font-size: 0.8em;
  line-height: 2.16667em;
  display: block;
}
/* line 314, ../sass/components/_forms.scss */
.ginput_complex input {
  width: 100%;
}
/* line 318, ../sass/components/_forms.scss */
.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
  float: left;
  width: 49%;
}
/* line 324, ../sass/components/_forms.scss */
.ginput_complex .ginput_right {
  margin-left: 2%;
}

/* Progress Bar */
/* line 333, ../sass/components/_forms.scss */
.gf_progressbar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
  padding: 5px;
}

/* line 339, ../sass/components/_forms.scss */
.gf_progressbar_percentage {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
}

/* LEFT ALIGNED LABELS */
/* line 354, ../sass/components/_forms.scss */
.left_label .gfield:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 364, ../sass/components/_forms.scss */
.left_label .gfield_label,
.left_label .ginput_container {
  float: left;
  width: 80%;
}
/* line 370, ../sass/components/_forms.scss */
.left_label .gfield_label {
  width: 20%;
}
/* line 374, ../sass/components/_forms.scss */
.left_label .gfield_description {
  margin-left: 20%;
  /* This should be the width value of the above: .left_label .gfield_label */
}
/* line 378, ../sass/components/_forms.scss */
.left_label input,
.left_label .selector {
  width: 49%;
}
/* line 385, ../sass/components/_forms.scss */
.left_label .ginput_complex input,
.left_label .ginput_complex .selector {
  width: 100%;
}
/* line 393, ../sass/components/_forms.scss */
.left_label .radio input,
.left_label .checker input {
  width: auto;
}

/* line 399, ../sass/components/_forms.scss */
.content .left_label > li {
  margin-top: 20px;
}

/* TOP ALIGNED LABELS */
/* line 405, ../sass/components/_forms.scss */
.top_label {
  /* Input widths */
}
/* line 408, ../sass/components/_forms.scss */
.top_label input {
  width: 49%;
}
/* line 411, ../sass/components/_forms.scss */
.top_label input[type="submit"] {
  width: auto;
}
/* line 416, ../sass/components/_forms.scss */
.top_label .ginput_complex {
  clear: both;
}
/* line 419, ../sass/components/_forms.scss */
.top_label .ginput_complex input {
  width: 100%;
}
/* line 423, ../sass/components/_forms.scss */
.top_label .ginput_complex .selector {
  width: 100% !important;
}
/* line 430, ../sass/components/_forms.scss */
.top_label .radio input,
.top_label .checker input {
  width: auto;
}
/* line 435, ../sass/components/_forms.scss */
.top_label textarea {
  width: 100%;
}
/* line 439, ../sass/components/_forms.scss */
.top_label .selector {
  width: 49% !important;
}

/*---------------------------------------------------------
 * !GRAVITY FORMS WIDGET
 *---------------------------------------------------------*/
/* line 450, ../sass/components/_forms.scss */
.gform_widget .top_label input,
.gform_widget div.uploader {
  width: 100%;
}
/* line 455, ../sass/components/_forms.scss */
.gform_widget .top_label input[type="submit"] {
  width: auto;
}
/* line 459, ../sass/components/_forms.scss */
.gform_widget input, .gform_widget select {
  min-width: 0;
}
/* line 463, ../sass/components/_forms.scss */
.gform_widget .top_label .selector {
  width: 100% !important;
}
/* line 467, ../sass/components/_forms.scss */
.gform_widget div.uploader span.action {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 473, ../sass/components/_forms.scss */
.gform_widget li {
  padding: 0 !important;
}

/*---------------------------------------------------------
 * !GRAVITY FORMS 2 COLUMNS
 *---------------------------------------------------------*/
/* line 483, ../sass/components/_forms.scss */
.two-column_wrapper {
  margin: 0 !important;
  width: 100% !important;
}
/* line 487, ../sass/components/_forms.scss */
.two-column_wrapper input, .two-column_wrapper textarea {
  width: 100% !important;
  border-color: #8ec443;
  font-size: 14px;
  font-weight: 100;
  border-radius: 3px;
  margin: 0 0 10px;
}
/* line 496, ../sass/components/_forms.scss */
.two-column_wrapper .gform_footer, .two-column_wrapper .gform_wrapper, .two-column_wrapper .gform_heading {
  margin: 0 !important;
  width: 100%;
}
/* line 501, ../sass/components/_forms.scss */
.two-column_wrapper .gform_button {
  width: 100%;
  background: #8ec443;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 10px;
}
/* line 510, ../sass/components/_forms.scss */
.two-column_wrapper .gform_button:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: relative;
  font-size: 10px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  bottom: 1px;
}
/* line 521, ../sass/components/_forms.scss */
.two-column_wrapper .gform_fields {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
/* line 526, ../sass/components/_forms.scss */
.two-column_wrapper .gform_fields li {
  padding-top: 0 !important;
}
/* line 531, ../sass/components/_forms.scss */
.two-column_wrapper .selector {
  width: 100% !important;
  background: url(../images/dropdown-arrow.png) no-repeat 97% center;
  margin: 0 0 7px;
}
/* line 536, ../sass/components/_forms.scss */
.two-column_wrapper .selector span {
  display: none;
}
/* line 540, ../sass/components/_forms.scss */
.two-column_wrapper .selector select {
  width: 100% !important;
  background: none;
}

/* line 550, ../sass/components/_forms.scss */
input[type='checkbox'] {
  min-width: 0 !important;
}
/* line 553, ../sass/components/_forms.scss */
input[type='checkbox']:checked {
  background: url(../images/check.png) no-repeat center;
}

/* line 558, ../sass/components/_forms.scss */
input[type='radio'] {
  min-width: 0 !important;
}
/* line 561, ../sass/components/_forms.scss */
input[type='radio']:checked {
  background: #8ec443;
}

/* line 566, ../sass/components/_forms.scss */
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
  display: inline-block;
  width: 45%;
}

/* line 1, ../sass/components/_image-grid.scss */
.image-grid {
  font-size: 0;
  margin: 0 -20px;
  text-align: center;
}

/* line 7, ../sass/components/_image-grid.scss */
.image-grid-item {
  display: inline-block;
  padding: 20px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
/* line 14, ../sass/components/_image-grid.scss */
.image-grid-item img {
  display: inline-block;
}
@media (min-width: 480px) {
  /* line 7, ../sass/components/_image-grid.scss */
  .image-grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 7, ../sass/components/_image-grid.scss */
  .image-grid-item {
    width: 33.3333%;
  }
}

/* line 1, ../sass/components/_news-events-resources.scss */
.news-item, .event-item, .staff, .resource-item {
  margin: 0 0 40px;
}
/* line 4, ../sass/components/_news-events-resources.scss */
.news-item .image, .event-item .image, .staff .image, .resource-item .image {
  display: inline-block;
  vertical-align: top;
  max-width: 20%;
  width: 100%;
}
/* line 10, ../sass/components/_news-events-resources.scss */
.news-item .image + .content, .event-item .image + .content, .staff .image + .content, .resource-item .image + .content {
  max-width: 78%;
  padding-left: 20px;
}
/* line 15, ../sass/components/_news-events-resources.scss */
.news-item .image img, .event-item .image img, .staff .image img, .resource-item .image img {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: 100%;
}
/* line 22, ../sass/components/_news-events-resources.scss */
.news-item .content, .event-item .content, .staff .content, .resource-item .content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* line 27, ../sass/components/_news-events-resources.scss */
.news-item .content h3, .event-item .content h3, .staff .content h3, .resource-item .content h3 {
  margin: 0 0 5px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 32px;
}
/* line 34, ../sass/components/_news-events-resources.scss */
.news-item .content .pro-title, .news-item .content .date, .event-item .content .pro-title, .event-item .content .date, .staff .content .pro-title, .staff .content .date, .resource-item .content .pro-title, .resource-item .content .date {
  color: #858585;
}
/* line 38, ../sass/components/_news-events-resources.scss */
.news-item .content p, .event-item .content p, .staff .content p, .resource-item .content p {
  padding: 0;
  margin: 0 0 10px;
  line-height: 30px;
}
/* line 46, ../sass/components/_news-events-resources.scss */
.news-item .more, .event-item .more, .staff .more, .resource-item .more {
  color: #8ec443;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
}
/* line 52, ../sass/components/_news-events-resources.scss */
.news-item .more:after, .event-item .more:after, .staff .more:after, .resource-item .more:after {
  font-size: 0.625em;
  margin: 0 0 0 5px;
  bottom: 1px;
}
/* line 58, ../sass/components/_news-events-resources.scss */
.news-item .more:hover, .event-item .more:hover, .staff .more:hover, .resource-item .more:hover {
  opacity: 0.9;
}
/* line 62, ../sass/components/_news-events-resources.scss */
.news-item .more + .more, .event-item .more + .more, .staff .more + .more, .resource-item .more + .more {
  margin-left: 10px;
}

/* line 71, ../sass/components/_news-events-resources.scss */
.news-item .news-title {
  font-size: 21px;
  margin-bottom: 15px;
}

/* line 79, ../sass/components/_news-events-resources.scss */
.event-item .event-title {
  font-size: 21px;
}

/* line 85, ../sass/components/_news-events-resources.scss */
.resource-item .image {
  max-width: 35%;
}
/* line 89, ../sass/components/_news-events-resources.scss */
.resource-item .content {
  max-width: 60%;
}

@media only screen and (max-width: 1024px) {
  /* line 96, ../sass/components/_news-events-resources.scss */
  .news-events .events, .news-events .news {
    max-width: 100% !important;
  }
}
/* line 1, ../sass/components/_social.scss */
.social-container {
  text-align: right;
  margin: 0 0 20px;
}
/* line 6, ../sass/components/_social.scss */
.social-container li {
  display: inline-block;
}
/* line 10, ../sass/components/_social.scss */
.social-container a {
  font-family: 'FontAwesome';
  font-size: 1.875em;
  padding: 0 10px;
}

/* line 20, ../sass/components/_social.scss */
.cbp-spmenu .social-container .textSize,
.cbp-spmenu .social-container .translator {
  width: 50%;
  margin: 0 0 1.5625em;
}
/* line 26, ../sass/components/_social.scss */
.cbp-spmenu .social-container .translator {
  padding-left: 1.5625em;
  text-align: left;
}
/* line 31, ../sass/components/_social.scss */
.cbp-spmenu .social-container .translator__options {
  box-shadow: 0 0 5px 0 #ddd;
}

/* line 39, ../sass/components/_social.scss */
header .social-container .fb {
  color: #4a6ea7;
}
/* line 43, ../sass/components/_social.scss */
header .social-container .tw {
  color: #2acff8;
}
/* line 47, ../sass/components/_social.scss */
header .social-container .yt {
  color: #ea2529;
}
/* line 51, ../sass/components/_social.scss */
header .social-container .ig {
  color: #FAAD4B;
}
/* line 55, ../sass/components/_social.scss */
header .social-container .li {
  color: #0084bf;
}
/* line 59, ../sass/components/_social.scss */
header .social-container .fa {
  transition: all 0.3s ease;
}
/* line 61, ../sass/components/_social.scss */
header .social-container .fa:hover {
  opacity: 0.7;
}

/* line 70, ../sass/components/_social.scss */
.content .social-container {
  text-align: left;
  padding: 0 !important;
  margin: 0 0 30px;
}
/* line 77, ../sass/components/_social.scss */
.content .social-container li a {
  padding: 0 20px 0 0;
}
/* line 81, ../sass/components/_social.scss */
.content .social-container li:before {
  display: none;
}

/* line 1, ../sass/components/_split-list.scss */
.split-list {
  clear: both;
  overflow: hidden;
}
/* line 5, ../sass/components/_split-list.scss */
.split-list .two-column:first-child {
  padding-right: 10px;
}
/* line 9, ../sass/components/_split-list.scss */
.split-list .two-column {
  float: left;
  width: 50%;
}
/* line 14, ../sass/components/_split-list.scss */
.split-list .three-column:first-child {
  padding-left: 10px;
}
/* line 18, ../sass/components/_split-list.scss */
.split-list .three-column {
  float: left;
  padding-left: 10px;
  width: 33.33333%;
}
/* line 26, ../sass/components/_split-list.scss */
.split-list li:before {
  left: -10px;
}

/* line 32, ../sass/components/_split-list.scss */
.main .split-list li:before {
  left: -20px !important;
}

/* line 1, ../sass/components/_tables.scss */
table {
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #ddd;
  /* this draws the table border  */
  margin-bottom: 30px;
}
/* line 8, ../sass/components/_tables.scss */
table th,
table td {
  padding: 10px;
}
/* line 13, ../sass/components/_tables.scss */
table th {
  background: #ff6600;
  color: #fff;
  text-align: left;
}
/* line 21, ../sass/components/_tables.scss */
table tr td {
  border-color: #ddd;
}
/* line 32, ../sass/components/_tables.scss */
table.data tr th:first-child {
  border-top-left-radius: 3px;
}
/* line 36, ../sass/components/_tables.scss */
table.data tr th:last-child {
  border-top-right-radius: 3px;
}
/* line 42, ../sass/components/_tables.scss */
table.data th {
  border-color: #f0f0f0;
  background: #f88e00 !important;
  border: solid 1px #ff6600;
}
/* line 48, ../sass/components/_tables.scss */
table.data td {
  border: solid 1px #ccc;
}
/* line 54, ../sass/components/_tables.scss */
table.data .table-altrow td {
  background: #e6e6e6;
}

/* line 6, ../sass/components/_tabs.scss */
.tabs .tab-label {
  background: #f88e00;
  border: 1px solid #f88e00;
  border-top-left-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 10px;
  position: relative;
  z-index: 999999;
  top: 2px;
  text-decoration: none;
}
/* line 19, ../sass/components/_tabs.scss */
.tabs .tab-label img, .tabs .tab-label svg {
  float: left;
  margin: 0 5px 0 0;
  max-height: 25px;
  max-width: 25px;
}
/* line 25, ../sass/components/_tabs.scss */
.tabs .tab-label img path, .tabs .tab-label img polygon, .tabs .tab-label img symbol, .tabs .tab-label svg path, .tabs .tab-label svg polygon, .tabs .tab-label svg symbol {
  fill: #fff;
  transition: fill 0.5s ease;
}
/* line 31, ../sass/components/_tabs.scss */
.tabs .tab-label + .tab-label {
  margin: 0 0 0 5px;
}
/* line 35, ../sass/components/_tabs.scss */
.tabs .tab-label:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* line 39, ../sass/components/_tabs.scss */
.tabs .tab-label:hover svg path, .tabs .tab-label:hover svg polygon, .tabs .tab-label:hover svg symbol {
  fill: rgba(255, 255, 255, 0.5);
}
/* line 45, ../sass/components/_tabs.scss */
.tabs .tab-label.active {
  background: #fff;
  color: #f88e00;
}
/* line 50, ../sass/components/_tabs.scss */
.tabs .tab-label.active svg path, .tabs .tab-label.active svg polygon, .tabs .tab-label.active svg symbol {
  fill: #f88e00;
}
@media (max-width: 479px) {
  /* line 6, ../sass/components/_tabs.scss */
  .tabs .tab-label {
    border-bottom: 0;
    border-top-right-radius: 3px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 480px) {
  /* line 6, ../sass/components/_tabs.scss */
  .tabs .tab-label {
    border-right: 0;
    border-bottom-left-radius: 3px;
    display: block;
  }
  /* line 68, ../sass/components/_tabs.scss */
  .tabs .tab-label + .tab-label {
    margin: 5px 0 0;
  }
}
/* line 76, ../sass/components/_tabs.scss */
.tabs .green.tab-content {
  border-color: #8ec443;
}
/* line 80, ../sass/components/_tabs.scss */
.tabs .green.tab-label {
  background: #8ec443;
  border-color: #8ec443;
}
/* line 85, ../sass/components/_tabs.scss */
.tabs .green.tab-label svg polygon, .tabs .green.tab-label svg path {
  fill: #8ec443;
}
/* line 90, ../sass/components/_tabs.scss */
.tabs .green.tab-label:hover {
  background: #fff;
  color: #8ec443;
}
/* line 95, ../sass/components/_tabs.scss */
.tabs .green.tab-label.active {
  background: #fff;
  color: #8ec443;
}
/* line 105, ../sass/components/_tabs.scss */
.tabs .purple.tab-content {
  border-color: #91268f;
}
/* line 109, ../sass/components/_tabs.scss */
.tabs .purple.tab-label {
  background: #91268f;
  border-color: #91268f;
}
/* line 114, ../sass/components/_tabs.scss */
.tabs .purple.tab-label svg polygon, .tabs .purple.tab-label svg path {
  fill: #8ec443;
}
/* line 119, ../sass/components/_tabs.scss */
.tabs .purple.tab-label:hover {
  background: #fff;
  color: #91268f;
}
/* line 125, ../sass/components/_tabs.scss */
.tabs .purple.tab.active .tab-label {
  color: #91268f;
}
@media (min-width: 480px) {
  /* line 4, ../sass/components/_tabs.scss */
  .tabs {
    padding-left: 200px;
  }
}

@media (max-width: 479px) {
  /* line 135, ../sass/components/_tabs.scss */
  .tab-labels {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    overflow: scroll;
  }
}
@media (min-width: 480px) {
  /* line 135, ../sass/components/_tabs.scss */
  .tab-labels {
    float: left;
    margin-top: -2px;
    margin-left: -200px;
    width: 201px;
  }
}

/* line 152, ../sass/components/_tabs.scss */
.tab-content {
  border: 1px solid #f88e00;
  border-radius: 0 3px 3px;
  padding: 20px;
}
/* line 157, ../sass/components/_tabs.scss */
.tab-content p {
  line-height: 30px;
  font-size: 1em;
}

/* line 1, ../sass/components/_videos.scss */
.video {
  float: left;
  width: 100%;
  max-width: 48%;
  margin: 0 28px 30px 0;
}
/* line 7, ../sass/components/_videos.scss */
.video:nth-child(odd) {
  margin: 0;
}
/* line 11, ../sass/components/_videos.scss */
.video img {
  width: 100%;
}
/* line 15, ../sass/components/_videos.scss */
.video h3 {
  font-size: 1em;
  color: #858585;
  margin: 0 0 10px;
}
/* line 21, ../sass/components/_videos.scss */
.video .vid-image {
  margin: 0 0 25px;
  position: relative;
  transition: all 0.6s ease;
}
/* line 26, ../sass/components/_videos.scss */
.video .vid-image a:after {
  content: '\f01d';
  font-family: 'FontAwesome';
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -40px;
}
/* line 37, ../sass/components/_videos.scss */
.video .vid-image a:hover {
  opacity: 0.7;
}
/* line 41, ../sass/components/_videos.scss */
.video .vid-image a:hover:after {
  color: #8ec443;
}
/* line 46, ../sass/components/_videos.scss */
.video p {
  padding: 0 0 10px;
  font-size: 1.125em;
}

/* line 53, ../sass/components/_videos.scss */
.vid-filters {
  border-bottom: 1px solid #858585;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
/* line 58, ../sass/components/_videos.scss */
.vid-filters a {
  margin: 0 20px 0 0;
  font-size: 0.9375em;
  color: #313131;
  font-weight: 600;
  text-decoration: none;
}
/* line 65, ../sass/components/_videos.scss */
.vid-filters a:hover {
  color: #8ec443;
}
/* line 70, ../sass/components/_videos.scss */
.vid-filters .cat-label {
  color: #858585;
  font-size: 0.875em;
  margin: 0 20px 0 0;
}

/* line 3, ../sass/components/_provider_search.scss */
.provider h2 {
  margin: 30px 0 50px !important;
}
/* line 6, ../sass/components/_provider_search.scss */
.provider h2 span {
  display: block;
  font-weight: 300;
  font-size: 0.5em;
  line-height: 10px;
}
/* line 14, ../sass/components/_provider_search.scss */
.provider div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 30px 0 0;
}
/* line 20, ../sass/components/_provider_search.scss */
.provider div table {
  width: 100%;
}
/* line 23, ../sass/components/_provider_search.scss */
.provider div table tr:nth-child(even) {
  background-color: #f5f5f5;
}
/* line 27, ../sass/components/_provider_search.scss */
.provider div table th {
  background: none;
  color: #30323a;
}

/* line 38, ../sass/components/_provider_search.scss */
.provider-results .jplist-panel {
  padding: 0 0 50px;
}
/* line 41, ../sass/components/_provider_search.scss */
.provider-results .jplist-panel button {
  color: #30323a !important;
  padding: 0 8px;
}
/* line 46, ../sass/components/_provider_search.scss */
.provider-results .jplist-panel .jplist-empty {
  display: none;
}
/* line 50, ../sass/components/_provider_search.scss */
.provider-results .jplist-panel .jplist-select {
  display: none;
}
/* line 55, ../sass/components/_provider_search.scss */
.provider-results .selector {
  margin: 11px 0;
}
/* line 57, ../sass/components/_provider_search.scss */
.provider-results .selector .jplist-select {
  margin: 0;
  height: auto;
}
/* line 63, ../sass/components/_provider_search.scss */
.provider-results table.list {
  margin-bottom: 0;
  width: 100%;
}
/* line 67, ../sass/components/_provider_search.scss */
.provider-results table.list tr:nth-child(even) {
  background-color: #f5f5f5;
}
/* line 72, ../sass/components/_provider_search.scss */
.provider-results .stacktable.small-only {
  display: none;
}
/* line 74, ../sass/components/_provider_search.scss */
.provider-results .stacktable.small-only .st-head-row-main {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 82, ../sass/components/_provider_search.scss */
  .provider-results .stacktable.large-only, .provider-results .jplist-select {
    display: none;
  }
  /* line 86, ../sass/components/_provider_search.scss */
  .provider-results .stacktable.small-only {
    display: table;
  }
  /* line 90, ../sass/components/_provider_search.scss */
  .provider-results .jplist-panel {
    padding: 0 0 50px;
  }
}

/* line 100, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content .error {
  display: block;
  color: #f00;
  font-weight: 600;
}
/* line 107, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .form-block {
  display: inline-block;
  width: 100%;
  max-width: 48%;
  margin: 0 0 40px;
  padding: 0 40px 0 0;
  vertical-align: top;
  clear: both;
}
/* line 118, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .provider_types, .tmpl-provider-search .content form .zip-code {
  position: relative;
}
/* line 120, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .provider_types:after, .tmpl-provider-search .content form .zip-code:after {
  content: 'OR';
  position: absolute;
  right: 8px;
  top: 50%;
  color: #ccc;
}
/* line 129, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form label {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
}
/* line 135, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form label[for="medicaid"], .tmpl-provider-search .content form label[for="medicare"] {
  font-size: 1em;
  margin: 10px 20px 0 0;
}
/* line 140, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form input[type="text"] {
  width: 100%;
  padding: 14px;
}
/* line 145, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .selector {
  width: 100% !important;
}
/* line 148, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .selector#uniform-borough.loading:after {
  content: url("../images/cube.gif");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-38%);
}
/* line 156, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .selector:before {
  top: 50%;
  transform: translatY(-50%);
}
/* line 161, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .selector select {
  width: 100%;
  padding: 14px;
}
/* line 167, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .form-sub-title {
  display: block;
  font-weight: 300;
}
/* line 172, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .advanced-search-trigger {
  display: block;
  text-align: left;
}
/* line 177, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .advanced_search {
  background: #f5f5f5;
  display: none;
}
/* line 181, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .advanced_search.active {
  display: block;
}
/* line 185, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form .advanced_search .form-block {
  padding: 20px 20px 0 40px;
}
/* line 190, ../sass/components/_provider_search.scss */
.tmpl-provider-search .content form input[type="submit"] {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  /* line 195, ../sass/components/_provider_search.scss */
  .tmpl-provider-search .content form .form-block {
    max-width: 100%;
  }
  /* line 200, ../sass/components/_provider_search.scss */
  .tmpl-provider-search .content form .provider_types:after, .tmpl-provider-search .content form .zip-code:after {
    display: block;
    position: relative;
    top: 25px;
    right: auto;
    text-align: center;
  }
}

/* line 215, ../sass/components/_provider_search.scss */
.speedbump {
  padding: 50px;
}
/* line 218, ../sass/components/_provider_search.scss */
.speedbump a {
  color: #8ec443;
  margin: 30px 10px 0 0;
}

/* line 224, ../sass/components/_provider_search.scss */
#cboxClose {
  color: transparent !important;
}

/*---------------------------------------------------------
 * !HOME BACKGROUND
 *---------------------------------------------------------*/
/* line 4, ../sass/templates/_front-page.scss */
.home {
  overflow-x: hidden;
}

/* line 8, ../sass/templates/_front-page.scss */
.home .main {
  background: #9ed0f5 url(../images/home-background.png) no-repeat center bottom;
  background-size: 100% auto;
}
/* line 12, ../sass/templates/_front-page.scss */
.home .main .pattern {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAFElEQVQIW2NkYGCQZAQSDCACwgIAAmwAN/1Myi8AAAAASUVORK5CYII=) repeat;
}

/*---------------------------------------------------------
 * !HOME PANELS
 *---------------------------------------------------------*/
/* line 21, ../sass/templates/_front-page.scss */
.home-panels {
  position: relative;
}
/* line 25, ../sass/templates/_front-page.scss */
.home-panels .owl-carousel .owl-stage-outer {
  background: #fff;
  padding-top: 17px;
}
/* line 30, ../sass/templates/_front-page.scss */
.home-panels .owl-controls {
  position: absolute;
  z-index: 99;
  top: 35px;
  left: 0;
  width: 100%;
}
/* line 37, ../sass/templates/_front-page.scss */
.home-panels .owl-controls .owl-dots {
  text-align: left;
}
/* line 42, ../sass/templates/_front-page.scss */
.home-panels .owl-dots {
  display: none !important;
}
/* line 50, ../sass/templates/_front-page.scss */
.home-panels .owl-item.active .background {
  overflow: visible;
}
/* line 56, ../sass/templates/_front-page.scss */
.home-panels .inner {
  height: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  /* line 56, ../sass/templates/_front-page.scss */
  .home-panels .inner {
    padding: 0 100px;
  }
}
/* line 65, ../sass/templates/_front-page.scss */
.home-panels .background {
  overflow: hidden;
}
/* line 69, ../sass/templates/_front-page.scss */
.home-panels .message, .home-panels .image {
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  padding: 20px 0;
  position: relative;
}
/* line 79, ../sass/templates/_front-page.scss */
.home-panels .message .more {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.4;
  padding: 10px 15px 9px;
  font-size: 0.875em;
}
/* line 86, ../sass/templates/_front-page.scss */
.home-panels .message .more:after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 0.75em;
  position: relative;
  margin: 0 0 0 10px;
}
@media (min-width: 768px) {
  /* line 79, ../sass/templates/_front-page.scss */
  .home-panels .message .more {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  /* line 99, ../sass/templates/_front-page.scss */
  .home-panels .message br {
    display: none;
  }
}
/* line 108, ../sass/templates/_front-page.scss */
.home-panels .message p:last-child {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 106, ../sass/templates/_front-page.scss */
  .home-panels .message p {
    font-size: 80%;
  }
}
/* line 119, ../sass/templates/_front-page.scss */
.home-panels .small_title {
  font-weight: 100;
  font-size: 1.125em;
  line-height: 0.95;
  margin: 0;
}
@media (max-width: 479px) {
  /* line 129, ../sass/templates/_front-page.scss */
  .home-panels .small_title.stars::after {
    display: none;
  }
}
@media (min-width: 480px) {
  /* line 119, ../sass/templates/_front-page.scss */
  .home-panels .small_title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  /* line 119, ../sass/templates/_front-page.scss */
  .home-panels .small_title {
    font-size: 2em;
    margin: 0 0 20px;
  }
}
/* line 145, ../sass/templates/_front-page.scss */
.home-panels .large_title {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0;
  line-height: 50px;
}
@media (min-width: 480px) {
  /* line 145, ../sass/templates/_front-page.scss */
  .home-panels .large_title {
    font-size: 2.25em;
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) {
  /* line 145, ../sass/templates/_front-page.scss */
  .home-panels .large_title {
    font-size: 3em;
    margin: 0 0 30px;
  }
}
/* line 162, ../sass/templates/_front-page.scss */
.home-panels .image {
  text-align: center;
}
/* line 165, ../sass/templates/_front-page.scss */
.home-panels .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
@media (max-width: 767px) {
  /* line 162, ../sass/templates/_front-page.scss */
  .home-panels .image {
    padding: 20px;
  }
}
/* line 176, ../sass/templates/_front-page.scss */
.home-panels .panel-next, .home-panels .panel-prev {
  position: absolute;
  top: 50%;
  margin: -14px 40px 0;
  font-size: 1.875em;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 176, ../sass/templates/_front-page.scss */
  .home-panels .panel-next, .home-panels .panel-prev {
    font-size: 1.25em;
    top: 23%;
  }
}
/* line 191, ../sass/templates/_front-page.scss */
.home-panels .panel-prev {
  left: -20px;
}
@media (min-width: 768px) {
  /* line 191, ../sass/templates/_front-page.scss */
  .home-panels .panel-prev {
    left: 0;
  }
}
/* line 199, ../sass/templates/_front-page.scss */
.home-panels .panel-next {
  right: -20px;
}
@media (min-width: 768px) {
  /* line 199, ../sass/templates/_front-page.scss */
  .home-panels .panel-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  /* line 209, ../sass/templates/_front-page.scss */
  .home-panels .background {
    display: table;
    width: 100%;
  }
  /* line 214, ../sass/templates/_front-page.scss */
  .home-panels .inner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  /* line 222, ../sass/templates/_front-page.scss */
  .home-panels .background {
    min-height: 400px;
  }
  /* line 226, ../sass/templates/_front-page.scss */
  .home-panels .message, .home-panels .image {
    padding: 0;
  }
  /* line 230, ../sass/templates/_front-page.scss */
  .home-panels .image {
    float: right;
    height: 100%;
    width: 39%;
  }
  /* line 235, ../sass/templates/_front-page.scss */
  .home-panels .image img {
    max-height: calc(100% + 20px);
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 243, ../sass/templates/_front-page.scss */
  .home-panels .image img.align-image-top {
    top: 0;
  }
  /* line 247, ../sass/templates/_front-page.scss */
  .home-panels .image img.align-image-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 252, ../sass/templates/_front-page.scss */
  .home-panels .image img.align-image-bottom {
    top: auto;
    bottom: 0;
  }
  /* line 259, ../sass/templates/_front-page.scss */
  .home-panels .message {
    float: left;
    top: 78px;
    width: 60%;
  }
  /* line 265, ../sass/templates/_front-page.scss */
  .home-panels .owl-dots {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 272, ../sass/templates/_front-page.scss */
  .home-panels .message {
    width: 35%;
  }
  /* line 276, ../sass/templates/_front-page.scss */
  .home-panels .image {
    width: 65%;
  }
}

/* line 284, ../sass/templates/_front-page.scss */
.content-blocks {
  text-align: center;
  margin: 40px 0 0 !important;
}
/* line 288, ../sass/templates/_front-page.scss */
.content-blocks [class^='col'] {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  /* line 288, ../sass/templates/_front-page.scss */
  .content-blocks [class^='col'] {
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 288, ../sass/templates/_front-page.scss */
  .content-blocks [class^='col'] {
    width: 33.333%;
  }
}

/* line 301, ../sass/templates/_front-page.scss */
.content-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: table;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  height: 300px;
  padding: 20px;
  width: 100%;
  vertical-align: middle;
}
/* line 316, ../sass/templates/_front-page.scss */
.content-block p {
  padding-bottom: 15px;
  margin-bottom: 0;
}
/* line 320, ../sass/templates/_front-page.scss */
.content-block p:last-child {
  padding-bottom: 0;
}
/* line 325, ../sass/templates/_front-page.scss */
.content-block a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
/* line 331, ../sass/templates/_front-page.scss */
.content-block a:hover {
  color: #ffe200;
  opacity: 0.5;
  text-decoration: underline;
}
/* line 336, ../sass/templates/_front-page.scss */
.content-block a:hover + br + a {
  color: #ffe200;
}
/* line 343, ../sass/templates/_front-page.scss */
.content-block i {
  font-size: 2.8125em;
}
/* line 349, ../sass/templates/_front-page.scss */
.content-block strong a {
  font-weight: bold;
}
/* line 354, ../sass/templates/_front-page.scss */
.content-block .content {
  display: table-cell;
  font-size: 1.375em;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 301, ../sass/templates/_front-page.scss */
  .content-block {
    border: 30px #fff solid;
  }
}

/* line 367, ../sass/templates/_front-page.scss */
p.content-block-title, .content-block-title, .content-block-title a, h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 15px;
}
/* line 373, ../sass/templates/_front-page.scss */
p.content-block-title strong, .content-block-title strong, .content-block-title a strong, h3 strong {
  font-weight: 500;
}
/* line 379, ../sass/templates/_front-page.scss */
p.content-block-title[style="color: #000000;"] a, .content-block-title[style="color: #000000;"] a, .content-block-title a[style="color: #000000;"] a, h3[style="color: #000000;"] a {
  color: #000;
}

/* line 386, ../sass/templates/_front-page.scss */
.news-events {
  text-align: center;
  padding: 0 0 90px 0;
}
/* line 390, ../sass/templates/_front-page.scss */
.news-events [class^='col'] {
  padding: 0 15px 30px;
  position: relative;
}
/* line 395, ../sass/templates/_front-page.scss */
.news-events .owl-stage-outer,
.news-events .owl-stage {
  height: 100% !important;
}
@media (max-width: 479px) {
  /* line 400, ../sass/templates/_front-page.scss */
  .news-events .owl-item,
  .news-events .item {
    height: 100% !important;
  }
}
/* line 408, ../sass/templates/_front-page.scss */
.news-events .owl-carousel,
.news-events .owl-stage-outer {
  transition: height 0.3s ease;
}
/* line 413, ../sass/templates/_front-page.scss */
.news-events .owl-carousel {
  background: #fff;
  border-radius: 3px;
  display: inline-block !important;
  min-height: 300px;
  position: relative;
  text-align: right;
  width: 100%;
  vertical-align: middle;
}
/* line 423, ../sass/templates/_front-page.scss */
.news-events .owl-carousel a {
  color: #97c13c;
}
@media (max-width: 479px) {
  .news-events .owl-carousel a.center-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
/* line 428, ../sass/templates/_front-page.scss */
.news-events .owl-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
/* line 434, ../sass/templates/_front-page.scss */
.news-events .item {
  position: relative;
}
/* line 437, ../sass/templates/_front-page.scss */
.news-events .item h3 {
  font-weight: 100;
  font-size: 1.875em;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 479px) .news-events .item h3 {
  position: absolute;
  top: 30px;
  left: 30px;
}

@media (max-width: 479px) .news-events .item h4 {
  position: absolute;
  top: 90px;
  left: 30px;
  line-height: 1.15;
}

@media (max-width: 479px) .news-events .item h4:nth-of-type(2) {
  top: 130px;
  line-height: 1.25;
  padding-right: 10px;
}
/* line 444, ../sass/templates/_front-page.scss */
.news-events .item .content,
.news-events .item .image {
  background-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.125em;
  font-weight: 300;
  position: relative;
  text-align: left;
}
@media (min-width: 480px) {
  /* line 444, ../sass/templates/_front-page.scss */
  .news-events .item .content,
  .news-events .item .image {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  /* line 444, ../sass/templates/_front-page.scss */
  .news-events .item .content,
  .news-events .item .image {
    background-size: cover;
    width: 100%;
    display: block;
  }
  /* line 464, ../sass/templates/_front-page.scss */
  .news-events .item .content img,
  .news-events .item .image img {
    display: none;
  }
}
/* line 470, ../sass/templates/_front-page.scss */
.news-events .item .content {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 30px;
  z-index: 2;
  position: relative;
}
@media (min-width: 480px) {
  /* line 476, ../sass/templates/_front-page.scss */
  .news-events .item .content + .image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  /* line 470, ../sass/templates/_front-page.scss */
  .news-events .item .content {
    font-size: 90%;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  /* line 470, ../sass/templates/_front-page.scss */
  .news-events .item .content {
    font-size: 100%;
  }
}
/* line 493, ../sass/templates/_front-page.scss */
.news-events .item .image {
  padding: 30px 30px 30px 0;
  text-align: right;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 493, ../sass/templates/_front-page.scss */
  .news-events .item .image {
    opacity: 0.2;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
  }
}
/* line 511, ../sass/templates/_front-page.scss */
.news-events .item .image img {
  max-height: 223px;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 520, ../sass/templates/_front-page.scss */
  .news-events .owl-item {
    height: 100%;
  }
  /* line 524, ../sass/templates/_front-page.scss */
  .news-events .item {
    position: static;
  }
  /* line 527, ../sass/templates/_front-page.scss */
  .news-events .item img {
    position: absolute;
    bottom: -2px;
    height: 85%;
    left: 0;
    width: 102%;
  }
}
/* line 538, ../sass/templates/_front-page.scss */
.news-events .nav {
  position: absolute;
  z-index: 99;
  bottom: 40px;
  left: 25px;
  font-size: 1.5em;
  color: #8dc442;
}
/* line 546, ../sass/templates/_front-page.scss */
.news-events .nav i {
  cursor: pointer;
}
/* line 551, ../sass/templates/_front-page.scss */
.news-events .event-prev, .news-events .news-prev {
  border-right: 1px solid #e6e6e6;
  padding: 0 5px 0 0;
}
@media (min-width: 480px) {
  /* line 386, ../sass/templates/_front-page.scss */
  .news-events {
    padding: 0 0 150px 0;
  }
}
@media (min-width: 992px) {
  /* line 386, ../sass/templates/_front-page.scss */
  .news-events {
    padding: 0 0 350px 0;
  }
}

/* line 3, ../sass/templates/_interior.scss */
.interior article.content {
  padding-right: 40px;
}
/* line 6, ../sass/templates/_interior.scss */
.interior article.content img {
  max-width: 100%;
  height: auto;
}
/* line 12, ../sass/templates/_interior.scss */
.interior .main {
  padding: 60px 0;
}
/* line 15, ../sass/templates/_interior.scss */
.interior .main [class^="col"] {
  vertical-align: top;
}
/* line 21, ../sass/templates/_interior.scss */
.interior .masthead .inner {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
}
/* line 27, ../sass/templates/_interior.scss */
.interior .main .inner {
  max-width: 1180px;
  width: 100%;
}
/* line 33, ../sass/templates/_interior.scss */
.interior:not(.has-callouts) article.content {
  max-width: 100%;
}
/* line 38, ../sass/templates/_interior.scss */
.interior hr {
  background: #ddd !important;
}
/* line 42, ../sass/templates/_interior.scss */
.interior .content ol,
.interior .content ul:not(.gform_fields) {
  padding: 0 0 30px 30px;
}
/* line 47, ../sass/templates/_interior.scss */
.interior .content ul li:before {
  content: '\f111' !important;
  font-family: 'FontAwesome';
  font-size: 0.4375em;
  margin: 0 8px;
}
@media (max-width: 991px) {
  /* line 56, ../sass/templates/_interior.scss */
  .interior article.content {
    width: 80%;
  }
  /* line 60, ../sass/templates/_interior.scss */
  .interior .col-2.callouts {
    width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 67, ../sass/templates/_interior.scss */
  .interior article.content {
    width: 100%;
    padding: 0;
  }
  /* line 72, ../sass/templates/_interior.scss */
  .interior .col-2.callouts {
    width: 100%;
  }
  /* line 76, ../sass/templates/_interior.scss */
  .interior .callouts {
    max-width: 100%;
  }
}

/* line 86, ../sass/templates/_interior.scss */
.wsp-container li,
.wsp-container li:first-child {
  padding: 5px 0;
}
/* line 91, ../sass/templates/_interior.scss */
.wsp-container .children {
  padding: 0 0 0 30px !important;
}
/* line 94, ../sass/templates/_interior.scss */
.wsp-container .children li:last-child {
  padding: 5px 0 0;
}

/* line 104, ../sass/templates/_interior.scss */
.tmpl-team-listings article h2 {
  color: #eb262a;
}
/* line 110, ../sass/templates/_interior.scss */
.tmpl-team-listings .names_only .staff p {
  line-height: 24px;
}

/* line 120, ../sass/templates/_interior.scss */
.full-width .main .col-9,
.landing-page .main .col-9 {
  width: 100%;
}

/* line 129, ../sass/templates/_interior.scss */
.full-width .masthead .image {
  top: 8px;
}

/* line 137, ../sass/templates/_interior.scss */
.landing-page .masthead {
  background-position: 60% center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 143, ../sass/templates/_interior.scss */
  .landing-page .masthead-title {
    line-height: normal;
  }
  /* line 147, ../sass/templates/_interior.scss */
  .landing-page .masthead .content {
    padding: 19px 0;
  }
}
/* line 153, ../sass/templates/_interior.scss */
.landing-page .masthead .image {
  visibility: hidden;
}

@media (min-width: 768px) {
  /* line 159, ../sass/templates/_interior.scss */
  .one_half:not(.last_column) {
    padding-right: 15px;
  }
}

/* line 166, ../sass/templates/_interior.scss */
.gform_button {
  margin: 0;
}

@media (max-width: 991px) {
  /* line 171, ../sass/templates/_interior.scss */
  div.ginput_container_name span {
    margin-right: 0 !important;
  }
}
/* ==========================================================================
   Blog List
   ========================================================================== */
/* line 6, ../sass/templates/_index.scss */
.blog-item {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}
/* line 11, ../sass/templates/_index.scss */
.blog-item:last-child {
  margin-bottom: 0;
}

/* line 16, ../sass/templates/_index.scss */
.blog-item-image-wrapper {
  position: absolute;
  top: 0;
  max-width: 30.769230769%;
}
/* line 21, ../sass/templates/_index.scss */
.blog-item-image-wrapper .blog-item-image-inner-wrapper {
  padding-left: 20px;
}

/* line 26, ../sass/templates/_index.scss */
.blog-item-content-bg {
  padding: 20px 30px 20px 0;
  padding-left: calc(30.769230769% + 20px);
  background-color: #f7f7f7;
}

/* line 32, ../sass/templates/_index.scss */
.blog-item-image-wrapper,
.blog-item-content {
  width: 100%;
}

/* line 38, ../sass/templates/_index.scss */
.blog-item-content .blog-item-title {
  font-weight: 300;
  font-size: 1.6em;
  text-decoration: none;
}
/* line 43, ../sass/templates/_index.scss */
.blog-item-content .blog-item-title a {
  text-decoration: none;
  color: #30323a;
}

/* line 50, ../sass/templates/_index.scss */
.blog-item-title {
  margin-bottom: 0.416666667em;
  padding-left: calc(30.769230769% + 20px);
}

/* line 55, ../sass/templates/_index.scss */
.blog-post-info {
  margin-bottom: 20px;
  font-weight: 300;
  color: #858585;
}

/* line 62, ../sass/templates/_index.scss */
.main .share-post-button {
  color: #858585;
  text-decoration: none;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
@media only screen and (max-width: 991px) {
  /* line 74, ../sass/templates/_index.scss */
  .interior article.blog-content-wrapper {
    width: 70%;
  }
  /* line 78, ../sass/templates/_index.scss */
  .interior .blog-callouts-wrapper {
    width: 30%;
    float: none;
  }
  /* line 84, ../sass/templates/_index.scss */
  .interior .row .blog-callouts-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 790px) {
  /* line 94, ../sass/templates/_index.scss */
  .interior article.blog-content-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  /* line 100, ../sass/templates/_index.scss */
  .interior .blog-callouts-wrapper {
    width: 100%;
    max-width: 420px;
  }
  /* line 106, ../sass/templates/_index.scss */
  .interior .row .blog-callouts-wrapper {
    display: block;
  }

  /* line 112, ../sass/templates/_index.scss */
  .desktop-blog-pagination {
    display: none;
  }

  /* line 116, ../sass/templates/_index.scss */
  .mobile-blog-pagination {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 791px) {
  /* line 122, ../sass/templates/_index.scss */
  .mobile-blog-pagination {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  /* line 128, ../sass/templates/_index.scss */
  .blog-item-image-wrapper {
    position: relative;
    max-width: 100%;
  }
  /* line 132, ../sass/templates/_index.scss */
  .blog-item-image-wrapper img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  /* line 138, ../sass/templates/_index.scss */
  .blog-item-image-wrapper .blog-item-image-inner-wrapper {
    padding-left: 0;
  }

  /* line 143, ../sass/templates/_index.scss */
  .blog-item-title {
    padding-left: 0;
  }

  /* line 147, ../sass/templates/_index.scss */
  .blog-item-content-bg {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ==========================================================================
   Single Template Styles
   ========================================================================== */
/* line 6, ../sass/templates/_single.scss */
.single-post .main {
  padding-bottom: 0;
}

/* line 11, ../sass/templates/_single.scss */
.single-post-header {
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ececec;
}
/* line 17, ../sass/templates/_single.scss */
.single-post-header .single-post-title {
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.222222222;
}

/* line 26, ../sass/templates/_single.scss */
.interior article.single-post-content {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
}

/* line 33, ../sass/templates/_single.scss */
.single-post-content {
  margin-bottom: 80px;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h1 {
  color: #8ec443;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h2 {
  color: #8ec443;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h3 {
  color: #8ec443;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h4 {
  color: #8ec443;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h5 {
  color: #8ec443;
}
/* line 37, ../sass/templates/_single.scss */
.single-post-content h6 {
  color: #8ec443;
}
/* line 42, ../sass/templates/_single.scss */
.single-post-content img {
  margin-bottom: 20px;
}
/* line 45, ../sass/templates/_single.scss */
.single-post-content img.pull-right {
  margin-left: 20px;
}
/* line 49, ../sass/templates/_single.scss */
.single-post-content img.pull-left {
  margin-right: 20px;
}

/* line 55, ../sass/templates/_single.scss */
.single-post-featured-image {
  margin-bottom: 25px;
}
@media only screen and (max-width: 680px) {
  /* line 55, ../sass/templates/_single.scss */
  .single-post-featured-image {
    float: none;
  }
  /* line 61, ../sass/templates/_single.scss */
  .single-post-featured-image img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 681px) {
  /* line 55, ../sass/templates/_single.scss */
  .single-post-featured-image {
    float: right;
    margin-left: 25px;
  }
}

/* line 72, ../sass/templates/_single.scss */
.single-post-share-section {
  margin-bottom: 50px;
}

/* line 81, ../sass/templates/_single.scss */
.subcribe-blog-form {
  margin-top: 60px;
  padding: 33px 0;
  background-color: #e62931;
  color: #fff;
}
/* line 87, ../sass/templates/_single.scss */
.subcribe-blog-form form,
.subcribe-blog-form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 96, ../sass/templates/_single.scss */
.subcribe-blog-form form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 101, ../sass/templates/_single.scss */
.subcribe-blog-form form input,
.subcribe-blog-form form textarea,
.subcribe-blog-form form .gform_button {
  height: 50px;
  border-radius: 0;
  min-width: 1px;
}
/* line 110, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper {
  margin: 0;
}
/* line 113, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 5px 10px;
}
/* line 118, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_fields .gfield,
.subcribe-blog-form .gform_wrapper .gform_fields .ginput_container {
  margin-top: 0;
  padding: 0;
}
/* line 125, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body,
.subcribe-blog-form .gform_wrapper .gform_footer {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 131, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body {
  width: 66.666666667%;
}
/* line 134, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 50%;
}
/* line 140, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield .ginput_container {
  padding: 0 5px;
}
/* line 144, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield input {
  width: 100%;
}
/* line 148, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield.gfield_error {
  border: 0;
  padding: 0;
}
/* line 152, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield.gfield_error .ginput_container {
  padding: 0;
}
/* line 157, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_body .gfield .validation_message {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 164, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_footer {
  width: 33.333333333%;
  padding: 0 5px;
}
/* line 168, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  font-size: 1em;
}
/* line 174, ../sass/templates/_single.scss */
.subcribe-blog-form .gform_wrapper .validation_error,
.subcribe-blog-form .gform_wrapper .validation_message {
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #800f14;
}
/* line 183, ../sass/templates/_single.scss */
.subcribe-blog-form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 192, ../sass/templates/_single.scss */
.subcribe-blog-form-title {
  font-size: 2.4em;
  color: #fff;
}

/* line 197, ../sass/templates/_single.scss */
.single-post-pagination {
  background-color: #f7f7f7;
  padding: 33px 25px;
  text-align: center;
}
/* line 202, ../sass/templates/_single.scss */
.single-post-pagination .page-numbers {
  display: inline-block;
  width: 2.266666667em;
  height: 2.266666667em;
  background-color: #e8e8e8;
  border-radius: 50%;
  text-align: center;
  line-height: 2.266666667em;
  transition: background ease 0.2s;
}
/* line 212, ../sass/templates/_single.scss */
.single-post-pagination .page-numbers:hover {
  background-color: #d4d4d4;
}
/* line 216, ../sass/templates/_single.scss */
.single-post-pagination .page-numbers.current {
  background-color: #8ec443;
  color: #fff;
}
/* line 220, ../sass/templates/_single.scss */
.single-post-pagination .page-numbers.current:hover {
  background-color: #79a935;
}
/* line 226, ../sass/templates/_single.scss */
.single-post-pagination a {
  color: #30323a;
}

/**
 * Social share buttons
 */
/* line 235, ../sass/templates/_single.scss */
.st-inline-share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 240, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button {
  position: relative;
  top: 0;
  flex: 1;
  min-width: 135px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  cursor: pointer;
}
/* line 254, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button:hover {
  opacity: .8;
  top: -4px;
}
/* line 259, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button > span {
  display: inline-block;
  font-weight: 500;
  min-width: 67px;
  opacity: 1;
  padding: 0 6px;
  vertical-align: top;
  transition: all ease 0.2s;
  color: #fff;
}
/* line 270, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button > svg {
  position: relative;
  top: 10px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
/* line 279, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button[data-network="facebook"] {
  background-color: #3b5998;
}
/* line 283, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button[data-network="twitter"] {
  background-color: #55acee;
}
/* line 287, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button[data-network="email"] {
  background-color: #7d7d7d;
}
/* line 291, ../sass/templates/_single.scss */
.st-inline-share-buttons .st-custom-button[data-network="sharethis"] {
  background-color: #95d03a;
}

/* line 7, ../sass/base/_grid.scss */
.row {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/* line 13, ../sass/base/_grid.scss */
.row [class^="col"] {
  display: inline-block;
  margin: 0.5rem -4px 0.5rem 0;
  min-height: 0.125rem;
  text-align: left;
  vertical-align: middle;
}

/* line 21, ../sass/base/_grid.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

/* line 36, ../sass/base/_grid.scss */
.col-1-sm {
  width: 8.33333%;
}

/* line 37, ../sass/base/_grid.scss */
.col-2-sm {
  width: 16.66667%;
}

/* line 38, ../sass/base/_grid.scss */
.col-3-sm {
  width: 25%;
}

/* line 39, ../sass/base/_grid.scss */
.col-4-sm {
  width: 33.33333%;
}

/* line 40, ../sass/base/_grid.scss */
.col-5-sm {
  width: 41.66667%;
}

/* line 41, ../sass/base/_grid.scss */
.col-6-sm {
  width: 50%;
}

/* line 42, ../sass/base/_grid.scss */
.col-7-sm {
  width: 58.33333%;
}

/* line 43, ../sass/base/_grid.scss */
.col-8-sm {
  width: 66.66667%;
}

/* line 44, ../sass/base/_grid.scss */
.col-9-sm {
  width: 75%;
}

/* line 45, ../sass/base/_grid.scss */
.col-10-sm {
  width: 83.33333%;
}

/* line 46, ../sass/base/_grid.scss */
.col-11-sm {
  width: 91.66667%;
}

/* line 47, ../sass/base/_grid.scss */
.col-12-sm {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 50, ../sass/base/_grid.scss */
  .col-1 {
    width: 8.33333%;
  }

  /* line 51, ../sass/base/_grid.scss */
  .col-2 {
    width: 16.66667%;
  }

  /* line 52, ../sass/base/_grid.scss */
  .col-3 {
    width: 25%;
  }

  /* line 53, ../sass/base/_grid.scss */
  .col-4 {
    width: 33.33333%;
  }

  /* line 54, ../sass/base/_grid.scss */
  .col-5 {
    width: 41.66667%;
  }

  /* line 55, ../sass/base/_grid.scss */
  .col-6 {
    width: 50%;
  }

  /* line 56, ../sass/base/_grid.scss */
  .col-7 {
    width: 58.33333%;
  }

  /* line 57, ../sass/base/_grid.scss */
  .col-8 {
    width: 66.66667%;
  }

  /* line 58, ../sass/base/_grid.scss */
  .col-9 {
    width: 75%;
  }

  /* line 59, ../sass/base/_grid.scss */
  .col-10 {
    width: 83.33333%;
  }

  /* line 60, ../sass/base/_grid.scss */
  .col-11 {
    width: 91.66667%;
  }

  /* line 61, ../sass/base/_grid.scss */
  .col-12 {
    width: 100%;
  }

  /* line 63, ../sass/base/_grid.scss */
  .hidden-sm {
    display: block;
  }
}
/* line 1, ../sass/base/_helpers.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0em;
  content: " ";
  clear: both;
  height: 0;
}

/* line 10, ../sass/base/_helpers.scss */
.inner {
  margin: 0 auto;
  max-width: 1542px;
  width: 100%;
  position: relative;
  padding: 0 25px;
}
@media only screen and (max-width: 1280px) {
  /* line 10, ../sass/base/_helpers.scss */
  .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1140px) {
  /* line 10, ../sass/base/_helpers.scss */
  .inner {
    padding: 0 10px;
  }
}

@media (max-width: 800px) {
  /* line 28, ../sass/base/_helpers.scss */
  .inner {
    width: 95%;
  }
}
/* line 34, ../sass/base/_helpers.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* line 39, ../sass/base/_helpers.scss */
.aligncenter img {
  margin: 0 auto;
}

/* line 44, ../sass/base/_helpers.scss */
.alignleft,
.alignright {
  display: block;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
}

/* line 52, ../sass/base/_helpers.scss */
.alignleft {
  float: left;
  margin-right: 50px;
}

/* line 57, ../sass/base/_helpers.scss */
.alignright {
  float: right;
  margin-left: 50px;
}

@media (max-width: 640px) {
  /* line 66, ../sass/base/_helpers.scss */
  .content .alignleft,
  .content .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 75, ../sass/base/_helpers.scss */
.no-border,
.no-border img {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 82, ../sass/base/_helpers.scss */
.no-list-style,
.no-list-style li {
  list-style: none !important;
  padding-left: 0 !important;
}
/* line 87, ../sass/base/_helpers.scss */
.no-list-style:before,
.no-list-style li:before {
  display: none !important;
}

/* line 92, ../sass/base/_helpers.scss */
.force-inline {
  display: inline !important;
}

/* line 96, ../sass/base/_helpers.scss */
.force-inline-block {
  display: inline-block !important;
}

/* line 100, ../sass/base/_helpers.scss */
.more {
  color: #ff6600;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
/* line 107, ../sass/base/_helpers.scss */
.more:hover {
  color: #30323a;
}
/* line 111, ../sass/base/_helpers.scss */
.more:after {
  content: '\f054';
  font-family: 'FontAwesome';
  position: relative;
}

/* line 120, ../sass/base/_helpers.scss */
.gradient-overlay:after {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#99000000', endColorstr='#00000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/*  NOTE: .image-full-width IS A SUPLIMENTAL CLASS.
	YOU WILL WANT TO ADD A MIN-WIDTH TO THE ELEMENT THIS IS GETTING APPLIED TO */
/* line 138, ../sass/base/_helpers.scss */
.image-full-width {
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

/* line 148, ../sass/base/_helpers.scss */
.ajax-loading {
  display: none;
  margin: 0 auto;
}

/* line 153, ../sass/base/_helpers.scss */
.mob-only {
  display: none;
}

/* line 157, ../sass/base/_helpers.scss */
.stars {
  position: relative;
  display: inline-block;
}
/* line 161, ../sass/base/_helpers.scss */
.stars:after {
  content: url("../images/stars.png");
  position: absolute;
  bottom: 9px;
  left: 92%;
  width: 56%;
}

/*---------------------------------------------------------
 * !INNER IMAGE SHADOW
 *---------------------------------------------------------*/
/* line 173, ../sass/base/_helpers.scss */
.img-shadow {
  border: solid 2px #f6f9fa;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

/* line 180, ../sass/base/_helpers.scss */
.img-shadow:before {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------------------------
 * !SITEMAP
 *---------------------------------------------------------*/
/* line 195, ../sass/base/_helpers.scss */
.kwayy-page-title {
  display: none;
}

/* line 199, ../sass/base/_helpers.scss */
.kwayy-page-list {
  padding-left: 0 !important;
}

/*---------------------------------------------------------
 * !HIGHLIGHT
 *---------------------------------------------------------*/
/* line 207, ../sass/base/_helpers.scss */
.highlight {
  color: #8ec443;
  padding: 0 20px 0;
  font-size: 1.5em;
  line-height: 1.5em;
  position: relative;
}
/* line 214, ../sass/base/_helpers.scss */
.highlight:before {
  content: '';
  background: #8ec443;
  height: 73%;
  width: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 228, ../sass/base/_helpers.scss */
.btn + .acrobat {
  font-size: 43px;
  vertical-align: middle;
  color: #8ec443;
}

@media print {
  /* All your print styles go here */
  /* line 4, ../sass/base/_print.scss */
  body, h1, h2, h3, ol, ul, div, img {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
  }

  /* line 5, ../sass/base/_print.scss */
  header {
    display: none;
  }

  /* line 9, ../sass/base/_print.scss */
  .left-menu, .mob-menu, .masthead, .callouts {
    display: none !important;
  }

  /* line 13, ../sass/base/_print.scss */
  .accordion {
    display: block;
  }

  /* line 17, ../sass/base/_print.scss */
  .accordion-label {
    display: block;
    border: none !important;
  }
  /* line 21, ../sass/base/_print.scss */
  .accordion-label i {
    display: none;
  }
  /* line 24, ../sass/base/_print.scss */
  .accordion-label:after {
    display: none;
    content: '';
  }

  /* line 28, ../sass/base/_print.scss */
  .accordion-content {
    display: block;
    min-height: 100%;
    height: 100%;
    border: none !important;
  }

  /* line 35, ../sass/base/_print.scss */
  .main, .content {
    display: block !important;
    min-height: 100% !important;
    height: auto !important;
    width: 100% !important;
    margin: 0;
    float: none;
    overflow: visible !important;
  }

  /* line 43, ../sass/base/_print.scss */
  .accordion, p, ul {
    page-break-inside: avoid;
  }
}

.calendar-wrapper .eventon_list_event {
  height:300px !important;
 }

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


