/*@import url(http://fonts.googleapis.com/css?family=Fanwood+Text);*/
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #321321;
}
p {
  margin-bottom: 20;
}
p > span {
  color: #2f2f2f;
}
p > em {
  color: #acacac;
  font-style: normal;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
  color:#06F;
}
a:hover {
  text-decoration: none;
  color:#036;
}

.larger {
	font-size:1.1em;
	font-weight:bold;	
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  padding: 7px 0 26px 0!important;
}
h1.brand a {
  display: inline-block;
}

h1.brand a img {width:300px;}

h2 {
  color: #333333;
  font: 36px/36px 'Fanwood Text', Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-top: 57px;
  margin-bottom: 26px;
}
h3 {
  color: #333333;
  font: italic 24px/30px 'Georgia', Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 28px;
  margin-top: 23px;
}

h3.narrow {
  color: #333333;
  font: italic 24px/30px 'Georgia', Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 12px;
  margin-top: 10px;
}

h4 {
  color: #333333;
  font: 60px/60px 'Fanwood Text', Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-top: 86px;
  margin-bottom: 14px;
}
h5 {
  color: #1553A3;
  font: 20px/20px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 6px;
  font-weight:bold;
}

h5.it span {font-size:14px;color:#999;}
.it {font-style:italic;}

h6 {font-size:16px;font-family:Arial, Helvetica, sans-serif;margin-bottom:0px;}

.smaller {font-size:.8em}
.bold {font-weight:bold;}
.footnote, #footnote {font-size:11px;color:#555;line-height:11px !important;}

#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  background: #ffffff url(../img/global_bg.png) 0 bottom repeat-x;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px 14px 21px;
  font: 11px 'Convergence';
  color: #181818;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -o-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: linear-gradient(to bottom, #ebebeb, #fcfcfc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fffcfcfc', GradientType=0);
}
.btn.btn-primary:hover {
  background: none;
  color: #ffffff;
  border-color: #f1511f;
  background-color: #f1511f;
}
.btn.btn-link {
  box-shadow: none;
  background: none !important;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  font: italic 14px Georgia, Arial, Helvetica, sans-serif;
  color: #ababab;
  border: none;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link > span {
  float: left;
  margin-right: 11px;
  text-decoration: underline;
}
.btn.btn-link:hover {
  color: #82be48;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list0 {
  margin: 0;
  overflow: hidden;
}
.list0 li {
  background: url(../img/list_arrow.png) left 8px no-repeat;
  padding-left: 13px;
  margin-bottom: 16px;
}
.list0 li a {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #828181;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list0 li a:hover {
  color: #82be48;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-bottom: 39px;
}
.list1 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
  overflow: hidden;
}
.list1 li figure {
  margin: 0;
  float: left;
  margin-right: 18px;
}
.list1 li figure img {
  width: 100%;
}
.list1 li .caption a {
  color: #f1511f;
  font: 11px Georgia, Arial, Helvetica, sans-serif;
  text-transform: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li .caption a:hover {
  color: #2f2f2f;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
  margin-bottom: 49px;
}
.list2 li {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 8px;
}
.list2 li img {
  float: left;
  margin-right: 16px;
}
.list2 li h3 {
  margin-bottom: 2px;
}
.list3 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 32px;
  margin-bottom: 56px;
  padding-bottom: 31px;
  border-bottom: 1px solid #e9ebeb;
}
.list3 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}
.list3 li img {
  float: left;
  margin-right: 19px;
}
.list3 li div {
  margin-bottom: 13px;
}
.list3 li h3 {
  margin-bottom: 2px;
}
.list3 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 51px;
  height: 47px;
  text-align: center;
  padding-top: 4px;
  text-shadow: none;
  background-color: #333333;
  font: bold 36px/36px Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 21px;
}
.list4 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 32px;
}
.list4 li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
}
.list4 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 51px;
  height: 44px;
  text-align: center;
  padding-top: 7px;
  text-shadow: none;
  background-color: #1f252a;
  font: bold 18px/20px Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 18px;
}
.list4 .badge .numb {
  margin-top: -5px;
}
.list4 li .extra-wrap p {
  font: 14px/14px Georgia, Arial, Helvetica, sans-serif;
  color: #acacac;
  float: left;
}
.list4 li .extra-wrap a {
  font: 14px/14px Georgia, Arial, Helvetica, sans-serif;
  color: #acacac;
  padding-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .extra-wrap a:hover {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li > div {
  margin-bottom: 27px;
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0;
  margin-top: 30px;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  color: #828181;
}
.thumb-pad0 .thumbnail .caption ul {
  margin: 0;
  overflow: hidden;
  margin-bottom: 54px;
}
.thumb-pad0 .thumbnail .caption ul li {
  background: url(../img/list_arrow.png) left 5px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}
.thumb-pad0 .thumbnail .caption ul li a {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #f1511f;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption ul li a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 figure {
  margin: 0;
  float: left;
  margin-right: 22px;
}
.thumb-pad0 figure img {
  width: 100%;
}
.thumb-pad1 {
  margin-bottom: 0;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #828181;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 24px;
}
.thumb-pad1 figure {
  margin: 0;
  float: left;
  margin-right: 14px;
  margin-top: 2px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin: 0;
  margin-bottom: 21px;
  margin-top: 9px;
}
.thumb-pad2 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #f7f7f7;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #828181;
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-bottom: 2px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 12px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption a {
  color: #acacac;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #828181;
}
.thumb-pad3 .thumbnail .caption p {
  margin-bottom: 20px;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.thumb-pad4 {
  padding: 7px 7px 11px 7px;
  margin-bottom: 31px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 12px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
  color: #828181;
  line-height: 21px;
}
.thumb-pad4 .thumbnail .caption a {
  color: #acacac;
  font-size: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
  color: #828181;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 25px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #828181;
  padding-right: 34px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.date {
  width: 61px;
  padding-right: 6px;
  border-right: 1px solid #dfdfdf;
  float: left;
  margin-right: 19px;
  margin-bottom: 0 !important;
}
.date p {
  font: 65px/45px 'Righteous';
  color: #2f2f2f;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: -6px;
}
.date .numb {
  font: 15px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #626262;
  margin-bottom: 0;
  letter-spacing: 0;
  margin-left: 0;
  margin-left: 12px;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 26px;
  margin-top: 0;
}
blockquote img {
  position: absolute;
  top: 10px;
  left: 20px;
}
blockquote > div {
  padding: 13px 20px 13px 29px;
  border: 1px solid #ececec;
  background-color: #f7f7f7;
  border-radius: 10px;
  position: relative;
}
blockquote span {
  background: url(../img/blockquote_triangle.png) 0 bottom no-repeat;
  width: 34px;
  height: 21px;
  display: inline-block;
  margin-left: 64px;
  margin-top: -1px;
  position: relative;
}
blockquote p {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #828181;
}
blockquote a {
  color: #acacac;
  float: right;
  font: 15px Georgia, Arial, Helvetica, sans-serif;
  margin-top: 17px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  border-bottom: 1px solid #e9ebeb;
}
.follow_block {
  position: relative;
  padding: 10px 0 0 0;
  height: 30px;
  background-color: #2f2f2f;
  text-align: center;
}
.follow_block ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.follow_block ul li {
  float: left;
}
.follow_block ul li {
  font: 10px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a {
  font: 10px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a:hover {
  color: #f4d35c;
}
.follow_block ul li span {
  margin: 0 5px;
}

/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  padding: 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #acacac;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #828181;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #f1511f;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box1 ul li {
  margin-bottom: 19px;
}
.details-block {
  margin-top: 3px;
  margin-bottom: 11px;
}
.details-block figure {
  margin: 0;
  float: left;
  margin-right: 19px;
}
.details-block figure > img {
  width: 100%;
}
.details-block .extra-wrap p {
  margin-bottom: 4px;
}
.details-block .extra-wrap p span {
  color: #242424;
}
.testim-block {
  text-align: right;
}
.testim-block p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 24px;
}
.testim-block figure {
  margin: 0;
  margin-top: 14px;
  width: 100%;
}
.testim-block figure img {
  width: 100%;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 42px;
  left: 0;
  font: 11px Georgia, Arial, Helvetica, sans-serif;
  color: #de453f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  background-color: #ffffff;
  border: none;
  width: 67%;
  outline: none;
  box-shadow: none;
  color: #828181;
  font: 12px Georgia, Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 10px;
  margin: 5px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: 1px solid #e7e7e7;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffefefe', GradientType=0);
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0px;
  width: 390px;
}
.email {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 17px;
}
#subscribe-form a {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 12px 21px 13px 20px;
  width: 108px;
  font: 11px 'Convergence', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 0;
  background: #de453f;
  border: 1px solid #de453f;
  text-align: center;
  cursor: pointer;
}
#subscribe-form a:hover {
  color: #323232;
  border-color: #e8e8e8;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffefefe', GradientType=0);
}
.error-search h2 {
  line-height: 40px;
  margin-top: 54px;
}
.error-search h3 {
  margin-bottom: 21px;
  line-height: 18px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  top: 6px;
  margin-top: 28px;
}
#search-404 input {
  background: none;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #828181;
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  border-radius: 0;
  padding: 5px 15px 6px 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  float: left;
  border: 1px solid #e6e6e6;
  height: 42px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
#search {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 64px;
  float: right;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#search a {
  position: absolute;
  margin-top: 4px;
  right: 14px;
}
#search input {
  width: 138px;
  outline: none;
  box-shadow: none !important;
  border: none;
  color: #c8c8c8;
  font: italic 11px 'Georgia', Georgia, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 8px 30px 11px 16px;
  margin-right: 0;
  float: left;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #dedede;
}
/*-----map-----
.map {
  margin: 7px 0 23px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
  border: 1px solid #f1f1f1;
  height:500px;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 563px ;
  border: none;
  line-height: 0;
}
*/
.map {
	width:100%;
	height:400px;	
	margin-left:0px;
}

