/*
Theme Name: Flood Insurance Theme
Theme URI: http://www.squareone.ca/
Description: Custom theme for getfloodinsurance.com
Version: 1.0
*/

/* general layout related css */


/* self-clear floats */
.group:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow: hidden; }

/* ie.css, damn ie! */
* html .group { /* IE6 */
    height:1%;
}

img {
  max-width: 100%;
}

*:first-child+html .group { /* IE7 */
    min-height:1%;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}


.container{
  width: 910px;
}

#wrapper.container {
    width: 100%;
}

/* mobile menu related css */

.post_video {position: relative; padding-bottom:56.25%; /* 16:9 */ padding-top:25px; height:0;max-width:100%;}
.post_video embed, .post_video iframe {position: absolute; top: 0;left: 0;width: 100%;height: 100%; }

.auto-resize {   max-width: 100%; }

html,
body {
	font-family: "Open Sans", Arial, sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	margin: 0;
  	padding: 0;
  	font-size: 16px;
  	color: #4d4d4d;
  	height:100%;
  	-webkit-text-size-adjust: 100%;
}
p {
  padding-bottom: 15px;
  margin: 0;
  line-height: 1.5em;
}
b {
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Droid Sans', Arial, sans-serif;
  padding-bottom: 15px;
  margin: 0;
  line-height: 1.2em;
  display: block;
}
h1{
  font-size: 35px;
  font-weight: bold;
  color: #f37b20;
  padding-bottom: 25px;
}

h2{
  font-size: 26px;
  color: #f37b20;
  font-weight: bold;
}

h2.grey{
	color: #6e6d71;
}

h3{
  font-size: 21px;
  font-weight: bold;
  color: #4d4d4d;
}
h4{
	font-weight: bold;
	line-height: 1.6em;
}


h1,h2 {
  color: #f37b20;
}

h3 a,
h4 a,
h5 a,
h6 a {
  color: #4d4d4d;
}
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f37b20;
}

.extra-extra-large{
	font-size: 80px;
}

.extra-large{
	font-size: 48px;
}

ul {
  list-style-image: url(images/bullet.png);
  margin: 0;
  margin-left: 16px;
  padding: 0;
  margin-bottom: 15px;
}
ul li,
ol li {
  margin-bottom: 10px;
  line-height: 1.5em;
}
ol {
  margin: 0;
  margin-left: 16px;
  padding: 0 0 0 5px;
}
a {
  color: #4d4d4d;
}
a:hover {
  color: #f37b20;
}
a:active {
  position: relative;
  top: 2px;
}
a img {
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  border: 0;
}
a:hover img {
  opacity: 0.6;
}
a,
a:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

p.tight{
padding-bottom: 5px;
}

.large {
  font-size: 28px;
}

.white-background{

	background-color:white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    	border: solid 1px #e5e5e6;
}

.full-width{
width: 80%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.pad-top{
  padding-top: 15px;
}

.margin-top{
  margin-top: 5px;
}

.big-margin-top{
  margin-top: 40px;
}

.reversespacing{
	padding-top: 15px;
	padding-bottom: 0px;
}

.no-padding-bottom{
	padding-bottom: 0px;
}


img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*IDs*/

#popup-hidden {
  display:none;
}
#main {
  width: 980px;
  margin: auto;
}



#header a,
#header img {
  border: none;
  text-decoration: none;
}
#header img {
  margin-bottom: 35px;
}
#header-callout {
  *margin-bottom: 35px !important;
  text-align: right;
  position: relative;
}

#mobile-header{
	width: 100%;
	padding-top: 15px;

}

#mobile-header #logo{
	 width: 166px;
	 float: left;
	 background:url(../images/square-one-logo-default-sm.png) no-repeat left center;
	 height: 42px;
	margin-bottom: 15px;
}

#mobile-header .navigation-icon{
	height: 42px;
	width: 42px;
}

#mobile-header .sm-phone-icon{
	height: 42px;
	width: 43px;
}

#mobile-menu .container{
	color: #ffffff;
	text-decoration: none;
}

.mobile-menu-item{
	margin-top: 2px;
	background: #6e6d71;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-menu-item a{
	text-decoration: none;
}
.mobile-menu-item:hover{
	background: #f37b20;
}

.float-end{
		float: right;
}

.float-start{
		float: left;
}


#call-small{
	height: 30px;
	background:url(images/icon-phone.png) no-repeat left center;
	font-size: 25px;
  	font-weight: bold;
  	color: #f37b20;
  	font-family: 'Droid Sans', Arial, sans-serif;
  	width: 180px;
  	margin-left: auto;
  	margin-right: auto;
  	padding-left: 35px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	margin-bottom: 15px;
   	display:none; /*by default hide this one */
}

/* end header related css */

/* start splash related css */
#splash, #splash-hide{
	background-repeat: no-repeat;
    background-position: center top;
 	margin-bottom: 35px;
 	position: relative;
	height: 500px;
}

#splash-hide{
	height: 300px;
}




#splash-left{
	position: relative;
    margin-top: 35px;
    margin-left: 35px;
    width: 465px;
}






.pac-container{
	z-index: 999999!important;
}
.pac-container:after{ content:none !important; }

.unit_number_field{
	width: 32px;
	float: left;
}


#address-fields, .address-fields{
	position: relative;
}

#address-unit-entry-div{
	width: 100%;
}

#address-field-div{
	position: absolute;
	top: 0px;
	left: 52px;
	height: 27px;
	width: 100%;
	*width: 340px;
	padding-right:52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

#landing #button-section{
	padding-top: 25px;
}

/* if in quoting flow, reduce width, so that there is room for the checkmark beside */



.address-row .field{
	margin-top: 8px;
}

.address-row .label{
	width: 100px !important;
}




#payment div.error{
	background-position: 465px 3px;
}

.ui-widget-content .address-row .field .width3{
	min-width: 280px;
}

