@import url(http://fonts.googleapis.com/css?family=Handlee);
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  background:url('../img/vvv.png');
  background-size:100%;
  
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
	  Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
	LESS Elements 0.6
  ---------------------------------------------------
	A set of useful LESS mixins by Dmitry Fadeyev
	Special thanks for mixin suggestions to:
	  Kris Van Herzeele,
	  Benoit Adam,
	  Portenart Emile-Victor,
	  Ryan Faerman

	More info at: http://lesselements.com
-----------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*---------------------------------------------------
	LESS Elements 0.6
  ---------------------------------------------------
	A set of useful LESS mixins by Dmitry Fadeyev
	Special thanks for mixin suggestions to:
	  Kris Van Herzeele,
	  Benoit Adam,
	  Portenart Emile-Victor,
	  Ryan Faerman

	More info at: http://lesselements.com
-----------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'CenturyGothicBoldLocal';
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  src: url('../fonts/CenturyGothicBold.eot');
  src: local('☺'), url("../fonts/CenturyGothicBold.woff") format("woff"), // url("../fonts/CenturyGothicBold.otf") format("opentype"), url("../fonts/CenturyGothicBold.svg#CenturyGothicBold") format("svg");
}
@font-face {
  font-family: 'CenturyGothicLocal';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  src: url('../fonts/CenturyGothic.eot');
  src: local('☺'), url("../fonts/CenturyGothic.woff") format("woff"), // url("../fonts/CenturyGothicBold.otf") format("opentype"), url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
}
html,
body {
  font-family: arial;
  color: #032f43;
  background-color:transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.6;
}
div[role="main"] a {
  color: #032f43;
}
div[role="main"] p a,
div[role="main"] li a {
  text-decoration: underline;
}
nav a {
  text-decoration: none;
}
nav[role='navigation'] {
  color: white;
}
nav[role='navigation'] ul li {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Century Gothic', 'CenturyGothicBoldLocal', arial;
  font-weight: bold;
  color: #032f43;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #1386bd;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-size: 20px;
}
h1 span {
  float: right;
  font-size: 14px;
  line-height: 3;
}
h2,
h3,
h4 {
  margin-bottom: 3px;
  font-size: 20px;
}
h2 {
  color: #1386bd;
}
h3 {
  color: #859ca3;
}
h5,
h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: normal;
  font-family: 'Century Gothic', 'CenturyGothicLocal', arial;
}
h6 {
  color: #1386bd;
}
p,
ul li,
ol li {
  font-size: 13px;
}
footer p {
  font-size: 11px;
  text-align: center;
  margin: 0;
  color: #032f43;
  font-family: arial;
}
.latest-video p {
  font-size: 12px;
}
blockquote {
  background: url(../img/blockquote-bg.gif) top left no-repeat, url(../img/blockquote-bg2.gif) bottom right no-repeat;
  padding: 18px 0 0 35px;
  font-family: 'Century Gothic', 'CenturyGothicLocal', arial;
  color: #032F43;
  margin-left: -10px;
}
blockquote p {
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}
blockquote cite {
  color: #1095C0;
  font-size: 14px;
}
blockquote.smaller p {
  font-size: 14px;
}
div[role="main"] .recent-headlines li,
div[role="main"] .recent-headlines li a {
  font-family: 'Century Gothic', 'CenturyGothicLocal', arial;
  color: #002F41;
  text-decoration: none;
  font-size: 14px;
}
#promos .promo h3 {
  font-size: 16px;
}
#promos .promo p {
  font-size: 12px;
  font-family: arial;
}
#subNav p {
  color: white;
  font-weight: bold;
}
#subNav ul li {
  font-size: 14px;
  color: #032f43;
}
#subNav ul li a {
  color: white;
}
#subNav ul li a:hover {
  text-decoration: underline;
}
header .strapline h2,
header .strapline h3 {
  line-height: 1.2;
}
header .strapline h2 {
  font-size: 15px;
  color: #032f43;
}
header .strapline h3 {
  font-size: 20px;
  color: #032f43;
  text-indent: 80px;
}
header .contacts h2,
header .contacts h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
header .contacts h2 {
  font-size: 17px;
  font-style: italic;
  color: #1386bd;
}
header .contacts h3 {
  font-size: 27.5px;
  color: #032f43;
}
header .contacts h3 a {
  text-decoration: none;
  color: #032f43;
}
nav#switcher {
  font-family: 'Century Gothic', 'CenturyGothicLocal', arial;
}
nav#switcher ul li {
  line-height: 1;
}
nav#switcher ul li a {
  color: white;
  text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px #000000;
}
nav[role='navigation'] ul li.selected a {
  color: #1386bd;
}
nav[role='navigation'] ul li a {
  color: white;
}
nav[role='navigation'] ul li a:hover {
  color: #1386bd;
}
#quoteFormContainer {
  text-align: center;
}
#quoteFormContainer h1,
#quoteFormContainer h2,
#quoteFormContainer h3,
#quoteFormContainer h4 {
  font-family: 'Handlee', 'Century Gothic', 'CenturyGothicLocal', arial;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0;
}
#quoteFormContainer h1 {
  font-size: 23px;
  line-height: 1;
}
#quoteFormContainer h2 {
  font-size: 50px;
  color: #6cbf00;
  line-height: 1;
}
#quoteFormContainer h3 {
  font-size: 18px;
}
#quoteFormContainer h4 {
  color: #1386bd;
}
html {
  /*background: url(../img/clouds.jpg) center -100px no-repeat;*/
  height: 100%;
  min-width: 300px;
}
a,
a:active,
a:focus,
input {
  outline: none;
}
.clear {
  clear: both;
}
.responsive-image {
  width: 100%;
  height: auto;
  /*max-width: 100%;
	// IE8:
	width:auto\9;*/

}
.incidental-image {
  border: 1px solid #859ca3;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.float-right {
  float: right;
}
header {
  position: relative;
  margin: 10px 10px 0 10px;
}
header h1 {
  float: left;
  background: url(../img/exact-logo.gif) no-repeat;
  width: 95px;
  height: 64px;
  background-size: 100% 100%;
}
header h1 a {
  width: 100%;
  height: 100%;
  float: left;
}
header h1 a span {
  display: none;
}
header .strapline {
  position: absolute;
  left: 25%;
  top: 39px;
  display: none;
}
header .strapline h2,
header .strapline h3 {
  margin: 0;
  padding: 0;
}
header .contacts {
  position: absolute;
  right: 0;
  top: 38px;
  display: none;
}
header .contacts h2,
header .contacts h3 {
  margin: 0;
  padding: 0;
}
header .social {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
header .social .social-button {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  text-indent: -9999em;
  background: url(../img/social-yt.png) no-repeat top left;
}
header .social .social-button#li {
  background-image: url(../img/social-li.png);
}
header .social .social-button#t {
  background-image: url(../img/social-t.png);
}
header .social .social-button#fb {
  background-image: url(../img/social-fb.png);
}
header .social .social-button#p {
  background-image: url(../img/social-p.png);
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  position: relative;
}
nav ul li ul {
  display: none;
}
nav ul li:hover ul {
  display: block;
}
nav#mainNav {
  border-top: solid 2px #1386bd;
  border-left: solid 2px #1386bd;
  border-right: solid 2px #1386bd;
  border-bottom: solid 2px #1386bd;
  border-top: solid 2px #1386bd;
  border-left: solid 2px #1386bd;
  border-right: solid 2px #1386bd;
  border-bottom: solid 2px #1386bd;
  border-left: none;
  border-right: none;
  clear: both;
  display: none;
  background: #1386BD !important;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #032f43), color-stop(1, #06628c));
  background-image: -ms-linear-gradient(bottom, #032f43, #06628c);
  background-image: -moz-linear-gradient(center bottom, #032f43 0%, #06628c 100%);
  background-image: -o-linear-gradient(90deg, #032f43, #06628c);
  background: #032f43;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #032f43), color-stop(1, #06628c));
  background-image: -ms-linear-gradient(bottom, #032f43, #06628c);
  background-image: -moz-linear-gradient(center bottom, #032f43 0%, #06628c 100%);
  background-image: -o-linear-gradient(90deg, #032f43, #06628c);*/
  padding-bottom: 12px;
  position: relative;
  z-index: 10;
}
nav#mainNav ul {
  margin: 0;
  padding: 10px;
  position: relative;
}
nav#mainNav ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
nav#mainNav ul li ul {
  padding: 0;
  z-index: 100;
}
nav#mainNav ul li:hover ul {
  display: none;
}
nav#mainNav > ul > li > a{
	color:#fff !important;
}
nav#switcher {
  position: absolute;
  right: 0;
  border-top: solid 1px #032f43;
  border-left: solid 1px #032f43;
  border-right: solid 1px #032f43;
  border-bottom: solid 1px #032f43;
  border-top: solid 1px #032f43;
  border-left: solid 1px #032f43;
  border-right: solid 1px #032f43;
  border-bottom: solid 1px #032f43;
  border-left: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
nav#switcher ul li {
  background: #1386bd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c5577), color-stop(1, #1386bd));
  background-image: -ms-linear-gradient(bottom, #0c5577, #1386bd);
  background-image: -moz-linear-gradient(center bottom, #0c5577 0%, #1386bd 100%);
  background-image: -o-linear-gradient(90deg, #0c5577, #1386bd);
  background: #1386bd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c5577), color-stop(1, #1386bd));
  background-image: -ms-linear-gradient(bottom, #0c5577, #1386bd);
  background-image: -moz-linear-gradient(center bottom, #0c5577 0%, #1386bd 100%);
  background-image: -o-linear-gradient(90deg, #0c5577, #1386bd);
  float: left;
  border-left: 1px solid #032f43;
  border-right: 1px solid #1386bd;
  border-bottom: 1px solid #1386bd;
}
nav#switcher ul li a {
  display: block;
  padding: 8px;
}
nav#switcher ul li span {
  margin: 0 0 0 3px;
}
#subNav {
  background: #1386bd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c5577), color-stop(1, #1386bd));
  background-image: -ms-linear-gradient(bottom, #0c5577, #1386bd);
  background-image: -moz-linear-gradient(center bottom, #0c5577 0%, #1386bd 100%);
  background-image: -o-linear-gradient(90deg, #0c5577, #1386bd);
  background: #1386bd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c5577), color-stop(1, #1386bd));
  background-image: -ms-linear-gradient(bottom, #0c5577, #1386bd);
  background-image: -moz-linear-gradient(center bottom, #0c5577 0%, #1386bd 100%);
  background-image: -o-linear-gradient(90deg, #0c5577, #1386bd);
  display: none;
  padding: 6px 10px 10px 10px;
}
#subNav p {
  margin: 0;
}
#subNav ul {
  margin: 0;
  padding: 0;
}
#subNav ul li {
  float: left;
  width: auto;
  margin: 0 15px 0 15px;
  padding: 0;
  list-style: square;
}
.col-set-three,
.col-set-two,
.col-set-four {
  *zoom: 1;
  *zoom: 1;
  clear: both;
}
.col-set-three:before,
.col-set-two:before,
.col-set-four:before,
.col-set-three:after,
.col-set-two:after,
.col-set-four:after {
  display: table;
  content: "";
}
.col-set-three:after,
.col-set-two:after,
.col-set-four:after {
  clear: both;
}
.col-set-three:before,
.col-set-two:before,
.col-set-four:before,
.col-set-three:after,
.col-set-two:after,
.col-set-four:after {
  display: table;
  content: "";
}
.col-set-three:after,
.col-set-two:after,
.col-set-four:after {
  clear: both;
}
.col-set-three .col,
.col-set-two .col,
.col-set-four .col {
  float: left;
  width: 100%;
  position: relative;
}
.col-set-three .col.last,
.col-set-two .col.last,
.col-set-four .col.last,
.col-set-three .col:last-child,
.col-set-two .col:last-child,
.col-set-four .col:last-child {
  margin-right: 0;
}
#promos .promo {
  overflow: hidden;
  margin-bottom: 15px;
  background-size: 100%;
  border: 1px solid #859ca3;
  min-height: 250px;
}
#promos .promo .promo-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  padding-top: 2px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#promos .promo h3,
#promos .promo p {
  margin: 0 10px 5px 10px;
}
#promos .promo h3 {
  margin-bottom: 0;
}
.promo#hmo {
  background: url(../img/hmo.jpg) no-repeat;
}
.promo#other {
  background: url(../img/other.jpg) no-repeat;
}
.promo#commercial {
  background: url(../img/commercial.jpg) no-repeat;
}
.promo#fhl {
  background: url(../img/holiday-lets.jpg) no-repeat;
}
.recent-headlines {
  margin: 0;
  padding: 0;
}
.recent-headlines li {
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  background: url(../img/dot.gif) repeat-x bottom;
  list-style: none;
}
.yt-video {
  border: 1px solid #859ca3;
  *zoom: 1;
  *zoom: 1;
  position: relative;
  display: block;
}
.yt-video:before,
.yt-video:after {
  display: table;
  content: "";
}
.yt-video:after {
  clear: both;
}
.yt-video:before,
.yt-video:after {
  display: table;
  content: "";
}
.yt-video:after {
  clear: both;
}
.yt-video img {
  float: left;
}
.yt-video span {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -35px;
  display: none;
  background: url(../img/play.png) no-repeat;
}
.yt-video:hover span {
  display: block;
}
footer,
div[role='main'] {
  clear: both;
}
div[role='main'] {
  padding: 10px 10px 0 10px;
}
footer {
  border-top: 1px solid #859ca3;
  border-bottom: 1px solid #859ca3;
  padding: 13px 10px 13px 10px;
}
#quoteFormContainer {
  height: 380px;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
}
#quoteFormContainer #quoteFormLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -64px;
  display: none;
}
#quoteFormContainer #quoteResults {
  top: 200%;
  position: absolute;
  left: 50%;
  margin-left: -157px;
  background: url(../img/quote-form.jpg) no-repeat;
  background-size: 100% 100%;
  width: 315px;
  height: 100%;
}
#quoteFormContainer #quoteResults .quote-form-inner {
  padding: 55px 10px 10px 10px;
}
/************************ News Results */
.newsResult {
  clear: left;
  background: url(../img/dot.gif) repeat-x bottom;
  padding: 10px 0 10px 0;
  position: relative;
  min-height: 120px;
  height: auto !important;
  height: 120px;
}
.newsResult .thumbnail {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #859ca3;
}
.newsResult .thumbnail img,
.newsResult .thumbnail a {
  padding: 0;
  margin: 0;
  float: left;
}
.newsResult .overview {
  margin-right: 156px;
}
.newsResult h2,
.newsResult h3,
.newsResult h4 {
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.newsResult h3 {
  font-size: 13px;
}
.newsResult.noImage .overview {
  margin-right: 0;
}
.largerNewsThumb {
  float: right;
  margin: 0 0 10px 15px;
  border: 1px solid #859ca3;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.uploadedMediaImage {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #859ca3;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.largerNewsThumb img,
.uploadedMediaImage img,
.largerNewsThumb a,
.uploadedMediaImage a {
  padding: 0;
  margin: 0;
  float: left;
}
/************************ Flash messages */
#warningMessage,
#successMessage,
#errorMessage {
  text-align: center;
  background: #FFD267 none repeat scroll 0 0;
  border-bottom: 2px solid #D49600;
  border-top: 2px solid #D49600;
  color: #A47607;
  font-size: 90%;
  padding: 3px 0;
  width: 97%;
  margin: 0 0 10px 0;
}
#successMessage {
  background: #CDEB8B none repeat scroll 0 0;
  border-bottom: 2px solid #006E2E;
  border-top: 2px solid #006E2E;
  color: #006E2E;
}
#errorMessage {
  background: #B02B2C none repeat scroll 0 0;
  border-bottom: 2px solid #B02B2C;
  border-top: 2px solid #B02B2C;
  color: #fff;
}
/************************ CSS Styles for CakePHP style form.formStyle1 Layouts */
form.formStyle1 {
  margin-bottom: 20px;
}
form.formStyle1 label {
  width: auto;
  display: block;
  padding-right: 20px;
}
form.formStyle1 .input.checkbox {
  clear: both;
}
form.formStyle1 .radio label {
  width: 100%;
  margin-bottom: 5px;
}
form.formStyle1 .radio input {
  margin: 0 10px 10px 0;
  vertical-align: top;
}
form.formStyle1 .input.checkbox label,
form.formStyle1 .input.radio label {
  width: auto;
  float: left;
}
form.formStyle1 .input {
  margin-bottom: 5px;
}
form.formStyle1 .input.text input,
form.formStyle1 .input.textarea textarea,
form.formStyle1 input.text {
  border: 1px solid #859ca3;
  padding: 3px 5px 3px 5px;
  width: 90%;
}
form.formStyle1 .input.textarea textarea {
  height: 100px;
  margin-bottom: 10px;
}
form.formStyle1 .submit input {
  background: #032f43;
  padding: 3px 10px 3px 10px;
  border: none;
}
form.formStyle1 .error-message {
  margin-left: 0;
  margin-top: 4px;
}
form.formStyle1 .input.error input,
form.formStyle1 .input.error textarea {
  border: 1px solid red;
}
form.formStyle1 .checkbox {
  clear: both;
}
/************************ typography */
form.formStyle1 .input.file input,
form.formStyle1 .input.text input,
form.formStyle1 .input.text,
form.formStyle1 .input.textarea textarea,
form.formStyle1 label,
form.formStyle1 .submit input,
form.formStyle1 .radio,
form.formStyle1 .input.select select {
  color: #032f43;
  font-size: 12px;
}
form.formStyle1 .submit input {
  color: white;
  font-weight: bold;
}
form.formStyle1 .input.error input,
form.formStyle1 .input.error textarea {
  color: red;
}
form.formStyle1 .error-message {
  color: red;
  font-size: 12px;
}
form.formStyle1 select {
  font-size: 11px;
}
@media print {
  body,
  html,
  footer,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  footer p {
    color: black;
    border: none;
    background: white;
  }
  nav,
  header,
  .promo {
    display: none;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  a {
    text-decoration: underline;
    color: black;
  }
  .responsive-image {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  header .strapline {
    display: block;
    left: auto;
    top: 42px;
    right: 0;
  }
  header .strapline h2 {
    font-size: 14px;
  }
  header .strapline h3 {
    text-indent: 0;
    text-align: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  header h1 {
    width: 111px;
    height: 75px;
  }
  header .strapline {
    display: block;
  }
  #promos .promo {
    background-size: 50%;
    min-height: 150px;
  }
  #promos .promo .promo-inner {
    right: 0;
    bottom: auto;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
  }
  #promos .promo .promo-inner h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  nav#mainNav > ul li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #promos .promo .promo-inner {
    background: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #ffffff));
    background-image: -ms-linear-gradient(bottom, #e2e2e2, #ffffff);
    background-image: -moz-linear-gradient(center bottom, #e2e2e2 0%, #ffffff 100%);
    background-image: -o-linear-gradient(90deg, #e2e2e2, #ffffff);
    background: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #ffffff));
    background-image: -ms-linear-gradient(bottom, #e2e2e2, #ffffff);
    background-image: -moz-linear-gradient(center bottom, #e2e2e2 0%, #ffffff 100%);
    background-image: -o-linear-gradient(90deg, #e2e2e2, #ffffff);
  }
}
@media screen and (min-width: 768px) {
  header {
    height: 130px;
  }
  header h1 {
    background-size: 100% 100%;
    width: 176px;
    height: 119px;
  }
  header .strapline {
    left: 210px;
    top: 65px;
  }
  header .strapline h3 {
    text-indent: 30px;
    font-size: 28px;
  }
  header .contacts {
    top: 63px;
    display: block;
  }
  header .contacts h2 {
    font-size: 16px;
  }
  header .contacts h3 {
    font-size: 30px;
  }
  header .social {
    display: block;
    right: auto;
    left: 200px;
  }
  footer {
    background: url(../img/logos-small.gif?160712) 0 20px no-repeat;
  }
  footer p {
    font-size: 12px;
    text-align: right;
  }
  footer p span {
    display: block;
  }
  nav#switcher ul li.call-us-link {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  .col-set-three .col {
    width: 31%;
    margin-right: 2%;
    clear: none;
  }
  .col-set-two .col {
    width: 47.5%;
    margin-right: 2%;
    clear: none;
  }
  #promos .promo {
    background-size: 100%;
    min-height: 250px;
  }
  #promos .promo .promo-inner {
    right: auto;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
  }
  #promos .promo .promo-inner h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  nav#mainNav > ul li {
    float: left;
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  html {
    background-position: center -100px;
  }
  html body {
    padding-bottom: 60px;
  }
  #wrapper {
    width: 960px;
    margin: 0 auto 0 auto;
  }
  header {
    margin: 10px 0 0 0;
  }
  header .strapline {
    top: 40px;
  }
  header .strapline h3 {
    text-indent: 50px;
    font-size: 34px;
  }
  header .contacts {
    top: 38px;
  }
  header .contacts h3 {
    font-size: 37px;
  }
  header .social {
    right: 0;
    left: auto;
    top: 0;
  }
  nav#mainNav {
    display: block;
    border: none;
    background: none;
    padding-bottom: 0;
  }
  nav#mainNav ul {
    padding: 0;
    border: 1px solid #859ca3;
    background: transparent url(../img/menu-bg.png) repeat-x bottom;
    *zoom: 1;
    *zoom: 1;
  }
  nav#mainNav ul:before,
  nav#mainNav ul:after {
    display: table;
    content: "";
  }
  nav#mainNav ul:after {
    clear: both;
  }
  nav#mainNav ul:before,
  nav#mainNav ul:after {
    display: table;
    content: "";
  }
  nav#mainNav ul:after {
    clear: both;
  }
  nav#mainNav ul li.selected a,
  nav#mainNav ul li.selected:hover a {
    border-bottom: 3px solid #1386bd;
    padding-bottom: 14px;
  }
  nav#mainNav ul li.selected a:hover,
  nav#mainNav ul li.selected:hover a:hover {
    color: #1386bd;
  }
  nav#mainNav ul li.selected ul,
  nav#mainNav ul li.selected:hover ul {
    background: none;
  }
  nav#mainNav ul li.selected ul li a,
  nav#mainNav ul li.selected:hover ul li a {
    border-bottom: none;
    padding: 5px;
    color: #032f43;
  }
  nav#mainNav ul li.selected ul li a:hover,
  nav#mainNav ul li.selected:hover ul li a:hover {
    color: white;
  }
  nav#mainNav ul li:hover a {
    border-bottom: 3px solid #032f43;
    padding-bottom: 14px;
  }
  nav#mainNav ul li:hover ul {
    display: block;
  }
  nav#mainNav ul li:hover ul li a {
    border-bottom: none;
    padding: 5px;
  }
  nav#mainNav ul li {
    line-height: 1;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid #859ca3;
  }
  nav#mainNav ul li a {
    color: #032f43;
    float: left;
    padding: 17px 4px 17px 4px;
  }
  nav#mainNav ul li a:hover {
    color: #032f43;
  }
  nav#mainNav ul li a.home-link {
    width: 20px;
    background: url(../img/home-small.gif) 4px 14px no-repeat;
    background-size: 20px 19px;
    text-indent: -9999em;
  }
  nav#mainNav ul li ul {
    position: absolute;
    background: white;
    top: 49px;
    height: auto;
    left: -1px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-top: solid 1px #859ca3;
    border-left: solid 1px #859ca3;
    border-right: solid 1px #859ca3;
    border-bottom: solid 1px #859ca3;
    border-top: solid 1px #859ca3;
    border-left: solid 1px #859ca3;
    border-right: solid 1px #859ca3;
    border-bottom: solid 1px #859ca3;
    z-index: 50;
  }
  nav#mainNav ul li ul li.selected,
  nav#mainNav ul li ul li.selected:hover {
    background: white;
    border-bottom: 1px dotted #cacaca;
  }
  nav#mainNav ul li ul li.selected a:hover,
  nav#mainNav ul li ul li.selected:hover a:hover,
  nav#mainNav ul li ul li.selected a,
  nav#mainNav ul li ul li.selected:hover a {
    background: white;
    color: #859ca3;
    padding: 5px;
    border-bottom: none;
  }
  nav#mainNav ul li ul li {
    line-height: 1;
    background: white;
    white-space: nowrap;
    font-size: 12px;
    border: none;
    border-bottom: 1px dotted #cacaca;
    width: 100%;
  }
  nav#mainNav ul li ul li a {
    padding: 5px;
    margin: 0;
  }
  nav#mainNav ul li ul li ul {
    left: 100%;
    top: 0;
    display: none;
    width: auto;
  }
  nav#mainNav ul li ul li ul li {
    width: 100%;
    clear: left;
  }
  nav#mainNav ul li ul li:last-child {
    border-bottom: none;
  }
  nav#mainNav ul li ul li:hover {
    background: #1386bd;
    border-bottom: 1px solid #1386bd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  nav#mainNav ul li ul li:hover a {
    color: white;
  }
  nav#mainNav ul li ul li:hover ul {
    display: block;
  }
  nav#mainNav ul > li:last-child {
    border-right: none;
  }
  nav#switcher,
  nav#subNav {
    display: none;
  }
  div[role='main'] {
    padding: 10px 0 0 0;
  }
  footer {
    background-image: url(../img/logos.gif?160712);
    background-position: 0 10px;
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: 27px;
  }
  .col-set-three .col {
    width: 304px;
    margin-right: 20px;
    clear: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  header h1 {
    background-image: url(../img/exact-logo-large.png);
  }
  #quoteFormContainer #quoteResults {
    background-image: url(../img/quote-form-large.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (-o-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) {
  nav[role='navigation'] ul li a.home-link {
    background-image: url(../img/home.gif);
  }
}
