@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i,900,900i');

@font-face {
	font-family: BebasBold;
	font-weight: bold;
	src: url("../fonts/BebasNeueBold.otf") format("opentype");
}

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

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

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

html {
	box-sizing: border-box;
	}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	background: #333333;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea {
	color: #fff;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.65em;
}
	@media screen and (max-width: 1680px) {
		body, input, select, textarea {
			font-size: 13pt;
		}
	}
	@media screen and (max-width: 1280px) {
		body, input, select, textarea {
			font-size: 12pt;
		}
	}
	@media screen and (max-width: 736px) {
		body, input, select, textarea {
			font-size: 11pt;
			letter-spacing: 0.0375em;
		}
	}

blockquote {
	quotes: none;
	border-left: solid 4px #fff;
	font-style: italic;
	margin: 1em 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

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

blockquote p.name, blockquote p.org {
	font-style: normal;
	font-weight: 700;
}

blockquote p.name {
	margin: 0.5em 0 0 0;
	font-style: normal;
}

blockquote p.org {
	margin: 0;
	font-size: 90%;
}

blockquote img {
	margin-top: 1em;
	max-width: 150px;    
}

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

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
}

strong, b {
	font-weight: 900;
}

em, i {
	font-style: italic;
}

p, ol, ul {
	margin: 0 0 1em 0;
}

p + ul, p + ol {
	margin-top: -1.5em;
}

p + .actions {
	margin-top: 2em;
}

h1, h2, h3, h4 {
	font-family: 'BebasBold', Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 300%;
	line-height: 100%;
	margin: 0 0 0.25em 0;
	padding: 0;
}

h2 + p {
	font-size: 140%;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

h3 {
	margin-top: 1.5em;
	font-size: 200%;
	line-height: 120%;
}
    .gallery h3 {
        text-align: center;
        margin-bottom: 0.5em;
    }

h4 {
	margin-top: 1.5em;
    margin-bottom: 0.5em;
	font-size: 180%;
	line-height: 120%;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 3em 0;
}

.alert {
	background-color: yellow;
}






/*-------------------------------------------------------------------------------------- Icons --*/
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

.icon > .label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}
/*---------------------------------------------------------------------------------- Icons END --*/





/*-------------------------------------------------------------------------------------- Image --*/
.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
	text-decoration: none !important;
	border-bottom: none !important;
}

img a {
	text-decoration: none !important;
	border-bottom: none !important;
}

.image img {
	border-radius: 3px;
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 2em 2em;
	top: 0.25em;
}
	@media screen and (max-width:600px) {
		.image.left, .image.right {
            display:block;
            float: none;
            max-width: 100%;
            margin: 0 auto 2em 0;
        }
    }

.image.left img, .image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}
/*---------------------------------------------------------------------------------- Image END --*/





/*-------------------------------------------------------------------------------------- Lists --*/
ul {
	list-style: disc;
	padding-left: 2em;
    font-size: 110%;
}

ul li {
	padding-left: 0.5em;
}



ol {
	list-style: decimal;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}



ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #fff;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}
/*---------------------------------------------------------------------------------- Lists END --*/





/*------------------------------------------------------------------------------------ Actions --*/
ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

	@media screen and (max-width: 480px) {
		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}

		ul.actions:not(.fixed) li {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			padding: 1em 0 0 0;
			text-align: center;
			width: 100%;
		}

		ul.actions:not(.fixed) li > * {
			width: 100%;
		}

		ul.actions:not(.fixed) li:first-child {
			padding-top: 0;
		}

		ul.actions:not(.fixed) li input[type="submit"],
		ul.actions:not(.fixed) li input[type="reset"],
		ul.actions:not(.fixed) li input[type="button"],
		ul.actions:not(.fixed) li button,
		ul.actions:not(.fixed) li .button {
			width: 100%;
		}

		ul.actions:not(.fixed) li input[type="submit"].icon:before,
		ul.actions:not(.fixed) li input[type="reset"].icon:before,
		ul.actions:not(.fixed) li input[type="button"].icon:before,
		ul.actions:not(.fixed) li button.icon:before,
		ul.actions:not(.fixed) li .button.icon:before {
			margin-left: -0.5em;
		}
	}

