#myTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color:#dda14b;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }

#myTopBtn:hover {
	background-color:#e4a73f;
}

.py_80 {
	padding: 40px 0;
}

.py_60 {
	padding: 60px 0;
}

.py-30 {
	padding: 30px;
}

.py-80 {
	padding: 80px 0;
}

.mb-30 {
	margin-bottom: 30px;
}

.mtb-30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.mt-30 {
	margin-top: 30px;
 }

.masthead, .masthead-bariatric, .masthead-contact, .masthead-airrepatriation, .masthead-transport, .masthead-mentalhealth, .masthead-pts {
	height: 25vh;
	min-height: 400px;
	max-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.masthead {
	background-image: url(../../images/carousel/emshpss09.jpg);
}

.masthead-bariatric {
	background-image: url(../../images/carousel/bariatricheader009.jpg);
}

.masthead-contact {
	background-image: url(../../images/carousel/contact.png);
}

.masthead-airrepatriation {
	background-image: url(../../images/gallery/large/air002.jpg);
}

.masthead-transport {
	background-image: url(../../images/carousel/tft001.jpg);
}

.masthead-mentalhealth {
	background-image: url(../../images/gallery/large/smh7.jpg);
}

.masthead-pts {
	background-image: url(../../images/carousel/emshpss02.jpg);
}

.masthead h1, .masthead-bariatric h1, .masthead-airrepatriation h1, .masthead-transport h1, .masthead-pts h1, .masthead-mentalhealth h1, .masthead-contact h1 {
	font-family: serif;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.raised h1, .raised h2, .raised h3, .raised h4, .raised h5 {
	font-family: serif;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.copyright h4 {
	font-family: serif;
	display: inline-flex;
	color: white;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.ems-text label {
	font-weight: 500;
	color: white;
}

.ems-radio label {
	font-weight: 500;
	color: white;
	margin-top: 30px;
}

.ems-standout-card {
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	margin-top: 50px;
	margin-bottom: 80px;
	padding: 40px;
}

.bg-copyright {
	height: 120px;
	background: url("../../images/emslogo72transgrey.png") no-repeat right;
	background-size: contain;
}

.bg-copyrightgrey {
	height: 120px;
	background: url("../../images/emslogo72trans.png") no-repeat right;
	background-size: contain;
}

.copyright img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
}

.bg-iso9001 {
	height: 100px;
	background: url("../../images/iso9001x160x124.jpg") no-repeat center;
	background-size: contain;
}

.bg-iso14001 {
	height: 100px;
	background: url("../../images/iso14001x160x124.jpg") no-repeat center;
	background-size: contain;
}

.ml-1 {
	margin-left: 15px!important
}

.ml-2 {
	margin-left: 30px!important
}

.isobox ul{	margin:0; padding:0; list-style:none; }
.isobox li{	display: block; float: left; width: 90px; height: 70px; margin: 0 15px 15px 0; padding: 4px; border: 1px solid #c7c7c7; }
.isobox li.last{margin-right:0;}
