* {
	margin: 0;
	padding: 0;
}

img {border: none;}

a:link { color: #0c4ba4; text-decoration: underline }
a:visited { color: #0c4ba4; text-decoration: underline }
a:hover { color: #06f; text-decoration: none }
a:active { color: #003399; text-decoration: none }

input:focus, input.sffocus {
	background: #F0FFFF;
	color: #000000;
}

body{
  font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;
	background-color: #f4f8fb;
}

h2 {
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: lighter;
}

h3 {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif, Calibri, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

p.pspace {padding:6px 0;}

ul {
  line-height: 1.5;
}

  ul.listnumber {
    list-style: decimal;
  }

/* Overridden in .quoteform*/
input, select {
  height: 40px;
  margin-top: 6px;
  margin-bottom: 28px;
  border: solid 1px #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}

input:focus {
  border: solid 2px #596b6f;
  background-color:#fcfcfc;
  outline: none;
}

input.errorBorder {border-color: red;}

textarea {
  padding: 4px;
  font-family: Arial, sans-serif;
  border: solid 1px #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#skiptop{
  display: none
}
#skipto{
  height: 1px;
  background-color: #18243d;
}

/* -------------------------- */

#header, #footer{
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  color: white;
  background-color: #18243d;
  text-align: center;
}

/* -------------------------- */

.framecontainer {
  width: 100%;
  max-width: 640px;
  min-width: 360px;
  height: 0;
  margin: 20px auto;
}

.framecontainer iframe {
  width: 100%;
  max-width: 640px;
  min-width: 360px;
  border: none;
}

.quoteform {
  text-align: left;
}

  .quoteform label {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: lighter;
  }

  .quoteform label.inline {
    display: inline;
  }

    .quoteform label.labelplain {
      display: inline;
      font-weight: normal;
      margin-bottom: 0;
    }

  .quoteform input, .quoteform select {
    width: 95%;
    height: 36px;
    padding: 6px;
    font-size: 16px;
  }

  .quoteform input.inputprefixed {
    width: 94%;
  }

  .quoteform input.inputshort {
    width: 40%;
  }

  .quoteform select {
    width: 98%;
    height: 48px;
  }

  .quoteform select.inputprefixed {
    width: 98%;
  }

  .quoteform select.selectauto {
    width: auto;
    margin-bottom: 0;
  }

  .quoteform input[type=checkbox], .quoteform input[type=radio] {
  width: 28px;
  -ms-transform: scale(.8); /* IE */
  -moz-transform: scale(.8); /* FF */
  -webkit-transform: scale(.8); /* Safari and Chrome */
  -o-transform: scale(.8); /* Opera */
  transform: scale(.8);
}

  .quoteform input[type=checkbox] {
    float: right;
    margin-top: -30px;
    margin-right: 8px;
  }

  .quoteform input[type=checkbox].chkcloseup {
    margin-right: 70px;
  }

  .quoteform input[type=checkbox]::after {
    clear: right;
  }

  .quoteform .radio-block {
    float: right;
    margin-top: -24px;
    margin-right: 12px;
  }
  .quoteform .radio-block::after {
    clear: right;
  }

  .quoteform input[type=radio].radiomiddle {
    margin: 0;
    vertical-align: middle;
  }

  .quoteform textarea {
    width: 94%;
    height: 72px;
    padding: 6px;
    font-size: 16px;
  }

    .quoteform textarea.tafullwidth {
      width: 96%;
      height: 100px;
      margin-top: -20px;
      margin-bottom: 20px;
    }

.prefix {
  display: inline-block;
  width: 3%;
  padding-right: 4px;
  font-size: 16px;  
}

.prefix + .quoteform input.inputprefixed {
  display: inline-block;
}

.quotecontent {
  width: 100%;
  max-width: 640px;
  min-width: 360px;
  margin: 0 auto;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 14px;
}

.quoteinnercontent {
  width: 84%;
  margin: 0 auto;
  padding: 0 25px;
}

ul.quote-list {
  margin: 0 auto;
  list-style: url(../public/images/0005-bullet.gif);
  line-height: 1.5;
  text-align: left;
}

.quotebacknext {
  margin-top: 24px;
}

.imgback{
	float: left;
	border: 0;
}

.imgnext{
	float: right;
	border: 0;
}

.imgnext.nojs {
  width: 233px;
  height: 64px;
  background-color: #7FBA00;
  color: #fff;
  font-size: 20px;
}

.imgnext.nojs:hover {
  background-color: #96DA00;
  cursor: pointer;
}

.imgnext.nojs:active {
  border: solid 1px #527800;
  cursor: pointer;
}

.spanblock {
  display: block;
}

/* ----------------------------- */

.claimsection {
  display: none;
}

/* ----------------------------- */

#breadcrumb {
  width: 100%;
  height: 38px;
  padding-top: 20px;
  color: #809399;
  background-color: #eef2f3;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(190,190,190,1);
  -moz-box-shadow: 0px 6px 6px 0px rgba(190,190,190,1);
  box-shadow: 0px 6px 6px 0px rgba(190,190,190,1);
  font-size: 12px;
  text-align: center;
}

.breadhighlight {
  color: black;
}

.breadnumber {
  display: inline-block;
  padding: 2px;
  padding-top: 0;
  color: #fff;
  background-color: #809399;
  width: 14px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.breadred .breadnumber {
  background-color: #d53e43;
}

.breadgreen .breadnumber {
  background-color: #7ab702;
}

/* ----------------------------- */

ul.list_centred {
  width: 80%;
  max-width: 500px;
  min-width: 300px;
  margin: 10px auto;
  padding-left: 80px;
  list-style: none;
  list-style-position: inside;
  text-align: left;
}

.boxRadio {
  width: 100%;
  max-width: 600px;
  min-width: 320px;
  margin: 0 auto;
  padding: 10px;
}

  .boxRadio label {
    display: inline-block;
    margin-top: -60px;
    padding-left: 24px;
    font-size: 18px;
  }

#quotecall-public {
  margin-top: -18px;
  font-size: 20px;
  font-weight: lighter;
}

/* ----------------------------- */

.premiumbox {
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #d73e43;
  font-size: 18px;
  font-weight: lighter;
}

  .premiumbox .premiumpay {
    font-size: 24px;
  }

.boxgrey {
  width: 96%;
  padding: 10px;
  background-color: #eef2f3;
}

.boxlightgrey {
  width: 96%;
  padding: 10px;
  background-color: #f9f9f9;
}

.bordergrey {
  border: solid 1px #999;
}

.borderround {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ----------------------------- */

.humaninput { display:none;visibility: hidden }

.horizline {
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(200, 200, 200, 0.75);
  -moz-box-shadow:    0px 6px 6px 0px rgba(200, 200, 200, 0.75);
  box-shadow:         0px 6px 6px 0px rgba(200, 200, 200, 0.75);
}

.horizlinedark {
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(150, 150, 150, 1);
  -moz-box-shadow:    0px 3px 6px 0px rgba(150, 150, 150, 1);
  box-shadow:         0px 3px 6px 0px rgba(150, 150, 150, 1);
}

.button_standard {
  -webkit-appearance: none;
  height: 60px !important;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
  .button_standard:hover {opacity: 0.7;}

.button_flat {
  -webkit-appearance: none;
  /*width: 100px;*/
  height: 36px;
  border: none;
  color: #fff;
  background-color: #333;
  font-size: 14px;
}
  .button_flat:hover {opacity: 0.7}

.button_flat_disabled {
  -webkit-appearance: none;
  /*width: 100px;*/
  height: 36px;
  border: none;
  color: #fff;
  background-color: #999;
  font-size: 14px;
}

/* ----------------------------- */

/* Overrides the CSS in jqModal.css */
#jqWhatYouGet {
  width: 516px;
  height: auto;
  margin-left: -275px;
  font-size: 13px;
  text-align: left;
}

#jqCloseWhatYouGet {
  margin-left: 516px;
}

/* -------------------------- */

.infobox {
  display: none;
  width: 80%;
  margin-top: -24px;
  margin-left: 5%;
  padding: 12px;
  background-color: #ff5d61;
  border: 1px solid #d73e43;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  background-color: #d73e43;
  line-height: 1.5;
  z-index: 99;
}

  .infobox.rightbox {
    margin-top: 6px;
    margin-left: 15%;
  }
  .infobox h3 {
  padding-top: 10px;
  }

.infopointer {
  width: 0;
  height: 0;
  margin-top: -24px;
  margin-left: 5%;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #d73e43 transparent;
  -webkit-transform: rotate(360deg)
}

.infobox.rightbox .infopointer {
  margin-left: 95%;
}

  .infoboxshow {
    display:block;
}

/* ----------------------------------- */
/* 
  Edited to open in fixed position to the left
  Removed margin-left: 160px and set absolute left: 240px
*/
a.tooltip {
  outline: none;
}

  a.tooltip:hover {
    text-decoration: none;
  }

  a.tooltip span.tooltipspan {
    display: none;
    width: 90%;
    margin-top: 30px;
    padding: 12px;
    line-height: 1.2;
    z-index: 10;
  }

  a.tooltip:hover span.tooltipspan {
    display: inline;
    position: absolute;
    right: 0;
    color: #fff;
    border: 1px solid #d73e43;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #d73e43;
  }

/* MDL This class is used for the onclick event to be able to show the info */
a.tooltipClicked span.tooltipspan {
  display: inline;
  position: absolute;
  right: 0;
  color: #fff;
  border: 1px solid #d73e43;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #d73e43;
}

.callout {
  z-index: 20;
  position: absolute;
  top: -13px;
  border: 0;
  right: 30px;
}

/*CSS3 extras*/
a.tooltip span.tooltipspan {
  box-shadow: 5px 5px 8px #bbb;
}

a.tooltip span.tooltipspanleft {
  box-shadow: -5px 5px 8px #bbb;
}

.infolink {
  position: absolute;
  display: block;
  top: 0;
  right: 5%;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #d73e43;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 100%
}

  .infolink a {
    text-decoration: none
  }

.tooltipspan img {
  left: auto;
  right: 4%;
}

.tooltipspan {
  top: 10px;
}
/* End Fluid */

/* CALENDAR CSS  ------------------------------*/
#calendar {
	position: absolute;
	z-index: 99;
	left: -999px;
	top: 0px;
	width: 140px;
	height: auto;
	padding-bottom: 2px;
	border: solid 1px #999999;
	background-color: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calendar a {
	color: #FFFFFF;
	text-decoration: none;
}
#calendar a:hover {
	color: #CC0000;
	text-decoration: none;
}
#calhead {
	height: 20px;
	padding-top: 2px;
	background-color: #BBBBBB;
	color: #FFFFFF;
	text-align: center;
}
#calheadleft {
	width: 20px;
	float: left;
}
#calheadright {
	width: 20px;
	float:right;
}
#calheadcentre {
	font-size: 12px;
	text-align: center;
}

