
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Content - Main
5.)  Footer
6.)  Undersider

===============================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("foundation-3.css") all;
@import url("motion-ui-3.css") all;
@import url("brands.min-16.css") all;
@import url("light.min-16.css") all;
@import url("regular.min-16.css") all;
@import url("solid.min-16.css") all;
@import url("duotone.min-13.css") all;
@import url("fontawesome.min-16.css") all;

@import url('https://fonts.googleapis.com/css2?family=Poppins: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: "Poppins", 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: "Poppins",sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.875rem;
	background: #012B4D;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.375rem;
	line-height: 2.25rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.625rem;
	line-height: 2.5625rem;
}
}


/* #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: #1C3661;
	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: #1C3661;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #1C3661;
	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: #1C3661;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h1,
.h1 {
	font-size: 3.125rem;
	line-height: 3.125rem;
	letter-spacing: 1.4px; 
}

h2,
.h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 1px;
}

h3,
.h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	letter-spacing: 1px;
}

h4,
.h4 {	
	font-size: 1.125rem;
	line-height: 1.75rem; 
	letter-spacing: 0.44px;
}

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: #000000;
}

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: 5rem;
	line-height: 5rem;
}

h2,
.h2 {
	font-size: 3.125rem;
	line-height: 3.125rem;
	letter-spacing: 1.4px;
}

h3,
.h3 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

h4,
.h4 {	
	font-size: 1.25rem;
	line-height: 1.875rem;
}

p {
	padding-bottom: 32px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1{
	font-size: 8.125rem;
	line-height: 8.125rem; 
	letter-spacing: 5.2px; 
}

h2,
.h2 {
	font-size: 4.375rem;
	line-height: 4.375rem; 
	letter-spacing: 1.4px;
}

h3,
.h3 {
	font-size: 2.875rem;
	line-height: 3.125rem;
}

h4,
.h4 {	
	font-size: 1.375rem;
	line-height: 2.0625rem;
}

p {
	padding-bottom: 42px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-left: 20px;
}

li:last-child {
	padding-bottom: 25px;
}

ul li ul,
ol li ol {
	padding: 15px 0 0 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	content: ""; 
	width: 6px; 
	height: 6px; 
	float: left; 
	background: #000000; 
	border-radius: 100%;
	position: absolute;
	top: 13px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li {
	padding-left: 26px;
}

li:last-child {
	padding-bottom: 32px;
}

ul li::before {
	width: 8px; 
	height: 8px; 
	top: 14px;
}
}

@media print, screen and (min-width: 75rem) {

li:last-child {
	padding-bottom: 42px;
}

ul li::before {
	top: 16px; 
}
}



/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	

}

ol > li::before {
	content: counter(item)".";
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

/* #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-3.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: 800;
	font-size: 1.125rem; 
	line-height: 1.75rem; 
	letter-spacing: 0.44px;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	background: #19335E;
	border-radius: 0;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 11px 25px;
	margin: 0;
}

.button:hover,
.button:focus {
	color: #FFFFFF;
	background: #081326;
	box-shadow: none;
}

.button-secondary { 
	color: #1C3661;
	background: #CCCC99;
}

.button-secondary:hover,
.button-secondary:focus {
	color: #1C3661;
	background: #b4b46f;
	box-shadow: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48em) {
.button {
	font-size: 1.25rem;
	line-height: 1.875rem;
	padding: 11px 35px;
}
}

@media print, screen and (min-width: 75em) {
.button {
	font-size: 1.375rem; 
	line-height: 2.0625rem; 
	padding: 11px 40px;
}
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left; 
	background: #ECF4FB; 
	position: relative;
	overflow: hidden; 
}

.grid-container {
	max-width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}

.grid-container.full {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 48rem) {
.grid-container {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Sub - Heading */
.sub-heading {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-bottom: 10px;
}

.sub-heading:last-child {
	padding-bottom: 0;
}