.access_code_field{
	width: 200px;
}


.address-row .width1{
	width: 75px;
}

.address-row .width2{
	width: 150px;
}

.address-row .width3{
	min-width: 300px;
}

.address-row .width4{
	width: 450px;
}

.ui-dialog-content .field-error{
		color:red;
}



#button-field{
	float:left;
	padding-top: 0px;
}

#continue-quote{
	padding-top: 5px;
	text-align: right;
}

#splash-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#splash-bottom h2, #splash-bottom a{
	font-size: 20px !important;
	padding-bottom: 0px;
	color: #ffffff;
}

#splash-bottom #hours{
	font-size: 15px;
	color: #ffffff;
}

.stacked-column{
	position: relative;
  	float: left;
}

/* end splash related css */

/* start review widget related css */

#review-content-parent{
	padding-left: 50px;   /* LC width */
	padding-right: 50px;  /* RC width */
	padding-top: 35px;
}

#review-content-parent .review-content{
	width: 100%;

}

#review-content-parent #spacer{
			padding-left: 20px;
	padding-right: 20px;
}

#review-content-parent .start-quote{
	width: 50px;          /* LC width */
	height: 55px;
  	right: 50px;          /* LC width */
	margin-left: -100%;
  	background:url(images/icon-start-quote.png) no-repeat left top;
}

#review-content-parent .end-quote{
	width: 50px;          /* RC width */
	height: 55px;
  	margin-right: -50px;  /* RC width */
	background:url(images/icon-end-quote.png) no-repeat 0px top;
}


#review-navigation{
	padding-left: 100px;   /* LC width */
	padding-right: 100px;  /* RC width */
	padding-bottom: 35px;
}

#review-navigation .review-by{
	width: 100%;
	text-align: center;
}

#review-navigation .previous{
	width: 80px;          /* LC width */
  	right: 100px;          /* LC width */
	margin-left: -100%;
  	cursor: pointer;
  	background:url(images/icon-previous.png) no-repeat center left;
  	padding-left: 20px;
  	text-decoration: underline;
}

#review-navigation .next{
	width: 80px;          /* RC width */
  	margin-right: -100px;  /* RC width */
	cursor: pointer;
	background:url(images/icon-next.png) no-repeat center right;
	text-align: right;
	padding-right: 20px;
	text-decoration: underline;
}


.customer-review{
	min-height: 196px;
}


@media (min-width: 768px) and (max-width: 979px) {
	
	#review-widget{
		padding-left: 60px;   /* LC width */
		padding-right: 60px;  /* RC width */
	}
	
	#left-box{
		width: 60px;          /* LC width */
	  	right: 60px;          /* LC width */
	}
	
	#right-box{
		width: 60px;          /* RC width */
	  	margin-right: -60px;  /* RC width */
	}
}

@media (max-width: 767px){
	
	#review-widget{
		padding-left: 0px;   /* LC width */
		padding-right: 0px;  /* RC width */
	}
	
	.customer-review{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#left-box{
		width: 30px;          /* LC width */
	  	right: 30px;          /* LC width */
	}
	
	#right-box{
		width: 30px;          /* RC width */
	  	margin-right: -30px;  /* RC width */
	}
	
}

#review-widget #review-content{
	width: 100%;
}

#review-body{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 21px;
	font-style: italic;
	color: #f37b20;
}

#review-notes{
	text-align: center;
}

/* start canada map related css */

#map-section #province-box{
	width: 325px;
	min-height: 280px;
	border-right: solid 1px #e5e5e6;
	padding-right: 20px;
}


#map-section #city-box{
	width: 540px;
	min-height: 280px;
	padding-left: 20px;
	position: relative;
}

#map-section #right .inner{
	padding: 20px;
}

#map-section #left{
	padding-top: 5px;
	float: left;
}

#map-section #right{
	float: right;

}
#map-section #right ul{
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (min-width: 1200px) {
	#map-section #city-box{
		width: 760px;
	}
}

/* reviews related css */

#wpcr_respond_1 h2.summary { padding: 0px 0 0px 0; }
.wpcr_rname{
	padding-bottom: 10px;
}

/* following css used to style quickpager pagination navigation */

ul.simplePagerNav li{
	background: white;
    display:block;
    float: left;
    padding: 6px 10px 7px 10px;
    margin-bottom: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 1px;
    line-height: 1em;
    border-color:#6e6d71;
    text-decoration: underline;
}

ul.simplePagerNav li:last-child {
  border-right-style: solid;
}

li.currentPage {
	background: #f37b20 !important;
	color: #fff;
	text-decoration: none !important;
}

ul.simplePagerNav a{
	display: block;
    height: 100%;
    width: 100%;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}

/* following css used to add icons to the left of headings */

.navigation-icon{
	background:url(images/icon-navigation.png) no-repeat right top;
}

.phone-icon{
	background:url(images/icon-phone.png) no-repeat left top;
}

.sm-phone-icon{
	background:url(images/sm-icon-phone.png) no-repeat left top;
}

.tv-icon{
	background:url(images/icon-tv.png) no-repeat left top;
}

.monitor-icon{
	background:url(images/icon-monitor.png) no-repeat left top;
}

.directory-icon{
	background:url(images/icon-directory.png) no-repeat left top;
}

.printer-icon{
	background:url(images/icon-printer.png) no-repeat left top;
}

.envelope-icon{
	background:url(images/icon-envelope.png) no-repeat left top;
}


