/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: "Futura PT";
	src: url("fonts/FuturaPT-Book.woff") format("woff"),
		url("fonts/FuturaPT-Book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Futura PT";
	src: url("fonts/FuturaPT-Medium.woff") format("woff"),
		url("fonts/FuturaPT-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Futura Std";
	src: url("fonts/FuturaStd-Book.woff") format("woff"),
		url("fonts/FuturaStd-Book.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Futura Std";
	src: url("fonts/FuturaStd-Light.woff") format("woff"),
		url("fonts/FuturaStd-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Futura Std";
	src: url("fonts/FuturaStd-Medium.woff") format("woff"),
		url("fonts/FuturaStd-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Lato', Arial, Helvetica,sans-serif; color: #5F6365; }

/* ------------------------------------------------------------ *\
	Wrapper Alt
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
	.wrapper--alt { padding-top: 0; }
}

@media (max-width: 1023px) {
	.wrapper--alt { padding-top: 0; }
}


/* ------------------------------------------------------------ *\
	shell
\* ------------------------------------------------------------ */
.shell { margin-left: auto;	margin-right: auto; width: 100%; max-width: 1278px; padding-left: 40px;	padding-right: 40px; }

@media(max-width: 767px) {
	.shell { padding-left: 20px; padding-right: 20px; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo-alt { display: inline-block; vertical-align: middle; width: 162px; height: 95px; }
.logo-alt svg { display: block; width: 100%; height: 100%; }

@media(max-width: 767px) {
	.logo-alt { width: 113px; height: 67px; }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class*='ico-'] { display: inline-block; vertical-align: middle; }
[class*='ico-'] img,
[class*='ico-'] svg { display: block; width: 100%; height: 100%; }

.ico-download { width: 20px; height: 20px; }

.ico-expand { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #09c; position: relative; transition: background-color .3s; }
.ico-expand span { width: 13px; height: 2px; background-color: #09c; display: inline-block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transition: transform .3s, background .3s; }
.ico-expand span:last-child { transform: rotate(-90deg); }

.ico-arrow-down { width: 20px; height: 20px; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

/* button red */

.btn-red { background-image: linear-gradient(to right, #ff1940 0%, #c8102e 100%); font-size: 21px; font-weight: 500; height: auto; padding: 14px 30px; line-height: 1.2; transition: background .3s; border-radius: 42px; }
.btn-red:hover { background-image: linear-gradient(to right,  #ff1940 0% ,#ff1940 100%); }
.btn-red span { display: inline-block; margin-top: -4px; }
.btn-red i { margin-right: 4px; margin-top: -6px; }

.btn-block { width: 100%; display: block; }

@media (max-width: 767px) {
	.btn-red { font-size: 18px; }
}

/* button grey */

.btn-grey { background-color: #f2f2f0; height: 50px; border-radius: 5px; padding: 0 20px; color: #09c; font: 700 16px/50px 'Lato', sans-serif; transition: background .3s, color .3s; }
.btn-grey:hover { background-color: #5f6365; color: #fff; }

/* ------------------------------------------------------------ *\
	header
\* ------------------------------------------------------------ */
.header-alt { padding: 6px 0 19px; }

.header-alt .logo-alt { font-size: 0; display: inline-block; vertical-align: top; }

.header-alt h1 { position: relative; margin-top: 34px; margin-left: 42px; padding-left: 44px; letter-spacing: 0.005em; font-family: 'Futura PT', sans-serif; color: #54585a; font-style: normal; font-weight: 400; font-size: 24px; line-height: 1.29; display: inline-block;vertical-align: top; }

.header-alt h1:before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 32px; background-color: #979797;}

@media(max-width: 1023px) {
	.header-alt .logo { margin-left: 0; }
}

@media(max-width: 767px) {
	.header-alt h1 { margin-left: 10px; padding-left: 10px; font-size: 18px; margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
	hero
\* ------------------------------------------------------------ */

.hero { padding-top: 152px; padding-bottom: 133px; background-color: #F2F2F0; background-size: cover; background-position: center center; background-repeat: no-repeat;  }

.hero h2 { margin-bottom: 4px; font-family: "Futura Std", sans-serif; color: #090909; font-weight: 500; font-size: 58px; line-height: 1.17; }

.hero h3 { margin-bottom: 0; font-family: 'Futura Std', sans-serif; font-weight: 300; font-style: normal; font-size: 42px; line-height: 1; color: #c8102e; letter-spacing: 0.002em; }

@media(max-width: 1023px) {
	.hero { padding: 92px 0; }
	.hero h2 { max-width: 56%; }
}

@media(max-width: 767px) {
	.hero { padding: 20px 100px 20px 0; background-position: center center; }
	.hero h2 { font-size: 32px; max-width: 100%; }
	.hero h3 { font-size: 25px; }
}

/* ------------------------------------------------------------ *\
	section
\* ------------------------------------------------------------ */
.section { padding: 60px 0; }

/*  section--about  */
.section--about { padding-top: 70px; padding-bottom: 17px; }

.section--about h2 { font-family: 'Futura Std', sans-serif; font-size: 46px; line-height: 54px; color: #39617A; font-weight: 500; margin-bottom: 51px; }

.section--about .section__body { display: flex; justify-content: space-between; flex-wrap: wrap; }

.section--about .section__aside { width: 100%; max-width: 43%; flex: 0 1 43%; max-height: 100%; background-color: #f2f2f0; padding: 44px 40px; font: 400 21px/1.52 'Futura Std', sans-serif; color: #39617a;  letter-spacing: .001em; }
.section--about .section__main { width: 100%; max-width: 52%; flex: 0 1 52%; max-height: 100%; font-size: 18px; font-family: 'Lato', sans-serif; line-height: 1.56; color: #5f6365; }
.section--about .section__main .btn { margin: 8px 0 34px;}

@media(max-width: 1023px) {
	.section--about { padding: 49px 0 17px; }
	.section--about h2 { font-size: 37px; margin-bottom: 21px; }
	.section--about .section__body { align-items: flex-start; }
	.section--about .section__aside { padding: 20px; font-size: 19px; }
}

@media(max-width: 767px) {
	.section--about { padding: 20px 0 17px; }
	.section--about h2 { font-size: 28px; line-height: 1.3; }
	.section--about .section__main,
	.section--about .section__aside { max-width: 100%; flex: 0 1 100%; }
	.section--about .section__aside { font-size: 18px; margin-bottom: 20px; }
	.section--about .section__main { font-size: 16px; }
	.section--about .section__main .btn { margin-bottom: 20px; padding: 0 25px; }
}

/* Section Tiles */

.section--tiles { padding: 60px 0; position: relative; z-index: 2; }
.section--tiles:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 88%; background-color: #f2f2f0; }
.section--tiles .section__shell { position: relative; z-index: 1; }

@media(max-width: 767px) {
	.section--tiles { padding: 20px 0; }
}

/* Section Accordion */

.section--accordion { padding: 38px 0; }
.section--accordion .section__body { display: flex; justify-content: space-between; flex-wrap: wrap; }
.section--accordion .section__aside { max-width: 27%; flex: 0 1 27%; padding-top: 18px; }
.section--accordion .section__content { max-width: 57%; flex: 0 1 57%; }
.section--accordion .section__title { font: 500 36px/1.22 'Futura Std', sans-serif; color: #090909; }

@media(max-width: 1023px) {
	.section--accordion .section__aside { max-width: 40%; flex: 0 1 40%; }
}

@media(max-width: 767px) {
	.section--accordion { padding: 20px 0; }
	.section--accordion .section__content,
	.section--accordion .section__aside { max-width: 100%; flex: 0 1 100%; }
	.section--accordion .section__aside { padding-top: 0; }
	.section--accordion .section__title { font-size: 28px; }
}

/* Section Form */

.section--form { padding: 60px 0 60px; position: relative; z-index: 1; }
.section--form:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 89%; background-color: #f2f2f0; }
.section--form .section__shell { position: relative; z-index: 2; }

@media(max-width: 767px) {
	.section--form { padding: 19px 0 20px; }
}

/* ------------------------------------------------------------ *\
	Section Footer
\* ------------------------------------------------------------ */

.section-footer { padding: 60px 0; }
.section-footer .section__body { display: flex; padding-bottom: 60px; border-bottom: 1px solid #d4d5d6; }
.section-footer .section__aside { max-width: 33%; flex: 0 1 33%; }
.section-footer .section__content { max-width: 50%; flex: 0 1 50%; margin-left: 123px; color: #5f6365; font-size: 16px; font-weight: 400; line-height: 1.63; }
.section-footer .section__outer { max-width: 618px; margin: auto; text-align: center; font-size: 14px; color: #54585a; line-height: 1.71; padding-top: 60px; }
.section-footer .section__outer a { text-decoration: underline; color: #54585a; }
.section-footer .section__logo { width: 199px; height: 118px; display: block; margin: auto; font-size: 0; }
.section-footer .section__logo svg { display: block; width: 100%; height: 100%; }
.section-footer .btn { margin-top: 6px; }
.section-footer .btn + .btn { margin-left: 16px; }

@media(max-width: 767px) {
	.section-footer { padding: 20px 0; }
	.section-footer .section__body { flex-wrap: wrap; padding-bottom: 20px; }
	.section-footer .section__content { margin-left: 0; max-width: 100%; flex: 0 1 100%; margin-top: 20px; }
	.section-footer .section__aside { max-width: 100%; flex: 0 1 100%; }
	.section-footer .section__logo { width: 139px; height: 83px; }
	.section-footer .section__outer { padding-top: 20px; }
	.section-footer .btn { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */

.tiles .tiles__items { display: flex; justify-content: space-between; flex-wrap: wrap; justify-content: center; }

.tiles .tiles__item { max-width: 100%; flex: 1; padding-right: 30px; }
.tiles .tiles__item:last-child { padding-right: 0; }

.tile { border-radius: 20px; width: 100%; height: 100%;  background-color: #fff; overflow: hidden; }
.tile .tile__body { width: 100%; padding: 27px 30px 39px; }

.tile .tile__image { width: 100%; padding-bottom: 59%; background-size: cover; background-position: center center; background-repeat: no-repeat; border-bottom: 3px solid #c8102e; position: relative; }

.tile .tile__title { font: 500 32px/1.25 'Futura Std', sans-serif; color: #39617a; }

.tile .tile__subtitle { font: 500 22px/1.27 'Futura Std', sans-serif; color: #09c; margin-top: 12px; }

.tile .tile__actions { margin-top: 27px;  }

.tile .tile__entry { font-size: 16px; line-height: 1.63; margin-top: 30px; color: #54585a; }

@media(max-width: 1275px) {
	.tile .btn { padding: 13px 28px; height: auto; line-height: 1.33; }
}

@media(max-width: 1199px)  {
	.tile .btn { font-size: 16px; }
	.tiles .tiles__item { padding-right: 20px; }

}

@media(max-width: 1023px)  {
	.tiles .tiles__item { flex: 0 0 50%; max-width: 50%; padding-bottom: 20px; }
}
	@media(max-width: 959px)  {
	.tiles .tiles__items { margin-bottom: -20px; }
	.tiles .tiles__item { flex: 0 0 100%; max-width: 100%; padding-bottom: 20px; }

	.tile .tile__body { height: auto !important; }
}

@media(max-width: 767px) {
	.tile .tile__body { padding: 15px;  }
	.tile .tile__title { font-size: 22px; }
	.tile .tile__subtitle { font-size: 19px; }
	.tile .tile__actions { margin-top: 18px; }
	.tile .btn { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

.accordion-landing .accordion__head { padding: 28px 0 21px; border-bottom: 1px solid rgba(84, 88, 90, 0.25); position: relative; cursor: pointer; }
.accordion-landing .accordion__icon { position: absolute; right: 1px; top: 52%; transform: translateY(-50%);  }
.accordion-landing .accordion__head h3 { font: 500 20px/1.2 'Futura Std', sans-serif; margin-bottom: 0; color: #39617a; }

.accordion-landing .accordion__body { max-width: 622px; font-size: 16px; line-height: 1.63; color: #54585a; padding: 10px 0; }
.accordion-landing .accordion__body .btn { margin: -4px 0 19px; }

.accordion-landing .accordion__section.is-current .accordion__head { border-bottom: none; }
.accordion-landing .accordion__section.is-current .ico-expand { background-color: #09c; }
.accordion-landing .accordion__section.is-current .ico-expand span { background-color: #fff; }
.accordion-landing .accordion__section.is-current .ico-expand span:last-child { transform: rotate(0); }

@media(max-width: 767px) {
	.accordion-landing .accordion__head h3 { font-size: 19px; }
	.accordion-landing .accordion__body .btn { font-size: 18px; padding: 0 28px;  }
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form { max-width: 580px; box-shadow: 0 0 16px rgba(84, 88, 90, 0.25); margin: auto; border-radius: 20px; }
.form .form__head { position: relative; background-color: #39617a; text-align: center; padding: 29px 20px 14px; border-radius: 20px 20px 0 0; }
.form .form__title { font: 500 36px/1.33 'Futura Std', sans-serif; color: #fff; }
.form .form__icon { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); background-color: #39617a; width: 44px; height: 44px; border-radius: 50%; }
.form .form__icon i { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.form .form__body { border-radius: 0 0 20px 20px; background-color: #fff; }

.form .gform_heading { display: none; }
.form .gform_wrapper { background-color: transparent; box-shadow: none; border: none; }
.form .gform_wrapper .gform_body { padding: 28px 39px;  }
.form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { text-transform: capitalize; margin-bottom: 0; }

.form .gform_wrapper ul li.gfield { margin-top: 19px; }
.form .gform_wrapper .top_label div.ginput_container { margin-top: 6px; }
.form .gform_wrapper .gform_footer { text-align: center; }

.form .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] { height: 50px; line-height: 50px; }

@media(max-width: 767px) {
	.form .form__title { font-size: 26px; }
	.form .form__head { padding: 15px 20px; }
	.form .gform_wrapper .gform_body { padding: 15px; }
	.form div.ginput_container_name span { width: 100%; }
	.form .gform_wrapper .gform_footer { padding: 0 15px 15px; }
	.form .gform_wrapper .gform_footer input.button, 
	.form .gform_wrapper .gform_footer input[type=submit] { padding: 0 10px; font-size: 18px;  }
}
