/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html,
body {
  height: 100%;
  font-size: 100%; }

body {
  line-height: 1; }

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

ol,
ul {
  list-style-type: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  text-decoration: none; }

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

input,
select {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/* 	
--------------------------------------------------
uSkinned.net - Source theme 7.1
GLOBAL
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
TABLE OF CONTENTS
-------------------------------------------------- 

1.0 COLOURS
2.0 SIZES	
3.0 IMPORTS	
	
*/
/* 	
--------------------------------------------------
1.0 COLOURS
-------------------------------------------------- 
*/
/* THEME PALETTE */
/* BASE PALETTE */
/* 	
--------------------------------------------------
2.0 SIZES
-------------------------------------------------- 
*/
/* BASE */
/* APC */
/* ITEMS IN A ROW */
/* BANNERS */
/* THEME PALETTE */
/* BASE PALETTE */
/* 	
--------------------------------------------------
2.0 SIZES
-------------------------------------------------- 
*/
/* BASE */
/* APC */
/* ITEMS IN A ROW */
/* BANNERS */
/* 	
--------------------------------------------------
PLUGINS
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
TABLE OF CONTENTS
-------------------------------------------------- 

1.0 SLICK CAROUSEL
2.0 LIGHTBOX
3.0 ANIMATE
	
*/
/*
	
BOOTSTRAP BREAKPOINTS

.col-xs-	< 768px		(container width 100%)
.col-sm-	> 768px		(container width 750px)
.col-md-	> 992px		(container width 970px)
.col-lg-	> 1200px	(container width 1170px)
	
*/
/*  
--------------------------------------------------
1.0 SLICK CAROUSEL            
-------------------------------------------------- 
*/
/*
* http://kenwheeler.github.io/slick/
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0; }

.slick-slider * {
  outline: 0 none !important; }

.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-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

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

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

/*
	.slick-slide {
		-moz-opacity:0.3;
		-webkit-opacity:0.3;
		-ms-opacity:0.3;
		opacity:0.3;
		}
	.slick-active {
		-moz-opacity:1;
		-webkit-opacity:1;
		-ms-opacity:1;
		opacity:1;
		}
		*/
/* Arrows */
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/*  
--------------------------------------------------
2.0 LIGHTBOX          
-------------------------------------------------- 
*/
/*
* Lightbox for Bootstrap 3 by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay a {
  width: 49%;
  height: 100%;
  z-index: 100;
  display: block; }

.ekko-lightbox .ion-chevron-left {
  float: left; }

.ekko-lightbox .ion-chevron-right {
  float: right; }

.ekko-lightbox-nav-overlay a::before {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 52px !important;
  color: white;
  background-color: #cf3339;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color 0.3s ease-in-out 0s; }

.ekko-lightbox-nav-overlay .ion-chevron-left::before {
  left: 0; }

.ekko-lightbox-nav-overlay a.ion-chevron-right::before {
  right: 0; }

html.no-touch .ekko-lightbox-nav-overlay a:hover::before {
  text-decoration: none;
  color: white;
  background-color: #bc2c32; }

.ekko-lightbox .modal-footer {
  text-align: left; }

.modal-backdrop.in {
  opacity: 0.85;
  background-color: black; }

.ekko-lightbox .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: transparent; }

.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0; }

.ekko-lightbox .modal-header .close {
  opacity: 0.5;
  color: white;
  text-shadow: 0;
  margin-top: -10px;
  font-size: 30px; }

.ekko-lightbox .modal-header .close:hover {
  opacity: 1; }

.ekko-lightbox .modal-header h4.modal-title {
  color: white;
  padding: 0; }

.ekko-lightbox .modal-body {
  padding: 0; }

.ekko-lightbox .modal-footer {
  opacity: 0.9;
  border: 0;
  color: white;
  padding: 0;
  margin: 16px 0; }

.ekko-lightbox-nav-overlay a {
  opacity: 0.9;
  text-shadow: none; }

.ekko-lightbox .modal-dialog {
  padding: 1rem; }

.ekko-lightbox {
  padding: 4rem 1rem 1rem;
  margin: 0 auto;
  width: auto; }

.ekko-lightbox .modal-header,
.ekko-lightbox .modal-body,
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-footer,
.ekko-lightbox .modal-dialog {
  min-width: 100%;
  padding: 0;
  margin: 0 auto; }

.ekko-lightbox .modal-header {
  padding: 10px 0; }

.ekko-lightbox .modal-footer {
  padding: 20px 0; }

@media (min-width: 1200px) {
  .ekko-lightbox .modal-header,
  .ekko-lightbox .modal-body,
  .ekko-lightbox .modal-content,
  .ekko-lightbox .modal-footer,
  .ekko-lightbox .modal-dialog {
    min-width: 1140px;
    max-width: 1140px; } }

/*  
--------------------------------------------------
3.0 ANIMATE          
-------------------------------------------------- 
*/
/*
	Animate.css - http://daneden.me/animate
	Licensed under the MIT license - http://opensource.org/licenses/MIT

	Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

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

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

.rollInRight {
  -webkit-animation-name: rollInRight;
  animation-name: rollInRight; }

/* 
EXTENDED WITH THIS 
http://www.oxygenna.com/tutorials/scroll-animations-using-waypoints-js-animate-css 
*/
.os-animation {
  opacity: 0; }

.os-animation.animated {
  opacity: 1; }

/*	
--------------------------------------------------
END
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
uSkinned.net
BASE
-------------------------------------------------- */
/* 	
--------------------------------------------------
TABLE OF CONTENTS 
-------------------------------------------------- 

1.0 LINKS
2.0 LISTS
3.0 MISC
4.0 TYPOGRAPHY
	
*/
/*
	
BOOTSTRAP BREAKPOINTS
	
.col-xs-	< 768px		(container width 100%)
.col-sm-	> 768px		(container width 750px)
.col-md-	> 992px		(container width 970px)
.col-lg-	> 1200px	(container width 1170px)
	
*/
/*	
--------------------------------------------------
1.0 LINKS
-------------------------------------------------- 
*/
a,
.btn,
button,
.slick-prev,
.slick-next,
.navigation nav.main ul li,
li.has-child ul li span a::before,
.promo-pods .item .info {
  transition: all 0.2s ease-in-out 0s; }

a.close-button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin: 1rem 1rem 0 0;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s; }

a.close-button em {
  display: none; }

a.close-button span {
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0; }

a.close-button span.top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

a.close-button span.bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.link {
  margin: 1rem 0 0; }

.link.text-uppercase a {
  display: inline-block;
  padding: 0 0 3px;
  border-width: 0 0 2px;
  border-style: solid; }

#top-link-block {
  z-index: 200;
  position: relative; }

#top-link-block a {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  text-align: center; }

@media (min-width: 0) and (max-width: 991px) {
  #top-link-block a {
    text-align: center;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0 none; } }

@media (min-width: 992px) {
  html.no-touch a.close-button:hover {
    opacity: 0.6; }
  #top-link-block {
    position: fixed;
    bottom: -100%;
    right: 0;
    padding: 0;
    opacity: 0;
    transition: bottom 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }
  #top-link-block.affix.show {
    bottom: 0;
    opacity: 1; }
  #top-link-block a {
    width: 60px;
    font-size: 20px; } }

/*	
--------------------------------------------------
2.0 LISTS
-------------------------------------------------- 
*/
ul,
ol {
  padding: 0;
  line-height: 1.4; }

ul {
  margin-left: 1.125rem;
  list-style: disc outside; }

ol {
  margin-left: 1.125rem;
  list-style: decimal; }

ul ul {
  list-style: circle outside; }

ol ol {
  list-style: lower-roman; }

ul.nav,
ol.nav,
nav ul,
nav ol,
ul.list,
ol.list,
nav ul li,
nav ol li,
ul.list li,
ol.list li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1; }

/* 	
-------------------------------------------------- 
3.0 MISC
-------------------------------------------------- 
*/
.image {
  position: relative;
  overflow: hidden; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1); }

.image img,
.apc.banner .image,
.apc.pod-windows .image {
  display: block;
  width: 100%;
  height: auto; }

.image img.lazyloaded,
.apc.banner .image.lazyloaded,
.apc.pod-windows .image.lazyloaded {
  -webkit-transform: scale(1);
          transform: scale(1); }

/* IMAGE TRANSITIONS */
.image,
.image.video {
  overflow: hidden;
  padding: 0; }

.ekko-lightbox img {
  width: auto;
  height: auto !important;
  margin: 0 auto; }

.image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  padding: 5px 10px 7px;
  font-size: 85%;
  font-style: italic;
  opacity: 0.8;
  color: white;
  background-color: rgba(0, 0, 0, 0.6); }

.image.img-circle .caption {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

/*
.items-4 .image .caption {
    position: relative;
    padding: 5px 0;
    color: rgba($base-text, 1);
    background: none;
}
*/
i.fa,
i.before {
  margin-right: 5px; }

i.fa.after,
i.after {
  margin-right: 0;
  margin-left: 5px; }

/*	
--------------------------------------------------
4.0 TYPOGRAPHY
-------------------------------------------------- 
*/
#left-col h1:first-child,
#right-col h1:first-child,
#wide-col h1:first-child,
#mid-col h1:first-child {
  margin-top: 0; }

.intro {
  font-size: 130%; }

.banner .intro {
  font-size: 140%; }

table {
  margin: 5px 0 2rem; }

.alert .info :first-child {
  margin-top: 0; }

.alert .info :last-child {
  margin-bottom: 0; }