#caldays {
	height: 18px;
	background-color: #eeeeee;
	border-bottom: solid 1px #BBBBBB;
}
#calendar td {
	width: 18px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#calendar td#today{
	border: solid 1px #db6d6f;
}
#calendar td a{
	display: block;
	border: solid 1px #FBFBFB;
	color:#000;
}
#calendar td a.calSunday{
	color: #db6d6f;
}
#calendar td a:hover{
	color: #CC0033;
	border: solid 1px #CC0000;
	background-color: #CCCCCC;
}
.caltxtgrey{color:#CCCCCC;}
.caltxtred {color: #CC0000;}

/*Above works for IE - now for the rest:*/
body>#calendar {
	width: 132px;
}
body>#calendar td {
	width: 16px;
}
/* END CALENDAR CSS --------------------------*/
#spinnerwrapper {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

.spinner {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 8px solid #bbb; /* Grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 100;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ----------------------------- */

.bordered-red {
  border: solid 1px #e00;
  margin: 10px auto 0 auto;
  padding: 16px;
  background-color: #FFFFFF;
}

.backgroundColour15 {
  background-color: #eef2f3;
}

table.altshade tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.altshade tr:nth-child(even) {
  background-color: #ffffff;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.text18 {font-size: 18px}
.text16 {font-size: 16px}
.text14 {font-size: 14px}
.text13 {font-size: 13px}
.text12 {font-size: 12px}
.text11 {font-size: 11px}
.text10 {font-size: 10px}

.textblack {color: #000}
.textdred {color: #e11400}
.textlred {color: #DE3918}
.textblue {color: #003399}
.textred {color: #FF0000}
.textredlarge {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.textgrey {color: #999}
.textdgrey {color: #555}
.textbrown {color:#c30}
.textsalmon {color:#ff5d61}
.textnavy {color:#18243d}
.textwhite {color:#fff}

.textleft {text-align: left}
.textright {text-align: right}
.texttop {vertical-align: top}
.textbottom {vertical-align: bottom}

.smallbrown{
	color: #DE3918;
	font-size: 12px;
}
.smallblack{
	color: #000000;
	font-size: 12px;
}
.smallred{
	color: #FF0000;
	font-size: 12px;
  font-weight: normal;
}

.clear {clear: both}
.clearboth{clear: both}
.clear-left{clear:left}
.clear-right{clear:right}

.inline{display:inline}
.inlineblock {display:inline-block}

.left {float: left}
.right{float: right}

.bold {font-weight: bold}
.light {font-weight: lighter}
.italic{font-style: italic}

.textcenter {text-align: center}
.valignmiddle {vertical-align: middle}
.valigntop {vertical-align: top}

.widthfull {width: 100%}
.indent50 {margin-left: 50px}
.indent150 {margin-left: 150px}

.up24 {margin-top:-24px}
.down24 {margin-bottom:24px}

.backwhite {background-color: #FFFFFF}
.backmid {background-color: #ddd}
.backdark {background-color: #a40404}
.backtan {background-color: #fed3a4}
.backgreen {background-color: #7fba00}

.hidden {display: none}