/**************************************************************
GLOBAL RESET
**************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, html {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
*, *:before, *:after {
  box-sizing:inherit;
  -webkit-box-sizing:inherit;
  -moz-box-sizing:inherit;
}
::-webkit-input-placeholder {
   color: #555;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
}
:-ms-input-placeholder {
   color: #555;
}
::-moz-selection { background: #ccc; }
::selection { background: #ccc; }
/**************************************************************
FONTS
**************************************************************/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/roboto/Roboto_400.eot?#iefix");
	src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto/Roboto_400.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto_400.woff") format("woff"), url("fonts/roboto/Roboto_400.woff2") format("woff2"), url("fonts/roboto/Roboto_400.svg#Roboto") format("svg"), url("fonts/roboto/Roboto_400.ttf") format("truetype");
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/roboto/Roboto_300.eot?#iefix");
	src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto/Roboto_300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto_300.woff") format("woff"), url("fonts/roboto/Roboto_300.woff2") format("woff2"), url("fonts/roboto/Roboto_300.svg#Roboto") format("svg"), url("fonts/roboto/Roboto_300.ttf") format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url('fonts/roboto/Roboto_700.eot?#iefix');
	src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto/Roboto_700.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/Roboto_700.woff') format('woff'), url('fonts/roboto/Roboto_700.woff2') format('woff2'), url('fonts/roboto/Roboto_700.svg#Roboto') format('svg'), url('fonts/roboto/Roboto_700.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/roboto-slab/Roboto_Slab_300.eot?#iefix");
	src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("fonts/roboto-slab/Roboto_Slab_300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-slab/Roboto_Slab_300.woff") format("woff"), url("fonts/roboto-slab/Roboto_Slab_300.woff2") format("woff2"), url("fonts/roboto-slab/Roboto_Slab_300.svg#RobotoSlab") format("svg"), url("fonts/roboto-slab/Roboto_Slab_300.ttf") format("truetype");
}
@font-face {
	font-family: 'spark-icon-fill';
	src: url("fonts/spark/spark-icon-fill.eot?#iefix");
	src: url("fonts/spark/spark-icon-fill.eot?#iefix") format("embedded-opentype"), url("fonts/spark/spark-icon-fill.woff") format("woff"), url("fonts/spark/spark-icon-fill.ttf") format("truetype"), url("fonts/spark/spark-icon-fill.svg#spark-icon-fill") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'spark-icon-line';
	src: url("fonts/spark/spark-icon-line.eot#iefix");
	src: url("fonts/spark/spark-icon-line.eot?#iefix") format("embedded-opentype"), url("fonts/spark/spark-icon-line.woff") format("woff"), url("fonts/spark/spark-icon-line.ttf") format("truetype"), url("fonts/spark/spark-icon-line.svg#spark-icon-line") format("svg");
	font-weight: normal;
	font-style: normal;
}

/**************************************************************
GLOBAL
**************************************************************/
body{
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 400;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #555;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body.noscroll{
	overflow: hidden;
}

/* Images */
img, a img,
a img{
	width:auto;
	height:auto !important;
	display:block;
	max-width: 100%;
	border:none;
	outline: none;
}
img.full-width{
	width: 100% !important;
}
.full-width{
	position: relative;
	left:50%;
	right:50%;
	width: 100vw;
	margin-left:-50vw;
	margin-right: -50vw;
}
/**************************************************************
COLORS
**************************************************************/
/* Text Colors */
.txt-white{
	color: #ffffff !important;
}
.txt-black{
	color: #333333 !important;
}
.txt-red{
	color: #e50000 !important;
}
.txt-green{
	color: #32b98e !important;
}

/* Background Colors */
.bkg-black{
	background: #111111 !important;
}
.bkg-white{
	background: #ffffff;
}
.bkg-grey{
	background: #cccccc;
}
.bkg-grey-light{
	background: #e5e5e5;
}
.bkg-grey-medium{
	background: #777677;
}
.bkg-grey-dark{
	background: #333333;
}
.bkg-red{
	background: #e50000;
}
.bkg-red-dark{
	background: #AC0000;
}
.bkg-green{
	background: #32b98e;
}
/**************************************************************
TYPOGRAOPHY
**************************************************************/
/* Headings */
h1, h2, h3, h4{
	font-weight: 300;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom:1rem;
	color:#333;
}
h5, h6{
	font-weight: normal;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom:1rem;
	color:#333;
}
h1{
	font-size: 44px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 21px;
	text-transform: uppercase;
}
h6{
	font-size:19px;
	margin-bottom:10px;
}

/* Paragraph */
p{
	margin:15px 0 10px 0;
	line-height: 1.5em;
}
p:empty {
    display: none;
}
strong, b{
	font-weight: bold;
	font-weight: 700;
}
em, i{
	font-style: italic;
}

/* alignment */
.align-ctr{
	text-align: center;
}
.align-rgt{
	text-align: right;
}
.align-lft{
	text-align: left;
}
.off-rt{
	float: right;
}
.off-lft{
	float:left;
}
.off-ctr{
	float: none !important;
	margin-left:auto;
	margin-right:auto;
	display: block !important;
}
@media screen and (max-width:740px){
	.off-rt{
		float: none;
	}
	.off-lft{
		float:none;
	}
}

