/*
Theme Name: Fer
Theme URI: 
Description: Custom theme for Fer and 2nd Street
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *
   
/* !Local Fonts - - - - - */
@font-face {
  font-family: 'Noelle Serif';
  src: url("fonts/Noelle-Serif-Regular.eot");
  src: url("fonts/Noelle-Serif-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Noelle-Serif-Regular.woff2") format("woff2"), url("fonts/Noelle-Serif-Regular.woff") format("woff"), url("fonts/Noelle-Serif-Regular.svg#Noelle Serif Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

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

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif; }

.serif {
  font-family: "Noelle Serif", Georgia, Times, serif; }

.cond {
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif; }

.script {
  font-family: "janeaustennosecret", Georgia, Times, serif; }

.cream {
  color: #ebe6dd; }

.lt-cream {
  color: #F8F6F4; }

.pink {
  color: #f2c8bb; }

.lt-pink {
  color: #F5DFD7; }

.blue {
  color: #003343; }

.dk-blue {
  color: #021e23; }

.bluegrey {
  color: #557A7D; }

.grey {
  color: #909295; }

.mid-grey {
  color: #85878a; }

.vlt-grey {
  color: #f8f8f8; }

.white {
  color: #fff; }

.cream-bg {
  background: #ebe6dd; }

.lt-cream-bg {
  background: #F8F6F4; }

.pink-bg {
  background: #f2c8bb; }

.lt-pink-bg {
  background: #F5DFD7; }

.blue-bg {
  background: #003343; }

.dk-blue-bg {
  background: #021e23; }

.bluegrey-bg {
  background: #557A7D; }

.grey-bg {
  background: #909295; }

.mid-grey-bg {
  background: #85878a; }

.vlt-grey {
  background: #f8f8f8; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.semi {
  font-weight: 600; }

.xbold {
  font-weight: 800; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.xxspace {
  letter-spacing: .2em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #f2c8bb;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #003343; }

.rel {
  position: relative; }

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

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle {
  vertical-align: middle; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

/* !Font Size Fuctions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.8em;
  font-size: 0.9333333333em; }

.text.small-text {
  font-size: 0.8em; }

.text.large-text {
  font-size: 1.1333333333em; }

.text p {
  margin: 15px 0; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }

.text ul > li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block; }

.text ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #003343; }

.text.grey ul > li:before {
  background: #909295; }

.text.white ul > li:before {
  background: #fff; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #003343;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  line-height: 1.4em; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 5px solid #f2c8bb;
  color: #003343;
  font-weight: bold;
  font-size: 1.3333333333em;
  line-height: 1.5em;
  text-align: left;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif; }

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 15px;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #003343;
  line-height: 1.6em;
  background: #003343; }

#container {
  background: #fff; }

.inner {
  padding: 0 30px;
  max-width: 920px;
  display: block;
  margin: 0 auto; }

.inner.skinny {
  max-width: 710px; }

.inner.vskinny {
  max-width: 680px; }

.inner.wide {
  max-width: 900px; }

.inner.vwide {
  max-width: 1080px; }

.inner.vvwide {
  max-width: 1240px; }

.inner.max-wide {
  max-width: 1360px; }

.max {
  max-width: 1250px;
  display: block;
  margin: 0 auto; }

/* !Page Blocks - - - - - */
.big-section-pad {
  padding: 130px 0; }

.section-pad {
  padding: 90px 0; }

.vbig-section-pad {
  padding: 170px 0; }

/* !Headlines - - - - - */
.cta-headline,
.headline,
.big-headline,
.fer-headline,
.small-headline,
.are-title,
.col-title,
.post-headline,
.vbig-headline,
.text > h2,
.small-col-title {
  font-family: "Noelle Serif", Georgia, Times, serif; }

.cta-headline,
.text > h2 {
  font-size: 2.8em;
  line-height: 1.3em; }

.text > h2 {
  color: #003343; }

.post-headline {
  font-size: 3.3333333333em;
  line-height: 1.2em; }

.headline {
  font-size: 5.4666666667em;
  line-height: 1.1em; }

.big-headline {
  font-size: 6.6666666667em;
  line-height: 1em; }

.vbig-headline {
  font-size: 8.6666666667em;
  line-height: 1em; }

.are-title {
  font-size: 6.4em;
  line-height: 1.1em; }

.col-title {
  font-size: 2.4em;
  line-height: 1.3em; }

.small-col-title {
  font-size: 1.9333333333em;
  line-height: 1.3em; }

.tiny-cond-label,
.cond-title,
.small-cond-title {
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold; }

.tiny-cond-label {
  font-size: 0.8666666667em;
  line-height: 1.4em; }

.cond-title,
.small-cond-title {
  font-size: 3.3333333333em;
  line-height: 1.6em; }

.small-cond-title {
  font-size: 2.3333333333em;
  line-height: 1.5em;
  letter-spacing: .1em; }

/* !Buttons + Links - - - - - */
.script-link {
  display: inline-block;
  font-family: "janeaustennosecret", Georgia, Times, serif;
  color: #003343;
  font-size: 1.5333333333em;
  line-height: 1.4em;
  padding: 0 8px;
  position: relative; }

.script-link.margin-top {
  margin-top: 25px; }

.script-link:before,
a.text-link:before,
a.text-link.submit:before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 1;
  background: #f2c8bb;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.text-link.submit:before {
  background: #021e23; }

a.text-link:before,
a.text-link.submit:before {
  bottom: 0;
  height: calc(100% - 13px); }

.script-link:hover:before,
a.text-link:hover:before,
a.text-link.submit:hover:before {
  width: 0; }

.script-link span {
  position: relative;
  z-index: 10; }

a.text-link {
  padding: 0 10px 10px 10px;
  font-size: 1.4666666667em;
  line-height: 1.3em;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #003343;
  display: inline-block;
  position: relative; }

a.text-link.margin-top {
  margin-top: 25px; }

a.text-link span {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #003343;
  padding-bottom: 2px; }

a.text-link.submit {
  color: #f2c8bb; }

a.text-link.submit span {
  border-color: #f2c8bb; }

a.button {
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ebe6dd;
  background: #021e23;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3em;
  padding: 7px 15px 9px 15px;
  text-align: center; }

a.button:hover {
  background: #557A7D; }

/* !CTA Block - - - - - */
.cta-left {
  width: 65%;
  padding-right: 50px; }

.cta-right {
  width: 35%; }

/* !Footer - - - - - */
.footer-bottom {
  padding: 25px 0;
  font-size: 0.7333333333em;
  line-height: 1.4em; }

.footer-bottom a {
  color: #909295; }

.footer-bottom a.white {
  color: #fff; }

.footer-bottom a:hover,
.footer-bottom a.white:hover {
  color: #f2c8bb; }

.footer-col {
  width: 33.33%;
  padding-left: 40px; }

.footer-col:first-child {
  padding-left: 0; }

.footer-header {
  min-height: 45px; }

.footer-text {
  font-size: 0.8666666667em;
  line-height: 1.6em; }

.footer-text a,
.footer-text > div {
  display: block;
  color: #fff;
  margin-top: 10px; }

.footer-text a:hover {
  color: #f2c8bb; }

.footer-text a:first-child,
.footer-text > div:first-child {
  margin-top: 0; }

.signup-text {
  margin-bottom: 30px; }

.footer-sep {
  padding: 0 10px;
  position: relative;
  top: -1px; }

a.footer-logo {
  max-width: 120px;
  display: block; }

.signup-form .gform_footer input[type=submit] {
  position: absolute;
  top: 0;
  left: -9999px; }

a.join {
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #f2c8bb;
  border-bottom: 1px solid #f2c8bb;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0.8em;
  line-height: 1.3em; }

a.join:hover {
  color: #fff;
  border-color: #fff; }

li#field_1_1 .ginput_container {
  position: relative; }

li#field_1_1 input.medium {
  padding-right: 70px;
  padding-left: 0;
  border-top: none;
  border-left: none;
  border-right: none; }

.mobile-social {
  display: none;
  margin-top: 30px; }

/* !404 - - - - - */
.error-block .text {
  margin-top: 30px; }

/* !Border - - - - - */
.border {
  border: 15px solid #fff; }

.border-left {
  border-left: 15px solid #fff; }

.border-right {
  border-right: 15px solid #fff; }

.border-top {
  border-top: 15px solid #fff; }

.border-bottom {
  border-bottom: 15px solid #fff; }

/* !Header - - - - - */
a.logo {
  max-width: 222px;
  display: block;
  margin: 0 auto;
  height: 22px;
  background: url(images/fer-logo-pink.svg) no-repeat center;
  text-indent: -9999px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.error404 a.logo {
  background-image: url(images/fer-logo-blue.svg); }

.page-template-default a.logo {
  background-image: url(images/fer-logo-cream.svg); }

.scrolled a.logo {
  background-image: url(images/fer-logo-pink.svg) !important; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  padding: 46px 30px;
  z-index: 10001;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.scrolled header {
  height: 66px;
  background: #fff;
  padding: 22px 30px; }

.section-pad.first-block,
.big-section-pad.first-block,
.vbig-section-pad.first-block {
  padding-top: 180px; }

.fer-block.section-pad.first-block {
  padding-top: 115px; }

.header-text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  font-size: 0.7333333333em;
  line-height: 1.3em;
  z-index: 10;
  max-width: 200px; }

a.nav-toggle {
  font-size: 1em;
  line-height: 1.3em;
  border-bottom: 1px solid #003343;
  display: inline-block;
  padding-bottom: 3px;
  color: #003343;
  position: absolute;
  top: calc(50% - 5px);
  right: 45px;
  transform: translate(0, -50%);
  z-index: 100010; }

a.nav-toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(images/menu-arrow.svg) no-repeat center;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle.active,
.dark-header a.nav-toggle,
.scrolled .dark-header a.nav-toggle.active {
  color: #ebe6dd;
  border-color: #ebe6dd; }

.scrolled .dark-header a.nav-toggle {
  color: #003343;
  border-color: #003343; }

a.nav-toggle.active:after {
  background-image: url(images/x.svg); }

a.nav-toggle:hover {
  color: #557A7D;
  border-color: #557A7D; }

.lng-toggle {
  position: absolute;
  top: calc(50% - 3px);
  right: 130px;
  transform: translate(0, -50%);
  z-index: 100010;
  font-size: 0.7333333333em;
  line-height: 1.3em; }

.lng-sep {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.lng-toggle a {
  display: inline-block;
  color: #557A7D; }

.lng-toggle a:hover,
.lng-toggle a.active,
.scrolled .dark-header .lng-toggle a.active {
  color: #003343; }

.nav-active .lng-toggle a:hover,
.nav-active .lng-toggle a.active,
.dark-header .lng-toggle a.active,
.nav-active .dark-header .lng-toggle a.active {
  color: #ebe6dd; }

.nav-wrap {
  position: fixed;
  right: -500px;
  top: 0;
  width: 450px;
  min-height: 100vh;
  padding: 80px 45px 80px 100px;
  z-index: 10001;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }

.nav-wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  background: #557A7D;
  z-index: 1; }

.nav-active .nav-wrap {
  right: 0; }

.nav-social-left,
.nav-social-text {
  width: 134px; }

.nav-social-text {
  text-align: right;
  padding-left: 25px;
  position: relative;
  top: -3px;
  font-size: 0.6666666667em;
  line-height: 1.3em;
  width: calc(100% - 134px); }

.nav-social {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 25px 25px 25px 100px; }

.nav-wrap .flex-wrap {
  min-height: calc(100vh - 160px) !important; }

ul.big-nav > li {
  position: relative; }

ul.big-nav > li > a {
  font-size: 2.8em;
  line-height: 1.2em;
  color: #ebe6dd;
  margin-top: 20px;
  display: block;
  position: relative; }

ul.big-nav > li:first-child > a {
  margin-top: 0; }

ul.subnav a {
  display: block;
  font-size: 0.9333333333em;
  line-height: 1.3em;
  margin-top: 8px;
  color: #ebe6dd; }

ul.small-nav a,
ul.subnav a:hover,
ul.big-nav > li > a:hover {
  color: #f2c8bb; }

ul.small-nav a:hover {
  color: #ebe6dd; }

ul.small-nav {
  padding-top: 35px; }

ul.subnav {
  padding: 0 0 10px 0;
  display: none; }

ul.big-nav > li:before {
  content: attr(data-number);
  width: 60px;
  text-align: center;
  font-size: 0.7333333333em;
  line-height: 1em;
  position: absolute;
  top: 15px;
  left: -100px;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #557A7D;
  z-index: 10;
  letter-spacing: .1em; }

ul.big-nav > li > a:before {
  content: "";
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  left: -42px;
  z-index: 10;
  background: #f2c8bb;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.big-nav > li > a:hover:before {
  height: 100%; }

a.sub-toggle span {
  position: relative; }

a.sub-toggle span:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #ebe6dd;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  margin-top: -1px; }

a.sub-toggle span:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #ebe6dd;
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  margin-top: -6px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.sub-toggle.active span:after {
  opacity: 0; }

/* !Modular - - - - - */
.mod-svgs {
  padding: 10px 0 13px 0;
  border-top: 1px solid #909295;
  border-bottom: 1px solid #909295;
  margin-top: 50px; }

.mod-intro-left,
.mod-intro-right {
  margin-top: 30px; }

.mod-intro-left {
  width: 30%;
  padding-right: 20px; }

.mod-intro-right {
  width: 70%;
  padding-left: 20px; }

.mod-intro:before {
  content: "";
  width: 16px;
  height: 7px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background: url(images/white-arrow-down.svg) no-repeat center; }

/* !Text Block - - - - - */
.text-block .cta-headline {
  margin-bottom: 30px; }

.big-numbers ol {
  list-style: decimal-leading-zero;
  counter-reset: counter;
  display: block;
  margin: 50px 0;
  padding: 0; }

.big-numbers ol li {
  counter-increment: counter;
  display: block;
  position: relative;
  padding: 0 0 0 80px;
  margin-top: 40px;
  font-weight: bold; }

.big-numbers ol li:first-child {
  margin-top: 0; }

.big-numbers ol li:before {
  content: "0" counter(counter);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  color: #f2c8bb;
  font-family: "Noelle Serif", Georgia, Times, serif;
  font-size: 2.6666666667em;
  line-height: 1.2em; }

.big-numbers ol li:nth-child(n+10):before {
  content: counter(counter); }

/* !Blog Grid - - - - - */
ul.post-list li {
  padding: 20px 10px;
  width: 33.33%; }

ul.post-list {
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto;
  counter-reset: postcount; }

.grid-post-image {
  margin-bottom: 20px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .grid-post-image {
  opacity: .7; }

.grid-post-content {
  padding: 20px 0 0 60px;
  position: relative;
  border-top: 1px solid #ebe6dd; }

.grid-post-content:before {
  content: counter(postcount);
  counter-increment: postcount;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 1;
  color: #f2c8bb;
  font-size: 2.1333333333em;
  line-height: 1em;
  font-family: "Noelle Serif", Georgia, Times, serif; }

.grid-post-title {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #ebe6dd;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .grid-post-title {
  color: #f2c8bb; }

.grid-post-cat {
  font-size: 0.7333333333em;
  line-height: 1.4em;
  color: #557A7D;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 8px; }

/* !Blog Pull Block - - - - - */
.blog-block.cream-bg .grid-post-content,
.blog-block.white-bg .grid-post-content {
  border-color: #003343; }

.blog-block.cream-bg .grid-post-content:before {
  color: #fff; }

.blog-block.white-bg .grid-post-content:before {
  color: #ebe6dd; }

.blog-block.cream-bg .grid-post-title,
.blog-block.white-bg .grid-post-title {
  color: #003343; }

.blog-block.cream-bg a:hover .grid-post-title,
.blog-block.white-bg a:hover .grid-post-title {
  color: #909295; }

.blog-block.cream-bg .grid-post-cat,
.blog-block.white-bg .grid-post-cat {
  color: #909295; }

/* Columns Block - - - - - */
ul.col-list {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px; }

ul.col-list li {
  width: 33.33%;
  padding: 30px 20px; }

.col-max {
  max-width: 250px; }

ul.col-list .col-title {
  margin-bottom: 60px;
  position: relative; }

ul.col-list .col-title:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #909295;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }

.col-number {
  font-size: 2.8em;
  line-height: 1.2em;
  margin-bottom: 40px; }

/* !Gallery Block - - - - - */
.gallery-caption {
  font-size: 1.0666666667em;
  line-height: 1.3em; }

a.slick-prev,
a.slick-next {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px 0; }

.gallery-block a.slick-prev,
.gallery-block a.slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10; }

.gallery-block a.slick-prev polygon,
.gallery-block a.slick-next polygon {
  fill: #fff; }

.gallery-block a.slick-prev {
  left: 10px; }

.gallery-block a.slick-next {
  right: 10px; }

.gallery-screen {
  padding: 40px 60px; }

/* !Steps - - - - - */
.steps-left {
  width: 250px; }

.steps-block-wrap {
  padding: 90px 0 90px 90px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto; }

.steps-block-wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 90px;
  background: #909295;
  z-index: 1; }

ul.steps-list {
  padding: 0 40px;
  font-size: 2.8em;
  line-height: 1.3em; }

ul.steps-list a {
  color: #ebe6dd;
  display: block;
  position: relative;
  margin-top: 30px; }

ul.steps-list li:first-child a {
  margin-top: 0; }

ul.steps-list a:before,
.mobile-title:before {
  content: attr(data-number);
  position: absolute;
  top: calc(50% - 5px);
  left: -130px;
  width: 90px;
  font-size: 35%;
  line-height: 1.3em;
  color: #ebe6dd;
  text-align: center;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  transform: translate(0, -50%); }

.mobile-title {
  padding-left: 30px;
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 30px; }

.mobile-title:before {
  left: 0;
  width: 30px;
  text-align: left;
  top: 11px;
  transform: none;
  color: #f2c8bb;
  font-size: 50%; }

ul.steps-list a:after {
  content: "";
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  left: -42px;
  background: #f2c8bb;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.steps-list a.active:after {
  height: 100%; }

ul.steps-list a.active,
ul.steps-list a:hover {
  color: #f2c8bb; }

.steps-middle {
  width: calc(66.66% - 250px);
  padding-right: 100px;
  padding-left: 50px; }

.steps-right {
  width: 33.33%;
  position: relative;
  margin-top: -150px;
  overflow: hidden; }

.step-subhead {
  font-size: 1.3333333333em;
  line-height: 1.4em;
  margin-bottom: 30px; }

.mobile-title-wrap {
  display: none;
  padding-right: 50px; }

.step-prev,
.step-next {
  position: absolute;
  top: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  text-align: center; }

.step-next {
  text-align: right; }

.step-prev {
  right: 20px; }

.step-prev polygon,
.step-next polygon {
  fill: #fff; }

/* !Testimonial - - - - - */
.test-left {
  width: 65%; }

.test-right {
  width: 35%;
  padding: 30px 0 0 45px; }

.test-right > .tiny-cond-label {
  margin-bottom: 50px; }

ul.test-nav {
  padding-bottom: 50px; }

ul.test-nav:before {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #003343;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 1; }

ul.test-nav a {
  display: block;
  line-height: 45px;
  text-align: center;
  padding: 0 15px;
  position: relative;
  color: #909295;
  font-size: 1.0666666667em; }

ul.test-nav a:before {
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  left: 50%;
  top: -2px;
  background: #003343;
  z-index: 10;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.test-nav a.active:before {
  width: 100%;
  left: 0; }

ul.test-nav a.active,
ul.test-nav a:hover {
  color: #003343; }

.test-box {
  padding: 55px;
  background: rgba(248, 246, 244, 0.95); }

.test-right-cycle-wrap {
  position: relative;
  z-index: 1001;
  width: calc(100% + 170px);
  margin-left: -170px; }

.test-box .cta-headline {
  border-bottom: 1px solid #909295; }

.test-location {
  margin-top: 30px; }

.test-text {
  margin-top: 20px; }

/* !Portfolio - - - - - */
.mobile-port-block {
  display: none; }

.port-block {
  overflow: hidden;
  padding-left: 45px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.page-template-portfolio #main {
  overflow: hidden; }

.port-block.move-left {
  padding-left: 0;
  margin-left: -280px;
  width: calc(100% + 280px); }

.port-cycle-wrap {
  width: calc(100% + 280px); }

.slide-pad {
  padding-left: 15px;
  position: relative; }

.port-cycle-left {
  width: 280px;
  padding: 70px 40px 40px 0;
  position: relative;
  z-index: 1001;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

ul.port-nav {
  padding: 0 0 30px 45px; }

ul.port-nav a {
  display: inline-block;
  font-size: 0.7333333333em;
  line-height: 1.3em;
  color: #909295;
  margin-right: 10px; }

ul.port-nav a:hover {
  color: #003343; }

ul.port-nav a.active {
  border-bottom: 1px solid #003343;
  color: #003343; }

.port-block.move-left .port-cycle-left {
  opacity: 0; }

.port-cycle-right {
  width: calc(100% - 280px); }

.first-port-slide .headline {
  width: 300px;
  position: relative;
  z-index: 1001; }

.port-caption {
  position: relative;
  padding: 25px 30px;
  font-size: 0.8em;
  line-height: 1.4em;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  transition-delay: .5s; }

.slick-current .port-caption {
  opacity: 1; }

.port-caption span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto; }

.port-caption span:before {
  content: "";
  width: 1px;
  height: 25px;
  z-index: 1010;
  background: #003343;
  position: absolute;
  top: -25px;
  left: 0;
  transform: translate(0, -50%); }

.port-block a.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  right: 20px;
  width: 31px;
  height: 31px;
  transform: translate(0, -50%);
  z-index: 1100;
  background: #003343;
  border-radius: 120%;
  overflow: hidden; }

.port-block a.slick-next svg {
  position: relative;
  top: -1px;
  right: -1px; }

.port-block a.slick-next polygon {
  fill: #fff; }

.slide-pad img {
  height: 580px;
  width: auto;
  display: block; }

.mobile-port-image {
  margin: 15px; }

.port-placeholder img {
  width: calc(100vw - 200px);
  height: 580px; }

a.port-back {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  writing-mode: vertical-lr;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #003343;
  text-align: center;
  font-size: 0.9333333333em;
  padding-left: 25px; }

a.port-back:hover {
  color: #f2c8bb; }

a.port-back:before {
  content: "";
  width: 7px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  transform: translate(0, -50%);
  background: url(images/slide-arrow-left.svg) no-repeat center; }

/* !Connect - - - - - */
.connect-block {
  overflow: hidden; }

.connect-left {
  width: 35%;
  padding: 0 60px;
  text-align: right; }

.connect-right {
  width: 65%;
  padding: 0 60px; }

.connect-wrap:before {
  content: "";
  width: 1px;
  height: 10000px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 35%;
  background: #557A7D; }

.connect-left .text {
  margin-top: 25px; }

.connect-social {
  margin-top: 30px; }

a.connect-email {
  color: #f2c8bb;
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  margin: 20px 0 0 auto; }

a.connect-email:hover {
  color: #fff; }

a.social {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

a.social:first-child {
  margin-left: 0; }

a.social circle {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.social:hover circle {
  fill: #557A7D; }

.connect-block {
  min-height: 100vh; }

/* !Form Fields - - - - - */
ul.gform_fields,
.text ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li,
.text ul.gform_fields li {
  margin-bottom: 30px;
  clear: both; }

.text ul.gform_fields li {
  padding: 0;
  margin: 0 0 30px 0; }

.text ul.gform_fields li:before {
  display: none; }

input.medium,
textarea,
select {
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #557A7D;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1px 13px 4px 13px;
  height: 40px;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #557A7D;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1.0666666667em;
  letter-spacing: .05em; }

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center;
  color: #557A7D;
  text-transform: uppercase;
  padding-right: 50px; }

textarea {
  resize: none;
  height: 150px;
  padding: 13px; }

li.gform_validation_container {
  display: none !important; }

.gfield_label {
  display: none; }

.show-label .gfield_label {
  display: block;
  font-size: 0.8666666667em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.4em;
  margin-bottom: 8px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #557A7D;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #557A7D;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #557A7D;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-ms-input-placeholder {
  opacity: 1;
  color: #557A7D;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #f2c8bb;
  font-size: 1em;
  line-height: 1.4em; }

.validation_message {
  padding-top: 5px;
  color: #f2c8bb;
  font-style: italic;
  font-size: 0.8666666667em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #003343;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  display: block;
  padding: 0 0 0 34px;
  margin: 15px 0 0 0;
  position: relative; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-weight: bold;
  font-size: 1em;
  display: block; }

ul.gfield_radio input,
ul.gfield_checkbox input {
  width: 22px;
  height: 22px;
  border: 3px solid #557A7D;
  background: none;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

ul.gfield_checkbox input {
  border-radius: 0; }

ul.gfield_radio input:checked,
ul.gfield_checkbox input:checked {
  background: #f2c8bb; }

li.left,
li.right {
  width: 50%;
  float: left;
  clear: none; }

li.left {
  padding-right: 15px;
  clear: left; }

li.right {
  padding-left: 15px;
  clear: none !important; }

li.clear {
  clear: both; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(144, 146, 149, 0.2);
  border-left: 4px solid #909295;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

h2.gsection_title {
  font-weight: 900;
  font-size: 2em;
  font-family: "trade-gothic-next-condensed", "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #f2c8bb;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 60px 0 10px 0; }

.contact-form .gform_footer {
  overflow: hidden;
  padding-top: 15px;
  text-align: right; }

.contact-form .gform_footer input[type=submit] {
  position: absolute;
  top: 0;
  left: -9999px; }

/* !Single Post - - - - - */
.gallery-post-list {
  display: none; }

.post-headline {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #909295; }

.post-content-left {
  width: 210px;
  padding-right: 50px; }

.post-content-right {
  width: calc(100% - 210px); }

ul.side-list li {
  margin-top: 20px; }

ul.side-list li:first-child {
  margin-top: 0; }

.side-list-label {
  font-size: 0.6666666667em;
  line-height: 1.4em;
  margin-bottom: 5px; }

.side-list-text {
  font-size: 0.8em;
  line-height: 1.4em; }

.gallery-post-max {
  max-width: 1020px;
  margin: 0 auto; }

.gallery-post-cycle-wrap,
.gallery-post-cycle {
  background: #021e23; }

.gallery-post-cycle-wrap a.slick-next polygon,
.gallery-post-cycle-wrap a.slick-prev polygon {
  fill: #fff; }

.gallery-post-cycle-wrap a.slick-next,
.gallery-post-cycle-wrap a.slick-prev {
  position: absolute;
  z-index: 101; }

.gallery-post-cycle-wrap a.slick-prev {
  top: 50%;
  transform: translate(0, -50%);
  left: -60px; }

.gallery-post-cycle-wrap a.slick-next {
  top: 50%;
  transform: translate(0, -50%);
  right: -60px; }

.gallery-hide {
  overflow: hidden; }

.gallery-post-cycle {
  position: relative;
  z-index: 10; }

.gallery-post-cycle-wrap:before,
.gallery-post-list:before {
  content: "";
  width: 10000px;
  height: calc(50% - 75px);
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, 0); }

.number-post {
  font-size: 0.8em;
  line-height: 1.3em;
  writing-mode: vertical-lr; }

.single-post-block .number-post,
.col-vert-text {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 10; }

.col-vert-text {
  left: auto;
  right: 30px; }

.side-share {
  width: 98px;
  position: absolute;
  top: calc(50% + 200px);
  left: 30px;
  z-index: 10;
  text-align: right;
  display: block; }

.side-share-label {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.side-share a circle {
  fill: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.side-share a path {
  fill: #003343; }

.side-share a:hover circle {
  fill: #f2c8bb; }

.gallery-post-top {
  padding: 180px 0 35px 0; }

.gallery-post-top .number-post {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #557A7D;
  height: 80px; }

.vert-post-title-wrap {
  width: 240px;
  padding: 0 40px 0 60px;
  position: relative;
  z-index: 100; }

.vert-over {
  writing-mode: vertical-lr;
  max-height: 150px;
  position: relative;
  z-index: 100;
  overflow: visible; }

.vert1,
.vert2 {
  transform: rotate(180deg);
  transform-origin: center; }

.vert-over h1.vert-post-title {
  height: 400px;
  font-family: "Noelle Serif", Georgia, Times, serif;
  font-size: 3.3333333333em;
  line-height: 1.3em;
  text-align: right; }

.gallery-post-intro {
  width: calc(100% - 240px);
  border-left: 1px solid #557A7D;
  position: relative; }

.gallery-post-intro:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 220px;
  background: #557A7D; }

.gallery-post-col1 {
  width: 220px;
  padding: 0 60px; }

.gallery-post-col2 {
  width: calc(100% - 220px);
  padding-left: 60px; }

.view-toggle {
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #557A7D; }

.view-sep {
  padding: 0 10px; }

.view-toggle a {
  color: #557A7D; }

.view-toggle a.active,
.view-toggle a:hover {
  color: #ebe6dd; }

.gallery-post-image {
  margin-top: 5px;
  position: relative;
  z-index: 10; }

.gallery-post-image:first-child {
  margin-top: 0; }

.gallery-post-col2 .text a:hover,
.mod-intro-right .text a:hover {
  color: #557A7D; }

/* !Fer - - - - - */
.fer-left {
  width: 465px;
  padding: 40px 60px 40px 40px; }

.fer-right {
  width: calc(100% - 465px);
  position: relative; }

.fer-right-wrap,
.know-text-wrap {
  padding: 0 60px 0 165px; }

.fer-right-wrap {
  width: calc(100% + 200px); }

.fer-left-side {
  width: 165px;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.fer-vert {
  width: 60px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  writing-mode: vertical-lr;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-left: 20px; }

.fer-block {
  padding-top: 115px;
  overflow: hidden; }

.fer-block .fer-right:before {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ebe6dd; }

.fer-right-wrap {
  z-index: 10; }

.fer-block .max {
  position: relative;
  z-index: 10; }

a.play-toggle {
  width: 40px;
  height: 40px;
  background: url(images/audio-play.svg) no-repeat center;
  text-indent: -9999px; }

a.play-toggle.active {
  background-image: url(images/audio-pause.svg); }

.player {
  visibility: hidden; }

.know-block {
  padding-bottom: 100px; }

.know-content {
  padding-right: 125px;
  font-size: 85%; }

.know-content a.play-toggle {
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 10;
  transform: translate(0, -50%); }

.know-content:before {
  content: "";
  width: 0;
  height: 9px;
  background: url(images/long-pink-arrow-right.svg) no-repeat right center;
  position: absolute;
  top: 15px;
  left: -205px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.big-numbers .know-text ol li:hover .know-content:before {
  width: 95px; }

.big-numbers .know-text ol li:before {
  color: #fff;
  -webkit-text-stroke: 1px #f2c8bb;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.big-numbers .know-text ol li:hover:before {
  color: #f2c8bb;
  -webkit-text-stroke: 1px transparent; }

.now-block {
  position: relative;
  z-index: 2; }

.now-left {
  width: calc(100% - 340px); }

.now-label {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 1.4em;
  line-height: 1.3em;
  max-width: calc(100% - 30px);
  z-index: 10; }

.now-right {
  width: 340px;
  padding: 50px 30px 30px 30px; }

.now-over {
  position: relative;
  z-index: 10;
  left: -135px; }

.now-cycle-wrap a.slick-next {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 1001; }

.now-cycle-wrap a.slick-prev {
  position: absolute;
  bottom: 65px;
  left: 20px;
  z-index: 1001; }

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 7px;
  position: absolute;
  bottom: 35px;
  right: 30px;
  z-index: 1010; }

ul.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 120%;
  overflow: hidden;
  background: #909295;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.slick-dots li:first-child {
  margin-left: 0; }

ul.slick-dots li.slick-active {
  background: #003343; }

.are-block {
  padding-top: 140px;
  margin-top: -40px;
  position: relative;
  z-index: 1; }

.are-left {
  width: 41.6%;
  position: relative;
  z-index: 10; }

.are-bottom .are-left {
  padding: 40px; }

.are-right {
  width: 58.4%;
  position: relative;
  z-index: 10; }

.are-bottom .are-right {
  padding: 60px 40px; }

.are-block {
  overflow: hidden; }

.are-block .max {
  position: relative; }

.are-top:before,
.are-bottom:before {
  content: "";
  width: 10000px;
  height: 100%;
  background: #f2c8bb;
  position: absolute;
  top: 0;
  left: 41.6%;
  z-index: 1; }

.are-top:before {
  height: calc(100% + 30px);
  top: -30px; }

.are-top {
  margin-top: 30px; }

.are-top:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #003343; }

.are-max {
  max-width: 420px;
  margin: 0 auto; }

.are-bottom {
  padding: 0 0 80px 0; }

.are-title {
  font-size: 6em;
  line-height: 1.2em;
  border-bottom: 1px solid #003343;
  margin-bottom: 30px; }

a.are-next {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 10; }

a.are-next span {
  padding-right: 35px;
  background: url(images/long-arrow-right.svg) no-repeat right bottom 3px; }

a.are-next.text-link:before {
  background: #fff; }

ul.are-nav:before {
  display: none; }

.cond-title.know-headline {
  letter-spacing: .05em; }

video {
  width: 100%; }

/* !Homepage - - - - - */
.page-template-homepage header a.logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.home-scrolled .page-template-homepage a.logo {
  visibility: visible;
  opacity: 1; }

.listen-left {
  width: 330px; }

.listen-right {
  width: calc(100% - 330px);
  padding: 0 60px; }

.listen-max {
  max-width: 660px;
  margin: 0 auto; }

.listen-right .col-title {
  border-bottom: 1px solid #003343;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.listen-side {
  width: 150px;
  padding-right: 30px; }

.listen-content {
  width: calc(100% - 150px);
  padding-left: 30px; }

.listen-screen {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  z-index: 10; }

.listen-screen-content {
  width: calc(100% - 40px);
  padding-left: 15px; }

.listen-audio-title {
  font-size: 0.8666666667em;
  line-height: 1.3em; }

.listen-time {
  margin-top: 5px;
  font-size: 0.8em;
  line-height: 1.3em; }

.intro-left {
  width: 230px;
  padding: 40px 30px; }

.intro-left .cond-title {
  width: 300px;
  position: relative;
  z-index: 101;
  letter-spacing: .2em; }

.intro-left .text {
  margin-top: 30px; }

.intro-right {
  width: calc(100% - 230px); }

.intro-cycle-pad {
  padding: 15px;
  margin-right: -15px;
  background: rgba(2, 30, 35, 0.1); }

.intro-cycle ul.slick-dots li,
.break-cycle ul.slick-dots li,
.gallery-block ul.slick-dots li {
  background: rgba(255, 255, 255, 0.4); }

.intro-cycle ul.slick-dots li.slick-active,
.break-cycle ul.slick-dots li.slick-active,
.gallery-block ul.slick-dots li.slick-active {
  background: #fff; }

.intro-block {
  overflow: hidden; }

.intro-block .max {
  position: relative;
  z-index: 10; }

.intro-block:before {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebe6dd; }

.home-header-left {
  padding-left: 60px;
  position: relative;
  width: 71.3%;
  margin-top: -15px;
  z-index: 10; }

.home-header-right {
  width: 28.7%;
  padding: 80px 60px 0 60px;
  position: relative;
  z-index: 101; }

.home-under-text {
  margin-top: 60px;
  font-size: 1.4666666667em;
  line-height: 1.3em; }

.home-header-left a.slick-prev,
.home-header-left a.slick-next {
  width: 60px;
  position: absolute;
  bottom: 40px;
  left: -60px; }

.home-header-left a.slick-prev {
  bottom: 70px; }

ul.home-nav {
  width: 60px;
  position: absolute;
  top: 20%;
  left: -60px;
  z-index: 1;
  text-align: center; }

ul.home-nav a {
  color: #909295;
  font-size: 0.9333333333em;
  line-height: 1.4em;
  margin-top: 15px;
  display: inline-block;
  position: relative; }

ul.home-nav a.active,
ul.home-nav a:hover {
  color: #003343; }

ul.home-nav li:first-child a {
  margin-top: 0; }

ul.home-nav a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #003343;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.home-nav a.active:before {
  width: 100%; }

.home-slide-caption {
  padding-top: 8px;
  border-bottom: 1px solid #909295;
  height: 35px;
  font-size: 0.8666666667em;
  line-height: 1.3em; }

.home-slide-caption span {
  display: inline-block;
  padding: 5px 20px 10px 20px;
  border-left: 1px solid #909295;
  vertical-align: bottom; }

.home-slide-caption span.script {
  position: relative;
  bottom: -2px;
  font-size: 110%; }

.home-slide-caption span:first-child {
  padding-left: 0;
  border: 0; }

.home-slide-caption span:last-child {
  padding-right: 0; }

a.home-logo {
  width: 222px;
  display: block;
  position: relative;
  z-index: 10;
  margin-left: -220px; }

.home-right-cyle-wrap {
  width: calc(100% + 220px);
  position: relative;
  z-index: 10;
  margin: 35px 0 0 -220px; }

.home-slide-pad {
  padding-left: 220px; }

.home-header-block {
  padding-bottom: 55px; }

.home-up {
  z-index: 101; }

/* !Blog Landing - - - - - */
.blog-top {
  padding-bottom: 0; }

.blog-top-col1 {
  width: 130px;
  padding: 0 30px; }

.blog-top-col2 {
  border-left: 1px solid #557A7D; }

.blog-top-col2,
.blog-top-col3 {
  width: calc(50% - 65px);
  padding-left: 60px; }

.blog-top-col1 .number-post {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10;
  font-size: 0.8666666667em;
  line-height: 1.3em; }

.blog-top-col1 .blog-top-day {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 0.8666666667em;
  line-height: 1.3em; }

ul.blog-cats a {
  color: #ebe6dd;
  display: block;
  margin: 20px 0 0 0; }

ul.blog-cats a:hover {
  color: #557A7D; }

ul.blog-cats li {
  width: 33.33%;
  padding-right: 20px; }

input.search-button {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  background: url(images/search-icon.svg) no-repeat center;
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  border: none; }

#searchform {
  margin-top: 25px; }

#searchform input.medium {
  padding-right: 50px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#searchform input.medium:focus {
  border-color: #557A7D; }

/* !Collections - - - - - */
.collection-block .small-cond-title {
  margin-bottom: 80px;
  position: rel; }

.collection-block .small-cond-title:after,
.callout-block:after {
  content: "";
  width: 16px;
  height: 7px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  background: url(images/pink-arrow-down.svg) no-repeat center;
  z-index: 1;
  transform: translate(-50%, -50%); }

.callout-block:after {
  bottom: 30px; }

ul.collection-cols {
  border-top: 3px solid #003343;
  border-bottom: 1px solid #003343;
  text-align: center; }

ul.collection-cols li {
  width: 33.33%;
  padding-left: 0;
  border-left: 1px solid #003343;
  padding: 70px 50px; }

ul.collection-cols li:first-child {
  border: none; }

.includes {
  margin-top: 30px; }

.includes-label {
  font-size: 0.7333333333em;
  line-height: 1.3em;
  margin-bottom: 30px; }

.include-block {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 30px;
  position: relative; }

.include-block:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: #003343;
  z-index: 1;
  transform: translate(-50%, 0); }

.include-block:last-child:after {
  display: none; }

.col-price {
  margin-top: 40px;
  font-size: 1.4666666667em;
  line-height: 1.4em; }

.add-ons {
  max-width: 400px;
  margin: 60px auto 0 auto; }

ul.add-list {
  margin-top: 30px;
  font-size: 0.8666666667em;
  line-height: 1.4em; }

ul.add-list:first-child {
  margin-top: 0; }

ul.add-list li {
  margin-top: 25px;
  overflow: hidden; }

ul.add-list li:first-child {
  margin-top: 0; }

.add-right:before {
  content: "";
  width: 500px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  right: 100%;
  background: #003343;
  z-index: 1; }

.add-left {
  width: calc(100% - 90px);
  position: relative;
  z-index: 10; }

.add-left span {
  display: inline-block;
  background: #ebe6dd;
  padding-right: 10px; }

.add-right {
  width: 90px;
  padding-left: 10px;
  background: #ebe6dd;
  position: relative;
  z-index: 1; }

/* !Date Picker - - - - - */
.contact-form .screen-reader-text {
  display: none; }

.ui-datepicker {
  padding: 15px;
  background: #ebe6dd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.ui-datepicker-title {
  padding: 10px 0; }

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center; }

table.ui-datepicker-calendar th {
  color: #557A7D; }

.ui-datepicker-title select {
  width: calc(50% - 4px);
  margin: 0 0 0 4px; }

.ui-datepicker-title select:first-child {
  margin: 0 4px 0 0; }

a.ui-datepicker-prev {
  width: 50%;
  padding: 0 5px 3px 20px;
  line-height: 20px;
  font-weight: bold;
  background: url(images/slide-arrow-left.svg) no-repeat left 1px;
  display: inline-block;
  text-transform: uppercase;
  color: #003343; }

a.ui-datepicker-next {
  width: 50%;
  padding: 0 20px 3px 5px;
  text-align: right;
  line-height: 20px;
  font-weight: bold;
  background: url(images/slide-arrow-right.svg) no-repeat right 1px;
  display: inline-block;
  text-transform: uppercase;
  color: #003343; }

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #f2c8bb; }

.ui-datepicker-calendar {
  width: 100%; }

table.ui-datepicker-calendar td a {
  color: #003343;
  font-weight: bold;
  display: block; }

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover {
  color: #f2c8bb; }

/* !Pagination - - - - - */
.post-nav {
  padding-top: 40px; }

/* !New Footer Form - - - - - */
.flod-box {
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
  z-index: 100; }

.signup-text {
  margin-bottom: 0; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1640px) {
  .fer-right-wrap {
    width: calc(100% + 100px); } }

@media only screen and (max-width: 1440px) {
  .fer-right-wrap {
    width: calc(100% + 50px); } }

@media only screen and (max-width: 1340px) {
  .fer-right-wrap {
    width: 100%; } }

@media only screen and (max-width: 1250px) {
  /* Style adjustments for viewports that meet the condition */
  .big-headline {
    font-size: 4.6666666667em; }
  .fer-left {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
  .fer-right {
    width: 100%;
    display: block; }
  .fer-right-wrap {
    max-width: 875px;
    margin: 0 auto; }
  .gallery-post-cycle-wrap a.slick-next {
    right: 10px; }
  .gallery-post-cycle-wrap a.slick-prev {
    left: 10px; }
  .page-template-fer .know-headline {
    text-align: center; } }

@media only screen and (max-width: 1023px) {
  .home-slide-caption,
  a.home-logo,
  .header-text,
  .home-text,
  .port-block,
  .connect-wrap:before,
  .blog-top-col2,
  .blog-top-col3,
  .col-vert-text,
  .steps-right {
    display: none; }
  .border-top,
  .border-bottom,
  .border-right,
  .border-left,
  .border {
    border-width: 8px; }
  .intro-block:before {
    width: calc(100% - 8px); }
  .home-header-left {
    padding-left: 0;
    max-width: 944px;
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .home-header-cycle-wrap {
    width: calc(100% + 16px);
    margin-left: -8px; }
  .home-header-right {
    width: 100%;
    padding: 60px 30px 0 30px;
    display: block; }
  header,
  .scrolled header {
    height: 60px;
    padding: 15px;
    background: #fff; }
  .page-template-homepage header a.logo {
    opacity: 1;
    visibility: visible;
    margin: 0; }
  a.logo {
    position: relative;
    top: 3px;
    margin: 0; }
  a.nav-toggle {
    right: 30px; }
  .home-right-cyle-wrap {
    width: 100%;
    margin: 0 0 -70px 0;
    padding: 60px 0 0 0; }
  .home-slide-pad {
    padding: 0; }
  .intro-left,
  .intro-right {
    width: 100%;
    display: block;
    padding: 0; }
  .intro-left {
    padding: 0 25px;
    margin-bottom: 30px; }
  .intro-right {
    transform: translate(8px, 0);
    position: relative;
    z-index: 10; }
  .intro-block {
    border-right: 0 !important;
    padding-right: 8px; }
  .listen-left,
  .listen-right {
    width: 100%;
    display: block;
    padding: 0; }
  .listen-left {
    max-width: 650px;
    margin: 0 auto 40px auto; }
  .listen-right {
    padding: 0 30px; }
  .big-section-pad {
    padding: 90px 0; }
  .section-pad {
    padding: 60px 0; }
  .vbig-section-pad {
    padding: 120px 0; }
  .are-title {
    font-size: 3.3333333333em; }
  .cond-title,
  .small-cond-title {
    font-size: 2.6666666667em; }
  .headline {
    font-size: 3.3333333333em; }
  .mobile-port-block {
    display: block; }
  .section-pad.first-block,
  .big-section-pad.first-block,
  .vbig-section-pad.first-block {
    padding-top: 100px; }
  ul.port-nav {
    padding-left: 30px; }
  .connect-left,
  .connect-right {
    width: 100%;
    display: block;
    padding: 0 30px; }
  .connect-left {
    text-align: left;
    margin-bottom: 40px; }
  .blog-top-col1 {
    width: 100%; }
  .gallery-cycle {
    width: calc(100% + 16px);
    margin-left: -8px; }
  .col-title,
  .col-number {
    font-size: 1.6em; }
  .col-number {
    margin-bottom: 30px; }
  .steps-middle {
    width: calc(100% - 250px); }
  .test-left,
  .test-right {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .test-right {
    padding: 30px 30px 0 30px; }
  .test-block {
    border: none !important; }
  .test-right-cycle-wrap {
    width: 100%;
    margin-left: 0; }
  ul.test-nav:before {
    left: -30px; }
  .test-right > .tiny-cond-label {
    margin-bottom: 30px; }
  ul.test-nav a {
    padding: 0 8px; }
  .test-box {
    padding: 0;
    background: none; }
  ul.collection-cols li {
    width: 100%;
    height: auto !important;
    padding: 45px 0;
    border: none;
    border-top: 1px solid #003343; }
  ul.collection-cols li:first-child {
    border: none; } }

@media only screen and (max-width: 900px) {
  .gallery-post-intro:before,
  .single-post-block .number-post,
  .steps-block-wrap:before,
  ul.steps-list a:after,
  .steps-left {
    display: none; }
  .now-left,
  .now-right {
    width: 100%;
    display: block; }
  .now-over {
    left: 0; }
  .now-block .inner {
    padding: 0; }
  .now-left {
    width: 100%; }
  .now-right {
    padding: 30px 30px 60px 30px; }
  .now-label {
    position: static;
    margin-bottom: 10px; }
  .are-left,
  .are-right,
  .are-bottom .are-left,
  .are-bottom .are-right {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .are-max {
    max-width: none; }
  .are-top:before,
  .are-bottom:before {
    left: 40px; }
  .vert-post-title-wrap {
    width: 100%; }
  .gallery-post-intro {
    width: 100%;
    margin-top: 40px;
    border: none; }
  .gallery-post-col1,
  .gallery-post-col2 {
    width: 100%;
    display: block;
    padding: 0; }
  .gallery-post-col2 {
    margin-top: 20px; }
  .post-content-left,
  .post-content-right {
    width: 100%;
    display: block;
    padding: 0; }
  .post-content-left {
    margin-bottom: 30px; }
  .side-share {
    position: static;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin-top: 30px; }
  ul.col-list li {
    width: 100%;
    display: block; }
  ul.col-list .col-max {
    max-width: 400px;
    margin: 0 auto; }
  .steps-middle {
    width: 100%;
    display: block;
    padding: 0; }
  .steps-block-wrap {
    padding: 50px 30px; }
  ul.steps-list a:before {
    left: 0;
    width: 20px;
    text-align: left; }
  ul.steps-list {
    padding-bottom: 30px; }
  ul.steps-list a {
    padding-left: 30px; }
  ul.steps-list li {
    display: none; }
  ul.steps-list li.active {
    display: block; }
  .mobile-title-wrap {
    display: block; }
  .are-left {
    text-align: left; }
  .vert-post-title-wrap {
    padding: 0 30px 0 25px;
    text-align: left;
    width: 50%;
    display: inline-block; }
  .gallery-post-intro {
    width: 50%;
    display: inline-block;
    margin-top: 0; }
  .vert-over h1.vert-post-title {
    margin: 0; }
  .gallery-post-top {
    padding-top: 110px; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .nav-social-text,
  .nav-social {
    display: none; }
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  .big-headline {
    font-size: 4em; }
  .col-title {
    font-size: 1.8666666667em; }
  .big-section-pad {
    padding: 60px 0; }
  .section-pad {
    padding: 45px 0; }
  .vbig-section-pad {
    padding: 80px 0; }
  .cta-left,
  .cta-right {
    width: 100%;
    display: block;
    padding: 0; }
  .cta-right {
    margin-top: 30px; }
  .cta-headline,
  .text > h2 {
    font-size: 2.1333333333em; }
  .nav-wrap {
    padding: 40px 60px;
    min-height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease; }
  .nav-active .nav-wrap {
    visibility: visible;
    opacity: 1; }
  .nav-wrap .flex-wrap {
    min-height: calc(100vh - 80px);
    position: relative;
    z-index: 100011;
    overflow: visible; }
  .nav-wrap:before {
    left: 40px; }
  ul.big-nav > li:before {
    width: 40px;
    left: -60px;
    top: 12px; }
  ul.big-nav > li > a,
  .are-title {
    font-size: 2.6666666667em; }
  ul.big-nav > li > a:before {
    left: -22px; }
  .fer-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
  .headline,
  .post-headline {
    font-size: 2.6666666667em; }
  .post-headline {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .first-mobile-port .headline {
    margin-bottom: 20px; }
  li.left,
  li.right {
    width: 100%;
    float: none;
    padding: 0; }
  .mod-intro-left {
    width: 100%;
    display: block;
    padding-right: 0; }
  .mod-intro-right {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: 20px; }
  .cond-title {
    font-size: 2.1333333333em; } }

@media only screen and (max-width: 767px) {
  .fer-vert,
  .footer-col2,
  .footer-col3,
  footer .cta-right {
    display: none; }
  ul.post-list {
    max-width: 380px; }
  ul.post-list li {
    width: 100%;
    display: block; }
  .footer-col1 {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center; }
  .footer-col2,
  .footer-col3 {
    margin-top: 30px; }
  a.logo,
  .scrolled a.logo,
  .home-scrolled a.logo {
    max-width: 200px;
    width: 200px !important;
    background-size: 200px auto !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .fer-right-wrap {
    padding-right: 0;
    padding-left: 0; }
  .know-text-wrap {
    padding-left: 30px;
    padding-right: 60px; }
  .fer-left-side {
    width: 100%;
    position: static; }
  .vbig-headline {
    font-size: 6.6666666667em; }
  .know-content {
    padding-right: 0; }
  .big-numbers ol li {
    padding-left: 0; }
  .big-numbers ol li:before {
    position: static;
    margin-bottom: 15px; }
  .know-content a.play-toggle {
    position: static;
    margin-top: 30px; }
  footer .cta-left {
    width: 100%;
    display: block;
    padding: 0; }
  footer {
    text-align: center; }
  .mobile-social {
    display: block; }
  a.footer-logo {
    max-width: 160px;
    margin: 0 auto; }
  .footer-top.big-section-pad {
    padding-bottom: 0; }
  .footer-sep {
    display: block;
    height: 5px;
    text-indent: -9999px;
    width: 100%; }
  .intro-block:before {
    height: 120px; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .big-headline {
    font-size: 3.7333333333em; }
  .listen-content,
  .listen-side {
    width: 100%;
    padding: 0;
    display: block; }
  .listen-side {
    margin-top: 30px; }
  .vert-over h1.vert-post-title {
    font-size: 3em;
    height: 300px;
    line-height: 1em; }
  .view-sep {
    display: block;
    height: 1px;
    text-indent: -9999px;
    padding: 0; } }

@media only screen and (max-width: 450px) {
  /* Style adjustments for viewports that meet the condition */
  .nav-wrap {
    width: 100%; }
  .big-headline {
    font-size: 3.2em;
    line-height: 1.2em; } }

@media only screen and (max-width: 360px) {
  /* Style adjustments for viewports that meet the condition */
  .home-right-cyle-wrap {
    margin-bottom: -30px; } }

@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
