/*!
===============================================================
=                                                             =
=   DO NOT EDIT THIS FILE OR THE SKY WILL FALL ON YOUR HEAD   =
=                                                             =
=               !!! use custom.css instead !!!                =
=                                                             =
===============================================================
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/* Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

/* BASE */
::-moz-selection {
	background: #90132a;
	color: #fff;
}

::selection {
	background: #90132a;
	color: #fff;
}

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

html {
	overflow-x: auto;
	height: 100%;
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	background-color: #fff;
	color: #666;
	font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	/*text-rendering: optimizeLegibility;*/
	min-width: 64em;
	overflow-x: hidden;
}

body:before {
	content: "1366";
	display: none;
}

@media only screen and (min-width: 1441px) {
	body:before {
		content: "1401";
	}
}

@media only screen and (max-width: 1279px) {
	body:before {
		content: "1024";
	}
}

@media only screen and (max-width: 940px) {
	body:before {
		content: "768";
	}
}

@media only screen and (max-width: 758px) {
	body:before {
		content: "600";
	}
}

@media only screen and (max-width: 560px) {
	body:before {
		content: "480";
	}
}

@media only screen and (max-width: 425px) {
	body:before {
		content: "320";
	}
}

@media only screen and (max-width: 1279px) {
	html {
		font-size: 15px;
	}
}

/* Typography */
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 0.7em;
}

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

a:hover {
	color: #90132a;
	text-decoration: underline;
}

