@charset "UTF-8";
@import url(../../bower_components/normalize-css/normalize.css);
@import url(../../bower_components/wow/css/libs/animate.css);
.animated {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes bounce-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes bounce-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

.bounce-in {
  -webkit-animation-name: bounce-in;
  -moz-animation-name: bounce-in;
  -o-animation-name: bounce-in;
  animation-name: bounce-in; }

@keyframes bounce-down-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@-moz-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

.bounce-down-in {
  -webkit-animation-name: bounce-down-in;
  -moz-animation-name: bounce-down-in;
  -o-animation-name: bounce-down-in;
  animation-name: bounce-down-in; }

@keyframes bounce-left-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@-moz-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

.bounce-left-in {
  -webkit-animation-name: bounce-left-in;
  -moz-animation-name: bounce-left-in;
  -o-animation-name: bounce-left-in;
  animation-name: bounce-left-in; }

@keyframes bounce-right-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@-moz-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

.bounce-right-in {
  -webkit-animation-name: bounce-right-in;
  -moz-animation-name: bounce-right-in;
  -o-animation-name: bounce-right-in;
  animation-name: bounce-right-in; }

@keyframes bounce-up-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@-moz-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

.bounce-up-in {
  -webkit-animation-name: bounce-up-in;
  -moz-animation-name: bounce-up-in;
  -o-animation-name: bounce-up-in;
  animation-name: bounce-up-in; }

@keyframes bounce-out {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@-webkit-keyframes bounce-out {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-o-keyframes bounce-out {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@-moz-keyframes bounce-out {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

.bounce-out {
  -webkit-animation-name: bounce-out;
  -moz-animation-name: bounce-out;
  -o-animation-name: bounce-out;
  animation-name: bounce-out; }

@keyframes bounce-down-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes bounce-down-out {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes bounce-down-out {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@-moz-keyframes bounce-down-out {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

.bounce-down-out {
  -webkit-animation-name: bounce-down-out;
  -moz-animation-name: bounce-down-out;
  -o-animation-name: bounce-down-out;
  animation-name: bounce-down-out; }

@keyframes bounce-up-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes bounce-up-out {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes bounce-up-out {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@-moz-keyframes bounce-up-out {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

.bounce-up-out {
  -webkit-animation-name: bounce-up-out;
  -moz-animation-name: bounce-up-out;
  -o-animation-name: bounce-up-out;
  animation-name: bounce-up-out; }

@keyframes bounce-right-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes bounce-right-out {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes bounce-right-out {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@-moz-keyframes bounce-right-out {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

.bounce-right-out {
  -webkit-animation-name: bounce-right-out;
  -moz-animation-name: bounce-right-out;
  -o-animation-name: bounce-right-out;
  animation-name: bounce-right-out; }

@keyframes bounce-left-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes bounce-left-out {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes bounce-left-out {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@-moz-keyframes bounce-left-out {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

.bounce-left-out {
  -webkit-animation-name: bounce-left-out;
  -moz-animation-name: bounce-left-out;
  -o-animation-name: bounce-left-out;
  animation-name: bounce-left-out; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out; }

@keyframes fade-down-in {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-down-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-down-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-down-in {
  -webkit-animation-name: fade-down-in;
  -moz-animation-name: fade-down-in;
  -o-animation-name: fade-down-in;
  animation-name: fade-down-in; }

@keyframes fade-down-big-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-down-big-in {
  -webkit-animation-name: fade-down-big-in;
  -moz-animation-name: fade-down-big-in;
  -o-animation-name: fade-down-big-in;
  animation-name: fade-down-big-in; }

@keyframes fade-left-in {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-left-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-left-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-left-in {
  -webkit-animation-name: fade-left-in;
  -moz-animation-name: fade-left-in;
  -o-animation-name: fade-left-in;
  animation-name: fade-left-in; }

@keyframes fade-left-big-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-left-big-in {
  -webkit-animation-name: fade-left-big-in;
  -moz-animation-name: fade-left-big-in;
  -o-animation-name: fade-left-big-in;
  animation-name: fade-left-big-in; }

@keyframes fade-right-in {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-right-in {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-right-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-right-in {
  -webkit-animation-name: fade-right-in;
  -moz-animation-name: fade-right-in;
  -o-animation-name: fade-right-in;
  animation-name: fade-right-in; }

@keyframes fade-right-big-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-right-big-in {
  -webkit-animation-name: fade-right-big-in;
  -moz-animation-name: fade-right-big-in;
  -o-animation-name: fade-right-big-in;
  animation-name: fade-right-big-in; }

@keyframes fade-up-in {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-up-in {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-up-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-up-in {
  -webkit-animation-name: fade-up-in;
  -moz-animation-name: fade-up-in;
  -o-animation-name: fade-up-in;
  animation-name: fade-up-in; }

@keyframes fade-up-big-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-up-big-in {
  -webkit-animation-name: fade-up-big-in;
  -moz-animation-name: fade-up-big-in;
  -o-animation-name: fade-up-big-in;
  animation-name: fade-up-big-in; }

@keyframes fade-down-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@-webkit-keyframes fade-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-o-keyframes fade-down-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@-moz-keyframes fade-down-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

.fade-down-out {
  -webkit-animation-name: fade-down-out;
  -moz-animation-name: fade-down-out;
  -o-animation-name: fade-down-out;
  animation-name: fade-down-out; }

@keyframes fade-down-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@-moz-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

.fade-down-big-out {
  -webkit-animation-name: fade-down-big-out;
  -moz-animation-name: fade-down-big-out;
  -o-animation-name: fade-down-big-out;
  animation-name: fade-down-big-out; }

@keyframes fade-left-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@-webkit-keyframes fade-left-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-o-keyframes fade-left-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@-moz-keyframes fade-left-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

.fade-left-out {
  -webkit-animation-name: fade-left-out;
  -moz-animation-name: fade-left-out;
  -o-animation-name: fade-left-out;
  animation-name: fade-left-out; }

@keyframes fade-left-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@-moz-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

.fade-left-big-out {
  -webkit-animation-name: fade-left-big-out;
  -moz-animation-name: fade-left-big-out;
  -o-animation-name: fade-left-big-out;
  animation-name: fade-left-big-out; }

@keyframes fade-right-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@-webkit-keyframes fade-right-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-o-keyframes fade-right-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@-moz-keyframes fade-right-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

.fade-right-out {
  -webkit-animation-name: fade-right-out;
  -moz-animation-name: fade-right-out;
  -o-animation-name: fade-right-out;
  animation-name: fade-right-out; }

@keyframes fade-right-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@-moz-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

.fade-right-big-out {
  -webkit-animation-name: fade-right-big-out;
  -moz-animation-name: fade-right-big-out;
  -o-animation-name: fade-right-big-out;
  animation-name: fade-right-big-out; }

@keyframes fade-up-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@-webkit-keyframes fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-o-keyframes fade-up-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@-moz-keyframes fade-up-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

.fade-up-out {
  -webkit-animation-name: fade-up-out;
  -moz-animation-name: fade-up-out;
  -o-animation-name: fade-up-out;
  animation-name: fade-up-out; }

@keyframes fade-up-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@-moz-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

.fade-up-big-out {
  -webkit-animation-name: fade-up-big-out;
  -moz-animation-name: fade-up-big-out;
  -o-animation-name: fade-up-big-out;
  animation-name: fade-up-big-out; }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-webkit-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-o-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-moz-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

.fold-in {
  overflow: hidden;
  -webkit-animation-name: fold-in;
  -moz-animation-name: fold-in;
  -o-animation-name: fold-in;
  animation-name: fold-in; }

.animated.fold-in {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

@keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-webkit-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-o-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-moz-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-in {
  overflow: hidden;
  -webkit-animation-name: fold-small-out;
  -moz-animation-name: fold-small-out;
  -o-animation-name: fold-small-out;
  animation-name: fold-small-out; }

.animated.fold-small-in {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-webkit-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-o-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-moz-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

.fold-out {
  overflow: hidden;
  -webkit-animation-name: fold-out;
  -moz-animation-name: fold-out;
  -o-animation-name: fold-out;
  animation-name: fold-out; }

.animated.fold-out {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

@keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-webkit-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-o-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-moz-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-out {
  overflow: hidden;
  -webkit-animation-name: fold-small-out;
  -moz-animation-name: fold-small-out;
  -o-animation-name: fold-small-out;
  animation-name: fold-small-out; }

.animated.fold-small-out {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes grow-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes grow-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-o-keyframes grow-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@-moz-keyframes grow-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

.grow-in {
  -webkit-animation-name: grow-in;
  -moz-animation-name: grow-in;
  -o-animation-name: grow-in;
  animation-name: grow-in; }

@keyframes grow-out {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(2); } }

@-webkit-keyframes grow-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2); } }

@-o-keyframes grow-out {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  100% {
    opacity: 0;
    -o-transform: scale(2); } }

@-moz-keyframes grow-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: 0;
    -moz-transform: scale(2); } }

.grow-out {
  -webkit-animation-name: grow-out;
  -moz-animation-name: grow-out;
  -o-animation-name: grow-out;
  animation-name: grow-out; }

@keyframes hinge-out {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

@-webkit-keyframes hinge-out {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge-out {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge-out {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

.hinge-out {
  -webkit-animation-name: hinge-out;
  -moz-animation-name: hinge-out;
  -o-animation-name: hinge-out;
  animation-name: hinge-out; }

.animated.hinge-out {
  -webkit-animation-duration: 1.75s;
  -moz-animation-duration: 1.75s;
  -o-animation-duration: 1.75s;
  animation-duration: 1.75s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes light-speed-in {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes light-speed-in {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes light-speed-in {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.light-speed-in {
  -webkit-animation-name: light-speed-in;
  -moz-animation-name: light-speed-in;
  -o-animation-name: light-speed-in;
  animation-name: light-speed-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-webkit-keyframes light-speed-in {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes light-speed-in {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes light-speed-in {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.light-speed-in {
  -webkit-animation-name: light-speed-in;
  -moz-animation-name: light-speed-in;
  -o-animation-name: light-speed-in;
  animation-name: light-speed-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes roll-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes roll-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

.roll-in {
  -webkit-animation-name: roll-in;
  -moz-animation-name: roll-in;
  -o-animation-name: roll-in;
  animation-name: roll-in; }

@keyframes roll-out {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

@-webkit-keyframes roll-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes roll-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes roll-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

.roll-out {
  -webkit-animation-name: roll-out;
  -moz-animation-name: roll-out;
  -o-animation-name: roll-out;
  animation-name: roll-out; }

@keyframes rotate-in {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-in {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-in {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  -moz-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in; }

@keyframes rotate-down-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-down-left-in {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-down-left-in {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-down-left-in {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-down-left-in {
  -webkit-animation-name: rotate-down-left-in;
  -moz-animation-name: rotate-down-left-in;
  -o-animation-name: rotate-down-left-in;
  animation-name: rotate-down-left-in; }

@keyframes rotate-down-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-down-right-in {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-down-right-in {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-down-right-in {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-down-right-in {
  -webkit-animation-name: rotate-down-right-in;
  -moz-animation-name: rotate-down-right-in;
  -o-animation-name: rotate-down-right-in;
  animation-name: rotate-down-right-in; }

@keyframes rotate-up-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-up-left-in {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-up-left-in {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-up-left-in {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-up-left-in {
  -webkit-animation-name: rotate-up-left-in;
  -moz-animation-name: rotate-up-left-in;
  -o-animation-name: rotate-up-left-in;
  animation-name: rotate-up-left-in; }

@keyframes rotate-up-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-up-right-in {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-up-right-in {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-up-right-in {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-up-right-in {
  -webkit-animation-name: rotate-up-right-in;
  -moz-animation-name: rotate-up-right-in;
  -o-animation-name: rotate-up-right-in;
  animation-name: rotate-up-right-in; }

@keyframes rotate-out {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotate-out {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotate-out {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  -moz-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out; }

@keyframes rotate-down-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-down-left-out {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotate-down-left-out {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotate-down-left-out {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

.rotate-down-left-out {
  -webkit-animation-name: rotate-down-left-out;
  -moz-animation-name: rotate-down-left-out;
  -o-animation-name: rotate-down-left-out;
  animation-name: rotate-down-left-out; }

@keyframes rotate-down-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-down-right-out {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotate-down-right-out {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotate-down-right-out {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

.rotate-down-right-out {
  -webkit-animation-name: rotate-down-right-out;
  -moz-animation-name: rotate-down-right-out;
  -o-animation-name: rotate-down-right-out;
  animation-name: rotate-down-right-out; }

@keyframes rotate-up-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-up-left-out {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit--transform-origin: left bottom;
    -webkit--transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotate-up-left-out {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o--transform-origin: left bottom;
    -o--transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotate-up-left-out {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz--transform-origin: left bottom;
    -moz--transform: rotate(-90deg);
    opacity: 0; } }

.rotate-up-left-out {
  -webkit-animation-name: rotate-up-left-out;
  -moz-animation-name: rotate-up-left-out;
  -o-animation-name: rotate-up-left-out;
  animation-name: rotate-up-left-out; }

@keyframes rotate-up-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-up-right-out {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotate-up-right-out {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotate-up-right-out {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

.rotate-up-right-out {
  -webkit-animation-name: rotate-up-right-out;
  -moz-animation-name: rotate-up-right-out;
  -o-animation-name: rotate-up-right-out;
  animation-name: rotate-up-right-out; }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@keyframes shrink-in {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@-webkit-keyframes shrink-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-o-keyframes shrink-in {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@-moz-keyframes shrink-in {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

.shrink-in {
  -webkit-animation-name: shrink-in;
  -moz-animation-name: shrink-in;
  -o-animation-name: shrink-in;
  animation-name: shrink-in; }

@keyframes shrink-out {
  0% {
    opacity: 0;
    transform: scale(2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes shrink-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-o-keyframes shrink-out {
  0% {
    opacity: 0;
    -o-transform: scale(2); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@-moz-keyframes shrink-out {
  0% {
    opacity: 0;
    -moz-transform: scale(2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

.shrink-out {
  -webkit-animation-name: shrink-out;
  -moz-animation-name: shrink-out;
  -o-animation-name: shrink-out;
  animation-name: shrink-out; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

.swing {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.5;
  -moz-animation-duration: 0.5;
  -o-animation-duration: 0.5;
  animation-duration: 0.5; }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

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

body {
  background: #f2efe6;
  margin: 0; }

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

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

.text-accent {
  color: #ccc; }

.text-primary {
  color: #b5964e; }

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.background-white {
  background-color: #fff; }

.padding-left-right {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
  @media only screen and (max-width: 768px) {
    .padding-left-right {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

a {
  color: #b5964e;
  text-decoration: none; }

body::-webkit-scrollbar {
  width: .5em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 0.3); }

html {
  font-family: "Tinos-Regular", serif;
  font-size: 100%;
  font-smoothing: antialiased; }

p {
  font-size: 1.2rem;
  line-height: 2rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos-Regular", serif;
  line-height: 1.5rem;
  font-weight: normal;
  letter-spacing: 2px; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em {
    font-family: "Tinos-Italic", serif; }

h1 {
  font-size: 4.12rem;
  line-height: 4.5rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

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

table td,
table th {
  padding: 0;
  line-height: 33px; }

code {
  vertical-align: bottom; }

/*
This file contains mixins and classes to be used
with @include and @extend.  Add any new mixins here.
*/
/*
Default grid should be the outer container for any susy grid
It is included as a class so it may be extended using @extend.
Change the padding here to change default outer grid padding.
Extend .default-grid on either the site container, or around
Individual components as necessary.
*/
/*
The fixed-grid is fixed to 1200px
*/
.default-grid, .site-header, .site-footer, .site-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .default-grid:after, .site-header:after, .site-footer:after, .site-content:after {
    content: " ";
    display: block;
    clear: both; }

.fixed-grid, .inner-footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .fixed-grid:after, .inner-footer:after {
    content: " ";
    display: block;
    clear: both; }

.clearfix:after, .page-id-80 .block-generic_content:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.aligncenter, a img.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignleft, a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.alignnone, a img.alignnone {
  margin: 5px 20px 20px 0; }

.alignright, a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.negative_margin_left {
  margin-left: -10%; }

.negative_margin_right {
  margin-right: -10%; }

.large-title, .accent-text-subtitle .layout-content .gc-wrap h3 {
  font-family: "PinyonScript", serif;
  font-size: 4rem;
  text-transform: none;
  margin-top: 2rem;
  letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    .large-title, .accent-text-subtitle .layout-content .gc-wrap h3 {
      font-size: 2rem; } }

.montserrat-reg, .block-page_sub_nav .page_sub_nav-inner-content, .block-page-sub-nav .page_sub_nav-inner-content {
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px; }

.Tinos-Bold {
  font-family: 'Tinos-Bold', serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 2px; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bot {
  padding-bottom: 0 !important; }

.site {
  overflow: hidden; }

.site-content {
  padding-left: 0;
  padding-right: 0; }

.module {
  padding: 2rem 0; }

address, figcaption, ol, figure, output, aside,
p, audio, form, pre, h1, h2, h3, h4, h5, h6, canvas, table,
dd, hgroup, tfoot, hr, ul, dl, video, fieldset, noscript {
  margin: 0 0 2rem 0; }

article {
  margin: 0 0 0 0; }

section, header, footer, blockquote {
  margin: 0; }

ul, ol {
  padding: 0; }
  ul li,
  ol li {
    padding: 0; }

dl {
  padding: 0; }
  dl dd {
    padding: 0; }

em {
  font-family: 'Tinos-Italic', serif; }

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#Montserrat-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/montserrat-bold-webfont.svg#Montserrat-Bold") format("svg"); } }

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/montserrat-regular-webfont.svg#Montserrat-Regular") format("svg"); } }

@font-face {
  font-family: Tinos-Bold;
  src: url("../fonts/tinos-bold-webfont.eot");
  src: url("../fonts/tinos-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tinos-bold-webfont.woff") format("woff"), url("../fonts/tinos-bold-webfont.ttf") format("truetype"), url("../fonts/tinos-bold-webfont.svg#Tinos-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Tinos-Bold;
    src: url("../fonts/tinos-bold-webfont.svg#Tinos-Bold") format("svg"); } }

@font-face {
  font-family: Tinos-Regular;
  src: url("../fonts/tinos-regular-webfont.eot");
  src: url("../fonts/tinos-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tinos-regular-webfont.woff") format("woff"), url("../fonts/tinos-regular-webfont.ttf") format("truetype"), url("../fonts/tinos-regular-webfont.svg#Tinos-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Tinos-Regular;
    src: url("../fonts/tinos-regular-webfont.svg#Tinos-Regular") format("svg"); } }

@font-face {
  font-family: Tinos-Italic;
  src: url("../fonts/tinos-italic-webfont.eot");
  src: url("../fonts/tinos-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tinos-italic-webfont.woff") format("woff"), url("../fonts/tinos-italic-webfont.ttf") format("truetype"), url("../fonts/tinos-italic-webfont.svg#Tinos-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Tinos-Italic;
    src: url("../fonts/tinos-italic-webfont.svg#Tinos-Italic") format("svg"); } }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: PinyonScript;
    src: url("../fonts/pinyonscript-regular-webfont.svg#PinyonScript") format("svg"); } }

.icon {
  height: 25px;
  width: 25px;
  display: inline; }

.col-1 {
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-1.col-last {
    width: 6.7796610169%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-1.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-2 {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-2.col-last {
    width: 15.2542372881%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-2.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-3 {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-3.col-last {
    width: 23.7288135593%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-3.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-4 {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-4.col-last {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-4.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-5 {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-5.col-last {
    width: 40.6779661017%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-5.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-6 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-6.col-last {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-6.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-7 {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-7.col-last {
    width: 57.6271186441%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-7 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-7.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-8 {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-8.col-last {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-8.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-9 {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-9.col-last {
    width: 74.5762711864%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-9 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-9.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-10 {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-10.col-last {
    width: 83.0508474576%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-10 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-10.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-11 {
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%; }
  .col-11.col-last {
    width: 91.5254237288%;
    float: right;
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .col-11 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .col-11.col-last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .col-12.col-last {
    width: 100%;
    float: right;
    margin-right: 0; }

.button-default {
  padding: 8px;
  /*text-transform: uppercase;*/
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  /*font-family: $MontserratRegular;*/
  transition: all 250ms ease;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px; }
  .button-default:hover {
    background: #fff;
    color: #b5964e; }

.button-primary {
  padding: 8px;
  /*text-transform: uppercase;*/
  border: 1px solid #b5964e;
  color: #b5964e;
  text-decoration: none;
  /*font-family: $MontserratRegular;*/
  transition: all 250ms ease;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px; }
  .button-primary:hover {
    background: #b5964e;
    color: #fff; }

.site {
  padding: 0; }

#site-navigation {
  background: #222; }

.site-header {
  background: #222;
  color: #FFF;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .site-header {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .site-header .head-content {
      display: none; } }
  .site-header .header-logo img {
    max-height: 100px;
    max-width: 100%;
    height: auto; }
  .site-header .site-header-wrap {
    display: flex; }
  .site-header .site-header-wrap {
    justify-content: space-between; }
  .site-header .head-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1em; }
    .site-header .head-content #phone {
      margin-bottom: 1em; }

.site-footer {
  min-height: 424px;
  background: #fff;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Regular", sans-serif; }
  .site-footer p {
    font-size: .8rem;
    line-height: 1.5rem; }

.inner-footer {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .inner-footer {
      flex-direction: column; } }

.site-footer-image {
  height: 264px; }

.app-links {
  color: #b5964e;
  margin-top: 25px;
  margin-bottom: 50px; }
  @media bp-mobile {
    .app-links {
      margin-bottom: 30px; } }
  .app-links img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: 100px;
    height: 30px; }

.contact-info-block {
  margin-bottom: 2rem; }
  .contact-info-block.contact-info-block-last {
    margin-bottom: 0; }
  .contact-info-block p {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .contact-info-block {
      width: 100%;
      text-align: center;
      margin-bottom: 1rem; } }

.contact-info-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: .5rem; }
  @media only screen and (max-width: 768px) {
    .contact-info-social-list {
      display: flex; } }

.contact-info-social-list-item .icon {
  fill: #b5964e; }
  .contact-info-social-list-item .icon:hover {
    fill: #c7a556; }

.footer-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .footer-menu .menu {
      flex-direction: column;
      align-content: center;
      justify-content: center;
      margin-bottom: 1rem; } }

.footer-menu .menu-item {
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif; }
  @media only screen and (max-width: 768px) {
    .footer-menu .menu-item {
      width: 100%;
      text-align: center;
      padding: 1rem; } }
  .footer-menu .menu-item a {
    color: #333;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px; }
    .footer-menu .menu-item a:hover {
      color: #b5964e; }

@media only screen and (max-width: 768px) {
  .footer-image-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center; } }

.entry-footer, .post-navigation, .entry-header {
  display: none !important; }

.search-form {
  margin-bottom: 0; }
  @media only screen and (max-width: 900px) {
    .search-form {
      position: absolute;
      top: 8px;
      right: 15px; } }
  .search-form .search-field {
    outline: none;
    border: none;
    border-radius: 3px;
    z-index: 1; }

.search-submit {
  background: #b5964e;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  outline: none;
  border: none; }
  .search-submit .icon {
    height: 15px;
    width: 15px;
    margin-top: 5px;
    fill: #333; }

.menu-label {
  display: none;
  font-size: 2rem;
  color: #fff;
  background-color: #b5964e;
  width: 100vw;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: -20px;
  text-align: left;
  margin-top: 0px;
  padding-left: 40px;
  position: relative;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px; }
  @media only screen and (max-width: 900px) {
    .menu-label {
      display: block;
      cursor: pointer; } }
  .menu-label:before {
    content: "\f0c9";
    color: #fff;
    font-size: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    left: 12px; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 0px;
  height: 100vh;
  width: 100vw;
  left: 0; }
  @media only screen and (max-width: 900px) {
    .mobile-menu {
      display: inline; } }
  .mobile-menu .multilevelpushmenu_wrapper {
    z-index: 99; }
    .mobile-menu .multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
      background: transparent !important;
      width: 100vw;
      min-width: 100vw; }
      .mobile-menu .multilevelpushmenu_wrapper .multilevelpushmenu_inactive h2 {
        color: #fff;
        margin-left: 0.2rem; }
        .mobile-menu .multilevelpushmenu_wrapper .multilevelpushmenu_inactive h2 i {
          color: #fff !important; }
    .mobile-menu .multilevelpushmenu_wrapper .backItemClass {
      background: #b5964e;
      color: #fff;
      border-top: none;
      font-family: "Montserrat-Regular", sans-serif; }
      .mobile-menu .multilevelpushmenu_wrapper .backItemClass a {
        color: #fff !important;
        font-family: "Montserrat-Regular", sans-serif; }
    .mobile-menu .multilevelpushmenu_wrapper li:hover {
      background-color: #b5964e;
      color: #fff; }
    .mobile-menu .multilevelpushmenu_wrapper .levelHolderClass {
      background: #212121;
      padding-top: 1rem;
      transition: background .25s ease-in-out; }
      .mobile-menu .multilevelpushmenu_wrapper .levelHolderClass.multilevelpushmenu_inactive {
        background: transparent !important; }
      .mobile-menu .multilevelpushmenu_wrapper .levelHolderClass h2 {
        color: #fff;
        margin-left: 0.2rem;
        font-size: 1.2em; }
      .mobile-menu .multilevelpushmenu_wrapper .levelHolderClass ul li {
        border-top: none;
        border-bottom: none;
        font-family: "Montserrat-Regular", sans-serif; }
        .mobile-menu .multilevelpushmenu_wrapper .levelHolderClass ul li a {
          color: #fff;
          font-size: .75rem;
          text-transform: uppercase; }

.site-header-wrap .menu {
  display: inline; }
  @media only screen and (max-width: 900px) {
    .site-header-wrap .menu {
      display: none !important; } }

.single-post * .title .title-wrap h1, .single-post * .title.block-media .title-wrap h1 {
  font-family: "PinyonScript", serif;
  text-transform: none;
  font-size: 5rem !important;
  line-height: 5rem !important; }
  @media only screen and (max-width: 768px) {
    .single-post * .title .title-wrap h1, .single-post * .title.block-media .title-wrap h1 {
      font-size: 2rem;
      line-height: 2rem; } }

.single-post * .gc-wrap {
  width: 90%; }
  .single-post * .gc-wrap .gc-content:first-letter {
    font-weight: bold;
    font-size: 3rem;
    margin-top: 1rem;
    float: left;
    line-height: 1rem;
    padding-right: 8px; }
  .single-post * .gc-wrap .gc-content blockquote {
    font-style: italic;
    padding: 2rem 0 2rem 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca; }
    .single-post * .gc-wrap .gc-content blockquote p {
      padding: 0;
      margin: 0;
      font-size: 1.3rem;
      line-height: 1.6rem; }

.stories-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .stories-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .stories-container {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      width: 96%; } }

.stories-filters .col-4 {
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%; }
  @media only screen and (max-width: 768px) {
    .stories-filters .col-4 {
      width: 100%;
      margin: 0px; } }

.stories-filters .category-select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none; }

.stories-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  margin: 0px;
  padding: 7px 10px;
  font-size: 17px;
  color: #ccc;
  line-height: 18px;
  width: 100%;
  border: 0;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.stories-filters .search {
  margin: 0px;
  padding: 8px 10px;
  font-size: 17px;
  color: #000;
  line-height: 18px;
  border: 0;
  background-color: #fff;
  width: 100%;
  float: left;
  font-family: "Tinos-Regular", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.stories-container * {
  /*=== Blog Page CSS =====================================================*/ }
  .stories-container * .title {
    text-align: center; }
  .stories-container * .accent-text-subtitle {
    font-family: "PinyonScript", serif;
    font-size: 6rem;
    text-transform: none; }
    @media only screen and (max-width: 768px) {
      .stories-container * .accent-text-subtitle {
        font-size: 4rem;
        text-transform: none; } }
  .stories-container * .large-img-container, .stories-container * .small-img-container {
    height: 580px; }
  .stories-container * .large-img {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 580px;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .stories-container * .large-img .img-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 70%; }
    @media only screen and (max-width: 768px) {
      .stories-container * .large-img {
        height: 300px; }
        .stories-container * .large-img .img-content {
          top: 30%; } }
  @media only screen and (max-width: 768px) {
    .stories-container * .large-img-container {
      height: 300px; } }
  @media only screen and (max-width: 768px) {
    .stories-container * .small-img-container {
      height: 600px; } }
  .stories-container * .img-content {
    padding: 40px; }
    .stories-container * .img-content h4 {
      color: #fff;
      font-size: 1.5rem; }
    .stories-container * .img-content a {
      padding: 8px;
      /*text-transform: uppercase;*/
      border: 1px solid #fff;
      color: #fff;
      text-decoration: none;
      /*font-family: $MontserratRegular;*/
      transition: all 250ms ease;
      display: inline-block;
      font-family: "Montserrat-Regular", sans-serif;
      text-transform: uppercase;
      font-size: .75rem;
      letter-spacing: 2px; }
      .stories-container * .img-content a:hover {
        background: #fff;
        color: #b5964e; }

.page-id-80 .site-header {
  position: static; }
  @media only screen and (max-width: 768px) {
    .page-id-80 .site-header {
      position: absolute; } }

.page-id-80 .block-generic_content {
  padding-top: 0 !important;
  padding-bottom: 0;
  margin-bottom: 100px; }
  .page-id-80 .block-generic_content h3 {
    font-family: "PinyonScript", serif;
    font-size: 5rem;
    text-transform: capitalize;
    line-height: 130px;
    color: #333333;
    margin-bottom: 4rem; }
  .page-id-80 .block-generic_content .gc-content {
    margin: 0px;
    padding: 10px;
    background: #fff; }
  .page-id-80 .block-generic_content.map-block h3 {
    display: none; }

.page-id-80 .inner_page_page-content {
  background: #fff;
  padding: 0 100px 30px; }
  @media only screen and (max-width: 768px) {
    .page-id-80 .inner_page_page-content {
      padding: 0 20px 30px; } }
  .page-id-80 .inner_page_page-content h6 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", sans-serif; }
  .page-id-80 .inner_page_page-content a {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px; }

.map-overlay {
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  top: 380px;
  margin-top: -380px; }

.page-id-80 .block-generic_content .gc-wrap {
  padding-left: 0px;
  padding-right: 0px; }

.press-content strong {
  font-family: Tinos-Bold, serif;
  font-size: 1.2rem; }

.press-content a {
  font-family: Montserrat-Regular, sans-serif;
  font-size: .8rem;
  letter-spacing: 2px; }

.press-content hr {
  opacity: .5; }

.gform_wrapper {
  margin: 0 auto !important;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .gform_wrapper {
      width: 90%; } }

.gform_wrapper * textarea {
  outline: none;
  border: none; }

.gform_wrapper * input[type=text] {
  border: none; }

.gform_wrapper * input[type=submit] {
  padding: 8px;
  /*text-transform: uppercase;*/
  border: 1px solid #b5964e;
  color: #b5964e;
  text-decoration: none;
  /*font-family: $MontserratRegular;*/
  transition: all 250ms ease;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px;
  background-color: transparent;
  text-align: center; }
  .gform_wrapper * input[type=submit]:hover {
    background: #b5964e;
    color: #fff; }

.error404 .site-header {
  background: #333; }

.error404 .site-content {
  margin: 115px 0 0 0; }

.error404 .page-header {
  margin: 0px;
  padding: 25px 0;
  text-align: center; }
  .error404 .page-header h1 {
    font-family: "Tinos-Bold", serif;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    margin: 0px;
    padding: 0px; }

.error404 .page-content {
  background: url(http://maxwell.sonderdev.com/wp-content/uploads/2016/03/tiff_large.jpg) no-repeat 0 0;
  width: 100%;
  padding: 200px 0;
  margin: 0px;
  text-align: center;
  background-size: cover;
  min-height: 500px; }
  .error404 .page-content .pagecontent_404 {
    margin: 0px;
    padding: 50px 0; }
    .error404 .page-content .pagecontent_404 h2 {
      font-family: "Tinos-Bold", serif;
      font-size: 60px;
      line-height: 60px;
      margin: 0 0 20px;
      padding: 0px;
      color: #fff; }
    .error404 .page-content .pagecontent_404 p {
      font-family: "Tinos-Regular", serif;
      font-size: 20px;
      line-height: 22px;
      color: #fff;
      margin: 0 0 40px;
      padding: 0px; }
    .error404 .page-content .pagecontent_404 span {
      margin: 0px;
      padding: 0px;
      display: block; }
      .error404 .page-content .pagecontent_404 span a {
        padding: 13px 30px;
        border: 1px solid #b5964e;
        color: #fff;
        text-decoration: none;
        transition: all 250ms ease;
        display: inline-block;
        font-family: "Montserrat-Regular", sans-serif;
        text-transform: uppercase;
        font-size: .75rem;
        letter-spacing: 2px; }
        .error404 .page-content .pagecontent_404 span a:hover {
          background: #b5964e; }

.search-results .site-header, .search-no-results .site-header {
  background: #333; }

.search-results .site-content, .search-no-results .site-content {
  margin: 115px 0 0 0; }

.search-results .page-header, .search-no-results .page-header {
  margin: 0px;
  padding: 25px 0;
  text-align: center; }
  .search-results .page-header h1, .search-no-results .page-header h1 {
    font-family: "Tinos-Bold", serif;
    font-size: 42px;
    line-height: 60px;
    color: #000;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize; }

.search-results .search_div, .search-no-results .search_div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 95%;
  margin-bottom: 3rem; }
  .search-results .search_div:after, .search-no-results .search_div:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .search-results .search_div, .search-no-results .search_div {
      padding-top: 3rem; } }
  @media only screen and (max-width: 900px) {
    .search-results .search_div, .search-no-results .search_div {
      padding-top: 1rem; } }
  .search-results .search_div h2, .search-no-results .search_div h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 0px; }
  .search-results .search_div .page-content, .search-no-results .search_div .page-content {
    text-align: center; }
    .search-results .search_div .page-content .search-form, .search-no-results .search_div .page-content .search-form {
      float: none;
      display: inline-block;
      height: 40px; }
      .search-results .search_div .page-content .search-form .search-submit, .search-no-results .search_div .page-content .search-form .search-submit {
        float: right;
        margin-left: 10px;
        margin-top: 6px; }
  .search-results .search_div .navigation, .search-no-results .search_div .navigation {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #fff; }

.page-stories .inner_page_page-content {
  display: none; }

.page-stories .large-img-container:first-child .large-img {
  margin-top: 0; }

.block-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  color: #fff; }
  .block-accordion .accordion-wrapper .accordion-content {
    padding-left: 20px; }
  .block-accordion .accordion-wrapper .accordion {
    border-bottom: 2px solid #e6e6e6;
    margin-top: 0;
    background: #fff; }
    .block-accordion .accordion-wrapper .accordion dt {
      position: relative;
      padding: 30px 40px;
      border-top: 2px solid #e6e6e6; }
      .block-accordion .accordion-wrapper .accordion dt a {
        display: block;
        font-family: "Tinos-Italic", serif;
        color: #000;
        font-size: 2rem;
        font-style: italic; }
      .block-accordion .accordion-wrapper .accordion dt svg {
        position: absolute;
        top: 33px;
        right: 40px;
        width: 30px;
        height: 30px;
        fill: #b5964e; }
        .block-accordion .accordion-wrapper .accordion dt svg.acc-minus {
          display: none; }
          .block-accordion .accordion-wrapper .accordion dt svg.acc-minus:first-of-type {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .block-accordion .accordion-wrapper .accordion dt.active svg.acc-plus {
        display: none; }
      .block-accordion .accordion-wrapper .accordion dt.active svg.acc-minus {
        display: block; }
    .block-accordion .accordion-wrapper .accordion dd {
      margin: 0;
      padding-left: 40px;
      padding-right: 40px;
      color: #000; }
      .block-accordion .accordion-wrapper .accordion dd p {
        color: #000; }
  @media only screen and (max-width: 768px) {
    .block-accordion h3 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
    .block-accordion .accordion-wrapper {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .block-accordion .accordion-wrapper .accordion dt, .block-accordion .accordion-wrapper .accordion dd {
      padding-left: 20px;
      padding-right: 20px; }
    .block-accordion .accordion-wrapper .accordion dt svg {
      right: 20px; } }

.block-generic_content {
  padding-bottom: 2rem;
  padding-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .block-generic_content {
      padding: 1rem 15px;
      margin: 0 auto !important; } }
  .block-generic_content .gc-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .block-generic_content .gc-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    .block-generic_content .gc-wrap em {
      line-height: 2rem; }
  .block-generic_content .accent-text-subtitle {
    font-family: "PinyonScript", serif;
    font-size: 6rem;
    text-transform: none; }
    @media only screen and (max-width: 768px) {
      .block-generic_content .accent-text-subtitle {
        font-size: 4rem;
        text-transform: none; } }
  .block-generic_content .script {
    font-family: "PinyonScript", serif; }
  .block-generic_content .center {
    text-align: center; }
  .block-generic_content.button-links a {
    padding: 8px;
    /*text-transform: uppercase;*/
    border: 1px solid #b5964e;
    color: #b5964e;
    text-decoration: none;
    /*font-family: $MontserratRegular;*/
    transition: all 250ms ease;
    display: inline-block;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px; }
    .block-generic_content.button-links a:hover {
      background: #b5964e;
      color: #fff; }
  .block-generic_content .gc-content > *:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .block-generic_content .gc-content img.alignright, .block-generic_content .gc-content img.alignleft {
      float: none; } }
  @media only screen and (max-width: 768px) {
    .block-generic_content .gc-content img {
      width: 100%;
      height: auto; } }
  .block-generic_content.limit-1 .gc-content {
    margin: 0 auto;
    max-width: 10%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-1 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-2 .gc-content {
    margin: 0 auto;
    max-width: 20%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-2 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-3 .gc-content {
    margin: 0 auto;
    max-width: 30%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-3 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-4 .gc-content {
    margin: 0 auto;
    max-width: 40%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-4 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-5 .gc-content {
    margin: 0 auto;
    max-width: 50%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-5 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-6 .gc-content {
    margin: 0 auto;
    max-width: 60%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-6 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-7 .gc-content {
    margin: 0 auto;
    max-width: 70%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-7 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-8 .gc-content {
    margin: 0 auto;
    max-width: 80%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-8 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-9 .gc-content {
    margin: 0 auto;
    max-width: 90%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-9 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-10 .gc-content {
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .block-generic_content.limit-10 .gc-content {
        max-width: 100%; } }
  .block-generic_content.limit-4 em {
    font-size: 1.8rem;
    line-height: 2rem; }
  @media only screen and (max-width: 768px) {
    .block-generic_content .real-patient-ratings-feed {
      width: 90%;
      margin: 0 auto; } }
  .block-generic_content .real-patient-ratings-feed a img {
    max-width: 92%;
    width: auto; }
  .block-generic_content ul, .block-generic_content ol {
    padding: 0 0 0 15px; }

.block-generic_content .rpr-answers p.review img {
  max-width: 100%; }

.block-media {
  position: relative;
  font-size: 0;
  padding-bottom: 0;
  padding-top: 0; }
  .block-media.small-height .layout-content {
    height: 400px; }
  .block-media.small-height .bg-image {
    height: 400px; }
  .block-media .layout-content {
    height: 80vh;
    width: 100%; }
  .block-media .img-block-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%; }
    .block-media .img-block-wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .block-media .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: top center;
    overflow: hidden; }
    .block-media .bg-image .video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
    .block-media .bg-image .img-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .block-media .title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: white; }
    .block-media .title.left-align {
      text-align: left; }
      .block-media .title.left-align .title-wrap {
        max-width: 100%; }
    .block-media .title img {
      max-width: 100%;
      height: auto;
      margin-bottom: 35px; }
    .block-media .title .title-wrap {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 768px) {
        .block-media .title .title-wrap {
          max-width: 100%; } }
      .block-media .title .title-wrap h1 {
        line-height: 1.75rem;
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .block-media .title .title-wrap h1 {
            font-size: 14pt !important;
            line-height: 30pt; } }
      .block-media .title .title-wrap .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        display: block;
        line-height: 85%; }
        @media only screen and (max-width: 768px) {
          .block-media .title .title-wrap .subtitle {
            font-size: 40pt !important;
            line-height: 40pt; } }
        @media only screen and (max-width: 900px) {
          .block-media .title .title-wrap .subtitle {
            font-size: 50pt !important;
            line-height: 40pt; } }
      .block-media .title .title-wrap a {
        display: block;
        padding: 15px 50px;
        font-size: 18px;
        border-top: 2px solid white;
        display: inline-block;
        position: relative; }
        .block-media .title .title-wrap a::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-height: 0;
          -webkit-transition: max-height .5s ease;
          transition: max-height .5s ease;
          opacity: .5;
          z-index: -1; }
      .block-media .title .title-wrap:hover a::after {
        max-height: 70px;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease; }
  @media only screen and (max-width: 1400px) {
    .block-media.half-width .bg-image {
      height: auto;
      padding-bottom: 100%; } }
  .block-media.half-width .img-block-wrap {
    display: inline-block;
    width: 50%;
    position: relative; }
    .block-media.half-width .img-block-wrap:first-of-type {
      border-right: 1px solid #f5f5f5; }

.block-media.hide-title .title .title-wrap h3 {
  display: none; }

.block-media.accent-text-subtitle .title .title-wrap .subtitle {
  font-family: "PinyonScript", serif;
  font-size: 6rem; }
  @media only screen and (max-width: 768px) {
    .block-media.accent-text-subtitle .title .title-wrap .subtitle {
      font-size: 4rem !important;
      line-height: 4rem !important; } }
  @media only screen and (max-width: 1200px) {
    .block-media.accent-text-subtitle .title .title-wrap .subtitle {
      font-size: 4rem;
      line-height: 4rem; } }

.block-media .title {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 768px) {
    .block-media .title {
      top: 60%; } }
  @media only screen and (max-width: 1200px) {
    .block-media .title {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-media .title .title-wrap h1 {
    font-family: "PinyonScript", serif;
    font-size: 2rem; }
  .block-media .title .title-wrap .subtitle {
    font-size: 1.25rem; }
  .block-media .title .title-wrap a {
    padding: 8px;
    /*text-transform: uppercase;*/
    border: 1px solid #cca958;
    color: #cca958;
    text-decoration: none;
    /*font-family: $MontserratRegular;*/
    transition: all 250ms ease;
    display: inline-block;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    text-decoration: none; }
    .block-media .title .title-wrap a:hover {
      background: #cca958;
      color: #fff; }

.block-slider {
  position: relative;
  padding-bottom: 0;
  padding-top: 0; }
  .block-slider .layout-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .block-slider .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .block-slider .layout-content {
        padding-left: 0;
        padding-right: 0; } }
  .block-slider .colorbox {
    display: block; }
  .block-slider .bg-image {
    width: 100%;
    background-size: cover;
    padding-bottom: 66.66%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .block-slider .bg-image {
        height: 300px; } }
  .block-slider .slider-block {
    height: 800px; }
    .block-slider .slider-block .slick-slide {
      height: 800px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .block-slider .slider-block .slick-slide {
          height: 300px; } }
    @media only screen and (max-width: 768px) {
      .block-slider .slider-block {
        height: 300px; } }
  .block-slider h3 {
    display: none; }
  .block-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 99; }
  .block-slider .slick-prev, .block-slider .slick-next {
    background: transparent;
    outline: none;
    border: none; }
    .block-slider .slick-prev svg, .block-slider .slick-next svg {
      width: 40px;
      height: 40px;
      stroke: #fff;
      fill: transparent; }
  .block-slider .slick-prev {
    left: 2.5%; }
  .block-slider .slick-next {
    right: 2.5%;
    margin-top: 5px; }
    .block-slider .slick-next svg {
      transform: rotate(180deg); }

.inner_page_page-content .block-slider .bg-image {
  height: 580px; }
  @media only screen and (max-width: 768px) {
    .inner_page_page-content .block-slider .bg-image {
      height: 300px; } }

.inner_page_page-content .block-slider .slider-block {
  height: 580px; }
  @media only screen and (max-width: 768px) {
    .inner_page_page-content .block-slider .slider-block {
      height: 300px; } }
  .inner_page_page-content .block-slider .slider-block .slick-slide {
    height: 580px; }
    @media only screen and (max-width: 768px) {
      .inner_page_page-content .block-slider .slider-block .slick-slide {
        height: 300px; } }

.block-three_col {
  /*margin-left: -$grid-padding;
  margin-right: -$grid-padding;*/ }
  .block-three_col .three-col-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .block-three_col .three-col-wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .block-three_col .col-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #ccc; }
  .block-three_col .col-4:nth-child(2):before {
    left: 33%; }
  .block-three_col .col-4:nth-child(3):before {
    left: 67%; }
  .block-three_col .col-4:first-child:before {
    border-left: none; }
  @media only screen and (max-width: 768px) {
    .block-three_col .col-4 {
      margin-bottom: 1.5rem; }
      .block-three_col .col-4:before {
        border: none; } }
  .block-three_col .three-col-content, .block-three_col .three-col-title, .block-three_col .three-col-image, .block-three_col .three-col-link {
    text-align: center;
    width: 80%;
    margin: 0 auto; }
  .block-three_col .three-col-image img {
    width: 100%;
    max-width: 100%; }
  .block-three_col .three-col-title h4 {
    margin-top: 1.2rem;
    font-size: 1.05rem;
    font-family: 'Tinos-Bold', serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  .block-three_col .three-col-link a {
    padding: 8px;
    /*text-transform: uppercase;*/
    border: 1px solid #b5964e;
    color: #b5964e;
    text-decoration: none;
    /*font-family: $MontserratRegular;*/
    transition: all 250ms ease;
    display: inline-block;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px; }
    .block-three_col .three-col-link a:hover {
      background: #b5964e;
      color: #fff; }

.block-three_col.no-more-button .three-col-wrap .three-col-link {
  display: none; }

.square-block, .inner_page_left-content .block-ribbon, .block-ribbon.square-block {
  height: auto;
  padding: 2rem 1rem; }
  .square-block .ribbon-wrap, .inner_page_left-content .block-ribbon .ribbon-wrap {
    flex-direction: column; }
  .square-block .col-4, .inner_page_left-content .block-ribbon .col-4 {
    width: 100%;
    text-align: center; }
    .square-block .col-4:first-child, .inner_page_left-content .block-ribbon .col-4:first-child {
      margin-bottom: 2rem; }
  .square-block .col-8, .inner_page_left-content .block-ribbon .col-8 {
    width: 100%;
    text-align: center; }
  .square-block .ribbon-left-content p, .inner_page_left-content .block-ribbon .ribbon-left-content p {
    margin-bottom: 1rem;
    line-height: 2rem; }
  .square-block .ribbon-right-content, .inner_page_left-content .block-ribbon .ribbon-right-content {
    flex-direction: column; }
    .square-block .ribbon-right-content p, .inner_page_left-content .block-ribbon .ribbon-right-content p {
      margin-bottom: 1rem; }

.inner_page_left-content .block-ribbon a {
  margin-bottom: 8px;
  display: block !important; }

.inner_page_left-content .block-ribbon .ribbon-left-content {
  display: block !important; }

.block-ribbon {
  height: 160px;
  background: #b5964e;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both; }
  .block-ribbon .layout-content {
    width: 100%; }
  .block-ribbon .ribbon-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .block-ribbon .ribbon-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .block-ribbon .ribbon-wrap {
        flex-direction: column; } }
  .block-ribbon .ribbon-left-content, .block-ribbon .ribbon-right-content {
    display: flex;
    align-items: center; }
    .block-ribbon .ribbon-left-content p, .block-ribbon .ribbon-right-content p {
      margin: 0; }
    @media only screen and (max-width: 768px) {
      .block-ribbon .ribbon-left-content, .block-ribbon .ribbon-right-content {
        flex-direction: column; } }
  .block-ribbon .ribbon-left-content em {
    font-family: "Tinos-Italic", serif;
    font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .block-ribbon .ribbon-left-content {
      justify-content: center;
      margin-bottom: 1.5rem; } }
  .block-ribbon .ribbon-right-content {
    font-family: "Montserrat-Regular", sans-serif;
    justify-content: flex-end; }
    .block-ribbon .ribbon-right-content p {
      font-size: .75rem; }
      .block-ribbon .ribbon-right-content p:first-child {
        margin-left: 1rem;
        margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .block-ribbon .ribbon-right-content p:first-child {
          margin-bottom: 1rem; } }
    .block-ribbon .ribbon-right-content a {
      color: white; }
      .block-ribbon .ribbon-right-content a:hover {
        text-decoration: underline; }
      .block-ribbon .ribbon-right-content a.button {
        padding: 0 8px;
        /*text-transform: uppercase;*/
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        /*font-family: $MontserratRegular;*/
        transition: all 250ms ease;
        display: inline-block;
        font-family: "Montserrat-Regular", sans-serif;
        text-transform: uppercase;
        font-size: .75rem;
        letter-spacing: 2px; }
        .block-ribbon .ribbon-right-content a.button:hover {
          background: #fff;
          color: #b5964e; }
  .block-ribbon .ribbon-right-content {
    text-align: right; }
  @media only screen and (max-width: 1200px) {
    .block-ribbon {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 768px) {
    .block-ribbon {
      height: auto;
      padding: 2rem 1rem;
      /*margin-left: -$grid-padding;
    margin-right: -$grid-padding;*/ }
      .block-ribbon .ribbon-wrap {
        flex-direction: column; }
      .block-ribbon .col-4 {
        width: 100%;
        text-align: center; }
        .block-ribbon .col-4:first-child {
          margin-bottom: 2rem; }
      .block-ribbon .col-8 {
        width: 100%;
        text-align: center; }
      .block-ribbon .ribbon-left-content p {
        margin-bottom: 1rem;
        line-height: 2rem; }
      .block-ribbon .ribbon-right-content {
        flex-direction: column; }
        .block-ribbon .ribbon-right-content p {
          margin-bottom: 1rem; } }

@media only screen and (max-width: 768px) {
  .block-three_image_grid, .block-three-image-grid {
    /*margin-left: -$grid-padding;
      margin-right: -$grid-padding;*/
    padding-bottom: 0; } }

.block-three_image_grid .layout-content, .block-three-image-grid .layout-content {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .block-three_image_grid .layout-content, .block-three-image-grid .layout-content {
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.block-three_image_grid .three-image-grid-wrap, .block-three-image-grid .three-image-grid-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .block-three_image_grid .three-image-grid-wrap:after, .block-three-image-grid .three-image-grid-wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .block-three_image_grid .three-image-grid-wrap, .block-three-image-grid .three-image-grid-wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media only screen and (max-width: 1200px) {
    .block-three_image_grid .three-image-grid-wrap, .block-three-image-grid .three-image-grid-wrap {
      padding-left: 15px;
      padding-right: 15px; } }

.block-three_image_grid .title, .block-three-image-grid .title {
  text-align: center; }

.block-three_image_grid .large-img-container, .block-three_image_grid .small-img-container, .block-three-image-grid .large-img-container, .block-three-image-grid .small-img-container {
  height: 580px; }

@media only screen and (max-width: 768px) {
  .block-three_image_grid .small-img-container, .block-three-image-grid .small-img-container {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .block-three_image_grid .large-img-container, .block-three-image-grid .large-img-container {
    height: 300px;
    margin-bottom: 2rem; } }

.block-three_image_grid .small-img, .block-three_image_grid .large-img, .block-three-image-grid .small-img, .block-three-image-grid .large-img {
  position: relative; }
  .block-three_image_grid .small-img .img-overlay, .block-three_image_grid .large-img .img-overlay, .block-three-image-grid .small-img .img-overlay, .block-three-image-grid .large-img .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.block-three_image_grid .small-img, .block-three-image-grid .small-img {
  position: relative;
  height: 280px;
  background-size: cover; }
  .block-three_image_grid .small-img:last-child, .block-three-image-grid .small-img:last-child {
    margin-top: 20px; }
  .block-three_image_grid .small-img .img-content, .block-three-image-grid .small-img .img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%; }
  @media only screen and (max-width: 768px) {
    .block-three_image_grid .small-img, .block-three-image-grid .small-img {
      height: 300px;
      margin-bottom: 2rem; }
      .block-three_image_grid .small-img:last-child, .block-three-image-grid .small-img:last-child {
        margin-top: 0; } }

.block-three_image_grid .large-img, .block-three-image-grid .large-img {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .block-three_image_grid .large-img .img-content, .block-three-image-grid .large-img .img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70%; }
  @media only screen and (max-width: 768px) {
    .block-three_image_grid .large-img, .block-three-image-grid .large-img {
      height: 300px; }
      .block-three_image_grid .large-img .img-content, .block-three-image-grid .large-img .img-content {
        top: 30%; } }

.block-three_image_grid .img-content, .block-three-image-grid .img-content {
  padding: 40px; }
  .block-three_image_grid .img-content h4, .block-three-image-grid .img-content h4 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px; }
  .block-three_image_grid .img-content a, .block-three-image-grid .img-content a {
    padding: 8px;
    /*text-transform: uppercase;*/
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    /*font-family: $MontserratRegular;*/
    transition: all 250ms ease;
    display: inline-block;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px; }
    .block-three_image_grid .img-content a:hover, .block-three-image-grid .img-content a:hover {
      background: #fff;
      color: #b5964e; }
    .block-three_image_grid .img-content a:hover, .block-three-image-grid .img-content a:hover {
      background: #b5964e;
      color: #fff;
      border-color: #b5964e; }

.block-metadata_ribbon {
  height: 100px;
  color: #ccc;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (max-width: 768px) {
    .block-metadata_ribbon {
      height: auto; } }
  .block-metadata_ribbon .layout-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    height: 90px; }
    .block-metadata_ribbon .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .block-metadata_ribbon .layout-content {
        height: auto;
        padding-left: 20px;
        padding-right: 20px; } }
  .block-metadata_ribbon .metadata_ribbon-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cacaca; }
    @media only screen and (max-width: 768px) {
      .block-metadata_ribbon .metadata_ribbon-wrap {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  .block-metadata_ribbon .metadata_ribbon-inner-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 768px) {
      .block-metadata_ribbon .metadata_ribbon-inner-content {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: .7rem; } }
  @media only screen and (max-width: 768px) {
    .block-metadata_ribbon .metadata_ribbon-inner-content-block {
      margin-bottom: 1rem; } }
  .block-metadata_ribbon .metadata_ribbon-share-icon {
    display: flex;
    align-items: center; }
    .block-metadata_ribbon .metadata_ribbon-share-icon .icon {
      fill: #ccc;
      height: 17px;
      margin-right: .5rem; }

.block-multi {
  position: relative;
  /*margin-left: -$grid-padding;
  margin-right: -$grid-padding;*/
  padding-top: 0;
  padding-bottom: 0; }
  .block-multi .layout-content {
    height: 700px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .block-multi .layout-content {
        height: auto; } }
  .block-multi .multi-content-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%; }
    .block-multi .multi-content-wrap:after {
      content: " ";
      display: block;
      clear: both; }
  .block-multi .inner-multi-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .block-multi .inner-multi-content {
        top: 0;
        transform: none;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  .block-multi .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: top center; }
    .block-multi .bg-image .img-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media only screen and (max-width: 768px) {
      .block-multi .bg-image {
        height: 100%; } }
  .block-multi .title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    color: white; }
    @media only screen and (max-width: 768px) {
      .block-multi .title {
        width: 90%;
        margin: 0 auto; } }
    .block-multi .title a {
      padding: 8px;
      /*text-transform: uppercase;*/
      border: 1px solid #b5964e;
      color: #b5964e;
      text-decoration: none;
      /*font-family: $MontserratRegular;*/
      transition: all 250ms ease;
      display: inline-block;
      font-family: "Montserrat-Regular", sans-serif;
      text-transform: uppercase;
      font-size: .75rem;
      letter-spacing: 2px; }
      .block-multi .title a:hover {
        background: #b5964e;
        color: #fff; }

.block-page_sub_nav, .block-page-sub-nav {
  color: #ccc;
  background: #fff;
  padding: 0;
  /*margin-left: -$grid-padding;
  margin-right: -$grid-padding;*/ }
  @media only screen and (max-width: 768px) {
    .block-page_sub_nav, .block-page-sub-nav {
      display: none; } }
  .block-page_sub_nav .layout-content, .block-page-sub-nav .layout-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .block-page_sub_nav .layout-content:after, .block-page-sub-nav .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
    @media only screen and (max-width: 768px) {
      .block-page_sub_nav .layout-content, .block-page-sub-nav .layout-content {
        height: auto; } }
  .block-page_sub_nav .page_sub_nav-wrap, .block-page-sub-nav .page_sub_nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .block-page_sub_nav .page_sub_nav-inner-content, .block-page-sub-nav .page_sub_nav-inner-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .block-page_sub_nav .page_sub_nav-inner-content, .block-page-sub-nav .page_sub_nav-inner-content {
        flex-direction: column; } }
    .block-page_sub_nav .page_sub_nav-inner-content a, .block-page-sub-nav .page_sub_nav-inner-content a {
      display: inline-block;
      padding: 18px 30px;
      font-size: 1.2rem;
      font-family: 'Tinos-Regular', serif;
      letter-spacing: 0;
      text-transform: none; }
      .block-page_sub_nav .page_sub_nav-inner-content a.active, .block-page-sub-nav .page_sub_nav-inner-content a.active {
        color: #ccc; }
  .block-page_sub_nav .page_sub_nav-inner-content-block, .block-page-sub-nav .page_sub_nav-inner-content-block {
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .block-page_sub_nav .page_sub_nav-inner-content-block, .block-page-sub-nav .page_sub_nav-inner-content-block {
        padding-top: .5rem;
        padding-bottom: .5rem; } }

.block-arrow_link_list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*margin-left: -$grid-padding;
  margin-right: -$grid-padding;*/ }
  .block-arrow_link_list.white-bg {
    background: #fff; }
  .block-arrow_link_list .layout-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .block-arrow_link_list .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
  .block-arrow_link_list .metadata_arrow_link_list {
    height: 100%; }
  .block-arrow_link_list.limit-1 .arrow_link_list-inner-content {
    max-width: 10%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-1 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-2 .arrow_link_list-inner-content {
    max-width: 20%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-2 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-3 .arrow_link_list-inner-content {
    max-width: 30%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-3 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-4 .arrow_link_list-inner-content {
    max-width: 40%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-4 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-5 .arrow_link_list-inner-content {
    max-width: 50%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-5 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-6 .arrow_link_list-inner-content {
    max-width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-6 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-7 .arrow_link_list-inner-content {
    max-width: 70%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-7 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-8 .arrow_link_list-inner-content {
    max-width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-8 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-9 .arrow_link_list-inner-content {
    max-width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-9 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list.limit-10 .arrow_link_list-inner-content {
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list.limit-10 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-arrow_link_list .arrow_link_list-wrap.small-list .arrow_link_list-link-container {
    padding: 1rem 1rem 1rem 0; }
  .block-arrow_link_list .arrow_link_list-wrap.small-list .arrow_link_list-link {
    font-size: 1rem;
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase; }
  .block-arrow_link_list .arrow_link_list-link-container {
    padding: 1.3rem 1rem 1.3rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    background: #b5964e;
    color: #fff;
    font-family: 'Tinos-Italic', serif; }
    @media only screen and (max-width: 768px) {
      .block-arrow_link_list .arrow_link_list-link-container {
        padding: 1.3rem 2rem 1.3rem; } }
    .block-arrow_link_list .arrow_link_list-link-container.active {
      color: #ccc; }
  .block-arrow_link_list .arrow_link_list-link {
    flex: 9;
    font-size: 1.7rem;
    font-family: "Tinos-Italic", serif;
    font-style: italic; }
  .block-arrow_link_list .arrow_link_list-arrow {
    flex: 1;
    transform: rotate(180deg); }
    .block-arrow_link_list .arrow_link_list-arrow .icon {
      fill: transparent;
      stroke: #fff; }

.block-generic_content + .block-arrow_link_list {
  padding-top: 0 !important; }

.block-auto_link_list {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .block-auto_link_list.white-bg {
    background: #fff; }
  .block-auto_link_list .layout-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .block-auto_link_list .layout-content:after {
      content: " ";
      display: block;
      clear: both; }
  .block-auto_link_list .metadata_arrow_link_list {
    height: 100%; }
  .block-auto_link_list.limit-1 .arrow_link_list-inner-content {
    max-width: 10%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-1 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-2 .arrow_link_list-inner-content {
    max-width: 20%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-2 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-3 .arrow_link_list-inner-content {
    max-width: 30%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-3 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-4 .arrow_link_list-inner-content {
    max-width: 40%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-4 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-5 .arrow_link_list-inner-content {
    max-width: 50%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-5 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-6 .arrow_link_list-inner-content {
    max-width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-6 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-7 .arrow_link_list-inner-content {
    max-width: 70%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-7 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-8 .arrow_link_list-inner-content {
    max-width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-8 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-9 .arrow_link_list-inner-content {
    max-width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-9 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list.limit-10 .arrow_link_list-inner-content {
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-auto_link_list.limit-10 .arrow_link_list-inner-content {
        max-width: 100%; } }
  .block-auto_link_list .arrow_link_list-wrap.small-list .arrow_link_list-link-container {
    padding: 1rem 1rem 1rem 0; }
  .block-auto_link_list .arrow_link_list-wrap.small-list .arrow_link_list-link {
    font-family: "Montserrat-Regular", sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    /*font-size: 1rem;
        font-family: $MontserratRegular;
        text-transform: uppercase;*/ }
  .block-auto_link_list .arrow_link_list-link-container {
    padding: 1.3rem 1rem 1rem;
    border-bottom: 1px solid #ccc;
    display: flex; }
    .block-auto_link_list .arrow_link_list-link-container.active {
      color: #ccc; }
  .block-auto_link_list .arrow_link_list-link {
    flex: 9;
    font-size: 1.7rem;
    font-family: "Tinos-Italic", serif; }
  .block-auto_link_list .arrow_link_list-arrow {
    flex: 1;
    transform: rotate(180deg); }
    .block-auto_link_list .arrow_link_list-arrow .icon {
      fill: transparent;
      stroke: #b5964e; }

.block-inner_page_content {
  padding-bottom: 0;
  padding-top: 0; }
  .block-inner_page_content .inner_page_page-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 96%; }
    .block-inner_page_content .inner_page_page-content:after {
      content: " ";
      display: block;
      clear: both; }
    .block-inner_page_content .inner_page_page-content .block-arrow_link_list, .block-inner_page_content .inner_page_page-content .block-auto_link_list {
      padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .block-inner_page_content .inner_page_page-content {
        padding-top: 0; } }
  .block-inner_page_content .inner_page_bottom-content .block-three-image-grid {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .block-inner_page_content .inner_page_bottom-content .block-three-image-grid {
        width: 100%; } }
  .block-inner_page_content .block-slider .layout-content {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (max-width: 768px) {
    .block-inner_page_content .inner_page_left-content {
      display: none; } }

.block-about {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .block-about:after {
    content: " ";
    display: block;
    clear: both; }
  .block-about .layout-content {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .block-about .layout-content {
        height: auto; } }
    @media only screen and (max-width: 768px) {
      .block-about .layout-content {
        padding: 0 30px; } }
    .block-about .layout-content .about-block-wrapper .float-right {
      float: right;
      background: #fff; }
    .block-about .layout-content .about-block-wrapper .col-4 {
      margin-right: 0;
      width: 33.85%; }
      @media only screen and (max-width: 768px) {
        .block-about .layout-content .about-block-wrapper .col-4 {
          width: 100%;
          margin-top: 20px;
          margin-bottom: 20px; } }
    .block-about .layout-content .about-block-wrapper .col-8 {
      margin-right: 0; }
    .block-about .layout-content .about-block-wrapper .inner-multi-content:after {
      content: "■";
      color: #b5964e;
      position: absolute;
      left: calc(33% - 2px);
      transform: rotate(45deg);
      font-size: 45px;
      top: 5rem; }
      @media only screen and (max-width: 768px) {
        .block-about .layout-content .about-block-wrapper .inner-multi-content:after {
          font-size: 0; } }
    .block-about .layout-content .about-block-wrapper .inner-multi-content .side-image {
      height: 270px;
      width: 100%;
      background-size: cover;
      background-position: top center; }
      @media only screen and (max-width: 768px) {
        .block-about .layout-content .about-block-wrapper .inner-multi-content .side-image {
          height: 270px; } }
    .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap {
      width: 100%;
      padding: 4rem;
      padding-bottom: 2rem;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap {
          padding: 2rem; } }
      .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap span {
        font-family: "Montserrat-Regular", sans-serif;
        text-transform: uppercase;
        font-size: .75rem;
        letter-spacing: 2px;
        color: #a3a3a1;
        line-height: 20px;
        margin-bottom: 20px;
        display: block;
        /*font-family: $MontserratRegular;
            font-size:0.75rem;*/ }
      .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap h3 {
        font-family: "Tinos-Italic", serif;
        font-size: 30px;
        font-style: italic;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 0px;
        color: #424242;
        line-height: 34px; }
      .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap .content * a {
        padding: 8px;
        /*text-transform: uppercase;*/
        border: 1px solid #b5964e;
        color: #b5964e;
        text-decoration: none;
        /*font-family: $MontserratRegular;*/
        transition: all 250ms ease;
        display: inline-block;
        font-family: "Montserrat-Regular", sans-serif;
        text-transform: uppercase;
        font-size: .75rem;
        letter-spacing: 2px; }
        .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap .content * a:hover {
          background: #b5964e;
          color: #fff; }
      .block-about .layout-content .about-block-wrapper .inner-multi-content .title-wrap .content p {
        font-family: "Tinos-Regular", serif;
        font-size: 20px;
        line-height: 30px;
        color: #424242; }
    @media only screen and (max-width: 768px) {
      .block-about .layout-content .about-block-wrapper .inner-multi-content {
        margin-bottom: 0; } }

.block-popout {
  text-align: left;
  font-size: 0; }
  .block-popout .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; }
  .block-popout h3 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 100%; }
  .block-popout > div {
    padding: 0 5.875%; }
  .block-popout .slide-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 0;
    margin-bottom: 40px;
    position: relative; }
    .block-popout .slide-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-left: 1px solid #cccccc; }
      @media (max-width: 767px) {
        .block-popout .slide-wrapper:before {
          border-left: none; } }
    .block-popout .slide-wrapper:nth-of-type(3n+1):before {
      border-left: none; }
    @media (max-width: 767px) {
      .block-popout .slide-wrapper {
        width: 100%;
        padding-left: 1.5%;
        padding-right: 1.5%; } }
    @media (min-width: 992px) {
      .block-popout .slide-wrapper {
        width: 33%; } }
    .block-popout .slide-wrapper.active .slide .slide-text:after {
      content: '\2796'; }
    .block-popout .slide-wrapper .slide {
      position: relative;
      cursor: pointer;
      width: 80%;
      margin: 0 auto; }
      .block-popout .slide-wrapper .slide .bg-image {
        position: relative;
        width: 100%;
        padding-bottom: 70%;
        background-size: cover;
        background-position: top center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .block-popout .slide-wrapper .slide .slide-text {
        position: relative;
        padding: 20px 0 0 0;
        text-align: center; }
        .block-popout .slide-wrapper .slide .slide-text:after {
          content: '\2795';
          position: absolute;
          top: 20px;
          right: 0; }
        .block-popout .slide-wrapper .slide .slide-text .title {
          display: block;
          margin-bottom: 0.25em;
          font-weight: bold;
          font-size: 23px;
          text-transform: uppercase;
          color: #b5964e;
          letter-spacing: 3px; }
        .block-popout .slide-wrapper .slide .slide-text .subtitle {
          font-size: 16px;
          font-family: "Montserrat-Regular", sans-serif;
          color: #a3a3a1; }
  .block-popout .slide-wrapper.col-last {
    width: 32.20%;
    float: right;
    margin-right: 0px; }
  .block-popout .slide-content {
    white-space: normal;
    width: 92%;
    margin-left: 3.27%;
    margin-right: 1.27%;
    float: left;
    text-align: left;
    padding: 7% 13%;
    display: none;
    margin-bottom: 40px;
    background: #fff; }
    .block-popout .slide-content > *:last-child {
      margin-bottom: 0; }
    .block-popout .slide-content p {
      font-size: 20px; }

/*# sourceMappingURL=main.min.css.map */