@media print, screen and (min-width: 48em) {
.sub-heading {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
}

@media print, screen and (min-width: 75em) {
.sub-heading {
	font-size: 1.375rem;
	line-height: 2.0625rem;
}
}


/* 
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 122px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.header-main .grid-container {
	max-width: 1600px;
}

.header-main .logo {
	float: left;
	height: 68px;
	line-height: 68px;
	margin: 27px 0 0 0;
}

.header-main .logo img {
	max-height: 68px;
	vertical-align: top;
}

.header-main .nav-bar {
	float: right;
	margin: 27px 0 0 0;
}

.header-main .nav-bar.nav-inn {
	float: left;
}

.header-main .nav-bar nav {
	float: left;
}

.header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -22px;
}

.header-main .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 22px;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 68px;
	float: left;
	font-weight: 300;
	font-size: 1.375rem;
	color: #FFFFFF;
	line-height: 68px;
	letter-spacing: 0.44px;
	text-decoration: none;
	text-transform: uppercase;
	transition: none;
	position: relative;
}

.header-main .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 1px;
	float: left;
	background: rgba(255, 255, 255, 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: 15px;
	left: 50%;
}

.header-main .nav-bar nav ul li a:hover,
.header-main .nav-bar nav ul li a:focus,
.header-main .nav-bar nav ul li.active a {
	color: #FFFFFF;
}

.header-main .nav-bar nav ul li a:hover:after,
.header-main .nav-bar nav ul li a:focus:after,
.header-main .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.header-main .nav-bar .menu-close {
	display: none;
	position: absolute;
	top: 26px;
	right: 37px;
}

.header-main .nav-bar .menu-close button {
	font-size: 1.75rem;
	color: #1C3661;
	line-height: 2.25rem;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.header-main .menu-btn {
	float: left;
	display: none;
	font-weight: 400;
	font-size: 1.0625rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	top: 34px;
	right: 25px;
}

.header-main .menu-btn .icon-bar {
	width: 22px;
	height: 14px;
	float: right;
	text-decoration: none;
	position: relative;
	margin-left: 8px;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	position: relative;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: -6px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 6px;
	left: 0;
}

@media print, screen and (max-width: 74.9375rem) {
.header-main {
	height: 110px;
}

.header-main .logo {
	height: 60px;
	line-height: 60px;
	margin: 25px 0 0 0;
}

.header-main .logo img {
	max-height: 60px;
}

.header-main .nav-bar {
	margin: 25px 0 0 0;
}

.header-main .nav-bar nav ul {
	margin: 0 -18px;
}

.header-main .nav-bar nav ul li {
	margin: 0 18px;
}

.header-main .nav-bar nav ul li a {
	height: 60px;
	font-size: 1.25rem;
	line-height: 60px;
}

.header-main .nav-bar nav ul li a:after {
	bottom: 12px;
}
}

@media print, screen and (min-width: 48rem) {
.header-main .nav-bar {
	display: block !important;
}
}

@media print, screen and (max-width: 47.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 {
	height: 90px;
}

.header-main .grid-container {
	max-width: 100%;
}

.header-main .logo {
	height: 50px;
	line-height: 50px;
	margin: 20px 0 0 0;
}

.header-main .logo img {
	max-height: 50px;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 300px;
	height: 100%;
	float: right;
	background: #ECF4FB;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
	padding: 0;
	margin: 0;
}

.header-main .nav-inn {
	width: 100%;
	padding: 71px 35px;
}

.header-main .nav-bar nav {
	width: 100%;
}

.header-main .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-main .nav-bar nav ul li {
	width: 100%;
	margin: 0;
}

.header-main .nav-bar nav ul li a {
	height: inherit;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.75rem;
	padding: 10px 0;
}

.header-main .nav-bar nav ul li a:after {
	display: none;
}

.header-main .nav-bar nav ul li a:hover,
.header-main .nav-bar nav ul li a:focus,
.header-main .nav-bar nav ul li.active a {
	color: #1C3661;
}

.header-main .menu-btn {
	display: block;
}

.header-main .nav-bar .menu-close {
	display: block;
}
}


/* 
 4.) Content Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}


/* Banner - Main */
.banner-main {
	width: 100%;
	overflow: hidden;
	background: #19335E url(../png/terren-hurst.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 90px 0 0 0;
}

.banner-main:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../png/banner-shadow.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.banner-main .figure img {
	width: 100%;
}

.banner-main .banner-cont {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	z-index: 6;
}


.banner-main .banner-cont .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.375rem;
	color: #ffffff;
	line-height: 2.0625rem;
	text-align: left;
	padding: 50px 25px;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	color: #CCCC99;
	word-break: break-all;
}