/* text */
.txt-low{
	text-transform: none !important;
}
.txt-cap{
	text-transform: uppercase !important;
}

/* Links */
a, a:active,
a:visited{
	color:#3499cc;
	text-decoration:none;
	transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	outline: 0;
}
a:hover{
	color:#1a4e66;
}

/* Blockquote */
blockquote{
	font-size: 24px;
	max-width: 480px;
	margin: 40px auto;
	font-weight: 300;
	font-weight: lighter;
}
blockquote em,
blockquote i{
	font-style: normal;
}

/* Lists */
ol{
	list-style: decimal;
	margin-left: 30px;
}
ul{
	list-style: disc;
	margin-left: 30px;
}

/* Responsiveness */
@media (max-width: 640px) {
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 21px;
	}

	p{
		font-size: 15px;
	}
}
/**************************************************************
BUTTONS / LINKS
**************************************************************/
/* Primary */
a.button,
.button,
button,
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	color: #ffffff;
	display: inline-block;
  	font-size: 16px;
	font-weight: bold;
  	cursor: pointer;
	min-height: 40px;
  	padding: 9px 25px;
  	background:#3499cc;
	text-align:center;
	outline: 0;
	border-radius: 5px !important;
	border:0px solid #1a4e66;
	border-bottom:3px solid #1a4e66;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
a.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	background:#1a4e66;
	text-decoration:none;
	color:#ffffff;

}
a.button.disabled,
.button.disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled{
  	background:#eeeeee;
	border-color: #ccc;
	color:#cccccc;
	pointer-events: none;
	cursor:not-allowed;
}

/* Secondary */
.button-secondary,
a.button-secondary,
button.button-secondary{
	background: #fff;
	color: #3499cc;
	border:1px solid;
	border-bottom:3px solid;
	border-color: #3499cc;
}
.button-secondary:hover,
a.button-secondary:hover{
	background:#3499cc;
}

/* Secondary */
.button-light,
a.button-light,
button.button-light{
	background: #fff;
	color: #ccc;
	border:1px solid;
	border-bottom:3px solid;
	border-color: #e4e4e4;
}
.button-light:hover,
a.button-light:hover{
	background:#e5e5e5;
	color: #333;
}
/* Clear */
.button-clear,
a.button-clear,
button.button-clear{
	background: none;
	border-bottom-width: 1px;
}
.button-clear:hover,
a.button-clear:hover,
button.button-clear:hover{
	background: #f4f4f4;
	color: #555;
}

a.button-sml{
	font-size: 14px;
	padding: 5px 15px;
	min-height: 20px;
}
/**************************************************************
INPUTS
**************************************************************/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#fff;
	border-radius: 4px;
	border:1px solid #e4e4e4;
	width: 100%;
	outline:none;
	padding:5px 15px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	font-size: 16px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Roboto Light', helvetica, arial, sans-serif;
	position: relative;
	color:#555;
}
select{
	color: #555;
}
select::-ms-expand {
    display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
	min-height: 50px;
}
textarea {
	min-height:150px;
	padding:15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:hover {
	border-color:#3399cc;
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}
select{
	cursor:pointer;
}
.custom-select{
	position: relative;
	display: block;
}
.custom-select:after{
	content: '\f10f';
	font-family: "spark-icon-fill" !important;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	pointer-events: none;
}
.edl-select{
	position: relative;
}
.edl-select:after{
	content: '\f10f';
	font-family: "spark-icon-fill" !important;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top:-12px;
	pointer-events: none;
}
/**************************************************************
EMBEDS
**************************************************************/
/*video & iframe */
.videoWrapper,
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 30px 0;
}
.videoWrapper iframe,
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe{
	max-width: 100%;
	width: 100%;
}


