

body {
	font-family: Corbel, sans-serif;
	color: #222222;
	line-height: 1.6em;
	font-size: 16px;

}

.fixed-gap {
	height: 107px;
}

.anchor {
	position: relative;
	top: -107px;
}

h1 {
	font-family: Corbel, sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 1em;
}

h2 {
	font-family: Corbel, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2em;
}

h4 {
	font-family: Corbel, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}

.regular {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
}

.lead {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
}

.shift-left {
	position: relative;
	margin-left: -32px;
	margin-right: 6px;
}

.bg-dark {
	background-color: #222222 !important;
}

.bg-darker {
	background-color: #404343;
}

.bg-gray {
	background-color: #D3D3D3;
}

.bg-lighter {
	background-color: #DDD8D8;
}

.bg-light {
	background-color: #F1F1F1 !important;
}

.bg-gray {
	background-color: #8c8e90 !important;
}

.bg-red {
	background-color: #EA0029;
}

.bg-yellow {
	background-color: #FFCB08;
}

.bg-orange {
	background-color: #F15A22;
}

.bg-image {
	background-size: cover;
	background-position: center center;
}

.text-yellow {
	color: #FFCB08;
}

.text-letter {
	font-size: 46px;
	font-weight: bold;
}

.text-red {
	color: #DA2128;
}

.text-orange {
	color: #F15A22;
}

.text-small {
	font-size: 13px;
	line-height: 1.2em;
}

.text-gray {
	color: #8D908F;
}

.text-gray-2 {
	color: #e5e4e5;
}

.text-darker {
	color:rgba(255, 255, 255, 0.1);
}

.text-strong {
	font-weight: bold;
}

.text-form {
	line-height: 3.5em;
}

.line-height-normal {
	line-height: 1.2em;
}

.border-gray {
	border-bottom: 1px solid #888B8D;
}

.border-white {
	border: 6px solid #ffffff;
}

.border-bottom-red {
	border-bottom: 1px solid #EA0029;
}

.border-right-red {
	border-right: 1px solid #EA0029;
}

.border-right-white {
	border-right: 1px solid #FFFFFF;
}


.btn-red {
	color: #EA0029;
	display: inline-block;
	border: 1px solid #EA0029;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 20px;
	background-color: transparent;
}

.btn-red:hover, .btn-red:active {
	background-color: #EA0029;
	color: #ffffff;
}

.btn-red-solid {
	
	display: inline-block;
	border: 1px solid #EA0029;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 20px;
	color: #ffffff;
	background-color: #EA0029;
	
}

.btn-red-solid:hover,
.btn-red-solid:active {
	
	color: #EA0029;
	background-color: transparent;
}

.btn-black {
	color: #FFFFFF;
	display: inline-block;
	border: 1px solid #222222;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 20px;
	background-color: #222222;
}

.btn-black:hover,
.btn-black:active {
	background-color: #F15A22;
	border: 1px solid #F15A22;
	color: #ffffff;
}

.btn-orange {
	color: #F15A22;
	display: inline-block;
	border: 1px solid #F15A22;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 20px;
	background-color: transparent;
}

.btn-orange:hover,
.btn-orange:active {
	background-color: #F15A22;
	color: #ffffff;
}

.btn-circle {
	color: #ffffff;
	display: inline-flex;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	width: 215px;
	height: 215px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(/images/shared/circle.png);
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.btn-circle:hover, .btn-circle:active {
	color: #FFCB08;
	font-weight: bold;
}

.btn-circle .btn-circle-icon {
	margin-top: 5px;
	display: block;
}

.btn-circle .btn-circle-icon-hover {
	margin-top: 5px;
	display: none;
}

.btn-circle:hover .btn-circle-icon, .btn-circle:active .btn-circle-icon {
	display: none;
}

.btn-circle:hover .btn-circle-icon-hover,
.btn-circle:active .btn-circle-icon-hover {
	display: block;
}

.link-white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;

}

.link-white:hover, .link-white:active {
	color: #F15A22;
}

.link-orange {
	color: #F15A22;
	text-decoration: none;
}

.link-orange:hover,
.link-orange:active {
	color: #F15A22;
}

.link-block {
	text-decoration: none;
}

.link-block:hover, .link-block:active {
	text-decoration: none;
}

.shadow-inside-left {
	box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2) inset;
}

.shadow-inside-right {
	box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.2) inset;
}

.shadow-inside-top {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2) inset;
}

.shadow-bottom {
	height: 30px; 
	box-shadow: rgba(33, 35, 38, 0.2) 0px -10px 10px -10px;
}



.form-control-alt {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
	line-height: 1em;
	color: #ffffff;
}

.form-control-alt option {
	color: #222222;
}

/* ---- Block ---- */

.block {
	position: relative;
}

.block-top-left {
	position: absolute;
	top: 0;
	left: 0;
}

.block-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.block-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.block-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ---- Carousel ---- */

.carousel-header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.carousel-inner .carousel-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.carousel-inner h2 {
	font-size: 36px;
}

/* ---- Custom Nav ---- */

.custom-nav-link {
	display: inline-block;
	border: 1px solid #DA2128;
	color: #000000;
	font-size: 12px;
	line-height: 1.2em;
	background-color: transparent;
	text-decoration: none;
	padding: 6px 12px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.custom-nav-link:hover, .custom-nav-link:active {
	background-color: #DA2128;
	color: #FFFFFF;
	text-decoration: none;
}

.custom-nav-heading {
	display: inline-block;
	border: none;
	color:#222222;
	font-size: 26px;
	line-height: 1.32em;
	font-weight: bold;
	text-decoration: none;
}

.custom-nav-heading:hover, .custom-nav-heading:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu-icon .menu-active {
	display: inline-block;
}

.menu-icon .menu-inactive {
	display: none;
}

.menu-icon.collapsed .menu-active {
	display: none;
}

.menu-icon.collapsed .menu-inactive {
	display: inline-block;
}

/* ---- values ---- */

.values h1 {
	font-style: italic;
	font-size: 180px;
}

.values p.lead {
	font-style: italic;
	font-size: 26px;
	font-weight: bold;
	color: #222222;
}
/* ---- Numbered List ---- */

.list-number {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #EA0029;
	color: #ffffff;
	border-radius: 12px;
	margin-right: 16px;
}

.sub-nav-link {
	display: flex;
	align-items: center;
	height: 60px;
	text-decoration: none;
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

.sub-nav-link:hover, .sub-nav-link:focus, .sub-nav-link.active {
	background-color: #F15A22;
	color: #FFFFFF;
}

.sub-nav-link-2 {
	display: flex;
	align-items: center;
	height: 60px;
	text-decoration: none;
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

.sub-nav-link-2:focus {
	color: #222222;
}

.sub-nav-link-2:hover,
.sub-nav-link-2.active {
	background-color: #EA0029;
	color: #FFFFFF;
	margin-top: -10px;
	height: 70px;
	padding-top: 10px;
}

/* ---- Case Studies ---- */

.casestudy-table {
	color: #ffffff;
}

.casestudy-logo {
	background-color: #ffffff;
	padding: 10px;
}

.casestudy-heading {
	background-color: #252525;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	text-align: right;
	padding: 1px 20px;
}

.casestudy-content {
	padding: 4px 20px;
	font-size: 1.1em;
}

.casestudy-border {
	border-bottom: 1px solid #ffffff;
}

.casestudy-space {
	padding: 4px 10px;
}