.home-icon{
	background:url(images/icon-home.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.news-icon {
  background: url(images/icon-rss.png) no-repeat top left;
}

.money-icon{
	background:url(images/icon-money.png) no-repeat left top;

}

.checkmark-icon{
	background:url(images/icon-check-mark.png) no-repeat left top;
}

.shield-icon{
	background:url(images/icon-shield.png) no-repeat left top;
}

.paper-icon{
		background:url(images/icon-paper.png) no-repeat left top;
}

.ring-icon{
		background:url(images/icons/icon-ring.png) no-repeat left top;
}

.house-icon{
		background:url(images/icons/icon-house.png) no-repeat left top;
}

.orange-fire-icon{
		background:url(images/icon-fire.png) no-repeat left top;
}

.fire-icon{
		background:url(images/icons/icon-fire.png) no-repeat left top;
}

.headset-icon{
		background:url(images/icons/icon-headset.png) no-repeat left top;
}

.one-icon{
	background:url(images/icon-1.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.magnify-icon{
	background:url(images/icon-maginfy.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.question-icon{
	background:url(images/icon-question-mark.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.info-icon{
	background:url(images/icon-info.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.two-icon{
	background:url(images/icon-2.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.cart-icon{
	background:url(images/icon-cart.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.x-icon-grey{
	background:url(images/icons/x-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.paint-roller-icon-grey{
	background:url(images/icons/paint-roller-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.puzzle-icon-grey{
	background:url(images/icons/puzzle-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.australia-icon-grey{
	background:url(images/icons/australia-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.france-icon-grey{
	background:url(images/icons/france-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.germany-icon-grey{
	background:url(images/icons/germany-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.japan-icon-grey{
	background:url(images/icons/japan-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.uk-icon-grey{
	background:url(images/icons/uk-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

.usa-icon-grey{
	background:url(images/icons/usa-icon-grey.png) no-repeat left top;
	padding-left: 40px;
	padding-top: 5px;
}

/* following is for icons on buttons */
.button.chat-icon:after, a.chat-icon:after {
  content: "";
  background: url(images/chat-icon.png) no-repeat right center !important;
  display: block;
  float: right;
  padding-left: 5px;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.button.copy:after, a.copy-icon:after{
  content: "";
  background: url(images/copy.png) no-repeat right center !important;
  display: block;
  float: right;
  padding-left: 5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

/* following css used to create horizontal line breaks */

.horizontal-line-break{
	padding-top: 20px;
	padding-bottom: 25px;
}

.top-border{
  border-top: solid 1.5px #6f7073;
}


ul.news-icons {
  list-style: none;
  padding: 0;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}


ul.news-icons li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 15px;
}

.news-icons div{
  width: 200px;
  height: 37px;
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 1200px) {
	.news-icons div{
	  margin-right: 40px;
  		margin-left: 40px;
	}
}

@media (max-width: 768px) {
		.news-icons div{
  margin-right: 5px;
  margin-left: 5px;
		}
}

.cbc-logo{
  background: url(images/logo-cbc.png) no-repeat center top;
}

.globe-and-mail-logo{
  background: url(images/logo-globe-mail.png) no-repeat center top;
}
.vancouver-sun-logo{
  background: url(images/logo-van-sun.png) no-repeat center top;
}


.metro-news-logo{
	  background: url(images/metro-logo.png) no-repeat center center;
}

.news-1130-logo{
	background: url(images/news1130-logo.png) no-repeat center center;
}

.news-icons img{
      vertical-align: middle;
          max-height: 60px;
    max-width: 300px;
}

img.center{
	display: block;
 	margin-left: auto;
    margin-right: auto;
}

/* change text colour */

.grey{
	color: #6e6d71;
}

.white, a.white, a.white:hover{
	color: #ffffff;
}

.orange{
	color: #f37b20;
}

.orange-link{
	color: #f37b20;
}

.orange-bg{
	background: #f37b20 ;
  	padding-top: 4px;
  	padding-bottom: 4px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	padding: 15px;
	margin-top: 35px;
	margin-bottom: 15px;
}

#get_online_quote,
#account-login,
#my-account,
#account-logout {
  padding-top: 4px;
  padding-left: 22px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#get_online_quote a:hover,
#account-login a:hover,
#my-account a:hover,
#account-logout a:hover  {
  color: #f37b20;
}
#get_online_quote {
  background: url(images/icon-quote.png) no-repeat bottom left;
  padding-right: 20px;
}
#account-login {
  background: url(images/icon-login.png) no-repeat bottom left;
  text-align: right;
}
#my-account {
  background: url(images/icon-login.png) no-repeat bottom left;
  text-align: right;
  padding-right: 20px;
}
#account-logout {
  background: url(images/icon-quote.png) no-repeat bottom left;
  text-align: right;
}


/* start of css for main navigation menu */

#main-nav {
  background: #6e6d71 !important;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom:25px;
 text-align: center;
}
#main-nav ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: auto;
}
#main-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
    font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
}



#main-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus,
#main-nav ul li a:active {
  color: #f37b20;
}
#feature {
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
  *margin-bottom: 30px;
}


/* footer related css */

#footer {
  padding: 0px 170px 0px 167px;
  margin-top: 0px;
  spacing-top: 0px;
}
#footer-nav{
  margin-top: 17px;
	width: 100%;
 text-align: center;
}

#footer-nav ul {
  list-style: none;
  padding: 0;
  display: table;
  width: 100%;
  margin-left: 0px;
}
#footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 9px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  line-height: .9em;
}

#footer-nav ul li a {
  text-decoration: none;
}
#footer-nav ul li a {
	color: #ffffff;
}



#footer-icons {
  float: left;
  margin: 20px 0px 20px 0px;
  width: 167px;
  right: 167px;
  margin-left: -100%;
}
#footer-icons img + img {
  margin: 0px 5px 0px 0px;
}

#ssl-image {
  float: right;
  margin: 13px 35px 0px 0px;
}

#footer-right {
  width: 170px;
  margin-right: -170px;
  padding-top: 10px;
}

#searchform {
	float: left;
	overflow: hidden;
	position: relative;
}

#searchform input[type=text] {
	margin-top: 8px;
	background: #ffffff;
	color: #6e6d71;
	width: 170px;
	}

#searchform #submit {
	border: none;
    cursor: pointer;
    background: url(images/submit.png) no-repeat top;
    position: absolute;
    right: 3px; top: 17px;
    height: 13px; width: 13px;
}

/* FEATURE  STYLE */

#feature-standard .heading {
  float: left;
}
#feature-standard .heading a {
  color: #f37b20;
}
#feature-nav-standard {
  list-style: none;
  padding-top: 7px;
  text-align: right;
}
#feature-nav-standard li {
  display: inline;
  margin-left: 0;
  border-left: 1px solid #4d4d4d;
  padding-bottom: 0;
}
#feature-nav-standard li:first-child {
  border: none;
}
#feature-nav-standard li a {
  text-decoration: none;
  color: #4d4d4d;
  padding: 0px 10px 0px 10px;
}
#feature-nav-standard li:last-child a {
  padding-right: 0 !important;
}
ul#feature-nav-standard li a:hover, ul#feature-nav-standard li a:active {
  color: #f37b20;
}
ul#feature-nav-standard li a.current-page-ancestor, ul#feature-nav-standard li a.current-page {
  color: #f37b20;
}

