/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  =  NEEDS CLEANUP */
/* CLEAN UP COLORS */

/*

Espresso		#144858		Header Bar & Background Elements
Dark Gray		#aaaaaa		Misc Lines/Elements
Medium Gray		#dddddd		Secondary Header Bar
Light Gray		#eeeeee		Active Row Item Link
Dark Red		#13BFDB		Link
Red				#0098b1		Visited Link
White			#ffffff		Backgrounds, Misc Text/Hover Elements
Black			#000000		Text

*/
/*
MODIFICATIONS:
2/13/2020 kivanovsky PRJ0012009  'Dentist' element style
*/

body {
	font-family: 'Open Sans Condensed', Helvetica, 'Arial Narrow', Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff;
/*	background: #ffffff url(https://m.mpassport.com/mobile-sample/assets/images/bg-page.jpg);*/
}

html, body {
	width: 100%;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

#pageContent {
	display: inline-block;
	width: 100%;
	padding-bottom: 60px;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.moreVerticalMargin { /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  =  NEEDS CLEANUP - FFIND BETTER WAY */
	margin: 30px 0;
}

a:link,
a:visited,
a:hover {
	display: inline-block;
	padding: 2px 4px;
	color: #13BFDB;
	text-decoration: none;
	outline: 0;
}
a:active {
	color: #0098b1;
	outline: 0;
}

.linkCallout {
	text-align: center;
}
/*
 {
	padding: 10px 20px;
	color: #13BFDB;
    background: #eeeeee;
	border: 1px solid #dddddd;
	text-decoration: none;
	font-size: 1.25em;
	outline: 0;
}
.linkCallout a:active {
	color: #000000; 
	background: #eeeeee;
	outline: 0;
}
*/

img {
	border: none;
	outline: 0;
	font-size: 50%;
	font-style: italic;
	color: #000000;
}
.alt {
	font-size: 11px;
	color: #000000;
}
.pushLeft {
	float: left;
	margin: 0 15px 5px 0;
}
.pushRight {
	float: right;
	margin: 0 0 5px 15px;
}

.small {
	font-size: 0.5em;
}
.medium {
	font-size: 0.75em;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}
.scrollWrapper {
	position: absolute; z-index: 1;
	top: 0; 
	bottom: 48px;
	width: 100%;
	overflow: auto;
}
.scroller {
	position: absolute; 
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);   /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  =  NEEDS CLEANUP */
	width: 100%;
	padding: 0;
}
/*
ol,ul {
	margin-left: 20px;
}
*/
p {
	line-height: 1.55em;
	margin-top: 5px;
}


/* START Header,  Menu, Navigation */
#pageHeader {
	top: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 60px;
	color: #000000;
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid #144858;
	width: 100%;
}
#pageHeader p {
	margin: 0 auto;
	text-align: center;
}

#pageHeader .columnRight{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5%;
	top: 15px
} 

/*
#btnNav {
	height: 35px;
	width: 40px;
	margin-top: 12px;
	float: right;
	background: url(https://m.mpassport.com/mobile-sample/assets/images/icon35x35-hamburger.png) no-repeat center;
}
*/

.btnNav {
	margin-top: 12px;
	float: right;
/*	background: #144858; */
	background: #ffffff;
}
.btnNavLine {
	width: 25px;
	width: 30px;
	height: 3px;
/*	background: #ffffff; */
	background: #144858;
	margin: 7px 10px;
}

.siteNav { /* Hamburger */
	position: absolute;
	top: 0;
}
.siteNavRight{
	right: 3%;
}
.siteNavLeft{
	left: 3%;
}

.menu {
	display: none;
	padding-bottom: 60px;
	width: 225px;	
	background: #144858;
}

.menuActiveLeft #pageHeader{
	left:226px !important;
}

.menuActiveRight #pageHeader{
	right:226px !important;
}