a:active {
	outline: none;
	-moz-outline-style: none;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

big {
	font-size: larger;
}

small {
	font-size: 80%;
}

sub {
	font-size: 60%;
	vertical-align: sub;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

blockquote {
	margin: 0 0 1.5rem;
}

img {
	max-width: 100%;
}

/* Helper classes */
.lt-ie10 .container:after,
.lt-ie10 .row:after, .buttons:after, .field:after, .section-header:after, .page-header:after, .progress:after, .calendar__header:after, .actions:after {
	content: "";
	display: table;
	clear: both;
}

.pager__nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.hidden {
	display: none !important;
}

.cover {
	position: relative;
	display: block;
	overflow: hidden;
}

.cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: none;
}

.primary {
	color: #90132a !important;
}

.secondary {
	color: #ebd5d9 !important;
}

.white {
	color: #fff !important;
}

.center {
	text-align: center;
}

img.center {
	display: block;
	margin: 0 auto 0.9375em;
}

/* .pt0{padding-top: em(0) !important;}
.pt20{padding-top: em(20) !important;}
.pt40{padding-top: em(40) !important;}
.pt60{padding-top: em(60) !important;}
.pt80{padding-top: em(80) !important;}
.pt100{padding-top: em(100) !important;}

.mb0{margin-bottom: em(0) !important;}
.mb20{margin-bottom: em(20) !important;}
.mb40{margin-bottom: em(40) !important;}
.mb60{margin-bottom: em(60) !important;}
.mb80{margin-bottom: em(80) !important;}
.mb100{margin-bottom: em(100) !important;} */
.pt-sm {
	padding-top: 20px !important;
}

.pt-md {
	padding-top: 40px !important;
}

.pt-lg {
	padding-top: 60px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb-sm {
	margin-bottom: 20px !important;
}

.mb-md {
	margin-bottom: 40px !important;
}

.mb-lg {
	margin-bottom: 60px !important;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 1.5625em;
}

.container.narrow {
	max-width: 46.875em;
}

.container .container {
	padding: 0;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.9375em;
}


[class*='col-'] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 0.9375em;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.no-gutters {
	margin: 0;
}

.no-gutters > [class*='col-'] {
	padding: 0;
}

.small-gutters {
	margin: 0 -0.46875em;
}

.small-gutters > [class*='col-'] {
	padding: 0 0.46875em;
}

.large-gutters {
	margin: 0 -1.875em;
}

.large-gutters > [class*='col-'] {
	padding: 0 1.875em;
}

.col-1 {
	width: 8.333%;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.333%;
}

.col-5 {
	width: 41.667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.333%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.333%;
}

.col-11 {
	width: 91.667%;
}

.col-12 {
	width: 100%;
}

.col-1-5 {
	width: 20%;
}

.col-2-5 {
	width: 40%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.align-end {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.align-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.align-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.space-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

/* .add-borders{
    margin: 0 em($gutter-width * -2);

    [class*='col-']{
        padding: 0 em($gutter-width * 2);
        border-left: 1px solid $border-color;

        &:first-child{
            border: none;
        }
    }
} */
@media only screen and (min-width: 1441px) {
	.col-xl-1 {
		width: 8.333%;
	}
	.col-xl-2 {
		width: 16.667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.333%;
	}
	.col-xl-5 {
		width: 41.667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.333%;
	}
	.col-xl-8 {
		width: 66.667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.333%;
	}
	.col-xl-11 {
		width: 91.667%;
	}
	.col-xl-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 1279px) {
	.col-lg-1 {
		width: 8.333%;
	}
	.col-lg-2 {
		width: 16.667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.333%;
	}
	.col-lg-5 {
		width: 41.667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333%;
	}
	.col-lg-8 {
		width: 66.667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.333%;
	}
	.col-lg-11 {
		width: 91.667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.first-lg {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-lg {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.hide-lg {
		display: none;
	}
}

@media only screen and (max-width: 940px) {
	/* .has-border{
        padding: 0 $gutter !important;
        border: none !important;
    } */
	.col-md-1 {
		width: 8.333%;
	}
	.col-md-2 {
		width: 16.667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.333%;
	}
	.col-md-5 {
		width: 41.667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.333%;
	}
	.col-md-8 {
		width: 66.667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.333%;
	}
	.col-md-11 {
		width: 91.667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.first-md {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.hide-md {
		display: none;
	}
}

@media only screen and (max-width: 758px) {
	.col-sm-1 {
		width: 8.333%;
	}
	.col-sm-2 {
		width: 16.667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.333%;
	}
	.col-sm-5 {
		width: 41.667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.333%;
	}
	.col-sm-8 {
		width: 66.667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.333%;
	}
	.col-sm-11 {
		width: 91.667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.first-sm {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.hide-sm {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
	/* .col-1-5,
    .col-2-5,
    .col-3-5,
    .col-4-5, */
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}
	.col-xs-1 {
		width: 8.333%;
	}
	.col-xs-2 {
		width: 16.667%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-4 {
		width: 33.333%;
	}
	.col-xs-5 {
		width: 41.667%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-7 {
		width: 58.333%;
	}
	.col-xs-8 {
		width: 66.667%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-10 {
		width: 83.333%;
	}
	.col-xs-11 {
		width: 91.667%;
	}
	.col-xs-12 {
		width: 100%;
	}
	.first-xs {
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-xs {
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.hide-xs {
		display: none;
	}
}

.lt-ie10 [class*='col-'] {
	float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #f0f0f0;
	opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
            * Remove all paddings around the image on small screen
            */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .popup-window {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

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

.mfp-zoom-in.mfp-ready .mfp-figure,
.mfp-zoom-in.mfp-ready .popup-window {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

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

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .popup-window {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

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

.ui-datepicker {
	display: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	padding: 1.25em;
	border-radius: 0;
	border: none;
	width: auto;
}

.ui-datepicker .ui-icon {
	display: none !important;
}

.ui-datepicker .ui-widget-header {
	background: none;
	border: none;
	padding: 0.4em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 15px;
	font-size: 0;
	cursor: pointer;
	transition-duration: 0.3s;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	opacity: 0.8;
	border: none;
}

.ui-datepicker .ui-datepicker-prev {
	left: 30px;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: '';
	display: block;
	position: absolute;
	font-size: 16px;
	height: 0.9em;
	width: 0.9em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 0.125em solid #90132a;
	border-left: 0.125em solid #90132a;
	margin-left: 0.225em;
}

.ui-datepicker .ui-datepicker-next {
	right: 35px;
}

.ui-datepicker .ui-datepicker-next:after {
	content: '';
	display: block;
	position: absolute;
	font-size: 16px;
	height: 0.9em;
	width: 0.9em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 0.125em solid #90132a;
	border-right: 0.125em solid #90132a;
	margin-left: -0.45em;
}

.ui-datepicker tr {
	border: none;
}

.ui-datepicker td {
	padding: 1px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 1em;
	border-radius: 0;
	border: 1px solid #fff;
}

.ui-datepicker-title {
	text-align: center;
	font-weight: 300;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 1.33333em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-datepicker-calendar {
	color: #90132a;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 2em;
}

.ui-datepicker-calendar th {
	padding: 10px;
}

.ui-widget-content .ui-state-default {
	color: #000;
	padding: 0.625em;
	background-image: none;
	background-color: transparent;
	border: none;
}

.ui-widget-content .ui-state-default:hover {
	color: #fff;
	background-color: #90132a;
	text-decoration: none;
}

.ui-widget-content .ui-state-active {
	color: #fff;
	background-color: #90132a;
}

.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
	color: #b9b9b9 !important;
}

.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default:hover {
	background-color: transparent;
	cursor: default;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 13.125em;
	width: 12.5em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	outline: none;
	z-index: 998;
	margin-left: -1px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 54px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #90132a;
	color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

/*! jQuery UI - v1.12.1 - 2017-01-25
* http://jqueryui.com
* Includes: core.css, button.css, controlgroup.css, checkboxradio.css, spinner.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

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

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

h1, h2, h3, h4, h5, h6, .large-text {
	font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	line-height: 1.3;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .large-text span {
	font-size: 66%;
}

h1 {
	font-size: 2.5em;
}

h2, .buttons__center h1, .page-header__left h1 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.5625em;
}

h4, .popup-window h2, .large-text {
	font-size: 1.25em;
}

h5, .img-box__title {
	font-size: 1em;
}

h6 {
	font-size: 0.875em;
}

.section-title {
	font-size: 1.875em;
}

@media only screen and (max-width: 940px) {
	h1 {
		font-size: 2.25em;
	}
	h2, .buttons__center h1, .page-header__left h1 {
		font-size: 1.6875em;
	}
	h3 {
		font-size: 1.40625em;
	}
	h4, .popup-window h2, .large-text {
		font-size: 1.125em;
	}
	h5, .img-box__title {
		font-size: 0.9em;
	}
	h6 {
		font-size: 0.7875em;
	}
	.section-title {
		font-size: 1.6875em;
	}
}

@media only screen and (max-width: 425px) {
	h1 {
		font-size: 1.75em;
	}
	h2, .buttons__center h1, .page-header__left h1 {
		font-size: 1.3125em;
	}
	h3 {
		font-size: 1.09375em;
	}
	h4, .popup-window h2, .large-text {
		font-size: 0.875em;
	}
	h5, .img-box__title {
		font-size: 0.7em;
	}
	h6 {
		font-size: 0.6125em;
	}
	.section-title {
		font-size: 1.3125em;
	}
}

p,
address {
	margin-bottom: 1.5rem;
}

.perex {
	font-size: 1.125em;
}

.note {
	font-size: 0.75em;
}

.wmg ul {
	margin-bottom: 1.5rem;
}

.wmg ul:last-child {
	margin-bottom: 0;
}

.wmg ul li {
	position: relative;
	padding-left: 1.25em;
	line-height: 1.8;
	margin-bottom: 0.3125em;
}

.wmg ul li:before {
	content: '';
	position: absolute;
	width: 0.3125em;
	height: 0.3125em;
	left: 0;
	top: 0.6em;
	background-color: #90132a;
	border-radius: 50%;
}

.wmg ol {
	counter-reset: ol-counter;
	margin-bottom: 1.5rem;
}

.wmg ol li {
	position: relative;
	counter-increment: ol-counter;
	padding-left: 1.25em;
	line-height: 1.8;
	margin-bottom: 0.3125em;
}

.wmg ol li:before {
	content: counter(ol-counter) ") ";
	position: absolute;
	top: 0;
	left: 0;
}

.wmg hr {
	display: block;
	width: 100%;
	height: 0;
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	margin: 3.125em 0;
}

.text-field input, .search-field input {
	outline: none;
	border: none;
	font-size: inherit;
	line-height: 1em;
	vertical-align: middle;
	padding: 0 0.9375em;
	background-color: transparent;
	font-family: inherit;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
}

.text-area textarea {
	display: block;
	outline: none;
	border: none;
	font-size: inherit;
	line-height: 1.5em;
	padding: 0.9375em;
	background-color: transparent;
	font-family: inherit;
	width: 100%;
	resize: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.dropdown select {
	outline: none;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 0;
	font-family: inherit;
	width: 100%;
	height: 100%;
	padding: 0 0.9375em;
	font-size: inherit;
	line-height: 1.5;
	overflow: hidden;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.dropdown select::-ms-expand {
	display: none;
}

.checkbox {
	display: inline-block;
}

.checkbox label {
	position: relative;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	font-size: inherit;
	line-height: 1.25em;
	padding-left: 1.875em;
	margin-right: 1.25em;
	margin-bottom: 0.3125em;
}

.checkbox label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25em;
	height: 1.25em;
	background-color: #F5F5F5;
	box-shadow: inset 1px 1px 0px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-radius: 2px;
}

.checkbox label:after {
	display: none;
	content: "";
	position: absolute;
	top: 0.3125em;
	left: 0.1875em;
	width: 0.875em;
	height: 0.875em;
	background: transparent url("../images/check.svg") no-repeat 0 0/contain;
}

.checkbox input:checked + label:before {
	background-color: #fff;
}

.checkbox input:checked + label:after {
	display: block;
}

.checkbox input {
	display: none;
}

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

.radio-button label {
	position: relative;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	font-size: inherit;
	line-height: 1.25em;
	padding-left: 1.875em;
	margin-right: 1.25em;
	margin-bottom: 0.3125em;
}

.radio-button label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25em;
	height: 1.25em;
	background-color: #F5F5F5;
	box-shadow: inset 1px 1px 0px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-radius: 50%;
	vertical-align: middle;
}

.radio-button input:checked + label:before {
	border-color: #90132a;
	background-color: #90132a;
	box-shadow: inset 0 0 0 0.1875em #fff;
}

.radio-button input {
	display: none;
}

::-webkit-input-placeholder {
	color: #999;
	transition: opacity 0.35s ease-in-out;
	opacity: 1;
	line-height: 1.5;
}

:-moz-placeholder {
	color: #999;
	transition: opacity 0.35s ease-in-out;
	opacity: 1;
}

::-moz-placeholder {
	color: #999;
	transition: opacity 0.35s ease-in-out;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	transition: opacity 0.35s ease-in-out;
	opacity: 1;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

:focus:-moz-placeholder {
	opacity: 0;
}

:focus::-moz-placeholder {
	opacity: 0;
}

:focus:-ms-input-placeholder {
	opacity: 0;
}

.button {
	position: relative;
	display: inline-block;
	border: 1px solid #90132a;
	border-radius: 0;
	padding: 0.7em 1.5em;
	vertical-align: middle;
	transition-duration: 0.3s;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	border-color: #90132a;
	background-color: #90132a;
	color: #fff;
	font-size: 0.875em;
	text-transform: uppercase;
}

.button:hover {
	text-decoration: none;
	border-color: #630d1d;
	background-color: #630d1d;
	color: #fff;
}

.button svg {
	display: inline-block;
	vertical-align: middle;
	width: 1.375em;
	height: 1.375em;
	fill: #fff;
	margin-right: 0.625em;
	transition-duration: 0.3s;
}

.button--outline {
	background-color: transparent;
	color: #90132a;
}

.button--outline:hover svg {
	fill: #fff;
}

.button--outline svg {
	fill: #90132a;
}

.button--outline.c-gray {
	background-color: transparent !important;
	color: #58585a;
}

.button--outline.c-gray:hover {
	background-color: #58585a !important;
}

.button--outline.c-gray:hover svg {
	fill: #fff;
}

.button--outline.c-gray svg {
	fill: #58585a;
}

.button--icon-right svg {
	margin: 0 0 0 0.625em;
}

.button.c-gray {
	border-color: #58585a;
	background-color: #58585a;
}

.button.c-gray:hover {
	border-color: #3f3f40;
	background-color: #3f3f40;
	color: #fff;
}

.button.c-green {
	border-color: #669966;
	background-color: #669966;
}

.button.c-green:hover {
	border-color: #527a52;
	background-color: #527a52;
}

.button--small {
	font-size: 0.75em;
}

.button--large {
	font-size: 1em;
}

.button.pos-center {
	display: table;
	margin: 0 auto;
}

.button.pos-right {
	float: right;
}

.button + .button {
	margin-left: 0.25em;
}

.buttons {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

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

.buttons__left {
	float: left;
	width: 12.5em;
}

.buttons__left .button {
	margin-right: 0.9375em;
}

.buttons__center {
	float: left;
	width: calc(100% - 25em);
}

.buttons__center h1 {
	text-transform: none;
	text-align: center;
	color: #90132a;
}

.buttons__right {
	float: right;
	/*width: 12.5em;*/
}

.buttons__right .button {
	/*float: right;*/
	margin-left: 0.9375em;
}

.buttons.c-gray {
	background-color: #F5F5F5;
}

.buttons.c-gray + .section.c-gray {
	padding-top: 0 !important;
}

.section + .buttons {
	padding-top: 0;
}

.responsive-table {
	width: 100%;
	margin-bottom: 1.25em;
}

.responsive-table thead tr {
	background-color: transparent !important;
}

.responsive-table th {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.5em;
	padding: 0 1.25em 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.responsive-table tr {
	border-bottom: 1px solid #ddd;
}

.responsive-table tr:nth-child(odd) {
	background-color: #F5F5F5;
}

.responsive-table td {
	font-size: 0.8125em;
	padding: 0.7em 1.15385em;
	line-height: 1.5em;
}

.responsive-table td.label {
	display: none;
	text-transform: uppercase;
}

.responsive-table strong {
	color: #000;
}

.responsive-table .checkbox {
	padding-top: 0;
}

.responsive-table .checkbox label:before {
	margin-right: 1.15385em;
}

.inventory-table {
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 1.25em;
}

.inventory-table tr {
	border-bottom: 1px solid #ddd;
}

.inventory-table td {
	font-size: 0.875em;
	padding: 0.5em 1.07143em;
}

.inventory-table td:first-child {
	color: #999;
}

.inventory-table .clickable-row td:last-child {
	position: relative;
	padding-right: 3.28571em;
}

.inventory-table .clickable-row td:last-child:after {
	content: '';
	display: none;
	position: absolute;
	width: 1.14286em;
	height: 1.14286em;
	top: 50%;
	right: 1.07143em;
	margin-top: -0.57143em;
	background: transparent url("../images/icon-plus.svg") no-repeat 0 0;
}

.inventory-table .clickable-row:hover td:last-child:after {
	display: block;
}

.table,
.simple-table {
	width: 100%;
	margin-bottom: 1.25em;
}

.table th,
.simple-table th {
	font-size: 0.75em;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}

.table th,
.table td,
.simple-table th,
.simple-table td {
	font-size: 0.8125em;
	vertical-align: middle;
	padding: 0.76923em 0.76923em;
}

.table th:first-child,
.table td:first-child,
.simple-table th:first-child,
.simple-table td:first-child {
	padding-left: 0;
}

.table tr,
.simple-table tr {
	border-bottom: 1px solid #ddd;
}

.table strong,
.simple-table strong {
	font-weight: 500;
	color: #000;
}

.simple-table td:nth-child(odd) {
	padding-left: 0;
	width: 7.69231em;
}

.simple-table td:nth-child(even) {
	font-weight: 500;
	color: #000;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

td.nopad {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.clickable-row {
	cursor: pointer;
}

.clickable-row:hover {
	background-color: rgba(144, 19, 42, 0.2);
}

.highlight-cell {
	color: rgb(144, 19, 42);
}

/* @include bp-768{
    .responsive-table{
        thead, th{
            display: none;
        }
        tr{
            @include clearfix;
            display: block;
            border-bottom: none;
            padding: em(10);

            &:nth-child(odd){
                background-color: $light-gray;
            }
        }
        td{
            float: left;
            width: 100%;
        }
        td.label{
            display: table-cell;
            width: 50%;
        }
        td.label + td{
            width: 50%;
        }
    }
}
 */
/*
// RESPONSIVE TABLES
$('table').each(function () {
    if ($(this).children('thead').length) {
        var columns = $(this).children('thead').find('th').size();
        var i = '';
        for (i = 1; i <= columns; i++) {
            var columnName = $(this).children('thead').find('th:nth-child(' + i + ')').text();
            $(this).find('tr').find('td:not(.label):eq(' + (i - 1) + ')').before('<td class="label">' + columnName + '</td>');
        }
    }
});
*/
.form {
	margin-bottom: 1.25em;
}

.form fieldset {
	margin-bottom: 1.25em;
}

.field {
	margin: 0 -0.9375em 1.25em;
}

.field__label {
	float: left;
	width: 220px;
	min-height: 1px;
	font-size: 0.875em;
	line-height: 2.85714em;
	text-align: right;
	padding: 0 0.9375em;
}

.field__label + .field__input {
	width: calc(100% - 220px);
}

.field__input {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0.9375em;
}

.field__input .text-field + .button {
	position: absolute;
	right: 0.9375em;
	top: 0;
	margin-top: 0;
	height: 100%;
}

.field--wide {
	max-width: none;
}

.text-field, .text-area, .dropdown, .file-field, .search-field {
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
	transition-duration: 0.3s;
}

.text-field:hover, .text-area:hover, .dropdown:hover, .file-field:hover, .search-field:hover, .has-focus.text-field, .has-focus.text-area, .has-focus.dropdown, .has-focus.file-field, .has-focus.search-field {
	border-color: #000;
}

.disabled.text-field, .disabled.text-area, .disabled.dropdown, .disabled.file-field, .disabled.search-field {
	background-color: #F5F5F5;
}

.disabled.text-field:hover, .disabled.text-area:hover, .disabled.dropdown:hover, .disabled.file-field:hover, .disabled.search-field:hover {
	border-color: #ddd;
}

.error.text-field, .error.text-area, .error.dropdown, .error.file-field, .error.search-field {
	border-color: red;
}

.text-field input {
	height: 2.5em;
}

.text-field + .button {
	margin-top: 0.625em;
}

.dropdown select {
	height: 2.5em;
}

.dropdown select option {
	padding: 0.625em 0.9375em;
}

.dropdown:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0.9375em;
	pointer-events: none;
	transition-duration: 0.3s;
}

.dropdown:hover:after {
	border-top-color: #000;
}

.checkbox {
	display: block;
	padding-top: 0.625em;
}

.radio-button {
	display: block;
	padding-top: 0.625em;
}

.file-field:hover svg {
	fill: #000;
}

.file-field input {
	display: none;
}

.file-field svg {
	position: absolute;
	left: 0.9375em;
	top: 50%;
	margin-top: -0.8125em;
	width: 1.625em;
	height: 1.625em;
	fill: #ddd;
	transition-duration: 0.3s;
	pointer-events: none;
}

.file-field label {
	display: block;
	line-height: 2.5em;
	padding: 0 0.9375em 0 3.4375em;
	cursor: pointer;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.datepicker:hover svg, .datepicker.has-focus svg,
.timepicker:hover svg,
.timepicker.has-focus svg {
	fill: #000;
}

.datepicker svg,
.timepicker svg {
	position: absolute;
	left: 0.9375em;
	top: 50%;
	margin-top: -0.6875em;
	width: 1.375em;
	height: 1.375em;
	fill: #ddd;
	transition-duration: 0.3s;
	pointer-events: none;
}

.datepicker input,
.timepicker input {
	padding-left: 3.4375em;
	cursor: pointer;
}

.search-field {
	background-color: #F5F5F5;
}

.search-field input {
	height: 2.5em;
	padding-right: 3.4375em;
}

.search-field button {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5em;
	height: 2.5em;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.search-field button svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1.25em;
	height: 1.25em;
	fill: #90132a;
	transition-duration: 0.3s;
}

.search-field button:hover svg {
	fill: #000;
}

.spinner .ui-spinner {
	width: 100%;
}

.spinner input {
	margin: 0;
	padding-right: 3.4375em;
}

.spinner .ui-spinner-button {
	cursor: pointer;
	font-size: 16px;
	width: 2.5em;
	border-left: 1px solid #ddd;
	transition-duration: 0.3s;
}

.spinner .ui-spinner-button:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-bottom: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
	top: 50%;
	margin-top: -2px;
	transition-duration: 0.3s;
}

.spinner .ui-spinner-button:hover {
	background-color: #ddd;
}

.spinner .ui-spinner-button:hover:after {
	border-bottom-color: #000;
}

.spinner .ui-spinner-down {
	border-top: 1px solid #ddd !important;
}

.spinner .ui-spinner-down:after {
	border-bottom: none;
	border-top: 5px solid #ddd;
}

.spinner .ui-spinner-down:hover:after {
	border-top-color: #000;
}

.spinner .ui-button-icon,
.spinner .ui-button-icon-space {
	display: none;
}

.pagination {
	display: block;
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 1.25em;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
}

.pagination li.active a {
	font-weight: 500;
	color: #90132a;
	text-decoration: none;
}

.pagination li + li {
	margin-left: 0.3125em;
}

.pagination a {
	display: block;
	font-size: 0.875em;
	padding: 0.57143em 0.71429em;
	color: #666;
	text-decoration: underline;
}

.pagination a:hover {
	color: #90132a;
	text-decoration: none;
}

.pagination__button {
	border: 1px solid #ddd;
	transition-duration: 0.3s;
}

.pagination__button svg {
	display: block;
	width: 1.42857em;
	height: 0.85714em;
	fill: #90132a;
	transition-duration: 0.3s;
}

.pagination__button:hover {
	background-color: #90132a;
	border-color: #90132a;
}

.pagination__button:hover svg {
	fill: #fff;
}

.section {
	padding: 3.125em 0 1.875em;
}

.section {
	background: #fff no-repeat center center/cover;
}

.section.c-gray {
	background-color: #F5F5F5;
}

.section.c-primary {
	background-color: #90132a;
	color: #fff;
}

.section:not([class*='c-']) + .section:not([class*='c-']) {
	border-top: 1px solid #ddd;
}

.section-header {
	margin-bottom: 2.5em;
}

.section-header__left {
	float: left;
}

.section-header__right {
	float: right;
	text-align: right;
}

.section-header__center {
	text-align: center;
	margin-bottom: 1.875em;
}

.section-header__center h2 {
	text-transform: none;
	color: #90132a;
}

.section-header__center h2 span {
	display: block;
}

.section-header__center p {
	font-size: 1em;
	font-weight: 300;
	max-width: 31.25em;
	margin: 1.5625em auto 0;
}

.section-header__center .button {
	margin-top: 1.875em;
}

.section-header h2 {
	margin-bottom: 0;
}

.section-header .large-text {
	display: inline-block;
	padding-top: 0.5em;
}

.section-header .button {
	display: inline-block;
}

/* .content-block{
    @extend %clearfix;
    margin-bottom: em($content-block-mb);

    &:last-of-type{
        margin-bottom: 0;
    }
} */
@media only screen and (max-width: 940px) {
	.section {
		padding: 2.5em 0 1.5em;
	}
}

@media only screen and (max-width: 560px) {
	.section {
		padding: 1.875em 0 1.125em;
	}
}

.wmg {
	/* img{
        &.left{
            float: left;
            margin: 0 $gutter $gutter 0;
        }

        &.right{
            float: right;
            margin: 0 0 $gutter $gutter;
        }

        &.center{
            display: block;
            margin: 0 auto $gutter;
        }
    } */
}

.login {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #F5F5F5 url("../images/login-bg.jpg") no-repeat center center/cover;
}

.login__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.login-form {
	background-color: #fff;
	width: 22.5em;
	max-width: 95%;
	padding: 1.875em;
}

.login-form a {
	color: #666;
	border-bottom: 1px solid #666;
	transition-duration: 0.3s;
}

.login-form a:hover {
	text-decoration: none;
	border-color: transparent;
}

.login-form__logo {
	width: 7.75em;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1.875em;
}

.login-form__error-msg {
	font-size: 0.875em;
	text-align: center;
	margin-bottom: 1.42857em;
	color: red;
}

.login-form__error-msg svg {
	display: inline-block;
	vertical-align: middle;
	width: 1.28571em;
	height: 1.28571em;
	fill: red;
	margin-right: 0.35714em;
}

.login-form__error-msg a {
	color: red;
	border-color: red;
}

.login-form__instructions {
	font-size: 0.875em;
	text-align: center;
	margin-bottom: 1.07143em;
}

.login-form .dropdown {
	background-color: #F5F5F5;
	border-color: #fff;
	margin-bottom: 1.25em;
}

.login-form .dropdown svg {
	position: absolute;
	left: 0.625em;
	top: 50%;
	margin-top: -0.625em;
	width: 1.25em;
	height: 1.25em;
	fill: #d1d1d1;
}

.login-form .dropdown select {
	padding-left: 2.5em;
}

.login-form .text-field {
	position: relative;
	margin-bottom: 0.625em;
	background-color: #fff;
	border-color: #fff;
}

.login-form .text-field input {
	padding-left: 2.5em;
	background-color: #F5F5F5;
}

.login-form .text-field svg {
	position: absolute;
	left: 0.625em;
	top: 50%;
	margin-top: -0.625em;
	width: 1.25em;
	height: 1.25em;
	fill: #d1d1d1;
}

.login-form .checkbox {
	padding-top: 0;
}

.login-form .checkbox label {
	font-size: 0.8125em;
}

.login-form .checkbox label:before {
	background-color: #F5F5F5;
	box-shadow: inset 1px 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.login-form .button {
	font-size: 0.75em;
	font-weight: bold;
	padding: 1.1em;
	letter-spacing: 0.08333em;
	text-transform: uppercase;
	width: 100%;
	margin: 1.25em 0 1.875em;
}

.login-form .note {
	text-align: center;
}

.popup-window {
	position: relative;
	background-color: #fff;
	max-width: 40em;
	margin: 5em auto;
	padding: 2.8125em 2.8125em 1.5625em;
}

.popup-window h2 {
	font-weight: normal;
	text-align: center;
	color: #90132a;
	margin-bottom: 1.25em;
}

.popup-window .search-field {
	height: 3.4375em;
	margin-bottom: 1.5625em;
}

.popup-window .search-field input {
	height: 3.4375em;
}

.popup-window .search-field button {
	width: 3.4375em;
	height: 3.4375em;
}

.popup-window.wide {
	max-width: 60em;
}

.modal {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	transition-duration: 0.3s;
}

.modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 37.5em;
	max-width: 90%;
	background-color: #fff;
	box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.12);
	padding: 1.875em 3.125em;
	text-align: center;
}

.modal__inner .buttons {
	padding: 0;
	margin: 0;
}

.modal__inner .button {
	min-width: 10em;
}

.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 64em;
	height: 4.375em;
	background-color: #f0f0f0;
	z-index: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-menu__logo {
	position: relative;
	float: left;
	height: 4.375em;
	background-color: #fff;
}

.sticky-menu__logo:before {
	content: '';
	position: absolute;
	top: 0;
	height: 4.375em;
	left: -9999px;
	width: 9999px;
	background-color: #fff;
}

.sticky-menu__logo a {
	display: block;
	padding: 0.5em 1.5625em 0.5em 0;
}

.sticky-menu__logo img {
	width: 6.9375em;
}

.sticky-menu__nav {
	float: right;
	height: auto;
}

.sticky-menu__nav li {
	display: inline-block;
}

.sticky-menu__nav a {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 5em;
	color: #000;
	text-transform: uppercase;
	margin-left: 2.5em;
}

.sticky-menu__nav a:hover {
	color: #90132a;
	text-decoration: none;
}

.sticky-menu__nav a.active {
	color: #90132a;
}

.sticky-menu__nav .button {
	background-color: #58585a;
	border: none;
	line-height: 1;
	padding: .8em 2em;
	color: #fff;
	font-weight: 300;
}

.sticky-menu__nav .button:hover {
	background-color: #3f3f40;
	color: #fff;
}

.sticky-menu__expander {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 4.375em;
	width: 4.375em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1001;
	transition-duration: 0.3s;
}

.sticky-menu__expander .hamburger {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.09375em;
	margin-top: -0.5625em;
	width: 35px;
	height: 1.125em;
}

.sticky-menu__expander .hamburger span,
.sticky-menu__expander .hamburger span:before,
.sticky-menu__expander .hamburger span:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 0.125em;
	background: #fff;
	top: 0.5em;
	border-radius: 0em;
}

.sticky-menu__expander .hamburger span:before,
.sticky-menu__expander .hamburger span:after {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.sticky-menu__expander .hamburger span:before {
	content: "";
	height: 100%;
	top: -0.5em;
}

.sticky-menu__expander .hamburger span:after {
	content: "";
	height: 100%;
	top: 0.5em;
}

.sticky-menu__expander .hamburger.active span, .sticky-menu--expanded .sticky-menu__expander .hamburger span {
	transition: background .3s 0s ease;
	background: transparent !important;
}

.sticky-menu__expander .hamburger.active span:before, .sticky-menu--expanded .sticky-menu__expander .hamburger span:before,
.sticky-menu__expander .hamburger.active span:after, .sticky-menu--expanded .sticky-menu__expander .hamburger span:after {
	transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
	top: 0;
	width: 2.1875em;
}

.sticky-menu__expander .hamburger.active span:before, .sticky-menu--expanded .sticky-menu__expander .hamburger span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.sticky-menu__expander .hamburger.active span:after, .sticky-menu--expanded .sticky-menu__expander .hamburger span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.sticky-menu__expander:hover {
	opacity: 0.8;
}

.sticky-menu--expanded .sticky-menu__nav {
	max-height: 700px;
}

.sticky-menu + .content-wrapper {
	padding-top: 4.375em;
}

/* @include bp-768{
    .sticky-menu{
        .container,
        .col-1-1{
            padding: 0;
        }

        &__logo{
            padding-left: em($container-padding + ($gutter-width / 2));
        }

        &__nav{
            float: left;
            width: 100%;
            max-height: 0;
            transition: max-height 0.5s;
            background-color: $mobile-menu-bg;
            overflow: hidden;

            ul{
                padding: em(10) 0;
            }

            li{
                display: block;
            }

            a{
                display: block;
                width: 100%;
                color: $mobile-menu-color;
                text-align: center;
                line-height: 2.2em;
                margin: 0;

                &:hover{

                }
            }
        }

        &__expander{
            display: block;
        }
    }
} */
.page-header {
	padding: 1.25em 0;
	border-bottom: 1px solid #ddd;
}

.page-header__left {
	float: left;
}

.page-header__left p {
	margin-right: 0.9375em;
}

.page-header__left h1 {
	line-height: 1.5em;
	color: #90132a;
	text-transform: none;
	margin-bottom: 0;
}

.page-header__center {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-header__right {
	float: right;
	text-align: right;
}

.page-header__right p {
	margin-left: 0.9375em;
}

.page-header p {
	float: left;
	margin-bottom: 0;
}

.page-header .large-text {
	display: inline-block;
	line-height: 2.25em;
}

.large-text {
	text-transform: none;
	margin-bottom: 0;
}

.filter {
	padding: 1.25em 0 0;
	background-color: #f0f0f0;
}

.filter h2,
.filter h3 {
	font-size: 0.75em;
	line-height: 3.33333em;
	margin-bottom: 1.66667em;
	font-weight: bold;
	color: #90132a;
}

.filter h3 {
	color: #000;
}

.filter .field__label {
	width: 50px;
}

.filter .field__label + .field__input {
	width: calc(100% - 50px);
}

.page-header + .filter {
	margin-top: -1px;
}

.progress {
	width: 100%;
}

.progress__cell {
	float: left;
	height: 0.875em;
	width: calc(50% - 5px);
	background-color: #58585a;
	margin-right: 5px;
}

.progress__cell:last-child {
	margin-right: 0;
}

.progress__cell.red {
	background-color: red;
}

.progress__cell.green {
	background-color: #8A9B0F;
}

.warning-flag {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #E97F02;
	width: 100px;
	height: 40px;
}

.warning-flag svg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	fill: #fff;
	width: 1.625em;
	height: 1.625em;
}

.table-row-actions {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.table-row-actions a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 20px;
}

.table-row-actions a + a {
	margin-left: 5px;
}

.table-row-actions a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	fill: #90132a;
	transition-duration: 0.3s;
}

.table-row-actions a:hover svg {
	fill: #630d1d;
}

.pager__title {
	font-size: 1.875em;
	text-transform: none;
	text-align: center;
	margin-bottom: 0;
	min-width: 5em;
}

.pager__nav a {
	position: absolute;
	top: 50%;
	margin-top: -0.9375em;
	width: 1.875em;
	height: 1.875em;
	background-color: #F5F5F5;
	transition-duration: 0.3s;
}

.pager__nav a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0.9375em;
	height: 0.9375em;
	fill: #58585a;
	transition-duration: 0.3s;
}

.pager__nav a:hover {
	background-color: #90132a;
}

.pager__nav a:hover svg {
	fill: #fff;
}

.pager__prev {
	left: -3.75em;
}

.pager__next {
	right: -3.75em;
}

.pager__dropdown {
	font-size: 0.6875em;
	position: absolute;
	left: 50%;
	bottom: -3.63636em;
	width: 7.27273em;
	margin-left: -3.63636em;
}

.pager__dropdown:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 6px solid #ddd;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-top: -3px;
}

.steps {
	background-color: #E9CFD4;
	padding: 1.875em 0 0.9375em;
	min-width: 64em;
	counter-reset: step-counter;
}

.steps ol {
	text-align: center;
}

.steps li {
	counter-increment: step-counter;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.9375em;
	padding-right: 4.1875em;
	max-width: 12.5em;
}

.steps li:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1.25em;
	width: 27px;
	height: 7px;
	background: transparent url("../images/progress-arrow.png") no-repeat 0 0;
}

.steps li:last-child {
	padding-right: 0;
}

.steps li:last-child:after {
	display: none;
}

.steps li.active a:before,
.steps li.active span:before {
	background-color: #90132a;
	border-color: #90132a;
	color: #fff;
}

.steps li.active ~ li a,
.steps li.active ~ li span {
	color: #c38993;
}

.steps li.active ~ li a:before,
.steps li.active ~ li span:before {
	border-color: #c38993;
	background-color: transparent;
	color: #c38993;
}

.steps a,
.steps span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.875em;
	font-weight: 500;
	color: #90132a;
	text-align: left;
	height: 3em;
	padding-left: 4.14286em;
}

.steps a:before,
.steps span:before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.3125em;
	font-size: 1.14286em;
	font-weight: bold;
	width: 2.625em;
	height: 2.625em;
	line-height: 2.625em;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
}

.steps a:hover,
.steps span:hover {
	text-decoration: none;
}

.steps--sticky {
	position: fixed;
	z-index: 2;
	left: 0;
	top: 4.375em;
	width: 100%;
}

.steps--sticky + .section,
.steps--sticky + form .section:first-child {
	padding-top: 9.375em;
}

.message {
	position: relative;
	background-color: #58585a;
	padding: 0.9375em 1.875em 0.9375em 5em;
	color: #fff;
	margin-bottom: 1.875em;
}

.message svg {
	position: absolute;
	left: 1.875em;
	top: 50%;
	margin-top: -0.9375em;
	width: 1.875em;
	height: 1.875em;
	fill: #fff;
	margin-right: 1.25em;
}

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

.message--success {
	background-color: #8A9B0F;
}

.message--error {
	background-color: red;
}

.img-box {
	display: block;
	text-align: center;
	margin-bottom: 1.25em;
}

.img-box:hover {
	text-decoration: none;
}

.img-box:hover .img-box__img {
	border-color: #90132a;
}

.img-box__img {
	border: 5px solid #F5F5F5;
	background-color: #F5F5F5;
	transition-duration: 0.3s;
}

.img-box__img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.img-box__img + .img-box__title {
	margin-top: 0.9375em;
}

.img-box__title {
	font-weight: 500;
	margin-bottom: 0;
}

.calendar {
	margin-bottom: 1.25em;
}

.calendar__header li {
	float: left;
	width: 14.28%;
	padding: 0 0.625em 0.625em 0.625em;
	font-weight: 500;
}

.calendar__header li:last-child, .calendar__header li:nth-last-child(2) {
	color: #ccc;
}

.calendar__body {
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	overflow: hidden;
}

.calendar__inner {
	counter-reset: day-counter;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1px -1px;
}

.calendar__cell {
	position: relative;
	counter-increment: day-counter;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 14.2857%;
	min-height: 8vw;
	padding: 2.5em 0.625em 0.625em 0.625em;
	border: 1px solid #ddd;
	border-left: none;
	background-color: #fff;
	margin-top: -1px;
}

.calendar__cell:before {
	content: counter(day-counter);
	position: absolute;
	top: 0.625em;
	left: 0.625em;
}

.calendar__cell:first-child:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.calendar__cell.active {
	background-color: #E9CFD4;
}

.calendar__cell.active:before {
	font-weight: bold;
}

.offset-1 {
	margin-left: 14.2857%;
}

.offset-2 {
	margin-left: 28.5714%;
}

.offset-3 {
	margin-left: 42.8571%;
}

.offset-4 {
	margin-left: 57.1428%;
}

.offset-5 {
	margin-left: 71.4285%;
}

.offset-6 {
	margin-left: 85.7142%;
}

.event {
	position: relative;
	margin-bottom: 0.3125em;
}

.event__time {
	font-size: 0.75em;
	padding-right: 0.41667em;
	text-align: right;
}

.event__title {
	display: block;
	color: #fff !important;
	background-color: #58585a;
	font-size: 0.75em;
	padding: 0.41667em;
	transition-duration: 0.3s;
}

.event__badge {
	position: absolute;
	right: 0.3125em;
	bottom: 0.3125em;
	height: 1.125em;
	pointer-events: none;
}

.event__badge svg {
	display: inline-block;
	width: 1.125em;
	height: 1.125em;
	fill: #fff;
}

.event.c-red .event__title {
	background-color: #90132a;
}

.event.c-green .event__title {
	background-color: #8A9B0F;
}

a.event__title:hover {
	text-decoration: none;
	opacity: .6;
}

.toolbar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 64em;
	height: 2.8125em;
	background-color: #fff;
	z-index: 1000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: 3.5px 3.5px 15px rgba(0, 0, 0, 0.25);
}

.toolbar.active {
	display: block;
}

.actions__title {
	position: relative;
	float: left;
	font-size: 0.9375em;
	line-height: 3em;
	padding: 0 1.33333em;
	color: #fff;
	background-color: #90132a;
}

.actions__title:after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #90132a;
	top: 50%;
	margin-top: -3px;
	right: -6px;
}

.actions__list li {
	float: left;
	border-right: 1px solid #ddd;
}

.actions__list a {
	display: block;
	font-size: 0.8125em;
	line-height: 3.46154em;
	text-transform: uppercase;
	padding: 0 1.25em;
}

.actions__list a svg {
	display: inline-block;
	vertical-align: middle;
	width: 1.38462em;
	height: 1.38462em;
	fill: #90132a;
	margin-right: 0.76923em;
}

.actions__list a:hover {
	text-decoration: none;
	background-color: rgba(144, 19, 42, 0.2);
}

.footer {
	margin-top: auto;
	padding: 1.875em 0;
	border-top: 1px solid #ddd;
}

.footer__copyright {
	display: block;
	color: #999;
	text-align: center;
}

.footer__copyright a {
	color: #999;
}

@media print {
    html {
        font-size: 12px;
    }
    h3 {
        font-size: 12px;
        margin-bottom: .5em;
    }
	.sticky-menu,
	.steps,
	.footer,
	.print-hidden {
		display: none;
	}
    .section {
        background-color: #fff !important;
        border: none !important;
        padding-top: 0.625em !important;
        padding-bottom: 0 !important;
    }
	.smaller_print {
		font-size: 10px !important;
	}
	.nopadprint {
		padding-top: 0px !important;
	}

    .table th,
    .table td,
    .simple-table th,
    .simple-table td {
        font-size: 0.75em;
        vertical-align: middle;
        padding: 0.3em 0.3em;
    }
}

/*# sourceMappingURL=style.css.map */
