a
{
    text-decoration: none;
	transition: color 300ms, background-color 300ms;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
}

.bodylink {
	color: #2590ff;
}
.bodylink:hover {
	color: #117a95;
	text-decoration: underline;
}
.homelink {
	color: inherit;
}
.homelink:hover {
	text-decoration: underline;
}

main, body
{
	font-family: 'Source Sans Pro', 'sans-serif';
}

body
{
	background-color: #FDFDFD;
	opacity: 0;
}

header
{
	margin-bottom: 0;
	overflow: visible;
}

#headerinside
{
	text-align: center;
	padding: 0 15px;
}
#headerinside > a > h1 {
	margin-right: 0;
}

@media (min-width: 810px) {
	#headerinside {
		text-align: left;
	}
}

h2 > span:after
{
	padding: 0 6px;
	content: '\B7';
	font-size: 16px;
}

h2 > span:last-child:after
{
	content: '';
	padding: 0;
}

h1
{
	display: block;
	margin: 26px 0 0 0;
	color: black;
	font-size: 2.4em;
}

h2
{
	margin: 0;
	font-size: 1.2em;
}

#tagline
{
	word-spacing: -0.2em;
	margin-left: 1px;
	font-weight: 400;
}

h3
{
	font-size: 1.4em;
}

.bgprimary1
{ background-color: #ADD2DB; }

.primary1
{ color: #ADD2DB; }

.bgprimary2
{ background-color: #8CAFAD; }

.primary2
{ color: #8CAFAD; }

.bgprimary3
{ background-color: gray; }

.primary3
{ color: gray; }

.bgsecondary1
{ background-color: #BAC405; }

.secondary1
{ color: #BAC405; }

/*.bgsecondary2
{  }

.secondary2
{  }

.bgsecondary3
{  }

.secondary3
{  }*/

nav
{
	overflow: visible;
	padding: 0;
	height: 2px;
}

#navbox
{
	display: none;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
}

.mobilenav {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.mobilenav > button {
	padding: 6px 6.5px 3px;
	border-radius: 5px;
	border: 2px solid #808080;
	background: #808080;
}

.mobilenavexpand {
	display: none;
	position: absolute;
	top: -1px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.mobilenavlist {
	display: inline-block;
	width: 80%;
	max-width: 400px;
	padding: 10px;
	border-radius: 10px;
	list-style-type: none;
	/*background-color: #808080;*/
	background-color: #ADD2DB;
}

.mobilenavlistitem {
	padding: 10px 0;
}

.mobilenavlink, .mobileathome, .mobileinhealthcare {
	display: inline-block;
	clear: both;
	padding: 5px 10px;
	color: black;
	border: 1px solid #ADD2DB;
	border-radius: 5px; 
}

button > img {
	width: 40px;
}

@media (min-width: 810px) {
	nav {
		height: 40px;
	}
	#navbox {
		display: block;
	}
	.mobilenav {
		display: none;
	}
}

.navlist
{
	position: relative;
	padding: 0;
	list-style-type: none;
}

.navlistitem
{
	display: inline-block;
	position: relative;
	height: 100%;
	border-right: 1px solid white;
}

.navlistitem:last-child
{
	border-right: none;
}

.navlink
{
	display: block;
	position: relative;
	height: 100%;
	line-height: 40px;
	padding: 0 15px;
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

#athome:hover, .mobileathome:hover
{
	background: #e6e3d8;
}

#inhealthcare:hover, .mobileinhealthcare:hover
{
	/* background: #0064AD; */
	background: #008dbc;
	color: white;
}

.navlink:hover
{
	color: black;
	background: white;
}

.mobilenavlink:hover {
	background: white;
}

.mobilenavlink:hover, .mobileathome:hover, .mobileinhealthcare:hover {
	border: 1px solid black;
}

.active
{
	color: black;
	background: white;
}

.hovermenu
{
	display: none;
	position: absolute;
	min-width: 100%;
	z-index: 1;
}

.hovermenu > ul
{
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

.hovermenu > ul > li
{
	min-width: 100%;
}

.athomehover, .homeuseactive
{
	background: #e6e3d8;
	transition: color 300ms, background-color 300ms;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
}

.healthcarehover, .healthcareactive
{
	/*background: #0064AD;*/
	background: #008dbc;
	color: white;
	transition: color 300ms, background-color 300ms;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
}

.conditionshover {
	background: #ADD2DB;
}

#athomehover
{
	min-width: 200px;
}

#healthcarehover > ul > li > .navlink
{
	color: white;
}

#healthcarehover > ul > li > .navlink:hover
{
	color: black;
} 

#headlinesection
{
	display: none;
	position: relative;
	z-index: 0;
	height: 390px;
	margin: 0 0 10px;
	padding: 0;
	background-image: url('../imgs/headlineimage.jpg');
	background-size: cover;
}

@media (min-width: 800px) {
	#headlinesection {
		display: block;
	}
}

#headlinewatch, #headlinewatchtext {
	opacity: 0;
}

.boldtext {
	font-weight: 700;
}

.topline {
	display: block;
	text-align: center;
	margin: 10px 0 18px;
}

.topline > h1 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	font-size: 1.8em;
	text-align: center;
}

.topline > h2 {
	margin: 0;
	padding-top: 5px;
	font-size: 1.1em;
}

#mobilewatch {
	display: inline-block;
	margin-top: 15px;
	width: 50%;
	max-width: 300px; 
	min-width: 180px;
	opacity: 0;
}

@media (min-width: 800px) {
	#mobilewatch {
		display: none;
	}
}

#headlinetitle
{
	display: none;
	position: absolute;
	top: 0;
	left: -82.6%;
	font-size: 1.9em;
}

.safetyandhealth
{
	margin-right: 20px;
}

.broughttogether
{
	color: white;
}

#overlay
{
	position: absolute;
	right: 0;
	height: 100%;
	width: 33.33333333%;
	padding: 20px;
	overflow: visible;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

#overlay > h1 {
	height: 20%;
	margin: 0;
	color: white;
	font-size: 1.4em;
}

#watchholder {
	height: 80%;
	width: 100%;
	white-space: nowrap;
}

#watchholder > a > img {
	max-width: 280px;
	width: inherit;
	vertical-align: middle;
}

.centrealignhelper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.impactboxholder {
	display: block;
	position: relative;
}

@media (min-width: 800px) {
	.impactboxholder {
		display: flex;
	}
}

.impactboxholder > .impactboxes {
	flex: 1;
}

.leftimpactbox
{
	clear: left;
}

.mainimpactbox > .impactboxesinner
{
	background: rgb(218,215,203);
}

.rightimpactbox > .impactboxesinner
{
	background: #008dbc;
	/* background: #9bcff4; */
	/* background: #0064AD; */
	color: white;
}

@media (min-width: 800px) {
	.leftimpactbox > .impactboxesinner {
		margin-right: 5px;
	}
	.rightimpactbox > .impactboxesinner {
		margin-left: 5px;
	}
}

.impactboxes
{
	position: relative;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.impactboxesinner
{
	height: 100%;
	padding: 15px;
	background: #e6e3d8;
}

#homepageawardsbox {
	padding: 15px;
}

#homepageawardsbox > div {
	text-align: center;
}

.homepageawards {
	display: inline-block;
	margin: 20px auto 0;
	max-width: 150px;
	text-align: center;
}

@media (min-width: 800px) {

}

#phoneholder > h2
{
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	font-size: 1.4em;
}

.impactboxesinner > p
{
	margin-top: 10px;
}

main
{
	position: relative;
}

main > section:last-of-type
{
	position: relative;
	overflow: visible;
	padding: 0 0 10px 0;
}

@media (min-width: 800px) {
	main > section:last-of-type {
		position: absolute;
		right: 0;
		padding: 0 0 0 10px;
	}
}

#noresults
{
	display: none;
}

#phoneholder
{
	display: block;
	position: relative;
	min-height: 384px;
	padding: 15px;
	background-image: url('../imgs/phoneinhand.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

#phoneholder > h2
{
	display: block;
	position: relative;
}

#phoneholder > img {
	display: none;
}

@media (min-width: 451px) {
	#phoneholder {
		display: none;
	}
}

@media (min-width: 800px) {
	#phoneholder {
		display: block;
	}
	#phoneholder > h2 {
		display: none;
	}
}