.menuActiveRight #wrapper {
  	right: 226px;
    padding-top: 0;
    position: absolute;
	overflow-x: hidden;
}
.menuActiveLeft #wrapper {
  	left: 226px;
    padding-top: 0;
    position: absolute;
	overflow-x: hidden;
}
.menuActiveRight .menu,.menuActiveLeft .menu {
	display: inherit;
	position: absolute;
	height: 100%;
}
.menuActiveRight .menu{
	border-left: 1px solid #144858;	
	right: 0;
}
.menuActiveLeft .menu{
	border-right: 1px solid #144858;	
	left: 0;
}
.menu ul {
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 15px;
	padding-left: 0;
	width: 100%;
}
.menu li {
	color: #ffffff;
	font-size: 1.25em;
	text-align: right;
	padding: 8px 4px;
	list-style: none;
}
.menu li a:link,
.menu li a:visited,
.menu li a:active,
.menu li a:hover {
	color: #ffffff;
	font-size: 0.9em;
	margin-right: 15px;
	width: 100%
}

#siteHeader { /*This should be considered the page <H1> */
	font-family: 'Roboto Slab', Helvetica, 'Arial Narrow', Arial, sans-serif;
	font-size: 1.25em;
	background: #144858;
	color: #ffffff;
	width: 100%; 
	padding: 10px 0 10px 0;
	text-align: center;
}
#siteHeader p {
	margin: 0;
}
.siteSubHeader { /* Secondary bar below site header */
	font-family: 'Roboto Slab', Helvetica, 'Arial Narrow', Arial, sans-serif;
	width: 100%;
	clear: both;
	font-size: 1.05em;
	text-align: center;
	border-top: 1px #dddddd solid;
	background: #dddddd;
	border-bottom: 1px #aaaaaa solid;
}
.siteSubHeader p {
	margin: 5px 0;
}

.screenNav a:link,
.screenNav a:visited {
	text-align: center;
	font-size: 1.25em;
	padding: 8px 0;
	line-height: 1.5em;
	color: #13BFDB; 
	width: 100%;
	display: block;
	background: #ffffff;
/*	background: #ffffff url(https://m.mpassport.com/mobile-sample/assets/images/rowarrow-right.png) no-repeat 95% center;*/
	border-bottom: 1px solid #dddddd;
}
.screenNav a:active {
	color: #000000; 
	background: #eeeeee;
}

#onPageMenu {
    margin: 0 0 30px 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
}
#onPageMenu a:link,
#onPageMenu a:visited,
#onPageMenu a:hover {
/*
    height: auto;
    margin: 0;
    background: #eeeeee;
	border: 1px solid #dddddd;
    color: #13BFDB;
    font-size: 1.25em;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
	*/
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 2px solid #144858;
    color: #144858;
    display: inline-block;
/*    font-family: "Proxima Nova",Helvetica,sans-serif;
    font-size: 157%;*/
    font-weight: normal;
    letter-spacing: 0.07em;
    padding: 15px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#onPageMenu a:active {
	/*
	border: 1px solid #144858;
    color: #144858;
	*/
    border: 3px solid #144858;
	background: #f1f8fa;	
}
#onPageMenu ul {
    display: none;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}
#onPageMenu ul li {
	background: none;
}
#onPageMenu ul.expanded {
    display: block;
	margin-top: 10px;
}
#onPageMenu li a:link,
#onPageMenu li a:visited,
#onPageMenu li a:hover {
    background: #ffffff;;
	border: none;
    text-align: center;
    text-transform: normal;
    display: block;
    padding: 10px 0 5px 0;
	margin: 0 0 0 -58px;
    border-top: 1px solid #dddddd;
	font-size: 1.25em;
    color: #13BFDB;
    text-transform: none;
    text-decoration: none;
}
#onPageMenu li a:active {
    border-top: 1px solid #dddddd;
    color: #0098b1;
}
#onPageMenu li a.hot {
    border-top: 1px solid #dddddd;
    color: #0098b1;
}
/*
#onPageMenu ul ul {
    display: none;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}
#onPageMenu ul ul li {
	background: none;
}
#onPageMenu ul ul.expanded {
    display: block;
	margin-top: 10px;
}
#onPageMenu ul ul li a:link,
#onPageMenu ul ul li a:visited,
#onPageMenu ul ul li a:hover {
    background: #ffffff;;
	border: none;
    text-align: center;
    text-transform: normal;
    display: block;
    padding: 10px 0 5px 0;
	margin: 0 0 0 -58px;
    border-top: 1px solid #dddddd;
	font-size: 1.25em;
    color: #13BFDB;
    text-transform: none;
    text-decoration: none;
}
#onPageMenu ul ul li a:active {
    border-top: 1px solid #dddddd;
    color: #0098b1;
}
#onPageMenu ul ul li a.hot {
    border-top: 1px solid #dddddd;
    color: #0098b1;
}
*/