/* Module video background */
.background-video {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	visibility: hidden;
}
.background-video iframe {
	position: absolute;
	pointer-events: none;
	width: 300%;
	height: 300%;
	top: -100%;
	left: -100%;
	max-width: 300%;
}
.background-video.video-loaded{
	visibility: visible;
}
/* Module responsive */
@media screen and (min-width:1080px){
	.background-video iframe {
		max-width: 100%;
		left: 0;
	}
}
@media screen and (max-width:640px){
	.background-video {
		display: none;
	}
}
/**************************************************************
ICONS EDL
**************************************************************/
.edl-icon::before,
[class*=' edl-icon--']::before {
	display: inline-block;
	font-family: "spark-icon-fill" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	speak: none;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
}
.edl-icon-line::before {
	font-family: "spark-icon-line" !important;
}
.edl-icon--airplane-arrive::before {
	content: "\f101";
}
.edl-icon--airplane-depart::before {
	content: "\f102";
}
.edl-icon--airplane::before {
	content: "\f103";
}
.edl-icon--alert-triangle::before {
	content: "\f104";
}
.edl-icon--align-center::before {
	content: "\f105";
}
.edl-icon--align-justify::before {
	content: "\f106";
}
.edl-icon--align-left::before {
	content: "\f107";
}
.edl-icon--align-right::before {
	content: "\f108";
}
.edl-icon--announce::before {
	content: "\f109";
}
.edl-icon--apple::before {
	content: "\f10a";
}
.edl-icon--arrow-basic-down::before {
	content: "\f10b";
}
.edl-icon--arrow-basic-left::before {
	content: "\f10c";
}
.edl-icon--arrow-basic-right::before {
	content: "\f10d";
}
.edl-icon--arrow-basic-up::before {
	content: "\f10e";
}
.edl-icon--arrow-chevron-down::before {
	content: "\f10f";
}
.edl-icon--arrow-chevron-left::before {
	content: "\f110";
}
.edl-icon--arrow-chevron-right::before{
	content: "\f111";
}
.edl-icon--arrow-chevron-up::before {
	content: "\f112";
}
.edl-icon--arrow-curve-right::before {
	content: "\f113";
}
.edl-icon--arrow-double-horizontal::before {
	content: "\f114";
}
.edl-icon--arrow-double-vertical::before {
	content: "\f115";
}
.edl-icon--arrow-triangle-down::before {
	content: "\f116";
}
.edl-icon--arrow-triangle-left::before {
	content: "\f117";
}
.edl-icon--arrow-triangle-right::before {
	content: "\f118";
}
.edl-icon--arrow-triangle-up::before {
	content: "\f119";
}
.edl-icon--arrows-up-down::before {
	content: "\f175";
}
.edl-icon--ban::before {
	content: "\f11a";
}
.edl-icon--bell::before {
	content: "\f176";
}
.edl-icon--briefcase::before {
	content: "\f11b";
}
.edl-icon--bus::before {
	content: "\f11c";
}
.edl-icon--calendar-empty::before {
	content: "\f11d";
}
.edl-icon--calendar::before {
	content: "\f11e";
}
.edl-icon--camera::before {
	content: "\f11f";
}
.edl-icon--car-parking::before {
	content: "\f177";
}
.edl-icon--car-rental::before {
	content: "\f120";
}
.edl-icon--check-circle::before {
	content: "\f178";
}
.edl-icon--check::before {
	content: "\f121";
}
.edl-icon--clock::before {
	content: "\f122";
}
.edl-icon--close::before {
	content: "\f123";
}
.edl-icon--cocktail::before {
	content: "\f124";
}
.edl-icon--coffee::before {
	content: "\f179";
}
.edl-icon--cog::before {
	content: "\f125";
}
.edl-icon--coupon::before {
	content: "\f17a";
}
.edl-icon--credit-card::before {
	content: "\f126";
}
.edl-icon--cruise::before {
	content: "\f127";
}
.edl-icon--currency-convert::before {
	content: "\f17b";
}
.edl-icon--data-area::before {
	content: "\f128";
}
.edl-icon--data-bars::before {
	content: "\f129";
}
.edl-icon--data-line::before {
	content: "\f12a";
}
.edl-icon--data-pie-chart::before {
	content: "\f12b";
}
.edl-icon--document-cancel::before {
	content: "\f17c";
}
.edl-icon--document-check::before {
	content: "\f17d";
}
.edl-icon--document-money::before {
	content: "\f17e";
}
.edl-icon--document::before {
	content: "\f12c";
}
.edl-icon--documents-empty::before {
	content: "\f17f";
}
.edl-icon--documents::before {
	content: "\f12d";
}
.edl-icon--email::before {
	content: "\f12e";
}
.edl-icon--ethernet::before {
	content: "\f12f";
}
.edl-icon--file-download::before {
	content: "\f130";
}
.edl-icon--file-upload::before {
	content: "\f131";
}
.edl-icon--flag::before {
	content: "\f132";
}
.edl-icon--folder::before {
	content: "\f133";
}
.edl-icon--food-service::before {
	content: "\f180";
}
.edl-icon--food::before {
	content: "\f134";
}
.edl-icon--games::before {
	content: "\f135";
}
.edl-icon--gauge::before {
	content: "\f136";
}
.edl-icon--handicap::before {
	content: "\f137";
}
.edl-icon--hotel-bed::before {
	content: "\f138";
}
.edl-icon--hotel-blow-dryer::before {
	content: "\f181";
}
.edl-icon--hotel-gym::before {
	content: "\f182";
}
.edl-icon--hotel-lamp-desk::before {
	content: "\f183";
}
.edl-icon--hotel-pool::before {
	content: "\f184";
}
.edl-icon--hotel-safe::before {
	content: "\f185";
}
.edl-icon--hotel-shower::before {
	content: "\f186";
}
.edl-icon--hotel-spa::before {
	content: "\f187";
}
.edl-icon--hotel::before {
	content: "\f139";
}
.edl-icon--info-circle::before {
	content: "\f188";
}
.edl-icon--key::before {
	content: "\f13a";
}
.edl-icon--leaf::before {
	content: "\f13b";
}
.edl-icon--link::before {
	content: "\f13c";
}
.edl-icon--location-empty::before {
	content: "\f13d";
}
.edl-icon--location-information::before {
	content: "\f189";
}
.edl-icon--location::before {
	content: "\f13e";
}
.edl-icon--lock-close::before {
	content: "\f13f";
}
.edl-icon--lock-open::before {
	content: "\f140";
}
.edl-icon--log-in::before {
	content: "\f16f";
}
.edl-icon--log-out::before {
	content: "\f170";
}
.edl-icon--map::before {
	content: "\f141";
}
.edl-icon--math-add::before{
	content: "\f142";
}
.edl-icon--math-subtract::before {
	content: "\f143";
}
.edl-icon--menu-ellipsis-horizontal::before {
	content: "\f144";
}
.edl-icon--menu-ellipsis-vertical::before {
	content: "\f145";
}
.edl-icon--menu-hamburger::before {
	content: "\f146";
}
.edl-icon--money::before {
	content: "\f147";
}
.edl-icon--note::before {
	content: "\f148";
}
.edl-icon--out::before {
	content: "\f149";
}
.edl-icon--password-hide::before {
	content: "\f14a";
}