a.skip-to-content {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: -1;
  width: auto;
  height: auto;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

a.skip-to-content:focus {
  z-index: 1001;
  clip: auto;
  padding: 0;
  margin: 0; }

/*	
--------------------------------------------------
END
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
uSkinned.net
PALETTE
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
TABLE OF CONTENTS
-------------------------------------------------- 

1.0 BACKGROUNDS
2.0 TEXT
3.0 BORDERS
4.0 BUTTONS
	
*/
/*	
--------------------------------------------------
1.0 BACKGROUNDS
-------------------------------------------------- 
*/
.c1-bg {
  background-color: #cf3339; }

.btn.c1-bg:hover,
.btn.c1-bg:focus,
.btn.c1-bg:active {
  background-color: #a8272c; }
  .btn.c1-bg:hover[disabled], .btn.c1-bg:hover.disabled,
  .btn.c1-bg:focus[disabled],
  .btn.c1-bg:focus.disabled,
  .btn.c1-bg:active[disabled],
  .btn.c1-bg:active.disabled {
    background-color: #CF3339; }

.c1-text {
  color: #CF3339; }
  .c1-text svg {
    fill: #CF3339; }

a.c1-text,
.btn.c1-text {
  color: #CF3339; }
  a.c1-text svg,
  .btn.c1-text svg {
    fill: #CF3339; }
  a.c1-text:hover, a.c1-text:focus, a.c1-text:active,
  .btn.c1-text:hover,
  .btn.c1-text:focus,
  .btn.c1-text:active {
    color: #a8272c; }
    a.c1-text:hover svg, a.c1-text:focus svg, a.c1-text:active svg,
    .btn.c1-text:hover svg,
    .btn.c1-text:focus svg,
    .btn.c1-text:active svg {
      fill: #a8272c; }

.btn.c1-text[disabled], .btn.c1-text.disabled {
  color: #CF3339; }
  .btn.c1-text[disabled] svg, .btn.c1-text.disabled svg {
    fill: #CF3339; }

.c1-borders {
  border-color: #CF3339; }

.c1-bg.bg-perc_10 {
  background-color: rgba(207, 51, 57, 0.1); }

.c1-text.text-perc_10 {
  color: rgba(207, 51, 57, 0.1); }

.c1-borders.borders-perc_10 {
  border-color: rgba(207, 51, 57, 0.1); }

.c1-bg.bg-perc_20 {
  background-color: rgba(207, 51, 57, 0.2); }

.c1-text.text-perc_20 {
  color: rgba(207, 51, 57, 0.2); }

.c1-borders.borders-perc_20 {
  border-color: rgba(207, 51, 57, 0.2); }

.c1-bg.bg-perc_30 {
  background-color: rgba(207, 51, 57, 0.3); }

.c1-text.text-perc_30 {
  color: rgba(207, 51, 57, 0.3); }

.c1-borders.borders-perc_30 {
  border-color: rgba(207, 51, 57, 0.3); }

.c1-bg.bg-perc_40 {
  background-color: rgba(207, 51, 57, 0.4); }

.c1-text.text-perc_40 {
  color: rgba(207, 51, 57, 0.4); }

.c1-borders.borders-perc_40 {
  border-color: rgba(207, 51, 57, 0.4); }

.c1-bg.bg-perc_50 {
  background-color: rgba(207, 51, 57, 0.5); }

.c1-text.text-perc_50 {
  color: rgba(207, 51, 57, 0.5); }

.c1-borders.borders-perc_50 {
  border-color: rgba(207, 51, 57, 0.5); }

.c1-bg.bg-perc_60 {
  background-color: rgba(207, 51, 57, 0.6); }

.c1-text.text-perc_60 {
  color: rgba(207, 51, 57, 0.6); }

.c1-borders.borders-perc_60 {
  border-color: rgba(207, 51, 57, 0.6); }

.c1-bg.bg-perc_70 {
  background-color: rgba(207, 51, 57, 0.7); }

.c1-text.text-perc_70 {
  color: rgba(207, 51, 57, 0.7); }

.c1-borders.borders-perc_70 {
  border-color: rgba(207, 51, 57, 0.7); }

.c1-bg.bg-perc_80 {
  background-color: rgba(207, 51, 57, 0.8); }

.c1-text.text-perc_80 {
  color: rgba(207, 51, 57, 0.8); }

.c1-borders.borders-perc_80 {
  border-color: rgba(207, 51, 57, 0.8); }

.c1-bg.bg-perc_90 {
  background-color: rgba(207, 51, 57, 0.9); }

.c1-text.text-perc_90 {
  color: rgba(207, 51, 57, 0.9); }

.c1-borders.borders-perc_90 {
  border-color: rgba(207, 51, 57, 0.9); }

.c2-bg {
  background-color: black; }

.btn.c2-bg:hover,
.btn.c2-bg:focus,
.btn.c2-bg:active {
  background-color: black; }
  .btn.c2-bg:hover[disabled], .btn.c2-bg:hover.disabled,
  .btn.c2-bg:focus[disabled],
  .btn.c2-bg:focus.disabled,
  .btn.c2-bg:active[disabled],
  .btn.c2-bg:active.disabled {
    background-color: #000000; }

.c2-text {
  color: #000000; }
  .c2-text svg {
    fill: #000000; }

a.c2-text,
.btn.c2-text {
  color: #000000; }
  a.c2-text svg,
  .btn.c2-text svg {
    fill: #000000; }
  a.c2-text:hover, a.c2-text:focus, a.c2-text:active,
  .btn.c2-text:hover,
  .btn.c2-text:focus,
  .btn.c2-text:active {
    color: black; }
    a.c2-text:hover svg, a.c2-text:focus svg, a.c2-text:active svg,
    .btn.c2-text:hover svg,
    .btn.c2-text:focus svg,
    .btn.c2-text:active svg {
      fill: black; }

.btn.c2-text[disabled], .btn.c2-text.disabled {
  color: #000000; }
  .btn.c2-text[disabled] svg, .btn.c2-text.disabled svg {
    fill: #000000; }

.c2-borders {
  border-color: #000000; }

.c2-bg.bg-perc_10 {
  background-color: rgba(0, 0, 0, 0.1); }

.c2-text.text-perc_10 {
  color: rgba(0, 0, 0, 0.1); }

.c2-borders.borders-perc_10 {
  border-color: rgba(0, 0, 0, 0.1); }

.c2-bg.bg-perc_20 {
  background-color: rgba(0, 0, 0, 0.2); }

.c2-text.text-perc_20 {
  color: rgba(0, 0, 0, 0.2); }

.c2-borders.borders-perc_20 {
  border-color: rgba(0, 0, 0, 0.2); }

.c2-bg.bg-perc_30 {
  background-color: rgba(0, 0, 0, 0.3); }

.c2-text.text-perc_30 {
  color: rgba(0, 0, 0, 0.3); }

.c2-borders.borders-perc_30 {
  border-color: rgba(0, 0, 0, 0.3); }

.c2-bg.bg-perc_40 {
  background-color: rgba(0, 0, 0, 0.4); }

.c2-text.text-perc_40 {
  color: rgba(0, 0, 0, 0.4); }

.c2-borders.borders-perc_40 {
  border-color: rgba(0, 0, 0, 0.4); }

.c2-bg.bg-perc_50 {
  background-color: rgba(0, 0, 0, 0.5); }

.c2-text.text-perc_50 {
  color: rgba(0, 0, 0, 0.5); }

.c2-borders.borders-perc_50 {
  border-color: rgba(0, 0, 0, 0.5); }

.c2-bg.bg-perc_60 {
  background-color: rgba(0, 0, 0, 0.6); }

.c2-text.text-perc_60 {
  color: rgba(0, 0, 0, 0.6); }

.c2-borders.borders-perc_60 {
  border-color: rgba(0, 0, 0, 0.6); }

.c2-bg.bg-perc_70 {
  background-color: rgba(0, 0, 0, 0.7); }

.c2-text.text-perc_70 {
  color: rgba(0, 0, 0, 0.7); }

.c2-borders.borders-perc_70 {
  border-color: rgba(0, 0, 0, 0.7); }

.c2-bg.bg-perc_80 {
  background-color: rgba(0, 0, 0, 0.8); }

.c2-text.text-perc_80 {
  color: rgba(0, 0, 0, 0.8); }

.c2-borders.borders-perc_80 {
  border-color: rgba(0, 0, 0, 0.8); }

.c2-bg.bg-perc_90 {
  background-color: rgba(0, 0, 0, 0.9); }

.c2-text.text-perc_90 {
  color: rgba(0, 0, 0, 0.9); }

.c2-borders.borders-perc_90 {
  border-color: rgba(0, 0, 0, 0.9); }

.c3-bg {
  background-color: black; }

.btn.c3-bg:hover,
.btn.c3-bg:focus,
.btn.c3-bg:active {
  background-color: black; }
  .btn.c3-bg:hover[disabled], .btn.c3-bg:hover.disabled,
  .btn.c3-bg:focus[disabled],
  .btn.c3-bg:focus.disabled,
  .btn.c3-bg:active[disabled],
  .btn.c3-bg:active.disabled {
    background-color: #000000; }

.c3-text {
  color: #000000; }
  .c3-text svg {
    fill: #000000; }

a.c3-text,
.btn.c3-text {
  color: #000000; }
  a.c3-text svg,
  .btn.c3-text svg {
    fill: #000000; }
  a.c3-text:hover, a.c3-text:focus, a.c3-text:active,
  .btn.c3-text:hover,
  .btn.c3-text:focus,
  .btn.c3-text:active {
    color: black; }
    a.c3-text:hover svg, a.c3-text:focus svg, a.c3-text:active svg,
    .btn.c3-text:hover svg,
    .btn.c3-text:focus svg,
    .btn.c3-text:active svg {
      fill: black; }

.btn.c3-text[disabled], .btn.c3-text.disabled {
  color: #000000; }
  .btn.c3-text[disabled] svg, .btn.c3-text.disabled svg {
    fill: #000000; }

.c3-borders {
  border-color: #000000; }

.c3-bg.bg-perc_10 {
  background-color: rgba(0, 0, 0, 0.1); }

.c3-text.text-perc_10 {
  color: rgba(0, 0, 0, 0.1); }

.c3-borders.borders-perc_10 {
  border-color: rgba(0, 0, 0, 0.1); }

.c3-bg.bg-perc_20 {
  background-color: rgba(0, 0, 0, 0.2); }

.c3-text.text-perc_20 {
  color: rgba(0, 0, 0, 0.2); }

.c3-borders.borders-perc_20 {
  border-color: rgba(0, 0, 0, 0.2); }

.c3-bg.bg-perc_30 {
  background-color: rgba(0, 0, 0, 0.3); }

.c3-text.text-perc_30 {
  color: rgba(0, 0, 0, 0.3); }

.c3-borders.borders-perc_30 {
  border-color: rgba(0, 0, 0, 0.3); }

.c3-bg.bg-perc_40 {
  background-color: rgba(0, 0, 0, 0.4); }

.c3-text.text-perc_40 {
  color: rgba(0, 0, 0, 0.4); }

.c3-borders.borders-perc_40 {
  border-color: rgba(0, 0, 0, 0.4); }

.c3-bg.bg-perc_50 {
  background-color: rgba(0, 0, 0, 0.5); }

.c3-text.text-perc_50 {
  color: rgba(0, 0, 0, 0.5); }

.c3-borders.borders-perc_50 {
  border-color: rgba(0, 0, 0, 0.5); }

.c3-bg.bg-perc_60 {
  background-color: rgba(0, 0, 0, 0.6); }

.c3-text.text-perc_60 {
  color: rgba(0, 0, 0, 0.6); }

.c3-borders.borders-perc_60 {
  border-color: rgba(0, 0, 0, 0.6); }

.c3-bg.bg-perc_70 {
  background-color: rgba(0, 0, 0, 0.7); }

.c3-text.text-perc_70 {
  color: rgba(0, 0, 0, 0.7); }

.c3-borders.borders-perc_70 {
  border-color: rgba(0, 0, 0, 0.7); }

.c3-bg.bg-perc_80 {
  background-color: rgba(0, 0, 0, 0.8); }

.c3-text.text-perc_80 {
  color: rgba(0, 0, 0, 0.8); }

.c3-borders.borders-perc_80 {
  border-color: rgba(0, 0, 0, 0.8); }

.c3-bg.bg-perc_90 {
  background-color: rgba(0, 0, 0, 0.9); }

.c3-text.text-perc_90 {
  color: rgba(0, 0, 0, 0.9); }

.c3-borders.borders-perc_90 {
  border-color: rgba(0, 0, 0, 0.9); }

.c4-bg {
  background-color: #d9d9d9; }

.btn.c4-bg:hover,
.btn.c4-bg:focus,
.btn.c4-bg:active {
  background-color: silver; }
  .btn.c4-bg:hover[disabled], .btn.c4-bg:hover.disabled,
  .btn.c4-bg:focus[disabled],
  .btn.c4-bg:focus.disabled,
  .btn.c4-bg:active[disabled],
  .btn.c4-bg:active.disabled {
    background-color: #D9D9D9; }

.c4-text {
  color: #D9D9D9; }
  .c4-text svg {
    fill: #D9D9D9; }

a.c4-text,
.btn.c4-text {
  color: #D9D9D9; }
  a.c4-text svg,
  .btn.c4-text svg {
    fill: #D9D9D9; }
  a.c4-text:hover, a.c4-text:focus, a.c4-text:active,
  .btn.c4-text:hover,
  .btn.c4-text:focus,
  .btn.c4-text:active {
    color: silver; }
    a.c4-text:hover svg, a.c4-text:focus svg, a.c4-text:active svg,
    .btn.c4-text:hover svg,
    .btn.c4-text:focus svg,
    .btn.c4-text:active svg {
      fill: silver; }

.btn.c4-text[disabled], .btn.c4-text.disabled {
  color: #D9D9D9; }
  .btn.c4-text[disabled] svg, .btn.c4-text.disabled svg {
    fill: #D9D9D9; }

.c4-borders {
  border-color: #D9D9D9; }

.c4-bg.bg-perc_10 {
  background-color: rgba(217, 217, 217, 0.1); }

.c4-text.text-perc_10 {
  color: rgba(217, 217, 217, 0.1); }

.c4-borders.borders-perc_10 {
  border-color: rgba(217, 217, 217, 0.1); }

.c4-bg.bg-perc_20 {
  background-color: rgba(217, 217, 217, 0.2); }

.c4-text.text-perc_20 {
  color: rgba(217, 217, 217, 0.2); }

.c4-borders.borders-perc_20 {
  border-color: rgba(217, 217, 217, 0.2); }

.c4-bg.bg-perc_30 {
  background-color: rgba(217, 217, 217, 0.3); }

.c4-text.text-perc_30 {
  color: rgba(217, 217, 217, 0.3); }

.c4-borders.borders-perc_30 {
  border-color: rgba(217, 217, 217, 0.3); }

.c4-bg.bg-perc_40 {
  background-color: rgba(217, 217, 217, 0.4); }

.c4-text.text-perc_40 {
  color: rgba(217, 217, 217, 0.4); }

.c4-borders.borders-perc_40 {
  border-color: rgba(217, 217, 217, 0.4); }

.c4-bg.bg-perc_50 {
  background-color: rgba(217, 217, 217, 0.5); }

.c4-text.text-perc_50 {
  color: rgba(217, 217, 217, 0.5); }

.c4-borders.borders-perc_50 {
  border-color: rgba(217, 217, 217, 0.5); }

.c4-bg.bg-perc_60 {
  background-color: rgba(217, 217, 217, 0.6); }

.c4-text.text-perc_60 {
  color: rgba(217, 217, 217, 0.6); }

.c4-borders.borders-perc_60 {
  border-color: rgba(217, 217, 217, 0.6); }

.c4-bg.bg-perc_70 {
  background-color: rgba(217, 217, 217, 0.7); }

.c4-text.text-perc_70 {
  color: rgba(217, 217, 217, 0.7); }

.c4-borders.borders-perc_70 {
  border-color: rgba(217, 217, 217, 0.7); }

.c4-bg.bg-perc_80 {
  background-color: rgba(217, 217, 217, 0.8); }

.c4-text.text-perc_80 {
  color: rgba(217, 217, 217, 0.8); }

.c4-borders.borders-perc_80 {
  border-color: rgba(217, 217, 217, 0.8); }

.c4-bg.bg-perc_90 {
  background-color: rgba(217, 217, 217, 0.9); }

.c4-text.text-perc_90 {
  color: rgba(217, 217, 217, 0.9); }

.c4-borders.borders-perc_90 {
  border-color: rgba(217, 217, 217, 0.9); }

.c5-bg {
  background-color: white; }

.btn.c5-bg:hover,
.btn.c5-bg:focus,
.btn.c5-bg:active {
  background-color: #e6e6e6; }
  .btn.c5-bg:hover[disabled], .btn.c5-bg:hover.disabled,
  .btn.c5-bg:focus[disabled],
  .btn.c5-bg:focus.disabled,
  .btn.c5-bg:active[disabled],
  .btn.c5-bg:active.disabled {
    background-color: #ffffff; }

.c5-text {
  color: #ffffff; }
  .c5-text svg {
    fill: #ffffff; }

a.c5-text,
.btn.c5-text {
  color: #ffffff; }
  a.c5-text svg,
  .btn.c5-text svg {
    fill: #ffffff; }
  a.c5-text:hover, a.c5-text:focus, a.c5-text:active,
  .btn.c5-text:hover,
  .btn.c5-text:focus,
  .btn.c5-text:active {
    color: #e6e6e6; }
    a.c5-text:hover svg, a.c5-text:focus svg, a.c5-text:active svg,
    .btn.c5-text:hover svg,
    .btn.c5-text:focus svg,
    .btn.c5-text:active svg {
      fill: #e6e6e6; }

.btn.c5-text[disabled], .btn.c5-text.disabled {
  color: #ffffff; }
  .btn.c5-text[disabled] svg, .btn.c5-text.disabled svg {
    fill: #ffffff; }

.c5-borders {
  border-color: #ffffff; }

.c5-bg.bg-perc_10 {
  background-color: rgba(255, 255, 255, 0.1); }

.c5-text.text-perc_10 {
  color: rgba(255, 255, 255, 0.1); }

.c5-borders.borders-perc_10 {
  border-color: rgba(255, 255, 255, 0.1); }

.c5-bg.bg-perc_20 {
  background-color: rgba(255, 255, 255, 0.2); }

.c5-text.text-perc_20 {
  color: rgba(255, 255, 255, 0.2); }

.c5-borders.borders-perc_20 {
  border-color: rgba(255, 255, 255, 0.2); }

.c5-bg.bg-perc_30 {
  background-color: rgba(255, 255, 255, 0.3); }

.c5-text.text-perc_30 {
  color: rgba(255, 255, 255, 0.3); }

.c5-borders.borders-perc_30 {
  border-color: rgba(255, 255, 255, 0.3); }

.c5-bg.bg-perc_40 {
  background-color: rgba(255, 255, 255, 0.4); }

.c5-text.text-perc_40 {
  color: rgba(255, 255, 255, 0.4); }

.c5-borders.borders-perc_40 {
  border-color: rgba(255, 255, 255, 0.4); }

.c5-bg.bg-perc_50 {
  background-color: rgba(255, 255, 255, 0.5); }

.c5-text.text-perc_50 {
  color: rgba(255, 255, 255, 0.5); }

.c5-borders.borders-perc_50 {
  border-color: rgba(255, 255, 255, 0.5); }

.c5-bg.bg-perc_60 {
  background-color: rgba(255, 255, 255, 0.6); }

.c5-text.text-perc_60 {
  color: rgba(255, 255, 255, 0.6); }

.c5-borders.borders-perc_60 {
  border-color: rgba(255, 255, 255, 0.6); }

.c5-bg.bg-perc_70 {
  background-color: rgba(255, 255, 255, 0.7); }

.c5-text.text-perc_70 {
  color: rgba(255, 255, 255, 0.7); }

.c5-borders.borders-perc_70 {
  border-color: rgba(255, 255, 255, 0.7); }

.c5-bg.bg-perc_80 {
  background-color: rgba(255, 255, 255, 0.8); }

.c5-text.text-perc_80 {
  color: rgba(255, 255, 255, 0.8); }

.c5-borders.borders-perc_80 {
  border-color: rgba(255, 255, 255, 0.8); }

.c5-bg.bg-perc_90 {
  background-color: rgba(255, 255, 255, 0.9); }

.c5-text.text-perc_90 {
  color: rgba(255, 255, 255, 0.9); }

.c5-borders.borders-perc_90 {
  border-color: rgba(255, 255, 255, 0.9); }

.c6-bg {
  background-color: #d9d9d9; }

.btn.c6-bg:hover,
.btn.c6-bg:focus,
.btn.c6-bg:active {
  background-color: silver; }
  .btn.c6-bg:hover[disabled], .btn.c6-bg:hover.disabled,
  .btn.c6-bg:focus[disabled],
  .btn.c6-bg:focus.disabled,
  .btn.c6-bg:active[disabled],
  .btn.c6-bg:active.disabled {
    background-color: #D9D9D9; }

.c6-text {
  color: #D9D9D9; }
  .c6-text svg {
    fill: #D9D9D9; }

a.c6-text,
.btn.c6-text {
  color: #D9D9D9; }
  a.c6-text svg,
  .btn.c6-text svg {
    fill: #D9D9D9; }
  a.c6-text:hover, a.c6-text:focus, a.c6-text:active,
  .btn.c6-text:hover,
  .btn.c6-text:focus,
  .btn.c6-text:active {
    color: silver; }
    a.c6-text:hover svg, a.c6-text:focus svg, a.c6-text:active svg,
    .btn.c6-text:hover svg,
    .btn.c6-text:focus svg,
    .btn.c6-text:active svg {
      fill: silver; }

.btn.c6-text[disabled], .btn.c6-text.disabled {
  color: #D9D9D9; }
  .btn.c6-text[disabled] svg, .btn.c6-text.disabled svg {
    fill: #D9D9D9; }

.c6-borders {
  border-color: #D9D9D9; }

.c6-bg.bg-perc_10 {
  background-color: rgba(217, 217, 217, 0.1); }

.c6-text.text-perc_10 {
  color: rgba(217, 217, 217, 0.1); }

.c6-borders.borders-perc_10 {
  border-color: rgba(217, 217, 217, 0.1); }

.c6-bg.bg-perc_20 {
  background-color: rgba(217, 217, 217, 0.2); }

.c6-text.text-perc_20 {
  color: rgba(217, 217, 217, 0.2); }

.c6-borders.borders-perc_20 {
  border-color: rgba(217, 217, 217, 0.2); }

.c6-bg.bg-perc_30 {
  background-color: rgba(217, 217, 217, 0.3); }

.c6-text.text-perc_30 {
  color: rgba(217, 217, 217, 0.3); }

.c6-borders.borders-perc_30 {
  border-color: rgba(217, 217, 217, 0.3); }

.c6-bg.bg-perc_40 {
  background-color: rgba(217, 217, 217, 0.4); }

.c6-text.text-perc_40 {
  color: rgba(217, 217, 217, 0.4); }

.c6-borders.borders-perc_40 {
  border-color: rgba(217, 217, 217, 0.4); }

.c6-bg.bg-perc_50 {
  background-color: rgba(217, 217, 217, 0.5); }

.c6-text.text-perc_50 {
  color: rgba(217, 217, 217, 0.5); }

.c6-borders.borders-perc_50 {
  border-color: rgba(217, 217, 217, 0.5); }

.c6-bg.bg-perc_60 {
  background-color: rgba(217, 217, 217, 0.6); }

.c6-text.text-perc_60 {
  color: rgba(217, 217, 217, 0.6); }

.c6-borders.borders-perc_60 {
  border-color: rgba(217, 217, 217, 0.6); }

.c6-bg.bg-perc_70 {
  background-color: rgba(217, 217, 217, 0.7); }

.c6-text.text-perc_70 {
  color: rgba(217, 217, 217, 0.7); }

.c6-borders.borders-perc_70 {
  border-color: rgba(217, 217, 217, 0.7); }

.c6-bg.bg-perc_80 {
  background-color: rgba(217, 217, 217, 0.8); }

.c6-text.text-perc_80 {
  color: rgba(217, 217, 217, 0.8); }

.c6-borders.borders-perc_80 {
  border-color: rgba(217, 217, 217, 0.8); }

.c6-bg.bg-perc_90 {
  background-color: rgba(217, 217, 217, 0.9); }

.c6-text.text-perc_90 {
  color: rgba(217, 217, 217, 0.9); }

.c6-borders.borders-perc_90 {
  border-color: rgba(217, 217, 217, 0.9); }

html.no-touch .apc.pod-windows .item a.info.c1-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c1-bg:focus::before {
  background-color: rgba(207, 51, 57, 0.8); }

.apc.banner .item.overlay.c1-bg::before,
.apc.pod-windows .item.overlay .info.c1-bg::before {
  background-color: rgba(207, 51, 57, 0.5); }

html.no-touch .apc.pod-windows .item a.info.c2-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c2-bg:focus::before {
  background-color: rgba(0, 0, 0, 0.8); }

.apc.banner .item.overlay.c2-bg::before,
.apc.pod-windows .item.overlay .info.c2-bg::before {
  background-color: rgba(0, 0, 0, 0.5); }

html.no-touch .apc.pod-windows .item a.info.c3-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c3-bg:focus::before {
  background-color: rgba(0, 0, 0, 0.8); }

.apc.banner .item.overlay.c3-bg::before,
.apc.pod-windows .item.overlay .info.c3-bg::before {
  background-color: rgba(0, 0, 0, 0.5); }

html.no-touch .apc.pod-windows .item a.info.c4-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c4-bg:focus::before {
  background-color: rgba(217, 217, 217, 0.8); }

.apc.banner .item.overlay.c4-bg::before,
.apc.pod-windows .item.overlay .info.c4-bg::before {
  background-color: rgba(217, 217, 217, 0.5); }

#site {
  background-color: white; }

html.no-touch .apc.pod-windows .item a.info.c5-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c5-bg:focus::before {
  background-color: rgba(255, 255, 255, 0.8); }

.apc.banner .item.overlay.c5-bg::before,
.apc.pod-windows .item.overlay .info.c5-bg::before {
  background-color: rgba(255, 255, 255, 0.5); }

html.no-touch .apc.pod-windows .item a.info.c6-bg:hover::before,
html.no-touch .apc.pod-windows .item a.info.c6-bg:focus::before {
  background-color: rgba(217, 217, 217, 0.8); }

.apc.banner .item.overlay.c6-bg::before,
.apc.pod-windows .item.overlay .info.c6-bg::before {
  background-color: rgba(217, 217, 217, 0.5); }

.modal-backdrop,
.modal-backdrop.in {
  background-color: black; }

/*	
-------------------------------------------------- 
2.0 TEXT
-------------------------------------------------- 
*/
body,
.base-text {
  color: black; }

body .c1-bg {
  color: white; }

/* LINKS */
.apc.c1-bg a:not(.btn):not(.heading):not(.c1-text):not(.c3-text) {
  color: white;
  font-weight: bold; }

html.no-touch .c1-bg a:not(.btn):not(.c1-text):not(.c3-text):hover,
.c1-bg a:not(.btn):not(.c1-text):not(.c3-text):active,
.c1-bg a:not(.btn):not(.c1-text):not(.c3-text):focus {
  color: #e6e6e6; }

/* HEADINGS */
.c1-bg h1:not(.c1-text):not(.c3-text),
.c1-bg h2:not(.c1-text):not(.c3-text),
.c1-bg h3:not(.c1-text):not(.c3-text),
.c1-bg h4:not(.c1-text):not(.c3-text),
.c1-bg h5:not(.c1-text):not(.c3-text),
.c1-bg h6:not(.c1-text):not(.c3-text),
.c1-bg .heading:not(.c1-text):not(.c3-text),
.c1-bg .secondary-heading:not(.c1-text):not(.c3-text),
.c3-bg h1:not(.c1-text):not(.c3-text),
.c3-bg h2:not(.c1-text):not(.c3-text),
.c3-bg h3:not(.c1-text):not(.c3-text),
.c3-bg h4:not(.c1-text):not(.c3-text),
.c3-bg h5:not(.c1-text):not(.c3-text),
.c3-bg h6:not(.c1-text):not(.c3-text),
.c3-bg .heading:not(.c1-text):not(.c3-text),
.c3-bg .secondary-heading:not(.c1-text):not(.c3-text) {
  color: white; }

/*	
--------------------------------------------------
5.0 LINKS
-------------------------------------------------- 
*/
html.no-touch .link.text-uppercase .c1-borders:hover,
.link.text-uppercase .btn.c1-borders:active,
.link.text-uppercase .btn.c1-borders:focus,
html.no-touch .link.text-uppercase .c2-borders:hover,
.link.text-uppercase .btn.c2-borders:active,
.link.text-uppercase .btn.c2-borders:focus,
html.no-touch .link.text-uppercase .c4-borders:hover,
.link.text-uppercase .btn.c4-borders:active,
.link.text-uppercase .btn.c4-borders:focus,
html.no-touch .link.text-uppercase .c5-borders:hover,
.link.text-uppercase .btn.c5-borders:active,
.link.text-uppercase .btn.c5-borders:focus {
  border-color: black; }

html.no-touch .link.text-uppercase .c3-borders:hover,
.link.text-uppercase .btn.c3-borders:active,
.link.text-uppercase .btn.c3-borders:focus {
  border-color: black; }

/*	
-------------------------------------------------- 
END
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
uSkinned.net
LAYOUT
-------------------------------------------------- 
*/
/* 	
--------------------------------------------------
TABLE OF CONTENTS
-------------------------------------------------- 

1.0 GENERAL
2.0 HEADER
3.0 CONTENT
4.0 FOOTER
    4.1 FOOTER NAV
5.0 NAVIGATION
    5.1 MAIN NAV
    5.3 TOP NAV
    5.3 SUB
    5.4 BREADCRUMB
    5.5 PAGINATION
    5.6 SITEMAP
    5.7 SOCIAL
    5.8 QUICK LINKS
    5.10 SLICK CAROUSEL NAVIGATION
6.0 PROMO PODS
7.0 LISTING
    7.1 BLOG LISTING
    7.2 SEARCH LISTING
    7.3 SECTION LISTING
    7.4 GRID LISTING
8.0 SITE WIDE PODS
    8.1 BLOCKQUOTE POD
    8.2 CODE POD
    8.3 GENERAL POD
    8.4 IMAGE POD
    8.5 LISTING POD
    8.6 NEWSLETTER POD
    8.7 VIDEO POD
9.0 STANDARD PAGE COMPONENTS
    9.1 TABBED
    9.2 ACCORDION
    9.3 QUOTES
    9.4 IMAGES
    9.5 GALLERY
    9.6 RESOURCES
    9.7 TABLES
    9.8 COMMENTS
    9.9 AUTHOR BIO
    9.10 IMAGE SLIDESHOW
    9.11 PRICING MENU
10.0 ADVANCED PAGE COMPONENTS
    10.1 STANDARD PAGE COMPONENTS ON ADVANCED PAGE
    10.2 BANNER
        10.2.2 BANNER VIDEOS
    10.3 CTA STRIP
    10.4 PROMO PODS
    10.5 TEXT WITH IMAGE / VIDEO
    10.6 TEXT WITH SIGNUP
    10.7 SIGNUP WITH LISTING
    10.8 APC TABBED
    10.9 GRID
    10.10 IMAGE CAROUSEL
    10.11 FEATURED BLOGS
    10.12 POD WINDOWS
9.0 FORMS
    9.1 SITE SEARCH
    9.2 AJAX LOADING
    9.3 COOKIES
10.0 MISC
    10.1 OVERLAY ICONS
	
*/
/*
	
BOOTSTRAP BREAKPOINTS
	
.col-xs-	< 768px		(container width 100%)
.col-sm-	> 768px		(container width 750px)
.col-md-	> 992px		(container width 970px)
.col-lg-	> 1200px	(container width 1170px)
	
*/
/*	
----------------------------------------------------------------------------------------------------
1.0 GENERAL
---------------------------------------------------------------------------------------------------- 
*/
body {
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

main {
  padding-top: 0.1px; }

#site {
  position: relative;
  z-index: 2; }

@media (min-width: 1500px) {
  body.fixed-width #site,
  body.fixed-width header {
    right: auto;
    left: auto;
    max-width: 1500px;
    margin: 0 auto; } }

/*	
----------------------------------------------------------------------------------------------------
2.0 HEADER
---------------------------------------------------------------------------------------------------- 
*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 2.875rem;
  z-index: 500;
  overflow: visible;
  background-color: #000000;
  transition: 0.3s linear; }

html.reveal-out header {
  bottom: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto; }

html.nav-up header,
html.nav-down header {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15); }

html.nav-down.reached-top header {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

header #logo {
  position: absolute;
  z-index: 501; }

header #logo.no-image {
  top: 23px; }

header #logo a {
  display: block;
  text-indent: -9999px; }

header #logo.no-image a {
  text-indent: 0;
  font-size: 30px; }

@media (min-width: 0) and (max-width: 767px) {
  html.reveal-out header,
  html.nav-down.reached-top.reveal-out header {
    background-color: black; }
  header nav.cta-link {
    margin: 0.5rem 1rem 1rem; }
  header nav.cta-link a {
    display: block; } }

@media (min-width: 480px) and (max-width: 767px) {
  header .container {
    width: 100%; } }

@media (min-width: 768px) {
  html.nav-up header {
    -webkit-transform: translateY(-2.875rem);
            transform: translateY(-2.875rem); }
  html.nav-down header {
    top: 0; }
  html.reveal-out header {
    padding: 0;
    overflow: visible;
    bottom: auto; }
  html.reveal-out header,
  header,
  header .container {
    height: 2.875rem; }
  header .container {
    position: relative; }
  header #logo.no-image {
    top: 38px; }
  header nav.cta-link {
    position: absolute;
    top: 35px;
    right: 220px;
    z-index: 1000; }
  header nav.cta-link a {
    height: 40px; } }

@media (min-width: 992px) {
  header nav.cta-link {
    right: 275px; } }

@media (min-width: 1200px) {
  header nav.cta-link {
    top: 104px;
    right: 1rem; }
  header nav.cta-link a {
    height: auto; } }

/*	
----------------------------------------------------------------------------------------------------
3.0 CONTENT
---------------------------------------------------------------------------------------------------- 
*/
.content {
  padding: 1rem 0; }

.content:not(.apc) .left-col,
.content:not(.apc) .right-col,
.content:not(.apc) .mid-col,
.content:not(.apc) .wide-col {
  overflow: hidden; }

@media (max-width: 767px) {
  .content .left-col,
  .content .right-col,
  .content .mid-col {
    padding-bottom: 2rem; } }

@media (min-width: 768px) {
  .content {
    padding: 2rem 0; } }

@media (min-width: 992px) {
  .content {
    padding: 3rem 0; } }

@media (min-width: 1200px) {
  .content {
    padding: 4rem 0; } }

/*  
----------------------------------------------------------------------------------------------------
5.0 NAV
---------------------------------------------------------------------------------------------------- 
*/
/*  
--------------------------------------------------
5.0 NAVIGATION             
-------------------------------------------------- 
*/
html.reveal-out {
  overflow: hidden; }

.navigation {
  position: relative;
  z-index: 5; }

html.reveal-out .navigation {
  overflow: auto; }

.navigation .reveal {
  display: none; }

html.reveal-out .navigation .reveal {
  display: block; }

header a.expand {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 300;
  width: 60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff; }

header a.expand span:before,
header a.expand span,
header a.expand span:after {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #000000;
  opacity: 1;
  transition: left 0.4s ease-in-out 0s, top 0.4s ease-in-out 0s, width 0.3s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s, top 0.4s ease-in-out 0s, width 0.3s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, left 0.4s ease-in-out 0s, top 0.4s ease-in-out 0s, width 0.3s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s; }

header a.expand span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

header a.expand span:before {
  top: -8px; }

header a.expand span:after {
  top: 8px; }

header a.expand.active span {
  width: 0; }

header a.expand.active span:before,
header a.expand.active span:after {
  top: 0;
  left: -15px; }

header a.expand.active span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

header a.expand.active span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media (min-width: 0) and (max-width: 767px) {
  html.reveal-out #site {
    height: 0px; } }

@media (min-width: 768px) {
  html.reveal-out {
    overflow: auto; }
  html.reveal-out .navigation {
    overflow: visible; }
  header a.expand {
    display: none; }
  .navigation .reveal {
    display: block; } }

/*  
--------------------------------------------------
5.1 MAIN NAV             
-------------------------------------------------- 
*/
.navigation nav.main ul li span i {
  display: inline-block;
  text-align: center;
  color: #000000; }

.navigation nav.main ul li span i {
  z-index: 99; }

html.touch .navigation nav.main ul li span i {
  z-index: 101; }

.navigation nav.main ul li a {
  display: block; }

.navigation nav.main > ul > li > span a {
  position: relative;
  color: #000000; }

.navigation nav.main ul li span a {
  z-index: 101; }

html.touch .navigation nav.main > ul > li > span a {
  z-index: 99; }

.navigation nav.main ul li span.active a {
  font-weight: bold; }

.navigation nav.main ul li ul li span > a {
  display: block; }

.navigation nav.main > ul > li.has-child ul {
  position: relative; }

.navigation nav.main ul li span a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%; }

@media (min-width: 0) and (max-width: 767px) {
  .navigation nav.main ul li.has-child.open-mobile > ul {
    display: block; }
  .navigation nav.main > ul > li > span a {
    z-index: 99; }
  .navigation nav.main ul li span i {
    z-index: 101; }
  .navigation nav.main ul li.has-child.open > span i::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .navigation nav.main ul li.more-children {
    display: none !important; } }

@media (min-width: 768px) {
  .navigation,
  .navigation nav.main,
  .navigation nav.main ul {
    z-index: 500;
    position: relative; }
  .navigation nav.main {
    position: absolute;
    top: 100px;
    right: 15px;
    left: 15px;
    height: 2.875rem; }
  .navigation nav.main > ul {
    position: relative;
    z-index: 1000;
    line-height: 0;
    border: 0 none; }
  .navigation nav.main > ul > li > span {
    position: relative; }
  .navigation nav.main > ul > li {
    z-index: 1000; }
  /* DROPDOWN NAVIGATION */
  .navigation nav.main > ul > li.has-child {
    position: relative; }
  .navigation nav.main > ul > li.has-child ul {
    position: absolute;
    top: 2.875rem;
    z-index: 2000;
    width: 12rem;
    height: auto;
    padding: 0;
    text-align: left;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05); }
  .navigation nav.main > ul > li.has-child ul li {
    position: relative; }
  .navigation nav.main ul li.has-child ul li span a {
    display: block;
    float: none;
    height: auto; }
  .navigation nav.main ul li.has-child ul li span i {
    top: 0;
    bottom: 0;
    font-size: 10px;
    height: 100%; }
  .navigation nav.main ul li.more-children ul.more-dropdown ul,
  .navigation nav.main ul li.more-children ul.more-dropdown i {
    display: none !important; }
  /* MULTI COLUMN DROPDOWN FOR MORE THAN 8*/
  .navigation nav.main > ul > li.has-child.multi-col > ul {
    width: 24rem; }
  .navigation nav.main > ul > li.has-child.multi-col > ul > li {
    float: left;
    width: 12rem; }
  .navigation nav.main > ul > li.has-child.multi-col > ul > li:nth-child(2n+1) {
    clear: both; } }

/*  
--------------------------------------------------
5.3 SUB NAVIGATION             
-------------------------------------------------- 
*/
nav.sub .heading {
  border-width: 0 0 1px;
  border-style: solid; }

/*  
--------------------------------------------------
5.4 BREADCRUMB NAVIGATION             
-------------------------------------------------- 
*/
.breadcrumb-trail {
  overflow: hidden;
  height: 60px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d9d9d9; }

.breadcrumb-trail ol {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px; }

.breadcrumb-trail ol li {
  position: relative;
  display: inline-block; }

.breadcrumb-trail ol li.active {
  color: #404040; }

.breadcrumb-trail ol li a {
  display: inline-block;
  height: 60px; }

.breadcrumb-trail ol li span {
  padding: 23px 40px 0 10px;
  display: block;
  height: 60px; }

.breadcrumb-trail ol li:first-child span {
  padding-left: 0; }

.breadcrumb-trail ol li::before,
.breadcrumb-trail ol li::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 15px;
  width: 1px;
  height: 40px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg); }

.breadcrumb-trail ol li::after {
  top: auto;
  bottom: -7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }

.breadcrumb-trail ol li.active::before,
.breadcrumb-trail ol li.active::after {
  display: none; }

/*  
--------------------------------------------------
5.5 PAGINATION NAVIGATION             
-------------------------------------------------- 
*/
nav#pagination {
  padding: 2rem 0; }

nav#pagination .pagination {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  margin: 0;
  display: block;
  font-size: 0; }

.listing.shop nav#pagination {
  margin: 0; }

nav#pagination .pagination,
nav#pagination .pagination li a,
nav#pagination .pagination li a span {
  border-radius: 0; }

.listing.shop nav#pagination .pagination {
  border: 0 none; }

nav#pagination .pagination li {
  border: 0 none;
  display: inline-block;
  font-size: 14px;
  margin: 0 2px; }

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
  position: absolute;
  top: 0;
  left: 0; }

nav#pagination .pagination li.next {
  right: 0;
  left: auto; }

nav#pagination .pagination li a {
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  padding: 13px 20px;
  color: #cf3339; }

html.no-touch nav#pagination .pagination li:not(.active) a:hover {
  color: white;
  border-color: #cf3339; }

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
  margin: 0; }

nav#pagination .pagination li.active a {
  font-weight: bold;
  color: white;
  border-color: black; }

/*  
--------------------------------------------------
5.6 SITEMAP NAVIGATION             
-------------------------------------------------- 
*/
nav.sitemap {
  overflow: hidden;
  height: 100%;
  position: relative; }

nav.sitemap ul {
  margin: 0;
  padding: 0 0 8px; }

nav.sitemap ul li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0; }

.c1-bg nav.sitemap ul li a {
  color: white; }

nav.sitemap ul li::before,
nav.sitemap ul li::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #d9d9d9;
  transition: all 0.3s ease-in-out 0s; }

.c1-bg nav.sitemap ul li::before,
.c1-bg nav.sitemap ul li::after {
  background-color: #d95c61; }

.c3-bg nav.sitemap ul li::before,
.c3-bg nav.sitemap ul li::after {
  background-color: #333333; }

nav.sitemap ul li::before {
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%; }

nav.sitemap ul li::after {
  top: 16px;
  width: 5px;
  height: 1px; }

html.no-touch nav.sitemap ul li a:hover {
  padding-left: 18px; }

html.no-touch nav.sitemap ul li:hover::after {
  width: 10px;
  background-color: #cccccc; }

html.no-touch .c1-bg nav.sitemap ul li:hover::after {
  background-color: #e28689; }

nav.sitemap ul ul {
  margin-left: 16px; }

/*  
--------------------------------------------------
5.8 QUICK LINKS           
-------------------------------------------------- 
*/
.quick-links ul li {
  margin-bottom: 10px; }

.quick-links ul li a {
  display: block;
  padding-left: 10px; }

.quick-links ul li a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1rem;
  display: block;
  width: 5px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3); }

/*  
--------------------------------------------------
5.9 FOOTER NAVIGATION             
-------------------------------------------------- 
*/
nav.footer {
  padding: 80px 0 0; }

nav.footer ul {
  font-size: 12px; }

nav.footer ul li {
  display: block;
  padding: 10px 0; }

nav.footer ul li a,
nav.footer ul li div {
  display: inline;
  padding: 0; }

@media (min-width: 768px) {
  nav.footer ul li {
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block; }
  nav.footer ul li.site-credit {
    clear: both;
    display: block;
    padding: 40px 0 0; } }

@media (min-width: 992px) {
  nav.footer ul li.site-credit {
    float: right;
    clear: none;
    padding: 0; } }

/*  
--------------------------------------------------
5.10 SLICK CAROUSEL NAVIGATION            
-------------------------------------------------- 
*/
.slick-prev,
.slick-next {
  display: table; }

.slick-prev i,
.slick-next i {
  position: relative;
  margin: 0 !important;
  display: block;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 200;
  background: none;
  border: 0 none;
  cursor: pointer;
  color: white;
  background-color: rgba(207, 51, 57, 0.8);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.slick-prev {
  left: 1rem;
  background-color: rgba(207, 51, 57, 0.4); }

.slick-next {
  right: 1rem; }

.apc.banner .slick-prev,
.apc.text-with-slideshow .slick-prev {
  left: 0; }

.apc.banner .slick-next,
.apc.text-with-slideshow .slick-next {
  right: 0; }

html.no-touch .slick-prev:hover,
html.no-touch .slick-next:hover {
  background-color: #cf3339; }

.slick-prev i,
.slick-next i {
  font-size: 15px; }

.apc.banner .slick-prev i,
.apc.banner .slick-next i {
  font-size: 20px; }

ul.slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
  text-align: center; }

.apc.banner ul.slick-dots,
.apc.text-with-slideshow ul.slick-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding: 0; }

ul.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px; }

.text-left ul.slick-dots {
  left: 1rem; }

.text-left ul.slick-dots li {
  float: left;
  margin-right: 10px;
  margin-left: 0; }

.text-right ul.slick-dots {
  right: 1rem; }

.text-right ul.slick-dots li {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

ul.slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s; }

ul.slick-dots li.slick-active button {
  background-color: black; }

.apc.banner ul.slick-dots li button,
.apc.text-with-slideshow ul.slick-dots li button,
.c1-bg ul.slick-dots li button,
.c2-bg ul.slick-dots li button,
.c3-bg ul.slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4); }

.apc.banner ul.slick-dots li.slick-active button,
.apc.text-with-slideshow ul.slick-dots li.slick-active button,
.c1-bg ul.slick-dots li.slick-active button,
.c2-bg ul.slick-dots li.slick-active button,
.c3-bg ul.slick-dots li.slick-active button {
  background-color: white; }

@media (min-width: 0) and (max-width: 767px) {
  .apc.banner .slick-prev,
  .apc.banner .slick-next {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (min-width: 992px) {
  .apc.banner .slick-prev,
  .apc.banner .slick-next {
    width: 50px;
    height: 50px; } }

/*  
----------------------------------------------------------------------------------------------------
6.0 - 8.0 SPC, APC, SWP
---------------------------------------------------------------------------------------------------- 
*/
/*  
----------------------------------------------------------------------------------------------------
6.0 STANDARD PAGE COMPONENTS
---------------------------------------------------------------------------------------------------- 
*/
.spc .overview .text :first-child,
.spc .outro .text :first-child {
  margin-top: 0; }

.spc .overview .text :last-child,
.spc .outro .text :last-child {
  margin-bottom: 0; }

body.standard-page .spc .overview .info,
body.standard-page .spc .outro .info {
  width: 100% !important;
  float: none !important; }

@media (min-width: 500px) and (max-width: 991px) {
  .item.col-xs-12:not(.items-1) {
    width: 50% !important; }
  .item.col-xs-12:not(.items-1):nth-of-type(2n+1) {
    clear: both; } }

@media (min-width: 500px) and (max-width: 599px) {
  .promo-pods .alt .item.col-xs-12:not(.items-1) {
    width: 100% !important; } }

@media (min-width: 768px) {
  .spc .heading.main {
    font-size: 30px; }
  .container-fluid .spc {
    padding-right: 1rem;
    padding-left: 1rem; } }

@media (min-width: 992px) {
  .spc .heading.main {
    font-size: 35px; }
  .item.items-2 {
    width: 50%; }
  .item.items-3 {
    width: 33.33333%; }
  .item.items-4 {
    width: 25%; }
  .item.items-2.col-xs-12:nth-of-type(2n+1),
  .item.items-3.col-xs-12:nth-of-type(3n+1),
  .item.items-4.col-xs-12:nth-of-type(4n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .spc .heading.main {
    font-size: 40px; } }

/*  
--------------------------------------------------
6.1 TABBED
-------------------------------------------------- 
*/
nav.tabs .nav {
  border: 0 none;
  font-weight: 600; }

.spc.listing nav.tabs {
  margin-bottom: 1rem; }

.text-center nav.tabs .nav li,
.text-right nav.tabs .nav li {
  display: inline-block;
  float: none; }

.text-center nav.tabs .nav li {
  margin: 0 -2px; }

.text-right nav.tabs .nav li {
  margin-right: -2px; }

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

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

nav.tabs .nav li a {
  padding: 10px 1rem;
  background: none;
  min-width: 50px;
  border-width: 2px 1px 1px;
  border-color: #d9d9d9;
  border-radius: 0;
  background-color: white; }

html.no-touch nav.tabs .nav li:not(.active) a:hover {
  background-color: #f2f2f2; }

nav.tabs .nav li.active a {
  border-width: 2px 1px 1px;
  color: black;
  border-top-color: #cf3339;
  border-bottom-color: white;
  background-color: white; }

.c1-bg nav.tabs .nav li a,
.c3-bg nav.tabs .nav li a {
  border-width: 2px 0 0; }

.c1-bg nav.tabs .nav li:not(.active) a,
.c3-bg nav.tabs .nav li:not(.active) a {
  border-top-color: #cf3339;
  background-color: rgba(255, 255, 255, 0.9); }

.c2-bg nav.tabs .nav li:not(.active) a {
  border-top-color: #d9d9d9; }

.c3-bg nav.tabs .nav li:not(.active) a {
  border-top-color: black; }

html.no-touch .c1-bg nav.tabs .nav li:not(.active) a:hover,
html.no-touch .c3-bg nav.tabs .nav li:not(.active) a:hover {
  background-color: white; }

html.no-touch .c1-bg nav.tabs .nav li:not(.active) a:hover {
  border-top-color: black; }

.c1-bg nav.tabs .nav li.active a {
  border-top-color: black;
  background-color: white; }

.spc.tabbed .tab-content {
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9; }

.spc.tabbed .tab-content {
  background-color: white; }

.c1-bg .spc.tabbed .tab-content {
  border-color: white; }

/*  
--------------------------------------------------
6.2 ACCORDION
-------------------------------------------------- 
*/
.spc.accordion .panel-group {
  margin: 0; }

.spc.accordion .heading:not(.main) {
  margin: 5px 0 0;
  font-size: 14px; }

.spc.accordion .heading:not(.main) a {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  background-color: white;
  border-width: 1px 1px 1px 2px;
  border-style: solid;
  border-color: #d9d9d9;
  text-decoration: none !important; }

html.no-touch .spc.accordion .heading:not(.main) a.collapsed:hover {
  background-color: #f2f2f2; }

.spc.accordion .heading:not(.main) a:not(.collapsed) {
  color: black;
  border-left-color: #cf3339; }

.c1-bg .spc.accordion .heading:not(.main) a:not(.collapsed),
html.no-touch .c1-bg .spc.accordion .heading:not(.main) a.collapsed:hover {
  border-left-color: black; }

.spc.accordion .heading:not(.main) a.collapsed {
  border-color: #d9d9d9; }

.spc.accordion .heading:not(.main) i {
  font-size: 15px;
  position: absolute;
  top: 1rem;
  right: 1rem; }

.spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-minus,
.spc.accordion .heading:not(.main) a.collapsed i.ion-plus {
  display: block; }

.spc.accordion .heading:not(.main) a.collapsed i.ion-minus,
.spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-plus {
  display: none; }

.spc.accordion .panel-body {
  padding: 1rem 0; }

.apc .spc.spc.accordion .panel-body {
  padding: 1rem;
  border-width: 0 1px 1px 2px;
  border-style: solid;
  border-color: #d9d9d9;
  background-color: white; }

/*  
--------------------------------------------------
6.4 IMAGES
-------------------------------------------------- 
*/
.spc.image img {
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

/*  
--------------------------------------------------
6.5 GALLERY        
-------------------------------------------------- 
*/
.spc.gallery .slides .item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem; }

.spc.gallery .item .image {
  position: relative; }

@media (min-width: 480px) and (max-width: 991px) {
  .spc.gallery .row:not(.slides) .item {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .spc.gallery .row:not(.slides) .item:not(.items-1) {
    width: 50%; }
  .spc.gallery .row:not(.slides) .item:nth-of-type(2n+1) {
    clear: both; } }

/*  
--------------------------------------------------
6.6 RESOURCES         
-------------------------------------------------- 
*/
.spc.resources .item {
  padding: 1rem;
  border-radius: 0; }

html.no-touch .spc.resources .item:hover {
  background-color: #f2f2f2; }

.spc.resources .item .heading {
  display: block;
  font-size: 16px;
  margin: 0; }

.spc.resources .item .heading + .text {
  margin-top: 10px; }

.spc.resources .item .text :first-child {
  margin-top: 0; }

.spc.resources .item .text :last-child {
  margin-bottom: 0; }

.spc.resources .item .heading + .size,
.spc.resources .item .text + .size {
  margin-top: 10px; }

.spc.resources .item .size {
  font-size: 12px; }

@media (min-width: 992px) {
  .apc .spc.resources .item {
    padding: 1rem; } }

@media (min-width: 1200px) {
  .spc.resources .item .heading {
    font-size: 18px; } }

/*  
--------------------------------------------------
6.7 PRICING MENU
-------------------------------------------------- 
*/
.spc.pricing-menu .head {
  padding: 10px 0 20px;
  margin-bottom: 10px;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #cf3339; }

.spc.pricing-menu .head .heading {
  margin: 0;
  font-size: 14px; }

.spc.pricing-menu .item {
  padding: 1rem 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9; }

.spc.pricing-menu .item:last-of-type {
  border: 0 none; }

.spc.pricing-menu .item .heading {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0 0 8px; }

.spc.pricing-menu .item .text p {
  margin: 0 0 5px;
  font-size: 90%;
  font-style: italic; }

.spc.pricing-menu .price p {
  margin: 5px 0 0; }

@media (min-width: 992px) {
  .spc.pricing-menu .item .heading {
    font-size: 18px; }
  .spc.pricing-menu .item .price {
    text-align: right; }
  .spc.pricing-menu .price p {
    margin: 0 0 10px; } }

/*  
--------------------------------------------------
6.8 TEXT BLOCK
-------------------------------------------------- 
*/
.spc.textblock :first-child {
  margin-top: 0; }

.spc.textblock :last-child {
  margin-bottom: 0; }

/*  
--------------------------------------------------
6.9 UMB GRID
-------------------------------------------------- 
*/
.spc.umb-grid .container {
  width: 100%;
  padding: 0; }

.spc.umb-grid .grid-section > div + div {
  margin-top: 1rem; }

@media (min-width: 0) and (max-width: 991px) {
  .spc.umb-grid .grid-section .column:first-of-type :first-child {
    margin-top: 0; }
  .spc.umb-grid .grid-section .column:last-of-type :last-child {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .spc.umb-grid .grid-section > div + div {
    margin-top: 2rem; }
  .spc.umb-grid .grid-section .column :first-child {
    margin-top: 0; }
  .spc.umb-grid .grid-section .column :last-child {
    margin-bottom: 0; } }

/*  
--------------------------------------------------
6.10 PODS
-------------------------------------------------- 
*/
.promo-pods .item {
  position: relative;
  margin: 1rem 0; }

html.no-touch .promo-pods .item a:hover .heading,
html.no-touch .promo-pods .item a:hover .text {
  text-decoration: none; }

.promo-pods .item .image {
  margin: 0 0 1rem; }

.promo-pods .alt .item .image {
  margin: 0; }

.promo-pods .item img {
  overflow: hidden; }

.promo-pods .alt .item .info {
  position: absolute;
  /* right:0; bottom:0; left:0; */
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8); }

html.no-touch .promo-pods .alt .item a .info {
  background-color: rgba(0, 0, 0, 0.3); }

html.no-touch .promo-pods .alt .item a:hover .info {
  background-color: rgba(0, 0, 0, 0.8); }

.promo-pods .alt .item .info .inner {
  max-width: 420px; }

.promo-pods .alt.text-center .item .info .inner {
  margin: 0 auto; }

.promo-pods .alt.text-right .item .info .inner {
  float: right; }

.promo-pods .item .heading {
  display: block;
  margin: 0;
  font-size: 18px;
  text-decoration: none; }

.promo-pods .item .text {
  display: block;
  margin-top: 10px; }

.promo-pods .item .text :first-child {
  margin-top: 0; }

.promo-pods .item .text :last-child {
  margin-bottom: 0; }

.promo-pods .item .text a {
  display: inline; }

@media (min-width: 992px) {
  .promo-pods .item .heading {
    font-size: 22px; }
  .promo-pods .item.items-4 .heading {
    font-size: 22px; }
  .promo-pods .alt .item:not(.items-3):not(.items-4) .heading {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .promo-pods .item .heading {
    font-size: 26px; }
  .promo-pods .alt .item:not(.items-3):not(.items-4) .heading {
    font-size: 30px; } }

/*  
--------------------------------------------------
6.11.1 BLOG LISTING   
-------------------------------------------------- 
*/
.meta {
  padding: 1rem 0;
  margin-top: 2rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #d9d9d9; }

.meta a {
  display: inline; }

.listing .meta {
  font-size: 13px;
  border: 0 none;
  padding: 0; }

.meta .author-date {
  padding-bottom: 10px; }

.item div.meta {
  margin-top: 2rem; }

div.meta .comments + .categories {
  padding-top: 10px; }

@media (min-width: 992px) {
  .listing.blog .item .heading {
    font-size: 20px; }
  .listing.blog .item.items-1 .heading {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .listing.blog .item .heading {
    font-size: 24px; }
  .listing.blog .item.items-1 .heading {
    font-size: 30px; } }

/*  
--------------------------------------------------
6.11.2 SECTION LISTING   
-------------------------------------------------- 
*/
.listing.vertical .item {
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9; }

.c1-bg .listing.vertical .item {
  border-color: rgba(255, 255, 255, 0.1); }

.c6-bg .listing.vertical .item {
  border-color: #cccccc; }

.listing.vertical .item:last-of-type {
  border: 0 none !important; }

.listing.vertical .item .image {
  margin-top: -10px;
  margin-bottom: 5px; }

@media (min-width: 992px) {
  .listing.vertical .item.items-1 .heading {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .listing.vertical .item.items-1 .heading {
    font-size: 30px; } }

/*  
--------------------------------------------------
6.11.3 GRID LISTING   
-------------------------------------------------- 
*/
/*  
--------------------------------------------------
6.11.4 SEARCH LISTING   
-------------------------------------------------- 
*/
.listing.search {
  margin: 1rem 0; }

.listing.search .item .heading + .link,
.listing.search .item .text + .link {
  margin-top: 1rem; }

.listing.search .item .link {
  margin-top: 10px; }

/*  
--------------------------------------------------
6.11.5 LISTING COMPONENT
-------------------------------------------------- 
*/
/*  
--------------------------------------------------
6.12 REUSABLE SWP
-------------------------------------------------- 
*/
/*  
--------------------------------------------------
6.14 RELATED CONTENT
-------------------------------------------------- 
*/
.spc.related-content .listing {
  overflow: visible; }

.spc.related-content .listing .item {
  padding: 0 1rem; }

.spc.related-content .listing .item .meta {
  margin-bottom: 0; }

.spc.related-content .item .image {
  margin-bottom: 1rem; }

.spc.related-content .item .heading {
  margin-top: 0; }

@media (min-width: 768px) {
  .spc.related-content .item.items-1.wide-image .image {
    margin: 0; }
  .spc.related-content .item.items-1.wide-image .info {
    position: absolute;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5); }
  .spc.related-content .text-left .item.items-1.wide-image .info {
    width: 40%;
    top: 0;
    bottom: 0;
    left: 1rem; }
  .spc.related-content .text-center .item.items-1.wide-image .info {
    right: 1rem;
    bottom: 0;
    left: 1rem; }
  .spc.related-content .text-right .item.items-1.wide-image .info {
    width: 40%;
    top: 0;
    right: 1rem;
    bottom: 0; } }

@media (min-width: 992px) {
  .spc.related-content .item.items-1 .heading {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .spc.related-content .item.items-1 .heading {
    font-size: 30px; } }

/*  
----------------------------------------------------------------------------------------------------
7.0 ADVANCED PAGE COMPONENTS
---------------------------------------------------------------------------------------------------- 
*/
.apc {
  position: relative;
  overflow: hidden; }

/*
.apc.c1-bg:not([style^="background-image:"]):not(.map)+.apc.c1-bg:not([style^="background-image:"]):not(.map),
.apc.c2-bg:not([style^="background-image:"]):not(.map)+.apc.c2-bg:not([style^="background-image:"]):not(.map),
.apc.c3-bg:not([style^="background-image:"]):not(.map)+.apc.c3-bg:not([style^="background-image:"]):not(.map),
.apc.c4-bg:not([style^="background-image:"]):not(.map)+.apc.c4-bg:not([style^="background-image:"]):not(.map),
.apc.c5-bg:not([style^="background-image:"]):not(.map)+.apc.c5-bg:not([style^="background-image:"]):not(.map),
.apc.c6-bg:not([style^="background-image:"]):not(.map)+.apc.c6-bg:not([style^="background-image:"]):not(.map) {
    padding-top: 0;
}
*/
.apc.pod-windows .container-fluid:first-child {
  margin-top: -1rem; }

.apc.pod-windows .container-fluid:last-child {
  margin-bottom: -1rem; }

.apc .overview .text :first-child,
.apc .outro .text :first-child {
  margin-top: 0; }

.apc .overview .text :last-child,
.apc .outro .text :last-child {
  margin-bottom: 0; }

.apc .overview.text-center .info,
.apc .outro.text-center .info {
  margin-right: auto;
  margin-left: auto;
  float: none; }

.apc .overview.text-right .info,
.apc .outro.text-right .info {
  float: right; }

.apc .image.video {
  position: relative; }

.apc.banner {
  padding: 0 !important; }

.apc.banner,
.apc.promo-pods {
  margin: 0; }

@media (min-width: 768px) {
  .apc.pod-windows .container-fluid:first-child {
    margin-top: -2rem; }
  .apc.pod-windows .container-fluid:last-child {
    margin-bottom: -2rem; } }

@media (min-width: 992px) {
  .apc.pod-windows .container-fluid:first-child {
    margin-top: -3rem; }
  .apc.pod-windows .container-fluid:last-child {
    margin-bottom: -3rem; } }

@media (min-width: 1200px) {
  .apc.pod-windows .container-fluid:first-child {
    margin-top: -4rem; }
  .apc.pod-windows .container-fluid:last-child {
    margin-bottom: -4rem; } }

/*  
--------------------------------------------------
7.1 STANDARD PAGE COMPONENTS ON ADVANCED PAGE
-------------------------------------------------- 
*/
.apc.standard-components .spc {
  margin-bottom: 0; }

/*  
--------------------------------------------------
7.2 BANNER  
-------------------------------------------------- 
*/
.apc.banner .item .row {
  display: flex;
  align-items: center;
  justify-content: center; }

.apc.banner {
  overflow: hidden;
  height: auto;
  position: relative;
  z-index: 0; }

.apc.banner .item {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.apc.banner .item.short,
.apc.banner .item.short .container,
.apc.banner .item.short .row {
  min-height: 270px; }

.apc.banner .item.medium,
.apc.banner .item.medium .container,
.apc.banner .item.medium .row {
  min-height: 370px; }

.apc.banner .item.takeover,
.apc.banner .item.takeover .container,
.apc.banner .item.takeover .row {
  min-height: 100vh; }

.apc.banner .item.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.apc.banner .item .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* will not work on iOS: https://stackoverflow.com/questions/23236158/how-to-replicate-background-attachment-fixed-on-ios */
/* ONLY NEEDED FOR NON JQUERY PARALLAX */
body:not(.browser-ios) .apc.banner .item.parallax .image {
  background-attachment: fixed; }

.apc.banner .info {
  position: relative;
  padding: 2rem;
  z-index: 11; }

.apc.banner .item:not(:only-child) .info {
  padding-bottom: 4rem; }

.apc.banner .info .heading.main {
  margin: 0; }

.apc.banner .info .heading.main + .text {
  margin-top: 5px; }

.apc.banner .info .text :first-child {
  margin-top: 0; }

.apc.banner .info .text :last-child {
  margin-bottom: 0; }

.apc.banner .info .heading.main + .link {
  margin: 20px 0 0; }

.apc.banner .info .text + .link {
  margin: 2rem 0 0; }

/* SCROLL PROMPT */
.apc.banner .scroll-prompt {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.apc.banner .scroll-prompt a {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none !important; }

.apc.banner .scroll-prompt a i {
  font-size: 30px;
  line-height: 40px;
  display: block;
  padding: 0;
  margin: 0 0 0 2px; }

.apc.banner .scroll-prompt .mouse-scroll {
  position: relative;
  width: 21px;
  height: 35px;
  margin: 0 auto;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-radius: 10px; }

.apc.banner .scroll-prompt .mouse-scroll::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 3px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@media (min-width: 768px) {
  .apc.banner .item.short,
  .apc.banner .item.short .container,
  .apc.banner .item.short .row {
    min-height: 350px; }
  .apc.banner .item.medium,
  .apc.banner .item.medium .container,
  .apc.banner .item.medium .row {
    min-height: 450px; }
  .apc.banner .item.takeover,
  .apc.banner .item.takeover .container,
  .apc.banner .item.takeover .row {
    min-height: 100vh; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .apc.banner .info .table {
    padding-right: 40px;
    padding-left: 40px; } }

@media (min-width: 1200px) {
  .apc.banner .item.short,
  .apc.banner .item.short .container,
  .apc.banner .item.short .row {
    min-height: 400px; }
  .apc.banner .item.medium,
  .apc.banner .item.medium .container,
  .apc.banner .item.medium .row {
    min-height: 550px; }
  .apc.banner .scroll-prompt a {
    height: auto;
    padding-bottom: 20px; }
  .apc.banner .scroll-prompt a span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    display: block;
    margin-top: 1rem;
    display: none; }
  .apc.banner .scroll-prompt a i {
    font-size: 20px; } }

@media (min-width: 1500px) {
  body.fixed-width .apc.banner .item {
    background-size: 1500px auto; } }

/*  
--------------------------------------------------
7.2.2 BANNER VIDEOS
-------------------------------------------------- 
*/
.apc.banner .item .video .video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  /* for accessing the video by click */
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*  
--------------------------------------------------
7.3 CTA STRIP  
-------------------------------------------------- 
*/
/*  
--------------------------------------------------
7.5 TEXT WITH IMAGE / VIDEO
-------------------------------------------------- 
*/
.apc.text-with-slideshow .overlayicon {
  font-size: 60px; }

@media (min-width: 0) and (max-width: 991px) {
  .apc.text-with-slideshow .slides {
    margin-bottom: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .apc.text-with-slideshow.wide .slides {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 992px) {
  .apc.text-with-slideshow.wide {
    padding: 0; }
  .apc.text-with-slideshow .info {
    padding-top: 0;
    display: table-cell;
    vertical-align: middle; }
  .apc.text-with-slideshow.wide .info {
    padding: 3rem 0; }
  .apc.text-with-slideshow .overlayicon {
    font-size: 100px; }
  .apc.text-with-slideshow:not(.wide) .pull-right .slides {
    margin-left: -1rem; }
  .apc.text-with-slideshow:not(.wide) .pull-left .slides {
    margin-right: -1rem; }
  .apc.text-with-slideshow.wide .slides {
    margin-right: -1rem;
    margin-left: -1rem; } }

@media (min-width: 1200px) {
  .apc.text-with-slideshow.wide .info {
    padding: 4rem 0; }
  .apc.text-with-slideshow .overlayicon {
    font-size: 140px; } }

/*  
--------------------------------------------------
7.6 TEXT WITH FORM  
-------------------------------------------------- 
*/
@media (min-width: 0) and (max-width: 767px) {
  .apc.text-with-form .text-side + .form-side {
    margin-top: 1rem; }
  .apc.text-with-form .form-side + .text-side {
    margin-top: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .apc.text-with-form .text-side + .form-side {
    margin-top: 2rem; }
  .apc.text-with-form .form-side + .text-side {
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .apc.text-with-form .text-side {
    margin-top: 21px; } }

@media (min-width: 1200px) {
  .apc.text-with-form .text-side {
    margin-top: 31px; } }

/*  
--------------------------------------------------
7.7 LISTING WITH FORM
-------------------------------------------------- 
*/
.apc.listing-with-form .listing .item {
  margin: 1rem 0 0;
  position: relative; }

.apc.listing-with-form .listing .heading.main + .item {
  margin-top: 2rem; }

.apc.listing-with-form .listing.blog .item {
  padding-bottom: 1rem; }

.apc.listing-with-form .listing .item .meta {
  margin: 1rem 0 0; }

.apc.listing-with-form .listing .link {
  margin-top: 2rem; }

@media (min-width: 0) and (max-width: 767px) {
  .apc.listing-with-form .listing-side + .form-side {
    margin-top: 1rem; }
  .apc.listing-with-form .form-side + .listing-side {
    margin-top: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .apc.listing-with-form .listing-side + .form-side {
    margin-top: 2rem; }
  .apc.listing-with-form .form-side + .listing-side {
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .apc.listing-with-form .listing-side {
    margin-top: 21px; } }

@media (min-width: 1200px) {
  .apc.listing-with-form .listing-side {
    margin-top: 31px; } }

/*  
--------------------------------------------------
7.10 POD WINDOWS
-------------------------------------------------- 
*/
.apc.pod-windows {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }

.apc.pod-windows .container-fluid {
  padding: 0; }

.apc.pod-windows .container-fluid.window-spacing {
  padding: 7.5px; }

.apc.pod-windows .windows {
  position: relative;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }

.apc.pod-windows .item {
  position: relative;
  width: 100%;
  margin-bottom: 0; }

.apc.pod-windows .item::before {
  content: "";
  display: block;
  padding-top: 50vh; }

.apc.pod-windows .item .info {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center; }

.apc.pod-windows.c1-bg .window-spacing .item .info {
  border: 7.5px solid #cf3339; }

.apc.pod-windows.c2-bg .window-spacing .item .info {
  border: 7.5px solid black; }

.apc.pod-windows.c3-bg .window-spacing .item .info {
  border: 7.5px solid black; }

.apc.pod-windows.c4-bg .window-spacing .item .info {
  border: 7.5px solid #d9d9d9; }

.apc.pod-windows.c5-bg .window-spacing .item .info {
  border: 7.5px solid white; }

.apc.pod-windows.c6-bg .window-spacing .item .info {
  border: 7.5px solid #d9d9d9; }

.apc.pod-windows .item .info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden; }

.apc.pod-windows .item .info .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden; }

.apc.pod-windows .item .table {
  position: relative;
  z-index: 5; }

.apc.pod-windows .item .heading {
  margin: 0; }

.apc.pod-windows .item .secondary-heading + .heading {
  margin-top: 5px; }

.apc.pod-windows .item .heading + .text {
  margin-top: 5px; }

.apc.pod-windows .item .text :first-child {
  margin-top: 0; }

.apc.pod-windows .item .text :last-child {
  margin-bottom: 0; }

.apc.pod-windows .item .link {
  margin-bottom: 0; }

.apc.pod-windows .item .link {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 201;
  width: 100%;
  transition: bottom 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0s; }

.apc.pod-windows .text-center .item .link {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

html.no-touch .apc.pod-windows .item a.info .link {
  bottom: -100%;
  opacity: 0; }

html.no-touch .apc.pod-windows .item a:hover .link {
  bottom: 20px;
  opacity: 1; }

.apc.pod-windows .item .info .overlayicon {
  background: none;
  font-size: 100px; }

@media (min-width: 768px) {
  /* 4 WINDOWS */
  .apc.pod-windows .windows.windows-4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .apc.pod-windows .windows-4.big-window-first .item:nth-child(1)::before,
  .apc.pod-windows .windows-4.small-window-first .item:nth-child(2)::before {
    padding-top: 55vh;
    padding-top: calc(55vh - 50px); }
  .apc.pod-windows .windows-4.big-window-first .item:nth-child(2)::before,
  .apc.pod-windows .windows-4.small-window-first .item:nth-child(1)::before {
    padding-top: 45vh;
    padding-top: calc(45vh - 50px); }
  .apc.pod-windows .windows-4.big-window-first .item:nth-child(3)::before,
  .apc.pod-windows .windows-4.small-window-first .item:nth-child(4)::before {
    padding-top: 45vh;
    padding-top: calc(45vh - 50px); }
  .apc.pod-windows .windows-4.big-window-first .item:nth-child(4)::before,
  .apc.pod-windows .windows-4.small-window-first .item:nth-child(3)::before {
    padding-top: 55vh;
    padding-top: calc(55vh - 50px); }
  .apc.pod-windows .container .windows-4.big-window-first .item:nth-child(1)::before,
  .apc.pod-windows .container .windows-4.small-window-first .item:nth-child(2)::before {
    padding-top: 400px; }
  .apc.pod-windows .container .windows-4.big-window-first .item:nth-child(2)::before,
  .apc.pod-windows .container .windows-4.small-window-first .item:nth-child(1)::before {
    padding-top: 300px; }
  .apc.pod-windows .container .windows-4.big-window-first .item:nth-child(3)::before,
  .apc.pod-windows .container .windows-4.small-window-first .item:nth-child(4)::before {
    padding-top: 300px; }
  .apc.pod-windows .container .windows-4.big-window-first .item:nth-child(4)::before,
  .apc.pod-windows .container .windows-4.small-window-first .item:nth-child(3)::before {
    padding-top: 400px; }
  /* 3 WINDOWS */
  .apc.pod-windows .windows.windows-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .apc.pod-windows .windows-3.big-window-first .item:nth-child(1)::before,
  .apc.pod-windows .windows-3.small-window-first .item:nth-child(3)::before {
    padding-top: 100vh; }
  .apc.pod-windows .windows-3.big-window-first .item:nth-child(2)::before,
  .apc.pod-windows .windows-3.big-window-first .item:nth-child(3)::before,
  .apc.pod-windows .windows-3.small-window-first .item:nth-child(1)::before,
  .apc.pod-windows .windows-3.small-window-first .item:nth-child(2)::before {
    padding-top: 50vh; }
  .apc.pod-windows .container .windows-3.big-window-first .item:nth-child(1)::before,
  .apc.pod-windows .container .windows-3.small-window-first .item:nth-child(3)::before {
    padding-top: 700px; }
  .apc.pod-windows .container .windows-3.big-window-first .item:nth-child(2)::before,
  .apc.pod-windows .container .windows-3.big-window-first .item:nth-child(3)::before,
  .apc.pod-windows .container .windows-3.small-window-first .item:nth-child(1)::before,
  .apc.pod-windows .container .windows-3.small-window-first .item:nth-child(2)::before {
    padding-top: 350px; }
  /* BASIC WINDOWS */
  .apc.pod-windows .windows.basic-windows.windows-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
  .apc.pod-windows .windows.basic-windows.windows-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; }
  .apc.pod-windows .windows.basic-windows.windows-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .apc.pod-windows .windows.basic-windows.windows-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
  .apc.pod-windows .basic-windows .item::before {
    padding-top: 50vh; }
  .apc.pod-windows .container .basic-windows .item::before {
    padding-top: 350px; }
  .apc.pod-windows .basic-windows .item::before {
    padding-top: 50vh; }
  .apc.pod-windows .container .basic-windows .item::before {
    padding-top: 350px; } }

@media (min-width: 1200px) {
  .apc.pod-windows .item .secondary-heading,
  .apc.pod-windows .item .heading,
  .apc.pod-windows .item .text,
  .apc.pod-windows .item .link {
    max-width: 400px; }
  .apc.pod-windows .text-center .item .secondary-heading,
  .apc.pod-windows .text-center .item .heading,
  .apc.pod-windows .text-center .item .text,
  .apc.pod-windows .text-center .item .link {
    margin-right: auto;
    margin-left: auto; }
  .apc.pod-windows .item .link {
    bottom: 2rem; } }

/*  
----------------------------------------------------------------------------------------------------
8.0 SITE WIDE PODS
---------------------------------------------------------------------------------------------------- 
*/
.swp {
  margin-bottom: 2rem; }

.swp .item {
  position: relative;
  margin-bottom: 2rem; }

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

.swp .item .heading a {
  text-decoration: none; }

.swp .item .heading i {
  font-size: 15px;
  display: none; }

.swp .item .link {
  margin-bottom: 0; }

/*  
----------------------------------------------------------------------------------------------------
8.1 BLOCKQUOTE POD
---------------------------------------------------------------------------------------------------- 
*/
.swp blockquote p {
  font-size: 16px; }

@media (min-width: 992px) {
  .swp blockquote p {
    font-size: 20px; } }

/*  
----------------------------------------------------------------------------------------------------
8.2 CODEPOD
---------------------------------------------------------------------------------------------------- 
*/
/*  
----------------------------------------------------------------------------------------------------
8.3 GENERAL POD
---------------------------------------------------------------------------------------------------- 
*/
/* 
----------------------------------------------------------------------------------------------------
8.4 IMAGE POD
---------------------------------------------------------------------------------------------------- 
*/
/*  
----------------------------------------------------------------------------------------------------
8.5 LISTING POD
---------------------------------------------------------------------------------------------------- 
*/
.swp .item.listing-pod .inner > .heading {
  margin-bottom: 2rem; }

.swp .item.listing-pod .link {
  margin: 1rem 0 0; }

.swp .listing {
  margin: 0;
  padding: 0; }

.swp .listing .item {
  margin: 0;
  padding: 0; }

.swp .listing .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 1rem;
  background-color: #d9d9d9; }

.swp .listing .item .heading {
  font-size: 16px; }

.swp .listing .item .meta {
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px;
  border: 0 none; }

/*  
----------------------------------------------------------------------------------------------------
8.6 FORM POD
---------------------------------------------------------------------------------------------------- 
*/
.swp .item.form-pod .heading.main {
  font-size: 16px; }

@media (min-width: 992px) {
  .swp .item.form-pod .heading.main {
    font-size: 20px; } }

/*  
----------------------------------------------------------------------------------------------------
8.7 VIDEO POD
---------------------------------------------------------------------------------------------------- 
*/
/*  
----------------------------------------------------------------------------------------------------
9.0 FORMS
---------------------------------------------------------------------------------------------------- 
*/
textarea {
  resize: none; }

fieldset.buttons {
  margin: 0; }

.heading.umbraco-forms-caption:not(.main) {
  color: inherit; }

.form-group {
  position: relative; }

.form-group.titleanddescription:not(:first-child) {
  margin-top: 2rem; }

.form-group.titleanddescription:first-child .heading {
  margin-top: 0; }

label em.req {
  font-style: normal;
  color: #cf3339; }

.form-control {
  min-height: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0; }

.form-group.uploadafile .form-control {
  padding-top: 5px; }

.radio label input[type="radio"],
.checkbox label input[type="checkbox"] {
  top: 5px;
  left: 0;
  margin: 0; }

.form-group.dropdown .form-control {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  background: none; }

.form-group.dropdown::after {
  font-family: "Ionicons";
  content: "\f123";
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0.5rem 1rem 0 0;
  font-size: 15px;
  text-align: right;
  color: black;
  background-color: white;
  box-sizing: border-box; }

.buttons .btn.prev + .btn.submit {
  float: right; }

/* VALIDATION */
.input-validation-error {
  border-color: #cf3339; }

.input-validation-error:focus {
  border-color: #cf3339;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(207, 51, 57, 0.5); }

.validation-summary-errors {
  color: #cf3339; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

@media (min-width: 992px) {
  .form-control,
  .form-group.dropdown::after {
    min-height: 50px; }
  .form-group.dropdown::after {
    padding: 1rem 1rem 0 0; }
  .form-group.uploadafile .form-control {
    padding-top: 1rem; } }

/*	
----------------------------------------------------------------------------------------------------
9.1.1 SITE SEARCH
---------------------------------------------------------------------------------------------------- 
*/
.site-search {
  position: relative;
  margin: 1rem 0; }

.site-search fieldset {
  position: relative;
  pointer-events: all; }

.site-search .form-control {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding-right: 40px; }

.site-search .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  text-align: center;
  border: 0 none; }

.site-search button i {
  font-size: 20px; }

/*	
----------------------------------------------------------------------------------------------------
9.1.2 COMPONENT FORMS
---------------------------------------------------------------------------------------------------- 
*/
.swp .newsletter.form label {
  display: none; }

.swp .newsletter.form .form-group::after {
  content: "*";
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 10;
  color: #cf3339; }

@media (min-width: 992px) {
  .apc .form-side .form .form-group.col-xs-12 {
    width: 100%;
    float: none; } }

/*  
--------------------------------------------------
9.1.3 COMMENTS 
-------------------------------------------------- 
*/
#comments {
  padding-top: 2rem; }

/*  
--------------------------------------------------
9.2 AJAX LOADING         
-------------------------------------------------- 
*/
.ajax-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.ajax-wrap .ajax-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9); }

.ajax-wrap .ajax-loading .loading {
  margin: 0;
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%; }

.ajax-wrap .ajax-loading .loading span.message {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/icons/loading-on-white.gif"); }

/*  
--------------------------------------------------
9.3 COOKIES
-------------------------------------------------- 
*/
.cookie-notice {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 1000;
  opacity: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0);
  transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s; }

.cookie-notice.open {
  bottom: 0;
  opacity: 1;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05); }

.cookie-notice .heading {
  margin: 0; }

.cookie-notice .heading + .text {
  margin-top: 5px; }

.cookie-notice .text :first-child {
  margin-top: 0; }

.cookie-notice .text :last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .cookie-notice {
    max-width: 460px; } }

/*	
--------------------------------------------------
10.0 MISC
-------------------------------------------------- 
*/
iframe,
object,
embed {
  display: block; }

.inner {
  padding: 1rem; }

.spc.quick-links .inner {
  padding-bottom: 5px; }

.has-borders {
  border-width: 1px;
  border-style: solid; }

.has-border-top {
  border-width: 1px 0 0;
  border-style: solid; }

.has-border-bottom {
  border-width: 0 0 1px;
  border-style: solid; }

.rounded {
  border-radius: 3px; }

.item .table {
  margin: 0; }

.table-cell {
  padding: 2rem; }

.item-square {
  padding-bottom: 100%; }

.item-square .info {
  max-width: 640px;
  margin: 0 auto;
  padding: 0; }

.item-square .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

div.table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0; }

div.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0; }

div.table-cell.align-top {
  vertical-align: top;
  padding-top: 140px; }

div.table-cell.align-bottom {
  vertical-align: bottom;
  padding-bottom: 140px; }

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

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

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

.padding-top {
  padding-top: 2rem !important; }

.padding-bottom {
  padding-bottom: 2rem !important; }

.short-padding {
  padding: 20px 0 !important; }

.short-padding-top {
  padding-top: 20px !important; }

.short-padding-bottom {
  padding-bottom: 20px !important; }

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

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

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin-top {
  margin-top: 2rem !important; }

.margin-bottom {
  margin-bottom: 2rem !important; }

.short-margin {
  margin: 20px 0 !important; }

.short-margin-top {
  margin-top: 20px !important; }

.short-margin-bottom {
  margin-bottom: 20px !important; }

.apc.map,
.apc.map .wide-col,
.apc.map .container-fluid .spc {
  padding: 0 !important; }

@media (max-width: 991px) {
  .item-square {
    padding-bottom: 75%; }
  .apc.banner .item.short div.table-cell,
  .apc.banner .item.medium div.table-cell {
    padding: 0 !important; } }

@media (min-width: 768px) {
  .item-square {
    padding-bottom: 50%; }
  .item-square .info {
    padding: 0; } }

@media (min-width: 992px) {
  .inner {
    padding: 20px; }
  .spc.quick-links .inner {
    padding-bottom: 10px; } }

@media (min-width: 1200px) {
  .container-fluid .item-square {
    padding-bottom: 35%; }
  .inner {
    padding: 1.5rem; }
  .spc.quick-links .inner {
    padding-bottom: 20px; } }

/*	
--------------------------------------------------
10.1 OVERLAY ICONS
-------------------------------------------------- 
*/
.image a {
  display: block;
  position: relative;
  overflow: hidden; }

.overlayicon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 40px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  opacity: 0;
  transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s; }

.item.video-pod a .overlayicon,
div.video a .overlayicon {
  background-color: rgba(0, 0, 0, 0.25); }

html.no-touch a:hover .overlayicon,
.item.video-pod a .overlayicon,
div.video a .overlayicon {
  opacity: 1; }

html.no-touch a:hover .overlayicon,
html.no-touch .item.video-pod a:hover .overlayicon,
html.no-touch div.video a:hover .overlayicon {
  background-color: rgba(0, 0, 0, 0.75); }

.overlayicon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.masonry .overlayicon::before {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  top: 35%; }

@media (min-width: 992px) {
  .overlayicon {
    font-size: 50px; } }

@media (min-width: 1200px) {
  .overlayicon {
    font-size: 60px; } }

/*  
--------------------------------------------------
10.2 AUTHOR BIO
-------------------------------------------------- 
*/
body.standard-page .spc + .spc.author-bio {
  margin-top: -2rem; }

.author-bio {
  overflow: hidden;
  height: 100%; }

.author-bio nav.social {
  margin: 0; }

.author-bio .heading.main {
  font-size: 18px; }

.author-bio .heading.main + .row {
  padding-top: 1rem; }

.author-bio .info {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.author-bio .info p.heading {
  font-size: 18px; }

@media (min-width: 0) and (max-width: 767px) {
  .author-bio {
    text-align: center; }
  .author-bio .image-wrap {
    max-width: 300px;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .author-bio .image-wrap {
    float: right !important; }
  .author-bio .info {
    padding-top: 0; }
  .author-bio .col-sm-8 .info {
    padding-top: 1rem; } }

@media (min-width: 992px) {
  .author-bio .heading.main {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .author-bio .heading.main {
    font-size: 22px; } }

/*  
--------------------------------------------------
10.3 TABLES
-------------------------------------------------- 
*/
table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background-color: #d9d9d9; }

thead {
  color: black;
  background-color: #d9d9d9; }

table th,
table td {
  padding: 1rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #d9d9d9; }

table tr:nth-of-type(even) td {
  background-color: white; }

.tables table tr:nth-of-type(even) td,
.tables .body .item:nth-of-type(even) {
  background-color: white; }

table th {
  font-weight: 500;
  font-size: 15px; }

table tr p:first-of-type {
  margin-top: 0; }

table tr p:last-of-type {
  margin-bottom: 0; }

/*	
--------------------------------------------------
END
-------------------------------------------------- 
*/

.visually-hidden,
.sr-only {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important; }


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

:root {
  --responsive-h1: 3.5rem;
  --responsive-h2: 2.25rem;
  --responsive-h3: 1.75rem;
  --responsive-h4: 1.5rem;
  --responsive-h5: 1.25rem;
  --responsive-h6: 1rem;
  --responsive-regular: 1.125rem;
  --responsive-caption: 1rem;
  --navigation-font-size: 1.125rem;
  --responsive-tiny: 0.75rem;
  --text-margin: 0.875em; }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --navigation-font-size: 1rem; } }
  @media (max-width: 767px) {
    :root {
      --navigation-font-size: 1.125rem;
      --responsive-h1: 3rem;
      --responsive-h2: 2.125rem;
      --responsive-h3: 1.625rem;
      --responsive-h4: 1.325rem;
      --responsive-h5: 1.125rem;
      --responsive-regular: 1rem;
      --responsive-caption: 0.875rem;
      --responsive-tiny: 0.625rem; } }
  @media (max-width: 599px) {
    :root {
      --responsive-h1: 2.25rem;
      --responsive-h2: 1.75rem;
      --responsive-h3: 1.5rem;
      --responsive-h4: 1.125rem;
      --responsive-h5: 1rem; } }

body {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-size: var(--responsive-regular); }

.apc h1.heading.main, h1, h1 > p, .h1-style, .h1-style > p, blockquote::before {
  font-size: 3.5rem;
  font-size: var(--responsive-h1);
  line-height: 1.175; }

.apc .heading.main, h2, h2 > p, .h2-style, .h2-style > p {
  font-size: 2.25rem;
  font-size: var(--responsive-h2);
  line-height: 1.25; }

.apc.pod-windows .item .heading, h3, h3 > p, .h3-style, .h3-style > p {
  font-size: 1.75rem;
  font-size: var(--responsive-h3);
  line-height: 1.335; }

.apc.listing-with-form .listing .item .heading, h4, h4 > p, .h4-style, .h4-style > p, legend {
  font-size: 1.5rem;
  font-size: var(--responsive-h4);
  line-height: 1.43; }

h5, h5 > p, .h5-style, .h5-style > p, .ribbon-list-item,
.large,
.intro {
  font-size: 1.25rem;
  font-size: var(--responsive-h5);
  line-height: 1.485; }

.footer, .footer p,
p,
label,
input,
blockquote,
li {
  font-size: 1rem;
  font-size: var(--responsive-regular);
  line-height: 1.5; }

.field-validation-error, .footer-legal p,
.caption,
.caption p,
.caption li, span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), label:nth-child(n), .pdp-overview-performance-item > *:not(h3),
.secondary-heading,
h6,
h6 > p,
.h6-style,
.h6-style > p,
.small,
.small p,
.small li {
  font-size: 1rem;
  font-size: var(--responsive-h6);
  line-height: 1.5; }

.field-validation-error, .footer-legal p,
.caption,
.caption p,
.caption li {
  font-size: 0.875rem;
  font-size: var(--responsive-caption);
  line-height: 1.57; }

.caption {
  color: #000000; }


.tiny {
  font-size: 0.75rem;
  font-size: var(--responsive-tiny);
  line-height: 1.5; }

.apc h1.heading.main, h1, h1 > p, .h1-style, .h1-style > p, blockquote::before, .apc .heading.main, h2, h2 > p, .h2-style, .h2-style > p, .apc.pod-windows .item .heading, h3, h3 > p, .h3-style, .h3-style > p, .apc.listing-with-form .listing .item .heading, h4, h4 > p, .h4-style, .h4-style > p, legend, h5, h5 > p, .h5-style, .h5-style > p, .ribbon-list-item,
.secondary-heading,
h6,
h6 > p,
.h6-style,
.h6-style > p {
  font-weight: 800;
  font-family: "Muli", Helvetica, Arial, sans-serif; }


.secondary-heading,
h6,
h6 > p,
.h6-style,
.h6-style > p {
  text-transform: uppercase;
  letter-spacing: 0.09em; }

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6, * + p, * + ul, * + ol, * + address, .heading + .text, .text + *, legend + *, .umbraco-forms-row > *, .umbraco-forms-navigation, .field-validation-error {
  margin-top: 1em;
  margin-top: var(--text-margin); }

.secondary-heading + * {
  margin-top: 0.125em; }

.visually-hidden + * {
  margin-top: 0; }

.light {
  font-weight: 400; }

.bold {
  font-weight: 800; }

sup,
sub {
  font-size: calc(50% + 0.4rem);
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.4em; }

sub {
  top: 0.4em; }

a,
.hyperlink {
  text-decoration: underline;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
  color: #CF3339; }
  a svg,
  .hyperlink svg {
    transition: 0.3s;
    fill: #CF3339; }
  a:hover, a:active, a:focus,
  .hyperlink:hover,
  .hyperlink:active,
  .hyperlink:focus {
    color: #000000; }
    a:hover svg, a:active svg, a:focus svg,
    .hyperlink:hover svg,
    .hyperlink:active svg,
    .hyperlink:focus svg {
      fill: #000000; }

.subtle-link {
  text-decoration: none; }
  .subtle-link:hover, .subtle-link:focus {
    text-decoration: underline; }

.dark,
.footer-main {
  color: #ffffff; }
  .dark a,
  .footer-main a {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #ffffff; }
    .dark a svg,
    .footer-main a svg {
      transition: 0.3s;
      fill: #ffffff; }
    .dark a:hover, .dark a:active, .dark a:focus,
    .footer-main a:hover,
    .footer-main a:active,
    .footer-main a:focus {
      color: #D9D9D9; }
      .dark a:hover svg, .dark a:active svg, .dark a:focus svg,
      .footer-main a:hover svg,
      .footer-main a:active svg,
      .footer-main a:focus svg {
        fill: #D9D9D9; }

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

ul.unstyled, ol.unstyled {
  list-style-type: none;
  margin-left: 0; }

.titling {
  text-transform: uppercase;
  letter-spacing: 0.5em; }

.text-3-col,
.text-2-col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem; }
  .text-3-col:nth-child(n),
  .text-2-col:nth-child(n) {
    max-width: none; }
  @media (max-width: 479px) {
    .text-3-col,
    .text-2-col {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

@media (min-width: 600px) {
  .text-3-col {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

.quote-text {
  font-size: 2.25rem;
  font-size: var(--responsive-h2);
  font-style: italic; }

blockquote::before {
  content: ' \275D';
  line-height: 1;
  font-weight: 400; }

a:not([class*="btn"]):hover,
.hyperlink:hover, a,
area,
input,
select,
textarea,
button,
iframe, span.btn > a:hover, span.btn-sm > a:hover, span.btn-xs > a:hover, span.btn-lg > a:hover, .btn:hover:not(span), .btn-sm:hover:not(span), .btn-xs:hover:not(span), .btn-lg:hover:not(span), span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span), .form-control, input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label,
input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label {
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: 0.3s all; }

a:focus, a:active, a:focus:active,
area:focus,
area:active,
area:focus:active,
input:focus,
input:active,
input:focus:active,
select:focus,
select:active,
select:focus:active,
textarea:focus,
textarea:active,
textarea:focus:active,
button:focus,
button:active,
button:focus:active,
iframe:focus,
iframe:active,
iframe:focus:active, span.btn > a:focus, span.btn-sm > a:focus, span.btn-xs > a:focus, span.btn-lg > a:focus, .btn:focus:not(span), .btn-sm:focus:not(span), .btn-xs:focus:not(span), .btn-lg:focus:not(span), span.btn > a:active, span.btn-sm > a:active, span.btn-xs > a:active, span.btn-lg > a:active, .btn:active:not(span), .btn-sm:active:not(span), .btn-xs:active:not(span), .btn-lg:active:not(span), span.btn > a:focus:active, span.btn-sm > a:focus:active, span.btn-xs > a:focus:active, span.btn-lg > a:focus:active, .btn:focus:active:not(span), .btn-sm:focus:active:not(span), .btn-xs:focus:active:not(span), .btn-lg:focus:active:not(span), .form-control:focus, .form-control:active, .form-control:focus:active, input[type="checkbox"]:focus + label,
input[type="checkbox"]:focus + input[type="hidden"] + label,
input[type="radio"]:focus + label,
input[type="radio"]:focus + input[type="hidden"] + label {
  box-shadow: 0 0 0 2px #ffffff;
  outline-offset: 2px;
  outline: 2px solid #000000; }

span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span) {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  padding: 0.5rem 1rem;
  border: 1px solid #CF3339;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0; }
  span.btn > a[disabled], span.btn-sm > a[disabled], span.btn-xs > a[disabled], span.btn-lg > a[disabled], .btn[disabled]:not(span), .btn-sm[disabled]:not(span), .btn-xs[disabled]:not(span), .btn-lg[disabled]:not(span) {
    cursor: not-allowed;
    opacity: .4; }
  span.btn > a svg, span.btn-sm > a svg, span.btn-xs > a svg, span.btn-lg > a svg, *.btn:not(span) svg, *.btn-sm:not(span) svg, *.btn-xs:not(span) svg, *.btn-lg:not(span) svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle; }

span.btn > a, span.btn-sm > a, span.btn-xs > a, span.btn-lg > a, *.btn:not(span), *.btn-sm:not(span), *.btn-xs:not(span), *.btn-lg:not(span) {
  display: inline-block; }

.btn-xs {
  padding: 0.25rem 0.5rem; }

.btn-lg {
  padding: 0.75rem 1.5rem; }

.tabs-list-tab, .tabs-pagination-btn,
.un-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline;
  color: #000000;
  text-align: left; }
  .tabs-list-tab:hover, .tabs-pagination-btn:hover, .tabs-list-tab:focus, .tabs-pagination-btn:focus,
  .un-button:hover,
  .un-button:focus {
    background: transparent;
    color: #000000;
    border: 0; }
  .tabs-list-tab[disabled], .tabs-pagination-btn[disabled], .disabled.tabs-list-tab, .disabled.tabs-pagination-btn,
  .un-button[disabled],
  .un-button.disabled {
    opacity: 0.7;
    cursor: not-allowed; }

.icon-btn-round,
.icon-btn {
  position: relative;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.icon-btn-round {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%; }

.btn-play, .btn-pause {
  border: 1px solid #ffffff;
  background: transparent;
  position: relative; }
  .btn-play::before, .btn-play::after, .btn-pause::before, .btn-pause::after {
    border-color: #ffffff;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 0.75rem;
    z-index: 1; }
  .btn-play span, .btn-pause span {
    color: #ffffff;
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.btn-play::before {
  content: '';
  height: 0;
  border-width: 0.375rem 0.75rem;
  border-color: transparent;
  border-left-color: #ffffff;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%); }

.btn-pause::before, .btn-pause::after {
  content: '';
  border-width: 0;
  border-left-width: 3px; }

.btn-pause::before {
  left: 38%; }

.btn-pause::after {
  left: auto;
  right: 38%; }

.image-btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0; }
  .image-btn img {
    display: block; }
  .image-btn:focus, .image-btn:hover {
    opacity: 0.8; }

.btn-play-large::before {
  -webkit-transform: translate(10%, -50%) scale(2);
          transform: translate(10%, -50%) scale(2); }

.btn-play-large::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  height: 2rem;
  width: 2rem;
  border: 1px solid #ffffff;
  border-radius: 50%; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative; }
  .svg-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .svg-icon-text {
    width: 1em;
    height: 1em;
    vertical-align: bottom; }

.block {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.block {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin-top: 4rem; }
  .block:last-child {
    margin-bottom: 4rem; }
  @media screen and (max-width: 1199px) {
    .block {
      margin-top: 3rem; }
      .block:last-child {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 991px) {
    .block {
      margin-top: 2rem; }
      .block:last-child {
        margin-bottom: 2rem; } }

.block-filled:not(.c5-bg) {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 1199px) {
    .block-filled:not(.c5-bg) {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 991px) {
    .block-filled:not(.c5-bg) {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.full {
  max-width: none; }
  .full:not(.c5-bg) + .full:not(.c5-bg) {
    margin-top: 0; }
  .full:not(.c5-bg):last-child {
    margin-bottom: 0; }
  .full:not(.c5-bg):first-child {
    margin-top: 0; }

.block-inner,
.full .overview,
.full .outro,
.breadcrumb-inner,
.standard-page-container {
  padding-left: 4rem;
  padding-right: 4rem; }
  @media screen and (max-width: 1199px) {
    .block-inner,
    .full .overview,
    .full .outro,
    .breadcrumb-inner,
    .standard-page-container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 991px) {
    .block-inner,
    .full .overview,
    .full .outro,
    .breadcrumb-inner,
    .standard-page-container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 599px) {
    .block-inner,
    .full .overview,
    .full .outro,
    .breadcrumb-inner,
    .standard-page-container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .standard-content .block-inner, .standard-content .full .overview, .full .standard-content .overview, .standard-content .full .outro, .full .standard-content .outro, .standard-content .breadcrumb-inner, .standard-content .standard-page-container {
    padding-left: 0;
    padding-right: 0; }

.max-total-width,
.gallery-container,
.full .overview,
.full .outro,
.standard-page-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.max-content-width {
  max-width: 1472px;
  margin-left: auto;
  margin-right: auto; }

.block-fleuron {
  fill: currentColor;
  width: 12.5rem;
  height: 2.5rem;
  margin-top: 1rem; }

.cta-pattern, .pod-pattern,
.background-pattern {
  background-repeat: no-repeat, repeat;
  background-size: cover, 196px 196px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .15; }
  .c1-bg-pattern.cta-pattern, .c1-bg-pattern.pod-pattern,
  .background-pattern.c1-bg-pattern {
    background-image: linear-gradient(to bottom, #cf3339, rgba(207, 51, 57, 0)), url("/static/img/deco-white.png"); }
  .c2-bg-pattern.cta-pattern, .c2-bg-pattern.pod-pattern,
  .background-pattern.c2-bg-pattern {
    background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)), url("/static/img/deco-white.png"); }
  .c3-bg-pattern.cta-pattern, .c3-bg-pattern.pod-pattern,
  .background-pattern.c3-bg-pattern {
    background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)), url("/static/img/deco-white.png"); }
  .c4-bg-pattern.cta-pattern, .c4-bg-pattern.pod-pattern,
  .background-pattern.c4-bg-pattern {
    background-image: linear-gradient(to bottom, #d9d9d9, rgba(217, 217, 217, 0)), url("/static/img/deco-white.png"); }
  .c5-bg-pattern.cta-pattern, .c5-bg-pattern.pod-pattern,
  .background-pattern.c5-bg-pattern {
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)), url("/static/img/deco-white.png"); }
  .c6-bg-pattern.cta-pattern, .c6-bg-pattern.pod-pattern,
  .background-pattern.c6-bg-pattern {
    background-image: linear-gradient(to bottom, #d9d9d9, rgba(217, 217, 217, 0)), url("/static/img/deco-white.png"); }

.text > * {
  max-width: 60ch; }

.text > .umbraco-forms-form {
  max-width: none; }

.text-center .text, .text-center .text > *, .text.text-center, .text.text-center > *, .text [style*="align: center"], .text [style*="align: center"] > * {
  margin-left: auto;
  margin-right: auto; }

.text-right .text, .text-right .text > *, .text.text-right, .text.text-right > *, .text [style*="align: right"], .text [style*="align: right"] > * {
  margin-left: auto;
  margin-right: 0; }

.heading {
  max-width: 39.6ch; }
  .text-center .heading, .heading.text-center {
    margin-left: auto;
    margin-right: auto; }
  .text-right .heading, .heading.text-right {
    margin-left: auto;
    margin-right: 0; }
  .heading-with-preheader {
    display: flex;
    flex-direction: column; }

.preheader {
  order: -1;
  margin-top: 0; }

.center-column {
  margin-left: auto;
  margin-right: auto;
  width: calc(66.66667% - 2rem); }
  @media (max-width: 991px) {
    .center-column {
      width: calc(100% - 2rem); } }


.simple-2-col-container {
  margin-bottom: -2.5rem; }
  @media screen and (max-width: 1199px) {
    
    .simple-2-col-container {
      margin-bottom: -2rem; } }
  @media screen and (max-width: 991px) {
    
    .simple-2-col-container {
      margin-bottom: -1rem; } }
  @media (min-width: 768px) {
    
    .simple-2-col-container {
      display: flex;
      flex-wrap: wrap; } }


.simple-2-col-item {
  margin-right: 2rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1728px) {
    
    .simple-2-col-item {
      margin-right: 2rem; } }
  @media screen and (max-width: 1199px) {
    
    .simple-2-col-item {
      margin-right: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 991px) {
    
    .simple-2-col-item {
      margin-right: 2rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    
    .simple-2-col-item {
      margin-right: 2rem; } }
  @media screen and (max-width: 599px) {
    
    .simple-2-col-item {
      margin-right: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    
    .simple-2-col-item {
      flex: 0 0 auto; }
      
      .simple-2-col-item:nth-child(even) {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    
    .simple-2-col-item {
      width: calc(50% - 1rem); } }
  @media (min-width: 992px) {
    
    .simple-2-col-item {
      width: calc(50% - 1rem); } }
  @media (max-width: 767px) {
    
    .simple-2-col-item {
      width: 100%;
      margin-right: 0; } }

.sticky-nav-background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.row {
  margin-left: -1rem;
  margin-right: -1rem; }

.form-group {
  margin-bottom: 1rem; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 1rem;
  padding-right: 1rem; }

.close {
  opacity: 1;
  font-size: var(--responsive-regular); }

.list-group {
  margin-bottom: 0; }

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local],
select,
textarea, .form-control {
  /* minimum size for form element font-size to prevent iOS resizing is 16px */
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  max-width: 30rem;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  border: 1px solid #D9D9D9; }
  input[disabled][type=text], input[disabled][type=number], input[disabled][type=password], input[disabled][type=tel], input[disabled][type=email], input[disabled][type=search], input[disabled][type=url], input[disabled][type=date], input[disabled][type=month], input[disabled][type=week], input[disabled][type=time], input[disabled][type=datetime], input[disabled][type=datetime-local], select[disabled],
  textarea[disabled],
  .form-control[disabled] {
    cursor: not-allowed;
    opacity: 0.75; }
  input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: rgba(77, 70, 70, 0.7);
    font-style: italic; }
  input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, select::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  .form-control::-ms-input-placeholder {
    color: rgba(77, 70, 70, 0.7);
    font-style: italic; }
  input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, input[type=url]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=week]::placeholder, input[type=time]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, select::placeholder,
  textarea::placeholder,
  .form-control::placeholder {
    color: rgba(77, 70, 70, 0.7);
    font-style: italic; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

label:nth-child(n) {
  font-weight: 800; }

label:not(.hidden):not(.visually-hidden) + input,
label:not(.hidden):not(.visually-hidden) + textarea,
label:not(.hidden):not(.visually-hidden) + select {
  margin-top: 0.25rem; }

.form-control {
  height: auto;
  min-height: 0; }

fieldset {
  margin-top: 4rem; }
  @media screen and (max-width: 1199px) {
    fieldset {
      margin-top: 3rem; } }
  @media screen and (max-width: 991px) {
    fieldset {
      margin-top: 2rem; } }

fieldset {
  display: block; }

.inline-input-submit {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .inline-input-submit > * + *:nth-child(n) {
    margin-top: 0; }
  .inline-input-submit > input,
  .inline-input-submit > select,
  .inline-input-submit > div {
    flex: 1 1 auto; }
  .inline-input-submit > a,
  .inline-input-submit > button {
    flex: 0 0 auto;
    min-width: 0; }

label > *[class*="btn"] {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.form-item-full input[type=text], .form-item-full input[type=number], .form-item-full input[type=password], .form-item-full input[type=tel], .form-item-full input[type=email], .form-item-full input[type=search], .form-item-full input[type=url], .form-item-full input[type=date], .form-item-full input[type=month], .form-item-full input[type=week], .form-item-full input[type=time], .form-item-full input[type=datetime], .form-item-full input[type=datetime-local], .form-item-full select,
.form-item-full textarea,
.form-item-full .form-control {
  max-width: none;
  width: 100%; }

.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.form-item, .form-item-half {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .form-item fieldset, .form-item-half fieldset {
    display: block;
    width: 100%; }
  .form-item label, .form-item-half label {
    flex: 1 1 auto; }

.form-container {
  margin-right: -2rem; }
  .form-container > * {
    margin-right: 2rem; }

.form-item, .form-item-half {
  width: calc(100% - 2rem);
  margin-right: 2rem;
  margin-bottom: 2rem; }

.form-item-half {
  width: calc(50% - 2rem);
  max-width: remToPx(30rem)/2-1rem; }

@media screen and (max-width: 599px) {
  .form-container {
    margin-right: -1rem; }
    .form-container > * {
      margin-right: 1rem; }
  .form-item, .form-item-half {
    width: calc(100% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .form-item-half {
    width: calc(50% - 1rem);
    max-width: remToPx(30rem)/2-0.5rem; }
  .form-item-half {
    width: calc(100% - 1rem);
    max-width: none; } }

.form-item-break {
  width: 100%;
  margin: 0;
  border: none; }

.label-hint {
  float: right;
  font-weight: 400; }

[data-validation-errors]:not([data-validation-errors="0"]) .form-item label,
[data-validation-errors]:not([data-validation-errors="0"]) .form-item-half label {
  flex: 0 1 auto; }

.field-validation-error {
  padding: 0.5rem; }

.input-validation-error:focus {
  box-shadow: 0 0 0 2px #cf3339; }

*:not(label) > input[type="checkbox"]:not(.umbraco-forms-checkbox),
*:not(label) > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  *:not(label) > input[type="checkbox"]:not(.umbraco-forms-checkbox):focus,
  *:not(label) > input[type="radio"]:focus {
    outline: none;
    border: none;
    box-shadow: none; }

input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label,
input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label {
  position: relative;
  display: inline-block; }
  input[type="checkbox"] + label::before,
  input[type="checkbox"] + input[type="hidden"] + label::before,
  input[type="radio"] + label::before,
  input[type="radio"] + input[type="hidden"] + label::before {
    content: '';
    border: 1px solid #000000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.25em; }

input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:checked + input[type="hidden"] + label::after,
input[type="radio"]:checked + label::after,
input[type="radio"]:checked + input[type="hidden"] + label::after {
  content: '';
  position: absolute;
  display: inline-block; }

input[type="radio"] + label,
input[type="radio"] + input[type="hidden"] + label,
input[type="checkbox"] + label,
input[type="checkbox"] + input[type="hidden"] + label {
  padding-left: 1.5em; }
  input[type="radio"] + label::before,
  input[type="radio"] + input[type="hidden"] + label::before,
  input[type="checkbox"] + label::before,
  input[type="checkbox"] + input[type="hidden"] + label::before {
    width: 1em;
    height: 1em; }

input[type="checkbox"] + label::after,
input[type="checkbox"] + input[type="hidden"] + label::after {
  border: 1px solid #000000;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  display: block;
  top: 0.4em;
  left: 0.0625em; }

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #ffffff; }

input[type="checkbox"] + label::after,
input[type="checkbox"] + input[type="hidden"] + label::after {
  width: 0.88889em;
  height: 0.5em; }

input[type="radio"] + label::before,
input[type="radio"] + input[type="hidden"] + label::before {
  border-radius: 50%; }

input[type="radio"] + label::after,
input[type="radio"] + input[type="hidden"] + label::after {
  background: #000000;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  top: 0.25em;
  left: 0; }

input[type="radio"] + label::after,
input[type="radio"] + input[type="hidden"] + label::after {
  width: 1em;
  height: 1em; }

.umbraco-forms-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0; }
  @media (max-width: 767px) {
    .umbraco-forms-row {
      display: block; } }

.umbraco-forms-container {
  flex: 0 0 auto; }

.umbraco-forms-field.checkbox {
  margin: 0; }
  .umbraco-forms-field.checkbox label {
    padding: 0;
    min-height: 0; }

.umbraco-forms-field + .umbraco-forms-field,
.umbraco-forms-field + .umbraco-forms-field.checkbox {
  margin-top: 2rem; }
  @media screen and (max-width: 1199px) {
    .umbraco-forms-field + .umbraco-forms-field,
    .umbraco-forms-field + .umbraco-forms-field.checkbox {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 991px) {
    .umbraco-forms-field + .umbraco-forms-field,
    .umbraco-forms-field + .umbraco-forms-field.checkbox {
      margin-top: 1rem; } }

.umbraco-forms-checkbox[type="checkbox"]:nth-child(n) {
  position: static;
  margin: 0; }

.umbraco-forms-indicator {
  color: #CF3339; }

.umbraco-forms-label + * {
  margin-top: 0.5rem; }

.umbraco-forms-navigation {
  padding-bottom: 1.25rem; }

.umbraco-forms-fieldset {
  flex: 1 1 auto;
  width: 100%; }

.radiobuttonlist > label {
  display: block;
  position: relative; }

.field-validation-error {
  display: inline-block;
  color: #000000;
  border: 1px solid #CF3339;
  position: relative; }
  .field-validation-error::before {
    content: '!';
    vertical-align: middle;
    margin-right: 0.5rem;
    line-height: 1;
    border: 1px solid #CF3339;
    color: #CF3339;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    padding-top: 0.175rem; }
  .field-validation-error::after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    border: 1px solid #CF3339;
    border-width: 1px 1px 0 0;
    -webkit-transform: translateY(-52%) rotate(-45deg);
            transform: translateY(-52%) rotate(-45deg);
    background: #ffffff; }

.navigation nav.main {
  background: #ffffff;
  top: 2.875rem;
  right: 0;
  left: 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.125rem;
  font-size: var(--navigation-font-size); }

.navigation a {
  text-decoration: none; }

nav.main, nav.top {
  display: flex;
  justify-content: flex-end;
  padding-right: 4rem;
  padding-left: 4rem; }
  @media screen and (max-width: 1199px) {
    nav.main, nav.top {
      padding-right: 3rem;
      padding-left: 3rem; } }
  @media screen and (max-width: 991px) {
    nav.main, nav.top {
      padding-right: 2rem;
      padding-left: 2rem; } }
  @media screen and (max-width: 599px) {
    nav.main, nav.top {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 768px) {
    nav.main, nav.top {
      padding-left: 5.75rem; } }

.main-nav-ul0 {
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .main-nav-ul0 {
      width: 100%;
      margin-left: 1.25rem; } }

.main-nav-li0 {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  position: relative;
  flex: 0 1 auto;
  font-size: var(--navigation-font-size); }
  @media (min-width: 768px) and (max-width: 820px) {
    .main-nav-li0 {
      flex: 1 1 auto; } }
  .main-nav-li0:last-child {
    padding-right: 0; }
  .main-nav-li0.has-child::after {
    content: '';
    width: 12rem;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    display: block;
    z-index: 2002; }
  .main-nav-li0.has-child:last-of-type::after {
    right: 0;
    left: auto; }
  .main-nav-li0.has-child:focus, .main-nav-li0.has-child:hover {
    color: #CF3339; }
    .main-nav-li0.has-child:focus i, .main-nav-li0.has-child:hover i {
      color: #CF3339; }
      @media (min-width: 768px) {
        .main-nav-li0.has-child:focus i::before, .main-nav-li0.has-child:hover i::before {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); } }
    .main-nav-li0.has-child:focus::after, .main-nav-li0.has-child:hover::after {
      background: #CF3339; }
  .main-nav-li0-button, .main-nav-li0-text {
    display: flex;
    align-items: center;
    font-weight: 800; }
    .main-nav-li0-button span, .main-nav-li0-text span {
      flex: 1 1 auto; }
      @media (min-width: 768px) and (max-width: 820px) {
        .main-nav-li0-button span, .main-nav-li0-text span {
          width: -webkit-min-content;
          width: min-content; } }
    .main-nav-li0-button i, .main-nav-li0-text i {
      flex: 0 0 auto; }
      .main-nav-li0-button i::before, .main-nav-li0-text i::before {
        transition: 0.3s all;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
  .main-nav-li0-text {
    cursor: default;
    text-align: center; }
    .main-nav-li0-text i {
      font-size: 75%;
      padding: 0.5rem;
      padding-right: 0; }
  @media (max-width: 767px) {
    .main-nav-li0-button + .main-nav-li0-text {
      display: none; } }
  .main-nav-li0-button {
    background: transparent;
    border: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main-nav-li0-button {
        display: none; } }
    .main-nav-li0-button:focus, .main-nav-li0-button:active, .main-nav-li0-button:focus:active {
      outline-color: transparent;
      box-shadow: none; }

.main-nav-ul1 {
  transition: 0.5s height .25s;
  left: 0;
  overflow: hidden;
  background: #ffffff; }
  @media (max-width: 767px) {
    .main-nav-ul1 {
      background: transparent; } }

.main-nav-li0:last-of-type .main-nav-ul1 {
  left: auto;
  right: 0; }

@media (min-width: 768px) {
  .main-nav-li0.has-child:not(:hover):not(:focus) .main-nav-ul1 {
    height: 0 !important; }
  .main-nav-li0.has-child:focus-within .main-nav-ul1:nth-child(n) {
    height: auto !important; } }

.main-nav-li1 {
  font-size: var(--responsive-h6); }
  .main-nav-li1-link {
    padding: 0.5rem;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #000000; }
    .main-nav-li1-link svg {
      transition: 0.3s;
      fill: #000000; }
    .main-nav-li1-link:hover, .main-nav-li1-link:active, .main-nav-li1-link:focus {
      color: #CF3339; }
      .main-nav-li1-link:hover svg, .main-nav-li1-link:active svg, .main-nav-li1-link:focus svg {
        fill: #CF3339; }

body:not(.no-header) {
  padding-top: 5.75rem; }
  @media (max-width: 767px) {
    body:not(.no-header) {
      padding-top: 3.75rem; } }

html {
  --nav-clearance: 5.75rem; }

@media (min-width: 768px) {
  .nav-up {
    --nav-clearance: 2.875rem; } }

@media (min-width: 768px) {
  --nav-clearance: 3.75rem;
  .sticky-nav-open {
    --nav-clearance: 5rem; } }

nav.top {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.875rem; }
  @media (max-width: 767px) {
    nav.top {
      display: block;
      height: auto; } }

.secondary-nav-ul0 {
  display: flex; }

.secondary-nav-li0 {
  display: flex;
  align-items: center;
  margin-right: 2rem; }

.secondary-nav-link {
  font-size: var(--xx-small-font-size);
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
  transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
  color: #ffffff; }
  .secondary-nav-link svg {
    transition: 0.3s;
    fill: #ffffff; }
  .secondary-nav-link:hover, .secondary-nav-link:active, .secondary-nav-link:focus {
    color: #D9D9D9; }
    .secondary-nav-link:hover svg, .secondary-nav-link:active svg, .secondary-nav-link:focus svg {
      fill: #D9D9D9; }

@media (max-width: 767px) {
  .secondary-nav-ul0 {
    display: block; }
  .secondary-nav-li0 {
    margin-top: 1rem;
    margin-right: 0; }
    .secondary-nav-li0[data-nav-link-calendar] {
      display: none; } }

#logo {
  width: 5.75rem;
  height: 5.75rem;
  transition: 0.3s ease-in-out;
  bottom: -5.75rem;
  top: auto;
  left: 0;
  right: auto; }
  #logo a {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }

@media (min-width: 768px) {
  .nav-up #logo a {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); } }

@media (max-width: 767px) {
  #logo {
    width: 3.75rem;
    height: 3.75rem;
    bottom: auto;
    top: 0;
    -webkit-transform: none;
            transform: none; } }

header .site-search {
  position: static;
  width: auto;
  max-width: 25%; }
  @media (max-width: 767px) {
    header .site-search {
      max-width: none;
      margin-top: 1.25rem;
      margin-bottom: 2rem; } }
  header .site-search form {
    width: 100%; }
  header .site-search .form-control {
    max-width: none; }

.site-search {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0; }
  .site-search fieldset {
    margin: 0; }
  .site-search .btn {
    width: 2.375rem;
    height: 2.375rem;
    position: static;
    font-size: var(--xx-small-font-size); }
  .site-search .form-group {
    margin: 0;
    width: auto;
    display: flex; }
  .site-search .form-control {
    min-height: 0;
    height: auto;
    padding-right: 0;
    line-height: 1;
    border-color: #D9D9D9; }

@media (max-width: 767px) {
  header {
    height: 3.75rem; }
  nav.top {
    position: static; }
  nav.main {
    display: block; }
  .main-nav-ul0 {
    display: block; }
  .main-nav-li0 {
    padding: 0;
    border-top: 1px solid #D9D9D9;
    display: block; }
    .main-nav-li0:first-child {
      border: 0; }
    .main-nav-li0.has-child::after {
      content: none; }
    .main-nav-li0.has-child:hover {
      color: #000000; }
    .main-nav-li0-text, .main-nav-li0-button {
      padding: 1rem 0;
      display: flex;
      justify-content: space-between;
      text-align: left;
      cursor: pointer; }
    .main-nav-li0-button:focus {
      color: #CF3339; }
    .main-nav-li0:not(.open):not(.open-mobile) .main-nav-ul1 {
      height: 0 !important; }
    .main-nav-li0.open i::before, .main-nav-li0.open-mobile i::before {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .main-nav-li0 i {
      color: #CF3339; }
  .main-nav-ul1 {
    transition: 0.5s height; }
    .main-nav-ul1:focus-within:nth-child(n):nth-child(n) {
      height: auto !important; }
  .main-nav-li1 {
    margin-bottom: 1.25rem; }
    .main-nav-li1-link {
      padding: 0.25rem 0; } }

header .expand {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 0;
  text-indent: -9999em;
  cursor: pointer; }
  header .expand span, header .expand span::before, header .expand span::after {
    background-color: #ffffff;
    width: 1.5rem;
    height: 2px;
    transition: 0.3s all;
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    left: 50%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  header .expand span::before {
    top: -0.5rem; }
  header .expand span::after {
    top: 0.5rem; }
  header .expand:hover span, header .expand:hover span:before, header .expand:hover span:after, header .expand:focus span, header .expand:focus span:before, header .expand:focus span:after {
    background-color: #D9D9D9; }
  header .expand.active span {
    background: transparent; }
    header .expand.active span::before, header .expand.active span::after {
      top: 50%; }
    header .expand.active span::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    header .expand.active span::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }

.nav-mobile-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3.75rem; }
  @media (min-width: 768px) {
    .nav-mobile-links {
      display: none; } }
  .nav-mobile-links > * {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #ffffff;
    margin-right: 1rem; }
    .nav-mobile-links > * svg {
      transition: 0.3s;
      fill: #ffffff; }
    .nav-mobile-links > *:hover, .nav-mobile-links > *:active, .nav-mobile-links > *:focus {
      color: #D9D9D9; }
      .nav-mobile-links > *:hover svg, .nav-mobile-links > *:active svg, .nav-mobile-links > *:focus svg {
        fill: #D9D9D9; }

.footer {
  background: #000000;
  --text-margin: 0.25em; }
  .footer-main {
    display: flex;
    padding: 4rem 4rem; }
    @media screen and (max-width: 1199px) {
      .footer-main {
        padding: 3rem 3rem; } }
    @media screen and (max-width: 991px) {
      .footer-main {
        padding: 2rem 2rem; } }
    @media screen and (max-width: 599px) {
      .footer-main {
        padding: 2rem 1rem; } }
    .footer-main > * {
      width: 33%; }
    @media (max-width: 599px) {
      .footer-main {
        display: block; } }
    @supports (display: grid) {
      .footer-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem; }
        .footer-main > * {
          width: auto; }
        @media (min-width: 600px) and (max-width: 767px) {
          .footer-main {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 599px) {
          .footer-main {
            display: grid;
            grid-template-columns: 1fr; } } }
  .footer-item > * + * {
    margin-top: 2rem; }
  .footer-social-list {
    display: flex; }
    .footer-social-list > * {
      flex: 0 0 auto;
      margin-right: 1rem;
      font-size: 0.875rem;
      font-size: var(--responsive-regular); }
  .footer-register-info {
    --text-margin: 1em; }
  .footer-legal {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #D9D9D9;
    display: flex;
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media screen and (max-width: 1199px) {
      .footer-legal {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media screen and (max-width: 991px) {
      .footer-legal {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (max-width: 599px) {
      .footer-legal {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .footer-legal > *:first-child {
      margin-right: 1rem; }
    .footer-legal a {
      transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
      transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
      transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
      color: #000000; }
      .footer-legal a svg {
        transition: 0.3s;
        fill: #000000; }
      .footer-legal a:hover, .footer-legal a:active, .footer-legal a:focus {
        color: #CF3339; }
        .footer-legal a:hover svg, .footer-legal a:active svg, .footer-legal a:focus svg {
          fill: #CF3339; }
    @media (min-width: 600px) {
      .footer-legal p {
        margin-top: 0; } }
    @media (max-width: 599px) {
      .footer-legal {
        display: block; } }

body {
  display: flex;
  min-height: 100%;
  height: auto; }

#site {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%; }
  #site main {
    flex: 1 0 auto;
    min-height: 1px; }

main ~ * {
  position: relative; }

.hero {
  position: relative; }
  @media (max-width: 767px) {
    .hero {
      min-height: calc(75vh - 3.75rem);
      margin-top: 0; } }
  .hero-background, .hero-video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .hero-background {
    display: flex;
    justify-content: center; }
  .hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    display: block; }
  .hero-video {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: calc(75vh - 2.875rem);
    display: flex;
    height: 100%; }
    @media (max-width: 767px) {
      .hero-video {
        min-height: calc(75vh - 3.75rem); } }
    .hero-video iframe {
      width: 100%;
      height: calc(100% + 30rem);
      margin-top: -15rem;
      flex: 0 0 auto; }
    .hero-video video {
      height: 100%;
      min-width: 100%;
      width: 177.77778vh;
      min-height: 56.25vw;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .hero-video-container {
      overflow: hidden; }
    .hero-video-controls {
      position: absolute;
      right: 0;
      bottom: 0; }
  .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: calc(75vh - 2.875rem); }
    .hero-content.text-left {
      justify-content: flex-start; }
    .hero-content.text-right {
      justify-content: flex-end; }
    .hero-content-inner {
      font-size: var(--responsive-regular);
      max-width: 60ch;
      position: relative;
      pointer-events: none; }
      .hero-content-inner a, .hero-content-inner button {
        pointer-events: all; }
  .hero-content {
    padding: 2.5rem 4rem; }
  .hero-video-controls {
    right: 4rem;
    bottom: 2.5rem; }
  @media screen and (max-width: 1728px) {
    .hero-content {
      padding: 4rem; }
    .hero-video-controls {
      right: 4rem; } }
  @media screen and (max-width: 1199px) {
    .hero-content {
      padding: 2rem 3rem; }
    .hero-video-controls {
      right: 3rem;
      bottom: 2rem; } }
  @media screen and (max-width: 991px) {
    .hero-content {
      padding: 1rem 2rem; }
    .hero-video-controls {
      right: 2rem;
      bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .hero-content {
      padding: 2rem; }
    .hero-video-controls {
      right: 2rem; } }
  @media screen and (max-width: 599px) {
    .hero-content {
      padding: 1rem 1rem; }
    .hero-video-controls {
      right: 1rem;
      bottom: 1rem; } }

.hero-video-container, .hero-image {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none; }

.hero-video-container:not([aria-hidden="true"]) {
  opacity: 1; }

.hero-image:not([aria-hidden="true"]).loaded {
  opacity: 1; }

@media (min-width: 600px) {
  .text-image-inner {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 600px) and (max-width: 991px) {
  .text-image-inner > * {
    width: calc(50% - 1rem);
    flex: 0 0 auto; } }

.text-image-reversed {
  flex-direction: row-reverse; }

.text-image-panel-txt {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .text-image-panel-txt {
      align-items: center;
      width: 50%;
      margin-left: 4rem; } }
  @media (max-width: 599px) {
    .text-image-panel-txt {
      margin-top: 1rem; } }

.text-image-panel-img {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .text-image-panel-img {
      width: calc(50% - 8rem); } }

.text-image-border {
  padding-left: 1rem;
  padding-bottom: 1rem;
  position: relative; }
  .text-image-border::before {
    content: '';
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    left: 0;
    bottom: 0;
    display: block; }
  .text-image-border.c1-bg-border::before {
    background: #CF3339; }
  .text-image-border.c2-bg-border::before {
    background: #000000; }
  .text-image-border.c3-bg-border::before {
    background: #000000; }
  .text-image-border.c4-bg-border::before {
    background: #D9D9D9; }
  .text-image-border.c5-bg-border::before {
    background: #ffffff; }
  .text-image-border.c6-bg-border::before {
    background: #D9D9D9; }

.text-image-image {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: block;
  position: relative; }

@supports (display: grid) {
  .text-image-panel-img {
    width: auto; }
    @media (min-width: 992px) {
      .text-image-panel-img.text-image-right {
        grid-column: 8 / span 5; }
      .text-image-panel-img.text-image-left {
        grid-column: 1 / span 5; } }
  .text-image-panel-txt {
    width: auto;
    margin-left: 0; }
    @media (min-width: 992px) {
      .text-image-panel-txt.text-image-right {
        grid-column: 7 / span 5; }
      .text-image-panel-txt.text-image-left {
        grid-column: 2 / span 5; } }
  @media (max-width: 991px) {
    .text-image-panel-img.text-image-left, .text-image-panel-txt.text-image-left {
      grid-column: 1 / span 6; }
    .text-image-panel-img.text-image-right, .text-image-panel-txt.text-image-right {
      grid-column: 7 / span 6; } }
  @media (min-width: 600px) {
    .text-image-inner {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 2rem;
      grid-auto-flow: dense; } } }

.cta-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .cta-inner {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; } }
  @media screen and (max-width: 991px) {
    .cta-inner {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.cta-content {
  max-width: 60ch; }
  .text-center .cta-content {
    margin-left: auto;
    margin-right: auto; }
  .text-right .cta-content {
    margin-left: auto;
    margin-right: 0; }

@media (min-width: 600px) {
  .fifty-fifty-inner {
    display: flex;
    justify-content: center; }
    .fifty-fifty-inner > * {
      width: 50%;
      flex: 0 0 auto; } }

.fifty-fifty-reversed {
  flex-direction: row-reverse; }

.fifty-fifty-panel-txt {
  display: flex;
  align-items: center;
  padding: 4rem 4rem; }
  @media screen and (max-width: 1199px) {
    .fifty-fifty-panel-txt {
      padding: 3rem 3rem; } }
  @media screen and (max-width: 991px) {
    .fifty-fifty-panel-txt {
      padding: 2rem 2rem; } }
  @media screen and (max-width: 599px) {
    .fifty-fifty-panel-txt {
      padding: 2rem 1rem; } }
  @media (max-width: 599px) {
    .fifty-fifty-panel-txt {
      padding-top: 1.25rem; } }
  .fifty-fifty-panel-txt > * {
    width: 672px;
    max-width: 100%; }
  .fifty-fifty-panel-txt.text-image-left {
    justify-content: flex-end; }

.fifty-fifty-panel-img {
  display: flex;
  align-items: center; }
  .fifty-fifty-panel-img > button {
    width: 100%;
    height: 100%; }

.fifty-fifty-image {
  display: block;
  position: relative; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .fifty-fifty-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.gallery-block:not(.c5-bg) {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 1199px) {
    .gallery-block:not(.c5-bg) {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 991px) {
    .gallery-block:not(.c5-bg) {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.gallery-container > .row {
  margin-left: auto;
  margin-right: auto;
  width: calc(66.66667% - 2rem); }
  @media (max-width: 991px) {
    .gallery-container > .row {
      width: calc(100% - 2rem); } }

.slick-track {
  display: flex; }

.slick-slide {
  float: none;
  height: auto; }

.item.no-crop {
  display: flex; }
  .item.no-crop > * {
    display: flex; }
  .item.no-crop .link-img {
    display: flex; }
  .item.no-crop img {
    align-self: center; }

* + .pod-container {
  margin-top: 2.5rem; }
  @media screen and (max-width: 1199px) {
    * + .pod-container {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    * + .pod-container {
      margin-top: 1rem; } }

@media (min-width: 768px) {
  .pod-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2rem; } }

@media (min-width: 768px) {
  .pod-container.items-1 > * {
    width: calc(66.66667% - 2rem);
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .pod-container.items-2 > *, .pod-container.items-4 > * {
    width: calc(50% - 1rem); }
    .pod-container.items-2 > *:nth-child(odd), .pod-container.items-4 > *:nth-child(odd) {
      margin-right: 2rem; } }

@media (min-width: 768px) {
  .pod-container.items-3 > * {
    margin-right: 2rem; } }

@media (min-width: 992px) {
  .pod-container.items-3 > * {
    width: calc(33.32333% - 1.33333rem); }
    .pod-container.items-3 > *:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pod-container.items-3 > * {
    width: calc(50% - 1rem); }
    .pod-container.items-3 > *:nth-child(even) {
      margin-right: 0; } }

@media (min-width: 992px) {
  .pod-container.items-4 > * {
    width: calc(25% - 1.5rem);
    margin-right: 2rem; }
    .pod-container.items-4 > *:nth-child(4n) {
      margin-right: 0; } }

.pod-container > * {
  flex: 0 0 auto;
  max-width: 100%; }
  @media (min-width: 768px) {
    .pod-container > * {
      margin-bottom: 2rem; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .pod-container > * {
      margin-top: 2rem; }
      .pod-container > *:first-child {
        margin-top: 0; } }
  @media (max-width: 599px) {
    .pod-container > * {
      margin-top: 1rem; }
      .pod-container > *:first-child {
        margin-top: 0; } }

.pod-item {
  display: flex; }
  .c5-bg-parent {
    border: 1px solid #D9D9D9; }
  .pod-item-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; }
    .pod-item-inner > * {
      max-width: 100%; }
  .pod-item-content {
    padding: 1rem; }
    .pod-item-content > * {
      max-width: 60ch; }
  .pod-item-cta {
    padding: 1rem;
    padding-top: 0;
    margin-top: auto; }
    .pod-item-cta .link {
      margin-top: 0; }
  .pod-item-image {
    order: -1;
    min-height: 1px; }

.pod-listing {
  display: block; }
  .pod-listing > * {
    border: 0; }
    .pod-listing > *:first-child ~ * {
      margin-top: 2rem; }
  .pod-listing-item-inner {
    flex-direction: row; }
    .pod-listing-item-inner .pod-item-content {
      flex: 1 1 auto;
      padding: 0; }
    .pod-listing-item-inner .pod-item-image {
      flex: 0 0 auto; }
    .pod-listing-item-inner .pod-item-image {
      margin-right: 2rem;
      width: calc(25% - 1rem); }
    @media screen and (max-width: 1728px) {
      .pod-listing-item-inner .pod-item-image {
        margin-right: 2rem;
        width: calc(25% - 1rem); } }
    @media screen and (max-width: 1199px) {
      .pod-listing-item-inner .pod-item-image {
        margin-right: 2rem;
        width: calc(25% - 1rem); } }
    @media screen and (max-width: 991px) {
      .pod-listing-item-inner .pod-item-image {
        margin-right: 2rem;
        width: calc(33.32333% - 1rem); } }
    @media screen and (max-width: 767px) {
      .pod-listing-item-inner .pod-item-image {
        margin-right: 2rem;
        width: calc(33.32333% - 1rem); } }
    @media screen and (max-width: 599px) {
      .pod-listing-item-inner .pod-item-image {
        margin-right: 1rem;
        width: calc(33.32333% - 0.5rem); } }
    @media (max-width: 599px) {
      .pod-listing-item-inner {
        flex-direction: column; }
        .pod-listing-item-inner .pod-item-image {
          width: 100%;
          margin-right: 0; }
        .pod-listing-item-inner .pod-item-content {
          margin-top: 1rem; } }

@media (min-width: 768px) {
  .slides.items-1 .item > * {
    width: calc(66.66667% - 2rem);
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 600px) and (max-width: 991px) {
  .decorated-heading {
    padding-top: 1rem; } }

.decorated-heading:nth-child(n) {
  padding-bottom: 2.5rem; }

@media screen and (max-width: 1199px) {
  .decorated-heading:nth-child(n) {
    padding-bottom: 2rem; } }

@media screen and (max-width: 991px) {
  .decorated-heading:nth-child(n) {
    padding-bottom: 1rem; } }

.decorated-heading + .block {
  margin-top: 2.5rem; }
  @media screen and (max-width: 1199px) {
    .decorated-heading + .block {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    .decorated-heading + .block {
      margin-top: 1rem; } }

.alert {
  border-radius: 0;
  padding: 1rem 0;
  margin-bottom: 0;
  border: 0; }
  .alert-dismissible .close {
    color: #000000;
    right: 0; }
  .alert-inner {
    padding-left: 4rem;
    padding-right: 4rem; }
    @media screen and (max-width: 1199px) {
      .alert-inner {
        padding-left: 3rem;
        padding-right: 3rem; } }
    @media screen and (max-width: 991px) {
      .alert-inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (max-width: 599px) {
      .alert-inner {
        padding-left: 1rem;
        padding-right: 1rem; } }

.alert-info {
  background-color: #d9edf7;
  color: #31708f; }
  .alert-info a:not([class*="btn"]) {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #31708f; }
    .alert-info a:not([class*="btn"]) svg {
      transition: 0.3s;
      fill: #31708f; }
    .alert-info a:not([class*="btn"]):hover, .alert-info a:not([class*="btn"]):active, .alert-info a:not([class*="btn"]):focus {
      color: #000000; }
      .alert-info a:not([class*="btn"]):hover svg, .alert-info a:not([class*="btn"]):active svg, .alert-info a:not([class*="btn"]):focus svg {
        fill: #000000; }
  .alert-info .close {
    color: #31708f; }

.alert-success {
  background-color: #dff0d8;
  color: #3c763d; }
  .alert-success a:not([class*="btn"]) {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #3c763d; }
    .alert-success a:not([class*="btn"]) svg {
      transition: 0.3s;
      fill: #3c763d; }
    .alert-success a:not([class*="btn"]):hover, .alert-success a:not([class*="btn"]):active, .alert-success a:not([class*="btn"]):focus {
      color: #000000; }
      .alert-success a:not([class*="btn"]):hover svg, .alert-success a:not([class*="btn"]):active svg, .alert-success a:not([class*="btn"]):focus svg {
        fill: #000000; }
  .alert-success .close {
    color: #3c763d; }

.alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b; }
  .alert-warning a:not([class*="btn"]) {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #8a6d3b; }
    .alert-warning a:not([class*="btn"]) svg {
      transition: 0.3s;
      fill: #8a6d3b; }
    .alert-warning a:not([class*="btn"]):hover, .alert-warning a:not([class*="btn"]):active, .alert-warning a:not([class*="btn"]):focus {
      color: #000000; }
      .alert-warning a:not([class*="btn"]):hover svg, .alert-warning a:not([class*="btn"]):active svg, .alert-warning a:not([class*="btn"]):focus svg {
        fill: #000000; }
  .alert-warning .close {
    color: #8a6d3b; }

.alert-danger {
  background-color: rgba(207, 51, 57, 0.15);
  color: #CF3339; }
  .alert-danger a:not([class*="btn"]) {
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s background, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background;
    transition: 0.3s color, 0.3s opacity, 0.3s outline, 0.3s box-shadow, 0.3s transform, 0.3s background, 0.3s -webkit-transform;
    color: #CF3339; }
    .alert-danger a:not([class*="btn"]) svg {
      transition: 0.3s;
      fill: #CF3339; }
    .alert-danger a:not([class*="btn"]):hover, .alert-danger a:not([class*="btn"]):active, .alert-danger a:not([class*="btn"]):focus {
      color: #000000; }
      .alert-danger a:not([class*="btn"]):hover svg, .alert-danger a:not([class*="btn"]):active svg, .alert-danger a:not([class*="btn"]):focus svg {
        fill: #000000; }
  .alert-danger .close {
    color: #CF3339; }

.resources-list-item {
  padding: 1rem;
  border: 1px solid #D9D9D9;
  display: block; }
  .resources-list-item:first-child ~ * {
    border-top-width: 0; }

.resources-link {
  display: block; }

.modal-container {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  opacity: 1;
  display: flex;
  justify-content: center; }
  .modal-container[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none; }

.modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .modal-overlay:focus {
    outline: none;
    box-shadow: none;
    border: none; }
  .modal-overlay::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh; }

.modal-dialog {
  position: relative;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  margin-top: 0; }

.modal-inner {
  position: relative;
  max-height: 100%;
  overflow: auto; }

.modal-container {
  padding: 4rem 4rem;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s opacity; }
  .modal-container .modal-close {
    top: -2.5rem; }
  @media screen and (max-width: 1199px) {
    .modal-container {
      padding: 3rem 3rem; }
      .modal-container .modal-close {
        top: -2rem; } }
  @media screen and (max-width: 991px) {
    .modal-container {
      padding: 2rem 2rem; }
      .modal-container .modal-close {
        top: -1.5rem; } }
  @media screen and (max-width: 599px) {
    .modal-container {
      padding: 2rem 1rem; }
      .modal-container .modal-close {
        top: -1.5rem; } }

.modal-inner {
  padding: 4rem 4rem;
  background-color: #ffffff;
  pointer-events: auto; }
  @media screen and (max-width: 1199px) {
    .modal-inner {
      padding: 3rem 3rem; } }
  @media screen and (max-width: 991px) {
    .modal-inner {
      padding: 2rem 2rem; } }
  @media screen and (max-width: 599px) {
    .modal-inner {
      padding: 2rem 1rem; } }
  .modal-inner-full-bleed {
    padding: 0; }

.modal-close {
  right: 0;
  pointer-events: auto;
  position: absolute;
  width: 1.06066rem;
  height: 1.06066rem;
  min-width: 0;
  display: inline-block;
  line-height: 1;
  background: transparent;
  border: 0; }
  .modal-close::before, .modal-close::after {
    content: '';
    display: block;
    width: 1.06066rem;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px); }
  .modal-close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal-close::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  background: #000000; }
  .video-embed > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.overview + * {
  margin-top: 2.5rem; }
  @media screen and (max-width: 1199px) {
    .overview + * {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    .overview + * {
      margin-top: 1rem; } }

* + .outro {
  margin-top: 2.5rem; }
  @media screen and (max-width: 1199px) {
    * + .outro {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    * + .outro {
      margin-top: 1rem; } }

.accordion-panel {
  overflow: hidden; }
  .accordion-panel[aria-hidden="true"] {
    height: 0 !important; }

.accordion {
  margin-left: auto;
  margin-right: auto; }
  .accordion-inner {
    padding-left: 0;
    max-width: 60ch; }
  .accordion-heading {
    color: #000000; }
  .accordion-trigger {
    background: transparent;
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    text-align: left;
    width: 100%;
    border: 1px solid #D9D9D9;
    text-transform: none;
    color: #000000; }
    .accordion-trigger:focus {
      outline-color: rgba(0, 0, 0, 0.5);
      outline-style: dotted;
      outline-width: 1px; }
  .accordion-item {
    border-color: transparent;
    margin-top: 0.5rem; }
    .accordion-item:first-child {
      margin-top: 0; }
  .accordion-panel {
    transition: 0.3s height; }
    .accordion-panel-content {
      padding: 1rem;
      border: 1px solid #D9D9D9;
      margin-top: -1px; }

.accordion-trigger {
  position: relative;
  padding-right: 2rem; }
  .accordion-trigger::before {
    content: '';
    width: 0;
    background-color: #CF3339;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: 0.3s width; }
  .accordion-trigger::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 0.25rem);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    border-color: #CF3339;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .accordion-trigger:hover::after {
    border-color: #000000; }
  .accordion-trigger[aria-expanded="true"]::before {
    width: 5px; }
  .accordion-trigger[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.tabs-list {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  flex-wrap: wrap;
  max-width: 60ch; }
  .tabs-list-item {
    flex: 0 1 auto;
    margin-bottom: -1px;
    margin-right: -1px;
    overflow: hidden;
    border: 1px solid #D9D9D9; }
  .tabs-list-tab {
    padding: 0.5rem;
    border-bottom: 5px solid transparent;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
    .tabs-list-tab:hover, .tabs-list-tab[aria-selected="true"] {
      border-bottom: 5px solid #CF3339; }
    .tabs-list-tab:focus {
      outline-offset: -2px;
      outline-color: rgba(0, 0, 0, 0.5);
      outline-style: dotted;
      outline-width: 1px; }

.tabs-panel {
  padding: 1.25rem 0; }

.tabs-pagination {
  margin-top: 1.25rem;
  display: flex; }
  .tabs-pagination-next, .tabs-pagination-previous {
    flex: 1 0 auto; }
  .tabs-pagination-next {
    text-align: right; }
    .tabs-pagination-next::before {
      content: 'Next: '; }
    .tabs-pagination-next::after {
      content: '\00a0\2192'; }
  .tabs-pagination-previous {
    text-align: left; }
    .tabs-pagination-previous::before {
      content: '\2190 Previous: '; }

.breadcrumb-container {
  border-top: 1px solid #D9D9D9; }

.breadcrumb-list {
  display: flex;
  overflow: hidden;
  height: 3rem; }
  .breadcrumb-list > li {
    display: flex;
    align-items: center; }
    .breadcrumb-list > li::after {
      content: '';
      width: 2.12132rem;
      height: 2.12132rem;
      border: 1px solid #D9D9D9;
      display: block;
      -webkit-transform: scaleX(0.66) rotate(45deg);
              transform: scaleX(0.66) rotate(45deg);
      border-width: 1px 1px 0 0;
      margin-left: -0.75rem;
      flex: 0 0 auto; }
    .breadcrumb-list > li:last-child::after {
      content: none; }
    .breadcrumb-list > li:first-child ~ * {
      padding-left: 0.75rem; }

.cols-0 {
  width: calc(0% - 2rem); }
  @media (max-width: 767px) {
    .cols-0 {
      width: auto; } }

.grid-row .cols-0 {
  width: calc(0% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-0 {
      width: calc(0% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-0 {
      width: auto; } }

.cols-1 {
  width: calc(8.33333% - 2rem); }
  @media (max-width: 767px) {
    .cols-1 {
      width: auto; } }

.grid-row .cols-1 {
  width: calc(8.33333% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-1 {
      width: calc(16.66667% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-1 {
      width: auto; } }

.cols-2 {
  width: calc(16.66667% - 2rem); }
  @media (max-width: 767px) {
    .cols-2 {
      width: auto; } }

.grid-row .cols-2 {
  width: calc(16.66667% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-2 {
      width: calc(33.33333% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-2 {
      width: auto; } }

.cols-3 {
  width: calc(25% - 2rem); }
  @media (max-width: 767px) {
    .cols-3 {
      width: auto; } }

.grid-row .cols-3 {
  width: calc(25% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-3 {
      width: calc(50% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-3 {
      width: auto; } }

.cols-4 {
  width: calc(33.33333% - 2rem); }
  @media (max-width: 767px) {
    .cols-4 {
      width: auto; } }

.grid-row .cols-4 {
  width: calc(33.33333% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-4 {
      width: calc(50% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-4 {
      width: auto; } }

.cols-5 {
  width: calc(41.66667% - 2rem); }
  @media (max-width: 767px) {
    .cols-5 {
      width: auto; } }

.grid-row .cols-5 {
  width: calc(41.66667% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-5 {
      width: auto; } }

.cols-6 {
  width: calc(50% - 2rem); }
  @media (max-width: 767px) {
    .cols-6 {
      width: auto; } }

.grid-row .cols-6 {
  width: calc(50% - 2rem); }
  @media (max-width: 767px) {
    .grid-row .cols-6 {
      width: calc(100% - 2rem); } }
  @media (max-width: 599px) {
    .grid-row .cols-6 {
      width: auto; } }

.cols-7 {
  width: calc(58.33333% - 2rem); }
  @media (max-width: 767px) {
    .cols-7 {
      width: auto; } }

.grid-row .cols-7 {
  width: calc(58.33333% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-7 {
      width: auto; } }

.cols-8 {
  width: calc(66.66667% - 2rem); }
  @media (max-width: 767px) {
    .cols-8 {
      width: auto; } }

.grid-row .cols-8 {
  width: calc(66.66667% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-8 {
      width: auto; } }

.cols-9 {
  width: calc(75% - 2rem); }
  @media (max-width: 767px) {
    .cols-9 {
      width: auto; } }

.grid-row .cols-9 {
  width: calc(75% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-9 {
      width: auto; } }

.cols-10 {
  width: calc(83.33333% - 2rem); }
  @media (max-width: 767px) {
    .cols-10 {
      width: auto; } }

.grid-row .cols-10 {
  width: calc(83.33333% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-10 {
      width: auto; } }

.cols-11 {
  width: calc(91.66667% - 2rem); }
  @media (max-width: 767px) {
    .cols-11 {
      width: auto; } }

.grid-row .cols-11 {
  width: calc(91.66667% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-11 {
      width: auto; } }

.cols-12 {
  width: calc(100% - 2rem); }
  @media (max-width: 767px) {
    .cols-12 {
      width: auto; } }

.grid-row .cols-12 {
  width: calc(100% - 2rem); }
  @media (max-width: 599px) {
    .grid-row .cols-12 {
      width: auto; } }

.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-bottom: -2rem; }
  .grid-row .column {
    flex: 0 1 auto; }
  .grid-row > * {
    margin-right: 2rem; }
  .grid-row .column {
    margin-bottom: 2rem; }
  @media screen and (max-width: 599px) {
    .grid-row {
      margin-right: -1rem;
      margin-bottom: -1rem; }
      .grid-row > * {
        margin-right: 1rem; }
      .grid-row .column {
        margin-bottom: 1rem; } }

[data-sticky-element] {
  position: relative;
  transition: 0.3s;
  will-change: transform; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    [data-sticky-element] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translateZ(1px);
              transform: translateZ(1px);
      transition: 0; } }
  [data-sticky-element].sticky-element-locked {
    position: fixed;
    left: 4rem; }
    @media screen and (max-width: 1199px) {
      [data-sticky-element].sticky-element-locked {
        left: 3rem; } }
    @media screen and (max-width: 991px) {
      [data-sticky-element].sticky-element-locked {
        left: 2rem; } }
    @media screen and (max-width: 599px) {
      [data-sticky-element].sticky-element-locked {
        left: 1rem; } }
    @media (min-width: 1729px) {
      [data-sticky-element].sticky-element-locked {
        left: calc(50% - 800px); } }
  [data-sticky-element].sticky-element-free {
    top: auto !important; }
    [data-sticky-element].sticky-element-free + .sticky-placeholder {
      height: 0 !important; }

body .sticky-element-locked {
  top: var(--nav-clearance) !important; }

.sticky-nav {
  position: fixed;
  top: -5rem;
  left: 0;
  right: 0;
  height: 5rem;
  z-index: 900;
  background: #D9D9D9; }
  @media (min-width: 768px) and (max-width: 1010px) {
    .sticky-nav {
      top: calc(var(--nav-clearance) - 5rem); } }
  .sticky-nav-desktop {
    z-index: 2; }
    @media (max-width: 599px) {
      .sticky-nav-desktop {
        display: none !important;
        visibility: hidden !important; } }
  .sticky-nav-all-screens {
    z-index: 12; }
  .sticky-nav-inner {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .sticky-nav-background ~ * {
    position: relative; }

.sticky-nav {
  transition: 0.3s all linear; }
  .sticky-nav[aria-hidden="false"] {
    -webkit-transform: translateY(7.875rem);
            transform: translateY(7.875rem); }
    @media (max-width: 767px) {
      .sticky-nav[aria-hidden="false"] {
        -webkit-transform: translateY(8.75rem);
                transform: translateY(8.75rem); } }
    @media (min-width: 768px) and (max-width: 1010px) {
      @supports (--a: 0) {
        .sticky-nav[aria-hidden="false"] {
          -webkit-transform: translateY(5rem);
                  transform: translateY(5rem); } } }

.sticky-nav-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 5rem; }
  @media (min-width: 600px) {
    .sticky-nav-mobile {
      display: none !important;
      visibility: hidden !important; } }
  .sticky-nav-mobile-info {
    grid-column: left-edge / center; }
  .sticky-nav-mobile-cta {
    align-self: stretch;
    display: flex;
    grid-column: center / -1; }
    .sticky-nav-mobile-cta > * {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sticky-nav-inner {
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
    .sticky-nav-inner {
      display: flex; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sticky-nav-inner > * {
      margin: 0;
      flex: 0 1 auto; } }
    @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
      .sticky-nav-inner > * {
        width: 24%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sticky-nav-inner > *:last-child {
        margin-right: 0;
        margin-left: auto;
        text-align: right; } }
      @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
        .sticky-nav-inner > *:last-child {
          flex-grow: 1;
          width: 74%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sticky-nav-info {
    float: left;
    margin-top: 1rem; }
  .sticky-nav-background {
    width: 100%; }
  .sticky-nav-mobile .sticky-nav-inner {
    margin-top: 0; } }

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .sticky-nav-mobile-info {
    float: left;
    margin-top: 1rem; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sticky-nav-mobile-cta {
    height: 100%;
    width: 50%;
    margin-right: -2rem; } }

.ribbon {
  padding-left: 4rem;
  padding-right: 4rem;
  --text-margin: 0.25em;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 1199px) {
    .ribbon {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 991px) {
    .ribbon {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 599px) {
    .ribbon {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .ribbon-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    margin: 0; }
    @media (max-width: 599px) {
      .ribbon-list {
        display: block; } }
    .ribbon-list-item {
      flex: 1 0 0;
      padding: 0.5rem;
      text-align: center;
      margin: 0; }

.pdp-hero {
  min-height: 0; }
  .pdp-hero-bg {
    opacity: 1; }
  .pdp-hero-content {
    min-height: calc(50vh - 2.875rem);
    align-items: flex-end;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .pdp-hero-content {
        min-height: calc(50vh - 3.75rem); } }
    @media (max-width: 599px) {
      .pdp-hero-content {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end; } }
    .pdp-hero-content-inner {
      pointer-events: auto; }
  .pdp-hero-share {
    position: relative;
    margin-right: 0;
    margin-left: auto; }
    @media (max-width: 599px) {
      .pdp-hero-share {
        margin-left: 0;
        margin-right: auto;
        margin-top: 1rem; } }
    .pdp-hero-share-links {
      display: flex;
      align-items: center;
      line-height: 1; }
      .pdp-hero-share-links > * {
        margin-left: 1rem; }
        .pdp-hero-share-links > *:first-child {
          margin-left: 0; }

.pdp-overview-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start; }
  @media (max-width: 991px) {
    .pdp-overview-inner {
      display: block; } }
  .pdp-overview-inner > * {
    flex: 0 0 auto; }
    .pdp-overview-inner > *:last-child {
      width: calc(66.64667% - 0.66667rem); }
    .pdp-overview-inner > *:first-child {
      width: calc(33.32333% - 1.33333rem); }
    @media screen and (max-width: 599px) {
      .pdp-overview-inner > *:last-child {
        width: calc(66.64667% - 0.33333rem); }
      .pdp-overview-inner > *:first-child {
        width: calc(33.32333% - 0.66667rem); } }
    @media (max-width: 991px) {
      .pdp-overview-inner > *:nth-child(n) {
        width: auto; } }

.pdp-overview-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem; }
  @media screen and (max-width: 1199px) {
    .pdp-overview-info {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    .pdp-overview-info {
      margin-top: 1rem; } }
  @media (min-width: 992px) {
    .pdp-overview-info {
      margin-top: 0; } }
  .pdp-overview-info-main {
    flex: 1 1 auto;
    width: 100%;
    --text-margin: 1em; }
  .pdp-overview-info-item {
    flex: 0 0 auto;
    margin-top: 2rem;
    width: calc(50% - 1rem); }
    @media screen and (max-width: 599px) {
      .pdp-overview-info-item {
        margin-top: 1rem;
        width: calc(50% - 0.5rem); } }
    @media (max-width: 479px) {
      .pdp-overview-info-item {
        width: 100%; } }
    .pdp-overview-info-item:last-child:nth-child(2) {
      flex: 1 1 auto; }

.pdp-overview-performance {
  margin-top: 2rem; }
  @media screen and (max-width: 599px) {
    .pdp-overview-performance {
      margin-top: 1rem; } }
  .pdp-overview-performance-item {
    font-size: 1.75rem;
    font-size: var(--responsive-h3); }
  .pdp-overview-performance > * {
    margin-bottom: 1em;
    margin-bottom: var(--text-margin); }
    .pdp-overview-performance > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 480px) and (max-width: 991px) {
    .pdp-overview-performance {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .pdp-overview-performance > * {
        width: calc(50% - 1rem); }
        .pdp-overview-performance > *:nth-last-child(2) {
          margin-bottom: 0; } }

.pdp-overview-date-list-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.25rem 0;
  margin: 0; }
  .pdp-overview-date-list-item:first-child {
    padding-top: 0; }
  .pdp-overview-date-list-item > *:first-child {
    margin-right: 1rem; }

@media (min-width: 992px) {
  .standard-page-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

.standard-content {
  width: calc(75% - 2rem); }
  .standard-content-center, .standard-content-centeralt {
    width: calc(50% - 2rem); }
  .standard-content-centeralt {
    margin-left: 2rem;
    margin-right: auto; }
  .standard-content-center {
    margin-right: 2rem;
    margin-left: auto; }
  .standard-content-wide {
    width: 100%; }

.standard-aside {
  width: calc(25% - 2rem);
  margin-left: 0;
  margin-right: 0; }

.standard-content, .standard-aside {
  flex: 0 0 auto; }
  @media (max-width: 991px) {
    .standard-content, .standard-aside {
      width: 100%; } }

.standard-content-left .center-column, .standard-content-right .center-column {
  margin-left: 0; }

.standard-content-center .center-column, .standard-content-centeralt .center-column {
  width: 100%; }

@media (max-width: 991px) {
  .standard-aside-left:first-child, .standard-aside-centeralt:first-child {
    display: none; } }

@media (min-width: 992px) {
  .standard-aside-left:last-child, .standard-aside-centeralt:last-child {
    display: none; } }

.standard-aside-right:first-child, .standard-aside-center:first-child {
  display: none; }

.standard-subnav-inner {
  padding: 1.25rem;
  padding-top: 0; }

.standard-subnav-heading {
  padding: 1.25rem; }

.standard-subnav-li {
  margin-top: 1.25rem; }

.standard-subnav-ul .standard-subnav-ul {
  margin-left: 1.25rem; }

.standard-subnav-li .standard-subnav-li::before {
  content: '-'; }


/*# sourceMappingURL=main-styles.css.map*/