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

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

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

.sf-menu li {
  position: relative;
}

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

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

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

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

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

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

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

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

.icon-arrow-right:before,
.mfp-arrow.mfp-arrow-right:before {
  content: "\E908";
}

.icon-arrow-left:before,
.mfp-arrow.mfp-arrow-left:before {
  content: "\E909";
}

.icon-shopping-basket:before {
  content: "\E907";
}

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

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

.icon-chevron-down:before,
.select-field:after {
  content: "\E905";
}

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

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

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

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

/* ===================================================================
  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: #333;
  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;
}

.side-panel {
  display: none;
}

/* ===================================================================
  MAGNIFIC POPUP
=================================================================== */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-preloader:before {
  content: "";
}

.mfp-content .modal-inner {
  max-width: 1160px;
  margin: 30px auto;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 900px) {
  .mfp-content .modal-inner {
    padding: 60px;
    margin: 60px auto;
  }
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  font-family: 'icomoon';
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-left:before {
  border: 0;
}

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

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

.wrapper:after {
  clear: both;
}

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

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

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

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

@media screen and (min-width: 600px) {
  .grid,
  .grid--rev,
  .grid--full,
  .grid-uniform {
    margin-left: -30px;
  }

  .grid__item {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .grid,
  .grid--rev,
  .grid--full,
  .grid-uniform {
    margin-left: -40px;
  }

  .grid__item {
    padding-left: 40px;
  }
}

/*============================================================================
  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: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

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

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

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

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

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

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

/* ===================================================================
  TYPOGRAPHY
=================================================================== */

.text-highlight {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.36364em;
  display: block;
}

.text-medium {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556em;
}

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

.entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}

.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 p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 30px 0;
  padding: 1em 40px;
  border-left: 5px solid #E370A2;
  background-color: #f5f5f5;
}

blockquote p:last-child {
  margin-bottom: 0;
}

hr,
.divider {
  height: 1px;
  background-color: #ccc;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 0;
}

@media screen and (min-width: 900px) {
  hr,
  .divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

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: 0.875rem;
  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;
  }
}

.wp-tiles-byline {
  display: none;
}

/* ===================================================================
  SINGLE POST
=================================================================== */

.entry-post .entry-header {
  margin-bottom: 60px;
}

.entry-post .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.41667em;
  margin: 0 0 10px;
}

@media screen and (min-width: 600px) {
  .entry-post .entry-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* ===================================================================
  CONTACT PAGE
=================================================================== */

.contact-sidebar__item {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143em;
  word-wrap: break-word;
}

@media screen and (min-width: 900px) {
  .contact-sidebar__item {
    padding-left: 40px;
  }
}

.contact-sidebar__item:last-child {
  margin-bottom: 0;
}

.contact-sidebar__item__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin-bottom: 15px;
  letter-spacing: 0.83px;
  margin-top: 0;
}

.contact-block {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .contact-block {
    padding-top: 60px;
  }
}

@media screen and (min-width: 900px) {
  .contact-block {
    padding-top: 80px;
  }
}

/* Maps
------------------------------------------------------------------- */

.maps-block .map-section {
  height: 360px;
}

@media screen and (min-width: 600px) {
  .maps-block .map-section {
    height: 420px;
  }
}

@media screen and (min-width: 900px) {
  .maps-block .map-section {
    height: 500px;
  }
}

.map-section {
  position: relative;
}

.map-section .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .contact-form {
    margin-bottom: 60px;
  }
}

/* Extra Content
------------------------------------------------------------------- */

.contact-extra-content {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin-top: 60px;
}

@media screen and (min-width: 900px) {
  .contact-extra-content {
    margin-top: 80px;
    padding-top: 80px;
  }
}

/* ===================================================================
  EVENT ITEM
=================================================================== */

.entry-event__data {
  margin-bottom: 60px;
}

.entry-event__image {
  margin-bottom: 30px;
}

.entry-event__image img {
  display: block;
}

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