.edl-icon--password-view::before {
	content: "\f14b";
}

.edl-icon--pencil::before {
	content: "\f14c";
}

.edl-icon--pet-paw::before {
	content: "\f18a";
}

.edl-icon--phone-hang-up::before {
	content: "\f18b";
}

.edl-icon--phone-mobile::before {
	content: "\f14d";
}

.edl-icon--phone::before {
	content: "\f14e";
}

.edl-icon--picture::before {
	content: "\f14f";
}

.edl-icon--pictures::before {
	content: "\f150";
}

.edl-icon--power-button::before {
	content: "\f151";
}

.edl-icon--print::before {
	content: "\f152";
}
.edl-icon--refresh::before {
	content: "\f171";
}
.edl-icon--resize-max::before {
	content: "\f153";
}
.edl-icon--resize-restore::before {
	content: "\f154";
}
.edl-icon--search::before {
	content: "\f155";
}
.edl-icon--share::before {
	content: "\f156";
}
.edl-icon--shield-check::before {
	content: "\f18c";
}
.edl-icon--shopping-cart::before {
	content: "\f174";
}
.edl-icon--sign-in::before {
	content: "\f172";
}
.edl-icon--sign-out::before {
	content: "\f173";
}
.edl-icon--sliders::before {
	content: "\f157";
}
.edl-icon--smoking-non::before {
	content: "\f18d";
}
.edl-icon--smoking::before {
	content: "\f18e";
}
.edl-icon--social-facebook::before {
	content: "\f158";
}
.edl-icon--social-googleplus::before {
	content: "\f159";
}
.edl-icon--social-instagram::before {
	content: "\f15a";
}
.edl-icon--social-linkedin::before {
	content: "\f15b";
}
.edl-icon--social-twitter::before {
	content: "\f15c";
}
.edl-icon--social-youtube::before {
	content: "\f18f";
}
.edl-icon--star::before {
	content: "\f15d";
}
.edl-icon--suitcase::before {
	content: "\f15e";
}
.edl-icon--tablet::before {
	content: "\f15f";
}
.edl-icon--tag::before {
	content: "\f160";
}
.edl-icon--ticket::before {
	content: "\f161";
}
.edl-icon--tools::before {
	content: "\f162";
}
.edl-icon--train::before {
	content: "\f163";
}
.edl-icon--trash::before {
	content: "\f164";
}
.edl-icon--trophy::before {
	content: "\f190";
}
.edl-icon--user::before {
	content: "\f165";
}
.edl-icon--users::before {
	content: "\f166";
}
.edl-icon--video-control-forward::before {
	content: "\f167";
}
.edl-icon--video-control-pause::before {
	content: "\f168";
}
.edl-icon--video-control-play::before {
	content: "\f169";
}
.edl-icon--video-control-rewind::before {
	content: "\f16a";
}
.edl-icon--video-control-stop::before {
	content: "\f16b";
}
.edl-icon--video::before {
	content: "\f16c";
}
.edl-icon--wifi::before {
	content: "\f16d";
}
.edl-icon--world::before {
	content: "\f16e";
}
/**************************************************************
BOOTSTRAP GRID
**************************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid,
.edl-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  width: 100%;
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.row-nm{
	margin-bottom: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 840px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


/*************************************************************************************
EDL ELEMENTS

GLOBAL
*************************************************************************************/
.edl-content{
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}
.edl-section{
    padding-top:40px;
    padding-bottom:40px;
}
.edl-section--lg{
	padding-top:80px;
    padding-bottom:80px;
}
/*************************************************************************************
HEADERS
*************************************************************************************/
.edl-header{
    position: fixed;
    top: 0px;
    left:0;
    width: 100%;
    z-index: 99;
    transition: top 300ms ease;
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -o-transition: top 300ms ease;
	border-top: 4px solid #e50000;
}
.edl-header--main:after{
	bottom: -5px;
	/*box-shadow: inset 0px 6px 3px -2px rgba(51, 51, 51, .125);*/
	box-shadow: inset 0px 2px 3px 0px rgba(51, 51, 51, .125);
	content: "";
	height: 6px;
	left: 0px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	width: 100%;
}
.edl-header.fix-to-top{
	position: fixed;
}
.edl-header--main{
    height: 70px;
    background: #fff;
    position: relative;
}
.edl-header--transparent{
	background: none;
	border: 0;
}
.edl-header .edl-logo img{
	height: 70px !important;
	width: auto;
	float: left;
	margin-right: 10px;
    display: block;
    position: relative;
    z-index: 1;
	margin-bottom: -1px;
}