/*Classes*/

.compact-list {

  line-height: 1.5em;
}
.compact-list li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.white {
  color: #ffffff;
}
.colour-text {
  color: #f37b20;
}
.dark {
  color: #4d4d4d;
}



p.light {
  color: #f5f3f3;
}
.b-white {
  color: #ffffff;
  font-weight: bold;
}
.b-colour, .b-colour a {
  color: #f37b20;
  font-weight: bold;
}
.b-dark {
  color: #4d4d4d;
  font-weight: bold;
}
.b-light {
  color: #f5f3f3;
  font-weight: bold;
}
.b-large {
  font-size: 25px;
  font-weight: bold;
}

.normal-weight{
	  font-weight: normal;
}

.mice-type {
  font-size: 11px;
  margin-top: 25px;
}
.mice {
  font-size: 11px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.news {
  padding-top: 5px;
  background: url(images/icon-rss.png) no-repeat top left;
  padding-left: 40px;
  color: #f37b20;
}
.inline {
  display: inline;
}

.row.section{
	padding-top: 20px;
}

.background{
	padding-top: 20px;
}


.background .colour {
  background: #f37b20;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


.background .light {
  background: #e5e5e6;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.background .dark {
  background: #6e6d71;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.background .orange-background {
  background: #f37b20;
    color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.orange-background a, .orange-background a:hover{
 color: #ffffff;
}


.background-none {
  padding-top: 15px;
}


.background-colour a,
.background-dark a {
  color: #ffffff;
}
.background-colour a:hover,
.background-colour a:focus,
.background-colour a:active {
  color: #4d4d4d;
}
.background-dark a:hover,
.background-dark a:focus,
.background-dark a:active {
  color: #f37b20;
}
.background-colour ul,
.background-dark ul {
    list-style-image: url(images/bullet-white.png);
}
.image-border,
.border-round {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.border-top {
  border-top: 1px solid #f5f3f3;
}
.heading {
	font-size: 24px;
	padding-bottom: 25px;
	font-weight: bold;
	color: #f37a1f !important;
	
}
.heading a {
	text-decoration: none;
}


blockquote {
	background: #f5f3f3;
  	padding-top: 15px;
  	padding-left: 15px;
  	padding-right: 15px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	float: left;
  	vertical-align; top;
}
.quote-example{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.pause-cycle, .resume-cycle{
  padding: 0;
  position:absolute;
  height: 14px;
  width: 14px;
  right: 0px;
 /* z-index: 1000; */
  text-align: right;
  cursor: pointer;
  bottom: 15px;
  zoom: 1;
}

.gplus-icon{
  position:absolute;
  z-index: 1000;
  text-align: right;
  right: 30px;
  top: 30px;
}

.bottom-corner{
  position:absolute;
  z-index: 1000;
  text-align: right;
  bottom: 15px;
  right: 15px;
 }

.pause-cycle{
	background: url(images/icon-pause.png) no-repeat right center;
}

.resume-cycle{
	background: url(images/icon-play.png) no-repeat right center;
}

div.cycle { display: none }
div.cycle.first { display: block }


#quotes-slideshow{
  overflow: display;
  position: relative;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {

  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.offset {
	display: block;
	margin-top: 10px;
}

.center {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.right {
  text-align: right;
}

.online-quote-std {
  color: #ffffff !important;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 20px;
  background: url(images/icon-quote-white.png) no-repeat left top;
}
.phone-quote-std {
  color: #ffffff !important;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 20px;
  background: url(images/icon-phone-white.png) no-repeat left top;
}
.schedule-quote-std {
  color: #ffffff !important;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 20px;
  background: url(images/icon-calendar-white.png) no-repeat left top;
}
.schedule-quote {
  color: #ffffff !important;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 25px;
  background: url(images/icon-calendar-white.png) no-repeat left top;
}
.background-colour h1,
.background-colour h2 {
  color: #ffffff;
}
.background-dark h1,
.background-dark h2 {
  color: #f37b20;
}
.light-cell {
  background: #f8f7f7;
  color: #4d4d4d;
}
.dark-cell {
  background: #6d6e71;
}

.orange-cell{
	background: #f37b20;
}

.dark-cell p {
  color: white;
}
.dark-cell h2 {
  color: #f37b20;
}
.colour-cell {
  background-color: #f37b20;
  color: white;
}

.subtitle{
	font-size: 17px;
}


/* These styles are for the jQuery UI dialog box */

#landing-form{
	spacing-top: 30px;
}

.landing-form-fields{
	float: left;
	padding-bottom: 10px;
	  display: table;
}

.ui-widget-content {
     overflow: visible !important;
 }
 
.ui-dialog-content{
     overflow: visible !important;
 }



.landing-form .ui-dialog-titlebar {
	background: #6e6d71 !important;
  
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	
	
	position: relative;
	top: 25px;
	left: -12px;
	width: 100%;
	
	line-height: 22px;
	vertical-align: center;
   	border-style: none;
   	spacing-top: 0px;
   	padding: 15px 10px 18px 15px;
   	margin-bottom: 35px;
}
.landing-form .ui-dialog-title {
	color: #fff;
	margin: 0;
	font-family: "droid-sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
}

.landing-form h2{
	padding: 0px 0px 15px 0px;
}

.landing-form {
	overflow: visible;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0,0,0,0.5) 0 1px 3px, inset rgba(250,250,250,0.5) 0 1px 1px;
}

.landing-form .ui-dialog-titlebar-close {
	top: -45px !important;
	right: -10px !important;
	background: url(images/popup-close.png) no-repeat !important;
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: visible !important;
	z-index: 100000;
}

.landing-form .ui-dialog-titlebar-close .ui-icon {
	background: none;

}

.ui-widget-overlay {
	background: #777;
	opacity: .6;
	filter: Alpha(Opacity=60);
}

#landing #last-row{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 15px;

}

.login-field{
	padding-top: 20px;
}
.underline{
 	text-decoration: underline;

}
.underline:hover{
	cursor: pointer;
}

.no-underline{
	 	text-decoration: none;
}

#side-tabs {
	position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
	min-height: 800px;
}
#side-tabs .ui-tabs-nav {
	position: absolute;
	left: 0em;
	top: 0em;
	bottom: 0em;
	width: 230px;
	padding: 0em 0 0em 0em;
	background: transparent;
    border-width: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    list-style-type: none;
	
}
#side-tabs .ui-tabs-nav li {
	top: 0px;
	width: 100%;
	height: 30px;
    background: transparent;
	overflow: hidden;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-bottom: 1px solid #d4d4d4 !important;
    font-size: 14px !important;
    position: relative;
	padding: 10px
	
}

#side-tabs .ui-tabs-nav li.ui-tabs-selected,
#side-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d4d4d4;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 5px;

  color: #000 !important;
}
#side-tabs .ui-tabs-nav li .icon {
	display: inline-block;
	*display: inline;
	width: 30px;
	padding-right: 15px;
	padding-top: 5px;
}