/*
.onPageSideMenu {
	padding: 20px;
	background: #eeeeee;
	border: 1px solid #dddddd;
}
*/

/* START Row Items */
/* END Row Items */

/* END Header */

.content {
	margin: 3%;
}
.content ul {
	margin-left: 0;
}
.content ol li {
	margin: 0 0 20px 0;
}
.content ul li {
	margin: 20px 0 20px 0;
	padding-left: 20px;
	list-style-type: none;
	line-height: 1;
}
.content ul li ul {
	margin: 10px 0 0 -40px;
}
.content ul li ul li {
	margin: 20px 0 20px 0;
	padding-left: 20px;
	list-style-type: none;
	line-height: 1;
}

h2 {
	font-family: 'Roboto Slab', Helvetica, 'Arial Narrow', Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

h3 {
	font-family: 'Roboto Slab', Helvetica, 'Arial Narrow', Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}

h4 {
	font-family: 'Roboto Slab', Helvetica, 'Arial Narrow', Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.15em;
	margin: 0 0 .5em 0;
}

/* content icons, pagination and button(S) */
.childArrowsRight a{
	background:url(https://m.mpassport.com/assets/images/icons/arrowr-medium.png) no-repeat right center transparent;
	display:inline-block !important;
	width:88%;
	padding-right:10% !important
}

.childArrowsRight p{
	width:76% !important	
}

.childArrowsRight p a{
	width: 100% !important
}

.checkMark{
	cursor:default !important;
}

#languageSwitch {
    height: 100%;
    width: 100%;
}
#languageSwitch p {
    display: inline-block;
    height: 100%;
    margin: 0;
    width: 100%;
}
#languageSwitch a {
    color: #000000;
    float: left;
    height: 100%;
    line-height: 3em;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}
#languageSwitch #active {
    background: none repeat scroll 0 0 #D7E1E5;
}