ul.actions .contractor, ul.actions .supplier {
	width: 100%;
    margin-top: 1em;
}

	@media screen and (max-width: 600px) {
        ul.actions .contractor, ul.actions .supplier {
            display: none;
        }
    }
/*-------------------------------------------------------------------------------- Actions END --*/





/*------------------------------------------------------------------------------------- Tables --*/
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #fff;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.25);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px #fff;
}

table tfoot {
	border-top: solid 2px #fff;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px #fff;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}
/*--------------------------------------------------------------------------------- Tables END --*/





/*------------------------------------------------------------------------------------ Buttons --*/
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #1b75bc;
	border-radius: 4px;
	border: 1px solid #262359;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	height: 3.125em;
	letter-spacing: 0.05em;
	line-height: 3.125em;
	max-width: 30em;
	padding: 0 2.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.button:hover, .button:active {
	background-color: #262359;
}

.button.icon:before {
	margin-right: 0.5em;
}

.button.fit {
	width: 100%;
}

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

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

.button.primary {
	background-color: #262359;
	box-shadow: none !important;
	color: #ffffff !important;
}

.button.primary:hover {
	background-color: #262359 !important;
}

.button.primary:active {
	background-color: #262359 !important;
}

.button.disabled, .button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

	@media screen and (max-width: 736px) {
		.button {
			height: 3.75em;
			line-height: 3.75em;
		}
	}
/*-------------------------------------------------------------------------------- Buttons END --*/





/*------------------------------------------------------------------------------------ Wrapper --*/
.wrapper {
	padding: 3em;
	background-color: #efefef;
	color: #333333;
}

.wrapper > .inner {
	width: 60em;
	margin: 0 auto;
}
	@media screen and (max-width: 1280px) {
		.wrapper > .inner {
			width: 90%;
		}
	}
	@media screen and (max-width: 980px) {
		.wrapper  {
			padding-left: 1.5em;
			padding-right: 1.5em;
		}
		.wrapper > .inner {
			width: 100%;
		}
	}

.wrapper.alt {
	padding: 0;
}

.wrapper h2 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 200%;
}

.wrapper p {
	font-size: 120%;
	line-height: 150%;
}
/*-------------------------------------------------------------------------------- Wrapper END --*/





/*----------------------------------------------------------------------------- Wrapper + Menu --*/
#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}

#page-wrapper:before {
	background: rgba(0, 0, 0, 0);
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #1b75bc;
	color: #ffffff;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	width: 20em;
	z-index: 10002;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul > li {
	border-top: solid 2px rgba(38, 35, 89, 0.125);
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

#menu ul > li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul > li > a {
	border: 0;
	color: inherit;
	display: block;
	font-size: 1em;
	letter-spacing: 0.05em;
	outline: 0;
	text-decoration: none;
}

	@media screen and (max-width: 736px) {
		#menu ul > li > a {
			line-height: 3em;
		}
	}

#menu .close {
	background-image: url("images/close.svg");
	background-position: 4.85em 1em;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3em;
	position: absolute;
	right: 0;
	top: 20px;
	vertical-align: middle;
	width: 7em;
}

	@media screen and (max-width: 736px) {
		#menu {
			padding: 3em 1.5em;
		}
	}

body.is-menu-visible #page-wrapper {
	opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
	display: block;
}

body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/*------------------------------------------------------------------------- Wrapper + Menu END --*/





/*------------------------------------------------------------------------------------- Header --*/
#header {
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
	background: #2e3842;
	height: 80px;
	line-height: 3em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

#header h1 {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	line-height: inherit;
	position: absolute;
	background-image: url("../../images/logo.svg");
	background-size: 100px 57px;
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 57px;
	text-indent: -9999px;
	display: block;
}