#side-tabs .ui-tabs-nav li .title {
	display: inline-block;
	position:absolute;
	width: 100%;
}

#side-tabs .ui-tabs-nav li.ui-state-active a{
  color: #f37b20 !important;
}

#side-tabs > div {
  padding-left: 265px;
}


.image-1{
	background: url(images/1.png) no-repeat top left;
	padding-top:4px;
	padding-left: 40px;
}
.image-2{
	background: url(images/2.png) no-repeat top left;
	padding-top:4px;
	padding-left: 40px;
}
.image-3{
	background: url(images/3.png) no-repeat top left;
	padding-top:4px;
	padding-left: 40px;
}
.image-4{
	background: url(images/4.png) no-repeat top left;
	padding-top:4px;
	padding-left: 40px;
}

/* ====================== START FAQ ====================== */
ul.filters.faq { float: none; display: block; margin-bottom: 50px;}
.faq-title { margin-bottom: 10px; cursor: pointer; min-height: 26px; color: #4d4d4d;  border-bottom: 1px dashed #e8eaeb;}
.faq-title.active { color: #f37b20; border: none; }
.faq-title .plus,
.faq-title .minus {
	width: 21px;
	height: 21px;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	display: inline;
	margin-bottom: 1px;
}

.faq-title .plus {
	background-color: #4d4d4d;
	background-image: url('images/faq-closed.png');
}

.faq-title .minus {
	background-color: #f37b20;
	background-image: url('images/faq-opened.png');
}

.faq-title h4 {
  margin: 0px;
  padding-left: 30px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}


.faq-item {
  display: none;
  margin-top: -10px;
  margin-bottom: 10px;
  position:relative;
  overflow:hidden;
  width: 100%!important;
  border-bottom: 1px dashed #e8eaeb;
}
.faq-item.active {
  display: block;

}
.faq-item-content .icon {
  display: inline !important;
  margin: 0 10px;
}

.faq-item-content {
  padding-top: 0px;
  padding-bottom: 10px;
  width: 100%;
}
.faq-item-content p {
  padding-left: 32px;
}
.faq-wrapper {
  width: 100%;
}

.normal-font-weight{
	font-weight: normal !important;
}

 .row {
    margin-left: -35px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 35px;
  }

.span12 {
  width: 910px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 740px;
}

.span9 {
  width: 672px;
}

.span8 {
  width: 595px;
}

.span7 {
  width: 490px;
}

.span6 {
  width: 437px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 280px;
}

.span3{
  width: 201px;
}

.span2 {
  width: 122px;
}

.span1 {
  width: 50px;
}

#main-nav ul li:first-child, #forms-top ul li:first-child, #footer-nav ul li:first-child {
  padding-left:0px;
}

#footer-nav ul li:last-child{
	  padding-right:0px;
}




.pad-below{
	padding-bottom: 15px;
}

.margin-below{
	margin-bottom: 15px;
}

.big-pad-below{
	padding-bottom: 25px;
}

.full-width{
	width:100%;
}

.nomargin{
	margin-left: 0px;
}

.drop-shadow-box{
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	box-shadow: 0px 8px 6px -6px #aaa;
	background-color: rgb(255,255,255);
	margin-bottom: 30px;
}

