@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;
  -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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* ===================================================================
  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-search:before {
  content: "\E900";
}

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

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

.icon-google + :before {
  content: "\E902";
}

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

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

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

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

/*
	jQuery.mmenu oncanvas CSS
*/

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

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

.mm-menu {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

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

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

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

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

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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 {
  -webkit-transform: none !important;
  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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: rotate(-45deg);
  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 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  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: #fff;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-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 {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

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

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 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 */
  -webkit-clip-path: inset(50%) !important;
  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;
  -webkit-transition: opacity 0.4s ease 0.4s;
  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 {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

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

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

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

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  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 {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

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

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

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  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 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 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;
}

.mm-menu {
  top: 76px;
}

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

.side-panel {
  display: none;
}

.side-panel .side-nav {
  padding: 30px 20px;
}

@media screen and (min-width: 600px) {
  .side-panel .side-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*============================================================================
  #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: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.wrapper:after {
  clear: both;
}

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

.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: -40px;
}

.grid__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 40px;
  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;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 87.5%;
  overflow-x: hidden;
}

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

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

a {
  background: transparent;
  color: #1B4A5F;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", "Arial", sans-serif;
  font-weight: 700;
}

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

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

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

.text-highlight {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.44444em;
  margin-bottom: 30px;
  display: block;
}

.text-large {
  display: block;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.25em;
  margin-bottom: 30px;
}

/* Post Single Typography
------------------------------------------------------------------- */

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.2em;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  border-left: 2px solid #222222;
}

@media screen and (min-width: 600px) {
  .entry-content blockquote {
    margin-left: 70px;
  }
}

.entry-content blockquote p {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.625em;
}

.entry-content p > img {
  margin-top: 36px;
  margin-bottom: 36px;
}

.entry-content a {
  color: #CD3334;
}

.entry-content a:hover {
  text-decoration: underline;
}

hr,
.divider {
  height: 1px;
  background-color: #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
  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;
  }
}

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

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

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

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

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

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

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

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

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

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

/* Button Dark
------------------------------------------------------------------- */

.button--dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.button--dark:hover,
.button--dark:active,
.button--dark:focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.button--dark.button--outline {
  color: #222222;
  background-color: transparent;
}

.button--dark.button--outline:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* Button White
------------------------------------------------------------------- */

.button--white {
  color: #CD3334;
  background-color: #fff;
  border-color: #fff;
}

.button--white:hover,
.button--white:active,
.button--white:focus {
  color: #CD3334;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.button--white.button--outline {
  color: #fff;
  background-color: transparent;
}

.button--white.button--outline:hover {
  color: #222222;
  background-color: #fff;
  border-color: #fff;
}

/* Button White
------------------------------------------------------------------- */

.button-submit {
  color: #fff;
  background: #222222;
}

.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* ===================================================================
  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: 40px;
  padding-right: 40px;
}

.button--no-rounded {
  border-radius: 0;
}

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

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

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

.button--width-medium {
  width: 148px;
}

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

.form-label {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.28571em;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

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

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;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

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;
}

/* ===================================================================
  FORM: SELECT FIELD
=================================================================== */

.select-field {
  position: relative;
  display: block;
  background-color: #F5F5F5;
}

.select-field select {
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.072em .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222222;
  font-family: "Quicksand", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1rem;
}

.select-field:after {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
  margin-top: -8px;
  line-height: 1;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .select-field:after {
    display: block;
  }

  .select-field select {
    padding-right: 2em;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* ===================================================================
  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: 40px;
}

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;
}

/* ===================================================================
  STICKY NAVIGATION
=================================================================== */

@media screen and (max-width: 599px) {
  .js-sticky-bar .sticky-bar__inner {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: auto;
    /* overflow: auto; */
    z-index: 10;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-sticky-bar--open .sticky-bar__inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }
}

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

.jcd-pagination {
  text-align: center;
}