.banner-main .banner-cont .aside .sub-heading {
	font-size: 1.875rem;
	line-height: 2.625rem;
	padding-bottom: 10px;
}

.banner-main .banner-cont .aside .txt-max {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.banner-main {
	padding: 110px 0 0 0;
}

.banner-main .figure {
	width: 53%;
	float: right;
}

.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 110px 0 0 0;
}

.banner-main .banner-cont .aside {
	max-width: 1280px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	padding: 50px 40px;
}

.banner-main .banner-cont .aside .sub-heading {
	font-size: 2.25rem;
	line-height: 2.875rem;
}

.banner-main .banner-cont .aside .txt-max {
	max-width: 540px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-main {
	padding: 122px 0 0 0;
}

.banner-main .banner-cont {
	padding: 122px 0 0 0;
}

.banner-main .banner-cont .aside {
	font-size: 1.625rem;
	line-height: 2.4375rem;
}

.banner-main .banner-cont .aside .sub-heading {
	font-size: 2.875rem;
	line-height: 4.3125rem;
}

.banner-main .banner-cont .aside .txt-max {
	max-width: 660px;
}
}


/* Split - Content */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.split-cont .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}


.split-cont .figure img {
	width: 100%;
}

.split-cont .aside {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing: 0.44px;
}

.split-cont .aside h2,
.split-cont .aside .h2 {
	padding-bottom: 10px;
}

.split-cont .aside p {
	padding-bottom: 25px;
}

.split-cont .aside p:last-child {
	padding-bottom: 0;
}

.split-cont .user-details {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0 0;
}

.split-cont .user-details .user {
	width: 100%;
	float: left;
	margin: 0 0 25px 0;
}

.split-cont .user-details .user img {
	max-width: 172px;
	border-radius: 100%;
}

.split-cont .user-details .aside-inn {
	width: 100%;
	float: left;
}

.split-cont .grid-margin-y {
	margin-top: -1.125rem;
	margin-bottom: -1.125rem;
}