.drop-shadow-box .title{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.drop-shadow-box .body{
	padding: 0px 15px 15px 15px;
}

.drop-shadow-box .image{
padding: 0px 15px 15px 15px;
}

.span6 div.span3{
margin-left: 0px;
}

.span6 div.span3 + div.span3{
margin-left: 35px;
}

.drop-shadow-box a{
	text-decoration: none;
}

.drop-shadow-box .share-bar{
  position: relative;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-color: #e8e8e8;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: rgb(246,246,246);
}

.drop-shadow-box .share-bar .text{
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #777;
}

.drop-shadow-box img{
	width: 100%;
}
.drop-shadow-box .share-bar .social{
	top: 7px;
	right: 15px;
	position: absolute;
}

.fb-share.icons, .email-share.icons, .tw-share.icons{
	width: 16px;
	height: 16px;
	background-image: url('images/16x16a.png');
}

.icons:hover{
	transition: none;
  	-webkit-transition: none;
  	-moz-transition: none;
  	-o-transition: none;
}

.icons.fb-share{
	background-position: 0px 0;
}
.icons.fb-share:hover {
	background-position: -16px 0;
}

.icons.tw-share{
	background-position: 0px -16px;
}
.icons.tw-share:hover {
	background-position: -16px -16px;
}

.icons.email-share{
	background-position: 0px -80px;
}
.icons.email-share:hover {
	background-position: -16px -80px;
}

.icons{
	display: inline-block;
	transition: none;
  	-webkit-transition: none;
  	-moz-transition: none;
  	-o-transition: none;
}

/* css for notify when written dialog */

#notifyWhen .quote-row .label{
		width: 160px;
	}
#notifyWhen .quote-row .field{
		width: 440px;
	}

/** css for website redesign **/

.grey-bg{
  background: #6e6d71;
}

#header{
	padding-left: 198px;
	padding-right: 215px;
	padding-top: 20px;
  	padding-bottom: 20px;
  	position: relative;
}

#header:before,
#header:after {
  display: table;
  line-height: 0;
  content: "";
}

#header:after {
  clear: both;
}

#header #logo{
	width: 198px;
	right: 198px;
	height: 50px;
	margin-left: -100%;
	background:url(../images/square-one-logo-default-md.png) no-repeat left center;
	
}

#header #header-links{
	text-align: center;
	width: 100%;
}

ul.header-links {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  padding-top: 15px;
}

ul.header-links li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  line-height: 1em;
  padding-bottom: 1px;
}

ul.header-links li:last-child {
	padding-right: 0px;
}

ul.header-links li a {
  text-decoration: none;
  color: #ffffff;
}

ul.header-links .last-child {
	padding-right: 0px;
}

#header #openToggler{
  	cursor: pointer;
	background-image: url(images/white-down-arrow.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	height: 8px;
	width: 11px;
	float: right;
}

#navigation #navigationNub{
	background-image: url(images/navigation-nub.png);
	background-repeat: no-repeat;
	height: 11px;
	position: absolute;
	right: 3px;
	top: -10px;
	width: 20px;
}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 15px;
}

#navigation li{
	display: inline;
	text-align: left;
	
	height: 20px;
	line-height: 20px;
	display: block;
	padding: 0 22px;
	text-overflow: ellipsis;
	word-wrap: normal;
	white-space: nowrap;
	color: #232b37;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#header-links #my-account-link{
	width: 110px;
}

#navigation li:hover{
	background: #f37b20;
	border-top: 1px solid #e06b12;
	border-bottom: 1px solid #e06b12;
	color: #ffffff;
}


#navigation .menu-divider{
  background: #d3d7dc;
  height: 1px;
  margin: 6px 7px;
}

#header #navigation{
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.25);
  background: rgba(255,255,255,.98);
  background-clip: padding-box;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  right: 10px;
  padding: 6px 0;
  max-width: 400px;
  min-width: 200px;
  z-index: 10;
}

#header #phone-number {
  font-size: 26px;
  font-weight: bold;

  font-family: 'Droid Sans', Arial, sans-serif;

	width: 215px;
	margin-right: -215px;
	padding-top: 12px;
}

#phone-number #icon{
	height: 25px;
	width: 25px;
	padding-top: 4px;
	float: left;
	position: relative;
	background:url(images/header-phone-icon.png) no-repeat right center;
}

#header #phone-number #number{
	width: 180px;
	text-align:right;
	position: relative;
	float: right;

}
#header #phone-number #number a{
  color: #f37b20;
}

#body{
	  background: #ffffff;
}

.piggy-background{
	background:url(images/wood-piggybank.jpg) no-repeat center center;
}

.why-us-background{
	background:url(images/laptop-background.jpg) no-repeat center center;
	height: 300px;
}

