
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header
4.)  Content - Main
5.)  Footer
6.)  Consultant Page
7.)  Projects
8.)  Projects - details
9.)  Tools
10.) Tools - details
11.) About

===============================================*/

/*
 1.) Typography
----------------------------------------*/
@import url("foundation-10.css") all;
@import url("motion-ui-10.css") all;
@import url("brands.min-27.css") all;
@import url("light.min-27.css") all;
@import url("regular.min-27.css") all;
@import url("solid.min-27.css") all;
@import url("duotone.min-20.css") all;
@import url("fontawesome.min-27.css") all;
@import url("swiper-bundle.min-4.css") all;


/*
font-family: "Fraunces", serif; 
font-family: "Raleway", sans-serif;
*/


/*
 2.) Default Styles
----------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, p, ul, li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: 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: "Raleway", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 1rem;
	color: #000000;
	line-height: 1.625rem;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 48rem) {
body {
	font-size: 1.25rem;
	line-height: 2rem;
}
}

@media print, screen and (min-width: 75rem) {
body {
	font-size: 1.375rem;
	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: #364090;
	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: #364090;
	text-decoration: underline;
}

a:focus[href^="tel:"], 
a:focus[href^="fax:"] {
	color: #364090;
	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: "Fraunces", serif; 
	font-weight: 700; 
	font-style: normal;	
	padding-bottom: 18px;
}

h1,
.h1 { 
	font-size: 2.625rem;
	line-height: 3rem;
}

h2,
.h2 {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

h3,
.h3 {
	font-size: 1.375rem;
	line-height: 2.25rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {	
	font-size: 1.25rem;
	line-height: 1.875rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit; 
	text-decoration: none;
}

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: #364090;
	text-decoration: none;
}

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.75rem;
	line-height: 3.875rem;
}

h2,
.h2 {
	font-size: 2.25rem;
	line-height: 2.625rem
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

h4,
.h4 {	
	font-size: 1.5rem;
	line-height: 1.8125rem;
}

h5,
.h5,
h6,
.h6 {	
	font-size: 1.375rem;
	line-height: 2.25rem;
}

p {
	padding-bottom: 30px;
}
}

@media print, screen and (min-width: 75rem) {
h1,
.h1 { 
	font-size: 5rem;
	line-height: 5.625rem;
}

h2,
.h2 {
	font-size: 2.625rem;
	line-height: 2.875rem
}

h3,
.h3 {
	font-size: 2rem;
	line-height: 2.375rem;
}

h4,
.h4 {	
	font-size: 1.75rem;
	line-height: 2.125rem;
}

h5,
.h5,
h6,
.h6 {	
	font-size: 1.5rem;
	line-height: 1.8125rem;
}

p {
	padding-bottom: 36px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none; 
}

li { 
	font-size: 1.125rem;
	position: relative; 
	padding-left: 22px; 
	padding-bottom: 10px;
}

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: 8px; 
	height: 8px; 
	float: left; 
	background: #000000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 0;
}

@media print, screen and (min-width: 48rem) {
li { 
	font-size: 1.375rem;
}

li:last-child {
	padding-bottom: 30px;
}

ul li::before {
	width: 10px; 
	height: 10px; 
	top: 10px; 
}
}

@media print, screen and (min-width: 75rem) {
li { 
	font-size: 1.5rem;
}

li:last-child {
	padding-bottom: 36px;
}

ul li::before {
	width: 12px; 
	height: 12px; 
	top: 12px; 
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;	
	padding-left: 28px;
}

ol > li::before {
	content: counter(item)".";
	font-weight: 600; 
	color: #000000;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label { 
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-top: 0;
	margin-bottom: 8px;
}

label .redmark {
	color: #ff0000;
}

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 {
	height: 50px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #707070;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 3px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 13px 20px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 170px;
	white-space: normal;
	resize: none;
}

::-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;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus { 
	border-color: #000955;
	box-shadow: none;
}


/* #Button
================================================== */

.button { 	
	min-width: 267px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: 0.36px;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	background: #000955;
	border-radius: 360px;
	box-shadow: none;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 10px 30px;
	margin: 0;
}

.button em { 
	font-size: 90%; 
	position: relative; 
	margin-left: 5px;
}

.button:hover,
.button.hover,
.button:focus {
	color: #ffffff;
	background: #364090;
	box-shadow: none;
}

.button.pink { 
	color: #000B4F;
	background: #F3B7C3;
}

.button.pink:hover,
.button.pink.hover,
.button.pink:focus {
	color: #000B4F;
	background: #D395A1;
}

.button.yellow { 
	color: #000000;
	background: rgba(253, 237, 118, 0.60);
}

.button.yellow:hover,
.button.yellow.hover,
.button.yellow:focus {
	color: #000000;
	background: rgba(213, 204, 112, 0.60);
}

.button.gray { 
	color: #000000;
	background: #CCCDDE;
}

.button.gray:hover,
.button.gray.hover,
.button.gray:focus {
	color: #000000;
	background: #B0B0B7;
}

