/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Old IE fallback --------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Footer -----------------------------------
	         Small Desktop ----------------------------
	         Tablet -----------------------------------
	         Mobile -----------------------------------
	     03. Header -----------------------------------
	         Mobile -----------------------------------
	     04. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article ----------------------------------
	         Article Reversed -------------------------
	         Small Desktop ----------------------------
	         Tablet -----------------------------------
	         Mobile -----------------------------------
	     02. Banner -----------------------------------
	         Small Desktop ----------------------------
	     03. Banner Logo ------------------------------
	         Mobile -----------------------------------
	     04. Button -----------------------------------
	         Button Block -----------------------------
	         Small Desktop ----------------------------
	     05. Form Elements ----------------------------
	     06. Intro ------------------------------------
	         Tablet -----------------------------------
	         Mobile -----------------------------------
	     07. List -------------------------------------
	     08. List Ticks -------------------------------
	         List Ticks Secondary ---------------------
	         List Ticks Reversed ----------------------
	         Small Desktop ----------------------------
	         Tablet -----------------------------------
	         Mobile -----------------------------------
	     09. Logo -------------------------------------
	     10. Nav --------------------------------------
	     11. Section ----------------------------------
	         Section Solid ----------------------------
	         Section Secondary ------------------------
	         Small Desktop ----------------------------
	         Section Secondary ------------------------
	         Tablet -----------------------------------
	         Section Secondary ------------------------
	         Mobile -----------------------------------
	         Section Secondary ------------------------
	     12. Widget -----------------------------------
 */