.support-background{
	background:url(images/devon-on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.online-quote-background{
	background:url(images/devon-on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.house-background{
	background:url(images/house-background.jpg) no-repeat center center;
	height: 300px;
}

.contact-us-background{
	background:url(images/devon-on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.about-us-background{
	background:url(images/devon-on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.policy-types-background{
	background:url(images/devon-on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.reviews-background{
	background:url(images/on-ipad-background.jpg) no-repeat center center;
	height: 300px;
}

.currency-icon{
	background:url(images/icons/currency-symbol.png) no-repeat 0px 5px;
}

.person-silhouette-icon-grey{
	background:url(images/icon-person-silhouette-grey.png) no-repeat 0px 5px;
}

.book-checkmark-icon-grey{
	background:url(images/icon-book-checkmark.png) no-repeat 0px 5px;
}

.clipboard-icon-grey{
	background:url(images/icon-clipboard-grey.png) no-repeat 0px 5px;
}

.flowchart-icon-grey{
	background:url(images/icon-flowchart-grey.png) no-repeat 0px 5px;
}

.gears-icon-grey{
	background:url(images/icon-gears-grey.png) no-repeat 0px 5px;
}

.timer-icon-grey{
	background:url(images/icon-timer-grey.png) no-repeat 0px 5px;
}

.people-silhouette-icon{
	background:url(images/icon-people-silhouette.png) no-repeat 0px 5px;
}

.star-shield-icon{
	background:url(images/icons/star-shield.png) no-repeat 0px 5px;
}

.briefcase-icon{
	background:url(images/icon-briefcase.png) no-repeat 0px 5px;
}
.checkmark-book-icon{
	background:url(images/icon-checkmark-book.png) no-repeat 0px 5px;
}

.office-building-icon{
	background:url(images/icon-office-building.png) no-repeat 0px 5px;
}

.currency-icon-grey{
	background:url(images/icon-currency-grey.png) no-repeat 0px 5px;
}

.tools-icon{
	background:url(images/icon-tools.png) no-repeat 0px 5px;
}

.gears-icon{
	background:url(images/icon-gears.png) no-repeat 0px 5px;
}

.check-icon-grey{
	background:url(images/icon-check-grey.png) no-repeat 0px 5px;
}

.shield-icon-grey{
	background:url(images/icon-shield-grey.png) no-repeat 0px 5px;
}

.shield-icon{
	background:url(images/icon-shield.png) no-repeat 0px 5px;
}

.paper-icon-grey{
	background:url(images/icon-paper-grey.png) no-repeat 0px 5px;
}

.wallet-icon-grey{
	background:url(images/icon-wallet-grey.png) no-repeat 0px 5px;
}

.clock-icon-grey{
	background:url(images/icon-clock-grey.png) no-repeat 0px 5px;
}


.left-pad60{
	padding-left: 60px;
}
.left-pad70{
	padding-left: 70px;
}

.left-pad90{
	padding-left: 90px;
}

.light-orange-bg{
	background: #fdecda;
}


/* start news widget related css */

#icon-text-icon{
	padding-left: 50px;   /* LC width */
	padding-right: 50px;  /* RC width */
	padding-top: 35px;
	padding-bottom: 15px;
}

#icon-text-icon:before, #icon-text-icon:after{
	display: table;
	content: "";
}

#icon-text-icon:after{
	clear: both;
}

#icon-text-icon #middle-column{
	width: 100%;
}

#icon-text-icon #middle-column #content{
	padding-left: 20px;
	padding-right: 20px;
}

#icon-text-icon #left-column{
	width: 50px;          /* LC width */
	height: 55px;
  	right: 50px;          /* LC width */
	margin-left: -100%;
}

#icon-text-icon #right-column{
	width: 50px;          /* RC width */
	height: 55px;
  	margin-right: -50px;  /* RC width */
}


.aligncenter{
  	text-align: center;
}

.hidden {
	display: none;
}



.ui-dialog-content .dialog-hide{
	display: none;
}


.non-dialog-hide{
	display: none;
}

.ui-dialog-content .non-dialog-hide{
		display: inline-block;
}

#submit-review-section{
	max-width: 530px;
}

#wpcr_hcard_h { display:none; }

@media (min-width: 768px) and (max-width: 979px) {
 
  .container {
    width: 715px;
  }
  .span12 {
    width: 715px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 573px;
  }
  .span9 {
    width: 525px;
  }
  .span8 {
    width: 460px;
  }
  .span7 {
    width: 390px;
  }
  .span6 {
    width: 340px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 215px;
  }
  .span3{
    width: 152px;
  }
  .span2 {
    width: 90px;
  }
  .span1 {
    width: 36px;
  }
 	#map-section #city-box{
		width: 345px;
	}
 
}
@media (max-width: 978px) {
	
  	#splash{
		background:#fdecda !important;
  	}
  
    #splash-hide{
    	background:#fdecda;
		height: 0px;
  	}
  
   	#splash-left{
		left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#splash-bottom h2, #splash-bottom #hours{
		color: #6e6d71;
	}
  
  	.gplus-icon{
		display: none;
  	}
  


	ul.quad li    { width:50%; } /* at this size, turn 4 columns into 2 */
	
	#footer {
	
	    padding-right: 0px;
	  padding-left: 0px;
	}
}

@media (max-width: 600px) {
	.remove-under-600 { display: none !important; }
	
	.left-pad70.hide-icon-under600{
		padding-left: 0px !important;
		background:none;
	}
	
	 #splash-left{
    	width: 100%;
	}
  
  	
	  #side-tabs {
		background-position: -257px 0px;
	}
	#side-tabs .ui-tabs-nav li {
    	padding-left: 5px;
	}
	#side-tabs .ui-tabs-nav {
		width: 125px;
	}
	
	#side-tabs > div {
  		padding-left: 145px;
  		overflow: auto !important;
	}
	
	#side-tabs .ui-tabs-nav li .icon {
		display: none;
	}
	
}
@media (min-width: 769px) {
	.remove-over-768{
		display: none !important;
	}
}

@media (max-width: 768px) {
	
	#icon-text-icon #middle-column #content{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#icon-text-icon{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#icon-text-icon #left-column{
		display: none !important;
	}
	#icon-text-icon #right-column{
		display: none !important;
	}
	
	#map-section #province-box, #map-section #city-box{
		padding-left: 0px;
		display: block;
	    float: none;
	    width: 100%;
	    left: 0px;
	    margin-left: 0;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
       border: none;
	}
	
	.remove-under-768 { display: none !important; }
	

	
	#header {
  		padding-right: 0px;
  		paddig-left: 0px;
  		margin-right: 0px;
		padding-top: 10px;
	}

	#header img {
  		margin-bottom: 0px;
	}
	#main-nav  {
      display: none;
    }
	

  	#header-callout { text-align:center; }
	#main-nav > ul { display:none; }
    .menu-select { display:block; }
    
	

  	.container {
    	width: auto;
    	padding-left: 8px;
       	padding-right: 8px;
  	}

  	.row{
    	margin-left: 0;
  	}

  	[class*="span"] {
    	display: block;
    	float: none;
    	width: 100%;
    	margin-left: 0;
    	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
  	}
  	
  	[class*="span"] + [class*="span"]{
  		margin-top: 15px;
  	}
  	
  	[class*="span"] + [class*="span"] + [class*="span"]{
  		margin-top: 15px;
  	}
  	
  	.span12{
    	width: 100%;
    	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
		box-sizing: border-box;
  	}
 
	#footer-nav ul {
  		margin-left: 0px;
	}
	
  	.center-under767{
    	text-align: center;
    	float: none;
  	}
}


