@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* ===================================================================
  SUPERFISH MENU
=================================================================== */

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* ===================================================================
  ICON FONT
=================================================================== */

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\E900";
}

.icon-chevron-left:before {
  content: "\E901";
}

.icon-chevron-down:before,
.main-nav .sf-with-ul:after {
  content: "\E902";
}

.icon-chevron-up:before {
  content: "\E903";
}

.icon-search:before {
  content: "\E904";
}

.icon-pinterest:before {
  content: "\E905";
}

.icon-linkedin:before {
  content: "\E906";
}

.icon-google-plus:before {
  content: "\E907";
}

.icon-twitter:before {
  content: "\E908";
}

.icon-instagram:before {
  content: "\E909";
}

.icon-facebook:before {
  content: "\E90A";
}

/* ===================================================================
  MMENU
=================================================================== */

/*
	jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:before,
.mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before,
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #49C8F5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #fff;
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
  border-color: #fff;
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  tap-highlight-color: rgba(0, 0, 0, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offCanvas addon CSS
*/

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
	@note Based on Yahoo!'s technique
	@author Thierry Koblentz
	@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see http://csswizardry.com/2016/05/the-importance-of-important/
*/

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  clip-path: inset(50%) !important;
  /* 2 */
  white-space: nowrap !important;
  /* 3 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/*
	jQuery.mmenu pageDim extension CSS
*/

.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.6;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

/*
	jQuery.mmenu position extension CSS
*/

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

/*
	jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  transition: transform 0.4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu borderStyle extension CSS
*/

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after {
  right: 20px;
}

.side-panel {
  display: none;
}

/* ===================================================================
  SLICK SLIDER
=================================================================== */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/

.wrapper {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}

.wrapper:after {
  clear: both;
}

@media screen and (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}

.wrapper--full {
  max-width: none;
}

/* Force clearfix on grids */

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  *zoom: 1;
}

.grid:before,
.grid--rev:before,
.grid--full:before,
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:before,
.grid-uniform:after {
  content: '';
  display: table;
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
  clear: both;
}

/* Manual grid__item clearfix */

.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/

/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/

/*================ Clearfix helper on uniform grids ================*/

/*================ Helper show/hide classes around our breakpoints ===========*/

/*================ Our regular, non-responsive width and helper classes ======*/

/** Whole */

.one-whole {
  width: 100%;
}

/* Halves */

.one-half {
  width: 50%;
}

/* Thirds */

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

/* Quarters */

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

/* Eighths */

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/