.jcd-pagination a.page-numbers,
.jcd-pagination span.page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: 14px;
  display: inline-block;
  color: #888;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  margin: 0 8px 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .jcd-pagination a.page-numbers,
  .jcd-pagination span.page-numbers {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.jcd-pagination .page-numbers.current {
  font-size: 22px;
  font-size: 1.57143rem;
}

/* ===================================================================
  SIDE NAVIGATION
=================================================================== */

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

.side-nav li {
  margin-bottom: 30px;
}

.side-nav a {
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.side-nav a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #1B4A5F;
  top: 11px;
}

.side-nav a:hover {
  color: #CD3334;
}

.side-nav a:hover:before {
  background-color: #CD3334;
  z-index: 15;
}

.side-nav .text {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-right: 10px;
  max-width: 80%;
}

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

.social-links {
  margin-left: -5px;
}

.social-links a {
  color: #222222;
  display: inline-block;
  min-width: 1em;
  line-height: 1em;
  padding: 0.2em;
  font-size: 22px;
  font-size: 1.57143rem;
  margin-right: 0.5em;
}

.social-links i {
  display: block;
}

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

.page-heading {
  margin-bottom: 60px;
}

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

.single-post .page-heading {
  margin-bottom: 40px;
}

.page-heading__title {
  font-weight: 500;
  color: #1B4A5F;
  margin: 0;
  font-size: 48px;
  line-height: 1.25em;
}

@media screen and (min-width: 600px) {
  .page-heading__title {
    font-size: 64px;
  }
}

.single-post .page-heading__title,
.home .page-heading__title {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.25em;
}

/* Breadcrumbs
------------------------------------------------------------------- */

.jcd-breadcrumbs {
  margin-bottom: 10px;
}

.jcd-breadcrumbs .sep {
  color: #888;
  display: inline-block;
  margin: 0 5px;
}

.jcd-breadcrumbs a:hover {
  text-decoration: underline;
}

/* ===================================================================
  BLOG ITEM
=================================================================== */

.blog-item {
  margin-bottom: 20px;
}

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

.blog-item__box {
  background-color: #fff;
}

.blog-item__image a,
.blog-item__image img {
  display: block;
}

.blog-item__inner {
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .blog-item__inner {
    padding: 30px;
  }
}

.blog-item__title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.44444em;
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-item__title a {
  color: #222222;
}

.blog-item__meta {
  margin-bottom: 20px;
}

.blog-item__meta,
.blog-item__meta a {
  color: #888;
}

.blog-item__meta__sep {
  display: inline-block;
  margin: 0 5px;
}

/* ===================================================================
  RESOURCES
=================================================================== */

.resource-archive-content {
  margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .resource-archive-content {
    margin-bottom: 80px;
  }
}

.resource-list {
  margin-bottom: 40px;
}

.resource-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
}

.resource-item__title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.44444em;
  margin-bottom: 10px;
  margin-top: 0;
}

.resource-item__image {
  max-width: 100px;
}

.resource-item__content {
  position: relative;
}

@media screen and (min-width: 600px) {
  .resource-item__content {
    padding-right: 100px;
  }
}

@media screen and (min-width: 600px) {
  .resource-item__button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 20px;
  }
}

/* ===================================================================
  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%;
}

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

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

@media screen and (min-width: 600px) {
  .form-row {
    margin-bottom: 40px;
  }
}

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

.contact-form {
  padding-top: 30px;
}

.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;
}

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

.search-form {
  position: relative;
}

.search-form input {
  border-color: #bbb;
  padding-right: 50px;
  background: #fff;
}

.search-form__button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CD3334;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1;
  outline: 0;
}

.page-heading .search-form {
  margin-top: 10px;
}

@media screen and (min-width: 900px) {
  .page-heading .search-form {
    margin-top: 0;
  }

  .page-heading .search-form input {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .page-heading .search-form.focus input {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* ===================================================================
  MESSAGES
=================================================================== */

.message,
.woocommerce-error,
.woocommerce-message {
  padding: 1em 1.618em;
  line-height: 22px;
  background-color: #ccc;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 5px solid;
}

/* Message Warning
------------------------------------------------------------------- */

.message--warning {
  background-color: #FDF8E2;
}

.message--warning,
.message--warning a {
  color: #8C6E3A;
}

/* Message Success
------------------------------------------------------------------- */

.message--success {
  background-color: #D7E8C5;
}

.message--success,
.message--success a {
  color: #3E763A;
}

/* Message Error
------------------------------------------------------------------- */

.message--error,
.woocommerce-error {
  background-color: #f2dede;
}

.message--error,
.woocommerce-error,
.message--error a,
.woocommerce-error a {
  color: #a94442;
}

/* Message Info
------------------------------------------------------------------- */

.message--info,
.woocommerce-message {
  background-color: #d9edf7;
}

.message--info,
.woocommerce-message,
.message--info a,
.woocommerce-message a {
  color: #31708f;
}