.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Fira Sans', sans-serif; font-size: 18px; line-height: 1.33; color: #333; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-top: 0; margin-bottom: 0.665em; }
h1 { font-size: 36px; line-height: 1.22; font-weight: 400; }
h2 { font-size: 30px; line-height: 1.14; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.1; letter-spacing: -.014em; }
h4 { margin-bottom: 10px; font-size: 24px; line-height: 1; font-weight: 400; }
h5 { font-size: 16px; line-height: 1.1; }
h6 { font-size: 14px; line-height: 1.1; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.33em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
sup { font-size: 18px; line-height: .6; top: .09em; }
/* Small Desktop */
@media (max-width: 1200px) {
 	body { font-size: 14px; line-height: 1.28; }

	h3 { font-size: 16px; }
	h4 { margin-bottom: 8px; font-size: 16px; }

	sup { font-size: 14px; top: .02em; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	h4 { margin-bottom: 7px; }
}
/* Mobile */
@media (max-width: 767px) {
	h1 { font-size: 30px; line-height: 1.24; }
	h4 { margin-bottom: 7px; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
	font-family: 'Fira Sans';
	src: url('./fonts/FiraSans-Regular.eot');
	src: url('./fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/FiraSans-Regular.woff') format('woff'),
		url('./fonts/FiraSans-Regular.ttf') format('truetype'),
		url('./fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('./fonts/HelveticaNeueLTStd-Md.eot');
	src: url('./fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
		url('./fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
		url('./fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'),
		url('./fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('./fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('./fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('./fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('./fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
		url('./fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('./fonts/HelveticaNeueLTStd-Lt.eot');
	src: url('./fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
		url('./fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
		url('./fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
		url('./fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('./fonts/HelveticaNeueLTStd-Roman.eot');
	src: url('./fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('./fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
		url('./fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
		url('./fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
	font-weight: 400;
	font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  Old IE fallback  */
.browsehappy { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; margin: 0; padding-top: 50px; background: #e0e0e0; text-align: center; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
@media (min-width: 1201px) {
	.container { width: 1165px; }
}
@media (max-width: 1023px) {
	.container { width: 936px; }
}
@media (max-width: 991px) {
	.container { width: 754px; }
}
@media (max-width: 767px) {
	.container { width: 100%; padding-left: 5px; padding-right: 5px; }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 30px 0 34px; background: #fff; text-align: center; font-size: 12px; color: #000; }
.footer .footer__nav { padding: 10px 0; }
.footer .footer__nav ul { list-style-type: none; font-size: 0; line-height: 0; margin: 0 -13px; }
.footer .footer__nav li { display: inline-block; vertical-align: middle; padding: 0 13px; font-size: 12px; line-height: 1; color: #000; font-weight: 700; }
.footer .footer__nav a { color: inherit; text-decoration: none; }
.footer .copyright { position: relative; display: inline-block; padding-top: 5px; font-weight: 300; }
.footer .copyright:after { content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 1px; background: #000; }
/* Small Desktop */
@media (max-width: 1200px) {
	.footer { padding: 24px 0 45px; }
}
/* Tablet */
@media (max-width: 1023px) {
	.footer { padding: 20px 0 40px; }
}
/* Mobile */
@media (max-width: 767px) {
	.footer { padding: 7px 0 16px; font-size: 10px; }

	.footer .footer__nav { padding: 10px 0 15px; }

	.footer .copyright { padding-top: 15px; }
	.footer .copyright:after { left: 0; right: 0; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; padding: 15px 0 20px; background: rgba(255,255,255,.5); }
.header .logo { margin-left: -2px; }
@media (max-width: 1023px) {
	.header { padding: 18px 0 22px; }
}
/* Mobile */
@media (max-width: 767px) {
	.header { padding: 20px 5px 22px; }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { position: relative; overflow-x: hidden; min-height: 100vh; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.articles .article { padding: 20px 0 51px; }
.article { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-align: start; align-items: flex-start; text-align: left; }
.article .article__image { -ms-flex-order: 1; order: 1; max-width: 100%; -ms-flex: 1; flex: 1; }
.article .article__image-holder { height: 304px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.article .article__inner { -ms-flex-order: 2; order: 2; max-width: 100%; -ms-flex: 1; flex: 1; padding: 30px 100px 0 15px; }
.article .article__head { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: start; align-items: flex-start; }
.article .article__icon { -ms-flex: 0 1 30px; flex: 0 1 30px; max-width: 30px; font-size: 32px; }
.article .article__title { -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; padding-top: 10px; margin: 0; font-size: 40px; font-weight: 400; }
.article .article__subtitle { -ms-flex: 0 1 calc(100% - 30px); flex: 0 1 calc(100% - 30px); max-width: calc(100% - 30px); padding-top: 5px; margin: 0; line-height: 1; letter-spacing: -.002em; }
.article .article__body { position: relative; -ms-flex-order: 3; order: 3; padding-top: 25px; }
/*  Article Reversed  */
.article--reversed { -ms-flex-align: end; -ms-grid-row-align: flex-end; align-items: flex-end; text-align: right; }
.article--reversed .article__head { text-align: right; -ms-flex-pack: end; justify-content: flex-end; }
.article--reversed .article__icon { -ms-flex-order: 1; order: 1; }
.article--reversed .article__title { -ms-flex-order: 3; order: 3; }
.article--reversed .article__subtitle { -ms-flex-order: 2; order: 2; -ms-flex: 0 1 calc(100% - 167px); flex: 0 1 calc(100% - 167px); max-width: calc(100% - 167px); }
.article--reversed .article__inner { -ms-flex-order: 1; order: 1; padding: 0 15px 40px 150px; }
.article--reversed .article__image { -ms-flex-order: 2; order: 2; }
/* Small Desktop */
@media (max-width: 1200px) {
	.articles .article { padding: 20px 0 25px; }

	.article .article__image { padding-right: 10px; }
	.article .article__image-holder { height: 252px; }

	.article .article__inner { padding: 25px 190px 0 15px; }
	.article .article__subtitle { padding-top: 11px; }
	.article .article__title { padding-top: 5px; font-size: 30px; }

	.article--reversed .article__inner { padding: 0 15px 30px 150px; }
	.article--reversed .article__image { padding-right: 15px; padding-left: 10px; }
}
/* Tablet */
@media (max-width: 1023px) {
	.articles .article { padding: 20px 0 28px; }

	.article .article__image { padding-right: 10px; padding-left: 11px; }
	.article .article__image-holder { height: 236px; }

	.article .article__inner { padding: 24px 40px 0 10px; }

	.article--reversed .article__inner { padding: 0 15px 30px 0; }
	.article--reversed .article__image { padding-right: 12px; padding-left: 10px; }
	.article--reversed .article__subtitle {  -ms-flex: 0 1 calc(100% - 130px);  flex: 0 1 calc(100% - 130px); max-width: calc(100% - 130px); }
}
/* Mobile */
@media (max-width: 767px) {
	.article .article__inner { -ms-flex-order: 1; order: 1; -ms-flex: auto; flex: auto; padding: 0 15px 31px 15px; text-align: center; }
	.article .article__image { -ms-flex-order: 2; order: 2; -ms-flex: auto; flex: auto; padding: 0; margin: 0 15px; }
	.article .article__image-holder { height: 207px; }
	.article .article__head { text-align: center; -ms-flex-pack: center; justify-content: center; }
	.article .article__title { padding-top: 0; font-size: 26px; }
	.article .article__icon { -ms-flex: 0 1 25px; flex: 0 1 25px; max-width: 25px; }
	.article .article__subtitle { -ms-flex: 0 1 calc(100% - 120px); flex: 0 1 calc(100% - 120px); max-width: calc(100% - 120px); }
}
/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */
.banner { position: relative; display: table; width: 315px; height: 192px; font-size: 10px; line-height: 1.4; font-weight: 300; color: #000; }
.banner strong { font-weight: 500; }
.banner .banner__image { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-position: center center; background-size: contain; background-repeat: no-repeat; }
.banner .banner__content { position: relative; z-index: 1; display: table-cell; vertical-align: middle; width: 315px; padding: 81px 27px 0; }
/* Small Desktop */
@media (max-width: 1200px) {
	.banner .banner__content { padding: 86px 31px 0; }
}
/* ------------------------------------------------------------ *\
	Banner Logo
\* ------------------------------------------------------------ */
.banner-logo { max-width: 144px; }
.banner-logo img { max-width: 100%; }
.banner-logo img:nth-child(2) { display: none; }
/* Mobile */
@media (max-width: 767px) {
	.banner { width: 307px; height: 188px; }
	.banner .banner__content { width: 320px; padding: 81px 25px 0 30px; }

	.banner-logo { max-width: 100px; }
	.banner-logo img:nth-child(1) { display: none; }
	.banner-logo img:nth-child(2) { display: inline-block; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; padding: 18px 51px; border-radius: 6px; font-family: 'Fira Sans', sans-serif; font-size: 18px; transition: background .3s; text-decoration: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
.btn-danger { background: #d0021b; }
/* Small Desktop */
@media (max-width: 1200px) {
	.btn { padding: 12px 29px; border-radius: 4px; font-size: 13px; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { position: relative; width: 100%; height: 568px; display: table; }
.intro .intro__image {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; background-size: cover; background-position: center top; }
.intro .intro__inner { position: relative; z-index: 1; display: table-cell; vertical-align: bottom; text-align: center; padding-bottom: 98px; }
.intro .intro__content { max-width: 540px; padding: 28px 55px 40px 41px; border: 1px solid #fff; background: rgba(255,255,255,.7); font-size: 14px; color: #d0021b; text-align: center; letter-spacing: -.005em; }
.intro .intro__title { margin-bottom: 5px; }
/* Tablet */
@media (max-width: 1023px) {
	.intro { height: 450px; }

	.intro .intro__inner { padding-bottom: 25px; }
}
/* Mobile */
@media (max-width: 767px) {
	.intro { height: 313px; }

	.intro .intro__content { max-width: 100%; padding: 10px 10px 12px; }
	.intro .intro__inner { padding-bottom: 11px; }

	.intro .intro__title { margin-bottom: 10px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List Ticks
\* ------------------------------------------------------------ */
.list-ticks { column-count: 2; list-style-type: none; text-align: left; padding: 50px 0 0; }
.list-ticks li { display: block; position: relative; padding: 13px 0 13px 54px; margin-right: -9px; margin-bottom: 0; break-inside: avoid-column;page-break-inside: avoid; }
.list-ticks li:after { content: ''; position: absolute; top: 12px; left: 3px; width: 30px; height: 30px; background-image: url(images/temp/check_icon.svg); background-repeat: no-repeat; background-position: center center; z-index: 1; }
/*  List Ticks Secondary  */
.list-ticks--secondary { position: relative; column-count: 1; padding: 0; }
.list-ticks--secondary:after { content: ''; position: absolute; top: -11px; bottom: 83px; left: 102px; width: 65px; background-image: url(../css/images/temp/line_012x.png); background-size: contain; background-repeat: no-repeat; background-position: center top; }
.list-ticks--secondary li { max-width: 830px; margin-bottom: 4px; }
.list-ticks--secondary li:last-child { margin-bottom: 0; }
.list-ticks--secondary li:nth-child(1) { padding-left: 192px; }
.list-ticks--secondary li:nth-child(1):after { top: 25px; left: 95px; }
.list-ticks--secondary li:nth-child(2) { padding-left: 223px; }
.list-ticks--secondary li:nth-child(2):after { top: 22px; left: 120px; }
.list-ticks--secondary li:nth-child(3) { padding-left: 238px; }
.list-ticks--secondary li:nth-child(3):after { top: 28px; left: 145px; }
.list-ticks--secondary li:nth-child(4) { padding-left: 192px; }
.list-ticks--secondary li:nth-child(4):after { top: 25px; left: 95px; }
/*  List Ticks Reversed  */
.list-ticks--reversed { float: right; text-align: right; }
.list-ticks--reversed:after { top: -11px; bottom: 73px; left: auto; right: 188px; width: 63px; background-image: url(../css/images/temp/line_022x.png); background-repeat:repeat-y; }
.list-ticks--reversed li { max-width: 900px; padding: 25px 0 14px 54px; margin-bottom: 14px; }
.list-ticks--reversed li:last-child { padding-top: 2px; }
.list-ticks--reversed li:after { left: auto; right: 0; }
.list-ticks--reversed li:nth-child(1) { padding-right: 298px; padding-left: 0; }
.list-ticks--reversed li:nth-child(1):after { top: 40px; right: 200px; left: auto; }
.list-ticks--reversed li:nth-child(2) { padding-right: 298px; padding-left: 0; }
.list-ticks--reversed li:nth-child(2):after { top: 43px; right: 226px; left: auto; }
.list-ticks--reversed li:nth-child(3) { padding-right: 269px; padding-left: 0; }
.list-ticks--reversed li:nth-child(3):after { top: 18px; right: 220px; left: auto; }
.list-ticks--reversed li:nth-child(4) { padding-right: 258px; padding-left: 0; }
.list-ticks--reversed li:nth-child(4):after { top: 0px; right: 190px; left: auto; }
/* Small Desktop */
@media (max-width: 1200px) {
	.list-ticks { padding: 42px 0 0; }

	.list-ticks li { padding: 12px 0 12px 46px; }
	.list-ticks li:after { top: 6px; }

	.list-ticks--secondary { padding: 0; }
	.list-ticks--secondary:after { top: -10px; bottom: 57px; left: 80px; }

	.list-ticks--secondary li { max-width: 650px; margin-bottom: 16px; }
	.list-ticks--secondary li:last-child { margin-bottom: 0; }
	.list-ticks--secondary li:nth-child(1) { padding-left: 115px; }
	.list-ticks--secondary li:nth-child(1):after { top: 32px; left: 76px; }
	.list-ticks--secondary li:nth-child(2) { padding-left: 144px; margin-bottom: 30px; }
	.list-ticks--secondary li:nth-child(2):after { top: 20px; left: 102px; }
	.list-ticks--secondary li:nth-child(3) { padding-left: 159px; }
	.list-ticks--secondary li:nth-child(3):after { top: 22px; left: 122px; }

	.list-ticks--reversed:after { top: -6px; bottom: 69px; left: auto; right: 152px; }

	.list-ticks--reversed li { max-width: 740px; padding: 4px 0 30px 54px; }
	.list-ticks--reversed li:after { left: auto; right: 0; }
	.list-ticks--reversed li:last-child { padding-top: 0; }
	.list-ticks--reversed li:nth-child(1) { padding-right: 228px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(1):after { top: 35px; right: 168px; left: auto; }
	.list-ticks--reversed li:nth-child(2) { padding-right: 228px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(2):after { top: 29px; right: 191px; left: auto; }
	.list-ticks--reversed li:nth-child(3) { padding-right: 235px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(3):after { top: 0; right: 188px; left: auto; }
	.list-ticks--reversed li:nth-child(4) { padding-right: 205px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(4):after { top: 0; right: 160px; left: auto; }
}
/* Tablet */
@media (max-width: 1023px) {
	.list-ticks { padding: 48px 0 0; margin: 0 -20px; }

	.list-ticks li:after { left: 4px; -ms-transform: scale(.8); transform: scale(.8); }

	.list-ticks--secondary { padding: 0; margin: 0; }
	.list-ticks--secondary:after { top: -14px; bottom: 57px; left: 122px; }

	.list-ticks--secondary li { max-width: 650px; padding: 8px 0 8px 46px; margin-bottom: 26px; }

	.list-ticks--secondary li:last-child { margin-bottom: 0; }
	.list-ticks--secondary li:nth-child(1) { padding-left: 157px; }
	.list-ticks--secondary li:nth-child(1):after { top: 26px; left: 118px; }
	.list-ticks--secondary li:nth-child(2) { padding-left: 185px; margin-bottom: 30px; }
	.list-ticks--secondary li:nth-child(2):after { top: 15px; left: 142px; }
	.list-ticks--secondary li:nth-child(3) { padding-left: 201px; }
	.list-ticks--secondary li:nth-child(3):after { top: 18px; left: 163px; }

	.list-ticks--reversed:after { top: -6px; bottom: 69px; left: auto; right: 114px; }

	.list-ticks--reversed li { max-width: 700px; padding: 4px 0 23px 54px; }
	.list-ticks--reversed li:after { left: auto; right: 0; }
	.list-ticks--reversed li:last-child { padding-top: 0; }
	.list-ticks--reversed li:nth-child(1) { padding-right: 190px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(1):after { top: 35px; right: 130px; left: auto; }
	.list-ticks--reversed li:nth-child(2) { padding-right: 190px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(2):after { top: 29px; right: 146px; left: auto; }
	.list-ticks--reversed li:nth-child(3) { padding-right: 186px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(3):after { top: -2px; right: 148px; left: auto; }
	.list-ticks--reversed li:nth-child(4) { padding-right: 166px; padding-left: 0; }
	.list-ticks--reversed li:nth-child(4):after { top: -10px; right: 124px; left: auto; }
}
/* Mobile */
@media (max-width: 767px) {
	.list-ticks { column-count: 1; padding: 38px 0 0; margin: 0; }

	.list-ticks li { padding: 5px 0 5px 43px; margin-bottom: 10px; margin-right: 0; }
	.list-ticks li:after { top: -1px; left: 0; }

	.list-ticks--secondary { padding: 0; }
	.list-ticks--secondary:after { top: -26px; bottom: 84px; left: 0; width: 28px; background-image: url(../css/images/temp/line_mobile2x.png); background-repeat: repeat-y; }

	.list-ticks--secondary li { max-width: 100%; padding: 4px 0 4px 54px; margin-bottom: 20px; }
	.list-ticks--secondary li:last-child { margin-bottom: 0; }
	.list-ticks--secondary li:nth-child(1) { padding-left: 54px; }
	.list-ticks--secondary li:nth-child(1):after { top: -4px; left: -2px; }
	.list-ticks--secondary li:nth-child(2) { padding-left: 54px; }
	.list-ticks--secondary li:nth-child(2):after { top: -4px; left: -2px; }
	.list-ticks--secondary li:nth-child(3) { padding-left: 54px; }
	.list-ticks--secondary li:nth-child(3):after { top: -4px; left: -2px; }

	.list-ticks--reversed { float: none; text-align: left; }
	.list-ticks--reversed li { max-width: 100%; padding: 4px 0 25px 54px; }
	.list-ticks--reversed li:nth-child(1) { padding-right: 0; padding-left: 54px; }
	.list-ticks--reversed li:nth-child(1):after { top: -4px; right: auto; left: -2px; }
	.list-ticks--reversed li:nth-child(2) { padding-right: 0; padding-left: 54px; }
	.list-ticks--reversed li:nth-child(2):after { top: -4px; right: auto; left: -2px; }
	.list-ticks--reversed li:nth-child(3) { padding-right: 0; padding-left: 54px; }
	.list-ticks--reversed li:nth-child(3):after { top: -6px; right: auto; left: -2px; }
	.list-ticks--reversed li:nth-child(4) { padding-right: 0; padding-left: 54px; }
	.list-ticks--reversed li:nth-child(4):after { top: -6px; right: auto; left: -2px; }

}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { display: inline-block; vertical-align: middle; max-width: 140px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { position: relative; padding: 15px 0 18px; text-align: center; }
.section p { margin-bottom: 42px; }
.section p:last-child { margin-bottom: 0; }
.section .section__head p:last-child { margin-bottom: 0; }
.section .section__title { font-family: 'Fira Sans', sans-serif; font-size: 40px; font-weight: 400; letter-spacing: .001em; }
.section .section__title sup { display: inline-block; top: .05em; font-size: 40px; line-height: .6; }
.section .section__title + p { margin-top: 57px; }
.section .section__body img { margin-bottom: 27px; }
/*  Section Solid  */
.section--solid { background: #f3f3f4; }
/*  Section Secondary  */
.section--secondary { padding: 63px 0 57px; }
.section--secondary .section__head { margin-bottom: 15px; }
/* Small Desktop */
@media (max-width: 1200px) {
	.section { padding: 15px 0 21px; }

	.section p { margin-bottom: 50px; }

	.section .section__head p { margin-bottom: 55px; }
	.section .section__head p:last-child { margin-bottom: 0; }

	.section .section__title { font-size: 30px; }
	.section .section__title sup { font-size: 30px; }

	/*  Section Secondary  */
	.section--secondary { padding: 56px 0 40px; }

	.section--secondary .section__head { margin-bottom: 35px; }
}
/* Tablet */
@media (max-width: 1023px) {
	.section { padding: 0 0 5px; }

	.section p { margin-bottom: 44px; }
	.section .section__head p { margin-bottom: 40px; }
	.section .section__title + p { margin-top: 38px; }

	/*  Section Secondary  */
	.section--secondary { padding: 57px 0 40px; }
	.section--secondary .section__head { margin: 0 -5px 35px; }
}
/* Mobile */
@media (max-width: 767px) {
	.section { padding: 5px 0 8px; }

	.section p { margin-bottom: 42px; }
	.section .section__head p { margin-bottom: 13px; }
	.section .section__title + p { margin-top: 16px; }

	/*  Section Secondary  */
	.section--secondary { padding: 26px 0 26px; }

	.section--secondary .section__head { margin-bottom: 16px; }
	.section--secondary .section__title { font-size: 30px; line-height: 1.32; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