.checkMark span{
	background:url(https://m.mpassport.com/assets/images/icons/icon16x16-check.png) no-repeat right center transparent;
	display:inline-block !important;
	width:94%;
	cursor:default;
	padding: 2px 3% 2px 4px;
}
.parentArrowsRight a{
	background:url(https://m.mpassport.com/assets/images/icons/icon-blue-circle-arrow-right.png) no-repeat right center transparent;
	display:inline-block !important;
	width:75%;
	padding-right:17.5% !important;
	line-height: 1.9em
}

.parentArrowsRight li{
	width:100%	
}
.lessPadding li{
	padding-left:1.25% !important	
}

/* START message, alert, error, success, info tags */
.message {
	width: 95%;
	color: #555555;
	background: #e7e7e7;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius:5px;
	margin: 0 0 15px 0;
	padding:0 5px 0 10px;
	text-shadow: none; /* four values : horizontal vertical blur color */
}
.messageError {
	background: #fbcecf;
	border: 1px solid #cea2a5;
}
.messageAlert {
	background: #fcf8ca;
	border: 1px solid #f1d970;
}
.messageSuccess {
	background: #d4f5d3;
	border: 1px solid #abcea9;
}
.messageInfo {
	background: #d4e6f9;
	border: 1px solid #c3c7e1;
}
.message h4 {
	color: #373737;
	font-size: 110%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 5px 0px 10px;
	text-shadow: none; /* four values : horizontal vertical blur color */
}
.message p {
	color: #373737;
	font-size: 90%;
	padding: 10px 5px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-shadow: none; /* four values : horizontal vertical blur color */
}
.messageClose {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
	background: url(https://m.mpassport.com/assets/images/icons/icon16x16-close.png) no-repeat 0 0;
}

.toolIcons p{
	background:url(https://m.mpassport.com/assets/images/icons/iconsprite-mobileweb-40x40.png) no-repeat left center;
	display:inline-block;
	width:92%;
	margin:0;
	padding:10px 10px 9px 15%
}

.toolIcons p a{
	width: 100%
}

.toolIcons .alerts{
	background-position:0 -268px
}

.toolIcons .app{
	background:url(https://m.mpassport.com/images/mobiledevice-small@2x.png) no-repeat left center !important;
}

.toolIcons .camera{
	background-position: 0 -1150px
}

.toolIcons .cameraSmall{
	background:url(https://m.mpassport.com/assets/images/icons/icon-24x19-camera.png) no-repeat left center !important	
}

.toolIcons .drugs{
	background-position:0 -161px
}
.toolIcons .embassies{
	background-position:0 -54px
}

.toolIcons .emergency{
	background-position:0 -108px
}

.toolIcons .email{
	background-position:0 -804px	
}

.toolIcons .fax{
	background-position: 0 -594px	
}

.toolIcons .fire{
	background-position:0 -754px	
}

.toolIcons .globe{
	background-position:0 -975px	
}

.toolIcons .gps{
	background-position:0 -432px	
}

.toolIcons .map{
	background-position:0 -375px;
}

.toolIcons .meds{
	background-position:0 -216px
}
.toolIcons .phone{
	background-position:0 -540px
}
.toolIcons .police{
	background-position:0 -702px 	
}

.toolIcons .providerSearch{
	background-position:0 0
}

.toolIcons .doctor{
	background-position:0 -1040px
}

.toolIcons .dentist{
	background-position:0 -1258px
}
.toolIcons .hospital{
	background-position: 0 -1100px
}

.toolIcons .pharmacy{
	background-position: 0 -1200px 
}

.toolIcons .search{
	background-position:0 -486px	
}

.toolIcons .sound{
	background-position:right -859px;
	padding:5px 5% 5px 0
}

.toolIcons .web{
	background-position:0 -647px
}

.toolIcons .sound a{
	width: 93%
}

.pagination{
	margin:0;
	padding:0 !important;
	display:inline-block;
	width:100% !important;
	border-bottom:1px #8f97a2 solid;
	clear:both
}

.pagination > a{
	width:34%;
	margin:0; 
	padding:0.8em 0 0.8em 0 !important;
	background:none;
	text-align:center
}

.pagination .middle{
	float:left;
	font-size:0.9em;
	line-height:2.25em;
	padding:0.6em 0;
	margin:0;
	text-align:center;
	text-transform:lowercase !important;
	width:32% !important;	
	background: #e9e9e9; /* for non-css3 browsers */
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #fffff)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #e9e9e9, #ffffff); 
	background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	/* IE 10 */ 
	background: -ms-linear-gradient(top, #e9e9e9, #ffffff); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #e9e9e9, #ffffff);		
}

.pagination .left{
	float:left
}

.pagination .right{
	float:right
}
/* because we need this to take precendence sometimes, we need this slightly out of alphabetical order */
.pagination .datePagination{
	font-size:0.80em !important
}

.pagination a.datePagination {
	width:30% !important	
}

.pagination span.datePagination {
	width:38% !important
}
.contentList{
	background: #fff; 
	width:100%;
	display:inline-block;
	margin-top:0;
	padding-left:0;
	margin-left:0;
	margin-bottom:0
}

.contentList li{
	padding:10px 3%;	
	border-bottom:1px #8f97a2 solid;
	list-style:none;
	line-height:1.55em
}

.contentList li a{
	color:#E55302	
}

.contentList a{
	padding-left:0
}

#pageFooter a:link{
	color:#000;
}

.changeLocationButton{
	display:inline-block; 
	padding:0.3em 0.4em; 
	margin:0.2em 0 0.2em 0.35em; 
	background:#fff; 
	text-align:center; 
	color:#000; 
	border-radius:3px;
	-webkit-border-radius:3px;
	border:1px #999 solid;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;	
	-moz-border-radius:3px;
	color:#000;
}
/* end content icons and button(s) */

/* START Form */
form fieldset {
	border: none;
}
label {
	display: inline-block;
}
form p {
	margin-bottom: 15px;
}


.linkCallout  a:link,
.linkCallout a:visited,
.linkCallout a:hover,
form input.button {
	-webkit-appearance: none;
	-moz-appearance: none;
    background-color: #417E95;
    border: none;
    color: #fff;
    display: inline-block;
/*  font-family: "Proxima Nova",Helvetica,sans-serif;*/
    font-size: 135%;
    font-weight: bold;
    letter-spacing: 0.07em;
    padding: 0.25em 0 0.25em 10px;
    text-align: center;
    cursor:pointer;
    width: 95%
}

form input.buttonSmall{
    padding: 0.5em;
    font-size: 0.8em;
    width: auto;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 95%;
  height: 35px;
  padding: 0 0 0 10px;
  border: 1px solid #dddddd;
  background: #eeeeee;
}
.checkBox {
	float: left;
	display: inline-block;
	border: 1px solid #dddddd;
	margin-top: 4px;
	margin-right: 10px;
}

/*
input[type=checkbox] + label  {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	padding: 5px;
	border: 1px solid #dddddd;
}
*/
.selectField {
	width: autuo;
	padding: 8px;
	border: 1px solid #dddddd;
	background: #eeeeee;
}
/* END Form */

/* START Footer */
#pageFooter {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 1.5;
	top: auto !important;
	bottom: 0;
	color: #000000;
	background: #ffffff;
	font-size: .75em;
	text-align: center;
	padding: 5px 0 10px 0;
	border-top: 1px #eeeeee solid;
}
#pageFooter p {
	margin: 0;
}
#pageFooter a:link,
#pageFooter a:visited,
#pageFooter a:hover,
#pageFooter a:active {
	color: #13BFDB;
	text-decoration: none;
	padding: 5px 10px;
}
/* END Footer */



/*** Orientation change ***/

	/* Portrait */
@media screen and (orientation:portrait) {
	.childArrowsRight li > p > a {	
		padding-right: 3% !important;
	}
	
	.toolIcons p {
		padding-left: 17.5% !important;
	}
	
	.toolIcons .sound {
		padding: 5px 5% 5px 0 !important;
	}
	
}
	/* Landscape */
@media screen and (orientation:landscape) {
	.childArrowsRight li > p > a {	
		padding-right: 12% !important;
	}
		
	.toolIcons p {
		padding-left: 11.5% !important;
	}
	
	.toolIcons .sound {
		padding: 5px 5% 5px 0 !important;
	}	
}

@media screen and (max-width: 320px){	
	.childArrowsRight li > p > a {	
		padding-right: 2% !important;
	}	
	
	.parentArrowsRight a {	
		width: 81.5% !important;
		padding-right: 12.5% !important;
	}
	
	.pagination a {
		width: 31% !important;
		font-size: 0.8em !important;
		padding-right: 0 !important;
	}
	
	.pagination .middle {
		width: 38% !important;
		font-size: 0.8em !important;
	}
	
	.toolIcons p {		
		padding-left: 20.5% !important;
	}
}

/* prevent zooming in when you focus in on a form element on an apple device */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus, textarea:focus, input:focus {
		font-size: 16px;
	}
}

/* External Provider Finder Styles */
.locationRedirect {
	margin: 30px 30px 30px 70px;
}
p.finderTitle {
    font-size: larger;
    font-weight: bold;
}
a.resetLink.ui-link {
    background: none;
    text-decoration: underline;
    display: inline-block !important;
    width: unset !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
p.linkNewWindowText {
	font-size: smaller;
}
#siteHeader.externalBlankHeader {
	min-height: 20px;
}
.req {color:red;}

.providerMap {
	border:solid 1px #aaa;
	width:90%;
	min-height: 550px;
	margin:10px auto;
}