/* ===================================================================
  WOOCOMMERCE MESSAGE
=================================================================== */

.woocommerce-error {
  list-style: none;
  margin-left: 0;
}

.woocommerce-message .wc-forward,
.woocommerce-error .wc-forward,
.woocommerce-info .wc-forward {
  float: right;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  background: none;
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.woocommerce-message .wc-forward:hover,
.woocommerce-error .wc-forward:hover,
.woocommerce-info .wc-forward:hover {
  background: none;
}

/* ===================================================================
  WIDGETS
=================================================================== */

.widget {
  margin-bottom: 60px;
}

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

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

.widget__title {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* ===================================================================
  WIDGETS: CATEGORIES
=================================================================== */

.widget-category-list a {
  font-weight: 400;
  text-transform: none;
  color: #888;
}

.widget-category-list a:before {
  background-color: #bbb;
}

.widget-category-list .text {
  background-color: #fafafa;
}

.widget-category-list .count {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}

.widget-category-list .current a,
.widget-category-list a:hover {
  color: #1B4A5F;
  font-weight: 500;
}

.widget-category-list a:hover:before {
  z-index: 5;
  background-color: #1B4A5F;
}

.flexbox .widget-category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox .widget-category-list .count {
  float: none;
}

/* ===================================================================
  POPULAR POSTS
=================================================================== */

.widget .popular-post__item {
  margin-bottom: 30px;
}

.popular-post__item__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143em;
}

a:hover .popular-post__item__title {
  color: #1B4A5F;
}

.popular-post__item__meta {
  font-size: 12px;
  font-size: 0.85714rem;
}

/* ===================================================================
  TOP BAR
=================================================================== */

.topbar-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

/* Menu Trigger Button
------------------------------------------------------------------- */

.menu-trigger {
  padding: 3px 7px;
  vertical-align: middle;
  display: inline-block;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  margin-left: -7px;
}

.menu-trigger__bar {
  height: 1px;
  display: block;
  width: 30px;
  background-color: #1B4A5F;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

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

.menu-trigger__bar:nth-child(2),
.menu-trigger__bar:nth-child(3) {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-trigger__bar:nth-child(1) {
  -webkit-animation-name: menu-bar-top-close;
  animation-name: menu-bar-top-close;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.menu-trigger__bar:nth-child(4) {
  -webkit-animation-name: menu-bar-bottom-close;
  animation-name: menu-bar-bottom-close;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.mm-opened .menu-trigger__bar:nth-child(2),
.mm-opened .menu-trigger__bar:nth-child(3) {
  opacity: 0;
}

.mm-opened .menu-trigger__bar:nth-child(2) {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.mm-opened .menu-trigger__bar:nth-child(3) {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.mm-opened .menu-trigger__bar:nth-child(1) {
  -webkit-animation-name: menu-bar-top-open;
  animation-name: menu-bar-top-open;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mm-opened .menu-trigger__bar:nth-child(4) {
  -webkit-animation-name: menu-bar-bottom-open;
  animation-name: menu-bar-bottom-open;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes menu-bar-top-open {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50%, 70% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
  }
}

@keyframes menu-bar-top-open {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50%, 70% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
  }
}

@-webkit-keyframes menu-bar-bottom-open {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50%, 70% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }

  100% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
  }
}

@keyframes menu-bar-bottom-open {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50%, 70% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }

  100% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
  }
}

@-webkit-keyframes menu-bar-top-close {
  0% {
    -webkit-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
  }

  30%, 50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menu-bar-top-close {
  0% {
    -webkit-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
  }

  30%, 50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes menu-bar-bottom-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
  }

  30%, 50% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menu-bar-bottom-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
  }

  30%, 50% {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ===================================================================
  FIXED TOPBAR
=================================================================== */

@media screen and (min-width: 600px) {
  .topbar-section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 25px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .topbar-section .wrapper {
    padding: 0;
  }

  .topbar-section .grid,
  .topbar-section .grid--rev,
  .topbar-section .grid--full {
    margin-left: 0;
  }

  .topbar-section .grid--middle .grid__item {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .topbar-section .menu-grid {
    position: absolute;
    bottom: 30px;
    left: 0;
  }

  .outer-content-wrapper {
    margin-left: 100px;
  }

  .side-panel {
    margin-left: 100px;
    border-left: 1px solid #eee;
  }
}

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

.footer-section {
  background-color: #1B4A5F;
}

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

.footer-section__item {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-section__item:last-child {
  border-bottom: 0;
}

/* Footer Nav
------------------------------------------------------------------- */

.footer-nav {
  margin-bottom: 40px;
}

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

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

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-nav a {
  font-weight: 500;
  letter-spacing: 1px;
}

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

/* Social Links
------------------------------------------------------------------- */

@media screen and (min-width: 600px) {
  .footer-section .social-links a {
    font-size: 14px;
    font-size: 1rem;
    margin-right: 0.5em;
  }
}

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

.copyrights {
  padding-top: 40px;
  opacity: 0.5;
  letter-spacing: 1px;
}

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

/* Subscribe Form
------------------------------------------------------------------- */

.subscribe-form .newsletter-title {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.25em;
  margin: 0 0 30px 0;
}

.subscribe-form .form-field {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

@media screen and (min-width: 600px) {
  .subscribe-form .input-group__button {
    padding-left: 30px;
  }
}

.subscribe-form__button {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 600px) {
  .subscribe-form__button {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

/* ===================================================================
  ATF SECTION
=================================================================== */

.atf-section {
  background-color: #fff;
}

@media screen and (min-width: 900px) {
  .atf-active .topbar-section {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  .atf-active .atf-section {
    position: relative;
    z-index: 10;
    margin-left: -100px;
  }

  .atf-active.side-nav-shown .topbar-section {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Head Part
------------------------------------------------------------------- */

.atf-section__head {
  display: none;
  width: 28.125%;
  float: left;
}

@media screen and (min-width: 900px) {
  .atf-section__head {
    display: block;
  }
}

.atf-section__head .logo a,
.atf-section__head .logo img {
  display: block;
  margin: 0 auto;
}

.atf-section__head .logo {
  margin-bottom: 100px;
}

.atf-section__head__inner {
  padding: 60px 40px 10px 40px;
}

@media screen and (min-width: 1200px) {
  .atf-section__head__inner {
    padding: 80px 60px 10px 60px;
  }
}

/* Content Part
------------------------------------------------------------------- */

@media screen and (min-width: 900px) {
  .atf-section__content {
    float: left;
    width: 71.875%;
  }
}

@media screen and (min-width: 900px) {
  .atf-section__content__inner {
    padding-bottom: 10px;
    padding-right: 10px;
  }
}

/* Post Grid
------------------------------------------------------------------- */

.post-grid-item__link {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
  background-color: #222222;
  overflow: hidden;
}

.has-background-color .post-grid-item__link {
  background-color: transparent;
}

.post-grid-item__link:hover .post-grid-item__background {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-grid-item__center {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.post-grid-item__category {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 1.3em;
  text-transform: uppercase;
}

.post-grid-item__title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.64286em;
  margin: 0;
}

.post-grid-item__excerpt {
  margin-top: 18px;
  line-height: 1.28571em;
}

.post-grid-item__excerpt p {
  margin: 0;
}

.post-grid-item__background {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.post-grid-item__background-color {
  content: "";
  opacity: 0.75;
  z-index: 5;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(-180deg, transparent 0%, black 100%);
}

.post-grid-item__image {
  opacity: 0.75;
}

.has-background-color .post-grid-item__image {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media screen and (min-width: 900px) {
  .post-grid-item--index-0 .post-grid-item__title {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.25em;
  }

  .post-grid-item--index-2 .post-grid-item__title,
  .post-grid-item--index-5 .post-grid-item__title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.28571em;
  }
}

@media screen and (min-width: 900px) {
  .no-cssgrid .post-grid {
    margin-left: -10px;
  }

  .no-cssgrid .post-grid-item {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .no-cssgrid .post-grid-item__link {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    display: block;
  }

  .no-cssgrid .post-grid-item--index-0,
  .no-cssgrid .post-grid-item--index-1,
  .no-cssgrid .post-grid-item--index-4 {
    width: 50%;
  }

  .no-cssgrid .post-grid-item--index-2,
  .no-cssgrid .post-grid-item--index-3,
  .no-cssgrid .post-grid-item--index-5 {
    width: 25%;
  }

  .no-cssgrid .post-grid-item--index-3 {
    float: right;
  }

  .no-cssgrid .post-grid-item--index-0 .post-grid-item__link,
  .no-cssgrid .post-grid-item--index-2 .post-grid-item__link,
  .no-cssgrid .post-grid-item--index-5 .post-grid-item__link {
    padding-bottom: 100%;
  }

  .no-cssgrid .post-grid-item--index-1 .post-grid-item__link,
  .no-cssgrid .post-grid-item--index-4 .post-grid-item__link {
    padding-bottom: 48.9%;
  }

  .no-cssgrid .post-grid-item--index-3 .post-grid-item__link {
    padding-bottom: 204.5%;
  }
}

@media screen and (min-width: 900px) {
  .cssgrid .atf-section,
  .cssgrid .post-grid,
  .cssgrid .atf-section__head__inner {
    height: 100vh;
  }

  .cssgrid .atf-section__head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cssgrid .post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cssgrid .post-grid-item__link {
    height: 100%;
    padding-bottom: 0;
  }

  .cssgrid .post-grid-item--index-0 {
    grid-area: 1 / 1 / span 2 / span 2;
  }

  .cssgrid .post-grid-item--index-1 {
    grid-area: 1 / 3 / span 1 / span 2;
  }

  .cssgrid .post-grid-item--index-2 {
    grid-area: 2 / 3 / span 1 / span 1;
  }

  .cssgrid .post-grid-item--index-3 {
    grid-area: 2 / 4 / span 2 / span 1;
  }

  .cssgrid .post-grid-item--index-4 {
    grid-area: 3 / 1 / span 1 / span 2;
  }

  .cssgrid .post-grid-item--index-5 {
    grid-area: 3 / 3 / span 1 / span 1;
  }
}

/* ===================================================================
  IMAGE LEFT SECTION
=================================================================== */

.image-left-section {
  padding-bottom: 0;
  background: #fff;
  color: #1B4A5F;
}

.image-left-section .extra-grid {
  display: none;
}

@media screen and (min-width: 900px) {
  .image-left-section .extra-grid {
    display: inline-block;
  }
}

.image-left-section__content {
  padding-bottom: 30px;
}

.image-left-section__description,
.image-left-section__title {
  margin-bottom: 40px;
}

.image-left-section__title {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.25em;
  margin-bottom: 40px;
  margin-top: 0;
}

.image-left-section__description {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.44444em;
}

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

@media screen and (min-width: 600px) {
  .image-left-section .grid,
  .image-left-section .grid--rev,
  .image-left-section .grid--full,
  .image-left-section .content-grid,
  .image-left-section .image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-left-section .image-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-left-section .content-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ===================================================================
  IMAGE RIGHT SECTION
=================================================================== */

.image-right-section .content-grid {
  padding-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .image-right-section .content-grid {
    padding-bottom: 70px;
  }
}

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

@media screen and (min-width: 600px) {
  .image-right-section__image img {
    max-width: none;
  }
}

@media screen and (min-width: 600px) {
  .image-right-section .grid,
  .image-right-section .grid--rev,
  .image-right-section .grid--full,
  .image-right-section .image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-right-section .image-grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

/* ===================================================================
  IMAGE TEXT SECTION
=================================================================== */

.image-text-section .image-grid {
  position: relative;
}

@media screen and (min-width: 900px) {
  .image-text-section .image-grid {
    min-height: 420px;
  }
}

.image-text-section .entry-content {
  padding: 20px;
}

.image-text-section .entry-content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .image-text-section .entry-content {
    padding: 40px;
  }
}

@media screen and (min-width: 900px) {
  .image-text-section .entry-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.image-text-section__image {
  padding-bottom: 75%;
}

@media screen and (min-width: 600px) {
  .image-text-section__image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 600px) {
  .image-text-section .grid,
  .image-text-section .grid--rev,
  .image-text-section .grid--full,
  .image-text-section .content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-text-section .content-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ===================================================================
  MAIN LAYOUT
=================================================================== */

.main-section {
  padding-top: 60px;
}

.content-grid > .grid__item {
  margin-bottom: 80px;
}

@media screen and (min-width: 900px) {
  .content-grid > .grid__item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar {
    margin-left: 50px;
  }
}

@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  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;
}

.layer-cover,
.post-grid-item__background-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.layer-cover-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 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;
}

/* Background Color Helper
------------------------------------------------------------------- */

.background-color-form-background {
  background-color: #F5F5F5;
}

.background-color-dark {
  background-color: #222;
}

/* Text Color Helper
------------------------------------------------------------------- */

.text-color-primary {
  color: #CD3334;
}

.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: #222222;
}

/* 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;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

/* 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;
}