.entry-event__title,
.entry-event__ticket-price {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.13889em;
  margin: 0 0 30px;
}

@media screen and (min-width: 600px) {
  .entry-event__title,
  .entry-event__ticket-price {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
}

.entry-event__button {
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .entry-event__button {
    margin-bottom: 50px;
  }
}

.entry-event__date {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  margin-bottom: 40px;
}

.entry-event__date p {
  margin-bottom: 14px;
}

.entry-event__ticket-price {
  margin-bottom: 0;
}

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

.button {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  border: 2px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  background-color: #eee;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

/* Secondary Color
------------------------------------------------------------------- */

.button--secondary {
  color: #fff;
  background-color: #00909E;
  border-color: #00909E;
}

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

.button--secondary.button--outline {
  color: #00909E;
  background-color: transparent;
}

.button--secondary.button--outline:hover {
  color: #fff;
  background-color: #00909E;
  border-color: #00909E;
}

/* Tertiary Color
------------------------------------------------------------------- */

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

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

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

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

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

.button--large {
  font-size: 18px;
  font-size: 1.125rem;
  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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 0.875rem;
  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 #ddd;
  padding: 15px 20px;
  width: 100%;
  color: #333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  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 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

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;
  border: 1px solid #ddd;
}

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

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

/* ===================================================================
  LOADER
=================================================================== */

.loader,
.mfp-preloader:before {
  display: inline-block;
  width: 3em;
  height: 3em;
  border: 0.4em solid #E370A2;
  border-top-color: transparent;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear;
}

.loader i,
.mfp-preloader:before i {
  display: block;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.js-sticky-bar .sticky-bar__inner {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  /* overflow: auto; */
  z-index: 1000;
  -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;
}

.admin-bar.js-sticky-bar--open .sticky-bar__inner {
  top: 32px;
}

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

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

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

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

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

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

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

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

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

.main-nav > ul {
  display: inline-block;
}

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

.main-nav li {
  display: inline-block;
  margin-left: 24px;
}

.main-nav li:first-child {
  margin-left: 0;
}

.main-nav a {
  font-family: "Quicksand", "Poppins", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .sfHover > a,
.main-nav .current-page-ancestor > a {
  color: #E370A2;
}

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

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

.main-nav ul ul {
  display: none;
  background: #fff;
  text-align: left;
  width: 260px;
  padding: 20px 30px;
  margin-left: -30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: auto;
  right: 0;
}

.main-nav ul ul li {
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
  line-height: 1.625em;
}

.main-nav ul ul li:last-child {
  margin-bottom: 0;
}

/* ===================================================================
  BREADCRUMBS
=================================================================== */

.jcd-breadcrumbs {
  margin-bottom: 40px;
  text-align: center;
}

.jcd-breadcrumbs,
.jcd-breadcrumbs a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.jcd-breadcrumbs a:hover {
  color: #E370A2;
}

.jcd-breadcrumbs .sep {
  display: inline-block;
  margin: 0 8px;
}

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

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

.social-links a {
  display: inline-block;
  min-width: 1em;
  line-height: 1em;
  padding: .5em;
  font-size: 20px;
  font-size: 1.25rem;
}

.social-links i {
  display: block;
}

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

.page-heading {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #00909E;
  color: #fff;
  position: relative;
}

.page-heading .wrapper {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 600px) {
  .page-heading {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.page-heading__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.20833em;
  margin: 0;
}

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

.page-heading__background-image {
  opacity: 0.5;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

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

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

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

.blog-item__image {
  margin-bottom: 30px;
}

.blog-item__image img {
  display: block;
}

.blog-item__meta,
.blog-item__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
}

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

.blog-item__meta a:hover,
.blog-item__excerpt a:hover {
  color: #E370A2;
}

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

.blog-item__category {
  margin-bottom: 13px;
}

.blog-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667em;
  margin: 0 0 18px;
}

.blog-item__title,
.blog-item__title a {
  color: #333;
}

.blog-item__title a:hover {
  color: #E370A2;
}

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

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

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

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

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

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

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

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

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

.sidebar {
  padding-top: 60px;
}

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

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

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

.widget {
  margin-bottom: 60px;
}

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

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

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

.widget li > a {
  color: #333;
}

.widget li > a:hover {
  color: #E370A2;
}

/* ===================================================================
  EVENT LIST WIDGET
=================================================================== */

.event-list-item {
  font-weight: 700;
}

.widget .event-list-item,
.event-list-item {
  margin-bottom: 30px;
}

.event-list-item__date {
  color: #939598;
  text-align: center;
  width: 60px;
  float: right;
  margin-left: 23px;
}

.home .event-list-item__date {
  float: left;
  margin-right: 23px;
  margin-left: 0;
}

.event-list-item__date .date {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1em;
}

.event-list-item__date .month {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889em;
  margin-top: -3px;
}

.event-list-item__content {
  overflow: hidden;
}

.event-list-item__title {
  font-size: 20px;
  line-height: 30px;
  margin-top: -2px;
}

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

.topbar-section {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 900px) {
  .topbar-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .topbar-section .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.js-sticky-bar .topbar-section {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 900px) {
  .home .topbar-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .js-sticky-bar.home .topbar-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.logo-grid {
  width: auto;
}

.logo-block,
.logo-block img {
  display: block;
}

@media screen and (min-width: 900px) {
  .logo-block {
    padding-right: 30px;
  }
}

.logo-block__img {
  max-height: 60px;
}

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

.menu-grid {
  width: auto;
  text-align: right;
  line-height: 60px;
}

/* Phone Number
------------------------------------------------------------------- */

.topbar-section .phone-number {
  display: inline-block;
  text-align: center;
  padding-left: 40px;
  vertical-align: middle;
}

.topbar-section .phone-number,
.topbar-section .phone-number a {
  color: #E370A2;
}

.topbar-section .phone-number .top {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111em;
}

.topbar-section .phone-number .bottom {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}

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

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

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

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

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

.main-nav {
  display: none;
}

@media screen and (min-width: 955px) {
  .main-nav {
    display: block;
  }
}

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

.footer-section {
  background-color: #252525;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

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

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

.footer-section a:hover {
  color: #E370A2;
}

.footer-section__item {
  margin-bottom: 60px;
}

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

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

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

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

.footer-nav a {
  padding: 0 14px;
  display: block;
}

/* ===================================================================
  BLOCK SECTION
=================================================================== */

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

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

.block-section__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375em;
  margin: 20px 0 60px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .block-section__title--large {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.61111em;
  }
}

.block-subtitle,
.widget-title {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #00909E;
  line-height: 1.375em;
  margin: 0 0 30px;
}

@media screen and (min-width: 900px) {
  .block-subtitle,
  .widget-title {
    margin-bottom: 50px;
  }
}

/* ===================================================================
  INSTAGRAM FEED
=================================================================== */

.instagram-block__item {
  margin-bottom: 20px;
}

.instagram-block__item a,
.instagram-block__item img {
  display: block;
}

.instagram-block__item:last-child {
  margin-bottom: 40px;
}

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

  .instagram-block__item:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 900px) {
  .instagram-block__item {
    margin-bottom: 60px;
  }
}

/* ===================================================================
  FEATURED MEMBERS
=================================================================== */

.featured-members-section {
  background-color: #f8f8f8;
}

.logo-list {
  text-align: center;
}

.logo-list-item {
  display: inline-block;
  width: 50%;
  position: relative;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 600px) {
  .logo-list-item {
    width: 160px;
  }
}

.logo-list-item__inner {
  height: 0;
  padding-bottom: 100%;
}

.logo-list-item__center {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ===================================================================
  FEES & REBATES
=================================================================== */

.grid__item .wrapper {
  padding: 0;
}

/* Fee Rebate Item
------------------------------------------------------------------- */

.fee-rebate-item {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #ccc;
}

/* Fee Rebate Item Header
------------------------------------------------------------------- */

.fee-rebate-item__header {
  margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
  .fee-rebate-item__header {
    margin-bottom: 50px;
  }
}

.fee-rebate-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.41667em;
  margin: 0 0 10px;
}

@media screen and (min-width: 600px) {
  .fee-rebate-item__title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .fee-rebate-item__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.fee-rebate-item__description {
  margin-bottom: 60px;
}

/* Fee Type
------------------------------------------------------------------- */

.fee-type-item {
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .fee-type-item {
    margin-bottom: 60px;
  }
}

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

.fee-type-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin: 0 0 10px;
}

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

/* Fee Table List
------------------------------------------------------------------- */

.fee-table-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fee-table-list li {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fee-table-list li:last-child {
  border-bottom: 0;
}

.fee-table-list li > div {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fee-table-list__title {
  width: 60%;
  padding-right: 30px;
}

.fee-table-list__price {
  width: 40%;
}

.fee-table-list__notes {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .fee-table-list__notes {
    width: 60%;
  }
}

/* ===================================================================
  REGULAR CONTENT
=================================================================== */

.fees-rebates-section + .regular-content-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

.fees-rebates-section + .regular-content-section:first-child {
  border-top: 0;
  margin-top: 0;
}

/* ===================================================================
  MEMBER DIRECTORY
=================================================================== */

.member-directory-section {
  padding-top: 60px;
}

@media screen and (min-width: 900px) {
  .member-directory-section {
    padding-top: 100px;
  }
}

.member-directory-item {
  margin-bottom: 60px;
}

@media screen and (min-width: 900px) {
  .member-directory-item {
    margin-bottom: 90px;
  }
}

.member-directory-item .social-links a {
  color: #333;
}

.member-directory-item .social-links a:hover {
  color: #E370A2;
}

.member-directory-item__image {
  margin-bottom: 20px;
}

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

.member-directory-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667em;
  margin: 0 0 15px;
}

@media screen and (min-width: 600px) {
  .member-directory-item__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
}

.member-directory-item__title a {
  color: #333;
}

.member-directory-item__description {
  margin-bottom: 20px;
}

/* ===================================================================
  THREE COLUMNS IMAGE
=================================================================== */

.three-columns-image {
  margin-bottom: 60px;
}

.image-grid {
  margin-left: -10px;
}

.image-grid .image-grid-item {
  padding-left: 10px;
}

.image-grid-item__inner {
  position: relative;
  text-align: center;
  background: #000;
  display: block;
  color: #fff;
}

.image-grid-item__inner img {
  opacity: 0;
}

.image-grid-item__link {
  display: block;
  color: #fff;
}

.image-grid-item__content {
  z-index: 10;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 900px) {
  .image-grid-item__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.image-grid-item__bg {
  opacity: 0.75;
}

.image-grid-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.27778em;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .image-grid-item__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* ===================================================================
  TWO COLUMNS IMAGE
=================================================================== */

.two-columns-image .image-grid-item__inner {
  height: 0;
  padding-bottom: 78.741%;
}

/* ===================================================================
  THE AUTHORS
=================================================================== */

.the-author-item {
  margin-bottom: 30px;
}

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

@media screen and (min-width: 900px) {
  .the-author-item {
    margin-bottom: 0;
  }
}

.the-author-item__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 20px 20px 0;
}

.the-author-item__photo img {
  display: block;
  margin: 0 auto;
}

.the-author-item__content {
  padding: 60px 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E370A2;
}

.the-author-item:nth-child(odd) .the-author-item__content {
  background-color: #00909E;
}

@media screen and (min-width: 600px) {
  .the-author-item__content {
    padding: 60px;
  }
}

@media screen and (min-width: 900px) {
  .the-author-item__content {
    padding: 80px;
  }
}

.the-author-item__content .entry-content {
  font-size: 16px;
  font-size: 1rem;
}

.the-author-item__header {
  margin-bottom: 40px;
  text-align: center;
}

.the-author-item__name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.41667em;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .the-author-item__name {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.the-author-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889em;
  margin: 0;
}

/* ===================================================================
  HERO SLIDES
=================================================================== */

.hero-slides {
  min-height: 320px;
  height: 100vh;
  position: relative;
}

.hero-slides .wrapper {
  height: 100%;
  position: relative;
  z-index: 10;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 599px) {
  .hero-slides .wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 900px) {
  .hero-slides .wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1500px) {
  .hero-slides .wrapper {
    max-width: 1500px;
  }
}

.hero-slides .wrapper,
.hero-slides .hero-slides-images {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.hero-slides.loaded .wrapper,
.hero-slides.loaded .hero-slides-images {
  opacity: 1;
}

.hero-slides.loaded .hero-slides-loader {
  opacity: 0;
}

/* Slides Content
------------------------------------------------------------------- */

.hero-slides-content {
  background: #fff;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .hero-slides-content {
    margin: 50px 40px;
    padding: 50px 40px;
  }
}

@media screen and (min-width: 900px) {
  .hero-slides-content {
    max-width: 560px;
    margin-left: 0;
    margin-right: 0;
  }
}

.hero-slides-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.35714em;
  color: #00909E;
  margin: 0 0 30px;
  text-align: center;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .hero-slides-item__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.20833em;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
  }
}

.hero-slides-item__description {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  display: none;
}

@media screen and (min-width: 600px) {
  .hero-slides-item__description {
    display: block;
  }
}

.hero-slides-item__button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .hero-slides-item__button {
    width: auto;
  }
}

/* Slides Images
------------------------------------------------------------------- */

.hero-slides .hero-slides-images {
  height: 66%;
}

@media screen and (min-width: 600px) {
  .hero-slides .hero-slides-images {
    height: 100%;
  }
}

.hero-slides-images,
.hero-slides-images div {
  height: 100%;
}

/* Slides Nav
------------------------------------------------------------------- */

.hero-slides-nav {
  margin-bottom: 15px;
  text-align: center;
}

.hero-slides-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -7px;
}

.hero-slides-nav li {
  display: inline-block;
}

.hero-slides-nav button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
  text-align: center;
}

.hero-slides-nav button:before {
  content: "";
  background: #939598;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  display: inline-block;
  opacity: 0.25;
}

.hero-slides-nav .button:hover:before,
.hero-slides-nav .slick-active button:before {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .hero-slides-nav {
    text-align: left;
  }
}

/* Slide Loader
------------------------------------------------------------------- */

.hero-slides-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
}

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

.image-text-section .grid__item {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .image-text-section .grid__item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 900px) {
  .image-text-section .grid__item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.image-text-section .entry-content {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
}

@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,
.fee-table-list li {
  *zoom: 1;
}

.clearfix:before,
.fee-table-list li:before,
.clearfix:after,
.fee-table-list li:after {
  content: '';
  display: table;
}

.clearfix:after,
.fee-table-list li:after {
  clear: both;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.layer-cover {
  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: #E370A2;
}

.text-color-secondary {
  color: #00909E;
}

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

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

.text-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-large {
  font-size: 22px;
  font-size: 1.375rem;
}

/* List Helper
------------------------------------------------------------------- */

.spaced-list li {
  margin-bottom: 20px;
}

/* Is Loading
------------------------------------------------------------------- */

.is-loading {
  opacity: 0.3;
  cursor: wait;
}

/* Columned List
------------------------------------------------------------------- */

.columned-list ul {
  padding-left: 0;
}

@media screen and (min-width: 900px) {
  .columned-list ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 900px) {
  .columned-list.three ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.columned-list li {
  margin-bottom: 5px;
  margin-left: 20px;
  padding-right: 20px;
}