/**
 * Styles / Home
 */

/*------------------------------------*\
    Hero
\*------------------------------------*/

.hero {
	height: 734px;
	padding-top: 136px;
	background-image: url(../images/hero-1.jpg);
	background-size: cover;
	background-position: center;
}

.hero .headline {
	position: relative;
	padding-bottom: 68px;
}

.hero .headline h1 {
	margin: 0 0 65px;
	font-size: 37px;
	letter-spacing: -1.3px;
	color: #fff;
	text-align: center;
}

.hero .headline b {
	font-weight: 700;
}

.hero .headline h2 {
	margin: 0 0 15px;
	font-family: 'Lato';
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -2.9px;
	color: #fff;
	text-align: center;
}

.hero .headline .state {
	font-style: normal;
}

.hero .headline p {
	margin: 0 0 20px;
	font-size: 37px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
}

.hero .buttons {
	padding-top: 8px;
	text-align: center;
}

.hero .buttons a {
	height: 55px;
	padding: 0 36px 0 41px;
}

.hero .buttons a + a {
	margin-left: 5px;
}

.hero .buttons a + a .fa {
	margin-left: 30px;
}

.hero .buttons .text {
	font-size: 17px;
}

.hero .buttons .fa {
	position: relative;
	top: -1px;
}

.hero .btn-transparent {
    min-width: 185px;
    height: 39px;
    padding: 0 26px;
}

.hero .btn-scroll-down {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 22px;
	margin: auto;
	background-image: url(../images/icon-arrow-down.png);
	transform: translate( 0, 0 );
}

.hero .btn-scroll-down::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
}

.hero .btn-scroll-down:hover {
    transform: translate( 0, 4px );
}

/*------------------------------------*\
    Our sections
\*------------------------------------*/

.our-sections .section {
	position: relative;
	padding: 0 33px;
}

.our-sections .wrap {
	padding: 0 33px;
}

.our-sections .row {
	margin-right: -33px;
	margin-left: -33px;
}

.our-sections .col-6 {
	padding: 58px 33px 40px;
}

.our-sections .image {
	position: static;
	min-height: 300px;
	float: left;
}

.our-sections .bg {
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.our-sections .content {
	float: right;
}

.our-sections .section + .section .row > div:first-child::after {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	right: -25px;
	bottom: 0;
	width: 25px;
	height: 50px;
	margin: auto;
	background-image: url(../images/icon-arrow-right.png);
}

.our-sections figure {
	position: relative;
	height: 80px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.our-sections .section + .section .row > div:first-child figure {
	margin-top: 48px;	
}

.our-sections figure img {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.our-sections h3 {
	margin: 0;
	padding-bottom: 7px;
	font-size: 28px;
	color: #349dce;
}

.our-sections .section + .section .row > div:first-child h3 {
	margin-bottom: 13px;
}

.our-sections p {
	margin: 0 0 17px;
	font-size: 15px;
	line-height: 24px;
	color: #424242;
}

.our-sections .section + .section .row > div:first-child p {
	max-width: 520px;
	margin: 0 auto 17px;
}

.our-sections .button {
	padding-top: 14px;
}

.our-sections .btn {
	position: relative;
	z-index: 6;
	margin-bottom: 20px;
	padding: 0 25px 0 30px;
}

.our-sections .faq {
	position: static;
}

.our-sections .faq::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	height: inherit;
	background-color: #e9eef3;
}

.our-sections #accordion {
	position: relative;
	z-index: 2;
	padding-left: 35px;
}

.our-sections .accordion-toggle {
	position: relative;
	padding: 8px 0 9px 35px;
	font-size: 19px;
	font-weight: 700;
	color: #349dce;
}

.our-sections .accordion-toggle::before {
	content: '\f105';
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #349dce;
}

.our-sections .accordion-toggle.active::before {
	transform: rotate(90deg);
}

.our-sections .accordion-content {
	padding-left: 35px;
}

.our-sections .accordion-content p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #424242;
}

.our-sections .accordion-content a {
	font-weight: 600;
	color: #e47931;
}

/*------------------------------------*\
    Our press
\*------------------------------------*/

.our-press {
	position: relative;
	padding: 137px 0 125px;
	background-image: url(../images/bg-1.jpg);
	background-size: cover;
}

.our-press h2 {
	font-family: 'Lato';
	font-size: 45px;
	font-weight: 300;
	letter-spacing: -1.7px;
	color: #fff;
	text-align: center;
}

.our-press .btn-scroll-down {
	position: absolute;
	right: 0;
	bottom: 70px;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 22px;
	margin: auto;
	background-image: url(../images/icon-arrow-down.png);
	transform: translate( 0, 0 );
}

.our-press .btn-scroll-down::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
}

.our-press .btn-scroll-down:hover {
    transform: translate( 0, 4px );
}

/*------------------------------------*\
    About ATM
\*------------------------------------*/

.about-atm {
	padding: 194px 0 78px;
}

.about-atm .container {
	position: relative;
}

.about-atm .col-6 {
	position: static;
	padding-top: 40px;
	padding-bottom: 51px;
}

.about-atm .col-6::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	height: inherit;
	background-color: #349dce;
}

.about-atm .col-6:first-child::after {
	right: 50%;
	left: 0;
	background-color: #e47931;
	border-right: 1px solid #fff;
}

.about-atm .inner {
	position: relative;
	z-index: 2;
	padding-left: 190px;
}

.about-atm .inner p {
	margin: 0 0 27px;
	padding: 0;
	font-family: 'Lato';
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -.8px;
	color: #fff;
}

.about-atm .inner p:first-of-type {
	margin: 0 0 12px;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -.4px;
	text-transform: uppercase;
}

.about-atm .inner img {
	position: absolute;
	top: -100%;
	left: 50px;
	margin-top: -55px;
}

.about-atm .btn-small {
	padding: 0 17px 0 21px;
}

.about-atm .btn-small .fa {
	margin-left: 25px;
}