@media (min-width: 1200px) {
 
  .container {
    width: 1130px;
  }
  .span12 {
    width: 1130px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 938px;
  }
  .span9 {
    width: 840px;
  }
  .span8 {
    width: 742px;
  }
  .span7 {
    width: 620px;
  }
  .span6 {
    width: 547px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 353px;
  }
  .span3{
    width: 255px;
  }
  .span2 {
    width: 157px;
  }
  .span1 {
    width: 56px;
  }
 
	#main-nav ul li {
  		padding-left: 85px;
    }
    
    ul.header-links li {
	  padding-left: 12px;
	  padding-right: 12px;
	}
	
	#header #navigation{
	  right: 88px;
	}
}

@media (min-width: 770px) {
	.remove-over-769 { display: none !important; }
}

@media (min-width: 980px) {
	.remove-over-979 { display: none !important; }
}

@media (min-width: 979px) and (max-width: 1200px) {
	
	.remove-under-1199 { display: none !important; }
 
	ul.quad li    { width:33%; } /* at this size, turn 4 columns into 3 */

	#footer-nav ul li {
  		padding-left: 6px;
  		padding-right: 6px;
	}


}

@media (max-width: 979px) {
	.remove-under-979 { display: none !important; }
	#main-nav ul li {
  		padding-left: 20px;
    }
    
	
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

}

/* seo blog related css */

.no-underline{
	 text-decoration: none !important;
}

.entry-content{
	margin-bottom: 15px;
}

.entry-meta {
	margin: -15px 0 10px;

	line-height:24px;
	overflow:hidden;
	}

.entry-meta span {
	white-space:nowrap;
	margin-right:15px;
	}

.entry-meta.bottom span {
	white-space:normal;
	}

.entry-meta .entry-more-link {
	float:right;
	}



.entry-meta i {
	margin-right:3px;
	color:#ccc;
	display:none;
	}

.entry-meta .categories-links i,
.entry-meta .tags-links i {
	display:inline-block;
	}
	
	
.entry-media,
.entry-block,
.product-image-box {
	overflow:hidden
	}

.product-image-box {
	position:relative;
	z-index:1;
	}

.entry-media img,
.entry-block img,
.product-image-box img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	}

.entry-media img:hover,
.entry-block:hover img,
.product-image-box img:hover {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
	}
	
.entry-media {
	transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	margin: 0 0 30px;
	display:block;
	max-width:100%;
	height:auto;
	position:relative;
	width:100%;
	}

.entry-media img,
.large-thumbnail {
	width:100%;
	}

.entry-media .thumb-caption {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding: 10px 20px;
	color: #fff;
	background:#000;
	background:rgba(0,0,0,0.6);
	}
	
	
/* -------------------[ Adjustments for Thumbnail Alignment Settings ]------------------- */

.comments-link a, .entry-more-link{
	 text-decoration: none !important;
	 color: #f37b20;
	 font-size: 14px;
}

.entry-media {
	width:50%;
	float:left;
	margin:0 20px 30px 0;
	padding:0;
	}


article.post {
	margin-bottom:30px;
	padding-bottom:0;
	}

.entry-footer .entry-meta {
	clear:both;
	margin:0 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
	}
	
.entry-meta .entry-more-link {
	float:right;
}

/* css for overlay */

.popup-close-grey {
	position: absolute;
	top: -21px !important;
	right: -21px !important;
	background: url(images/popup-close-grey.png) no-repeat !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: visible !important;
	z-index: 100000;
  	cursor: pointer;
}

.ui-state-highlight a:hover{
	  color: #6d6e71;
}

/* following is custom to this site */

.blue-bg{
	background: #0f75bc;
}

#header{
	padding-left: 227px;

}

#header #logo{
	width: 227px;
	right: 227px;
}

#mobile-header #phone-number {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Droid Sans', Arial, sans-serif;
}

#mobile-header #phone-number a{
	color: #f37b20;
	text-decoration: none;
}

#mobile-header #phone-number #number{
	padding-top: 6px;
	width: 180px;
	text-align:right;
	position: relative;
	float: right;
}

.light-blue-bg{
	background: #dceaf8;
}


#phone-number #icon{
	background:url(images/header-phone-icon.png) no-repeat right center;
}

.flood-icon-grey{
	background:url(images/web-icon-flood.png) no-repeat 0px 5px;
}

.water-drop-icon-grey{
	background:url(images/web-icon-water.png) no-repeat 0px 5px;
}

.papers-icon-grey{
	background:url(images/web-icon-policy.png) no-repeat 0px 5px;
}

.government-icon-grey{
	background:url(images/web-icon-government.png) no-repeat 0px 5px;
}

.maple-leaf-icon-grey{
	background:url(images/web-icon-maple-leaf.png) no-repeat 0px 5px;
}

.globe-icon-grey{
	background:url(images/web-icon-world.png) no-repeat 0px 5px;
}

.options-icon-grey{
	background:url(images/web-icon-options.png) no-repeat 0px 5px;
}

.boat-icon-grey{
	background:url(images/web-icon-marine-ins.png) no-repeat 0px 5px;
}

.house-icon-grey{
	background:url(images/web-icon-home-ins.png) no-repeat 0px 5px;
}

.highrise-icon-grey{
	background:url(images/web-icon-commercial-ins.png) no-repeat 0px 5px;
}

.car-icon-grey{
	background:url(images/web-icon-auto-ins.png) no-repeat 0px 5px;
}

#splash-title h2{
	color: #fff!important;
}