.button-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48rem) {
.button { 
	min-width: 330px;
	font-size: 1.25rem;
	line-height: 1.625rem; 
	letter-spacing: 0.44px;
	padding: 14px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.button {
	font-size: 1.375rem;
}
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden; 
	padding: 70px 0 0 0; 
}

.grid-container {
	width: 100%;
	max-width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.grid-container.full {
	width: 100%;
	max-width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

@media print, screen and (min-width: 48rem) {
.container-main {
	padding: 80px 0 0 0; 
}

.grid-container {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px;	 
}

.grid-container.full {
	max-width: 100%;
	padding-right: 40px;
	padding-left: 40px;
}
}

@media print, screen and (min-width: 75rem) {
.container-main {
	padding: 90px 0 0 0; 
}
}




/* 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: 22px;
	height: 3px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(65, 88, 42, 0.2);
	border-radius: 360px;
	opacity: 1;
	margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
	background: rgba(65, 88, 42, 1);
}

@media print, screen and (min-width: 48rem) {
.swiper-pagination-bullet {
	width: 30px;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.social-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -8px -16px -8px;
}

.social-links ul li {
	padding: 0;
	margin: 0 8px 16px 8px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li a {
	width: 46px;
	height: 46px;
	float: left;
	font-size: 1.25em;
	color: #000000;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border-radius: 360px;
}

.social-links ul li a:hover,
.social-links ul li a:active,
.social-links ul li a:focus {
	color: #000000;
	background: #F3B7C3;
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/* 
 3.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	height: 90px;
	float: left;
	background: #FFFFFF;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.header-main .grid-container {
	max-width: 100%;
}

.header-main .logo {
	height: 50px;
	float: left;
	margin: 19px 0 0 0;
}

.header-main .logo img {
	max-height: 50px;
}

.header-main .main-menu {
	float: right;
}

.header-main .main-menu .nav-bar {
	float: left;
}

.header-main .main-menu .nav-bar .logo {
	display: none;
}

.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 -18px;
}

.header-main .main-menu .nav-bar nav ul li {
	float: left;
	height: 90px;
	padding: 0;
	margin: 0 18px;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 90px;
	float: left;
	font-weight: 300;
	font-size: 1.125rem;
	color: #000B4F;
	line-height: 5.625rem;
	text-decoration: none;
	text-transform: uppercase;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: rgba(54, 64, 144, 0.5);
	-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: 30px;
	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: #364090;
}

.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 .menu-btn {
	float: right;
	display: none;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	color: #000B4F;
	line-height: 1.125rem;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 40px;
}

.header-main .menu-btn .hide-txt,
.header-main .menu-btn .show-txt {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .menu-btn .hide-txt {
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 22px;
	height: 16px;
	float: right;
	text-decoration: none;
	position: relative;
	margin-left: 6px;
	top: 2px;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 1px;
	float: left;
	background: #000B4F;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 7px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #000B4F;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: -7px;
	left: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #000B4F;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 7px;
	left: 0;
}

@media print, screen and (min-width: 75rem) {
.header-main .main-menu .nav-bar {
	display: block !important;
}
}

@media print, screen and (max-width: 74.9375rem) {
.hidden-body {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(20, 27, 30, 0.5);
	-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: 80px;
}

.header-main .logo {
	height: 40px;
	margin: 19px 0 0 0;
}

.header-main .logo img {
	max-height: 40px;
}

.header-main .main-menu .nav-bar {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	background: #010836;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-inn {
	padding: 120px 40px 40px 40px;
}

.header-main .main-menu .nav-bar .logo {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 40px;
}

.header-main .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 28px 0;
}

.header-main .main-menu .nav-bar nav ul li:last-child {
	margin-bottom: 0;
}

.header-main .main-menu .nav-bar nav ul li a {
	min-width: inherit;
	height: auto;
	float: right;
	display: inline;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 2.625rem;
	color: #ffffff;
	line-height: 3.5rem;
	text-transform: none;
	border-bottom: 3px solid #F3B7C3;
	padding: 0 0;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	display: none;
}

.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: #F3B7C3;
}

.header-main .main-menu .nav-bar .menu-btn {
	color: #FFFFFF;
	top: 25px;
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span {
	background: none;
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span:before {
	height: 1px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .main-menu .nav-bar .menu-btn .icon-bar span:after {
	height: 1px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn {
	display: block;
}
}

@media print, screen and (max-width: 47.9375rem) {
.header-main {
	height: 70px;
}

.header-main .logo {
	height: 30px;
	margin: 19px 0 0 0;
}

.header-main .logo img {
	max-height: 30px;
}

.header-main .main-menu .nav-inn {
	padding: 120px 30px 30px 30px;
}

.header-main .main-menu .nav-bar .logo {
	left: 30px;
}

.header-main .menu-btn {
	top: 25px;
	right: 30px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Banner - Main */
.banner-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #010836;
	position: relative;
	padding: 0 0 0 30px;
}

.banner-main .figure-wrap {
	width: 100%;
	float: right;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main .figure-wrap .figure {
	width: 100%;
	border-radius: 0 0 0 50px;
	overflow: hidden;
	position: relative;
}

.banner-main .figure-wrap .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.40);
	border-radius: 0 0 0 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .figure-wrap .figure img {
	width: 100%;
	border-radius: 0 0 0 50px;
}

.banner-main .figure-wrap .icon-play {
	float: right;
	font-size: 1.375rem;
	line-height: 1.625rem;
	position: absolute;
	bottom: 15px;
	right: 40px;
}

.banner-main .figure-wrap .icon-play a {
	float: left;
	color: #ffffff;
	text-decoration: underline;
	position: relative;
	padding: 13px 52px 13px 0;
}

.banner-main .figure-wrap .icon-play a:before {
	content: "";
	width: 40px;
	height: 40px;
	float: left;
	background: #000B4F url(../png/play-icon.png) no-repeat center center;
	background-size: auto 16px;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.banner-main .banner-cont {
	width: 100%;
	float: left;
	text-align: center;
}

.banner-main .banner-cont .grid-container {
	padding: 0 30px 0 0;
}

.banner-main .banner-cont .aside {
	width: 100%;
	float: left;
	padding: 20px 0 40px 0;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	font-weight: 700;
	font-family: "Fraunces", serif;
	font-size: 2rem;
	line-height: 2.375rem;
	padding: 0 0 40px 0;
}

.banner-main .banner-cont .aside h1:last-child,
.banner-main .banner-cont .aside .h1:last-child {
	padding: 0;
}

.banner-main .banner-cont .aside h1 .underline,
.banner-main .banner-cont .aside .h1 .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 3px solid #F3B7C3;
}

.banner-main .banner-cont .aside .button-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -25px -16px -25px;
}

.banner-main .banner-cont .aside .button-wrap a {
	margin: 0 25px 16px 25px;
}

.banner-main .banner-cont .aside .button-wrap .button {
	padding: 16px 40px;
}

.banner-main .banner-cont .aside .button-wrap .readmore {
	display: inline;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: 0.36px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

.banner-main .banner-cont .aside .button-wrap .readmore:after {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 90%;
	position: relative;
	top: 0;
	margin-left: 6px;
}

.banner-main .banner-cont .aside .button-wrap .readmore:hover,
.banner-main .banner-cont .aside .button-wrap .readmore:focus {
	color: rgba(255, 255, 255, 0.6);
	border-bottom-color: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 48rem) {
.banner-main .figure-wrap {
	width: 50%;
	margin: 0 0 -50px 0;
}

.banner-main .banner-cont .aside {
	max-width: 760px;
}

.banner-main .banner-cont {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	text-align: inherit;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .banner-cont .grid-container {
	padding: 0 40px;
}

.banner-main .banner-cont .aside {
	max-width: 600px;
	padding: 40px 0;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	font-size: 3.75rem;
	line-height: 3.875rem;
	padding: 0 0 40px 0;
}

.banner-main .banner-cont .aside h1 .underline,
.banner-main .banner-cont .aside .h1 .underline {
	border-bottom-width: 4px;
}

.banner-main .banner-cont .aside .button-wrap {
	justify-content: start;
	margin: 0 -16px -16px -16px;
}

.banner-main .banner-cont .aside .button-wrap a {
	margin: 0 16px 16px 16px;
}

.banner-main .banner-cont .aside .button-wrap .button {
	min-height: inherit;
	padding: 20px 40px;
}

.banner-main .banner-cont .aside .button-wrap .readmore {
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: 0.44px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .figure-wrap .icon-play {
	bottom: 25px;
	right: 30px;
}

.banner-main .figure-wrap .icon-play a {
	padding: 25px 88px 25px 0;
}

.banner-main .figure-wrap .icon-play a:before {
	width: 76px;
	height: 76px;
	background-size: auto 31px;
}

.banner-main .banner-cont .aside {
	max-width: 820px;
	padding: 40px 0;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	font-size: 5.625rem;
	line-height: 6.5rem;
	padding: 0 0 50px 0;
}

.banner-main .banner-cont .aside h1 .underline,
.banner-main .banner-cont .aside .h1 .underline {
	border-bottom-width: 6px;
}

.banner-main .banner-cont .aside .button-wrap {
	margin: 0 -25px -16px -25px;
}

.banner-main .banner-cont .aside .button-wrap a {
	margin: 0 25px 16px 25px;
}

.banner-main .banner-cont .aside .button-wrap .button {
	padding: 24px 40px;
}

.banner-main .banner-cont .aside .button-wrap .readmore {
	font-size: 1.375rem;
	line-height: 2rem;
}
}


/* Welcome - Cont */
.welcome-cont {
	width: 100%;
	background: rgba(65, 88, 37, 0.10);
	overflow: hidden;
	padding: 40px 0;
}

.welcome-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 12px;
}

.welcome-cont .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	padding: 0 0 40px 0;
}

.welcome-cont .box .aside:last-child {
	padding-bottom: 0;
}

.welcome-cont .box .aside .underline {
	text-decoration: none;
	display: inline;
	border-bottom: 3px solid #F3B7C3;
}

.welcome-cont .box .slider-out {
	width: 100%;
	position: relative;
}

.welcome-cont .box .slider-out .item {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.625rem;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}

.welcome-cont .box .slider-out .item .number {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 1em;
}

.welcome-cont .box .slider-out .swiper-pagination {
	text-align: left;
	position: relative;
	top: 0;
	margin: 10px 0 0 0;
}

@media print, screen and (min-width: 48rem) {
.welcome-cont {
	padding: 50px 0;
}

.welcome-cont .box {
	padding: 0;
	margin: 0 -16px;
}

.welcome-cont .box .aside {
	width: 50%;
	font-size: 1.75rem;
	line-height: 2.125rem;
	padding: 0 16px;
}

.welcome-cont .box .slider-out {
	width: 50%;
	padding: 0 16px;
}

.welcome-cont .box .slider-out .item {
	font-size: 1.125rem;
	line-height: 1.625rem;
	text-align: right;
}

.welcome-cont .box .slider-out .item .number {
	font-size: 7.5rem;
}

.welcome-cont .box .slider-out .swiper-pagination {
	text-align: right;
	margin: 15px 0 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.welcome-cont {
	padding: 60px 0;
}

.welcome-cont .box .aside {
	font-size: 2.25rem;
	line-height: 2.75rem;
}

.welcome-cont .box .slider-out .item {
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: 0.44px;
}

.welcome-cont .box .slider-out .item .number {
	font-size: 8.75rem;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	background: rgba(65, 88, 37, 0.05);
	overflow: hidden;
	padding: 40px 0;
}

.split-cont .box {
	width: 100%;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px #0000000B;
	border-radius: 3px;
}

.split-cont .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}

.split-cont .box .figure img {
	width: 100%;
	vertical-align: top;
	border-radius: 0 0 3px 3px;
}

.split-cont .box .aside {
	width: 100%;
	font-size: 1rem;
	line-height: 1.625rem;
}

.split-cont .box .aside h2,
.split-cont .box .aside .h2 {
	padding-bottom: 22px;
}

.split-cont .box .aside h2:last-child,
.split-cont .box .aside .h2:last-child {
	padding-bottom: 0;
}

.split-cont .box .aside .txt-max {
	padding: 40px 20px;
}

.split-cont .box .aside .readmore {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-cont .box .aside .readmore a {
	color: #415825;
	display: inline;
	text-decoration: none;
	border-bottom: 2px solid #415825;
	position: relative;
}

.split-cont .box .aside .readmore a:after {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 90%;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.split-cont .box .aside .readmore a:hover,
.split-cont .box .aside .readmore a:focus {
	color: #000955;
	border-bottom-color: #000955;
}

@media print, screen and (min-width: 48rem) {
.split-cont {
	padding: 50px 0;
}

.split-cont .box .figure {
	height: 100%;
	border-radius: 3px 0 0 3px;
}

.split-cont .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	border-radius: 3px 0 0 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.split-cont .box .aside {
	min-height: 510px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	padding: 50px 32px 50px 0;
}

.split-cont .box .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.split-cont .box .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont {
	padding: 60px 0;
}

.split-cont .box .aside {
	font-size: 1.25rem;
	line-height: 2.0625rem;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	padding: 50px 50px 50px 30px;
}
}


/* Article - List */
.article-list {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.article-list h2,
.article-list .h2 {
	text-align: center;
	padding-bottom: 30px;
}

.article-list h2:last-child,
.article-list .h2:last-child {
	padding-bottom: 0;
}

.article-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: rgba(253, 237, 118, 0.20);
}

.article-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.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);
}

.article-list .box .aside {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 30px 20px;
}

.article-list .box .aside p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px -10px -5px;
}

.article-list .box .aside p a {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #D9DDD4;
	margin: 0 5px 10px 5px;
}

.article-list .box .aside p a:hover,
.article-list .box .aside p a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.article-list .box .aside p a:first-child {
	border-bottom-color: #FAE2E7;
}

.article-list .box .aside p a:first-child:hover,
.article-list .box .aside p a:first-child:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.article-list .box .aside h2,
.article-list .box .aside .h2,
.article-list .box .aside h3,
.article-list .box .aside .h3,
.article-list .box .aside h4,
.article-list .box .aside .h4 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 10px;
}

.article-list .box .aside h2:last-child,
.article-list .box .aside .h2:last-child,
.article-list .box .aside h3:last-child,
.article-list .box .aside .h3:last-child,
.article-list .box .aside h4:last-child,
.article-list .box .aside .h4:last-child {
	padding-bottom: 0;
}

.article-list .box:hover .figure img,
.article-list .box:focus .figure img,
.article-list .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list .box:hover h2,
.article-list .box:focus h2,
.article-list .box:active h2,
.article-list .box:hover h3,
.article-list .box:focus h3,
.article-list .box:active h3,
.article-list .box:hover h4,
.article-list .box:focus h4,
.article-list .box:active h4 {
	color: #000B4F;
}

.article-list .button-out {
	text-align: center;
}

.article-list .grid-x {
	padding: 0 0 30px 0;
}

.article-list .grid-x:last-child {
	padding-bottom: 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;
}

@media print, screen and (min-width: 48rem) {
.article-list {
	padding: 80px 0;
}

.article-list .box .aside {
	padding: 30px 30px;
}

.article-list .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.article-list .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}

.article-list .grid-margin-y {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

.article-list .grid-margin-y>.cell {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
}

@media print, screen and (min-width: 75rem) {
.article-list {
	padding: 100px 0;
}
}


/* Testimonials */
.testimonials {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.testimonials .box {
	width: 100%;
	float: left;
	background: rgba(253, 237, 118, 0.20);
	border-radius: 3px;
	margin: 0 0 30px 0;
}

.testimonials .box:last-child {
	margin-bottom: 0;
}

.testimonials .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}

.testimonials .box .figure img {
	width: 100%;
	border-radius: 0 0 3px 3px;
	vertical-align: top;
}

.testimonials .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.875rem;
}

.testimonials .box .aside p {
	padding-bottom: 25px;
}

.testimonials .box .aside p:last-child {
	padding-bottom: 0;
}

.testimonials .box .aside .icon-quote {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.testimonials .box .aside .icon-quote:last-child {
	margin-bottom: 0;
}

.testimonials .box .aside .icon-quote img {
	max-height: 30px;
}

.testimonials .box .aside .txt-max {
	padding: 40px 20px;
}

.testimonials .box .aside .author-txt {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.testimonials .box .aside .author-txt .user {
	width: 100px;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-right: -100px;
}

.testimonials .box .aside .author-txt .name {
	width: 100%;
	padding: 0 0 0 120px;
}

.testimonials .button-out {
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
.testimonials {
	padding: 50px 0;
}

.testimonials .box .figure {
	height: 100%;
	border-radius: 3px 0 0 3px;
}

.testimonials .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	border-radius: 3px 0 0 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.testimonials .box .aside {
	min-height: 510px;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.testimonials .box .aside .icon-quote {
	margin-bottom: 40px;
}

.testimonials .box .aside .txt-max {
	width: 100%;
	padding: 40px 32px 40px 0;
}

.testimonials .box .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.testimonials .box .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}
}

@media print, screen and (min-width: 75rem) {
.testimonials {
	padding: 60px 0;
}

.testimonials .box .aside {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

.testimonials .box .aside .txt-max {
	width: 100%;
	padding: 55px 55px 55px 23px;
}
}


/* Partners - Logos */
.partners-logo {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 60px 0;
}

.partners-logo h2,
.partners-logo .h2 {
	padding-bottom: 35px;
}

.partners-logo h2:last-child,
.partners-logo .h2:last-child {
	padding-bottom: 0;
}

.partners-logo ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -20px -30px -20px;
}

.partners-logo ul li {
	padding: 0;
	margin: 0 20px 30px 20px;
}

.partners-logo ul li:before {
	display: none;
}

.partners-logo ul li img {
	max-height: 97px;
}

@media print, screen and (min-width: 48rem) {
.partners-logo {
	padding: 80px 0;
}

.partners-logo h2,
.partners-logo .h2 {
	padding-bottom: 40px;
}

.partners-logo ul {
	margin: 0 -35px -40px -35px;
}

.partners-logo ul li {
	padding: 0;
	margin: 0 35px 40px 35px;
}
}

@media print, screen and (min-width: 75rem) {
.partners-logo {
	padding: 100px 0;
}

.partners-logo h2,
.partners-logo .h2 {
	padding-bottom: 45px;
}

.partners-logo ul {
	margin: 0 -60px -50px -60px;
}

.partners-logo ul li {
	margin: 0 60px 50px 60px;
}
}


/* Team - List */
.team-list {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.team-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 1rem;
	color: #000000;
	line-height: 1.1875rem;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 6, 91, 0.20);
	padding: 0 30px 30px 30px;
}

.team-list .box .figure {
	width: 200px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
	margin-top: -100px;
	margin-bottom: 30px;
}

.team-list .box .figure img {
	width: 100%;
	border-radius: 360px;
}

.team-list .box .figure:last-child {
	margin-bottom: 0;
}

.team-list .box .aside {
	width: 100%;
	float: left;
}

.team-list .box .aside .icon-quote {
	width: 100%;
	float: left;
	margin-bottom: 28px;
}

.team-list .box .aside .icon-quote img {
	max-height: 30px;
}

.team-list .box .aside h4,
.team-list .box .aside .h4 {
	padding-bottom: 40px;
}

.team-list .box .aside h4:last-child,
.team-list .box .aside .h4:last-child {
	padding-bottom: 0;
}

.team-list .grid-x {
	padding-bottom: 30px;
}

.team-list .grid-x:last-child {
	padding-bottom: 0;
}

.team-list .grid-margin-x>.cell {
	padding-top: 100px;
}

.team-list .grid-margin-y {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}

.team-list .grid-margin-y>.cell {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.team-list .button-out {
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
.team-list {
	padding: 80px 0;
}

.team-list .button-out .button {
	min-width: 330px;
}

.team-list .grid-x {
	justify-content: center;
}

.team-list .grid-margin-x>.cell {
	width: calc(50% - 1.875rem);
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}

.team-list .grid-margin-x {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}
}

@media print, screen and (min-width: 75rem) {
.team-list {
	padding: 100px 0;
}

.team-list .box .figure {
	width: 256px;
	margin-top: -128px;
	margin-bottom: 40px;
}

.team-list .grid-margin-x>.cell {
	width: calc(33.33% - 1.875rem);
	padding-top: 128px;
}
}


/*
 5.) Footer - Main
---------------------------------------- */

.footer-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #000000;
	flex-shrink: 0;
	padding: 60px 0;
}

.footer-main .footer-logo-p {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #000000;
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
}

.footer-main .footer-logo-p:last-child {
	margin-bottom: 0;
}

.footer-main .footer-logo-p:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #999999;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.footer-main .footer-logo-p img {
	max-width: 60px;
}

.footer-main .pre-footer {
	width: 100%;
	float: left;
	padding: 0 0 0 60px;
}

.footer-main .pre-footer .footer-logo {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.footer-main .pre-footer .footer-logo {
	max-height: 30px;
}

.footer-main .pre-footer .article {
	width: 100%;
	padding: 0 0 40px 0;
}

.footer-main .pre-footer .article .aside {
	width: 100%;
	float: left;
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding-bottom: 40px;
}

.footer-main .pre-footer .article .aside:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .article .aside h4,
.footer-main .pre-footer .article .aside .h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.60);
	line-height: 1.25rem;
	padding-bottom: 10px;
}