@media (min-width: 1000px) {
	#phoneholder > h2 {
		display: block;
	}
}

aside > h2 {
	margin-bottom: 10px;
}

#search-form > fieldset {
	padding: 0;
	border: 0;
}

#search-criteria {
	width: 80%;
	height: 35px;
	margin: 0;
	padding: 0 3px;
	font-size: 1em;
	font-family: 'Source Sans Pro', 'sans-serif';
}

.questions {
	margin-bottom: 10px;
}

.questions > h2
{
	background: rgb(218,215,203);
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}

.questions.vivago > h2 {
	background: rgb(218,215,203);
}
.questions.vivago > h2:hover {
	background: rgb(231,229,220)
}

.questions.sg > h2 {
	background: #EBEBEB;
}
.questions.sg > h2:hover {
	background: #f3f3f3;
}

.questions > h2:hover {
	background: rgb(231,229,220)
}

.questions > p
{
	margin: 5px 0 25px;
	padding: 3px 10px;
}

footer
{
	background-color: #3c91e6;
}

#footerlinks
{
	float: left;
}

#copyright
{
	margin-top: 2px;
	font-size: 0.9em;
}

.footerlink
{
	margin-right: 20px;
}

.footerlink:hover
{
	color:white;
}

.footerlink:last-child
{
	margin-right: 0;
}