#header h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
}

#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0;
	top: 20px;
}

#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header nav > ul > li {
	display: inline-block;
	padding: 0;
}

#header nav > ul > li > a {
	border: 0;
	color: #ffffff;
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.225em;
	padding: 0 1.5em;
	text-transform: uppercase;
}

#header nav > ul > li > a.menuToggle {
	outline: 0;
	position: relative;
}

#header nav > ul > li > a.menuToggle:after {
	background-image: url("images/bars.svg");
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 3.75em;
	vertical-align: top;
	width: 2em;
}

	@media screen and (max-width: 736px) {
		#header nav > ul > li > a.menuToggle {
			padding: 0 1.5em;
		}

		#header nav > ul > li > a.menuToggle span {
			display: none;
		}
	}

	@media screen and (max-width: 736px) {
		#header nav > ul > li > a {
			padding: 0 0 0 1.5em;
		}
	}

#header nav > ul > li:first-child {
	margin-left: 0;
}

#header.alt {
	background: transparent;
}

#header.alt h1 {
	pointer-events: none;
	opacity: 0;
}
/*--------------------------------------------------------------------------------- Header END --*/





/*------------------------------------------------------------------------------------- Banner --*/
#banner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#banner:before {
	-moz-transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	transition: width 0.25s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

#banner:after {
	pointer-events: none;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: #333333;
}

#banner h2 {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
	position: relative;
	z-index: 1;
	background-image: url("../../images/logo.svg");
	background-size: 500px 270px;
	width: 500px;
	height: 270px;
	margin: 0 auto;
	text-indent: -9999px;
	display: block;
}

	@media screen and (max-width: 736px) {
		#banner h2 {
			background-size: 250px 185px;
			width: 250px;
			height: 185px;
		}
	}

#banner h3 {
	margin: 1.5em 0 0.5em 0;
	color: #ffffff;
	font-family: 'BebasBold', Helvetica, sans-serif;
	font-size: 200%;
	line-height: 110%;
	letter-spacing: 0.1em;
}

#banner p {
	margin: 0;
	color: #ffffff;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 150%;
	line-height: 110%;
	letter-spacing: 0.025em;
}

	@media screen and (max-width: 736px) {
        #banner p {
            font-size: 100%;
            line-height: 110%;
        }
    }

#banner .more {
	-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
	-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
	transition: transform 0.75s ease, opacity 0.75s ease;
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
	height: 7em;
	left: 50%;
	margin-left: -4.5em;
	opacity: 1;
	outline: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 10em;
	z-index: 1;
}

#banner .more:after {
	background-image: url("images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}
	@media screen and (max-width: 736px) {
		#banner {
			padding: 7em 3em 5em 3em ;
			height: auto;
			min-height: 0;
		}

		#banner h2 {
			font-size: 1.25em;
		}

		#banner br {
			display: none;
		}

		#banner .more {
			display: none;
		}
	}

body.is-preload #banner h2 {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

body.is-preload #banner h2:before, body.is-preload #banner h2:after {
	width: 0;
}

body.is-preload #banner .more {
	-moz-transform: translateY(8.5em);
	-webkit-transform: translateY(8.5em);
	-ms-transform: translateY(8.5em);
	transform: translateY(8.5em);
	opacity: 0;
}

body.is-preload #banner:after {
	opacity: 1;
}
/*--------------------------------------------------------------------------------- Banner END --*/





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

#main > header {
	padding: 6em 3em 3em 3em;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

body.is-mobile #main > header {
	background-attachment: scroll;
}
/*----------------------------------------------------------------------------------- Main END --*/





/*------------------------------------------------------------------------------------- Footer --*/
#footer {
	padding: 4em 0 2em 0;
	background-color: #333333;
	text-align: center;
}
	@media screen and (max-width: 736px) {
		#footer {
			padding: 2em 0 0 0;
		}
	}

#footer .icons {
	font-size: 2em;
}