.footer-main .pre-footer .article .aside ul {
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .article .aside ul li {
	padding: 0;
	margin: 0 0 12px 0;
}

.footer-main .pre-footer .article .aside ul li:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .article .aside ul li:before {
	display: none;
}

.footer-main .pre-footer .article .aside p a,
.footer-main .pre-footer .article .aside ul li a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.footer-main .pre-footer .article .aside p a:hover,
.footer-main .pre-footer .article .aside p a:focus,
.footer-main .pre-footer .article .aside ul li a:hover,
.footer-main .pre-footer .article .aside ul li a:focus {
	color: rgba(255, 255, 255, 0.60);
	border-bottom-color: rgba(255, 255, 255, 0.60);
}

.footer-main .pre-footer .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -40px 0;
}

@media print, screen and (min-width: 48rem) {
.footer-main {
	padding: 80px 0;
}

.footer-main .footer-logo-p {
	margin-bottom: 60px;
}

.footer-main .footer-logo-p img {
	max-width: 70px;
}

.footer-main .pre-footer {
	padding: 0 0 0 70px;
}

.footer-main .pre-footer .footer-logo {
	max-height: 40px;
}

.footer-main .pre-footer .article {
	width: 50%;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .article .aside {
	font-size: 1.375rem;
	line-height: 2.125rem;
	padding-bottom: 60px;
}

.footer-main .pre-footer .article .aside h4,
.footer-main .pre-footer .article .aside .h4 {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.footer-main .pre-footer .article .aside ul li {
	margin: 0 0 18px 0;
}

.footer-main .pre-footer .article-wrap {
	margin: 0 -20px -50px -20px;
}
}

@media print, screen and (min-width: 75rem) {
.footer-main {
	padding: 100px 0;
}

.footer-main .pre-footer .article {
	width: 33.33%;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .article .aside {
	font-size: 1.5rem;
	line-height: 2.125rem;
	padding-bottom: 80px;
}

.footer-main .pre-footer .article-wrap {
	margin: 0 -20px -50px -20px;
}
}


/*
 6.) Consultant Page
---------------------------------------- */


/* Banner - Consultant */
.banner-consultant {
	width: 100%;
	float: left;
	color: #000B4F;
	background: rgba(243, 183, 193, 0.20);
	margin-bottom: 40px;
	padding: 0 0 0 30px;
}

.banner-consultant .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-consultant .box .figure-wrap {
	width: 100%;
	border-radius: 0 0 0 42px;
	margin: 0 0 -40px 0;
}

.banner-consultant .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 0 42px;
	position: relative;
	overflow: hidden;
}

.banner-consultant .box .figure img {
	width: 100%;
	border-radius: 0 0 0 42px;
	vertical-align: top;
}

.banner-consultant .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 40px 30px 40px 0;
}

.banner-consultant .box .aside .txt-max {
	width: 100%;
	float: left;
}

.banner-consultant .box .aside .txt {
	width: 100%;
	float: left;
}

.banner-consultant .box .aside .sub-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.banner-consultant .box .aside .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 3px solid #F3B7C3;
}