@media only screen and (max-width: 480px) {
  /** Whole */

  .small--one-whole {
    width: 100%;
  }

  /* Halves */

  .small--one-half {
    width: 50%;
  }

  /* Thirds */

  .small--one-third {
    width: 33.333%;
  }

  .small--two-thirds {
    width: 66.666%;
  }

  /* Quarters */

  .small--one-quarter {
    width: 25%;
  }

  .small--two-quarters {
    width: 50%;
  }

  .small--three-quarters {
    width: 75%;
  }

  /* Fifths */

  .small--one-fifth {
    width: 20%;
  }

  .small--two-fifths {
    width: 40%;
  }

  .small--three-fifths {
    width: 60%;
  }

  .small--four-fifths {
    width: 80%;
  }

  /* Sixths */

  .small--one-sixth {
    width: 16.666%;
  }

  .small--two-sixths {
    width: 33.333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.666%;
  }

  .small--five-sixths {
    width: 83.333%;
  }

  /* Eighths */

  .small--one-eighth {
    width: 12.5%;
  }

  .small--two-eighths {
    width: 25%;
  }

  .small--three-eighths {
    width: 37.5%;
  }

  .small--four-eighths {
    width: 50%;
  }

  .small--five-eighths {
    width: 62.5%;
  }

  .small--six-eighths {
    width: 75%;
  }

  .small--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */

  .small--one-tenth {
    width: 10%;
  }

  .small--two-tenths {
    width: 20%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--four-tenths {
    width: 40%;
  }

  .small--five-tenths {
    width: 50%;
  }

  .small--six-tenths {
    width: 60%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--eight-tenths {
    width: 80%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .small--one-twelfth {
    width: 8.333%;
  }

  .small--two-twelfths {
    width: 16.666%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.333%;
  }

  .small--five-twelfths {
    width: 41.666%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.333%;
  }

  .small--eight-twelfths {
    width: 66.666%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.333%;
  }

  .small--eleven-twelfths {
    width: 91.666%;
  }

  .small--show {
    display: block !important;
  }

  .small--hide {
    display: none !important;
  }

  .small--text-left {
    text-align: left !important;
  }

  .small--text-right {
    text-align: right !important;
  }

  .small--text-center {
    text-align: center !important;
  }

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */

  .medium--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium--one-half {
    width: 50%;
  }

  /* Thirds */

  .medium--one-third {
    width: 33.333%;
  }

  .medium--two-thirds {
    width: 66.666%;
  }

  /* Quarters */

  .medium--one-quarter {
    width: 25%;
  }

  .medium--two-quarters {
    width: 50%;
  }

  .medium--three-quarters {
    width: 75%;
  }

  /* Fifths */

  .medium--one-fifth {
    width: 20%;
  }

  .medium--two-fifths {
    width: 40%;
  }

  .medium--three-fifths {
    width: 60%;
  }

  .medium--four-fifths {
    width: 80%;
  }

  /* Sixths */

  .medium--one-sixth {
    width: 16.666%;
  }

  .medium--two-sixths {
    width: 33.333%;
  }

  .medium--three-sixths {
    width: 50%;
  }

  .medium--four-sixths {
    width: 66.666%;
  }

  .medium--five-sixths {
    width: 83.333%;
  }

  /* Eighths */

  .medium--one-eighth {
    width: 12.5%;
  }

  .medium--two-eighths {
    width: 25%;
  }

  .medium--three-eighths {
    width: 37.5%;
  }

  .medium--four-eighths {
    width: 50%;
  }

  .medium--five-eighths {
    width: 62.5%;
  }

  .medium--six-eighths {
    width: 75%;
  }

  .medium--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */

  .medium--one-tenth {
    width: 10%;
  }

  .medium--two-tenths {
    width: 20%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--four-tenths {
    width: 40%;
  }

  .medium--five-tenths {
    width: 50%;
  }

  .medium--six-tenths {
    width: 60%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--eight-tenths {
    width: 80%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .medium--one-twelfth {
    width: 8.333%;
  }

  .medium--two-twelfths {
    width: 16.666%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.333%;
  }

  .medium--five-twelfths {
    width: 41.666%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.333%;
  }

  .medium--eight-twelfths {
    width: 66.666%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.333%;
  }

  .medium--eleven-twelfths {
    width: 91.666%;
  }

  .medium--show {
    display: block !important;
  }

  .medium--hide {
    display: none !important;
  }

  .medium--text-left {
    text-align: left !important;
  }

  .medium--text-right {
    text-align: right !important;
  }

  .medium--text-center {
    text-align: center !important;
  }

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  /** Whole */

  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */

  .medium-down--one-third {
    width: 33.333%;
  }

  .medium-down--two-thirds {
    width: 66.666%;
  }

  /* Quarters */

  .medium-down--one-quarter {
    width: 25%;
  }

  .medium-down--two-quarters {
    width: 50%;
  }

  .medium-down--three-quarters {
    width: 75%;
  }

  /* Fifths */

  .medium-down--one-fifth {
    width: 20%;
  }

  .medium-down--two-fifths {
    width: 40%;
  }

  .medium-down--three-fifths {
    width: 60%;
  }

  .medium-down--four-fifths {
    width: 80%;
  }

  /* Sixths */

  .medium-down--one-sixth {
    width: 16.666%;
  }

  .medium-down--two-sixths {
    width: 33.333%;
  }

  .medium-down--three-sixths {
    width: 50%;
  }

  .medium-down--four-sixths {
    width: 66.666%;
  }

  .medium-down--five-sixths {
    width: 83.333%;
  }

  /* Eighths */

  .medium-down--one-eighth {
    width: 12.5%;
  }

  .medium-down--two-eighths {
    width: 25%;
  }

  .medium-down--three-eighths {
    width: 37.5%;
  }

  .medium-down--four-eighths {
    width: 50%;
  }

  .medium-down--five-eighths {
    width: 62.5%;
  }

  .medium-down--six-eighths {
    width: 75%;
  }

  .medium-down--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */

  .medium-down--one-tenth {
    width: 10%;
  }

  .medium-down--two-tenths {
    width: 20%;
  }

  .medium-down--three-tenths {
    width: 30%;
  }

  .medium-down--four-tenths {
    width: 40%;
  }

  .medium-down--five-tenths {
    width: 50%;
  }

  .medium-down--six-tenths {
    width: 60%;
  }

  .medium-down--seven-tenths {
    width: 70%;
  }

  .medium-down--eight-tenths {
    width: 80%;
  }

  .medium-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .medium-down--one-twelfth {
    width: 8.333%;
  }

  .medium-down--two-twelfths {
    width: 16.666%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.333%;
  }

  .medium-down--five-twelfths {
    width: 41.666%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.333%;
  }

  .medium-down--eight-twelfths {
    width: 66.666%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.666%;
  }

  .medium-down--show {
    display: block !important;
  }

  .medium-down--hide {
    display: none !important;
  }

  .medium-down--text-left {
    text-align: left !important;
  }

  .medium-down--text-right {
    text-align: right !important;
  }

  .medium-down--text-center {
    text-align: center !important;
  }

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 769px) {
  /** Whole */

  .large--one-whole {
    width: 100%;
  }

  /* Halves */

  .large--one-half {
    width: 50%;
  }

  /* Thirds */

  .large--one-third {
    width: 33.333%;
  }

  .large--two-thirds {
    width: 66.666%;
  }

  /* Quarters */

  .large--one-quarter {
    width: 25%;
  }

  .large--two-quarters {
    width: 50%;
  }

  .large--three-quarters {
    width: 75%;
  }

  /* Fifths */

  .large--one-fifth {
    width: 20%;
  }

  .large--two-fifths {
    width: 40%;
  }

  .large--three-fifths {
    width: 60%;
  }

  .large--four-fifths {
    width: 80%;
  }

  /* Sixths */

  .large--one-sixth {
    width: 16.666%;
  }

  .large--two-sixths {
    width: 33.333%;
  }

  .large--three-sixths {
    width: 50%;
  }

  .large--four-sixths {
    width: 66.666%;
  }

  .large--five-sixths {
    width: 83.333%;
  }

  /* Eighths */

  .large--one-eighth {
    width: 12.5%;
  }

  .large--two-eighths {
    width: 25%;
  }

  .large--three-eighths {
    width: 37.5%;
  }

  .large--four-eighths {
    width: 50%;
  }

  .large--five-eighths {
    width: 62.5%;
  }

  .large--six-eighths {
    width: 75%;
  }

  .large--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */

  .large--one-tenth {
    width: 10%;
  }

  .large--two-tenths {
    width: 20%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--four-tenths {
    width: 40%;
  }

  .large--five-tenths {
    width: 50%;
  }

  .large--six-tenths {
    width: 60%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--eight-tenths {
    width: 80%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .large--one-twelfth {
    width: 8.333%;
  }

  .large--two-twelfths {
    width: 16.666%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.333%;
  }

  .large--five-twelfths {
    width: 41.666%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.333%;
  }

  .large--eight-twelfths {
    width: 66.666%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.333%;
  }

  .large--eleven-twelfths {
    width: 91.666%;
  }

  .large--show {
    display: block !important;
  }

  .large--hide {
    display: none !important;
  }

  .large--text-left {
    text-align: left !important;
  }

  .large--text-right {
    text-align: right !important;
  }

  .large--text-center {
    text-align: center !important;
  }

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/

[class*="push--"] {
  position: relative;
}

/* Whole */

.push--one-whole {
  left: 100%;
}

/* Halves */

.push--one-half {
  left: 50%;
}

/* Thirds */

.push--one-third {
  left: 33.333%;
}

.push--two-thirds {
  left: 66.666%;
}

/* Quarters */

.push--one-quarter {
  left: 25%;
}

.push--two-quarters {
  left: 50%;
}

.push--three-quarters {
  left: 75%;
}

/* Fifths */

.push--one-fifth {
  left: 20%;
}

.push--two-fifths {
  left: 40%;
}

.push--three-fifths {
  left: 60%;
}

.push--four-fifths {
  left: 80%;
}

/* Sixths */

.push--one-sixth {
  left: 16.666%;
}

.push--two-sixths {
  left: 33.333%;
}

.push--three-sixths {
  left: 50%;
}

.push--four-sixths {
  left: 66.666%;
}

.push--five-sixths {
  left: 83.333%;
}

/* Eighths */

.push--one-eighth {
  left: 12.5%;
}

.push--two-eighths {
  left: 25%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--four-eighths {
  left: 50%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--six-eighths {
  left: 75%;
}

.push--seven-eighths {
  left: 87.5%;
}

/* Tenths */

.push--one-tenth {
  left: 10%;
}

.push--two-tenths {
  left: 20%;
}

.push--three-tenths {
  left: 30%;
}

.push--four-tenths {
  left: 40%;
}

.push--five-tenths {
  left: 50%;
}

.push--six-tenths {
  left: 60%;
}

.push--seven-tenths {
  left: 70%;
}

.push--eight-tenths {
  left: 80%;
}

.push--nine-tenths {
  left: 90%;
}

/* Twelfths */

.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */

  .push--medium--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium--one-half {
    left: 50%;
  }

  /* Thirds */

  .push--medium--one-third {
    left: 33.333%;
  }

  .push--medium--two-thirds {
    left: 66.666%;
  }

  /* Quarters */

  .push--medium--one-quarter {
    left: 25%;
  }

  .push--medium--two-quarters {
    left: 50%;
  }

  .push--medium--three-quarters {
    left: 75%;
  }

  /* Fifths */

  .push--medium--one-fifth {
    left: 20%;
  }

  .push--medium--two-fifths {
    left: 40%;
  }

  .push--medium--three-fifths {
    left: 60%;
  }

  .push--medium--four-fifths {
    left: 80%;
  }

  /* Sixths */

  .push--medium--one-sixth {
    left: 16.666%;
  }

  .push--medium--two-sixths {
    left: 33.333%;
  }

  .push--medium--three-sixths {
    left: 50%;
  }

  .push--medium--four-sixths {
    left: 66.666%;
  }

  .push--medium--five-sixths {
    left: 83.333%;
  }

  /* Eighths */

  .push--medium--one-eighth {
    left: 12.5%;
  }

  .push--medium--two-eighths {
    left: 25%;
  }

  .push--medium--three-eighths {
    left: 37.5%;
  }

  .push--medium--four-eighths {
    left: 50%;
  }

  .push--medium--five-eighths {
    left: 62.5%;
  }

  .push--medium--six-eighths {
    left: 75%;
  }

  .push--medium--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */

  .push--medium--one-tenth {
    left: 10%;
  }

  .push--medium--two-tenths {
    left: 20%;
  }

  .push--medium--three-tenths {
    left: 30%;
  }

  .push--medium--four-tenths {
    left: 40%;
  }

  .push--medium--five-tenths {
    left: 50%;
  }

  .push--medium--six-tenths {
    left: 60%;
  }

  .push--medium--seven-tenths {
    left: 70%;
  }

  .push--medium--eight-tenths {
    left: 80%;
  }

  .push--medium--nine-tenths {
    left: 90%;
  }

  /* Twelfths */

  .push--medium--one-twelfth {
    left: 8.333%;
  }

  .push--medium--two-twelfths {
    left: 16.666%;
  }

  .push--medium--three-twelfths {
    left: 25%;
  }

  .push--medium--four-twelfths {
    left: 33.333%;
  }

  .push--medium--five-twelfths {
    left: 41.666%;
  }

  .push--medium--six-twelfths {
    left: 50%;
  }

  .push--medium--seven-twelfths {
    left: 58.333%;
  }

  .push--medium--eight-twelfths {
    left: 66.666%;
  }

  .push--medium--nine-twelfths {
    left: 75%;
  }

  .push--medium--ten-twelfths {
    left: 83.333%;
  }

  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 768px) {
  /* Whole */

  .push--medium-down--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium-down--one-half {
    left: 50%;
  }

  /* Thirds */

  .push--medium-down--one-third {
    left: 33.333%;
  }

  .push--medium-down--two-thirds {
    left: 66.666%;
  }

  /* Quarters */

  .push--medium-down--one-quarter {
    left: 25%;
  }

  .push--medium-down--two-quarters {
    left: 50%;
  }

  .push--medium-down--three-quarters {
    left: 75%;
  }

  /* Fifths */

  .push--medium-down--one-fifth {
    left: 20%;
  }

  .push--medium-down--two-fifths {
    left: 40%;
  }

  .push--medium-down--three-fifths {
    left: 60%;
  }

  .push--medium-down--four-fifths {
    left: 80%;
  }

  /* Sixths */

  .push--medium-down--one-sixth {
    left: 16.666%;
  }

  .push--medium-down--two-sixths {
    left: 33.333%;
  }

  .push--medium-down--three-sixths {
    left: 50%;
  }

  .push--medium-down--four-sixths {
    left: 66.666%;
  }

  .push--medium-down--five-sixths {
    left: 83.333%;
  }

  /* Eighths */

  .push--medium-down--one-eighth {
    left: 12.5%;
  }

  .push--medium-down--two-eighths {
    left: 25%;
  }

  .push--medium-down--three-eighths {
    left: 37.5%;
  }

  .push--medium-down--four-eighths {
    left: 50%;
  }

  .push--medium-down--five-eighths {
    left: 62.5%;
  }

  .push--medium-down--six-eighths {
    left: 75%;
  }

  .push--medium-down--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */

  .push--medium-down--one-tenth {
    left: 10%;
  }

  .push--medium-down--two-tenths {
    left: 20%;
  }

  .push--medium-down--three-tenths {
    left: 30%;
  }

  .push--medium-down--four-tenths {
    left: 40%;
  }

  .push--medium-down--five-tenths {
    left: 50%;
  }

  .push--medium-down--six-tenths {
    left: 60%;
  }

  .push--medium-down--seven-tenths {
    left: 70%;
  }

  .push--medium-down--eight-tenths {
    left: 80%;
  }

  .push--medium-down--nine-tenths {
    left: 90%;
  }

  /* Twelfths */

  .push--medium-down--one-twelfth {
    left: 8.333%;
  }

  .push--medium-down--two-twelfths {
    left: 16.666%;
  }

  .push--medium-down--three-twelfths {
    left: 25%;
  }

  .push--medium-down--four-twelfths {
    left: 33.333%;
  }

  .push--medium-down--five-twelfths {
    left: 41.666%;
  }

  .push--medium-down--six-twelfths {
    left: 50%;
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }

  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }

  .push--medium-down--nine-twelfths {
    left: 75%;
  }

  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 769px) {
  /* Whole */

  .push--large--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--large--one-half {
    left: 50%;
  }

  /* Thirds */

  .push--large--one-third {
    left: 33.333%;
  }

  .push--large--two-thirds {
    left: 66.666%;
  }

  /* Quarters */

  .push--large--one-quarter {
    left: 25%;
  }

  .push--large--two-quarters {
    left: 50%;
  }

  .push--large--three-quarters {
    left: 75%;
  }

  /* Fifths */

  .push--large--one-fifth {
    left: 20%;
  }

  .push--large--two-fifths {
    left: 40%;
  }

  .push--large--three-fifths {
    left: 60%;
  }

  .push--large--four-fifths {
    left: 80%;
  }

  /* Sixths */

  .push--large--one-sixth {
    left: 16.666%;
  }

  .push--large--two-sixths {
    left: 33.333%;
  }

  .push--large--three-sixths {
    left: 50%;
  }

  .push--large--four-sixths {
    left: 66.666%;
  }

  .push--large--five-sixths {
    left: 83.333%;
  }

  /* Eighths */

  .push--large--one-eighth {
    left: 12.5%;
  }

  .push--large--two-eighths {
    left: 25%;
  }

  .push--large--three-eighths {
    left: 37.5%;
  }

  .push--large--four-eighths {
    left: 50%;
  }

  .push--large--five-eighths {
    left: 62.5%;
  }

  .push--large--six-eighths {
    left: 75%;
  }

  .push--large--seven-eighths {
    left: 87.5%;
  }

  /* Tenths */

  .push--large--one-tenth {
    left: 10%;
  }

  .push--large--two-tenths {
    left: 20%;
  }

  .push--large--three-tenths {
    left: 30%;
  }

  .push--large--four-tenths {
    left: 40%;
  }

  .push--large--five-tenths {
    left: 50%;
  }

  .push--large--six-tenths {
    left: 60%;
  }

  .push--large--seven-tenths {
    left: 70%;
  }

  .push--large--eight-tenths {
    left: 80%;
  }

  .push--large--nine-tenths {
    left: 90%;
  }

  /* Twelfths */

  .push--large--one-twelfth {
    left: 8.333%;
  }

  .push--large--two-twelfths {
    left: 16.666%;
  }

  .push--large--three-twelfths {
    left: 25%;
  }

  .push--large--four-twelfths {
    left: 33.333%;
  }

  .push--large--five-twelfths {
    left: 41.666%;
  }

  .push--large--six-twelfths {
    left: 50%;
  }

  .push--large--seven-twelfths {
    left: 58.333%;
  }

  .push--large--eight-twelfths {
    left: 66.666%;
  }

  .push--large--nine-twelfths {
    left: 75%;
  }

  .push--large--ten-twelfths {
    left: 83.333%;
  }

  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}

/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/

.grid--middle .grid__item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.grid--small {
  margin-left: -20px;
}

.grid--small .grid__item {
  padding-left: 20px;
}

@viewport {
  width: device-width;
}

html {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  font-size: 87.5%;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-family: "Open Sans", "Arial", sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.57143em;
  background-color: #fff;
}

a {
  background: transparent;
  color: #49C8F5;
  text-decoration: none;
  transition: color .2s;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1.57143em;
}

ul,
ol {
  padding-left: 20px;
}

/* ===================================================================
  BUTTONS
=================================================================== */

.button {
  display: inline-block;
  padding: 10px 24px;
  text-align: center;
  font-weight: 500;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143em;
  background-color: #eee;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button:hover,
.button:active,
.button:focus {
  color: #555;
  background-color: #e1e1e1;
}

.button .disabled,
.button:disabled {
  opacity: 0.2;
}

/* ===================================================================
  BUTTON COLORS
=================================================================== */

/* Primary Color
------------------------------------------------------------------- */

.button--primary {
  color: #fff;
  background-color: #49C8F5;
  border-color: #49C8F5;
}

.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  color: #fff;
  background-color: #159dce;
  border-color: #159dce;
}

.button--primary.button--outline {
  color: #49C8F5;
  background-color: transparent;
}

.button--primary.button--outline:hover {
  color: #fff;
  background-color: #49C8F5;
  border-color: #49C8F5;
}

/* ===================================================================
  BUTTON MODIFIER
=================================================================== */

.button--uppercase {
  text-transform: uppercase;
}

.button--small {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 0.85714rem;
}

.button--large {
  font-size: 18px;
  font-size: 1.28571rem;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 3px;
}

.button--wide {
  padding-left: 60px;
  padding-right: 60px;
}

.button--rounded {
  border-radius: 100px;
}

.button--fullwidth {
  display: block;
  width: 100%;
}

.button--reset {
  padding: 0;
  border: 0;
  background: none;
}

.button--reset:hover {
  background: none;
}

/* ===================================================================
  FORM: TEXT FIELD
=================================================================== */

.form-label {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.21em;
  display: block;
  margin-bottom: 10px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="file"],
textarea {
  border: 0;
  padding: 15px 20px;
  width: 100%;
  color: #555;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(221, 221, 221, 0.5);
}

input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="file"]:disabled,
textarea:disabled {
  color: #999;
}

textarea {
  resize: vertical;
}

/* ===================================================================
  TABLES
=================================================================== */

table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  border-top: 1px solid #ccc;
}

table th,
table td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
}

table .no-border {
  border-color: transparent;
}

table .small-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table--no-border-top {
  border-top: 0;
}

/* Table Head
------------------------------------------------------------------- */

table thead th {
  font-weight: 400;
  color: #999;
}

/* ===================================================================
  MAIN NAVIGATION
=================================================================== */

.main-nav {
  text-align: right;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  display: inline-block;
  margin-right: 30px;
}

.main-nav a {
  display: block;
  color: #555;
  line-height: 1.35714em;
}

.main-nav a:hover,
.main-nav .sfHover > a {
  color: #49C8F5;
}

.main-nav .current-menu-item > a {
  font-weight: 700;
}

.main-nav ul ul {
  display: none;
}

.main-nav ul ul li {
  margin-right: 0;
}

.main-nav .sf-with-ul:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* Dropdown Menu
------------------------------------------------------------------- */

.sf-menu ul {
  text-align: left;
  background-color: #fff;
  width: 170px;
  padding: 10px 15px;
  margin-left: -15px;
}

.sf-menu ul li {
  display: block;
  margin-bottom: 5px;
}

.sf-menu ul a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ===================================================================
  FOOTER NAVIGATION
=================================================================== */

.footer-nav {
  text-align: center;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===================================================================
  PAGINATION
=================================================================== */

.jcd-pagination {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .jcd-pagination {
    margin-bottom: 0;
  }
}

.jcd-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcd-pagination li {
  display: inline-block;
}

.jcd-pagination a.page-numbers,
.jcd-pagination span.page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: 0.5em 0.5em;
  display: inline-block;
  color: #999;
  border-radius: 10px;
  font-weight: 600;
  border: 2px solid transparent;
  box-sizing: content-box;
  text-align: center;
}

.jcd-pagination .page-numbers.current,
.jcd-pagination .page-numbers:hover {
  color: #49C8F5;
  border-color: #49C8F5;
}

/* ===================================================================
  SOCIAL LINKS
=================================================================== */

.social-links a {
  display: inline-block;
  min-width: 1em;
  line-height: 1em;
  padding: .2em;
  font-size: 22px;
  font-size: 1.57143rem;
}

.social-links i {
  display: block;
}

/* ===================================================================
  PAGE HEADING
=================================================================== */

.page-heading {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F2F9F9;
  background: linear-gradient(0, #fff 0%, #F2F9F9 100%);
}

@media screen and (min-width: 1200px) {
  .page-heading {
    padding-top: 130px;
    padding-bottom: 209px;
    margin-bottom: -119px;
  }
}

.page-heading__title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 28px;
  font-size: 2rem;
  line-height: 0.83333em;
}

@media screen and (min-width: 1200px) {
  .page-heading__title {
    font-size: 36px;
    font-size: 2.57143rem;
  }
}

/* ===================================================================
  POST ITEM
=================================================================== */

@media screen and (min-width: 1200px) {
  .post-list {
    padding-right: 30px;
  }
}

.post-item {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid #ddd;
}

.post-item__title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.35em;
  margin-top: 0;
  margin-bottom: 19px;
}

.post-item__title,
.post-item__title a {
  color: #555;
}

.single .post-item__title {
  font-size: 26px;
  font-size: 1.85714rem;
}

.post-item__content {
  margin-bottom: 20px;
}

.post-item__meta {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 2em;
}

.post-item__meta,
.post-item__meta a {
  color: #8A9317;
}

.post-item__meta a:hover {
  text-decoration: underline;
}

/* ===================================================================
  INPUT GROUP
=================================================================== */

.input-group {
  position: relative;
  display: table;
  width: 100%;
}

.input-group .form-field,
.input-group .input-group__button {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .form-field {
  position: relative;
  z-index: 10;
}

.input-group .button {
  margin-left: -1px;
  border-width: 1px;
}

.input-group__button {
  position: relative;
  white-space: nowrap;
  width: 1%;
}

/* ===================================================================
  SEARCH FORM
=================================================================== */

.search-form {
  position: relative;
}

.search-form input {
  padding-right: 60px;
}

.search-form .button {
  z-index: 10;
  position: absolute;
  width: 50px;
  height: 51px;
  top: 0;
  right: 0;
  color: #49C8F5;
  font-size: 20px;
  font-size: 1.42857rem;
}

/* ===================================================================
  CONTACT FORM
=================================================================== */

.form-row {
  margin-bottom: 30px;
}

.form-row > br {
  display: none;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.alert-success,
.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.contact-form .ajax-loader {
  background: #fff;
  vertical-align: middle;
  padding: 4px;
  border-radius: 3px;
}

/* ===================================================================
  GENERAL WIDGET
=================================================================== */

.sidebar {
  padding-top: 50px;
}

@media screen and (min-width: 600px) {
  .sidebar {
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .widget {
    margin-bottom: 78px;
  }
}

.widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul ul {
  margin-left: 20px;
}

.widget li {
  margin-bottom: 14px;
}

.widget__title {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.35714em;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* ===================================================================
  CATEGORIES WIDGET
=================================================================== */

.widget_categories li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.widget_categories a {
  display: block;
  font-size: 13px;
  font-size: 0.92857rem;
  color: #999;
  letter-spacing: 0.93px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.widget_categories a:hover,
.widget_categories .current-cat a {
  border-color: #49C8F5;
  color: #49C8F5;
}

/* ===================================================================
  POPULAR WIDGET
=================================================================== */

@media screen and (min-width: 1200px) {
  .widget-popular-post li {
    margin-bottom: 30px;
  }

  .widget-popular-post li:last-child {
    margin-bottom: 0;
  }
}

.widget-popular-post li > a {
  color: #555;
}

.widget-popular-post li > a:hover {
  color: #49C8F5;
}

/* ===================================================================
  HEADER SECTION
=================================================================== */

.topbar-section {
  position: relative;
  z-index: 10;
}

.topbar-section .wrapper--full {
  padding-top: 20px;
  padding-left: 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .topbar-section .wrapper--full {
    padding-top: 0;
  }
}

.topbar-section .main-nav,
.topbar-section .phone-number {
  display: inline-block;
}

.topbar-section .phone-number {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #49C8F5;
  line-height: 1.05556em;
}

.topbar-section__curve {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .topbar-section__curve {
    height: 105px;
  }
}

.no-svgasimg .topbar-section__curve {
  display: none;
}

/* Logo
------------------------------------------------------------------- */

.logo-block {
  display: block;
  position: relative;
}

.logo-block img {
  max-height: 80px;
}

@media screen and (min-width: 1200px) {
  .logo-block img {
    max-height: 95px;
  }
}

.svgasimg .logo-block {
  left: -15px;
}

@media screen and (min-width: 600px) {
  .svgasimg .logo-block {
    top: 20px;
    left: 0;
    z-index: 10;
    max-height: none;
  }
}

@media screen and (min-width: 1200px) {
  .svgasimg .logo-block {
    top: 40px;
  }
}

/* Menu
------------------------------------------------------------------- */

.topbar-section .main-nav-grid {
  display: none;
}

@media screen and (min-width: 1200px) {
  .topbar-section .main-nav-grid {
    display: inline-block;
  }
}

.mobile-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -19px;
  z-index: 20;
}

.mobile-menu .phone-number {
  display: none;
}

@media screen and (min-width: 600px) {
  .mobile-menu .phone-number {
    display: inline-block;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}

.menu-trigger {
  padding: 10px 7px;
  display: inline-block;
  background: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
}

.menu-trigger__bar {
  height: 2px;
  display: block;
  width: 30px;
  background-color: #555;
}

.menu-trigger__bar + .menu-trigger__bar {
  margin-top: 6px;
}

/* ===================================================================
  FOOTER SECTION
=================================================================== */

.footer-section {
  text-align: center;
  background-color: #555;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .footer-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  opacity: 0.5;
}

.footer-section .footer-nav,
.footer-section .social-links {
  margin-bottom: 40px;
}

.footer-section .social-links a {
  font-size: 14px;
  font-size: 1rem;
  margin: 0 8px;
}

/* Copyrights
------------------------------------------------------------------- */

.copyrights,
.copyrights a {
  color: #aaa;
}

/* ===================================================================
  BLOCKS
=================================================================== */

.block-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .block-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.block-section__title {
  margin-top: 0;
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .block-section__title {
    font-size: 36px;
    font-size: 2.57143rem;
    margin-bottom: 66px;
  }
}

/* ===================================================================
  HERO SECTION
=================================================================== */

.hero-section {
  min-height: 480px;
  position: relative;
  background-color: #555;
  color: #fff;
}

.cssvhunit .hero-section {
  height: calc( 100vh - 93px);
}

@media screen and (min-width: 600px) {
  .cssvhunit .hero-section {
    height: calc( 100vh - 101px);
  }
}

.hero-section .wrapper,
.hero-section .grid,
.hero-section .grid--rev,
.hero-section .grid--full,
.hero-section .grid__item,
.hero-section .slick-track,
.hero-section .slick-list {
  height: 100%;
}

.flexbox .hero-section .grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.hero-section__content {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .hero-section__content {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 900px) {
  .hero-section__content {
    text-align: left;
  }
}

.hero-section__text {
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.42857em;
}

@media screen and (min-width: 600px) {
  .hero-section__text {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.25em;
  }
}

@media screen and (min-width: 900px) {
  .hero-section__text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}

.hero-section__slides,
.hero-section__slide-item,
.hero-section__slides:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-section__slides:before {
  content: "";
  z-index: 5;
  opacity: 0.5;
  background: #555;
  background: linear-gradient(168deg, #FFFFFF 42%, #196772 91%, #000000 100%);
}

.backgroundblendmode .hero-section__slides:before {
  mix-blend-mode: multiply;
}

.hero-section__slide-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ===================================================================
  COLUMNS SECTION
=================================================================== */

.column-item {
  margin-bottom: 50px;
}

.column-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .column-item {
    margin-bottom: 0;
  }
}

.columns-content {
  background-color: #F2F9F9;
}

.column-item__image {
  margin-bottom: 10px;
}

.column-item__image img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .column-item__image {
    margin-bottom: 30px;
  }
}

.column-item__title {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .column-item__title {
    margin-bottom: 20px;
  }
}

.column-item__text {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .column-item__text {
    margin-bottom: 30px;
  }
}

/* ===================================================================
  CONTENT IMAGE SECTION
=================================================================== */

.content-image-section {
  padding-top: 60px;
}

@media screen and (min-width: 1200px) {
  .content-image-section {
    padding-top: 80px;
  }
}

.content-image-section__content {
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .content-image-section__content {
    margin-top: 40px;
  }

  .svgasimg .content-image-section__content {
    margin: 0;
    height: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.content-image-section__image img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .svgasimg .content-image-section__image {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}

/* ===================================================================
  BLOG SECTION
=================================================================== */

.blog-section {
  background-color: #F2F9F9;
}

.blog-section .post-item {
  border-bottom: 0;
}

/* ===================================================================
  TEXT BAKGROUND SECTION
=================================================================== */

.text-background-section {
  position: relative;
  background: #0083B1;
}

.text-background-section .wrapper {
  position: relative;
  z-index: 10;
}

.text-background-section__text {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #fff;
  line-height: 1.25em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1200px) {
  .text-background-section__text {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.text-background-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/* ===================================================================
  FOOTER IMAGE LIST
=================================================================== */

.footer-image-row {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #F9F9F9;
  border-top: 1px solid #ddd;
}

.footer-image-row:first-child {
  border-top: 0;
}

@media screen and (min-width: 1200px) {
  .footer-image-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer-image-row__title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.42857rem;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .footer-image-row__title {
    margin-bottom: 50px;
  }
}

.footer-image-row__images .grid__item {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .footer-image-row__images .grid__item {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer-image-row__images .grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.footer-image-row__images img {
  mix-blend-mode: multiply;
}

/* ===================================================================
  COMMON CONTENT TYPOGRAPHY
=================================================================== */

.main-content-section {
  padding-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .main-content-section {
    padding-bottom: 100px;
  }
}

/* Post Single Typography
------------------------------------------------------------------- */

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5em;
}

.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote {
  margin: 1em;
  margin-left: 0;
  padding-left: 30px;
  border-left: 3px solid #49C8F5;
}

.entry-content blockquote p {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
}

hr,
.divider {
  height: 1px;
  background-color: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 2em;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  margin-top: 0;
  font-size: 14px;
  font-size: 1rem;
  color: #999;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.fit-vids-style {
  display: none;
}

.entry-content li {
  line-height: 1.63em;
  /* 26/16 */
  margin-bottom: 0.3em;
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}

/* ===================================================================
  ABOUT TEMPLATE
=================================================================== */

.qualifications,
.contact-location {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 1200px) {
  .qualifications,
  .contact-location {
    margin-top: 78px;
    padding-top: 78px;
  }
}

.qualifications__title {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-top: 0;
  margin-bottom: 30px;
}

/* ===================================================================
  RESOURCES TEMPLATE
=================================================================== */

.resource-list {
  margin-top: 30px;
}

.resource-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.resource-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.resource-item .button {
  padding: 8px 16px;
}

.resource-item__image,
.resource-item__title {
  margin-right: 20px;
  display: block;
}

.resource-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1rem;
}

.resource-item__button {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .resource-item__button {
    margin-top: 0;
    display: inline-block;
  }
}

/* ===================================================================
  CONTACT TEMPLATE
=================================================================== */

/* Contact Location
------------------------------------------------------------------- */

/* Maps
------------------------------------------------------------------- */

.map-section {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
  .map-section {
    margin-bottom: 0;
  }
}

.map-section .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Side List
------------------------------------------------------------------- */

.side-item {
  margin-bottom: 30px;
}

.side-item:last-child {
  margin-bottom: 0;
}

.side-item__title {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143em;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ===================================================================
  HELPER
=================================================================== */

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.text-highlight {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.5em;
  margin-bottom: 40px;
  display: block;
}

/* Columned List
------------------------------------------------------------------- */

.columned-list ul {
  padding-left: 0;
}

@media screen and (min-width: 900px) {
  .columned-list ul {
    column-count: 2;
  }
}

@media screen and (min-width: 900px) {
  .columned-list.three ul {
    column-count: 3;
  }
}

.columned-list li {
  margin-bottom: 5px;
  margin-left: 20px;
}

/* Font Weight Helper
------------------------------------------------------------------- */

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

/* Text Align Helper
------------------------------------------------------------------- */

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

/* Text Color Helper
------------------------------------------------------------------- */

.text-color-primary {
  color: #49C8F5;
}

.text-color-white {
  color: #fff;
}

.text-color-gray {
  color: #ccc;
}

.text-color-gray-1 {
  color: #999;
}

.text-color-gray-2 {
  color: #eee;
}

.text-color-text {
  color: #555;
}

/* Margin Helper
------------------------------------------------------------------- */

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-20 {
  padding-top: 20px;
}

/* Float Helper
------------------------------------------------------------------- */

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

/* Font Size Helper
------------------------------------------------------------------- */

.text-small {
  font-size: 12px;
  font-size: 0.85714rem;
}

.text-medium {
  font-size: 18px;
  font-size: 1.28571rem;
}

.text-large {
  font-size: 22px;
  font-size: 1.57143rem;
}

/* List Helper
------------------------------------------------------------------- */

.spaced-list li {
  margin-bottom: 20px;
}

/* Is Loading
------------------------------------------------------------------- */

.is-loading {
  opacity: 0.3;
  cursor: wait;
}