span.edl-tagline{
	font-family: 'Roboto';
	font-size: 21px;
	line-height: 80px;
	float: left;
	margin-right: 20px;
}
.edl-header--transparent span.edl-tagline{
	color: #fff;
}

/*Header on scroll*/
.edl-header.hide-utility{
    top:-34px;
}
.edl-header.nav-up{
    top:-120px;
}

/* Header Responsivness */
@media screen and (max-width: 960px){
    .edl-header--main{
        height:60px;
    }
    .edl-logo{
        padding:0;
    }
    .edl-header .edl-logo img{
        height: 60px !important;
    }
    .edl-header .edl-header--tagline{
        line-height: 60px;
        font-size:20px;
    }
    span.edl-tagline{
    	line-height: 60px;
        font-size: 16px;
    }
}
/*************************************************************************************
NAVIGATION
*************************************************************************************/
/* Main Navigation */
.edl-nav--main,
.edl-nav--main ul{
    text-align: center;
    float: left;
    margin: 0;
    list-style: none;
}
.edl-nav--main ul li{
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
	border-bottom: 3px solid none;
	transition: all 150ms ease-in-out;
}
.edl-nav--main > ul > li:after{
	content: "/";
	display: block;
	position: absolute;
	top: 50%;
	right: -2px;;
	margin-top: -12px;
	color: #ccc;
	display: none;
}
.edl-nav--main > ul > li:last-child:after{
	display: none;
}
.edl-nav--main:hover ul li{
    opacity: .5;
}
.edl-nav--main ul li a{
    line-height: 70px;
    max-height: 70px;
    padding: 0 15px;
    display: block;
    color: #333;
    border:0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.edl-nav--main ul li:hover{
    opacity: 1 !important;
}
.edl-nav--main > ul > li:hover:before{
	content: '';
	position: absolute;
	bottom:0px;
	left:0;
	width: 100%;
	height: 5px;
	background: #e50000;
	z-index: 999;
}

.edl-header--transparent .edl-nav--main > ul li a{
	color: #fff;
}

/* Dropdown/Sub Navigation */
.edl-nav--main ul li ul.edl-nav--sub{
    position: absolute;
    white-space: nowrap;
    left:0px;
    top: 100%;
    min-width: 220px;
    background:#fff;
    text-align: left;
    z-index: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    display: none;
	border:0px solid #e4e4e4;
	border-bottom:0px solid #e4e4e4;
    padding:15px 15px;
	margin-top: -1px;
	box-shadow: 0 6px 8px rgba(0,0,0,.3);
	box-shadow: 0px 4px 6px rgba(51, 51, 51, .16);
}
.edl-nav--main ul.edl-nav--sub li{
    opacity: 1;
    display: block;
    float: none;
    border:0;
}
.edl-nav--main ul.edl-nav--sub li a{
    line-height: 1.4em;
    font-size: 14px;
    padding-top:6px;
    padding-bottom:8px;
    display: block;
    /*border-bottom:1px solid #000;*/
    color: #333;
    text-transform: capitalize;
	font-weight: normal;
}
.edl-nav--main ul.edl-nav--sub li a:hover{
    /*background:#222;*/
    color: #3399CC;
}
.edl-nav--main ul li:hover ul.edl-nav--sub{
    display: block;
}

/* Utility Nav */
.edl-nav--utility{
    background: #f4f4f4;
    width: 100%;
    padding:0px 10px;
    font-size: 13px;
    height: 34px;
}
.edl-nav--utility ul{
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.edl-nav--utility ul li{
    display: inline-block;
    float: left;
    padding:5px 10px;
    position: relative;
}
.edl-nav--utility ul li a{
    color: #999;
    text-decoration: none;
    border: 0;
}
.edl-nav--utility ul li a:hover{
    color: #222;
}

/* Panel Nav */
ul.edl-nav--panel{
    text-align: left;
    margin-left: 0;
}
ul.edl-nav--panel ul{
    margin-left: 0;
}
ul.edl-nav--panel li{
    opacity: 1;
    display: block;
    margin-bottom: 2px;
}
ul.edl-nav--panel li a{
    display: block;
    background: #eee;
    border-left:2px solid #ccc;
    color: #444;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.5em;
}
ul.edl-nav--panel li a:hover{
    background:#eeeeee;
    color: #3399cc;
    border-left:2px solid #3399cc;
}
ul.edl-nav--panel ul.edl-nav--sub,
ul.edl-nav--panel ul.edl-nav--tert,
ul.edl-nav--panel ul.sub-menu{
    margin-top: 2px;
}
ul.edl-nav--panel ul.edl-nav--sub li a,
ul.edl-nav--panel ul.sub-menu li a{
    background:#f4f4f4;
}
ul.edl-nav--panel ul.edl-nav--tert li a{
    padding-left:25px;
	font-size: 11px;
}

.edl-nav--panel-light{
    border:1px solid #e4e4e4;
}
.edl-nav--panel-light a{
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px;
    color: #999;
    text-transform: capitalize;
    font-weight: normal;
}
.edl-nav--panel-light a:hover{
    background:#f4f4f4;
}

/* Breadcrumbs */
.edl-breadcrumbs,
.edl-breadcrumbs a{
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
}
.edl-breadcrumbs a:hover{
    color:#3399CC;
}

/* Mega nav */
.edl-hamburger{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width: 70px;
	border-left:1px solid #eee;
}
.edl-hamburger a{
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}
.edl-hamburger .edl-icon{
    text-align: center;
    width: 100%;
    display: block;
}
.edl-hamburger .edl-icon:before{
    font-size:40px;
    text-align: center;
    color: #333;
    line-height: 70px;
}
.edl-hamburger .edl-icon--close:before{
	content: "\f123" !important;
	font-size: 24px !important;
}
.edl-hamburger .edl-icon--close{
	background: #f4f4f4;
}
.edl-header--transparent .edl-hamburger .edl-icon:before{
	color:#fff;
}

.edl-nav--mega{
    position: fixed;
    top:0px;
    right:100%;
    width:100%;
    height:101%;
    background:#f4f4f4;
    z-index: 1;
    overflow: hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    transition: right 240ms ease-in-out;
	-moz-transition: right 240ms ease-in-out;
	-webkit-transition: right 240ms ease-in-out;
	-o-transition: right 240ms ease-in-out;
	padding-top: 80px;
}
.edl-nav--mega.show-mega{
    right:0;
}
.edl-nav--mega .edl-header--main{
    position: relative;
    background:#fff;
    border-color: #fff;
    margin-bottom:30px;
    text-align: center;
}
.edl-nav--mega .edl-hamburger .edl-icon:before{
    font-size: 24px;
}
.edl-nav--mega .edl-logo img{
    margin: 0 auto;
}
.edl-nav--mega .site-map{
    padding-left:15px;
    padding-right:15px;
}
.edl-nav--mega .site-map ul{
    margin-bottom: 15px;
}
.edl-nav--mega .site-map ul li a.edl-nav--toplevel{
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom:5px solid #e50000;
    margin-bottom:10px;
    font-weight: bold;
}
.edl-nav--mega .site-map ul li a{
    color: #333;
    padding: 8px 0;
    display: inline-block;
    text-transform: none;
    border-bottom: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
.edl-nav--mega .site-map ul li a:hover{
    color:#3399cc;
}
.edl-nav--mega .site-map ul.edl-nav-sub li a{
	padding: 8px 10px;
    margin-left: -10px;
	border-radius: 4px;
}
.edl-nav--mega .site-map ul.edl-nav-sub li a:hover{
	background: #3399cc;
	color:#fff;
}
.edl-nav--mega ul{
    margin: 0;
    list-style: none;
}
.edl-nav--mega .edl-header--main::before{
    display: none;
}
.edl-nav--utility-spacer{
    height: 34px;
    background: #222;
}

/* Simple Mega Nav */
ul.edl-nav--simple{
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}
ul.edl-nav--simple a{
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 21px;
}

/* Nav Responsiveness */
@media screen and (max-width: 960px){
    .edl-nav--main{
        display: none;
    }
    .edl-nav--utility,
    .edl-nav--utility-spacer{
        display: none;
    }
    .edl-hamburger{
        width:60px;
    }
    .edl-hamburger .edl-icon:before{
        font-size:40px;
        text-align: center;
        line-height: 60px;
    }
}
/*************************************************************************************
SEARCH
*************************************************************************************/
.edl-search{
    position: relative;
    overflow: hidden;
}
.edl-search .button{
    background-image:url('../images/icon_search.png') center center no-repeat;
    display: inline-block;
    min-height: 50px;
    float: right;
    width: 15%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.edl-search .button img{
    margin: 0 auto;
}
.edl-search .edl-input{
    box-shadow: none !important;
    padding: 15px;
    width: 83% !important;
    display: inline-block;
    float: left;
}
/*************************************************************************************
EXPAND/COLLAPSE & ACCORDION & TABS
*************************************************************************************/
/* Expand & Collapse */
.edl-expand{
    margin-bottom:30px;
}
.edl-expand .edl-expand--content{
    display: none;
}
.edl-expand .edl-expand--content p{
    margin-top: 0;
}

/* Expand & Collapse List */
.edl-expand--list{
    width: 100%;
    margin:0;
    list-style: none;
    margin-bottom:20px;
}
.edl-expand--list-action{
    position: relative;
    cursor: pointer;
    border-bottom:1px solid #f4f4f4;
}
.edl-expand--list-action.no-action{
    pointer-events: none;
}
.edl-expand--list-action.no-action:after{
    content: '';
}
.edl-expand--list-action p{
    margin: 0;
    padding: 10px 20px 10px 10px;
}
.edl-expand--list-action:after{
    content: '\f10f';
    font-family: "spark-icon-fill" !important;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
}
.edl-expand--list-action.active:after{
    content: '\f112';
}
.edl-expand--list-content{
    display: none;
    padding:0 10px;
}
.edl-expand--list-content p{
    margin:0;
    padding:10px 0 30px;
}

/* Accordion */
.edl-accordion--item{
    margin-top:-1px;
}
.edl-accordion--action p,
.edl-accordion--action h1,
.edl-accordion--action h2,
.edl-accordion--action h3,
.edl-accordion--action h4,
.edl-accordion--action h5,
.edl-accordion--action h6{
    margin: 0;
    padding: 0;
}
.edl-accordion .edl-accordion--action{
    padding:15px 40px 15px 20px;
    border:1px solid #e4e4e4;
    position: relative;
    cursor:pointer;
	font-weight: bold;
}
.edl-accordion .edl-accordion--action:hover{
    border-color:#3499cc;
    z-index: 1;
    transition: border 200ms ease-in-out;
}
.edl-accordion .edl-accordion--content{
    display: none;
    border:1px solid #e4e4e4;
    box-shadow: inset 0px 10px 10px -10px #ccc;
    padding:0 20px 20px 20px;
}
.edl-accordion .edl-accordion--action:after{
    content: '\f10f';
    font-family: "spark-icon-fill" !important;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.edl-accordion .edl-accordion--action.active:after{
    content: '\f112';
}

/* Tabs */
.edl-tab ul{
    list-style: none;
    margin:0;
    padding:0;
}
.edl-tab ul.edl-tab--nav  li{
    display: inline;
    float: left;
    margin-right:-1px;
    margin-bottom:-1px;
}
.edl-tab ul.edl-tab--nav li{
    border:1px solid #e4e4e4;
    display: block;
    background:#f4f4f4;
    border-radius: 6px 6px 0 0;

}
.edl-tab ul.edl-tab--nav li.active{
    background: #fff;
    border-bottom:1px solid #fff;
    border-right:3px solid #e4e4e4;
}
.edl-tab ul.edl-tab--nav a{
    display: block;
    padding:10px 25px;
    color: #333;
    border: none;
}
.edl-tab ul.edl-tab--panels li {
    display: none;
}
.edl-tab ul.edl-tab--panels li.active {
    display: block;
}
/*************************************************************************************
CARDS & PANELS
*************************************************************************************/
.edl-card{
    background:#f4f4f4;
    border:1px solid #f4f4f4;
    border-bottom:3px solid #e4e4e4;
    border-radius: 4px;
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}
.edl-card--light{
	background: #fff;
}
.edl-card--thumbnail{
    background: #ccc;
}
.edl-card img{
    border-radius: 0;
}
.edl-card a h6{
    font-weight: 300;
    font-weight: lighter;
    font-size: 21px;
    line-height: 1.3em;
}
.edl-card a h6:hover{
    color: #111;
}
.edl-card:hover{
    border-color:#e4e4e4;
    border-bottom-color: #ccc;
}
.edl-card .edl-card--content{
    padding:20px;
}
.edl-card .edl-card--content p{
    margin: 0;
    font-size: 14px;
    color:#999;
}
.edl-card p.edl-card--content-type{
    margin-bottom: 10px;
}
.edl-card p.edl-card--content-type a{
    color: #999;
}
.edl-card p.edl-card--content-type a:hover{
    color: #3399CC;
}
.edl-card p.edl-card--content-type span{
    float: right;
}
.edl-card .edl-card--meta{
    position: absolute;
    background:#f4f4f4;
    width: 100%;
    bottom:0;
    left:0;
    padding: 44px 20px 10px 20px;
    pointer-events: none;
    line-height: 1em;
    background: -webkit-linear-gradient(bottom, rgba(244,244,244,1) 50%, rgba(244,244,244,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(244,244,244,1) 50%, rgba(244,244,244,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(244,244,244,1) 50%, rgba(244,244,244,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(244,244,244,1) 50%, rgba(244,244,244,0));
}
.edl-card--light .edl-card--meta{
	background: #fff;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(255,255,255,1) 50%, rgba(255,255,255,0));
}
.edl-card .edl-card--meta a,
.edl-card .edl-card--meta span,
.edl-card p.edl-card--content-type{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    border:0;
    color: #999;
    pointer-events: all;
}
.edl-card .edl-card--meta a{
	color: #3399CC;
}
.edl-card .edl-card--meta span{
    margin-top: 2px;
}

/* Card - Compact */
.edl-card-min{
    height: auto;
    margin-bottom:15px;
}
.edl-card-min h6{
    margin-bottom:0;
}
.edl-card-min .edl-card--meta{
    position: static;
    background: none;
    padding:8px 20px;
    color: #999;
	margin-top: -20px;
}
.edl-card-min .edl-card--meta a:after{
    content:'\2022';
    display: inline-block;
    margin: 0 3px 0 5px;
    color: #999;
}
.edl-card-min .edl-card--meta span{
    float: none;
    font-size: 11px;
    font-weight: bold;
}
.edl-card--icon{
    position: absolute;
    padding: 22px 20px;
}
.edl-card--icon-content{
    padding-left:80px !important;
}
/* Panel */
.edl-panel{
    padding: 20px;
    border:1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom:30px;
    overflow: hidden;
	background: #fff;
}
.edl-panel-nm{
	margin-bottom: 0;
}
.edl-panel img{
    border-radius: 4px;
}
/* Panel Meta */
.edl-panel--meta{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    position: relative;
    top:4px;
}
.edl-panel--meta a:after{
    content:'\2022';
    display: inline-block;
    margin: 0 3px 0 5px;
    color: #999;
}
.edl-panel--meta a{
    color: #999;
}
.edl-panel--meta a:hover{
    color:#79CAF2;
}
/* Panel Lists */
.edl-panel-list{
    margin: 0;
    border-bottom:1px dotted #ccc;
    padding:20px 0 14px 0;
    border-radius: 0;
    position: relative;
}
.edl-panel-list .edl-panel--content p{
    margin: 0;
}

.edl-panel.panel-list{
    margin-bottom: 10px;
}

/* Card & Panel Responsivness */
@media screen and (max-width:640px){
    .edl-card{
        height: auto;
    }
    .edl-card .edl-card--meta{
        position: static;
        padding:10px 20px 10px 20px;
    }
}
/*************************************************************************************
TABLES
*************************************************************************************/
.edl-table{
	border: 1px solid #e4e4e4;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
}
.edl-table td{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
    padding: 6px 20px 6px 20px;
    min-width: 100px;
}
.edl-table th{
	background: #333;
	color:#fff !important;
	padding: 10px 20px;
	text-align: left;
}
.edl-table th h1,
.edl-table th h2,
.edl-table th h3,
.edl-table th h4,
.edl-table th h5,
.edl-table th h6{
	margin: 0;
	color: #fff;
}
/*************************************************************************************
MESSAGES & NOTIFICATIONS
*************************************************************************************/
.edl-message{
    padding: 20px 30px;
    border-radius: 3px;
    margin-bottom:30px;
    background: #fff;
    overflow: hidden;
	color: #fff;
}
.edl-message p{
    margin: 0;
    float: left;
    margin-left: 20px;
}
.edl-message .edl-message--icon:before{
    font-size: 18px;
    float: left;
}

.edl-message.edl-message--success{
    background: #32b98e;
}
.edl-message.edl-message--warning{
    background: #dadb26;
}
.edl-message.edl-message--error{
    background: #ac0000;
}

/* Notices */
.edl-notice{
    padding: 15px 40px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    background: #ac0000;
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.edl-notice p{
    margin: 0;
    color: #fff;
}
.edl-notice a{
    color:#fff;
    text-decoration: underline;
}
.edl-notice .edl-icon{
    position: absolute;
    right: 15px;
    top:15px;
    cursor: pointer;
}
.edl-notice .edl-icon:before{
    color: #fff;
}
/*************************************************************************************
FORM ELEMENTS
*************************************************************************************/
/* Dyamic In-Field Labels */
form.edl-form input[type='text'],
form.edl-form input[type='email'],
form.edl-form input[type='tel'],
form.edl-form select,
form.edl-form textarea{
    padding:1rem 1rem  .25rem 1rem !important;
    width: 100%;
    font-size: 1rem;
    min-height: 50px;
    border:1px solid #e4e4e4;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
}
form.edl-form textarea{
    min-height: 150px;
    padding-top: 1.4rem !important;
}
form.edl-form input:focus,
form.edl-form select:focus,
form.edl-form textarea:focus{
    border-color:#3399cc;
    outline: none;
}
form.edl-form label.edl-label{
    position: absolute;
    left: 1rem;
    line-height: 3.125rem;
    z-index: 1;
    top: 0;
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    pointer-events: none;
    color: #999;
    font-size: 1rem;
}
form.edl-form label.has-value{
    color: #999;
    font-size: .7rem;
    line-height: 1.9rem;
}
/* Form select */
form.edl-form .edl-select select {
    cursor:pointer;
    padding: 1rem;
}
form.edl-form .edl-select:hover select{
    border-color:#32b98e;
}
/*************************************************************************************
SOCIAL
*************************************************************************************/
.edl-social ul li{
    display: inline-block;
    line-height: 65px;

}
.edl-social ul li a{
    color:#555;
    padding: 0 10px;
    display: block;
}
.edl-social .edl-icon:before{
    font-size: 21px;
}

/* Hovers */
.edl-social ul li a:hover .edl-icon:before{
    color:#f4f4f4;
}
/*************************************************************************************
FOOTER
*************************************************************************************/
.edl-footer{
	background:#222222;
	padding:0 15px;
}
.edl-footer .edl-nav--footer,
.edl-footer .edl-footer-logo{
	float: left;
}
.edl-footer ul{
    margin: 0;
}
.edl-footer .edl-nav--footer ul li{
	display: inline;
	line-height: 65px;
	padding:0 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.edl-footer .edl-nav--footer ul li a{
	color: #f4f4f4;
	text-decoration: none;
    border:none;
}
.edl-footer .edl-nav--footer ul li a:hover{
	color:#999;
}

/* Footer Responsivness */
@media screen and (max-width:740px){
    .edl-footer{
        text-align: center;
        padding-top: 15px;
        padding-bottom:30px;
        padding-left:0;
        padding-right:0;
    }
    .edl-footer .edl-nav--footer ul li{
        display: block;
        line-height: 2em;
    }
    .edl-footer .edl-nav--footer,
    .edl-footer .edl-footer-logo{
    	float: none;
    }
    .edl-footer .edl-footer-logo img{
        display: inline;
    }

}