.banner-consultant .box .aside .txt-max .button {
	min-width: inherit;
	padding: 16px 40px;
}

@media print, screen and (min-width: 48rem) {
.banner-consultant {
	padding: 0;
}

.banner-consultant .box .figure-wrap {
	width: 35.8125%;
}

.banner-consultant .box .figure {
	height: 100%;
}

.banner-consultant .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.banner-consultant .box .aside {
	width: 64.1875%;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	padding: 0 0 0 40px;
}

.banner-consultant .box .aside .underline {
	border-bottom-width: 4px;
}

.banner-consultant .box .aside .txt-max {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	justify-content: right;
	padding: 40px 0 0 0;
	margin: 0 0 -32px 0;
}

.banner-consultant .box .aside .txt-max .txt {
	width: 100%;
	max-width: 800px;
	float: right;
	padding: 0 40px 0 0;
}

.banner-consultant .box .aside .txt-max .button {
	padding: 20px 40px;
}

.banner-consultant .box .aside .txt-max .button-out {
	padding: 30px 0 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.banner-consultant .box .aside {
	font-size: 1.625rem;
	line-height: 2.125rem;
}

.banner-consultant .box .aside .underline {
	border-bottom-width: 6px;
}

.banner-consultant .box .aside .txt-max .txt {
	padding: 0 40px 0 0;
}

.banner-consultant .box .aside .txt-max {
	min-height: 700px;
}

.banner-consultant .box .aside .txt-max .button {
	padding: 24px 40px;
}
}


/* Video - Block */
.video-block {
	width: 100%;
	float: left;
	padding: 60px 0;
}

.video-block .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.video-block .box .video {
	width: 100%;
	text-align: center;
	border-radius: 3px;
	position: relative;
	z-index: 5;
	margin: 0 0 30px 0;
}

.video-block .box .video:last-child {
	margin-bottom: 0;
}

.video-block .box .video:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(1, 9, 59, 0.20);
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.video-block .box .video:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(1, 9, 59, 0.20);
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}

.video-block .box .video img {
	width: 100%;
}

.video-block .box .aside {
	width: 100%;
}

.video-block .box .aside h2,
.video-block .box .aside .h2 {
	padding-bottom: 20px;
}

.video-block .box .aside h2:last-child,
.video-block .box .aside .h2:last-child {
	padding-bottom: 0;
}

.video-block .box .aside ul li {
	padding: 0 0 8px 19px;
}

.video-block .box .aside ul li:before {
	width: 9px;
	height: 9px;
	top: 9px;
}

.video-block.alt {
	background: #E5E5EE;
}

.video-block.alt .top-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #000B4F;
	padding: 0 0 40px 0;
}

.video-block.alt .top-cont:last-child {
	padding-bottom: 0;
}

.video-block.alt .top-cont .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 3px solid #F3B7C3;
}

.video-block.alt .top-cont h1,
.video-block.alt .top-cont .h1 {
	padding: 0 0 30px 0;
}

@media print, screen and (min-width: 48rem) {
.video-block {
	padding: 80px 0;
}

.video-block .box .video {
	width: 56.90%;
}

.video-block .box .video:before {
	top: 7px;
	left: 7px;
}

.video-block .box .video:after {
	top: 14px;
	left: 14px;
}

.video-block .box .aside {
	width: 43.10%;
	padding: 0 0 0 40px;
}

.video-block .box .aside ul li:before {
	width: 10px;
	height: 10px;
	top: 10px;
}

.video-block.alt {
	padding: 50px 0 0 0;
	margin-bottom: 68px;
}

.video-block.alt .box .video {
	margin: 0 0 -40px 0;
}

.video-block.alt .top-cont {
	width: 63.33%;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	padding: 0 0 50px 0;
}

.video-block.alt .top-cont .underline {
	border-bottom-width: 4px;
}
}

@media print, screen and (min-width: 75rem) {
.video-block {
	padding: 100px 0;
}

.video-block .box .video:before {
	top: 10px;
	left: 10px;
}

.video-block .box .video:after {
	top: 20px;
	left: 20px;
}

.video-block .box .aside {
	width: 43.10%;
	padding: 0 0 0 8%;
}

.video-block .box .aside ul li {
	padding: 0 0 8px 28px;
}

.video-block .box .aside ul li:before {
	width: 11px;
	height: 11px;
	top: 11px;
}

.video-block.alt {
	padding: 60px 0 0 0;
}

.video-block.alt .top-cont {
	font-size: 1.625rem;
	line-height: 2.125rem;
	padding: 0 0 60px 0;
}

.video-block.alt .top-cont .underline {
	border-bottom-width: 6px;
}

.video-block.alt .top-cont h1,
.video-block.alt .top-cont .h1 {
	font-size: 3.75rem;
	line-height: 3.875rem;
}
}