#map_canvas {
    	width:100%;
	    height: 100%;
        margin: 0px;
        padding: 0px;
      }
	  
.info {
  margin-bottom: 16px;
}
.info span {
  color: #acacac;
}
.info em {
  font-style: normal;
  display: inline-block;
  color: #828181;
  width: 92px;
}
.info a {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  color: #acacac;
}
.info a:hover {
  color: #828181;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 32px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 180px;
}
.form-div-1,
.form-div-2 {
  margin-right: 40px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 71px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 26px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 8px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  background: none;
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #828181;
}
#contact-form input {
  height: 42px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 277px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #828181;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #2f2f2f;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}

#contact-form .error {
	display:none;	
}
	

/*.btns .btn.btn-link img {
    margin-top:7px;
}*/
.btns a {
  float: left;
}
.btns p {
  float: left;
  margin-left: 31px;
  margin-top: -3px;
}
/*-----footer-----*/
footer {
  border-top: 1px solid #dfdfdf;
}
footer .container {
  padding-top: 37px;
  padding-bottom: 30px;
}
footer p {
  font: 12px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #828181;
  display: block;
}
footer p > a {
  font: 12px Georgia, Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #828181;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #82be48;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .foo_menu {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 3px;
  overflow: hidden;
}
footer .foo_menu li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #242424;
  line-height: 10px;
}
footer .foo_menu li:first-child + li + li + li + li + li {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer .foo_menu li a {
  font-size: 12px;
  color: #242424;
  line-height: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .foo_menu li a:hover {
  color: #82be48;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .foo_menu .active a {
  color: #82be48;
}
footer .social_menu {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 3px;
  overflow: hidden;
}
footer .social_menu li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #acacac;
  line-height: 10px;
  margin-bottom: 10px;
}
footer .social_menu li:first-child + li + li + li + li + li {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer .social_menu li a {
  font-size: 12px;
  color: #acacac;
  line-height: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .social_menu li a:hover {
  color: #82be48;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .social_menu .active a {
  color: #82be48;
}
footer .span5.pull-right p {
  margin-top: -6px;
  color: #242424;
  margin-bottom: 12px;
}
.box-thumb1 {
  width: 28%;
  float: left;
  margin-left: 30px;
}
.select-menu {
  display: none !important;
}

.slicknav_menu {
	display:none;
}

#menu {list-style:none;position:relative;z-index:100;margin-top:30px;float:right;}
#menu li {float:left;border:0px solid #ddd;padding: 15px 20px;position:relative;font-family: Georgia, Arial, Helvetica, sans-serif;color:#333;font-size:.9em;line-height:12px;}
#menu li:hover {color:#888;}


#menu li ul.sub {position:absolute;top:50px;left:-40px;list-style:none;display:none;}
#menu li ul.sub li {float:none;width:145px;background-color:#f8f8f8;font-family:Verdana, Geneva, sans-serif;}
#menu li ul.sub li:hover {background-color:#f0f0f0;color:#333;}
#menu li.hassub:after {content:" ";background-image:url(../img/glyphicons-halflings.png);background-position:-314px -122px;width:11px;height:11px;line-height:12px;position:absolute;top:12px;right:15px;}
#menu li.hassubsub:after {content:" ";background-image:url(../img/glyphicons-halflings.png);background-position:-458px -74px;width:11px;height:11px;line-height:12px;position:absolute;top:8px;right:8px;}

#menu li ul.subsub {position:absolute;top:0px;left:165px;list-style:none;display:none;}
#menu li ul.subsub li {float:none;width:170px;background-color:#f5f5f5;}
#menu li ul.subsub li:hover {background-color:#f2f2f2;color:#333;}

#menu li ul li, #menu li ul li ul li {font-size:10px;padding-left:10px;}

.icon {background-image:url(../img/glyphicons-halflings.png);display:inline-block;}
.icon.r-arrow {width:22px;height:22px;background-position:-0px -200px;margin-bottom:-6px;}
.icon.test-sm {width:29px;height:34px;background-position:-134px -169px;}
.icon.link-sm {width:34px;height:34px;background-position:-357px -169px;}
.icon.edu-sm {width:48px;height:33px;background-position:-384px -210px;}
.icon.book-sm {width:34px;height:34px;background-position:-318px -169px;}
.icon.faq-sm {width:34px;height:34px;background-position:-219px -211px;}
.icon.map-sm {width:34px;height:34px;background-position:-342px -210px;}
.icon.scientist-sm {width:35px;height:35px;background-position:-393px -169px;}
.icon.r-arrow-sm {width:12px;height:12px;background-position:-241px -145px;}
.icon.r-arrow-med {width:17px;height:17px;background-position:-0px -223px;margin-bottom:-4px;}
figure.title-icon {float:left;display:inline-block;margin:0 15px 0 0;padding:0;}
figure.suffix-icon {display:inline-block;margin:0 0 0 15px;padding:0;width:30px;height:30px;}
.icon.r-arrow-2 {background-position:-458px -74px;width:11px;height:11px;}
.icon.l-arrow-2 {background-position:-432px -74px;width:11px;height:11px;}
.icon.dot-white-12 {background-position:0px -263px;width:12px;height:12px;}
.icon.dot-lgrey-12 {background-position:-14px -263px;width:12px;height:12px;}
.icon.dot-dgrey-12 {background-position:-28px -263px;width:12px;height:12px;}
.icon.info-med {background-position:0px -243px;width:18px;height:18px;margin-right:7px;margin-top:2px;}
.icon.d-arrow-sm {background-position:-314px -122px;width:11px;height:11px;margin-right:7px;margin-top:8px;cursor:pointer;}
.icon.u-arrow-sm {background-position:-289px -122px;width:11px;height:11px;margin-right:7px;margin-top:8px;}
.icon.profile-med-30 {background-position:-438px -248px;width:31px;height:29px;}
.icon.profile-med-sc {background-position:-438px -279px;width:31px;height:29px;}
.icon.profile-med-pc {background-position:-438px -310px;width:31px;height:29px;}
.icon.profile-sm-30 {background-position:-411px -249px;width:23px;height:22px;margin-top:4px;}
.icon.profile-sm-sc {background-position:-411px -279px;width:23px;height:22px;margin-top:4px;}
.icon.profile-sm-pc {background-position:-411px -310px;width:23px;height:22px;margin-top:4px;}
.icon.pws-sm {background-position:-110px -210px;width:32px;height:34px;margin-top:4px;}

#primary-hl, #secondary-hl, #great30-hl {cursor:pointer;}

.pct-mobile {display:none;}
.indent-45 {margin-left:45px;clear:both;}
.indent-25 {margin-left:25px;clear:both;}

.fl {float:left;}
.fr {float:right;}

.profile-detail {display:none;}

.banner { position: relative; overflow: auto;margin-top:15px;}
.banner ul {margin:0;margin-left:250px;}
.banner li { list-style: none; height:85px;}
.banner ul li { float: left; }
div#preferred ul li p.pumpTitle{
    font-family:'Fanwood Text';
    font-size:30px;
	font-style:none;
    line-height:30px;
    top:0;
    color:#333333;
    margin-bottom: 8px;
	text-align:left;
	font-weight:bold;	
	}
div#preferred ul li p.pumpTitle2 {
    font-family:'Georgia';
    font-size:18px;
    line-height:24px;
    font-style:italic;
    top:0;
    color:#828181;
	text-align:left;
}

#pumpLabel {font-family:'Fanwood Text';font-style:italic;font-size:18px;color:#333;position:absolute;left:30px;top:12px;line-height:1.2em;width:140px;line-height:18px;font-wieght:bold;}
.pump-img {position:absolute;top:0;left::0px;}
.pump-wrapper {position:absolute;top:0px;left:135px;}
.req {color:#F00;}

table.profile-chart {width:100%;}
th.p-label-title {width:30%;background-color:#333;color:#fff;padding:4px 0;}
th.p-chart-title {width:23%;background-color:#333;color:#fff;line-height:1.2em;padding:4px 0;}

td.p-label {width:30%;}
td.p-chart {width:70%;padding:0;background-color:#f0f0f0}

/*
td.p-chart div {width:31%;display:inline-block;background-color:#f0f0f0;text-align:center;border-right:2px solid #FFF;}
td.p-chart div:last-child {border-right:none;}
td.p-desc {background-color:#e6e6e6;color:#33;font-style:italic;padding:7px;}
*/


td.p-chart div:first-child {background-color:#d1d9ee;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;}
td.p-chart div:nth-child(2) {background-color:#c8cece;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;}
td.p-chart div:last-child {background-color:#c8d4c8;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;border-right:none;}


/*
td.p-chart:nth-child(odd) div:first-child {background-color:#b9cae8;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;}
td.p-chart:nth-child(odd) div:nth-child(2) {background-color:#b3bbbd;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;}
td.p-chart:nth-child(odd) div:last-child {background-color:#afc2af;width:31%;display:inline-block;text-align:center;border-right:2px solid #FFF;border-right:none;}


    <tr>
        <td class="p-label">Aluminum <span class="icon d-arrow-sm fr exp-button" data-profile-for="Aluminum"></span></td>
        
        <td class="p-chart" colspan="3">
            <div>&nbsp;</div>
            <div>&nbsp;</div>
            <div><span class="icon dot-lgrey-12"></span></div>
        </td>
    </tr>
	
*/
td.p-desc {background-color:#e6e6e6;color:#33;font-style:italic;padding:7px;}


.mobileonly {display:none;}
.mobile-break {display:none;}

.statutes {border:1px solid #999;background-color:#e8e8e8;border-radius:5px;margin:0 auto;width:90%;padding:8px;margin-bottom:20px;}

#menu a {color:#333;}

.relative {position:relative;}

.content-image {width:100%;}

.content-image-wrapper {width:35%;float:right;margin:0 0 20px 20px;}
.content-image-wrapper-lg {width:50%;float:right;margin:0 0 20px 20px;}

.small-table {width:80%;margin-left:45px;}
.small-table th {text-align:left;border-bottom:2px solid #333;width:40%;}

.aside {border:1px solid #999;background-color:#fff;width:200px;height:80px;position:absolute;top:10px;right:0;text-align:center;line-height:14px;font-weight:bold;border-radius:5px;padding-top:10px;}
.aside img {width:20%;margin-top:5px;}

.location-box {width:21%;margin-right:15px;border:1px solid #999;background-color:#e9e9e9;border-radius:5px;float:left;padding:10px;margin-bottom:20px;}
.location-box:first-line {font-weight:bold;}

.ccr-spacer {display:none;}
.ot-spacer {display:block;width:100%;height:20px;}

.oandt-wrapper {width:100%;}
.oandt-desc {width:69%;display:inline-block;margin:0px;}
.oandt-title {width:29%;display:inline-block;margin:0px;}
.oandt-source {width:46%;display:inline-block;}
.oandt-option {width:46%;display:inline-block;}
.oandt-container {border-bottom:1px solid #999;padding:5px 0;}
.oandt-container:nth-child(odd) {background-color:#e0e0e0;}

.pdf {position:absolute;top:20px;right:0px;border:none;}

.form-panel {width:49%;float:left;}
.form-thirds {width:32%;float:left;}
.captcha-box {width:35%;border:1px solid #999;background-color:#e9e9e9;border-radius:5px;padding:10px;margin-bottom:20px;margin-left:-20px;}

/*##############################################################################################################################*/
/*-------------------------------------------------------media queries----------------------------------------------------------*/
/*##############################################################################################################################*/
@media (min-width: 1200px) {
  .nav-collapse_ {
    display: block;
  }
  .box-thumb1 {
    width: 236px;
    float: left;
    margin-left: 30px;
  }
  #search-404 input {
    width: 294px;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 230px;
  }
  #search input {
    width: 268px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .box-thumb1 {
    width: 28%;
    float: left;
    margin-left: 30px;
  }
  #search input {
    width: 138px;
  }
.location-box {margin-right:5px;height:105px;}

 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  h2 {
    font-size: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  header {
    padding-bottom: 32px;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }

  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #search {
    width: 100%;
    margin-top: 10px;
  }
  #search input {
    width: 100%;
  }
  h4 {
    margin-top: 46px;
  }
  .testim-block figure {
    margin-top: 64px;
  }
  footer .foo_menu {
    display: none;
  }
  footer .pull-left {
    float: none;
    margin-bottom: 20px;
  }
  footer .pull-right {
    float: none !important;
    width: 100%;
    display: block;
  }
  .box-thumb1 {
    width: 27%;
    float: left;
    margin-left: 30px;
  }
  
#menu {list-style:none;position:relative;z-index:100;margin-top:0px;float:right;}  

.content-image {float:right;margin:20px;width:100%;}

.location-box {margin-right:5px;width:29%;height:115px;}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  header {
    padding-bottom: 0;
    border: none;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad1 {
    margin-bottom: 0;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .box4 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .list1 {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
  }
  .error {
    text-align: center;
  }
  .thumb-pad0 figure {
    margin: 0;
    float: left;
    margin-right: 22px;
  }
  .thumb-pad1 {
    margin-bottom: 40px;
  }
  #search {
    display: none;
  }
  .testim-block figure {
    float: left;
  }
  footer .foo_menu {
    display: none;
  }
  footer .pull-left {
    margin: 0;
    margin-left: 20px;
    float: none;
    margin-bottom: 20px;
  }
  footer .pull-right {
    margin: 0;
    margin-left: 20px;
    float: none !important;
    width: 100%;
    display: block;
  }
  .testim-block {
    text-align: left;
  }
  h4 {
    font-size: 40px;
    line-height: 40px;
  }
  
  
  /*menu */
 	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	} 
	
	
div#preferred ul li p.pumpTitle{font-size:24px;line-height:24px;margin-bottom:0px;}	

.pump-wrapper {position:absolute;top:0px;left:0px;}  
.pump-img {display:none;}

.location-box {margin-right:5px;width:28%;height:150px;}
.location-box:last-child {margin-right:0px;}

.pdf {position:absolute;top:20px;right:0px;border:none;}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
    margin-right: 10px;
  }
  h4 {
    font-size: 40px;
    line-height: 40px;
  }
  
 div#preferred ul li p.pumpTitle{font-size:21px;line-height:21px;margin-bottom:0px;} 
  div#preferred ul li p.pumpTitle2{font-size:16px;line-heihgt:16px;}
  .banner ul {margin-left:180px;}
.pump-wrapper {position:absolute;top:0px;left:60px;}  
  .pump-img {position:absolute;top:0;left:0px;width:50px;}

  .location-box {margin-right:5px;height:105px;width:95%;float:none;}
 
.aside {border:1px solid #999;background-color:#fff;width:200px;height:80px;position:absolute;top:0;right:0;text-align:center;line-height:14px;font-weight:bold;border-radius:5px;padding-top:10px;}
.aside img {width:20%;margin-top:5px;}  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
  

#pumpLabel {font-family:'Fanwood Text';font-style:italic;font-size:16px;color:#333;position:absolute;left:130px;top:0px;line-height:1em;width:300px;}
.banner ul {margin-left:100px;margin-top:20px;}

.pct-mobile {display:inline-block;}
.pct-desktop {display:none;} 

.map { width:100%;	height:300px;margin-left:0px;}

.aside {display:block;width:100%;}
.aside img {width:20%;margin-top:5px;}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
.ccr-spacer {display:block;width:100%;height:40px;}
 .ot-spacer {display:block;width:100%;height:15px;}
.aside {display:block;width:100%;text-align:left;height:60px;clear:both;border:none;}
.aside img {width:7%;margin-top:5px;}
.form-panel {width:100%;display:block;}
.form-thirds {width:100%;display:block;}
.captcha-box {width:100%;}
}
@media (max-width: 480px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .map iframe {
    height: 200px;
  }
  .thumb-pad5 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 20px;
    line-height: 20px;
  }
  

div#preferred ul li p.pumpTitle{font-size:18px;} 
#pumpLabel {font-family:'Fanwood Text';font-style:italic;font-size:16px;color:#333;position:absolute;left:20px;top:0px;line-height:1em;width:300px;}
.banner ul {margin-left:0px;margin-top:20px;} 
 
.pct-mobile {display:inline-block;}
.pct-desktop {display:none;} 

th.p-label-title {width:40%;background-color:#333;color:#fff;}
th.p-chart-title {width:20%;background-color:#333;color:#fff;}

td.p-label {width:40%;}
td.p-chart {width:60%;padding:0;}

td.p-chart div {width:31%;display:inline-block;background-color:#f0f0f0;text-align:center;}
td.p-desc {background-color:#f0f0f0;color:#33;font-style:italic;padding:7px;}

.org-desc {display:none;}
.org-desc ul li {line-height:16px;}
.mobileonly {display:inline-block;}
.mobile-break {display:block;clear:both;height:1px;}
h2 {font-size:24px;margin-bottom:0px;margin-top:25px;line-height:26px;}
h5.small-title {font-size:14px; padding:3px;border:1px solid #999;background-color:#f0f0f0;border-radius:5px;}
.pump-wrapper {position:absolute;top:0px;left:0px;}
.pump-img {display:none;}

.mobile-no-show {display:none;} 

.small-table {width:100%;margin-left:0px;}
.small-table th {text-align:left;border-bottom:2px solid #333;width:40%;}

.ccr-spacer {display:block;width:100%;height:55px;}
.ot-spacer {display:block;width:100%;height:10px;}

.aside {display:block;width:100%;text-align:left;height:60px;clear:both;border:none;}
.aside img {width:8%;margin-top:5px;}

.oandt-desc {display:none;background-color:#f0f0f0;width:99%;margin-left:4px;border-left:1px solid #999;border-right:1px solid #999;}
.oandt-title {font-size:14px; padding:3px;border:1px solid #999;background-color:#f0f0f0;border-radius:5px;display:block;width:100%;}
.oandt-source {width:100%;display:block;padding:5px 10px;vertical-align:text-top;}
.oandt-source:before {content: "Contaminant Source: ";font-weight:bold;}
.oandt-option {width:100%;display:block;padding:0 10px;vertical-align:text-top;}
.oandt-option:before {content: "Treatment Option: ";font-weight:bold;}
.oandt-container {border:none;margin:0;padding:0;}
.oandt-container:nth-child(odd) {background-color:#fff;border:none;}

.pdf {position:absolute;top:20px;right:0px;border:none;width:30px;}

.form-panel {width:100%;display:block;}
.form-thirds {width:100%;display:block;}
.captcha-box {width:100%;}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list1 li figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  
 .pump-img {display:none;}
 .oandt-container {background-color:#fff;border:none;margin:0;padding:0;}
 
 .aside img {width:10%;margin-top:5px;}
 
 .form-panel {width:100%;display:block;}
 .form-thirds {width:100%;display:block;}
 .captcha-box {width:100%;}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.error img {
  max-width: 100% !important;
  margin-top: 56px;
  margin-bottom: 58px;
}
.border1 {
  border-bottom: 1px solid #e9ebeb;
  padding-bottom: 57px;
}
.border2 {
  border-bottom: 1px solid #e9ebeb;
  padding-bottom: 37px;
}
.margBot {
  margin-bottom: 0;
}
.margBot1 {
  margin-bottom: 24px;
}
.padBot {
  padding-bottom: 20px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