.split-cont .grid-margin-y>.cell {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

.split-cont.white {
	color: #ffffff;
}

.split-cont.white h1,
.split-cont.white .h1,
.split-cont.white h2,
.split-cont.white .h2,
.split-cont.white h3,
.split-cont.white .h3,
.split-cont.white h4,
.split-cont.white .h4,
.split-cont.white h5,
.split-cont.white .h5,
.split-cont.white h6,
.split-cont.white .h6 {
	color: inherit;
}

.split-cont.bg-alt {
	background: #19335E url(../png/edwin-andrade-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.split-cont.bg-alt2 {
	background: #19335E url(../png/alexandre-pellaes-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media print, screen and (min-width: 40rem) {
.split-cont {
	padding: 70px 0;
}

.split-cont .aside {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.split-cont .grid-x {
	align-items: center;
}

.split-cont .grid-margin-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.split-cont .grid-margin-x>.cell {
	width: calc(50% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.split-cont.alt .medium-6 {
	position: relative;
}

.split-cont.alt .medium-6:nth-child(odd) {
	left: 50%;
}

.split-cont.alt .medium-6:nth-child(even) {
	right: 50%;
}
}

@media print, screen and (min-width: 62rem) {
.split-cont .figure {
	width: 92.75%;
	float: right;
}

.split-cont.alt .figure {
	float: left;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont {
	padding: 77px 0;
}

.split-cont .aside {
	font-size: 1.375rem;
	line-height: 2.0625rem;
}

.split-cont .user-details .user {
	width: 172px;
	position: relative;
	z-index: 2;
	margin: 0 -172px 0 0;
}

.split-cont .user-details .user img {
	width: 100%;
	max-width: 100%;
}

.split-cont .user-details .aside-inn {
	padding: 20px 0 0 209px;
}
}


/* Feature - List */
.feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 50px 0;
}

.feature-list .heading-txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	padding-bottom: 30px;
}

.feature-list .heading-txt:last-child {
	padding-bottom: 0;
}

.feature-list .heading-txt .aside {
	width: 100%;
	padding-bottom: 20px;
}

.feature-list .heading-txt .aside:last-child {
	padding-bottom: 0;
}

.feature-list .heading-txt .aside .sub-heading {
	color: #19335E;
}

.feature-list .heading-txt .btn-out {
	width: 100%;
}

.feature-list .box {
	width: 100%;
	height: 100%;

	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	position: relative;
}

.feature-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.feature-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);
}

.feature-list .box .aside {
	width: 100%;
	float: left;
	font-size: 1rem;
	line-height: 1.625rem;
	padding: 25px 25px;
}

.feature-list .box .aside p {
	padding-bottom: 25px;
}

.feature-list .box .aside p:last-child {
	padding-bottom: 0;
}

.feature-list .box .aside .date {
	width: 100%;
	float: left;
	font-weight: 800;
	font-size: 12px;
	color: #1C3661;
	line-height: 22px;
	text-transform: uppercase;
}

.feature-list .box .aside .price {
	width: 100%;
	float: left;
	font-weight: 800;
	font-size: 12px;
	color: #1C3661;
	line-height: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.feature-list .box .aside .price:last-child {
	padding-bottom: 0;
}

.feature-list .box:hover .figure img,
.feature-list .box:focus .figure img,
.feature-list .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-list .grid-margin-y {
	margin-top: -0.5625rem;
	margin-bottom: -0.5625rem;
}

.feature-list .grid-margin-y>.cell {
	margin-top: 0.5625rem;
	margin-bottom: 0.5625rem;
}

@media print, screen and (min-width: 48rem) {
.feature-list {
	padding: 60px 0;
}

.feature-list .heading-txt .aside {
	width: 60%;
	padding: 0 20px 0 0;
}

.feature-list .heading-txt .btn-out {
	width: 40%;
	justify-content: right;
	text-align: right;
	padding: 0 0 0 20px;
}

.feature-list .box .aside {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 25px 32px 75px 32px;
}

.feature-list .box .aside p {
	padding-bottom: 0;
}

.feature-list .box .aside .date {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 32px;
}

.feature-list .grid-margin-x>.cell {
	width: calc(50% - 1.875rem);
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}

.feature-list .grid-margin-x {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

.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: 75rem) {
.feature-list {
	padding: 70px 0;
}

.feature-list .box .aside {
	font-size: 1.375rem;
	line-height: 1.875rem;
}

.feature-list .grid-margin-x>.cell {
	width: calc(25% - 1.125rem);
	margin-left: 0.5625rem;
	margin-right: 0.5625rem;
}

.feature-list .grid-margin-x {
	margin-right: -0.5625rem;
	margin-left: -0.5625rem;
}

.feature-list .grid-margin-y {
	margin-top: -0.5625rem;
	margin-bottom: -0.5625rem;
}

.feature-list .grid-margin-y>.cell {
	margin-top: 0.5625rem;
	margin-bottom: 0.5625rem;
}
}


/* 
 5.) Footer
----------------------------------------*/
.footer-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.75rem;
	background: #081326;
	padding: 60px 0;
}

.footer-main .address-block {
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

.footer-main .address-block:last-child {
	padding-bottom: 0;
}

.footer-main .address-block p {
	padding-bottom: 25px;
}

.footer-main .address-block p:last-child {
	padding-bottom: 0;
}

.footer-main .address-block p a {
	display: inline;
	color: #ffffff;
}

.footer-main .address-block p a:hover,
.footer-main .address-block p a:focus,
.footer-main .address-block p.active a {
	color: #ffffff;
	text-decoration: none;
}

.footer-main .footer-links {
	width: 100%;
	float: left;
}

.footer-main .footer-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -10px 0;
}

.footer-main .footer-links ul li {
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 12px 0;
}

.footer-main .footer-links ul li:before {
	display: none;
}

.footer-main .footer-links ul li a {
	display: inline;
	color: #ffffff;
	letter-spacing: 0.44px;
}

.footer-main .footer-links ul li a:hover,
.footer-main .footer-links ul li a:focus,
.footer-main .footer-links ul li.active a {
	color: #ffffff;
	text-decoration: none;
}

@media print, screen and (min-width: 48rem) {
.footer-main {
	font-size: 1.25rem;
	line-height: 1.875rem;
	padding: 80px 0;
}

.footer-main .address-block {
	width: 50%;
	padding-right: 20px;
	padding-bottom: 0;
}

.footer-main .address-block p {
	padding-bottom: 38px;
}

.footer-main .address-block p {
	padding-bottom: 30px;
}

.footer-main .footer-links {
	width: 50%;
	text-align: right;
	padding-left: 20px;
}

.footer-main .footer-links ul {
	margin: 0 0 -17px 0;
}

.footer-main .footer-links ul li {
	margin: 0 0 17px 0;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main {
	font-size: 1.375rem;
	line-height: 2.0625rem;
	padding: 100px 0;
}

.footer-main .address-block p {
	padding-bottom: 36px;
}
}


/*
 6.) Undersider
----------------------------------------*/

/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	padding: 40px 0 60px 0;
}

@media print, screen and (min-width: 48rem) {
.content-inner {
	padding: 50px 0 80px 0;
}
}

@media print, screen and (min-width: 75rem) {
.content-inner {
	padding: 60px 0 100px 0;
}
}


/* Row - Cont */
.row-cont {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.row-cont:last-child {
	padding-bottom: 0;
}

.row-cont .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.row-cont .figure img {
	width: 100%;
}

.row-cont .aside {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

@media print, screen and (min-width: 48rem) {
.row-cont {
	padding: 0 0 70px 0;
}

.row-cont .aside {
	max-width: 965px;
	padding-bottom: 50px;
}
}

@media print, screen and (min-width: 75rem) {
.row-cont {
	padding: 0 0 80px 0;
}
}


/* Feature - List */
.feature-list.alt {
	padding: 0;
}

.feature-list.alt .box .aside .button {
	padding-right: 30px;
	padding-left: 30px;
}

@media print, screen and (min-width: 48rem) {
.feature-list.alt .heading-txt .aside {
	width: 100%;
	padding: 0;
}

.feature-list.alt .box .aside {
	padding-bottom: 110px;
}

.feature-list .box .aside .btn-out {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 32px 32px;
}
}


/* Contact Box */
.contact-box {
	width: 100%;
	float: left;
	padding: 86px 0 60px 0;
}

.contact-box:last-child {
	padding-bottom: 0;
}

.contact-box .box {
	width: 100%;
	float: left;
	text-align: center;
	background: #ffffff;
	padding: 25px 25px 25px;
}

.contact-box .box .figure {
	width: 172px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	margin: -86px 0 25px 0;
}

.contact-box .box .figure img {
	width: 100%;
	border-radius: 100%;
}

.contact-box .box .aside {
	width: 100%;
	float: left;
	word-break: break-all;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media print, screen and (min-width: 48rem) {
.contact-box {
	padding: 0 0 80px 86px;
}

.contact-box .box {
	max-width: 500px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	background: #ffffff;
	padding: 30px 0;
}

.contact-box .box .figure {
	width: 172px;
	text-align: center;
	overflow: hidden;
	margin: 0 -86px;
}

.contact-box .box .aside {
	font-size: 1.25rem;
	line-height: 1.875rem;
	padding: 0 30px 0 116px;
}
}

@media print, screen and (min-width: 75rem) {
.contact-box {
	padding: 0 0 100px 86px;
}

.contact-box .box {
	max-width: 580px;
}

.contact-box .box .aside {
	font-size: 1.375rem;
	line-height: 2.0625rem;
	padding: 0 37px 0 123px;
}
}


/* Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.blue {
	color: #1c3661 !important;
}

.dark-blue {
	color: #081326 !important;
}