#footer .icons a {
	color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
	color: #ffffff;
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1em;
	letter-spacing: 0.05em;
	list-style: none;
	padding: 0;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
	@media screen and (max-width: 480px) {
		#footer .copyright li {
			border: 0;
			display: block;
			line-height: 1.65em;
			margin: 0;
			padding: 0.5em 0;
		}
	}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: inherit;
}

#footer .copyright li a:hover {
	color: #fff;
}
/*--------------------------------------------------------------------------------- Footer END --*/





/*------------------------------------------------------------------------------------ Landing --*/

body.landing #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.landing #footer {
	background-color: #333333;
}

body.is-mobile.landing #page-wrapper {
	background: none;
}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.is-mobile.landing #footer {
	background-color: #333333;
}
/*--------------------------------------------------------------------------------- Landing END--*/




/*--------------------------------------------------------------------------------------- Rows --*/
.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp {
order: -1;
}

.row > .col-1 {
width: 8.33333%;
}

.row > .off-1 {
margin-left: 8.33333%;
}

.row > .col-2 {
width: 16.66667%;
}

.row > .off-2 {
margin-left: 16.66667%;
}

.row > .col-3 {
width: 25%;
}

.row > .off-3 {
margin-left: 25%;
}

.row > .col-4 {
width: 33.33333%;
}

.row > .off-4 {
margin-left: 33.33333%;
}

.row > .col-5 {
width: 41.66667%;
}

.row > .off-5 {
margin-left: 41.66667%;
}

.row > .col-6 {
width: 50%;
}

.row > .off-6 {
margin-left: 50%;
}

.row > .col-7 {
width: 58.33333%;
}

.row > .off-7 {
margin-left: 58.33333%;
}

.row > .col-8 {
width: 66.66667%;
}

.row > .off-8 {
margin-left: 66.66667%;
}

.row > .col-9 {
width: 75%;
}

.row > .off-9 {
margin-left: 75%;
}

.row > .col-10 {
width: 83.33333%;
}

.row > .off-10 {
margin-left: 83.33333%;
}

.row > .col-11 {
width: 91.66667%;
}

.row > .off-11 {
margin-left: 91.66667%;
}

.row > .col-12 {
width: 100%;
}