.backtotop
{
	display: none;
	position: fixed;
	z-index: 5;
	right: 10%;
	bottom: 50px;
	width: 25px;
	height: 25px;
	opacity: 0.5;
	background-image: url('../imgs/arrowup.png');
	background-size: 100%;
	transition: bottom 500ms;
	-webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    -o-transition: bottom 500ms;
}

.backtotop:hover
{
	opacity: 1;
	cursor: pointer;
}

.lasttwowords
{
	display: inline-block;
}
.faqbuttons {
	background: white;
	transition: background 200ms;
}
.faqbuttons[name="vivagocheck"].btnactive {
	background: rgb(218,215,203);
}
.faqbuttons[name="sgcheck"].btnactive {
	background: #EBEBEB;
}
aside.faq {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
@media(min-width: 800) {
	aside.faq {
		margin-bottom: 0;
	}
}
aside.fireprevention > h1 {
	font-size: 1.5em;
	text-align: center;
}

.mediasection {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto 20px;
}
.mainimages {
	position: relative;
	text-align: center;
}
.mediainner {
	display: inline-block;
	position: relative;
	width: 90%;
	max-width: 400px;
	text-align: center;
}
.ratio {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}
.mediainner > img {
	max-width: 400px;
	border: 0;
}
.mediainner > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 266.6px;
	max-width: 400px;
	border: 0;
}
.jobtitles {
	margin-bottom: 0;
}
#frsloginbox {
	display: none;
	margin-bottom: 3px;
	overflow: hidden;
}
@media(min-width: 810px)
{
	#frsloginbox {
		display: block;
	}
}

#frsloginboxinner {
	float: right;
}

#frsloginlink {
	margin: 0;
	text-decoration: underline;
}

#frsloginlink > a {
	color: black;
}

#frsloginlink > a:hover {
	color: gray;
}
.frsloginactive {
	color: gray !important;
}
.underlinedheadingsblack {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}
.underlinedheadingswhite {
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}
.buttonholders {
	display: inline-block;
}

.buybutton {
	position: absolute;
	top: 13%;
	right: -2%;
}
.buybutton > a {
	background: rgb(229,226,213);
}
.buybutton > a:hover {
	background: rgb(240,237,223);
}
.buybox {
	position: relative;
	width: 50%;
	margin: 0 auto;
	min-width: 300px;
}
@media (min-width: 800px) {
	.buybox {
		position: relative;
		width: 90%;
		min-width: 0;
	}
}
.bodybuttons {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid gray;
	border-radius: 15px;
	color: black;
	font-size: 1.3em;
}
.whysgpanel {
	background: rgb(218,215,203);
}
.whysgheading {
	margin-bottom: 10px;
}
.whysglist {
	padding-left: 15px;
}
.whysglist > li {
	margin-bottom: 10px;
}
.whyuspanel {
	background: #EBEBEB;
}
.whyuspanel > p:first-of-type {
	margin-top: 10px;
}
.whyuspanel > p:last-of-type {
	margin-bottom: 10px;
}
#footernav {
	text-align: left;
	margin-top: 0;
}
#sidebarwatchholder {
	float: right;
	width: 50%;
	max-width: 150px;
}
@media (min-width: 800px) {
	#sidebarwatchholder {
		float: none;
		margin: 0 auto;
	}
}
@media (min-width: 1020px) {
	#sidebarwatchholder {
		float: right;
		width: 50%;
	}
}
#vivagosgbox > p:first-of-type {
	margin-top: 10px;
}
#vivagosgbox > p:last-of-type {
	margin-bottom: 10px;
}
.italic {
	font-style: italic;
}
#fontsizingbox {
	position: relative;
	top: 0;
	right: 0;
	padding: 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid lightgray;
}
@media (min-width: 810px) {
	#fontsizingbox {
		position: absolute;
		margin: 0 10px 0 0;
	}
}
#fontsizingbox > img:hover {
	cursor: pointer;
}
#fonticonsmall {
	max-width: 10px;
}
#fonticonmedium {
	max-width: 20px;
}
#fonticonlarge, #contrasticon {
	max-width: 30px; 
}