
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Content - Main
5.)  Footer
6.)  Flexible - Subpage


===============================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("foundation-5.css") all;
@import url("motion-ui-5.css") all;
@import url("brands.min-19.css") all;
@import url("light.min-19.css") all;
@import url("regular.min-19.css") all;
@import url("solid.min-19.css") all;
@import url("duotone.min-15.css") all;
@import url("fontawesome.min-19.css") all;


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap'); /*font-family: "Montserrat", sans-serif;*/

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Montserrat",sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.875rem;
	background: #223747;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.375rem;
	line-height: 2rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.5rem;
	line-height: 2.25rem;
}
}


/* #Links
================================================== */

a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

a:hover,
a:focus {
	color: #908203;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #000000;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #908203;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #908203;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: inherit;
	font-weight: 800; 
	color: #203443;
	padding-bottom: 10px;
}

h1,
.h1 {
	font-size: 2.625rem;
	line-height: 3.125rem;
}

h2,
.h2 {
	font-size: 2rem;
	line-height: 2.25rem;
	letter-spacing: 0.76px;
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.64px;
}

h4,
.h4 {	
	font-size: 1.5rem;
	line-height: 1.875rem; 
	letter-spacing: 0.56px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
	color: #908203;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 25px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

@media print, screen and (min-width: 48rem) {
h1,
.h1 {
	font-size: 3.5rem;
	line-height: 3.75rem;
}

h2,
.h2 {
	font-size: 2.25rem;
	line-height: 2.75rem;
}

h3,
.h3 {
	font-size: 1.875rem;
	line-height: 2.5rem;
}

h4,
.h4 {	
	font-size: 1.625rem;
	line-height: 2.25rem;
}

p {
	padding-bottom: 30px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1{
	font-size: 4.375rem;
	line-height: 4.375rem;
}

h2,
.h2 {
	font-size: 2.375rem;
	line-height: 2.8125rem; 
}

h3,
.h3 {
	font-size: 2rem;
	line-height: 2.5rem;
}

h4,
.h4 {	
	font-size: 1.75rem;
	line-height: 2.375rem;
}

p {
	padding-bottom: 40px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 18px;
}

li:last-child {
	padding-bottom: 25px;
}

ul li ul,
ol li ol {
	padding: 10px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 7px; 
	height: 7px; 
	float: left; 
	background: #000000; 
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li {
	padding-left: 20px;
}

li:last-child {
	padding-bottom: 30px;
}

ul li::before {
	width: 8px; 
	height: 8px; 
	top: 12px;
}
}

@media print, screen and (min-width: 75rem) {
li:last-child {
	padding-bottom: 40px;
}

ul li::before {
	width: 10px; 
	height: 10px; 
	top: 13px;
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 25px;
}

ol > li::before {
	content: counter(item)".";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

@media print, screen and (min-width: 48rem) {
ol > li {
	padding-left: 30px;
}
}


/* #Input
================================================= */
textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input, 
textarea, 
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	padding: 0 0 5px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 50px;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5625rem;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #DED0D0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	margin: 0;
}

textarea {
	height: 180px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

select {
	background-image: url(../svg/arrow-down-5.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: top 19px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #000000;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

@media print, screen and (min-width: 48rem) {
label {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 60px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 15px 25px;
}

textarea {
	height: 215px;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-size: 18px auto;
	background-position: top 23px right 25px;
	padding-right: 65px;
}
}


/* #Button
================================================== */

.button {
	font-weight: 400;
	font-size: 1.25rem; 
	line-height: 1.625rem; 
	letter-spacing: 0.48px;
	text-align: center;
	text-decoration: none; 
	text-transform: none;
	background: #908203;
	border-radius: 5px;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 12px 30px;
	margin: 0;
}

.button:hover,
.button:focus {
	color: #FFFFFF;
	background: #695F01;
	box-shadow: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48em) {
.button {
	font-size: 1.375rem;
	line-height: 1.75rem;
	padding: 16px 35px 16px 35px;
}
}

@media print, screen and (min-width: 75em) {
.button {
	font-size: 1.5rem; 
	line-height: 1.875rem; 
	padding: 16px 40px 15px 40px;
}
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.grid-container {
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1640px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Swiper */
.swiper {
	width: 100%;
	height: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.swiper-slide {
	float: none;
	display: inline-block;
	vertical-align: top;
	/* Center slide text vertically */
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(34, 55, 71, 0.6);
	border-radius: 360px;
	opacity: 1;
	margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
	background: rgba(34, 55, 71, 1);
}

@media print, screen and (min-width: 48rem) {
.swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	margin: 0 8px !important;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -3px;
}

.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 3px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li a {
	width: 43px;
	height: 43px;
	float: left;
	font-size: 1.25rem;
	color: #000000;
	line-height: 2.4375rem;
	text-decoration: none;
	text-align: center;
	border: 2px solid #000000;
	border-radius: 360px;
}

.social-links ul li a:hover,
.social-links ul li a:active,
.social-links ul li a:focus {
	color: #ffffff;
	background: #000000;
}


/* Sub - Heading */
.sub-heading {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	line-height: 1.75rem;
	letter-spacing: 0.4px;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 48rem) {
.sub-heading {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
}

@media print, screen and (min-width: 75rem) {
.sub-heading {
	font-size: 1.25rem;
	line-height: 2rem;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-bottom: 30px;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt .aside {
	width: 100%;
	max-width: 1080px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48rem) {
.heading-txt {
	padding-bottom: 40px;
}
}

@media print, screen and (min-width: 75rem) {
.heading-txt {
	padding-bottom: 50px;
}
}


/* Bottom - Btns */
.bottom-btns {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: -10px -15px;
}

.bottom-btns a {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px;
}

.bottom-btns .video-btn {
	color: #000000;
	position: relative;
	padding: 0 0 0 35px;
}

.bottom-btns .video-btn:before {
	content: "";
	width: 26px;
	height: 26px;
	float: left;
	background: url(../png/icon-play-2.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 1px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
.bottom-btns .video-btn {
	padding: 0 0 0 35px;
}

.bottom-btns .video-btn:before {
	width: 28px;
	height: 28px;
	top: 2px;
}
}

@media print, screen and (min-width: 75rem) {
.bottom-btns .video-btn {
	padding: 0 0 0 38px;
}

.bottom-btns .video-btn:before {
	width: 31px;
	height: 31px;
	top: 2px;
}
}


/* 
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 115px;
	float: left;
	background: #ffffff;
}

.header-main .grid-container {
	max-width: 1880px;
}

.header-main .logo {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 42px 0 0 0;
}

.header-main .logo img {
	max-height: 30px;
}

.header-main .main-menu {
	float: right;
	margin: 27px 0 0 0;
}

.header-main .main-menu .nav-bar {
	float: left;
}

.header-main .main-menu .nav-inn {
	float: left;
}

.header-main .main-menu .nav-bar nav {
	float: left;
}

.header-main .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -30px 0 -30px;
}

.header-main .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 30px 0 30px;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 61px;
	float: left;
	font-weight: 400;
	font-size: 1.5rem;
	color: #000000;
	line-height: 3.8125rem;
	letter-spacing: 0.48px;
	text-decoration: none;
	transition: none;
	position: relative;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: rgba(144, 130, 4, 0.4);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #908203;
}

.header-main .main-menu .nav-bar nav ul li a:hover:after,
.header-main .main-menu .nav-bar nav ul li a:focus:after,
.header-main .main-menu .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.header-main .main-menu .nav-bar .menu-close {
	position: absolute;
	top: 30px;
	right: 35px;
	display: none;
}

.header-main .main-menu .nav-bar .menu-close button {
	font-weight: inherit;
	font-size: 32px;
	color: #000000;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .btn-out {
	width: auto;
	float: left;
	margin: 0 0 0 60px;
}

.header-main .main-menu .btn-out .button {
	height: 61px;
	line-height: 61px;
	padding: 0 30px;
}

.header-main .menu-btn {
	height: 14px;
	float: left;
	display: none;
	font-weight: 400;
	font-size: 1.125rem;
	color: #223747;
	line-height: 1rem;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	top: 43px;
	right: 40px;
	padding-right: 30px;
}

.header-main .menu-btn .icon-bar {
	width: 22px;
	height: 14px;
	float: right;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 2px;
	float: left;
	background: #223747;
	position: relative;
	margin: 6px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #223747;
	position: absolute;
	top: -6px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #223747;
	position: absolute;
	top: 6px;
	left: 0;
}

.header-main .menu-btn.active {
	color: #223747;
}

@media print, screen and (max-width: 74.9375rem) {
.header-main {
	height: 100px;
}

.header-main .logo {
	height: 24px;
	line-height: 24px;
	margin: 38px 0 0 0;
}

.header-main .logo img {
	max-height: 24px;
}

.header-main .main-menu {
	margin: 20px 0 0 0;
}

.header-main .main-menu .nav-bar nav ul {
	margin: 0 -15px 0 -15px;
}

.header-main .main-menu .nav-bar nav ul li {
	margin: 0 15px 0 15px;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 60px;
	font-size: 1.375rem;
	line-height: 3.75rem;
}

.header-main .main-menu .btn-out {
	margin: 0 0 0 25px;
}

.header-main .main-menu .btn-out .button {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
}

@media print, screen and (min-width: 62rem) {
.header-main .main-menu .nav-bar {
	display: block !important;
}
}

@media print, screen and (max-width: 61.9375rem) {
.hidden-body {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(16, 16, 10, 0.35);
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlay.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .main-menu .nav-bar {
	width: 90%;
	max-width: 300px;
	height: 100%;
	float: right;
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-inn {
	width: 100%;
	float: left;
	padding: 65px 40px;
}

.header-main .main-menu .nav-bar nav {
	width: 100%;
}

.header-main .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li {
	width: 100%;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: 1.75rem;
	padding: 20px 0;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	display: none;
}

.header-main .main-menu .nav-bar .menu-close {
	display: inline-block;
}

.header-main .main-menu .btn-out {
	width: 100%;
	margin: 26px 0 0 0;
}

.header-main .main-menu .btn-out .button {
	padding: 0 30px;
}

.header-main .menu-btn {
	display: inline-block;
}
}

@media print, screen and (max-width: 47.9375rem) {
.header-main {
	height: 90px;
}

.header-main .logo {
	height: 20px;
	line-height: 20px;
	margin: 35px 0 0 0;
}

.header-main .logo img {
	max-height: 20px;
}

.header-main .main-menu .nav-inn {
	padding: 65px 30px;
}

.header-main .main-menu .nav-bar nav ul li a {
	font-size: 1.25rem;
	line-height: 1.625rem;
}

.header-main .main-menu .nav-bar .menu-close {
	top: 25px;
	right: 30px;
}

.header-main .menu-btn {
	top: 38px;
	right: 25px;
}
}


/* 
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
}


/* Banner - Main */
.banner-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background: #162734 url(../png/curve-gray.png) no-repeat top center;
	background-size: 100% auto;
	padding: 60px 0 0 0;
}

.banner-main .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 -60px 0;
}

.banner-main .figure img {
	width: 100%;
}

.banner-main .aside {
	width: 100%;
	float: left;
}

.banner-main .aside h1,
.banner-main .aside h2,
.banner-main .aside h3,
.banner-main .aside h4 {
	color: inherit;
	padding-bottom: 22px;
}

.banner-main .aside li:before {
	background: #ffffff;
}

.banner-main .aside .bottom-btns .video-btn {
	color: #ffffff;
}

.banner-main .aside .bottom-btns .video-btn:before {
	background-image: url(../png/icon-play-white.png);
}

.banner-main .sub-heading {
	letter-spacing: 0.36px;
}

.banner-main .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.banner-main .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48rem) {
.banner-main {
	padding: 80px 0 0 0;
}

.banner-main .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 -80px 0;
}

.banner-main .sub-heading {
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.banner-main .grid-x {
	align-items: center;
}
}

@media print, screen and (min-width: 75rem) {
.banner-main {
	padding: 100px 0 0 0;
}

.banner-main .figure {
	margin: 0 0 -110px 0;
}

.banner-main .figure img {
	width: 100%;
}

.banner-main .aside {
	padding: 0 0 70px 0;
}

.banner-main .grid-margin-x > .cell {
	width: calc(50%);
}

.banner-main .grid-margin-x > .cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.banner-main .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 100rem) {
.banner-main .aside h1.lrg {
	font-size: 90px;
	line-height: 100px;
}

.banner-main .grid-margin-x > .cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.banner-main .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}
}


/* Two - Col - Articles */
.two-col-articles {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(34, 55, 71, 0.1);
	border-bottom: 1px solid #eef0f1;
	padding: 60px 0;
}

.two-col-articles .video-box {
	width: 100%;
	float: left;
	border: 6px solid #000000;
	border-radius: 5px;
}

.two-col-articles .video-box img {
	width: 100%;
}

.two-col-articles .video-box .embed-responsive {
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 0 56.5% 0;
}

.two-col-articles .video-box .embed-responsive embed,
.two-col-articles .video-box .embed-responsive iframe,
.two-col-articles .video-box .embed-responsive object,
.two-col-articles .video-box .embed-responsive video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
}

.two-col-articles .aside {
	width: 100%;
	float: left;
}

.two-col-articles .aside h4 {
	padding-bottom: 6px;
}

.two-col-articles .aside .txt {
	padding-bottom: 30px;
}

.two-col-articles .aside .txt:last-child {
	padding-bottom: 0;
}

.two-col-articles .icons-list {
	width: 100%;
	float: left;
}

.two-col-articles .icons-list ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.two-col-articles .icons-list ul li {
	width: 100%;
	float: left;
	font-weight: 800;
	font-size: 1.5rem;
	color: #203443;
	line-height: 1.875rem;
	letter-spacing: 0.56px;
	padding: 2px 0 2px 50px;
	margin: 0 0 15px 0;
}

.two-col-articles .icons-list ul li:before {
	display: none;
}

.two-col-articles .icons-list ul li:last-child {
	margin-bottom: 0;
}

.two-col-articles .icons-list ul li em {
	width: 34px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.two-col-articles .icons-list ul li em img {
	max-width: 100%;
}

.two-col-articles.alt-padding {
	padding-top: 120px;
}

@media print, screen and (min-width: 48rem) {
.two-col-articles {
	padding: 80px 0;
}

.two-col-articles .video-box {
	border-width: 8px;
}


.two-col-articles .icons-list ul li {
	font-size: 1.625rem;
	line-height: 2.25rem;
	padding: 2px 0 2px 55px;
	margin: 0 0 20px 0;
}

.two-col-articles .icons-list ul li em {
	width: 40px;
}


.two-col-articles .grid-x {
	align-items: center;
}

.two-col-articles.alt-padding {
	padding-top: 120px;
}

.two-col-articles .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.two-col-articles .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.two-col-articles {
	padding: 100px 0;
}

.two-col-articles .video-box {
	border-width: 12px;
}

.two-col-articles .aside .txt {
	padding-bottom: 35px;
}

.two-col-articles .icons-list ul li {
	font-size: 1.75rem;
	line-height: 2.375rem;
	padding: 6px 0 6px 75px;
}

.two-col-articles .icons-list ul li em {
	width: 49px;
}

.two-col-articles .grid-margin-x > .cell {
	width: calc(60% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.two-col-articles .grid-margin-x > .cell:nth-child(even) {
	width: calc(40% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.two-col-articles .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.two-col-articles.alt .grid-margin-x > .cell {
	position: relative;
	left: 40%;
}

.two-col-articles.alt .grid-margin-x > .cell:nth-child(even) {
	left: auto;
	right: 60%;
}

.two-col-articles.alt-padding {
	padding-top: 200px;
}
}

@media print, screen and (min-width: 100rem) {
.two-col-articles .grid-margin-x > .cell {
	width: calc(63.45% - 5rem);
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.two-col-articles .grid-margin-x > .cell:nth-child(even) {
	width: calc(36.55% - 5rem);
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.two-col-articles .grid-margin-x {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

.two-col-articles.alt .grid-margin-x > .cell {
	left: 36.55%;
}

.two-col-articles.alt .grid-margin-x > .cell:nth-child(even) {
	right: 63.45%;
}
}


/* Feature - List */
.feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #223747;
	padding: 50px 0 70px 0;
}

.feature-list .heading-txt {
	color: #ffffff;
}

.feature-list .heading-txt h1,
.feature-list .heading-txt h2,
.feature-list .heading-txt h3,
.feature-list .heading-txt h4 {
	color: inherit;
}

.feature-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	padding: 30px 30px;
}

.feature-list .box .icon {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.feature-list .box .icon img {
	max-height: 70px;
}

.feature-list .box .aside {
	width: 100%;
	float: left;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.4px;
}

.feature-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48rem) {
.feature-list {
	padding: 60px 0 80px 0;
}

.feature-list .box {
	padding: 40px 40px;
}

.feature-list .box .icon {
	margin-bottom: 25px;
}

.feature-list .box .icon img {
	max-height: 85px;
}

.feature-list .box .aside {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.feature-list .grid-margin-x > .cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.feature-list .grid-margin-x {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
}

.feature-list .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.feature-list {
	padding: 70px 0 90px 0;
}

.feature-list .box .icon {
	margin-bottom: 33px;
}

.feature-list .box .icon img {
	max-height: 100px;
}

.feature-list .box .aside {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.feature-list .grid-margin-x > .cell {
	width: calc(33.33% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.feature-list .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.feature-list .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
}

@media print, screen and (min-width: 100rem) {
.feature-list .box {
	padding: 50px 50px;
}

.feature-list .grid-margin-x > .cell {
	width: calc(33.33% - 5.125rem);
	margin-left: 2.5625rem;
	margin-right: 2.5625rem;
}

.feature-list .grid-margin-x {
	margin-right: -2.5625rem;
	margin-left: -2.5625rem;
}

.feature-list .grid-margin-y {
	margin-top: -1.875rem;
	margin-bottom: -1.875rem;
}

.feature-list .grid-margin-y > .cell {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
}


/* Article - List */
.article-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(34, 55, 71, 0.05) url(../png/curve-gray.png) no-repeat top center;
	background-size: 100% auto;
	padding: 50px 0 70px 0;
}

.article-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
}

.article-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.article-list .box .figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 10px 10px 0 0;
}

.article-list .box .aside-top {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	padding: 40px 30px 30px 30px;
}

.article-list .box .aside-top:last-child {
	border-bottom: none;
}

.article-list .box .aside-top .sub-heading {
	color: rgba(0, 0, 0, 0.6);
	padding-bottom: 16px;
}

.article-list .box .aside {
	width: 100%;
	float: left;
	padding: 30px 30px 40px 30px;
}

.article-list .box .aside ul {
	padding: 0 0 30px 0;
	margin: 0;
}

.article-list .box .aside ul:last-child {
	padding-bottom: 0;
}

.article-list .box .aside ul li {
	font-weight: 800;
	padding: 0 0 15px 36px;
	margin: 0;
}

.article-list .box .aside ul li:last-child {
	padding-bottom: 0;
}

.article-list .box .aside ul li:before {
	content: "";
	width: 24px;
	height: 24px;
	float: left;
	background: url(../svg/icon-check.svg) no-repeat top center;
	background-size: 100% auto;
	border-radius: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

.article-list .readmore {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 40px 0 0 0;
}


.article-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.article-list .grid-margin-y > .cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}


.article-list.alt-bg {
	background-image: url(../png/curve-gray-2.png);
}

@media print, screen and (min-width: 48rem) {
.article-list {
	padding: 60px 0 80px 0;
}

.article-list .box .aside-top {
	padding: 40px 40px 30px 40px;
}

.article-list .box .aside {
	padding: 30px 40px 40px 40px;
}

.article-list .box .aside ul {
	padding: 0 0 40px 0;
}

.article-list .box .aside ul li {
	padding: 0 0 20px 42px;
}

.article-list .box .aside ul li:before {
	width: 30px;
	height: 30px;
	top: 2px;
}

.article-list .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.article-list .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.article-list .readmore {
	margin: 45px 0 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.article-list {
	padding: 70px 0 120px 0;
}

.article-list .box .aside ul {
	padding: 0 0 47px 0;
}

.article-list .box .aside ul li {
	padding: 0 0 30px 53px;
}

.article-list .box .aside ul li:before {
	width: 36px;
	height: 39px;
	top: 0;
}

.article-list .grid-margin-x > .cell {
	width: calc(50% - 3.125rem);
	margin-left: 1.5625rem;
	margin-right: 1.5625rem;
}

.article-list .grid-margin-x {
	margin-right: -1.5625rem;
	margin-left: -1.5625rem;
}

.article-list .grid-margin-y {
	margin-top: -1.5625rem;
	margin-bottom: -1.5625rem;
}

.article-list .grid-margin-y > .cell {
	margin-top: 1.5625rem;
	margin-bottom: 1.5625rem;
}

.article-list .readmore {
	margin: 52px 0 0 0;
}
}

@media print, screen and (min-width: 100rem) {
.article-list .box .aside-top {
	padding: 55px 50px 30px 50px;
}

.article-list .box .aside {
	padding: 30px 50px 40px 50px;
}

.article-list .grid-margin-x > .cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.article-list .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}

.article-list .grid-margin-y {
	margin-top: -2.125rem;
	margin-bottom: -2.125rem;
}

.article-list .grid-margin-y > .cell {
	margin-top: 2.125rem;
	margin-bottom: 2.125rem;
}
}


/* Top - Content */
.tab-content {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background: #162734 url(../png/curve-gray.png) no-repeat top center;
	background-size: 100% auto;
	position: relative;
	z-index: 1;
	padding: 50px 0 0 0;
}


.tab-content:before {
	content: "";
	width: 100%;
	height: 50px;
	float: left;
	background: #f3f5f5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
	color: inherit;
	text-align: center;
	padding-bottom: 20px;
}


.tab-content .swiper-container {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.tab-content .swiper-pagination {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: auto !important;
	margin: 0 0 15px 0;
	padding: 0;
}

.tab-content .swiper-pagination-bullet {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	text-decoration: none;
	background: #223747;
	border-radius: 5px;
	text-align: center;
	padding: 7px 20px;
	margin: 0 10px 20px 10px !important;
	opacity: 1;
}

.tab-content .swiper-pagination-bullet-active {
	color: #ffffff;
	background: rgba(144, 130, 33, 0.5);
}

.tab-content .figure {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.tab-content .figure img {
	width: 100%;
}

.tab-content .aside {
	width: 100%;
	float: left;
}

.tab-content .aside h1,
.tab-content .aside h2,
.tab-content .aside h3,
.tab-content .aside h4 {
	text-align: left;
	padding-bottom: 26px;
}

.tab-content .aside .sub-heading {
	color: rgba(255, 255, 255, 0.6);
}

.tab-content .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.tab-content .grid-margin-y>.cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48rem) {
.tab-content {
	padding: 60px 0 0 0;
}

.tab-content:before {
	height: 60px;
}

.tab-content .swiper-pagination {
	margin: 0 0 20px 0;
}

.tab-content .grid-x {
	align-items: center;
}
}

@media print, screen and (min-width: 75rem) {
.tab-content:before {
	height: 70px;
}

.tab-content .tab-links {
	margin-bottom: 45px;
}

.tab-content .figure img {
	width: auto;
	max-width: 100%;
}

.tab-content .aside {
	max-width: 600px;
	padding: 0 0 140px 0;
}

.tab-content .swiper-pagination {
	margin: 0 0 25px 0;
}

.tab-content .grid-margin-x>.cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.tab-content .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 100rem) {
.tab-content .grid-margin-x>.cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.tab-content .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}
}


/* Contact - Block */
.contact-block {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #F3F5F5;
	padding: 110px 0 60px 0;
}

.contact-block .aside {
	width: 100%;
	float: left;
}

.contact-block .contact-us {
	width: 100%;
	float: left;
}

.contact-block .contact-us .figure {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.contact-block .contact-us .figure img {
	max-width: 200px;
}

.contact-block .contact-us .row-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.25rem;
	letter-spacing: 0.76px;
}

.contact-block .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.contact-block .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48rem) {
.contact-block {
	padding: 140px 0 80px 0;
}

.contact-block .grid-container {
	max-width: 1560px;
}

.contact-block .contact-us .figure img {
	max-width: 240px;
}

.contact-block .contact-us .row-txt {
	font-size: 2.25rem;
	line-height: 2.75rem;
}

.contact-block .grid-x {
	align-items: center;
}
}

@media print, screen and (min-width: 75rem) {
.contact-block {
	padding: 170px 0 100px 0;
}

.contact-block .aside {
	max-width: 600px;
}


.contact-block .contact-us .row-txt {
	font-size: 2.375rem;
	line-height: 2.8125rem;
}

.contact-block .grid-margin-x > .cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.contact-block .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 87.5rem) {
.contact-block .contact-us .row-txt {
	font-size: 2.375rem;
	line-height: 2.8125rem;
	text-align: left;
	padding: 0 0 0 330px;
	margin: 0 0 0 -8px;
}

.contact-block .contact-us .figure {
	width: 297px;
	margin: 0 -297px 0 0;
}

.contact-block .contact-us .figure img {
	max-width: 100%;
}
}

@media print, screen and (min-width: 100rem) {
.contact-block .grid-margin-x > .cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.contact-block .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}
}


/* Testimonial - Slider */
.testimonial-slider {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: rgba(34, 55, 71, 0.1);
	position: relative;
	padding: 50px 0 60px 0;
}

.testimonial-slider .slider-out {
	width: 100%;
	float: left;
}

.testimonial-slider .swiper-slide {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.testimonial-slider .swiper-slide .figure {
	width: 260px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border-radius: 360px;
	position: relative;
	z-index: 1;
	margin: 0 0 25px 0;
}

.testimonial-slider .swiper-slide .figure:last-child {
	margin-bottom: 0;
}

.testimonial-slider .swiper-slide .figure img {
	width: 100%;
	border-radius: 360px;
}

.testimonial-slider .swiper-slide .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonial-slider .swiper-slide .aside p {
	font-weight: 800;
	font-size: 1.75rem;
	color: #203443;
	line-height: 2.25rem;
	padding-bottom: 25px;
}

.testimonial-slider .swiper-slide .aside p:last-child {
	padding-bottom: 0;
}

.testimonial-slider .swiper-slide .aside .name {
	font-size: 1rem;
	color: #000000;
	line-height: 1.625rem;
	letter-spacing: 0.4px;
}

.testimonial-slider.alt-bg {
	background: rgba(34, 55, 71, 0.15);
}

@media print, screen and (min-width: 48rem) {
.testimonial-slider {
	text-align: left;
	padding: 60px 0;
}

.testimonial-slider .grid-container {
	max-width: 1340px;
}

.testimonial-slider .swiper-slide .figure {
	width: 300px;
	margin: 0 -300px 0 0;
}

.testimonial-slider .swiper-slide .aside {
	padding: 0 0 0 340px;
	margin: 0 0 0 -8px;
}

.testimonial-slider .swiper-slide .aside p {
	font-size: 2.25rem;
	line-height: 2.75rem;
}

.testimonial-slider .swiper-slide .aside .name {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
}

@media print, screen and (min-width: 75rem) {
.testimonial-slider {
	padding: 70px 0;
}

.testimonial-slider .swiper-slide .figure {
	width: 392px;
	margin: 0 -392px 0 0;
}

.testimonial-slider .swiper-slide .aside {
	padding: 0 0 0 439px;
}

.testimonial-slider .swiper-slide .aside p {
	font-size: 2.75rem;
	line-height: 3.125rem;
}

.testimonial-slider .swiper-slide .aside .name {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
}


/* 
 5.) Footer
----------------------------------------*/
.footer-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	background: #223747;
	padding: 120px 0 80px 0;
}

.footer-main .pre-footer {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.25rem;
	line-height: 2rem;
	letter-spacing: 0.4px;
	padding-bottom: 80px;
}

.footer-main .pre-footer p {
	padding-bottom: 35px;
}

.footer-main .pre-footer p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer p a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .pre-footer p a:hover,
.footer-main .pre-footer p a:active,
.footer-main .pre-footer p a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.footer-main .pre-footer .address-block {
	width: 48%;
	float: left;
	padding: 0 40px 0 0;
}

.footer-main .pre-footer .footer-links {
	width: 52%;
	float: left;
}

.footer-main .pre-footer .footer-links h4 {
	font-weight: 700;
	font-size: 1.25rem;
	color: #ffffff;
	line-height: 2rem;
	letter-spacing: 0.4px;
	text-align: left;
	padding-bottom: 0;
}

.footer-main .pre-footer .footer-links ul {
	width: 100%;
	padding: 0;
}

.footer-main .pre-footer .footer-links ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .footer-links ul li:before {
	display: none;
}

.footer-main .pre-footer .footer-links ul li a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .pre-footer .footer-links ul li a:hover,
.footer-main .pre-footer .footer-links ul li a:active,
.footer-main .pre-footer .footer-links ul li a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.footer-main .pre-footer .footer-links .aside {
	width: 39.40%;
}

.footer-main .pre-footer .footer-links .aside:first-child {
	width: 60.50%;
	padding-right: 40px;
}

.footer-main .pre-footer .footer-links .aside-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .social-links:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #4f606d;
	position: absolute;
	top: 50%;
	left: 0;
}

.footer-main .social-links ul {
	background: #223747;
	position: relative;
	z-index: 5;
	padding-right: 24px;
}

.footer-main .social-links ul li a {
	color: #ffffff;
	border-color: #ffffff;
}

.footer-main .social-links ul li a:hover,
.footer-main .social-links ul li a:active,
.footer-main .social-links ul li a:focus {
	color: #223747;
	background: #ffffff;
}

@media print, screen and (max-width: 74.9375rem) {
.footer-main {
	padding: 80px 0 60px 0;
}

.footer-main .pre-footer {
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding-bottom: 60px;
}

.footer-main .pre-footer p {
	padding-bottom: 30px;
}

.footer-main .pre-footer .footer-links h4 {
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.footer-main .pre-footer .footer-links .aside {
	width: 100%;
}

.footer-main .pre-footer .footer-links .aside:first-child {
	width: 100%;
	padding: 0 0 30px 0;
}
}

@media print, screen and (max-width: 47.9375rem) {
.footer-main {
	padding: 60px 0 40px 0;
}

.footer-main .pre-footer {
	font-size: 1rem;
	line-height: 1.75rem;
	padding-bottom: 40px;
}

.footer-main .pre-footer p {
	padding-bottom: 25px;
}

.footer-main .pre-footer .address-block {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.footer-main .pre-footer .footer-links {
	width: 100%;
}

.footer-main .pre-footer .footer-links h4 {
	font-size: 1rem;
	line-height: 1.75rem;
}

.footer-main .pre-footer .footer-links .aside:first-child {
	padding: 0 0 25px 0;
}
}


/* 
 6.) Flexible - Subpage
----------------------------------------*/

/* Split - Content */
.split-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 60px 0;
}

.split-cont .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.split-cont .figure img {
	width: 100%;
}

.split-cont .aside {
	width: 100%;
	float: left;
}

.split-cont .aside h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	padding-bottom: 20px;
}

.split-cont .aside h2:last-child {
	padding-bottom: 0;
}

.split-cont .aside ul li {
	padding-bottom: 15px;
}

.split-cont .aside ul li:last-child {
	padding-bottom: 0;
}

.split-cont .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.split-cont .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48rem) {
.split-cont {
	padding: 80px 0;
}

.split-cont .aside {
	width: 100%;
	float: left;
}

.split-cont .aside h2 {
	font-size: 2.75rem;
	line-height: 3.12rem;
	padding-bottom: 25px;
}

.split-cont .grid-x {
	align-items: center;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont {
	padding: 100px 0;
}

.split-cont .aside {
	padding-right: 70px;
}

.split-cont .aside h2 {
	font-size: 3.375rem;
	line-height: 3.75rem;
	padding-bottom: 30px;
}

.split-cont .aside ul li {
	padding-bottom: 20px;
}

.contact-block .grid-margin-x > .cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.contact-block .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 100rem) {
.split-cont .grid-margin-x > .cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.split-cont .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}
}


/* Toolbox - List */
.toolbox-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #E8EAEC;
	padding: 40px 0 60px 0;
}

.toolbox-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	padding: 30px 30px;
}

.toolbox-list .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 0 20px 0;
}

.toolbox-list .box .figure img {
	max-width: 100%;
}

.toolbox-list .box .figure:last-child {
	padding-bottom: 0;
}

.toolbox-list .box .aside {
	width: 100%;
	float: left;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.4px;
}

.toolbox-list .box .aside h4 {
	padding-bottom: 10px;
}

.toolbox-list .box .aside h4:last-child {
	padding-bottom: 0;
}

.toolbox-list .box .aside p {
	padding-bottom: 10px;
}

.toolbox-list .box .aside p:last-child {
	padding-bottom: 0;
}

.toolbox-list .box .aside .bottom-btns .video-btn {
	padding: 0 0 0 27px;
}

.toolbox-list .box .aside .bottom-btns .video-btn:before {
	width: 20px;
	height: 20px;
	top: 1px;
}

.toolbox-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.toolbox-list .grid-margin-y > .cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48rem) {
.toolbox-list {
	padding: 50px 0 80px 0;
}

.toolbox-list .box {
	padding: 40px 40px;
}

.toolbox-list .box .figure {
	width: 212px;
	margin: 0 -212px 0 0;
}

.toolbox-list .box .aside {
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding: 0 0 0 240px;
}

.toolbox-list .box .aside .bottom-btns .video-btn {
	padding: 0 0 0 30px;
}

.toolbox-list .box .aside .bottom-btns .video-btn:before {
	width: 22px;
	height: 22px;
	top: 1px;
}

.toolbox-list .grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.toolbox-list .grid-margin-y > .cell {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
}

@media print, screen and (min-width: 75rem) {
.toolbox-list {
	padding: 60px 0 100px 0;
}

.toolbox-list .box {
	padding: 40px 40px;
}

.toolbox-list .box .figure {
	width: 212px;
	margin: 0 -212px 0 0;
}

.toolbox-list .box .aside {
	font-size: 1.25rem;
	line-height: 2rem;
	padding: 0 0 0 240px;
}

.toolbox-list .box .aside .bottom-btns .video-btn {
	padding: 0 0 0 31px;
}

.toolbox-list .box .aside .bottom-btns .video-btn:before {
	width: 24px;
	height: 24px;
	top: 4px;
}

.toolbox-list .grid-margin-x > .cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.toolbox-list .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}
}

@media print, screen and (min-width: 100rem) {
.toolbox-list .grid-margin-x > .cell {
	width: calc(50% - 4.25rem);
	margin-left: 2.125rem;
	margin-right: 2.125rem;
}

.toolbox-list .grid-margin-x {
	margin-right: -2.125rem;
	margin-left: -2.125rem;
}

.toolbox-list .grid-margin-y {
	margin-top: -1.5625rem;
	margin-bottom: -1.5625rem;
}

.toolbox-list .grid-margin-y > .cell {
	margin-top: 1.5625rem;
	margin-bottom: 1.5625rem;
}
}


/* Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.yellow {
	color: #908203 !important;
}

.blue {
	color: #203443 !important;
}