/* Feature - Box */
.feature-box {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.feature-box .box {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 1rem;
	color: #000000;
	line-height: 1.5rem;
	text-decoration: none;
	background: rgba(65, 88, 37, 0.20);
	padding: 30px 30px;
}

.feature-box .box h2,
.feature-box .box .h2 {
	padding-bottom: 16px;
}

.feature-box .box h2:last-child,
.feature-box .box .h2:last-child {
	padding-bottom: 0;
}

.feature-box .box ul li {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 0 8px 19px;
}

.feature-box .box ul li:last-child {
	padding-bottom: 0;
}

.feature-box .box ul li:before {
	width: 9px;
	height: 9px;
	top: 6px;
}

.feature-box .grid-x>.cell:nth-child(2) .box {
	background: rgba(65, 88, 37, 0.10);
}

@media print, screen and (min-width: 48rem) {
.feature-box {
	padding: 80px 0;
}

.feature-box .box {
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.feature-box {
	padding: 100px 0;
}

.feature-box .box {
	padding: 40px 50px;
}
}


/* Contact - Form */
.contact-form {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.contact-form .box {
	width: 100%;
	float: left;
	background: rgba(1, 9, 52, 0.20);
}

.contact-form .box .figure {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.contact-form .box .figure img {
	width: 100%;
	vertical-align: top;
}

.contact-form .box .form-field {
	width: 100%;
	float: left;
	padding: 40px 20px;
}

.contact-form .box .form-field ul {
	padding: 0 0 24px 0;
	margin: 0;
}

.contact-form .box .form-field ul:last-child {
	padding-bottom: 0;
}

.contact-form .box .form-field ul li {
	padding: 0;
	margin: 0 0 15px 0;
}

.contact-form .box .form-field ul li:before {
	display: none;
}

.contact-form .box .form-field .sml-txt {
	font-size: 0.875rem;
	line-height: 1.375rem;
	padding-bottom: 15px;
}

.contact-form .box .form-field .aside {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.contact-form {
	padding: 80px 0;
}

.contact-form .box .figure {
	height: 100%;
}

.contact-form .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.contact-form .box .form-field {
	padding: 50px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.contact-form {
	padding: 100px 0;
}

.contact-form .box .form-field {
	padding: 50px 60px;
}

.contact-form .box .form-field .aside {
	max-width: 400px;
}
}


/*
 7.) Projects Page
---------------------------------------- */

/* Banner - Project */
.banner-project {
	width: 100%;
	float: left;
	color: #000B4F;
	background: rgba(65, 88, 37, 0.10);
	padding: 30px 0;
}

.banner-project .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-project .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 0 0 30px 0;
}

.banner-project .box .aside:last-child {
	padding-bottom: 0;
}

.banner-project .box .aside h1,
.banner-project .box .aside .h1 {
	padding-bottom: 15px;
}

.banner-project .box .aside .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 3px solid #F3B7C3;
}

.banner-project .box .aside p {
	padding-bottom: 22px;
}

.banner-project .box .aside .button {
	padding-right: 20px;
	padding-left: 20px;
}

.banner-project .box .catagory-links {
	width: 100%;
}

.banner-project .box .catagory-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.banner-project .box .catagory-links ul li {
	float: left;
	padding: 0;
	margin: 0 6px 12px 6px;
}

.banner-project .box .catagory-links ul li:before {
	display: none;
}

.banner-project .box .catagory-links ul li a {
	float: left;
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.375rem;
	letter-spacing: 0.28px;
	text-decoration: none;
	background: #010A32;
	border-radius: 360px;
	padding: 10px 30px;
}

.banner-project .box .catagory-links ul li a em {
	font-size: 75%;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.banner-project .box .catagory-links ul li:hover a,
.banner-project .box .catagory-links ul li:focus a {
	color: #ffffff;
	background: #010A32;
	border-radius: 360px 360px 360px 0;
}

.banner-project .box .catagory-links ul li:hover ul {
	display: block;
}

.banner-project .box .catagory-links ul li ul {
	width: 275px;
	float: left;
	display: none;
	background: #010A32;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 30px 30px;
	margin: 0 0 -15px 0;
}

.banner-project .box .catagory-links ul li ul li {
	width: 100%;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}

.banner-project .box .catagory-links ul li ul li a {
	display: inline;
	color: #ffffff;
	background: none;
	border-bottom: 2px solid #F3B7C3;
	border-radius: 0;
	padding: 0;
}

.banner-project .box .catagory-links ul li:hover ul li a {
	border-radius: 0;
}

.banner-project .box .catagory-links ul li ul li a:hover,
.banner-project .box .catagory-links ul li ul li a:focus {
	color: #F3B7C3;
}

.banner-project .box .catagory-links ul li.right-r ul {
	left: auto;
	right: 0;
}

@media print, screen and (min-width: 48rem) {
.banner-project {
	padding: 50px 0 30px 0;
}

.banner-project .box {
	margin: 0 -16px;
}

.banner-project .box .aside {
	width: 50%;
	font-size: 1.375rem;
	line-height: 2rem;
	padding: 0 16px;
}

.banner-project .box .aside .underline {
	border-bottom-width: 4px;
}

.banner-project .box .aside .button {
	padding-right: 40px;
	padding-left: 40px;
}

.banner-project .box .catagory-links {
	width: 50%;
	padding: 35px 0 0 0;
}

.banner-project .box .catagory-links ul {
	justify-content: right;
}

.banner-project .box .catagory-links ul li a {
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: 0.36px;
	padding: 10px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.banner-project {
	padding: 60px 0 30px 0;
}

.banner-project .box .aside {
	font-size: 1.625rem;
	line-height: 2.125rem;
}

.banner-project .box .aside .underline {
	border-bottom-width: 6px;
}
}


/* Product - List */
.product-list {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.product-list h2,
.product-list .h2 {
	text-align: center;
	padding-bottom: 20px;
}

.product-list h2:last-child,
.product-list .h2:last-child {
	padding-bottom: 0;
}

.product-list .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: rgba(253, 237, 118, 0.20);
	position: relative;
}

.product-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.product-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);
}

.product-list .box .figure-caption {
	float: left;
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
	line-height: 1.375rem;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	background: #FEF4AC;
	border-radius: 360px;
	position: absolute;
	top: 20px;
	right: -20px;
	padding: 14px 20px 14px 62px;
}

.product-list .box .figure-caption:before {
	content: "";
	width: 13px;
	height: 13px;
	float: left;
	background: rgba(185, 25, 25, 0.60);
	box-shadow: rgba(185, 25, 25, 0.10) 0 0 0 9px;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	left: 24px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.product-list .box .figure-caption.blue:before {
	background: rgba(0, 9, 85, 0.60);
	box-shadow: rgba(0, 9, 85, 0.10) 0 0 0 9px;
}

.product-list .box .aside {
	width: 100%;
	padding: 30px 20px 0 20px;
}

.product-list .box .aside h2,
.product-list .box .aside .h2,
.product-list .box .aside h3,
.product-list .box .aside .h3,
.product-list .box .aside h4,
.product-list .box .aside .h4 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 15px;
}

.product-list .box .aside h2:last-child,
.product-list .box .aside .h2:last-child,
.product-list .box .aside h3:last-child,
.product-list .box .aside .h3:last-child,
.product-list .box .aside h4:last-child,
.product-list .box .aside .h4:last-child {
	padding-bottom: 0;
}

.product-list .box:hover .figure img,
.product-list .box:focus .figure img,
.product-list .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list .box:hover h2,
.product-list .box:focus h2,
.product-list .box:active h2,
.product-list .box:hover h3,
.product-list .box:focus h3,
.product-list .box:active h3,
.product-list .box:hover h4,
.product-list .box:focus h4,
.product-list .box:active h4 {
	color: #000B4F;
}

.product-list .box .aside ul {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	margin: 0;
}

.product-list .box .aside ul:last-child {
	padding-bottom: 0;
}

.product-list .box .aside ul li {
	width: 100%;
	float: left;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.36px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}

.product-list .box .aside ul li em {
	width: 15px;
	height: 21px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.product-list .box .aside ul li:last-child {
	margin-bottom: 0;
}

.product-list .box .aside ul li:before {
	display: none;
}

.product-list .box .aside ul li a {
	display: inline;
	text-decoration: none;
	border-bottom: 2px solid #D9DDD4;
}

.product-list .box .aside ul li a:hover,
.product-list .box .aside ul li a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.product-list .box .aside ul li:first-child a {
	border-bottom-color: #FAE2E7;
}

.product-list .box .aside ul li:first-child a:hover,
.product-list .box .aside ul li:first-child a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.product-list .box .aside .button {
	padding-right: 30px;
	padding-left: 30px;
}

.product-list .button-out {
	margin: 0 0 -21px 0;
}

.product-list .grid-margin-y {
	margin-top: -1.59375rem;
	margin-bottom: -1.59375rem;
}

.product-list .grid-margin-y>.cell {
	margin-top: 1.59375rem;
	margin-bottom: 1.59375rem;
}

@media print, screen and (min-width: 48rem) {
.product-list {
	padding: 50px 0;
}

.product-list .box .figure-caption {
	font-size: 1.125rem;
	line-height: 1.625rem;
	right: -32px;
	padding: 14px 32px 14px 62px;
}

.product-list .box .aside {
	padding: 30px 30px 0 30px;
}

.product-list .box .aside ul {
	width: 100%;
	padding: 0 0 60px 0;
	margin: 0;
}

.product-list .button-out {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px;
}

.product-list .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.product-list .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}

.product-list .grid-margin-y {
	margin-top: -2.5rem;
	margin-bottom: -2.5rem;
}

.product-list .grid-margin-y>.cell {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
}

@media print, screen and (min-width: 75rem) {
.product-list {
	padding: 60px 0;
}

.product-list .box .figure-caption {
	font-size: 1.375rem;
	line-height: 1.625rem;
}

.product-list .box .aside .button {
	padding-right: 40px;
	padding-left: 40px;
}
}


/* Testimonials */
.testimonials2 {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.testimonials2 .box {
	width: 100%;
	float: left;
	background: rgba(253, 237, 118, 0.20);
	margin: 0 0 30px 0;
}

.testimonials2 .box:last-child {
	margin-bottom: 0;
}

.testimonials2 .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 3px 3px 0 0;
	position: relative;
	overflow: hidden;
}

.testimonials2 .box .figure img {
	width: 100%;
	border-radius: 3px 3px 0 0;
	vertical-align: top;
}

.testimonials2 .box .aside {
	width: 100%;
}

.testimonials2 .box .aside h2,
.testimonials2 .box .aside .h2 {
	padding-bottom: 60px;
}

.testimonials2 .box .aside h2:last-child,
.testimonials2 .box .aside .h2:last-child {
	padding-bottom: 0;
}

.testimonials2 .box .aside .aside-inn {
	width: 100%;
	float: left;
	padding: 40px 20px;
}

.testimonials2 .box .top-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
}

.testimonials2 .box .top-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -8px -16px -8px;
}

.testimonials2 .box .top-links ul li {
	float: left;
	font-size: 0.875ren;
	line-height: 1.25rem;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 8px 16px 8px;
}

.testimonials2 .box .top-links ul li:before {
	display: none;
}

.testimonials2 .box .top-links ul li a {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #D9DDD4;
}

.testimonials2 .box .top-links ul li a:hover,
.testimonials2 .box .top-links ul li a:focus {
	color: #364090; 
	border-bottom-color: #364090;
}

.testimonials2 .box .top-links ul li:first-child a {
	border-bottom-color: #FAE2E7;
}

.testimonials2 .box .top-links ul li:first-child a:hover,
.testimonials2 .box .top-links ul li:first-child a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.testimonials2 .box .aside p {
	padding-bottom: 25px;
}

.testimonials2 .box .aside p:last-child {
	padding-bottom: 0;
}

.testimonials2 .box .aside .icon-quote {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.testimonials2 .box .aside .icon-quote:last-child {
	margin-bottom: 0;
}

.testimonials2 .box .aside .icon-quote:before {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 55px;
	z-index: -1;
}

.testimonials2 .box .aside .icon-quote img {
	max-height: 30px;
}

.testimonials2 .box .aside .txt-max {
	width: 100%;
	float: left;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
}

.testimonials2 .box .aside .author-txt {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.testimonials2 .box .aside .author-txt .user {
	width: 100px;
	text-align: center;
	border-radius: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-right: -100px;
}

.testimonials2 .box .aside .author-txt .name {
	width: 100%;
	padding: 0 0 0 120px;
}

.testimonials2 .button-out {
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
.testimonials2 {
	padding: 32px 0;
}

.testimonials2 .box .figure {
	height: 100%;
}

.testimonials2 .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.testimonials2 .box .aside {
	min-height: 510px;	
	font-size: 1.5rem;
	line-height: 1.8125rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.testimonials2 .box .aside h2,
.testimonials2 .box .aside .h2 {
	padding-bottom: 80px;
}

.testimonials2 .box .aside .aside-inn {
	padding: 40px 40px;
}

.testimonials2 .box .grid-margin-x>.cell {
	width: calc(50% - 2rem);
	margin-left: 1rem;
	margin-right: 1rem;
}

.testimonials2 .box .grid-margin-x {
	margin-right: -1rem;
	margin-left: -1rem;
}
}

@media print, screen and (min-width: 75rem) {
.testimonials2 .box .aside {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

.testimonials2 .box .aside h2,
.testimonials2 .box .aside .h2 {
	padding-bottom: 100px;
}

.testimonials2 .box .aside .aside-inn {
	width: 100%;
	padding: 50px 50px;
}
}


/* CTA - Cont */
.cta-cont {
	width: 100%;
	color: #000A52;
	text-align: center;
	overflow: hidden;
	padding: 40px 0;
}

.cta-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(243, 183, 195, 0.20);
	border-radius: 3px;
	padding: 40px 20px;
}

.cta-cont .box .aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.cta-cont .box .aside:last-child {
	padding-bottom: 0;
}

.cta-cont .box .aside h2,
.cta-cont .box .aside .h2 {
	padding-bottom: 15px;
}

.cta-cont .box .aside h2:last-child,
.cta-cont .box .aside .h2:last-child {
	padding-bottom: 0;
}

.cta-cont .box .aside p:last-child {
	padding-bottom: 0;
}

.cta-cont .box .aside .txt-max {
	width: 100%;
	float: left;
}

.cta-cont .box .button-wrap {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-align: center;
}

.cta-cont .box .button-wrap .button {
	padding: 16px 40px;
}

.cta-cont .box .button-wrap .button-out {
	width: 100%;
	margin-bottom: 15px;
}

.cta-cont .box .button-wrap .button-out:last-child {
	margin-bottom: 0;
}

.cta-cont .box .button-wrap .txt-max {
	width: 100%;
	max-width: 380px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media print, screen and (min-width: 48rem) {
.cta-cont {
	text-align: inherit;
	padding: 50px 0;
}

.cta-cont .box {
	padding: 40px 60px;
}

.cta-cont .box .aside {
	width: 59.25%;
	padding: 0;
}

.cta-cont .box .aside:last-child {
	padding-bottom: 0;
}

.cta-cont .box .aside h2,
.cta-cont .box .aside .h2 {
	padding-bottom: 15px;
}

.cta-cont .box .aside h2:last-child,
.cta-cont .box .aside .h2:last-child {
	padding-bottom: 0;
}

.cta-cont .box .aside .txt-max {
	max-width: 460px;
}

.cta-cont .box .button-wrap {
	width: 40.75%;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.cta-cont .box .button-wrap .button {
	padding: 20px 40px;
}

.cta-cont .box .button-wrap .button-out {
	width: 100%;
	margin-bottom: 15px;
}

.cta-cont .box .button-wrap .button-out:last-child {
	margin-bottom: 0;
}
}

@media print, screen and (min-width: 75rem) {
.cta-cont {
	padding: 60px 0;
}

.cta-cont .box .button-wrap .button {
	padding: 24px 40px;
}
}


/*
 8.) Projects Details Page
---------------------------------------- */

/* Banner - Tools */
.banner-project-details {
	width: 100%;
	float: left;
	color: #000B4F;
	background: rgba(67, 88, 37, 0.10);
	margin-bottom: 40px;
	padding: 0 0 0 30px;
}

.banner-project-details .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-project-details .box .figure-wrap {
	width: 100%;
	border-radius: 0 0 0 42px;
	margin: 0 0 -40px 0;
}

.banner-project-details .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 0 42px;
	position: relative;
	overflow: hidden;
}

.banner-project-details .box .figure img {
	width: 100%;
	border-radius: 0 0 0 42px;
	vertical-align: top;
}

.banner-project-details .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 40px 30px 40px 0;
}

.banner-project-details .box .aside .txt-max {
	width: 100%;
	float: left;
}

.banner-project-details .box .aside .txt {
	width: 100%;
	float: left;
}

.banner-project-details .box .aside .underline {
	display: inline;
	text-decoration: none;
	border-bottom: 3px solid #F3B7C3;
}

.banner-project-details .box .aside .txt-max .button {
	min-width: inherit;
}

.banner-project-details .box .aside .top-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}

.banner-project-details .box .aside .top-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -8px -16px -8px;
}

.banner-project-details .box .aside .top-links ul li {
	float: left;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 8px 16px 8px;
}

.banner-project-details .box .aside .top-links ul li:before {
	display: none;
}

.banner-project-details .box .aside .top-links ul li a {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #D9DDD4;
}

.banner-project-details .box .aside .top-links ul li a:hover,
.banner-project-details .box .aside .top-links ul li a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

.banner-project-details .box .aside .top-links ul li:first-child a {
	border-bottom-color: #FAE2E7;
}

.banner-project-details .box .aside .top-links ul li:first-child a:hover,
.banner-project-details .box .aside .top-links ul li:first-child a:focus {
	color: #364090;
	border-bottom-color: #364090;
}

@media print, screen and (min-width: 48rem) {
.banner-project-details {
	padding: 0;
}

.banner-project-details .box .figure-wrap {
	width: 50%;
}

.banner-project-details .box .figure {
	height: 100%;
}

.banner-project-details .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.banner-project-details .box .aside {
	width: 50%;
	font-size: 1.5ren;
	line-height: 1.8125rem;
	padding: 0 0 0 40px;
}

.banner-project-details .box .aside .underline {
	border-bottom-width: 4px;
}

.banner-project-details .box .aside .txt-max {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	justify-content: right;
	padding: 40px 0 0 0;
	margin: 0 0 -27px 0;
}

.banner-project-details .box .aside .txt-max .txt {
	width: 100%;
	max-width: 600px;
	float: right;
	padding: 0 40px 0 0;
}

.banner-project-details .box .aside .txt-max .button-out {
	padding: 50px 0 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.banner-project-details .box .aside {
	font-size: 1.625rem;
	line-height: 2.125rem;
}

.banner-project-details .box .aside .underline {
	border-bottom-width: 6px;
}

.banner-project-details .box .aside .txt-max .txt {
	padding: 0 18% 0 0;
}

.banner-project-details .box .aside .txt-max {
	min-height: 700px;
}
}


/* About - Project */
.about-project {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.about-project .inner-cont {
	width: 100%;
	float: left;
}

.about-project .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-project .box .aside {
	width: 100%;
	border-bottom: 1px solid #D9DDD4;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.about-project .box .aside:last-child {
	padding-bottom: 0;
}

.about-project .box .logo-wrap {
	width: 100%;
	font-size: 1rem;
	line-height: 1.375rem;
	text-align: center;
}

.about-project .box .logo-wrap .logo-out {
	width: 100%;
	float: left;
}

.about-project .box .logo-wrap .logo {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.about-project .box .logo-wrap .logo img {
	max-height: 60px;
}

@media print, screen and (min-width: 48rem) {
.about-project {
	padding: 50px 0;
}

.about-project .inner-cont {
	padding: 0 0 0 40px;
}

.about-project .box .aside {
	width: 72.50%;
	border-bottom: none;
	padding: 0 8% 0 0;
	margin: 0;
}

.about-project .box .logo-wrap {
	width: 27.50%;
}

.about-project .box .logo-wrap .logo-out {
	border-left: 1px solid #D9DDD4;
	padding: 0 20px;
}

.about-project .box .logo-wrap .logo img {
	max-height: 70px;
}
}

@media print, screen and (min-width: 75rem) {
.about-project {
	padding: 60px 0;
}

.about-project .inner-cont {
	padding: 0 0 0 80px;
}

.about-project .box .logo-wrap .logo img {
	max-height: 90px;
}
}


/* Split - Cont3 */
.split-cont3 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.split-cont3 .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #FDF1F3;
	border-radius: 3px;
}

.split-cont3 .box .left-cl {
	width: 100%;
}

.split-cont3 .box .left-cl .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}

.split-cont3 .box .left-cl .figure img {
	width: 100%;
	vertical-align: top;
}

.split-cont3 .box .right-cl {
	width: 100%;
	font-size: 1rem;
	line-height: 1.375rem;
}

.split-cont3 .box .right-cl .inner-cont {
	width: 100%;
	float: left;
	padding: 40px 20px;
}

.split-cont3 .box .right-cl .article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 16px 0;
}

.split-cont3 .box .right-cl .article:last-child {
	margin-bottom: 0;
}

.split-cont3 .box .right-cl .article .figure {
	width: 59px;
	border-radius: 360px;
	position: relative;
	z-index: 1;
	margin-right: -59px;
}

.split-cont3 .box .right-cl .article .figure img {
	width: 100%;
	border-radius: 360px;
}

.split-cont3 .box .right-cl .article .aside {
	width: 100%;
	padding: 0 0 0 75px;
}

.split-cont3 .box .right-cl .article .aside p {
	font-weight: 500;
}

.split-cont3 .box .right-cl .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 48rem) {
.split-cont3 {
	padding: 50px 0;
}

.split-cont3 .box .left-cl {
	width: 42.50%;
}

.split-cont3 .box .left-cl .figure {
	height: 100%;
}

.split-cont3 .box .left-cl .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.split-cont3 .box .right-cl {
	width: 57.50%;
}

.split-cont3 .box .right-cl .inner-cont {
	width: 100%;
	min-height: 510px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont3 {
	padding: 60px 0;
}

.split-cont3 .box .right-cl .inner-cont {
	padding: 40px 60px;
}

.split-cont3 .box .right-cl .article {
	width: 50%;
	padding: 0 16px 16px 16px;
	margin: 0;
}

.split-cont3 .box .right-cl .article-wrap {
	margin: 0 -16px -16px -16px;
}
}


/* Project - Details */
.project-details {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.project-details .box {
	width: 100%;
	float: left;
	background: #FFFCE3;
	border-radius: 3px;
	padding: 40px 20px;
}

.project-details .box .aside {
	width: 100%;
	float: left;
}

.project-details .box .aside h2,
.project-details .box .aside .h2 {
	padding-bottom: 20px;
}

.project-details .box .aside h2:last-child,
.project-details .box .aside .h2:last-child {
	padding-bottom: 0;
}

.project-details .box .aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.project-details .box .aside ul li {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.375rem;
	border-top: 1px solid rgba(0, 8, 88, 0.2);
	padding: 15px 0;
	margin: 0;
}

.project-details .box .aside ul li:before {
	display: none;
}

.project-details .box .aside ul li:last-child {
	padding-bottom: 0;
}

.project-details .box .aside ul li .col-1,
.project-details .box .aside ul li .col-2 {
	width: 100%;
}

.project-details .box .aside ul li .col-1 {
	font-weight: 500;
	padding: 0 0 5px 0;
}

.project-details .box .aside ul li .col-1:last-child {
	padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.project-details {
	padding: 50px 0;
}

.project-details .box {
	padding: 40px 40px;
}

.project-details .box .aside {
	max-width: 600px;
}

.project-details .box .aside ul li .col-1,
.project-details .box .aside ul li .col-2 {
	width: 75%;
	padding: 0 60px 0 0;
}

.project-details .box .aside ul li .col-1 {
	width: 25%;
	padding: 0 20px 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.project-details {
	padding: 60px 0;
}

.project-details .box {
	padding: 40px 80px;
}
}


/* Tools - List */
.tools-list {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.tools-list .article {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.125rem;
	color: #ffffff;
	line-height: 1.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #000955;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
}

.tools-list .article:last-child {
	margin-bottom: 0;
}

.tools-list .article .figure-wrap {
	width: 100%;
}

.tools-list .article .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.tools-list .article .figure img {
	width: 100%;
	border-radius: 0 0 3px 3px;
}

.tools-list .article .aside {
	width: 100%;
}

.tools-list .article .aside h2,
.tools-list .article .aside .h2 {
	padding-bottom: 15px;
}

.tools-list .article .aside .sub-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.tools-list .article .aside .sub-title span {
	display: inline;
	border-bottom: 2px solid #ffffff;
}

.tools-list .article .aside .txt-max {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 20px;
}

.tools-list .article-wrap {
	width: 100%;
	float: left;
}

@media print, screen and (min-width: 48rem) {
.tools-list {
	padding: 50px 0;
}

.tools-list .article .figure-wrap {
	width: 30%;
}

.tools-list .article .figure {
	height: 100%;
	border-radius: 0 3px 3px 0;
}

.tools-list .article .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 0 3px 3px 0;
	margin: 0;
}

.tools-list .article .aside {
	width: 70%;
}

.tools-list .article .aside .txt-max {
	min-height: 360px;
	padding: 40px 40px;
}

.tools-list .article .aside .txt {
	width: 100%;
	max-width: 540px;
	float: left;
}
}

@media print, screen and (min-width: 75rem) {
.tools-list {
	padding: 60px 0;
}

.tools-list .article .aside h2,
.tools-list .article .aside .h2 {
	font-size: 2.625rem;
	line-height: 2.875rem;
}

.tools-list .article .aside .txt-max {
	padding: 40px 60px;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.form-block .box {
	width: 100%;
	float: left;
	background: rgba(1, 9, 52, 0.10);
	border-radius: 3px;
	padding: 40px 20px;
}

.form-block .box .aside {
	width: 100%;
	float: left;
}

.form-block .box .aside h2,
.form-block .box .aside .h2 {
	padding-bottom: 15px;
}

.form-block .box .aside ul {
	padding: 0 0 24px 0;
	margin: 0;
}

.form-block .box .aside ul:last-child {
	padding-bottom: 0;
}

.form-block .box .aside ul li {
	padding: 0;
	margin: 0 0 15px 0;
}

.form-block .box .aside ul li:last-child {
	margin-bottom: 0;
}

.form-block .box .aside ul li:before {
	display: none;
}

.form-block .box .aside .sml-txt {
	width: 100%;
	float: left;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-bottom: 15px;
}

.form-block .box .aside .sml-txt:last-child {
	padding-bottom: 0;
}

@media print, screen and (min-width: 48rem) {
.form-block {
	padding: 80px 0;
}

.form-block .box {
	padding: 50px 60px;
}

.form-block .box .aside h2,
.form-block .box .aside .h2 {
	padding-bottom: 25px;
}

.form-block .box .aside .sml-txt {
	max-width: 370px;
}

.form-block .box .aside {
	max-width: 585px;
}
}

@media print, screen and (min-width: 75rem) {
.form-block {
	padding: 100px 0;
}

.form-block .box {
	padding: 50px 80px;
}
}


/* Sub - Title */
.sub-title {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sub-title:last-child {
	margin-bottom: 0;
}


/* Row - Cont */
.row-cont {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.row-cont .aside {
	width: 100%;
	float: left;
}

.row-cont .aside h4,
.row-cont .aside .h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 2rem;
	padding-bottom: 10px;
}

.row-cont .aside .txt-max {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

.row-cont .aside .txt-max:last-child {
	padding-bottom: 0;
}

.row-cont .aside .box {
	width: 100%;
	float: left;
	background: rgba(253, 237, 118, 0.20);
	padding: 40px 20px;
}

@media print, screen and (min-width: 48rem) {
.row-cont {
	padding: 50px 0;
}

.row-cont .aside {
	padding: 0 0 0 40px;
}

.row-cont .aside .txt-max {
	max-width: 720px;
	padding-bottom: 50px;
}

.row-cont.alt .aside .txt-max {
	max-width: 890px;
}

.row-cont .aside .box {
	max-width: 890px;
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.row-cont {
	padding: 60px 0;
}

.row-cont .aside {
	padding: 0 0 0 80px;
}

.row-cont .aside .txt-max {
	padding-bottom: 60px;
}

.row-cont .aside .box {
	padding: 40px 55px;
}
}


/*
 8.) Tools - Page
---------------------------------------- */


/* Main - Heading */
.main-heading {
	width: 100%;
	color: #000B4F;
	background: rgba(0, 8, 88, 0.10);
	overflow: hidden;
	padding: 40px 0;
}

.main-heading h1,
.main-heading .h1 {
	padding-bottom: 20px;
}

.main-heading h1:last-child,
.main-heading .h1:last-child {
	padding-bottom: 0;
}

.main-heading ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.main-heading ul li {
	padding: 0;
	margin: 0 6px 12px 6px;
}

.main-heading ul li:before {
	display: none;
}

.main-heading ul li a {
	float: left;
	font-weight: 500;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.25rem;
	letter-spacing: 0.32px;
	text-decoration: none;
	background: #000955;
	border-radius: 360px;
	padding: 10px 25px;
}

.main-heading ul li a:hover,
.main-heading ul li a:focus {
	color: #ffffff;
	background: #010A32;
}

@media print, screen and (min-width: 48rem) {
.main-heading {
	padding: 50px 0;
}

.main-heading h1,
.main-heading .h1 {
	padding-bottom: 25px;
}
}

@media print, screen and (min-width: 75rem) {
.main-heading {
	padding: 60px 0;
}

.main-heading h1,
.main-heading .h1 {
	padding-bottom: 30px;
}
}


/* CTA - Cont */
.cta-cont2 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 40px 0;
}

.cta-cont2 .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(253, 237, 118, 0.20);
	border-radius: 3px;
	padding: 30px 20px;
}

.cta-cont2 .box .aside {
	width: 100%;
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0 0 30px 0;
}

.cta-cont2 .box .aside:last-child {
	padding-bottom: 0;
}

.cta-cont2 .box .aside .txt-max {
	width: 100%;
	float: left;
}

.cta-cont2 .box .logo {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.cta-cont2 .box .logo img {
	max-height: 70px;
}

@media print, screen and (min-width: 48rem) {
.cta-cont2 {
	text-align: inherit;
	padding: 50px 0;
}

.cta-cont2 .box {
	padding: 30px 40px;
}

.cta-cont2 .box .aside {
	width: 100%;
	padding: 0 231px 0 0;
}

.cta-cont2 .box .logo {
	width: 191px;
	position: relative;
	z-index: 5;
	margin-left: -191px;
}
}

@media print, screen and (min-width: 75rem) {
.cta-cont2 {
	padding: 60px 0;
}

.cta-cont2 .box .aside {
	font-size: 1.75rem;
	line-height: 2.125rem;
}

.cta-cont2 .box .aside .txt-max {
	padding: 0 65px;
}
}


/* Video - Block */
.video-block2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 40px 0;
}

.video-block2 .video {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 3px;
	position: relative;
	margin-bottom: 14px;
}

.video-block2 .video:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(1, 9, 59, 0.20);
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: -1;
}

.video-block2 .video:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(1, 9, 59, 0.20);
	border-radius: 3px;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: -1;
}

.video-block2 .video img {
	width: 100%;
}

@media print, screen and (min-width: 48rem) {
.video-block2 {
	padding: 50px 0;
}

.video-block2 .video {
	width: 60.60%;
	margin-bottom: 20px;
}

.video-block2 .video:before {
	top: 10px;
	left: 10px;
}

.video-block2 .video:after {
	top: 20px;
	left: 20px;
}
}

@media print, screen and (min-width: 75rem) {
.video-block2 {
	padding: 60px 0;
}

.video-block2 .video {
	margin-bottom: 28px;
}

.video-block2 .video:before {
	top: 14px;
	left: 14px;
}

.video-block2 .video:after {
	top: 28px;
	left: 28px;
}
}


/* Split - Cont2 */
.split-cont2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.split-cont2 .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(204, 205, 222, 0.20);
	border-radius: 3px;
}

.split-cont2 .box .figure-wrap {
	width: 100%;
}

.split-cont2 .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
}

.split-cont2 .box .figure img {
	width: 100%;
	vertical-align: top;
}

.split-cont2 .box .aside {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
}

.split-cont2 .box .aside .logo {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0, 9, 85, 0.2);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.split-cont2 .box .aside .logo img {
	max-height: 118px;
}

.split-cont2 .box .aside .txt-max {
	width: 100%;
	float: left;
	padding: 40px 20px;
}

.split-cont2 .box .aside .txt {
	width: 100%;
	float: left;
}

.split-cont2 .box .aside .readmore {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-cont2 .box .aside .readmore a {
	color: #415825;
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	position: relative;
}

.split-cont2 .box .aside .readmore a:hover,
.split-cont2 .box .aside .readmore a:focus {
	color: #000955;
}

@media print, screen and (min-width: 48rem) {
.split-cont2 {
	padding: 50px 0;
}

.split-cont2 .box .figure-wrap {
	width: 42.50%;
}

.split-cont2 .box .figure {
	height: 100%;
}

.split-cont2 .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.split-cont2 .box .aside {
	width: 57.50%;
}

.split-cont2 .box .aside .txt-max {
	width: 100%;
	min-height: 510px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 40px;
}
}

@media print, screen and (min-width: 75rem) {
.split-cont2 {
	padding: 60px 0;
}

.split-cont2 .box .aside .txt-max {
	width: 100%;
	padding: 40px 80px;
}
}


/* Banner - Tools */
.banner-tools {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #010858;
	margin-bottom: 40px;
	padding: 0 0 0 30px;
}

.banner-tools .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-tools .box .figure-wrap {
	width: 100%;
	border-radius: 0 0 0 42px;
	margin: 0 0 -40px 0;
}

.banner-tools .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 0 0 0 42px;
	position: relative;
	overflow: hidden;
}

.banner-tools .box .figure img {
	width: 100%;
	border-radius: 0 0 0 42px;
	vertical-align: top;
}

.banner-tools .box .aside {
	width: 100%;
	padding: 40px 30px 40px 0;
}

.banner-tools .box .aside h1,
.banner-tools .box .aside .h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}

.banner-tools .box .aside h1:last-child,
.banner-tools .box .aside .h1:last-child {
	padding-bottom: 0;
}

.banner-tools .box .aside .txt-max {
	width: 100%;
	float: left;
}

.banner-tools .box .aside .txt {
	width: 100%;
	float: left;
}

.banner-tools .box .aside .breadcrumbs {
	width: 100%;
	float: left;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 20px;
}

.banner-tools .box .aside .breadcrumbs p {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px -10px -5px
}

.banner-tools .box .aside .breadcrumbs p a {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	margin: 0 5px 10px 5px;
}

.banner-tools .box .aside .breadcrumbs p a:hover,
.banner-tools .box .aside .breadcrumbs p a:focus {
	color: rgba(255, 255, 255, 0.6);
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 48rem) {
.banner-tools {
	padding: 0;
}

.banner-tools .box .figure-wrap {
	width: 50%;
}

.banner-tools .box .figure {
	height: 100%;
}

.banner-tools .box .figure img {
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.banner-tools .box .aside {
	width: 50%;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 0 0 0 40px;
}

.banner-tools .box .aside .txt-max {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	padding: 40px 0;
}

.banner-tools .box .aside .txt-max .txt {
	width: 100%;
	max-width: 600px;
	float: right;
	padding: 0 40px 0 0;
}
}

@media print, screen and (min-width: 75rem) {
.banner-tools .box .aside .txt-max .txt {
	padding: 0 20% 0 0;
}

.banner-tools .box .aside .txt-max {
	min-height: 700px;
}

.banner-tools .box .aside h1,
.banner-tools .box .aside .h1 {
	font-size: 3.75rem;
	line-height: 3.875rem;
}
}


/* Feature - Box */
.feature-box2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.feature-box2 h4,
.feature-box2 .h4 {
	font-size: 1.375rem;
	line-height: 2rem;
	padding-bottom: 20px;
}

.feature-box2 h4:last-child,
.feature-box2 .h4:last-child {
	padding-bottom: 0;
}

.feature-box2 .box {
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
	background: #fce2d5;
}

.feature-box2 .box h3,
.feature-box2 .box .h3 {
	width: 100%;
	float: left;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 2rem;
	letter-spacing: 0.48px;
	text-align: center;
	background: #8C7879;
	border-bottom: 4px solid #ffffff;
	padding: 15px 20px;
}

.feature-box2 .box .aside {
	width: 100%;
	float: left;
	padding: 30px 30px;
}

.feature-box2 .box .aside ul {
	padding: 0;
	margin: 0;
}

.feature-box2 .box .aside ul li {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 0 0 5px 16px;
	margin: 0;
}

.feature-box2 .box .aside ul li:before {
	width: 6px;
	height: 6px;
	top: 7px;
}

.feature-box2 .grid-margin-y {
	margin-top: -0.125rem;
	margin-bottom: -0.125rem;
}

.feature-box2 .grid-margin-y>.cell {
	margin-top: 0.125rem;
	margin-bottom: 0.125rem;
}

@media print, screen and (min-width: 48rem) {
.feature-box2 {
	padding: 50px 0;
}

.feature-box2 .grid-x {
	justify-content: center;
}

.feature-box2 .grid-margin-x>.cell {
	width: calc(50% - 0.25rem);
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}

.feature-box2 .grid-margin-x {
	margin-right: -0.125rem;
	margin-left: -0.125rem;
}
}

@media print, screen and (min-width: 75rem) {
.feature-box2 {
	padding: 60px 0;
}

.feature-box2 .grid-margin-x>.cell {
	width: calc(25% - 0.25rem);
}
}


/* Team - List2 */
.team-list2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 60px 0;
}

.team-list2 .article {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	background: rgba(0, 6, 91, 0.10);
	position: relative;
	z-index: 10;
	padding: 0 20px;
	margin: 60px 0 61px 0;
}

.team-list2 .article .figure-wrap {
	width: 120px;
	float: left;
	position: relative;
	margin: -60px 0 20px 0;
}

.team-list2 .article .figure {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 360px;
	position: relative;
}

.team-list2 .article .figure img {
	width: 100%;
	border-radius: 360px;
}

.team-list2 .article .figure .linkedin {
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 10;
}

.team-list2 .article .figure .linkedin a {
	width: 32px;
	height: 32px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #0077B5;
	line-height: 1.375rem;
	text-decoration: none;
	background: #ffffff;
	border: 3px solid #0077B5;
	border-radius: 360px;
}

.team-list2 .article .aside {
	width: 100%;
	text-align: center;
}

.team-list2 .article .aside h2,
.team-list2 .article .aside .h2 {
	padding: 0 0 5px 0;
}

.team-list2 .article .aside h2:last-child,
.team-list2 .article .aside .h2:last-child {
	padding-bottom: 0;
}

.team-list2 .article .aside p {
	padding-bottom: 15px;
}

.team-list2 .article .aside p:last-child {
	padding-bottom: 0;
}

.team-list2 .article .aside .button-out {
	padding: 10px 0 0 0;
	margin: 0 0 -21px 0;
}

.team-list2 .article .aside .accord-out {
	width: 100%;
	float: left;
}

.team-list2 .article .aside .accord-team-link {
	width: 100%;
	float: left;
}

.team-list2 .article .aside .accord-team-link.active {
	display: none;
}

.team-list2 .article .aside .accord-team-cont {
	width: 100%;
	float: left;
	display: none;
	padding: 0 0 30px 0;
}

.team-list2 .article-wrap {
	width: 100%;
	float: left;
}

.team-list2.gray-bg {
	background: rgba(229, 229, 238, 0.40);
}


@media print, screen and (min-width: 48rem) {
.team-list2 {
	padding: 60px 0 80px 0;
}

.team-list2 h2,
.team-list2 .h2 {
	padding: 0 0 35px 40px;
}

.team-list2 .article {
	justify-content: inherit;
	padding: 30px 30px 0 0;
	margin: 0 0 90px 0;
}

.team-list2 .article:last-child {
	margin-bottom: 27px;
}

.team-list2 .article .figure-wrap {
	width: 160px;
	margin: 0 -120px 0 -40px;
}

.team-list2 .article .figure .linkedin {
	width: 46px;
	height: 46px;
	right: 15px;
}

.team-list2 .article .figure .linkedin a {
	width: 46px;
	height: 46px;
	font-size: 1.25rem;
	border-width: 5px;
}

.team-list2 .article .aside {
	text-align: inherit;
	padding: 50px 0 0 155px;
}

.team-list2 .article .aside .button-out {
	margin: 0 0 -27px 0;
}

.team-list2 .article-wrap {
	padding: 0 0 0 40px;
}
}

@media print, screen and (min-width: 75rem) {
.team-list2 {
	padding: 70px 0 100px 0;
}

.team-list2 h2,
.team-list2 .h2 {
	padding: 0 0 35px 80px;
}

.team-list2 .article .figure-wrap {
	width: 200px;
	margin: 0 -120px 0 -80px;
}

.team-list2 .article-wrap {
	padding: 0 0 0 80px;
}
}

/* Feature - List */
.feature-list {
	width: 100%;
	background: rgba(229, 229, 238, 0.40);
	border-radius: 3px;
	overflow: hidden;
	padding: 60px 0;
}

.feature-list h2,
.feature-list .h2 {
	text-align: center;
	padding-bottom: 30px;
}

.feature-list h2:last-child,
.feature-list .h2:last-child {
	padding-bottom: 0;
}

.feature-list .box {
	width: 100%;
	height: 100%;
	float: left;
	color: #ffffff;
	text-decoration: none;
	background: #000955;
}

.feature-list .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.feature-list .box .figure img {
	width: 100%;
}

.feature-list .box .figure:last-child {
	margin-bottom: 0;
}

.feature-list .box .aside {
	width: 100%;
	float: left;
	padding: 30px 30px;
}

.feature-list .box .aside h2,
.feature-list .box .aside .h2 {
	text-align: left;
}

.feature-list .grid-x {
	padding-bottom: 40px;
}

.feature-list .grid-x:last-child {
	padding-bottom: 0;
}

.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;
}

.feature-list .button-out {
	text-align: center;
}

@media print, screen and (min-width: 48rem) {
.feature-list {
	padding: 80px 0;
}

.feature-list .box .aside {
	padding: 30px 40px 40px 40px;
}

.feature-list .grid-x {
	justify-content: center;
	padding: 0 0 45px 0;
}

.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;
}
}

@media print, screen and (min-width: 75rem) {
.feature-list {
	padding: 100px 0;
}

.feature-list .box .aside {
	padding: 30px 50px 50px 50px;
}

.feature-list .grid-margin-x>.cell {
	width: calc(33.33% - 1.875rem);
}
}


/* Site - Cores */

/* Text - Colors */
.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.blue {
	color: #364090 !important;
}

.dark-blue {
	color: #000955 !important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}