/* ----- CSS 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- CSS Reset ----- */

/*
Diamond Purple: #8C3264;
Diamond Yellow: #EBE722;
Border Grey: #C6B198;

Heading font
font-family: "minion-pro",Verdana,Arial,sans-serif;

Copy font
font-family: "myriad-pro",Verdana,Arial,sans-serif;
*/

/* ----- Base styling ----- */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-family: "myriad-pro",Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	color: #8C3264;
	position: relative;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "minion-pro", Verdana, Arial, sans-serif;
	font-weight: bold;
}

a {
	color: #8C3264;
	text-decoration: none;
}

a.noStyle {
	text-decoration: none!important;
}

img, iframe {
	max-width: 100%;
}

img.headImage {
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

img.unstyledHeadImage {
	margin-bottom: 10px;
}

.border {
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select {
	width: 100%;
	height: 27px;
	margin-bottom: 10px;
	font-size: 1.55rem;
	font-family: "myriad-pro",Verdana, Arial, sans-serif;
	line-height: 1.55em;
	padding-left: 6px;
	color: #8C3264;
	border: 1px solid #8C3264;
	background-color: #E6E6DC;
}

.clear {
	clear: both!important;
}

em {
	font-style: italic;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide-large {
	display: none;
}

.hide-small {
	display: block;
}

.telLink {
	text-decoration: none;
	cursor:text;
}

.error {
	color: red;
}

td {
	border: 1px solid #C6B198;
	padding: 3px;
}

td p {
	margin-bottom: 5px!important;
}

table.noBorder td {
	border: none;
}

/* ----- End Base styling ----- */

.pageHeader, .homeHeader, .mainContent, .pageFooter {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	displaY: block;
	overflow: hidden;
}

.pageFooter{
	clear: both;
}

.mainContent{
	overflow: visible;
}

.auxNav, .footerCopy, .footerLinks {
	padding: 10px 15px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 13px;
	display: block;
	overflow: hidden;
}

.auxNav {
	margin-bottom: 13px;
	padding-bottom: 5px;
}

.footerLinks {
	padding-bottom: 5px;
}

.footLinksMargin {
	margin-bottom: 25px;
}

.pageHeader {
	margin: 10px auto;
}

.homeMain {
	height: 424px;
	margin-bottom: 15px;
	background: #8C3264;
	color: #FFFFFF;
	overflow: hidden;
}

.homeMessage {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 495px;
}

.homeMessage .hide-small {
	margin-top: 58px;
}

.homeCopy {
	width: 440px;
	margin: 32px 20px 0px 0;
	float: right;
}

.homeButtons {
	width: 312px;
	float: left;
        margin-top: 24px;
}

.homeCopy h2 {
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 2.1rem;
	margin-top: 6px;
	margin-bottom: 9px;
}

.homeCopy p {
    margin-bottom: 3px;
    font-weight: 300;
    padding-right: 45px;
    line-height: 1.3em;
}

.homeCopy .quoteButton {
  height: 48px;
  line-height: 48px !important;
}

.homeCopy .quoteButton span {
  line-height: 46px;
}

.homeMain {
  position: relative;
  overflow: hidden;
}

.homeMain ul.socialLinks li {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}

.homeMain ul.socialLinks li span {
  display: none;
}

.homeMain ul.socialLinks li.google {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -95px;*/
  background: url('/assets/images/icons/google-icon.png') no-repeat left top;
  background-size: auto 22px;
}
.homeMain ul.socialLinks li.tumblr {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -122px;*/
  background: url('/assets/images/icons/tumblr-icon.png') no-repeat left top;
  background-size: auto 22px;
}
.homeMain ul.socialLinks li.twitter {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -68px;*/
  background: url('/assets/images/icons/twitter-icon.png') no-repeat left top;
  background-size: auto 22px;
}
.homeMain ul.socialLinks li.youtube {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -41px;*/
  background: url('/assets/images/icons/youTube-icon.png') no-repeat left top;
  background-size: auto 22px;
}
.homeMain ul.socialLinks li.facebook {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -41px;*/
  background: url('/assets/images/icons/facebook-icon.png') no-repeat left top;
  background-size: auto 22px;
}
.homeMain ul.socialLinks li.instagram {
  /*background: url('/assets/images/diamond-icons.png') no-repeat 0 -41px;*/
  background: url('/assets/images/icons/instagram-icon.png') no-repeat left top;
  background-size: auto 22px;
}

.homeMain .reevooBadge {
  position: absolute;
  top: 199px;
  right: -30px;
  width: 160px;
  height: 150px;
}

.homeMain img.homeLogo {
  width: 200px;
  margin: 20px 26px 0 0;
  float: right;
}

img.logo {
	max-width: 178px;
	float: left;
}

.homeLeft {
	width: 494px;
	float: left;
}
.homeRight {
	width: 493px;
	float: right;
}

.mainContentleft, .mainContentRight {
	display: block;
	overflow: hidden;
}

.mainContentLeft {
	width: 262px;
	margin: 0 0 10px 18px;
	float: left;
}

.mainContentRight {
	width: 675px;
	margin: 0 18px 10px 0;
	float: right;
	overflow: visible;
}

.internalLeft, .internalRight {
	display: block;
	/*overflow: hidden;*/
	position:relative;
}

.internalLeft {
	width: 440px;
	float: left;
}

.subInternalLeft {
	width: 220px;
	float: left;
}

.subInternalRight {
	width: 220px;
	float: right;
}

.contentSubImage {
	/*border: 1px solid #C6B198;*/
	border: 1px solid #000;
	margin-bottom: 10px;
	position:relative;
	padding:0;
}

.contentSubImage img {
	display: block;
}

.contentSubImage p {
	padding: 10px 15px;
	margin: 0!important;
	display: block;
	/*background: #C6B198;
	background: rgba(198,177,152,0.8);*/
	background: #000;
	background: rgba(000,000,000,0.7);
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	color: #FFF;
}

.contentSubImage a {
	color: #FFF;
}

.internalRight {
	width: 216px;
	float: right;
}

.auxNav {
	display: block;
	overflow: hidden;
}

.auxNav ul {
	width: 156px;
	display: inline-block;
	float: left;
	margin-right: 2px;
}

.auxNav ul.wide {
	width: 170px;
}

.auxNav ul:last-of-type {
	margin-right: 0;
}

.footerCopy {
	-webkit-columns: 4 auto;
	-moz-columns: 4 auto;
	columns: 4 auto;
}

.columnBreak {
	-webkit-column-break-after: always;
	-moz-column-break-after: always;
	column-break-after: always;
}

.footerLinks .footLinks {
	float: left;
}

.shadowDiv {
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 4000;
	position: absolute;
	top: 0px;
	left: 0px;
}

.blackoutScreen {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 9;
	display: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.bigInfoImg {
	z-index: 4001;
	position: absolute;
	left: 20%;
	top: 20px;
	background: white;
}

/* ----- topCompanies ----- */
.footerCompanies {
	margin-bottom: 10px;
	padding-left: 16px;
}

ul.topCompanies {
	display: block;
	overflow: hidden;
}

ul.topCompanies li {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

li.bestCompanies {
	width: 86px;
	padding: 30px 0 0 0;
}

li.workplaceUK, li.workplaceEurope {
	width: 177px;
	padding: 14px 0 0 0;
}
li.bmac {
	width: 100px;
	padding: 15px 0 20px 0;
}
/* ----- topCompanies ----- */


.searchForm {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background: #E5E5DB;
	border: 1px solid #C6B198;
	border-radius: 3px;
	overflow: hidden;
}

.searchForm fieldset {
	background: #FFF;
	border: 1px solid #C6B198;
	display: block;
	overflow: hidden;
}

.searchForm input[type="text"] {
	width: 85%;
	height: 30px;
	padding-left: 5px;
	float: left;
	background: transparent;
	border: none;
	color: #8C3264;
	font-size: 1.55rem;
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
}

.searchForm input[type="button"] {
	width: 30px;
	height: 30px;
	float: right;
	background: transparent url('/assets/images/search.png') no-repeat center center;
	border: none;
	border-left: 1px solid #C6B198;
	cursor: pointer;
}

input#search {
	width: 100%;
	border: 1px solid #C6B198;
	font-size: 1.45rem;
	line-height: 1.4em;
	padding: 3px;
	color: #8C3264;
}

/* ----- Arrow ----- */
.arrow {
	width: 8px;
	height: 18px;
	position:absolute;
	top: 6px;
	right: 8px;

	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 16px;
}

/* --- xPods --- */
.xPod {
	padding: 5px 15px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 160px;
	position: relative;
	height: 126px;
}

.xPod img {
	display: none;
}

.xPod h2 {
	font-size: 2rem;
	line-height: 1.3em;
	font-weight: 600;
}

.xPod p {
	font-size: 1.4rem;
	line-height: 1.3em;
}

.xPod .link {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	height: 26px;
	margin-bottom: 2px;
	padding: 0px 13px 0px 0px;
	text-align: left;
	text-decoration: none !important;
	display: table;
	float: none;
	clear: both;
	position: relative;
}

.xPod .link .arrow {
	top: 6px;
	right: 0px;
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 16px;
}

.xPodOne {
	margin-bottom: 14px;
	background: transparent url('/assets/images/xPod/xPod4.jpg') no-repeat top right;
}

.xPodTwo {
	margin-bottom: 13px;
	/*background: transparent url('/assets/images/xPod/xPod2.jpg') no-repeat top right;*/
	/*background: transparent url('/assets/images/xPod/xPod9.jpg') no-repeat top right;*/
	background: transparent url('/assets/images/xPod/xPod12.jpg') no-repeat top right;
}

/* --- ancPod --- */
.ancPod {
	width: 240px;
	height: 80px;
	margin-bottom: 13px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ancPod h2 {
	font-size: 1.9rem;
	line-height: 1.3em;
	font-weight: 600;
}

.ancPod .arrow {
	top: 10px;
	right: 8px;
}

.ancPod p {
	font-size: 1.4rem;
	line-height: 1.3em;
	margin-bottom: 8px;
}

.ancLeft {
	float: left;
}

.ancRight {
	float: right;
}

/* --- podContainer --- */
.podContainer {
	width: 100%;
	margin-bottom: 10px;
	padding: 2px 10px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.podContainer.green {
	width: 100%;
	margin-bottom: 10px;
	padding: 2px 10px;
	border: 1px solid #3BB311!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.podContainer:last-of-type {
	margin-bottom: 0;
}

.podContainer h2 {
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 600;
}

.podContainer p {
	font-size: 1.45rem;
	line-height: 1.4em;
	padding: 3px 0 8px 0;
}

.podContainer.green h2, .podContainer.green p, .podContainer.green p a {
	color: #3BB311!important;
}

.podContainer.green p a {
	text-decoration: underline;
}

.mainNav .podContainer p:last-of-type {
	padding-bottom: 0;
}

.podContainer .telLink {
	font-size: 1.45rem;
	line-height: 1.4em;
	font-weight: 600;
	text-decoration: none;
}

.contactUs .telLink {
  font-size: 1.75rem;
}


/* --- innerPod --- */
.innerPod {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px 0 10px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.innerPod h2 {
	font-size: 2rem!important;
	line-height: 1.6em;
	font-weight: 600;
	padding: 0!important;
}

.innerPod p {
	font-size: 1.45rem;
	line-height: 1.4em;
	font-weight: 400;
	padding: 0;
}

/* --- Buttons --- */
/* --- Quote Button --- */
.quoteButton {
	-moz-box-shadow:inset 3px 0px 0px rgba(26, 93, 21, .5), inset -3px 0px 0px rgba(26, 93, 21, .5);
	-webkit-box-shadow:inset 3px 0px 0px rgba(26, 93, 21, .5), inset -3px 0px 0px rgba(26, 93, 21, .5);
	box-shadow:inset 3px 0px 0px rgba(26, 93, 21, .5), inset -3px 0px 0px rgba(26, 93, 21, .5);

	background: #1d6617; /* Old browsers */
	background: -moz-linear-gradient(top, #1d6617 0%, #60b244 3%, #2d9d37 8%, #1e7031 17%, #164c23 35%, #164c23 50%, #07692f 72%, #169d38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6617), color-stop(3%,#60b244), color-stop(8%,#2d9d37), color-stop(17%,#1e7031), color-stop(35%,#164c23), color-stop(50%,#164c23), color-stop(72%,#07692f), color-stop(100%,#169d38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6617', endColorstr='#169d38',GradientType=0 ); /* IE6-9 */

	text-indent:0px;
	display:inline-block;
	font-weight: normal;
	font-style:normal;
	height:47px;
	line-height:47px!important;
	width:100%!important;
	text-decoration:none;
	text-align:left;
	position: relative;
}

.quoteButton span {
	width: 99%;
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 2.05rem;
	line-height: 2.05em;
	font-weight: 400;
	color: #FF0;
	padding: 2px 0px 0px 11px;
	float: left;
}

.quoteButton .arrow {
	background: url('/assets/images/arrows/arrow-yellow.png') no-repeat left top;
	background-size: auto 18px;
	top: 16px;
}

/* --- Internal Quote Button --- */
.internalQuoteButton {
	box-shadow:inset 3px 0px 0px rgba(26, 93, 21, .5), inset -3px 0px 0px rgba(26, 93, 21, .5);

	background: #1d6617; /* Old browsers */
	background: -moz-linear-gradient(top, #1d6617 0%, #60b244 3%, #2d9d37 8%, #1e7031 17%, #164c23 35%, #164c23 50%, #07692f 72%, #169d38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6617), color-stop(3%,#60b244), color-stop(8%,#2d9d37), color-stop(17%,#1e7031), color-stop(35%,#164c23), color-stop(50%,#164c23), color-stop(72%,#07692f), color-stop(100%,#169d38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6617', endColorstr='#169d38',GradientType=0 ); /* IE6-9 */

	text-indent:0px;
	display:inline-block;
	height:31px;
	line-height:31px!important;
	width:100%!important;
	max-width:284px!important;
	text-decoration:none;
	position: relative;
}

.internalQuoteButton span {
	width: 99%;
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 1.65rem;
	line-height: 1.65em;
	font-weight: 400;
	color: #FF0;
	padding: 1px 0px 0px 11px;
	float: left;
	text-align: center;
}

.internalQuoteButton .arrow {
	display: none;
}

/* --- Purple Button --- */
.purpleButton {
	box-shadow:inset 3px 0px 0px rgba(90, 17, 60, 0.5), inset -3px 0px 0px rgba(90, 17, 60, 0.5);

	background: #993c71; /* Old browsers */
	background: -moz-linear-gradient(top, #993c71 0%, #c863a7 2%, #4d022d 30%, #5d123d 50%, #903368 90%, #9b3e73 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#993c71), color-stop(2%,#c863a7), color-stop(30%,#4d022d), color-stop(50%,#5d123d), color-stop(90%,#903368), color-stop(100%,#9b3e73)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #993c71 0%,#c863a7 2%,#4d022d 30%,#5d123d 50%,#903368 90%,#9b3e73 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #993c71 0%,#c863a7 2%,#4d022d 30%,#5d123d 50%,#903368 90%,#9b3e73 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #993c71 0%,#c863a7 2%,#4d022d 30%,#5d123d 50%,#903368 90%,#9b3e73 100%); /* IE10+ */
	background: linear-gradient(to bottom, #993c71 0%,#c863a7 2%,#4d022d 30%,#5d123d 50%,#903368 90%,#9b3e73 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993c71', endColorstr='#9b3e73',GradientType=0 ); /* IE6-9 */

	text-indent:0px;
	display:inline-block;
	height:31px;
	line-height:31px!important;
	width:100%!important;
	text-decoration:none;
	position: relative;
}

.purpleButton span {
	width: 99%;
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 1.65rem;
	line-height: 1.65em;
	font-weight: 400;
	color: #FFC3FF;
	padding: 1px 0px 0px 11px;
	float: left;
}

.purpleButton .arrow {
	background: url('/assets/images/arrows/arrow-pink.png') no-repeat left top;
	background-size: auto 18px;
}

/* --- Grey Button --- */
.greyButton {
	box-shadow:inset 2px 0px 0px rgba(208, 216, 197, .5), inset -2px 0px 0px rgba(208, 216, 197, .5);

	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F3F7EF), color-stop(1, #D0D8C5) );
	background:-moz-linear-gradient( center top, #F3F7EF 5%, #D0D8C5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F7EF', endColorstr='#D0D8C5');

	background:-webkit-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
	background:-moz-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
	background:-ms-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
	background:-o-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
	background:linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F7EF', endColorstr='#D0D8C5');
	background: #C9D3BC;*/

	background: #C9D3BC; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6eae0 19%, #d3dac8 48%, #d3dac8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(19%,#e6eae0), color-stop(48%,#d3dac8), color-stop(100%,#d3dac8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6eae0 19%,#d3dac8 48%,#d3dac8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e6eae0 19%,#d3dac8 48%,#d3dac8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e6eae0 19%,#d3dac8 48%,#d3dac8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e6eae0 19%,#d3dac8 48%,#d3dac8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3dac8',GradientType=0 ); /* IE6-9 */

	text-indent:0px;
	display:inline-block;
	height:31px;
	line-height:31px;
	width:100%!important;
	text-decoration:none;
	position: relative;
}

.greyButton .arrow {
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 18px;
}

.greyButton span {
	width: 99%;
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 1.65rem;
	line-height: 1.45em;
	font-weight: 400;
	color: #8C3264;
	padding: 2px 0px 0px 11px;
	float: left;
}

.buttonRadius {
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
	border-radius:5px!important;
	overflow:hidden;
	height:31px;
	margin-bottom:6px;
}

.buttonRadius.quote {
	height:47px;
}

.homeMain .buttonRadius {
	height:30px;
	margin-top: 8px;
}

.homeMain .buttonRadius.quote {
	height:48px;
	margin-top: 0;
}

.homeMain .buttonRadius.quote .quoteButton .arrow {
    top: 17px;
}

/* ----- Styling ----- */
strong, b {
	font-weight: 600;
}

h2 {
	font-size: 1.55rem;
	line-height: 1.3em;
}

p, ul, ol, table {
	font-size: 1.55rem;
	line-height: 1.4em;
	margin-bottom: 5px;
}

ul, ol {
	display: block;
}

.internalLeft p, .internalLeft ul, .internalLeft ol {
	margin-bottom: 12px;
}

.internalLeft.newsContent ul {
  margin-left: 1em;
  padding-left: 1px;
  padding-bottom: 0.4em;
}
.internalLeft.newsContent ul li {
    list-style-image: url("/assets/images/bullet-point.gif");
    padding-top: 0px;
    padding-bottom: 0.5em;
}

.internalLeft .telLink {
	text-decoration: none;
	font-weight: 600;
}

ul.bullet, ol.bullet {
	margin-left: 1em;
	padding-left: 1px;
	padding-bottom: 0.4em;
}

ul.bullet li, ol.bullet li {
	list-style-image: url('/assets/images/bullet-point.gif');
	padding-top: 0px;
	padding-bottom: 0.5em;
}

ol.numberList, ol.tandcList {
	margin-left: 1.6em;
	padding-left: 0em;
	padding-bottom: 0.4em;
	list-style-type: decimal!important;
}

ol.numberList li, ol.tandcList li {
	padding-top: 0px;
	padding-bottom: 0.5em;
}

ol.numberList ul.bullet, ol.tandcList ul.bullet {
	margin-top: 0.4em;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

li ul {
	padding-left: 17px;
	list-style-type: disc;
}

ul.nospacing a {
	text-decoration: none;
}

ul.nospacing ul, ul.nospacing ul ul, ul nospacing ul ul ul {
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0.4em!important;
	padding-left: 1px;
	padding-bottom: 0;
}

ol.nopadding, ul.nopadding, li.nopadding {
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.internalLeft ul strong, .internalLeft ol strong {
	font-weight: normal;
}

h1.pageTitle {
	font-size: 3rem;
	line-height: 1.2em;
	font-weight: 600;
	padding-bottom: 8px;
	margin: 0;
	max-width: 440px;
}

.internalLeft a {
	text-decoration: underline;
}

.internalLeft h2 {
	font-size: 2.3rem;
	line-height: 1.4em;
	padding: 6px 0 5px 0;
}

.internalLeft h3 {
	font-size: 2rem;
	line-height: 1.4em;
	padding: 6px 0 5px 0;
}

.pageHeader h2 {
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 3.6rem;
	line-height: 40px;
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	font-weight: 600;
	color: #8C3264;
	float: left;
}

.chat {
	width: 100%;
	height: 104px;
	margin-bottom: 10px;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent url('/assets/images/nav-call-bg.jpg') no-repeat top right;
}

.chat p {
	margin: 10px 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.35em;
	padding-right: 150px;
}

.chat p.tel {
	margin-top: 0;
	font-size: 1.65rem;
	line-height: 1.65em;
	font-weight: bold;
}

.auxNav a {
	font-size: 1.35rem;
	line-height: 1.4em;
}

.auxNav h2 a {
	font-size: 1.55rem;
	line-height: 1.3em;
}

.auxNav li {
	font-size: 1.35rem;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.slideButton, .slideButtonWhite, .showMoreTandC, .showLessTandC, .showMoreTandC2, .showLessTandC2, .cmsBtn {
	width: auto;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 25px 0 9px;
	font-size: 1.6rem;
	line-height: 30px;
	text-decoration: none!important;
	display: table;
	float: none;
	clear: both;
	background-color: #E6E6DC;
	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.cmsBtn{
	background: #E6E6DC url('/assets/images/arrows/arrow.png') no-repeat 95% 50%;
	background-size: auto 16px;
}

.slideButtonWhite {
	background-color: #FFFFFF;
}

.slideButton .arrow, .pdfButtonBG .arrow {
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 16px;
	top: 8px;
}

.slideButtonWhite .arrow {
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 16px;
	top: 8px;
}

.showMoreTandC .arrow, .showMoreTandC2 .arrow {
	top: 8px;
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 16px;
}

.showLessTandC .arrow, .showLessTandC2 .arrow {
    width: 18px;
    height: 8px;
    position: absolute;
    top: 12px;
    right: 2px;
    background: url('/assets/images/arrows/arrow-down.png') no-repeat left top;
    background-size: auto 6px;
}

#termsButton2.showLessTandC .arrow, #termsButton2.showLessTandC2 .arrow {
	background: url('/assets/images/arrows/arrow-up.png') no-repeat left top;
	background-size: auto 6px;
}

.pdfButton {
	height: 44px;
	position: relative;
	text-decoration: none!important;
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.pdfButtonBG {
	width: auto;
	height: 30px;
	margin: 7px 0;
	padding: 0 25px 0 55px;
	font-size: 1.6rem;
	line-height: 30px;
	display: table;
	float: none;
	clear: both;
	background-color: #E6E6DC;

	border: 1px solid #C6B198;
	-moz-border-radius: 3px;
	border-radius: 3px;

	z-index: 1;
	position: relative;
	top: 7px;
}

.pdfButtonBG .small {
	font-size: 0.8em;
	display: inline-block;
}

.pdfIcon {
	width: 44px;
	height: 44px;
	background: url('/assets/images/diamond-icons.png') no-repeat -56px -41px;
	position: absolute;
	left: 5px;
	top: 10;
	z-index: 2;
}

.fun {
	display: block;
	clear: both;
	overflow: hidden;
}

.funImage {
	width:160px;
	float:left;
}

.funCopy {
	width:270px;
	float:right;
}

/* ----- buttonList ----- */
ul.buttonList {
	display: block;
	overflow: hidden;
}

ul.buttonList li {
	display: block;
	float: none;
	clear: both;
	position: relative;
}

.slideNoBorder {
	width: auto;
	height: 30px;
	margin-bottom: 2px;
	padding: 0 15px 0 0;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: left;
	text-decoration: none!important;
	display: table;
	float: none;
	clear: both;
	position: relative;
}

.slideNoBorder .arrow {
	top: 8px;
	right: 0;
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 14px;
}

.slidePod {
	width: auto;
	height: 30px;
	margin-bottom: 2px;
	padding: 0 15px 0 0;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: left;
	text-decoration: none!important;
	display: table;
	float: none;
	clear: both;
	position: relative;
}

.slidePod .arrow {
	top: 8px;
	right: 0;
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 14px;
}


/* ----- Show / Hide Div ----- */

/* --- Button --- */
.helpDiv {
	position: relative;
}

.helpIcon {
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: normal;
	padding: 3px 15px 3px 0;
	display: block;
	cursor: pointer;
	width: auto;
	display: inline-block;
	position: relative;
}

.helpIcon p {
	margin-bottom: 0;
}

.helpIcon .arrow {
	top: 6px;
	right: 0;
	background: url('/assets/images/arrows/arrow.png') no-repeat left top;
	background-size: auto 14px;
}

/* --- Dropdown --- */
.hiddenDiv {
	display: none;
}

/* ----- Show / Hide Div ----- */

.footerCopy h2, .auxNav h2 {
	margin-bottom: 7px;
	font-size: 1.55rem;
	line-height: 1.3em;
	font-weight: bold;
}

.footerCopy h3 {
	font-size: 1.4rem;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 7px;
}

.footerCopy p, .footerCopy ul {
	font-size: 1.2rem;
	line-height: 1.7em;
	padding: 0 15px 6px 0;
}

.footerLinks ul li {
	display: inline-block;
	font-size: 1.35rem;
	line-height: 1.7em;
}

.addThis {
	clear: left;
	display: block;
	margin: 1em 0px;
}


/* ----- Misc Styles ----- */
.blackoutOverlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=40);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}


/* ----- PDF Popup ----- */
.jsonPopup {
	display: none;
	position: absolute;
	z-index: 600;
	width: 313px;
	top: 0px;
	left: 15px;
}

.jsonPopup ul {
	padding: 0px !important;
	margin: 0px;
}

.jsonPopup ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	width: 100%;
}

.jsonPopup.noticationPopup .closeButton {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%!important;
	text-align: left;
}

#blanket {
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% #111;
    opacity: 0.65;
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
}

.popTop {
    width: 356px;
	height: 57px;
    position: relative;
    background: transparent url('/assets/images/navTop.png') no-repeat left top;
}

.popMiddle {
    width: 356px;
    height: auto;
	overflow: hidden;
    background: transparent url('/assets/images/navMiddle.png') repeat-y left top;
}

.popMiddle > div {
	margin-left: 30px;
	width: 265px;
	color: #FFF;
}

.popMiddle a:link, .popMiddle a:visited {
	box-shadow:inset 2px 0px 0px rgba(235,237,230, .5), inset -2px 0px 0px rgba(180,189,162, .5);

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EBEDE6), color-stop(1, #B4BDA2) );
	background:-moz-linear-gradient( center top, #EBEDE6 5%, #D0D8C5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEDE6', endColorstr='#B4BDA2');

	background:-webkit-linear-gradient(#F5F7F2 2%, #EBEDE6 5%, #B4BDA2 100%);
	background:-moz-linear-gradient(#F5F7F2 2%, #EBEDE6 5%, #B4BDA2 100%);
	background:-ms-linear-gradient(#F5F7F2 2%, #EBEDE6 5%, #B4BDA2 100%);
	background:-o-linear-gradient(#F5F7F2 2%, #EBEDE6 5%, #B4BDA2 100%);
	background:linear-gradient(#F5F7F2 2%, #EBEDE6 5%, #B4BDA2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEDE6', endColorstr='#B4BDA2');/*For IE7-8-9*/
	background-color:#C9D3BC;
	text-indent:0px;
	display:inline-block;
	height:31px;
	line-height:31px;
	width:100%!important;
	text-decoration:none;
	position: relative;
	text-align: center;
	-webkit-border-radius:5px!important;
	-moz-border-radius:5px!important;
	border-radius:5px!important;
}

.popMiddle a span {
    width: 99%;
    font-family: "myriad-pro",Verdana,Arial,sans-serif;
    font-size: 1.65rem;
    line-height: 1.45em;
    font-weight: 400;
    color: #8C3264;
    padding: 2px 0px 0px 11px;
    float: left;
}

.popMiddle p a:link, .popMiddle p a:visited {
	box-shadow: none;
	background: none;
	height: auto;
	font-size: 1.55rem;
	line-height: 1.4em;
	width: auto!important;
	text-decoration: underline;
	position: relative;
	text-align: none;
	border-radius: 0;
	color: #FFF;
}

.popBtm {
	width: 356px;
	height: 49px;
    background: transparent url('/assets/images/navBtm.png') no-repeat left top;
}

.close2 {
    position: relative;
    float: left;
    left: 298px;
    top: 11px;
    width: 36px;
    height: 30px;
    z-index: 9990;
    background-image: url('/assets/images/button-drop-open-close.gif');
    background-repeat: no-repeat;
}
/* ----- End PDF Popup ----- */

#notification > div {
    position: relative;
    clear: both;
    width: 100%;
	max-width: 100%;
    margin: 10px auto 10px;
	padding: 5px 15px;
    border: 1px solid #3BB311;
    border-radius: 3px;
    color: #3BB311!important;
}

#notification p, #notification h1, #notification h2 {
    text-align: center;
	color: #3BB311!important;
}

#notification p {
	font-size: 1.4rem;
	line-height: 1.3em;
}

#notification h2 {
	font-size: 1.55rem;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	float: none;
}

#notification p a {
	color: #3BB311!important;
	text-decoration: underline;
}

/* #### FEEDBACK #### */
.feedbackTab{
	background-color: #8c3264;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 7px;
    position: fixed;
    right: 0;
    bottom: 251px;
    width: 55px;
}

/* ---- Feedback Form ---- */
.feedbackFormContainer {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
	display: none;
    height: auto;
    padding: 9px 10px 25px;
    position: absolute;
    width: 640px;
    z-index: 9999;
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(140, 50, 100);
	letter-spacing: -0.04em;
	line-height: 1.7em;
}

.feedbackFormContainer .content{
	margin: 0 auto;
    padding: 10px 0;
    width: 90%;
}

.feedbackFormContainer #pageHeader{
	padding: 0 20px;
}

.feedbackFormContainer #pageHeader .logo{
	float: left;
}

.feedbackFormContainer #pageHeader .content{
	padding: 20px 0 !important;
}

.feedbackFormContainer #pageHeader h2{
	font-size: 36px;
	font-size: 3.6rem;
    font-weight: bold;
    line-height: 1em;
    padding-left: 10px;
	color: rgb(140, 50, 100);
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	float: left;
}

.feedbackFormContainer h1{
	font-size: 30px;
	line-height: 40px;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
}

.feedbackFormA1{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.feedbackFormA1 input, .feedbackFormA1 label{
	display: block;
	font-family: Verdana,Arial,sans-serif;
}

.feedbackFormA1 label{
	font-size: 14px;
	clear: both;
	margin-bottom:10px;
}

.feedbackFormA1 label.wide{
	float: none;
	padding-right: 30px;
	display: block;
	width: 100%;
}

.feedbackFormA1 input, .feedbackFormA1 select{
	border: 1px solid ;
	color: rgb(140, 50, 100);
	height: 24px;
	padding: 2px;
	width: 206px;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	background-color: rgb(230, 230, 220);
	box-sizing: content-box;
}

.feedbackFormContainer p, .feedbackFormContainer a:link, .feedbackFormContainer a:visited {
	line-height: 18px;
	font-weight: normal;
	padding: 0px 0px 11px 0px;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.feedbackFormContainer p{
	font-size: 14px;
	color: rgb(140, 50, 100);
	font-family: Verdana,Arial,sans-serif;
	padding-top: 10px;
	padding-right: 20px;
}

.feedbackFormContainer a{
	font-size: 14px;
	font-family: Verdana,Arial,sans-serif;
	text-decoration: underline;
}

.feedbackFormContainer p.thanks{
	padding: 30px 0;
}

.feedbackFormContainer h2 {
	color: rgb(140, 50, 100);
    font-size: 20px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;
	margin-top: 12px;
	font-family: Verdana,Arial,sans-serif;
}

.feedbackFormContainer form h2{
	clear: both;
}

.feedbackFormContainer form{
	clear: both;
}

.feedbackFormContainer textarea{
	clear:both;
	width: 356px;
	height: 120px;
	display: block;
	border: 1px solid ;
	color: rgb(140, 50, 100);
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	padding: 2px;
	background-color: rgb(230, 230, 220);
}

h2.thanks{
	margin-bottom: 0 !important;
}

.feedbackFormContainer input[type='submit']{
	background: url("/images/button_submit.gif") no-repeat scroll 0 0 transparent;
    border-style: none;
    cursor: pointer;
    height: 31px;
    text-indent: -99999px;
    width: 77px;

}

.closeFeedbackButton2{
	display: none !important;
}

.errorBox {
	display: none;
}

p.error {
	margin: 0px;
	padding: 0px  !important;
	font-size: 16px;
	border-bottom: 0;
	margin-bottom: 0 !important;
	color: red;
	margin-left: auto;
	margin-right: auto;
}

a.closeFeedbackButton:link,
a.closeFeedbackButton:visited  {

}

a.closeFeedbackButton.inner:link,
a.closeFeedbackButton.inner:visited{

}

.feedbackThanks {
	display: none;
	padding: 20px;
	clear: both;
}

.processingForm {
	display: none;
}

.shadowDiv{
	background: #000 url('/assets/images/shadowBG.png') repeat;
    left: 0;
    opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
    position:absolute;
    top: 0;
    z-index: 4000;
}


/* ----- Quiz ----- */
.resultDisplay {
    border: 1px solid #C6B198;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}

.resultsContainer {
    padding: 6px 10px 8px 10px;
}

.errorDiv, .resultDisplay {
    display: none;
}

#result .open{
    width: auto;
}

.questionContainer {
    font-size: 1.55rem;
    line-height: 1.4em
}

.questionContainer p.question {
    margin-top: 12px;
    margin-bottom: 6px;
}

input.submitButton {
    box-shadow:inset 3px 0px 0px rgba(26, 93, 21, .5), inset -3px 0px 0px rgba(26, 93, 21, .5);

    background: none;
    background: #1d6617; /* Old browsers */
    background: -moz-linear-gradient(top, #1d6617 0%, #60b244 3%, #2d9d37 8%, #1e7031 17%, #164c23 35%, #164c23 50%, #07692f 72%, #169d38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d6617), color-stop(3%,#60b244), color-stop(8%,#2d9d37), color-stop(17%,#1e7031), color-stop(35%,#164c23), color-stop(50%,#164c23), color-stop(72%,#07692f), color-stop(100%,#169d38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1d6617 0%,#60b244 3%,#2d9d37 8%,#1e7031 17%,#164c23 35%,#164c23 50%,#07692f 72%,#169d38 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6617', endColorstr='#169d38',GradientType=0 ); /* IE6-9 */

    text-indent:0px;
    display:inline-block;
    height:31px;
    line-height:28px!important;
    width:100%!important;
    max-width:284px!important;
    text-decoration:none;
    position: relative;

    border: none;

    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
    border-radius:5px!important;
    overflow:hidden;
    height:31px;
    margin-bottom:6px;

    font-family: "myriad-pro",Verdana,Arial,sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #FF0;
    padding: 1px 0px 0px 11px;
    margin: 12px 0;
    float: left;
    text-align: center;

    cursor: pointer;
}
/* ----- Quiz ----- */


/* ----------  Cookie banner start -----------*/
.cookieBanner {
  background-color: #464646;
  color: #FFF;
  margin-bottom: 0;
  min-width: 1024px;
  margin-top:57px;

}
.cookieBanner > .group {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.cookieBanner > .group > p {
  padding: 15px 0 15px 15px;
  font-size: 14px;
  padding-right: 150px;
  color: #ffffff;
  margin-bottom: 0;
}
.cookieBanner > .group > p a {
  color: #FF7911;
  font-size: inherit;
}
.cookieBanner a.accept {
  width: 119px;
  float: right;
  color: white;
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 48px;
  background-color: #00326e;
  text-decoration: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00C535', endColorstr='#FF00A32E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzUzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTMyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c535), color-stop(100%, #00a32e));
  background-image: -moz-linear-gradient(top, #00c535 0%, #00a32e 100%);
  background-image: -webkit-linear-gradient(top, #00c535 0%, #00a32e 100%);
  background-image: linear-gradient(to bottom, #00c535 0%, #00a32e 100%);
}

.cookieBanner a.accept p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  background: url("/assets/images/icon-cookiesTick.svg") no-repeat 13px 50%;
  padding-left: 30px;
  color: #ffffff;
}

@media screen and (min-width : 620px) {
	.cookieBanner{
		margin-top: 0;
		margin-bottom: 15px;
	}
}







/* ----- Desktop styling ----- */
#blackout-xx {
  width: 100%;
  min-height: 100%;
  background: #000 none repeat scroll 0% 0%;
  opacity: 0.5;
  position: fixed;
  z-index: 900;
  left: 0px;
  top: 0px;
  display: none;
}

.modal {
  width: 300px;
  border: 1px solid #C6B198;
  background-color: #FFFFFF;
  padding: 10px 0px;
  border-radius: 3px;
  margin: 0px auto;
  font-size: 1.45rem;
  line-height: 1.4em;
  text-align: center;
  position: fixed;
  top: 0px;
  left: auto;
  display: none;
  z-index: 901;
}

.modal .closeBtn {
  color: #8C3264;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  margin-right: 10px;
  font-size: 1.5rem;
  padding-right: 0;
  height: 20px;
  line-height: 20px;
  display: block;
  clear: both;
}

.modal p {
  clear: both;
  padding: 3px 0px 8px;
}

.modal p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.multiCarWorks {
  text-align: center;
}

.multiCarWorks .container {
  width: 864px;
  margin: 0 auto;
  padding: 0;
}

.multiCarWorks .copy h2 {
  display: inline-block;
  margin: 0 auto;
  height: 70px;
  width: auto;
  font-size: 4.4rem;
  line-height: 70px;
  padding-right: 197px;
}

.multiCarWorks .copy h2.abc {
  background: transparent url('/assets/images/admiral/icon-abc.png') no-repeat right center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc.svg') no-repeat right center;
  background-size: 187px 70px;
}

.multiCarWorks .podContainer {
  padding-top: 61px;
  position: relative;
}

.multiCarWorks .podContainer .pod {
  width: 230px;
  display: inline-block;
  padding: 175px 10px 0 10px;
}

.multiCarWorks .podContainer .pod p {
  color: #8C3264;
  font-size: 1.9rem;
  font-size: 1.9rem;
  line-height: 2.1rem;
  margin-top: 16px;
}

.multiCarWorks .podContainer .pod .letter {
  width: 38px;
  height: 38px;
  margin: 0 auto;
}

.multiCarWorks .podContainer .pod.carA {
  float: left;
  background: transparent url('/assets/images/admiral/icon-abc-car-a.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-a.svg') no-repeat top center;
  background-size: 230px 132px;
}

.multiCarWorks .podContainer .pod.carA .letter {
  background: transparent url('/assets/images/admiral/icon-a.png') no-repeat 0 0;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-a.svg') no-repeat 0 0;
  background-size: 38px 38px;
}

.multiCarWorks .podContainer .pod.carB {
  margin: 0 auto;
  background: transparent url('/assets/images/admiral/icon-abc-car-b.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-b.svg') no-repeat top center;
  background-size: 230px 132px;
}

.multiCarWorks .podContainer .pod.carB .letter {
  background: transparent url('/assets/images/admiral/icon-b.png') no-repeat 0 0;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-b.svg') no-repeat 0 0;
  background-size: 38px 38px;
}

.multiCarWorks .podContainer .pod.carC {
  float: right;
  background: transparent url('/assets/images/admiral/icon-abc-car-c.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-c.svg') no-repeat top center;
  background-size: 230px 132px;
}

.multiCarWorks .podContainer .pod.carC .letter {
  background: transparent url('/assets/images/admiral/icon-c.png') no-repeat 0 0;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-c.svg') no-repeat 0 0;
  background-size: 38px 38px;
}

.multiCarWorks .podContainer .pod .info {
  width: 30px;
  height: 30px;
  margin: 16px auto 0 auto;
  background: transparent url('/assets/images/admiral/icon-info.png') no-repeat 0 0;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-info.svg') no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}

.multiCarWorks .podContainer .pod .downArrow {
  display: block;
  width: 51px;
  height: 24px;
  margin: 28px auto 0 auto;

  background: transparent url('/assets/images/admiral/icon-car-down.png') no-repeat 0 0;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-car-down.svg') no-repeat 0 0;
  background-size: 51px 24px;
}// .downArrow

.multiCarWorks .podContainer .roadLeft {
  width: 250px;
  height: 22px;

  position: absolute;
  top: 233px;
  left: 146px;

  background: transparent url('/assets/images/admiral/road-left-desktop.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/road-left-desktop.svg') no-repeat top center;
  background-size: 248px 22px;
}

.multiCarWorks .podContainer .roadRight {
  width: 250px;
  height: 22px;

  position: absolute;
  top: 253px;
  right: 152px;

  background: transparent url('/assets/images/admiral/road-right-desktop.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/road-right-desktop.svg') no-repeat top center;
  background-size: 250px 22px;
}
/* ----- Desktop styling ----- */
/* --- End MultiCar Works --- */




















/* --- MultiCar Works --- */
/* ----- Mobile styling ----- */
.multiCarWorks {
  padding-top: 30px;
  padding-bottom: 30px;
}

.multiCarWorks .container {
  width: 320px;
  //margin: 0 auto;
}

.multiCarWorks .copy h2 {
  height: 104px;
  line-height: 40px;
  font-size: 3.2rem;
  padding-right: 0;
  text-align: center;
}

.multiCarWorks .copy h2.abc {
  background: transparent url('/assets/images/admiral/icon-abc.png') no-repeat center bottom;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc.svg') no-repeat center bottom;
  background-size: 155px 58px;
}

.multiCarWorks .podContainer {
  width: 100%;
  position: relative;
  padding: 31px 0 0 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.multiCarWorks .podContainer .pod {
  width: 280px;
  display: block;
  padding: 128px 45px 0px 45px;
}

.multiCarWorks .podContainer .pod.carA,
.multiCarWorks .podContainer .pod.carB,
.multiCarWorks .podContainer .pod.carC {
  float: none;
  clear: both;
  position: relative;
}

.multiCarWorks .podContainer .pod.carA .info,
.multiCarWorks .podContainer .pod.carB .info,
.multiCarWorks .podContainer .pod.carC .info {
  margin-top: 0;
  position: absolute;
}

.multiCarWorks .podContainer .pod.carA {
  background: transparent url('/assets/images/admiral/icon-abc-car-a.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-a.svg') no-repeat top center;
  background-size: 190px 106px;
  margin: 5px auto 0 auto;
}

.multiCarWorks .podContainer .pod.carA .info {
  top: 195px;
  left: 15px;
}

.multiCarWorks .podContainer .pod.carB {
  background: transparent url('/assets/images/admiral/icon-abc-car-b.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-b.svg') no-repeat top center;
  background-size: 190px 106px;
  margin: 20px auto 0 auto;
}

.multiCarWorks .podContainer .pod.carC {
  background: transparent url('/assets/images/admiral/icon-abc-car-c.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/icon-abc-car-c.svg') no-repeat top center;
  background-size: 190px 106px;
  margin: 15px auto 0 auto;
}

.multiCarWorks .podContainer .pod.carB .info {
  top: 215px;
  right: 15px;
}

.multiCarWorks .podContainer .pod.carC .info {
  top: 205px;
  right: 15px;
}

.multiCarWorks .podContainer .pod .downArrow {
  margin: 20px auto 0px;
}

.multiCarWorks .podContainer .roadLeft {
  width: 118px;
  height: 345px;

  position: absolute;
  top: 179px;
  left: 186px;

  background: transparent url('/assets/images/admiral/road-top-mobile-small.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/road-top-mobile-small.svg') no-repeat top center;
  background-size: 118px 345px;
}

.multiCarWorks .podContainer .roadRight {
  width: 118px;
  height: 345px;

  position: absolute;
  top: 520px;
  right: 186px;

  background: transparent url('/assets/images/admiral/road-bottom-mobile-small.png') no-repeat top center;
  background: rgba(0,0,0,0) url('/assets/images/admiral/road-bottom-mobile-small.svg') no-repeat top center;
  background-size: 118px 345px;
}
/* ----- Mobile styling ----- */
/* --- End MultiCar Works --- */



/* --- productTable --- */
.productTable {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  webkit-font-smoothing: subpixel-antialiased;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E7E7DE) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #E7E7DE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E7E7DE');
	background-color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #C6B198;
}
.productTable div{
	box-sizing: border-box;
}
.productTable p, .productTable span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
}
.productTable .small {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.productTable .row, .productTable .header {
  width: 100%;
  position: relative;

  border-top: none;
  display: block;
  clear: both;
}
.productTable .header {
  width: 100%;
  border-bottom: 1px solid #c6b198 ;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
/*.productTable .header .products {
  border-bottom: 1px solid #d2c8c8;
}*/
.productTable .header.fixedHeader {
  position: fixed;
  z-index: 10;
  margin-left: 1px;
}
.productTable .header.fixedHeader .products {
  border-bottom: none;
}
.productTable .header.bottomFixedHeader {
  position: absolute;
  z-index: 10;
}
.productTable .header.bottomFixedHeader .products {
  border-bottom: none;
}
.productTable .header .products, .productTable .header .benefits {
  height: auto;
}
.productTable .header .products p, .productTable .header .products span, .productTable .header .benefits p, .productTable .header .benefits span {
  color: ##503c3c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.productTable .row {
  min-height: 48px;
  z-index: 2;
  border-bottom: 1px solid #c6b198 ;
}
.productTable .row:last-of-type{
	border-bottom: none;
}
.productTable .row.top {
  overflow: hidden;
}
.productTable .tall {
  min-height: 65px;
}
.productTable .tall .products, .productTable .tall .benefits {
  min-height: 65px;
}
.productTable .products {
  width: 227px;
  height: 48px;
  display: table;
  float: left;
  text-align: right;
}
.productTable .products p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}
.productTable .benefits {
  width: 368px;
  height: 48px;
  display: table;
  float: right;
  text-align: center;
}
.productTable .level {
  width: 123px;
  min-width: 123px;
  max-width: 123px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid #c6b198 ;
}
.productTable .level span {
  width: 94px;
  display: inline-block;
  padding: 5px 0;
}
.productTable .level span.smaller {
  width: auto;
}
.productTable .level span.yes, .productTable .level span.no {
  width: 28px;
  text-indent: -9999px;
}


.productTable .header .level {
  vertical-align: top;
  padding-top: 15px;
}
.productTable.fiveColumn .header {
  height: auto;
}
.productTable.fiveColumn .header .benefits p {
  text-transform: none !important;
}
.productTable.fiveColumn .header .level {
  padding-top: 7px;
  padding-bottom: 7px;
}
.productTable.fiveColumn .products {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.productTable.fiveColumn .products p, .productTable.fiveColumn .products span {
  font-size: 15px;
  line-height:18px;
}
.productTable.fiveColumn .benefits {
  width: 80%;
}
.productTable.fiveColumn .level {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding-left: 7px;
}
h3.inner{
	margin-top: 20px;
}
.productTable .header:after{
	content: "";
	display: table;
	clear: both;
}

















.faqs .hiddenDiv {
  width:440px;
  max-width: 100%;
  min-height: 21px;
  margin: 0px 0px 10px;
  border: 1px solid #C6B198;
  background: #FFF;
  position: relative;
  text-align: left;
  display: block;
}

.faqs .hiddenDiv  .hiddenDivContent {
  padding: 10px 60px 10px 15px;
}

.faqs .hiddenDiv span{
	color: #0078ff;
	cursor: pointer;
}

.faqs .hiddenDiv p {
  margin-top: 9px;
}

.faqs .hiddenDiv .close {
  width: 24px;
  height: 24px;
  background: transparent url("/assets/images/icon-faq-plus.png") no-repeat 0px 0px;
  background-size: 24px 24px;
  position: absolute;
  top: 18px;
  right: 14px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.faqs .hiddenDiv .close-open {
  background: transparent url("/assets/images/icon-faq-cross.png") no-repeat 0px 0px;
  background-size: 24px 24px;
}

.faqs .hiddenDiv .hiddenContent, .faqs .hiddenDiv h2 span.hide {
    display: none;
}

.faqs .hiddenDiv .hiddenDivContent .hiddenContent strong, .faqs .hiddenDiv .hiddenDivContent .hiddenContent b {
	font-weight: 600;
}

.faqs .hiddenDiv .hiddenDivContent .hiddenContent p, .faqs .hiddenDiv .hiddenDivContent .hiddenContent ul, .faqs .hiddenDiv .hiddenDivContent .hiddenContent ol {
	font-size: 1.55rem;
	line-height: 1.4em;
	margin-bottom: 12px;
}




/*@media screen and (max-width : 768px) {
	.content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.pageHeader, .homeHeader, .mainContent, .pageFooter {
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.homeLeft, .homeRight {
		width: 100%;
		float: none;
	}

	.homeMessage, .homeCopy {
		width: 49%;
	}

	.homeLeft {
		margin-bottom: 10px;
	}

	.homeCopy ul.socialLinks {
		width: 132px;
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}

	.homeCopy ul.socialLinks li {
		width: 23px;
		height: 23px;
		margin: 10px 5px;
		display: inline-block;
		float: left;
	}

	.xPod {
		width: 100%;
	}

	.ancPod {
		width: 49%;
	}

	.auxNav ul {
		width: 32%;
		display: inline-block;
		float: left;
		margin-right: 1%;
	}

	.auxNav ul.wide {
		width: 32%;
	}

	.auxNav .newLine {
		clear: left;
	}

	.footerCopy {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto;
	}
}*/

/* ----- iPad Portrait ----- */
/*@media only screen and (min-device-width : 481px) and (max-device-width : 768px) and (orientation: portrait) {
	.xPod {
		width: 49%;
		margin-bottom: 10px;
		padding: 1px 1px 5px 1px;
		background: none;
	}

	.xPodOne {
		float: left;
	}

	.xPodTwo {
		float: right;
	}

	.xPod img {
		display: block;
	}

	.xPod h2, .xPod p {
		margin-left: 9px;
		margin-right: 9px;
	}
}*/

@media screen and (min-width : 621px) {
	.slideNoBorder, .pdfButtonBG, .slideButton, .slideButtonWhite, .showMoreTandC, .showLessTandC {
		font-weight: normal!important;
	}

  .homeMain ul.socialLinks {
    position: absolute;
    top: 20px;
    left: 6px;
  }

  .homeMain .reevooBadge {
    position: absolute;
    top: 199px;
    right: -30px;
    width: 160px;
    height: 150px;
  }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
	.container {
		width: 1024px;
		display: block;
	}

	.homeHeader, .homeMain {
		width: 100%;
	}

	.homeMain {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width : 620px) {
	body {
		min-width: 320px;
	}

	.hide-large {
		display: block;
	}

	.hide-small {
		display: none;
	}

  .homeMain .reevooBadge {
    display: none;
  }

	.content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.pageHeader, .homeHeader, .mainContent, .pageFooter {
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.homeHeader, .pageHeader {
		margin-top: 0;
	}

	.pageHeader {
		margin-bottom: 10px;
	}

	.homeHeader {
		margin-top: 56px;
		/*margin-top: 0;*/
	}

	.homeHeader .content {
		margin: 0;
	}

	/* Home head style fix here */
	.homeMain {
		height: auto;
		padding-top:15px;
	}

	.homeCopy p, .homeCopy h2 {
		margin-bottom: 10px;
	}

	.homeMain ul.socialLinks {
		width: 132px;
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}

	.homeMain ul.socialLinks li {
		width: 23px;
		height: 23px;
		margin: 10px 5px;
		display: inline-block;
		float: left;
	}

	.homeLeft, .homeRight {
		width: 100%;
		float: none;
	}

	.homeMessage, .homeCopy, .homeButtons, .internalLeft, .internalRight, .subInternalLeft, .subInternalRight {
		width: 100%;
		float: none;
	}

	.homeMessage {
		padding-left: 10px;
		padding-right: 10px;
		clear: both;
		margin: 0;
	}

	#notification {
		padding: 0;
		width: 100%;
		overflow: hidden;
		margin-top: 58px;
	}

	#notification.home {
		padding-left: 10px!important;
		padding-right: 10px!important;
		background: #8C3264;

		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	#notification > div {
		margin-bottom: 0!important;
	}

	.mainContent.mainError {
		margin-top: 0;
		padding-top: 0;
	}

	#notification > div {
		position: relative;
		clear: both;
		width: 100%;
		max-width: 100%;
		margin: 10px auto 10px;
		padding: 2px 10px;
		border: 1px solid #3BB311;
		border-radius: 3px;
		color: #3BB311!important;
		background: #FFF;
	}

	#notification h2 {
		font-size: 2rem;
		line-height: 1.6em;
		font-weight: 600;
	}

	#notification p {
		font-size: 1.55rem;
		line-height: 1.4em;
	}

	#notification.home p {
		margin-bottom: 8px;
	}

	.homeCopy {
		padding: 10px 10px 0 10px;
		clear: both;
		margin: 0;
	}

	.mobileHeader {
		width: 100%;
		background: #8C3264;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		position: fixed;
		/*position: relative;*/
		top: 0;
		left: 0;
		z-index: 10;
	}

	.logo {
		width: 127px;
		margin: 10px 0 10px 10px;
		float: left;
	}

	.searchbutton {
		margin-right: 5px;
		width: 43px;
		height: 40px;
		background: url('/assets/images/diamond-icons.png') no-repeat -214px 0;
		position: absolute;
		top: 10px;
		right: 90px;
		cursor: pointer;
	}

	.searchbutton:hover {
		background: url('/assets/images/diamond-icons.png') no-repeat -261px 0;
	}

	.menubutton {
		width: 79px;
		height: 40px;
		background: url('/assets/images/diamond-icons.png') no-repeat -48px 0;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	.menubutton:hover {
		background: url('/assets/images/diamond-icons.png') no-repeat -131px 0;
	}

	.menubutton.open {
		background: url('/assets/images/diamond-icons.png') no-repeat -109px -45px;
	}

	.menubutton.open:hover {
		background: url('/assets/images/diamond-icons.png') no-repeat -192px -45px;
	}

	.mobileHeader .navigation, .mobileHeader .search {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 12px;
		overflow: hiden;
	}

	.internalQuoteButton {
		max-width:100%!important;
	}

	.searchForm {
		clear: both;
		max-width: 100%;
		padding: 9px 0 9px 0;
		background: transparent;
		border: none;
		border-radius: 0;
	}

	.searchForm input[type="button"] {
		width: 38px;
		height: 35px;
		float: right;
		background: url('/assets/images/diamond-icons.png') no-repeat -308px 0;
		background-color: #E5E5DB;
		border: none;
		border-left: 1px solid #C6B198;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	/* ---------- Menu ---------- */
	.menu ul {
		clear: both;
		padding-top: 9px;
		padding-bottom: 4px;
	}

	.menu .greyButton, .menu .purpleButton, .menu .quoteButton {
		box-shadow:inset 2px 0px 0px rgba(208, 216, 197, .5), inset -2px 0px 0px rgba(208, 216, 197, .5);
		background:-webkit-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:-moz-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:-ms-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:-o-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F7EF', endColorstr='#D0D8C5');/*For IE7-8-9*/
		background-color:#C9D3BC;
		text-indent:0px;
		display:inline-block;
		height:31px;
		line-height:31px;
		width:100%!important;
		text-decoration:none;
		position: relative;
	}

	.menu .greyButton span, .menu .purpleButton span, .menu .quoteButton span {
		width: 99%;
		font-family: "myriad-pro",Verdana,Arial,sans-serif;
		font-size: 1.65rem;
		line-height: 1.45em;
		font-weight: 400;
		color: #8C3264;
		padding: 2px 0px 0px 11px;
		float: left;
	}

	.menu .buttonRadius {
		-webkit-border-radius:0!important;
		-moz-border-radius:0!important;
		border-radius:0!important;
		overflow:hidden;
		height:31px;
		margin-bottom:6px;
	}

	.menu .buttonRadius.quote {
		height:31px;
	}

	.menu .purpleButton .arrow, .menu .quoteButton .arrow {
		width: 8px;
		height: 18px;
		background: url('/assets/images/arrows/arrow.png') no-repeat left top;
		background-size: auto 18px;
		position:absolute;
		top: 6px;
		right: 8px;
	}

	.menu  {
		display:none;
		position: relative;
	}

	.headSearchResults{
		width: 100%;
		display: none;
		background: #fff;
		padding: 10px 7px 10px 7px;
		border: 1px solid #C6B198;
		border-top: 0;
		margin-bottom: 19px;
		margin-top: -19px;
	}

	.smallSearchText {
		color: #c6b198;
		font-size: 1.4rem;
		font-style: italic;
	}

	/* ---------- Menu ---------- */

	.xPod {
		background: transparent;
		padding: 1px 1px 5px 1px;
		background: none;
		margin-bottom: 10px;
		height: auto;
	}

	.xPod img {
		display: block;
		min-width: 100%;
	}

	.xPod h2, .xPod p {
		margin-left: 9px;
		margin-right: 9px;
	}

	.xPod .link {
		padding-left: 10px;
	}

	.ancPod {
    	width: 100%;
		height: 78px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}

	.mainContent {
		margin-top: 58px;
		padding-top: 10px;
	}

	.mainContent.home {
		margin-top: 0 !important;
		padding-top: 0;
	}

	.mainContentLeft {
		display: none;
	}

	.mainContentRight {
		width: 100%;
		margin: 0;
	}

	.podContainer {
		padding: 5px 10px;
	}

	.podContainer:last-of-type {
		margin-bottom: 10px;
	}

	.footerCopy {
		-webkit-columns: 1 auto;
		-moz-columns: 1 auto;
		columns: 1 auto;
	}

	ul.buttonList a, .slideButton, .pdfButtonBG {
		box-shadow:inset 2px 0px 0px rgba(208, 216, 197, .5), inset -2px 0px 0px rgba(208, 216, 197, .5);
		background:-webkit-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:-moz-linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background:linear-gradient(#D0D8C5 2%, #F3F7EF 5%, #D0D8C5 100%);
		background-color:#C9D3BC;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:3px;
		text-indent:0px;
		display:inline-block;
		width: 100%!important;
		text-decoration:none;
		text-align:center;
		margin-bottom: 6px;
		min-height: 30px;
		height: auto;
	}



	.pdfButton {
		display: block;
		min-height: 44px;
		height: auto;
	}

	.pdfButtonBG {
		position: relative;
		top: 0;
	}

	.slideButtonWhite {
		width: 100%;
	}

	.slideButton .arrow, .slideNoBorder .arrow, .pdfButton .arrow, .slidePod .arrow {
		background-image: none;
	}

	.slideButton, .pdfButtonBG {
		border: none!important;
	}

	/* ----- feedback Form ----- */
	.feedbackTab{
		display: none;
	}
	.feedbackFormContainer{
		width: 100%;
	}
	.feedbackFormContainer textarea{
		width: 100%;
	}
	.feedbackFormA1 input{
		margin-top: 5px;
	}
	.feedbackFormA1 label{
		width: 100%;
	}
	input[type='submit'].submitFeedback{
		width: 100%;
	}
	.feedbackFormContainer img{
		margin: 25px auto 0;
	}







/* ----- PDF Popup ----- */
.jsonPopup {
	display: none;
	position: absolute;
	z-index: 600;
	width: 320px;
	top: 0;
	left: -5px;
}

.popTop {
    width: 320px;
	height: 57px;
    position: relative;
    background: transparent url('/assets/images/navTop-mobile.png') no-repeat left top;
}

.popMiddle {
    width: 320px;
    height: auto;
	overflow: hidden;
    background: transparent url('/assets/images/navMiddle-mobile.png') repeat-y left top;
}

.popMiddle > div {
	width: 230px;
}

.popBtm {
	width: 320px;
    background: transparent url('/assets/images/navBtm-mobile.png') no-repeat left top;
}

.close2 {
    left: 247px;
}
/* ----- End PDF Popup ----- */

 /* ----------  Cookie banner start -----------*/

  .cookieBanner{
	min-width: 320px;
  }
  .cookieBanner > .group {
    padding: 0;
  }
  .cookieBanner > .group > p {
    padding: 15px 10px;
    font-size: 14px;
  }
  .cookieBanner a.accept {
    width: 100%;
    position: static;
    padding: 14px 0;
	display: inline-block;
	float: none;
  }
  .cookieBanner a.accept p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
    background: url("/assets/images/icon-cookiesTick.svg") no-repeat 13px 50%;
    background-position: calc(50% - 50px) 50%;
  }

  /* ----------  Cookie banner end -----------*/



  /* ------- Product table ----------*/

  .productTable .row{
		border-bottom:none;
	}
	.productTable .row .products{
		width: 100%;
		max-width: 100%;
		height: 30px;
		float: none;
	}
	.productTable .row .products p{
		text-align: center;
		font-weight: 600 !important;
	}
	.productTable .benefits, .productTable.fiveColumn .benefits{
		width: 100% !important;
		height: auto;
		float: none;
	}
	.productTable .row .benefits{
		border-bottom: 1px solid #c6b198;
	}
	.productTable .row:last-of-type .benefits{
		border-bottom: none;
	}
	.productTable .header{
		height: auto !important;
	}
	.productTable .header .blank{
		display: none;
	}
	.productTable .level, .productTable .benefits .level, .productTable.fiveColumn .benefits .level{
		padding: 4px !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
		text-align: center;
		width: 25% !important;
		max-width: 25% !important;
		min-width: 0;
	}
	.productTable .level:first-of-type{
		border-left: none;
	}
	.productTable .header .products p, .productTable .header .products span, .productTable .header .benefits p, .productTable .header .benefits span, .productTable p, .productTable span{
		font-weight: 400 !important;
		font-size: 14px !important;
	}
	.productTable .level span{
		padding: 0;
	}

  /* ------- Product table -----------*/


}

/* ----- Comparison tables ----- */
@media screen and (min-width : 621px) {
	.comparison {
		width: 450px;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E7E7DE) );
		background:-moz-linear-gradient( center top, #ffffff 5%, #E7E7DE 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E7E7DE');
		background-color:#ffffff;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		border: 1px solid #C6B198;
		color: #8C3264;
		displaY: block;
		overflow: hidden;
		text-transform: uppercase;
		padding: 2px 4px;
	}

	.comparison .column {
		display:inline-block;
		float: left;
	}

	.comparison ul {
		font-size: 1.45rem;
		margin: 0;
		font-weight: bold;
	}

	.products ul {
		text-align: right;
		font-size: 1.45rem;
	}

	.comparison ul li {
		padding: 4px 8px;
		width: 83px;
		height: 70px;
		border: 1px solid #C6B198;
		border-top: none;
		border-left: none;
	}

	.comparison ul li.paddingTop {
		padding-top: 15px;
	}

	.comparison ul li.inc {
		font-size: 1.35rem;
		height: 50px;
		border-right: 1px solid transparent;
	}

	.comparison ul li.company {
		height: 50px;
		text-align: center;
	}

	.comparison ul li:last-of-type {
		border-bottom: none;
	}

	.comparison ul.last li {
		border-right: none;
	}

	.comparison .products ul li {
		width: 108px;
	}

	.comparison span {
		display: none;
	}

	.comparison ul li {
		background: transparent url('/assets/images/inactive-cross.png') no-repeat center center;
	}

	.comparison ul li.active {
		background: transparent url('/assets/images/active-tick.png') no-repeat center center;
		font-weight: bold;
	}

	.comparison .products ul li, .comparison ul li.company {
		background: none;
	}

	.diaComp ul li.company {
		background: #8B3163;
		color: #FCEE21;
		margin: -2px 0 0 -1px;;
		height: 52px;
		width: 84px;
		border-left: 1px solid #C6B198;
		border-bottom: 1px solid #8B3163;
		vertical-align: middle;
		line-height: 32px;
		font-weight: bold;
	}

	.diaComp ul li {
		background: red;
		font-weight: bold;
	}

	.diaComp ul li {
		background: transparent url('/assets/images/dia-tick.png') no-repeat center center;
	}

	.diaComp ul li.diaTop {
		/*background: transparent url('/assets/images/table-border.png') no-repeat center -4px;*/
		background:
		url('/assets/images/table-border.png') no-repeat center -4px,
		url('/assets/images/dia-tick.png') no-repeat center center;
	}

	chat p {
		margin: 10px 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.35em;
		padding-right: 150px;
	}

	.chat p.tel {
		margin-top: 0;
		font-size: 1.65rem;
		line-height: 1.65em;
		font-weight: bold;
	}

}

@media screen and (max-width : 620px) {
	.comparison {
		width: 100%;
		border: none;
		background:transparent;
		text-transform: none;
	}

	.comparison .column {
		width: 50%;
		display:inline-table;
		float: left;
		border: 1px solid #FFF;
	}

	.comparison .products {
		display: none;
	}

	.comparison ul {
		margin-bottom: 4px;
		font-size: 1.40rem;
		font-weight: 400;
	}

	.comparison ul li {
		background: #DBDDC8;
		color: #C6B198;
		text-indent: 0;
		display: block;
		padding: 4px 8px;
		border-bottom: 1px solid #FFF;
	}

	.comparison ul li.company {
		background: #99836D;
		color: #DBDDC8;
		font-weight: bold;
		text-transform: uppercase;
		border: none;
		font-size: 1.40rem;
	}

	.comparison ul li.active {
		color: #8B3163;
		font-weight: bold;
	}

	.diaComp ul li.company {
		background: #8B3163;
		color: #FCEE21;
	}

	.diaComp ul li {
		background: #FCEE21;
		color: #8B3163;
		font-weight: bold;
	}

	.chat p {
		margin: 10px 0 0 10px;
		font-size: 1.6rem;
		line-height: 1.35em;
		padding-right: 140px;
	}

	.chat p.tel {
		margin-top: 0;
		font-size: 2.3rem;
		line-height: 1.45em;
		font-weight: bold;
	}

	.funImage {
		width:100%;
		float:none;
		margin-bottom: 10px;
	}

	.funCopy {
		width:100%;
		float:none;
	}
}

@media screen and (min-width : 621px) {
	.footerCopy {
		height: 250px;
	}
}

@media screen and (max-device-width : 1024px) {
	.menubutton:hover, .menubutton:active {
		background: url('/assets/images/diamond-icons.png') no-repeat -48px 0;
	}

	.menubutton.open:hover, .menubutton.open:active {
		background: url('/assets/images/diamond-icons.png') no-repeat -109px -45px;
	}

	.searchbutton:hover, .searchbutton:active, .searchbutton.open:hover, .searchbutton.open:active {
		background: url('/assets/images/diamond-icons.png') no-repeat -214px 0;
	}

	.searchForm input[type="text"] {
		font-size: 16px;
	}
}

@media screen and (max-width : 360px) {
	.comparison ul {
		font-size: 1.34rem;
	}
}
/* ----- Comparison tables ----- */


/* ----- Xmas hours ----- */
h2.xmas{
	color: #DC0000;
}

.xmasHours h2{
	font-size: 18px;
	color: #DC0000;
}

.xmasHours p{
	color: #DC0000;
}

@media screen and (min-width : 620px) {
	.xmasHours{
		width: 50%;
		float: left;
	}
}










.tableButtons {
	width: 100%;
	display: block;
    overflow: hidden;
    margin-top: 25px;
}

.tableButtons .complaintsButtonOne, .tableButtons .complaintsButtonTwo {
	height: 84px;
	width: 50%;
	background: $white;
	border: 1px solid #0078ff;

	display: table;
	vertical-align: middle;

	cursor: pointer;
	position: relative;

	border-radius: 4px;
}

.tableButtons h3 {
    vertical-align: middle;
    display: table-cell;
	padding: 0;
	text-align: center;
	color: #0078ff;
	padding: 0 35px;

    font-size: 16px;
    line-height: 22px;
    font-weight: normal;

    font-family: "myriad-pro",Verdana, Arial, sans-serif;
}

@media screen and (max-width : 619px) {
	.tableButtons h3 {
		padding: 0 20px;
	}
}

.tableButtons .complaintsButtonOne.selected, .tableButtons .complaintsButtonTwo.selected {
	background: #8c3264;
	color: #FFFFFF;
	border: 1px solid #8c3264;
}

.tableButtons .complaintsButtonOne.selected h3, .tableButtons .complaintsButtonTwo.selected h3 {
	color: #FFFFFF;
}

.tableButtons .complaintsButtonOne.selected:after, .tableButtons .complaintsButtonTwo.selected:after{
	bottom: -1px;
	left: 46%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 0 10px 10px 10px;
}

.tableButtons .complaintsButtonOne {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}

.tableButtons .complaintsButtonTwo {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.complaintsContainerOne, .complaintsContainerTwo {
	display: none;
	margin-top: 25px;
}

.complaintsTable {
	width: 100%;
	margin-top: 17px;
}

.complaintsTable .row {
	width: 100%;
	min-height: 63px;
	display: table;
}

.complaintsTable .row:last-of-type {
	border-bottom: none;
}

.complaintsTable .row .desc, .complaintsTable .row .result {
    height: 100%;
    display: table-cell;
	padding: 6px 10px;
	margin: 0;
	vertical-align: middle;
}

.complaintsTable .row .desc {
	width: 65%;
}

.complaintsTable .row .result {
	width: 35%;
}

.complaintsTable .row .desc p, .complaintsTable .row .result p {
    vertical-align: middle;
	padding: 0;
	margin: 0;
}

.complaintsTable .row .desc {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	border-top: none;
	text-align: left;
}

.complaintsTable .row .desc p {
	padding: 0;
	margin: 0;
}

.complaintsTable .row:nth-of-type(1) .desc {
	border-top: 1px solid #cccccc;
}

.complaintsTable .row .result {
	background: #faf5f0;
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	text-align: center;
}

.complaintsTable .row:nth-of-type(1) .result {
	border-top: 1px solid #cccccc;
}

.complaintsTable .row .result p {
	font-size: 15px;
    line-height: 18px;
}

.complaintsTable .row .result span {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-radius: 20px;
    width: 94px;
    display: inline-block;
    padding: 5px 0;

	font-size: 15px;
    line-height: 18px;
}






.complaintData {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #cccccc;
	position: relative;
	margin-top: 40px;
}

.complaintData .close {
	width: 24px;
	height: 24px;
	background: transparent url("/assets/images/plus.svg") no-repeat 0px 0px;
	background-size: 24px 24px;
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.complaintData .close.close-open {
	background-size: 24px 24px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.complaintData .hiddenContent {
	display: none;
}

.complaintData h2 {
    font-size: 1.9rem;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 30px 0 0;
}

.complaintData .productTable {
	margin: 13px auto 0 auto;
}

.complaintData .productTable .header .benefits p, .complaintData .productTable.fiveColumn .products p, .complaintData .productTable.fiveColumn .products p {
	font-size: 14px;
	line-height: 16px;
}





.error-tier-one,
.error-tier-two {
	width: 100%;
	height: auto;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8500+0,ff5f00+100 */
	background: #ff8500; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8500 0%, #ff5f00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff8500 0%,#ff5f00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff8500 0%,#ff5f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8500', endColorstr='#ff5f00',GradientType=0 ); /* IE6-9 */
}

.error-tier-one .container,
.error-tier-two .container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 16px;
}

.error-tier-one .container p,
.error-tier-one .container a,
.error-tier-two .container p,
.error-tier-two .container a {
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 0;
	margin: 0;
}

.error-tier-one .container p,
.error-tier-two .container p {
	font-weight: 400;
	margin-bottom: 7px;
}

.error-tier-one .container a,
.error-tier-two .container a {
	text-decoration: underline;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.error-tier-one .container p:last-of-type,
.error-tier-two .container p:last-of-type {
	margin-bottom: 0;
}

.error-tier-one .container h2,
.error-tier-two .container h2 {
	color: #FFFFFF;
	font-size: 2.1rem;
	line-height: 2.6rem;
	font-weight: 600;
	padding: 0;
	margin: 0 0 2px 0;
}

@media only screen and (max-width: 767px) {
	.error-tier-one .container,
	.error-tier-two .container {
	    padding: 18px 8px;
	}

	.error-tier-one .container h2,
	.error-tier-two .container h2,
	.error-tier-one .container p,
	.error-tier-one .container a,
	.error-tier-two .container p,
	.error-tier-two .container a {
        color: #FFFFFF;
        font-size: 1.4rem;
        line-height: 2.2rem;
	}

	.error-tier-one .container h2,
	.error-tier-two .container h2 {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 0;
	}

	.error-tier-one .container p,
	.error-tier-two .container p {
        font-weight: 400;
        margin-bottom: 5px;
	}
}/*@media only screen and (max-width: 767px) {*/

@media only screen and (max-width: 620px) {
	.error-tier-one,
	.error-tier-two {
		margin-top: 57px;
    	margin-bottom: -57px;
    }
}/* @media only screen and (max-width: 620px) { */





.error-tier-two .container {
	padding: 88px 16px 28px 16px;

	background-image: url(/assets/images/icon-service-issues-white.svg);
	background-repeat: no-repeat;
	background-position: 16px 29px;
	background-size: 50px 45px;
}

.error-tier-two .container h2 {
	margin-bottom: 10px;
}

.error-tier-two .buttons {
	margin-top: 7px;
}

.error-tier-two .buttons a {
	text-decoration: none;
}

.error-tier-two .buttons .smallContentButton {
	width: 300px;
	max-width: 100%;
	border: 1px solid #FFFFFF;
	height: 34px;
	font-size: 1.9rem;
	line-height: 30px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.error-tier-two .buttons .smallContentButton:hover {
	cursor: pointer;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.error-tier-two .container {
		padding: 67px 8px 20px 8px;
		background-size: 28px 25px;
		background-position: 8px 29px;
	}

	.error-tier-two .container h2 {
		margin-bottom: 3px;
	}
}/* @media only screen and (max-width: 767px) { */

@media only screen and (max-width: 499px) {
	.error-tier-two .container {
		padding: 67px 8px 15px 8px;
	}

	.error-tier-two .container .buttons .smallContentButton {
        width: 100%;
        max-width: 100%;
	}
}/* @media only screen and (max-width: 499px) { */

@media only screen and (max-width: 413px) {
	.error-tier-two .container {
      padding: 67px 10px 10px 10px;
      background-position: 10px 28px;
    }
}/* @media only screen and (max-width: 413px) { */




.error-modal {
    width: 600px;
    max-width: 100%;
    padding: 32px 0 30px 0;
    border-radius: 10px;
    margin: 0 auto;
    position: fixed;

    top: 150px;
    left: calc(50% - 300px);

    z-index: 901;

    /*display: block;*/

    background: #FFFFFF url(/assets/images/icon-service-issues-orange.svg) no-repeat 26px 32px;
    background-size: 50px auto;
}

.error-modal .content {
	width: 460px;
	margin: 0 auto;
	padding-left: 30px;
}

.error-modal .content h2 {
	font-size: 2.1rem;
	line-height: 2.6rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: #5C584E;
}

.error-modal .content p,
.error-modal .content a {
	color: #5C584E;
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: 400;
}

.error-modal .content p {
	padding-bottom: 10px;
}

.error-modal .content p:last-of-type{
	padding-bottom: 0;
}

.error-modal .content .buttons {
	display: block;
	overflow: hidden;
}

.error-modal .content .buttons .button {
	width: auto;
	height: 22px;

	font-size: 1.6rem;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;

	cursor: pointer;
	color: #0078FF;

	margin-top: 10px;
	text-align: left;
}

.error-modal .content .buttons .button a {
	text-decoration: none;
	color: #0078FF;
}

@media only screen and (max-width: 767px) {
	.error-modal {
		width: 394px;
		padding: 30px 0 34px 0;
		left: calc(50% - 197px);
		background-size: 43px auto;
		background-position: 16px 37px;
		border-radius: 10px;
	}

	.error-modal .content {
		width: 314px;
		padding-left: 30px;
	}

	.error-modal .content h2 {
	    font-size: 1.6rem;
	    line-height: 2rem;
	}

	.error-modal .content p,
	.error-modal .content a {
	    font-size: 1.4rem;
	    line-height: 2.2rem;
	}

	.error-modal .buttons {
	    margin-top: 1px;
    	font-size: 1.6rem;
	}
} /* @media only screen and (max-width: 767px) { */

@media only screen and (max-width: 499px) {
	.error-modal {
		width: 100%;
		max-width: 100%;
		position: fixed;
		left: 0;
		top: initial;
		bottom: 0;
		padding-left: 0;
		padding-top: 0;
		border-radius: 0;

		background-image: none;
	}

	.error-modal .content {
		width: 330px;
		margin: 0 auto;
		padding-left: 0;
		padding: 68px 0 0 0;

		background: #FFFFFF url(/assets/images/icon-service-issues-orange.svg) no-repeat 26px 32px;
		background-size: 43px auto;
		background-position: 0 23px;
	}
}

/*@media only screen and (max-width: 413px) {
	.error-modal {
		width: 300px;
		left: calc(50% - 150px);

        padding-left: 0;
        padding: 65px 0 20px 0;

        background: #FFFFFF url(/assets/images/icon-service-issues-orange.svg) no-repeat 26px 32px;
        background-size: 43px auto;
        background-position: 20px 15px;
	}

	.error-modal .content {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	}
}*/




#error-overlay {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background: #000000;
  opacity: 0.75;
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  display: none;
}

/* Set display values
Level one default to display block as this is an inline content block */
.error-tier-one {
  display:block;
}

/* Level two and three default to display none as these elements are controlled via JS */
.error-tier-two, .error-modal, .blackout-error {
  display:none;
}

/* Overwrite rule for hidden error block */
.error-display {
  display: block!important;
}







.modal-overlay {
    width: 100%;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    display: none;
    z-index: 500;
    transition: all .2s linear;
}

.modal-overlay.open {
    display: block!important;
    opacity: 1!important;
    animation-name: fadein;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.modal-container {
    width: 320px;
    min-width: 320px;
    max-height: calc(80% - 51px);
    padding-top: 45px;
    position: relative;
    top: 10%;
    left: calc(50% - 160px);
    background: #fff;
    text-align: left;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal-container .modal-head {
    width: 320px;
    min-width: 320px;
    height: 45px;
    background-color: #f0f0eb;
    border-bottom: 1px solid #d1c7bd;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    z-index: 505;
    top: 0;
}

.modal-container .modal-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    z-index: 502;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-container .modal-content .modal-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: -20px auto 20px auto;
    padding: 0;
    background: #E8B955;
}

.modal-container .modal-content .modal-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.modal-container .modal-content .text-block {
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.modal-container .modal-content .text-block h2 {
    font-size: 22px;
    line-height: 30px;
    color: #8C3264;
    padding-top: 2px;
}

.modal-container .modal-content .text-block p {
    font-size: 18px;
    line-height: 26px;
    color: #5C584E;
    padding-top: 10px;
}

.modal-container .modal-content .buttons {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 17px 10px 0 10px;
    float: none;
    clear: both;
}

.modal-container .buttons .modal-button {
    width: 100%;
    min-height: 50px;
    max-height: 48px;
    display: inline-block;
    float: none;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #8C3264;
    border-radius: 4px;
    font-size: 20px;
    color: #8C3264;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
}

.modal-container .buttons .modal-button span {
    font-size: 20px;
    line-height: 48px;
    padding: 0 7px;
    display: inline-block;
}

.modal-container .buttons .modal-button + .modal-button {
    margin-top: 10px;
}

.modal-container .buttons .modal-button.green-button {
    background: #5BB93F;
    border: 1px solid #5BB93F;
    color: #FFF;
}

@media only screen and (max-width: 519px) {
    .modal-container {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
        max-height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .modal-container .modal-head {
        width: 100%;
    }

    .modal-container .modal-content .text-block {
        width: 320px;
    }

    .modal-container .modal-content .buttons {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- Chat Buttons --- */
.chatButton {
	background: url('/assets/images/chat-icon.svg') no-repeat 11px 6px / 23px 18px;
	text-indent:0px;
	display: inline-block;
	height: 31px;
	line-height: 31px!important;
	text-decoration:none;
	position: relative;
}

.chatButton span {
	font-family: "myriad-pro",Verdana,Arial,sans-serif;
	font-size: 1.65rem;
	line-height: 1.65em;
	font-weight: 400;
	color: #fff;
	padding: 1px 11px 0 44px;
}

.chatButton.active {
	background-color: #00B432;
}

.chatButton.busy {
	background-color: #ff770f;
}

.chatButton.offline {
	background-color: #C9D3BC;
}