.row > .off-12 {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

@media screen and (max-width: 1680px) {

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-xlarge {
order: -1;
}

.row > .col-1-xlarge {
width: 8.33333%;
}

.row > .off-1-xlarge {
margin-left: 8.33333%;
}

.row > .col-2-xlarge {
width: 16.66667%;
}

.row > .off-2-xlarge {
margin-left: 16.66667%;
}

.row > .col-3-xlarge {
width: 25%;
}

.row > .off-3-xlarge {
margin-left: 25%;
}

.row > .col-4-xlarge {
width: 33.33333%;
}

.row > .off-4-xlarge {
margin-left: 33.33333%;
}

.row > .col-5-xlarge {
width: 41.66667%;
}

.row > .off-5-xlarge {
margin-left: 41.66667%;
}

.row > .col-6-xlarge {
width: 50%;
}

.row > .off-6-xlarge {
margin-left: 50%;
}

.row > .col-7-xlarge {
width: 58.33333%;
}

.row > .off-7-xlarge {
margin-left: 58.33333%;
}

.row > .col-8-xlarge {
width: 66.66667%;
}

.row > .off-8-xlarge {
margin-left: 66.66667%;
}

.row > .col-9-xlarge {
width: 75%;
}

.row > .off-9-xlarge {
margin-left: 75%;
}

.row > .col-10-xlarge {
width: 83.33333%;
}

.row > .off-10-xlarge {
margin-left: 83.33333%;
}

.row > .col-11-xlarge {
width: 91.66667%;
}

.row > .off-11-xlarge {
margin-left: 91.66667%;
}

.row > .col-12-xlarge {
width: 100%;
}

.row > .off-12-xlarge {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

}

@media screen and (max-width: 1280px) {

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-large {
order: -1;
}

.row > .col-1-large {
width: 8.33333%;
}

.row > .off-1-large {
margin-left: 8.33333%;
}

.row > .col-2-large {
width: 16.66667%;
}

.row > .off-2-large {
margin-left: 16.66667%;
}

.row > .col-3-large {
width: 25%;
}

.row > .off-3-large {
margin-left: 25%;
}

.row > .col-4-large {
width: 33.33333%;
}

.row > .off-4-large {
margin-left: 33.33333%;
}

.row > .col-5-large {
width: 41.66667%;
}

.row > .off-5-large {
margin-left: 41.66667%;
}

.row > .col-6-large {
width: 50%;
}

.row > .off-6-large {
margin-left: 50%;
}

.row > .col-7-large {
width: 58.33333%;
}

.row > .off-7-large {
margin-left: 58.33333%;
}

.row > .col-8-large {
width: 66.66667%;
}

.row > .off-8-large {
margin-left: 66.66667%;
}

.row > .col-9-large {
width: 75%;
}

.row > .off-9-large {
margin-left: 75%;
}

.row > .col-10-large {
width: 83.33333%;
}

.row > .off-10-large {
margin-left: 83.33333%;
}

.row > .col-11-large {
width: 91.66667%;
}

.row > .off-11-large {
margin-left: 91.66667%;
}

.row > .col-12-large {
width: 100%;
}

.row > .off-12-large {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

}

@media screen and (max-width: 980px) {

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-medium {
order: -1;
}

.row > .col-1-medium {
width: 8.33333%;
}

.row > .off-1-medium {
margin-left: 8.33333%;
}

.row > .col-2-medium {
width: 16.66667%;
}

.row > .off-2-medium {
margin-left: 16.66667%;
}

.row > .col-3-medium {
width: 25%;
}

.row > .off-3-medium {
margin-left: 25%;
}

.row > .col-4-medium {
width: 33.33333%;
}

.row > .off-4-medium {
margin-left: 33.33333%;
}

.row > .col-5-medium {
width: 41.66667%;
}

.row > .off-5-medium {
margin-left: 41.66667%;
}

.row > .col-6-medium {
width: 50%;
}

.row > .off-6-medium {
margin-left: 50%;
}

.row > .col-7-medium {
width: 58.33333%;
}

.row > .off-7-medium {
margin-left: 58.33333%;
}

.row > .col-8-medium {
width: 66.66667%;
}

.row > .off-8-medium {
margin-left: 66.66667%;
}

.row > .col-9-medium {
width: 75%;
}

.row > .off-9-medium {
margin-left: 75%;
}

.row > .col-10-medium {
width: 83.33333%;
}

.row > .off-10-medium {
margin-left: 83.33333%;
}

.row > .col-11-medium {
width: 91.66667%;
}

.row > .off-11-medium {
margin-left: 91.66667%;
}

.row > .col-12-medium {
width: 100%;
}

.row > .off-12-medium {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

}

@media screen and (max-width: 736px) {

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-small {
order: -1;
}

.row > .col-1-small {
width: 8.33333%;
}

.row > .off-1-small {
margin-left: 8.33333%;
}

.row > .col-2-small {
width: 16.66667%;
}

.row > .off-2-small {
margin-left: 16.66667%;
}

.row > .col-3-small {
width: 25%;
}

.row > .off-3-small {
margin-left: 25%;
}

.row > .col-4-small {
width: 33.33333%;
}

.row > .off-4-small {
margin-left: 33.33333%;
}

.row > .col-5-small {
width: 41.66667%;
}

.row > .off-5-small {
margin-left: 41.66667%;
}

.row > .col-6-small {
width: 50%;
}

.row > .off-6-small {
margin-left: 50%;
}

.row > .col-7-small {
width: 58.33333%;
}

.row > .off-7-small {
margin-left: 58.33333%;
}

.row > .col-8-small {
width: 66.66667%;
}

.row > .off-8-small {
margin-left: 66.66667%;
}

.row > .col-9-small {
width: 75%;
}

.row > .off-9-small {
margin-left: 75%;
}

.row > .col-10-small {
width: 83.33333%;
}

.row > .off-10-small {
margin-left: 83.33333%;
}

.row > .col-11-small {
width: 91.66667%;
}

.row > .off-11-small {
margin-left: 91.66667%;
}

.row > .col-12-small {
width: 100%;
}

.row > .off-12-small {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

}

@media screen and (max-width: 480px) {

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-xsmall {
order: -1;
}

.row > .col-1-xsmall {
width: 8.33333%;
}

.row > .off-1-xsmall {
margin-left: 8.33333%;
}

.row > .col-2-xsmall {
width: 16.66667%;
}

.row > .off-2-xsmall {
margin-left: 16.66667%;
}

.row > .col-3-xsmall {
width: 25%;
}

.row > .off-3-xsmall {
margin-left: 25%;
}

.row > .col-4-xsmall {
width: 33.33333%;
}

.row > .off-4-xsmall {
margin-left: 33.33333%;
}

.row > .col-5-xsmall {
width: 41.66667%;
}

.row > .off-5-xsmall {
margin-left: 41.66667%;
}

.row > .col-6-xsmall {
width: 50%;
}

.row > .off-6-xsmall {
margin-left: 50%;
}

.row > .col-7-xsmall {
width: 58.33333%;
}

.row > .off-7-xsmall {
margin-left: 58.33333%;
}

.row > .col-8-xsmall {
width: 66.66667%;
}

.row > .off-8-xsmall {
margin-left: 66.66667%;
}

.row > .col-9-xsmall {
width: 75%;
}

.row > .off-9-xsmall {
margin-left: 75%;
}

.row > .col-10-xsmall {
width: 83.33333%;
}

.row > .off-10-xsmall {
margin-left: 83.33333%;
}

.row > .col-11-xsmall {
width: 91.66667%;
}

.row > .off-11-xsmall {
margin-left: 91.66667%;
}

.row > .col-12-xsmall {
width: 100%;
}

.row > .off-12-xsmall {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0;
margin-left: 0em;
}

.row.gtr-0 > * {
padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0em;
}

.row.gtr-25 {
margin-top: 0;
margin-left: -0.375em;
}

.row.gtr-25 > * {
padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 0.375em;
}

.row.gtr-50 {
margin-top: 0;
margin-left: -0.75em;
}

.row.gtr-50 > * {
padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 0.75em;
}

.row {
margin-top: 0;
margin-left: -1.5em;
}

.row > * {
padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
margin-top: -1.5em;
}

.row.gtr-uniform > * {
padding-top: 1.5em;
}

.row.gtr-150 {
margin-top: 0;
margin-left: -2.25em;
}

.row.gtr-150 > * {
padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 2.25em;
}

.row.gtr-200 {
margin-top: 0;
margin-left: -3em;
}

.row.gtr-200 > * {
padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
margin-top: -3em;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 3em;
}

}
/*----------------------------------------------------------------------------------- Rows END --*/





/*----------------------------------------------------------------------------------- Collapse --*/

details summary {
    margin: 1em 0 1em 3em;
    cursor: pointer;
    font-size: 125%;
    text-align: center;
    margin-left: -0.8em;
    list-style-type: none; /*-- hide defaul icon --*/
}

details summary > * {
    display: inline;
}

details summary::-webkit-details-marker {
    list-style-type: none !important; /*-- hide defaul icon --*/
    display: none; /*-- hide defaul icon --*/
}

details summary::before, details[open] > summary::before {
    font-family: FontAwesome;
    content: '\f07b';
    margin-right: 0.75em;
    cursor: pointer;
}

details[open] summary::before {
    content: '\f07c';
    margin-right: 0.6em;
}

details summary:focus {
	outline-style: none;
}

/*------------------------------------------------------------------------------- Collapse END --*/


