html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  /* fixes a chrome bug that stops rems working properly */
  color: #333;
}

h1 {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

h2,
h3 {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearboth {
  clear: both;
}

.page-container {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}

/*** Crumbtrail */
.crumbtrail-inner {
  max-width: 960px;
  max-width: 96rem;
  margin: 0 auto;
  padding: 10px 18px 0 18px;
  padding:  1rem 1.8rem 0 1.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.crumbtrail-inner a:hover {
  text-decoration: underline;
}

/*** Site Inner */
.site-inner {
  margin: 0 auto;
  max-width: 960px;
  max-width: 96rem;
  padding: 18px;
  padding: 1.8rem;
}

/** Contact quote (appears in main and sidebar-second) */
.contact-quote {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.contact-quote h3 {
  font-weight: 400;
}
.contact-quote p {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.contact-quote a {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 12px 9px;
  padding:  1.2rem 0.9rem;
  background: #007ac6;
  color: #fff;
}

/** Main */
.front main .content {
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  main {
    margin-bottom: 19px;
    margin-bottom: 1.9rem;
  }
  main .content {
    float: right;
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  main {
    float: left;
    width: 74.1%;
  }
  main .content {
    width: 74%;
  }
}
main p,
main ul,
main ol {
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
}
main p a,
main ul a,
main ol a {
  color: #369;
}
main ul {
  margin-left: 12px;
  margin-left: 1.2rem;
  list-style: disc;
}
main ol {
  margin-left: 12px;
  margin-left: 1.2rem;
  list-style: decimal;
}
main .contact-quote {
  display: none;
  padding-top: 4px;
  padding-top: 0.4rem;
  border-top: 4px solid #333;
}
main .contact-quote a {
  display: block;
  float: left;
}
@media screen and (min-width: 1024px) {
  main .contact-quote {
    display: block;
  }
}

/** Sidebar first */
/* &.first img { @include rem('max-width',159px); } @include rem('max-width',101px); */
.sidebar-first {
  padding: 11px 20px 15px 20px;
  padding:  1.1rem 2rem 1.5rem 2rem;
  background: #e3e0e0;
  /* .front-sidebar-first-box { float:left; } */
}
.sidebar-first .front-sidebar-first-box h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sidebar-first .front-sidebar-first-box h2 {
    text-align: left;
  }
}
.sidebar-first .front-sidebar-first-box-first {
  float: left;
  margin-right: 13px;
  margin-right: 1.3rem;
}
@media screen and (min-width: 768px) {
  .sidebar-first .front-sidebar-first-box-first {
    float: none;
    margin-right: 0;
  }
}
.sidebar-first .front-sidebar-first-box-second {
  float: right;
}
@media screen and (min-width: 768px) {
  .sidebar-first .front-sidebar-first-box-second {
    float: none;
  }
}
.sidebar-first a {
  float: left;
}
.sidebar-first a img {
  max-width: 80px;
  max-width: 8rem;
}
@media screen and (min-width: 480px) {
  .sidebar-first a img {
    max-width: 101px;
    max-width: 10.1rem;
  }
}
.sidebar-first a.first img, .sidebar-first a.second img {
  max-width: 106px;
  max-width: 10.6rem;
}
@media screen and (min-width: 480px) {
  .sidebar-first a.first img, .sidebar-first a.second img {
    max-width: 159px;
    max-width: 15.9rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-first {
    float: left;
    padding: 11px 0 0 0;
    padding:  1.1rem 0 0 0;
    width: 22.2%;
    background: #fff;
  }
  .sidebar-first a {
    float: none;
  }
  .sidebar-first a img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-first {
    width: 23.2%;
  }
}

/** Sidebar first cooling tower parts thumbs */
.sidebar-first.cooling-tower-parts-thumbs {
  padding: 0 0 20px 0;
  padding:  0 0 2rem 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .sidebar-first.cooling-tower-parts-thumbs {
    padding: 0 0 35px 0;
    padding:  0 0 3.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-first.cooling-tower-parts-thumbs {
    padding-top: 4px;
    padding-top: 0.4rem;
  }
}
.sidebar-first.cooling-tower-parts-thumbs div {
  float: none;
  margin: 0 0 20px 0;
  margin:  0 0 2rem 0;
  color: #333;
}
.sidebar-first.cooling-tower-parts-thumbs div:last-child {
  margin: 0;
}
.sidebar-first.cooling-tower-parts-thumbs div img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
}
.sidebar-first.cooling-tower-parts-thumbs div span {
  display: block;
}
@media screen and (min-width: 480px) {
  .sidebar-first.cooling-tower-parts-thumbs div {
    float: left;
    width: 47.6%;
    margin-right: 4.8%;
  }
  .sidebar-first.cooling-tower-parts-thumbs div:nth-child(2), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(4), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(6), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(8), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(10), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(12), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(14), .sidebar-first.cooling-tower-parts-thumbs div:nth-child(16) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-first.cooling-tower-parts-thumbs div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/** Sidebar second */
.sidebar-second {
  clear: both;
  padding: 11px 0 15px 0;
  padding:  1.1rem 0 1.5rem 0;
}
.sidebar-second .footprint {
  display: none;
}
}
.sidebar-second .evapcologo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sidebar-second .footprint {
    display: block;
    margin-top: 30px;
    margin-top: 3.0rem;
  }
}
.sidebar-second .contact-quote {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-top: 4px;
  padding-top: 0.4rem;
  border-top: 4px solid #333;
}
@media screen and (min-width: 1024px) {
  .sidebar-second .contact-quote {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    padding-top: 0;
    border-top: 0;
    border-bottom: 4px solid #333;
  }
}
.sidebar-second .contact-quote a {
  display: block;
  float: left;
}
@media screen and (min-width: 1024px) {
  .sidebar-second .contact-quote a {
    float: none;
  }
}
.sidebar-second .connect h2 {
  font-weight: normal;
}
.sidebar-second .connect a {
  float: left;
}
.sidebar-second .connect a.first {
  margin-right: 13px;
  margin-right: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .sidebar-second {
    float: right;
    clear: none;
    width: 23.8%;
    padding: 11px 0 0 0;
    padding:  1.1rem 0 0 0;
  }
}

/** Two col variation */
.two-col main .content {
  width: 100%;
  float: none;
}

/*** About */
.about-contacts {
  float: left;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
  color: #333;
  outline: 0;
}
.about-contacts:hover {
  text-decoration: none;
}

.about-contacts-first {
  margin-right: 13px;
  margin-right: 1.3rem;
}

/*** Contact */
.contact {
  max-width: 600px;
  max-width: 60rem;
}
.contact span {
  color: #f00;
}
.contact > div {
  clear: both;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
.contact label,
.contact input,
.contact textarea {
  display: block;
}
.contact label {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contact input,
.contact textarea {
  width: 100%;
  padding: 4px;
  padding: 0.4rem;
  border: 1px solid #ccc;
}
.contact input[type="submit"] {
  float: right;
  width: auto;
  padding: 6px 10px;
  padding:  0.6rem 1rem;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  background: #369;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

/*** Thumb boxes */
.thumb-box {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .thumb-box {
    padding-bottom: 35px;
    padding-bottom: 3.5rem;
  }
}
.thumb-box a {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  color: #333;
  text-decoration: none;
}
.thumb-box img,
.thumb-box span {
  display: block;
}
.thumb-box img {
  width: 100%;
  border: 1px solid #ccc;
}
.thumb-box span {
  font-weight: 700;
}
.thumb-box span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 480px) {
  .thumb-box-t2 a {
    float: left;
    width: 50%;
  }
}
.thumb-box-t2 img,
.thumb-box-t2 span {
  display: inline-block;
  vertical-align: middle;
}
.thumb-box-t2 img {
  width: 50%;
  margin-right: 10px;
  margin-right: 1rem;
}
.thumb-box-t2 span {
  max-width: 40%;
}

/** Cooling Towers sub pages only */
.thumb-box-t3-v2 {
  padding-top: 20px;
  padding-top: 2rem;
  border-top: 4px solid #333;
}

.thumb-text-button {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.thumb-text-button:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.thumb-text-button img {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.thumb-text-button a {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  background: #369;
  color: #fff;
  padding: 12px 0;
  padding:  1.2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.thumb-text-button a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  .thumb-text-button img,
  .thumb-text-button .text-button {
    float: left;
  }
  .thumb-text-button img {
    width: 25%;
    margin-right: 3%;
  }
  .thumb-text-button .text-button {
    width: 72%;
  }
  .thumb-text-button a {
    max-width: 280px;
    max-width: 28rem;
  }
}

/** Nozzles landing */
.thumb-box-t2-v1 a {
  float: left;
  width: 47.6%;
  margin-right: 4.8%;
  margin-bottom: 31px;
  margin-bottom: 3.1rem;
}
.thumb-box-t2-v1 a:nth-child(2), .thumb-box-t2-v1 a:nth-child(4), .thumb-box-t2-v1 a:nth-child(6), .thumb-box-t2-v1 a:nth-child(8), .thumb-box-t2-v1 a:nth-child(10), .thumb-box-t2-v1 a:nth-child(12), .thumb-box-t2-v1 a:nth-child(14), .thumb-box-t2-v1 a:nth-child(16), .thumb-box-t2-v1 a:nth-child(18), .thumb-box-t2-v1 a:nth-child(20), .thumb-box-t2-v1 a:nth-child(22), .thumb-box-t2-v1 a:nth-child(24), .thumb-box-t2-v1 a:nth-child(26), .thumb-box-t2-v1 a:nth-child(28), .thumb-box-t2-v1 a:nth-child(30) {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .thumb-box-t2-v1 a {
    width: 22.75%;
    margin-right: 3%;
  }
  .thumb-box-t2-v1 a:nth-child(2), .thumb-box-t2-v1 a:nth-child(6), .thumb-box-t2-v1 a:nth-child(10), .thumb-box-t2-v1 a:nth-child(14), .thumb-box-t2-v1 a:nth-child(18), .thumb-box-t2-v1 a:nth-child(22), .thumb-box-t2-v1 a:nth-child(26), .thumb-box-t2-v1 a:nth-child(30) {
    margin-right: 3%;
  }
}
.thumb-box-t2-v1 img {
  width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.thumb-box-t2-v1 span {
  display: block;
}

/*** Nozzle box */
.nozzle-box img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}
@media screen and (min-width: 640px) {
  .nozzle-box .pic,
  .nozzle-box .specification {
    float: left;
  }
}
.nozzle-box .pic {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .nozzle-box .pic {
    width: 58.4%;
    margin-right: 3%;
  }
}
.nozzle-box .specification span {
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .nozzle-box .specification {
    width: 38.6%;
  }
}

/*** Also see... */
.also-see {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .also-see {
    padding-bottom: 31px;
    padding-bottom: 3.1rem;
  }
}
.also-see h2 {
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.also-see a {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: #333;
}

/** Show to screenreaders hide from everything else*/
.offscreen {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/** skip links */
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static !important;
}

/** Hide from everyone 
.classname { display:none; }
*/
/** IE8 (not IE7!) stretches images vertically if it only gets max-width:100%; height: auto; so have
to add with 100% to some of the images 

.ie8  img { width:100%; }

*/
/** Clearing */
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* IE7 and below clearing */
.lte-ie7 .clearfix {
  zoom: 1;
}

/** IE7 and below inline-block fix 
.lte-ie7 .classname {
	zoom:1;
	display:inline;
}

*/
.logo {
  position: relative;
  z-index: 12000;
  width: 220px;
  width: 22rem;
  margin: 11px 10px 13px 16px;
  margin:  1.1rem 1rem 1.3rem 1.6rem;
}
@media screen and (min-width: 480px) {
  .logo {
    width: 296px;
    width: 29.6rem;
    margin: 11px 10px 7px 16px;
    margin:  1.1rem 1rem 0.7rem 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .logo {
    width: auto;
    margin: 30px 0 22px 16px;
    margin:  3rem 0 2.2rem 1.6rem;
  }
  .logo img {
    width: auto;
    height: 46px;
    height: 4.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .logo-wrapper {
    max-width: 960px;
    max-width: 96rem;
    margin: 0 auto;
  }
}
/*** Search */
#toggle2 {
  display: none;
}

.search {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 20;
  width: 313px;
  width: 31.3rem;
  border-style: solid;
  border-color: #666;
  border-width: 5px 7px 6px 6px;
  border-width:  0.5rem 0.7rem 0.6rem 0.6rem;
}
.search form {
  border: 1px solid #ccc;
  background: #fff;
}
.search input {
  float: left;
  border: 0;
}
.search input[type="submit"] {
  float: right;
  width: 13px;
  width: 1.3rem;
  height: 13px;
  height: 1.3rem;
  margin: 3px 7px 0 0;
  margin:  0.3rem 0.7rem 0 0;
  padding: 0;
  background: url(../images/search-icon.png) 50% 50% no-repeat;
  text-indent: -99999px;
}

.toggle2 {
  position: relative;
  z-index: 200000;
  display: block;
  float: right;
  width: 43px;
  width: 4.3rem;
  height: 48px;
  height: 4.8rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.toggle2:after {
  position: relative;
  top: -49px;
  top: -4.9rem;
  right: 56px;
  right: 5.6rem;
  content: url(../images/mobile-search-dark.png);
  background: #fff;
}

#toggle2:checked ~ .search {
  display: block;
  opacity: 1;
}
#toggle2:checked + .toggle2:after {
  content: url(../images/mobile-search-light.png);
  background: #666;
}

@media screen and (min-width: 1024px) {
  .logo {
    display: inline-block;
  }

  .search {
    display: block;
    float: right;
    opacity: 1;
    position: static;
    width: 170px;
    width: 17rem;
    margin: 11px 40px 0 0;
    margin:  1.1rem 4rem 0 0;
    border: 0;
  }
  .search form {
    padding: 3px 0;
    padding:  0.3rem 0;
  }

  .toggle2,
  .toggle2:after,
  .toggle2:checked ~ .region-main-navigation .links,
  .toggle2:checked + .toggle:after {
    display: none;
  }
}
/*** end Search */
/*** Main Navigation */
/** Mobile (default) */
.main-navigation-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11000;
  clear: both;
  background: transparent;
  width: 320px;
  width: 32rem;
}

.main-navigation {
  position: relative;
  z-index: 10;
  /* menu styling */
  /* end menu styling */
}
.main-navigation #toggle {
  display: none;
}
.main-navigation .region-main-navigation .links {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 20;
}
.main-navigation .toggle {
  position: relative;
  z-index: 20;
  display: block;
  float: right;
  width: 56px;
  width: 5.6rem;
  height: 48px;
  height: 4.8rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.main-navigation .toggle:after {
  position: relative;
  top: 5px;
  top: 0.5rem;
  top: 0;
  right: -64px;
  right: -6.4rem;
  right: 0;
  content: url(../images/bars-dark.png);
}
.main-navigation #toggle:checked ~ .region-main-navigation .links {
  display: block;
  opacity: 1;
}
.main-navigation #toggle:checked + .toggle:after {
  content: url(../images/bars-light.png);
}
.main-navigation .menu {
  position: absolute;
  top: 48px;
  top: 4.8rem;
  width: 320px;
  width: 32rem;
  /* no dropdowns on mobile menu */
  /* ul ul a { @include rem(padding, 5px 24px); } no dropdowns on mobile menu */
  /* No longer required because mobile not showing dropdowns any more 
  .page-item-has-children > a {
  	background-image:url(../images/main-menu-closed.png);
  	background-repeat:no-repeat;
  	background-position:95% 5px;
  }
  
  .page-item-has-children > a:hover { background-image:url(../images/main-menu-open.png); }
  
  */
}
.main-navigation .menu ul {
  width: 100%;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  background: #333;
}
.main-navigation .menu li {
  position: relative;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #6a6a6a;
}
.main-navigation .menu .last,
.main-navigation .menu li ul li {
  border-bottom: 0;
}
.main-navigation .menu ul ul {
  display: none;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.main-navigation .menu ul li:hover > ul {
  display: none;
}
.main-navigation .menu a {
  display: block;
  padding: 10px 16px;
  padding:  1rem 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #999;
  text-decoration: none;
}
.main-navigation .menu a:hover,
.main-navigation .menu .main-nav-highlight-item > a {
  color: #fff;
  background-color: #000;
}

/** Wide screens */
@media screen and (min-width: 1024px) {
  .main-navigation-wrap {
    position: static;
    width: 100%;
    background: transparent;
  }

  .main-navigation {
    position: static;
    background: #333;
    margin: 0 auto;
    width: 100%;
    /* menu styling */
    /* end menu styling */
  }
  .main-navigation .region-main-navigation .links {
    display: block;
    opacity: 1;
    position: static;
  }
  .main-navigation .toggle,
  .main-navigation .toggle:after,
  .main-navigation .toggle:checked ~ .region-main-navigation .links,
  .main-navigation .toggle:checked + .toggle:after {
    display: none;
  }
  .main-navigation .menu {
    position: static;
    width: 100%;
    background: #333;
  }
  .main-navigation .menu ul.links {
    clear: both;
    width: 960px;
    width: 96rem;
    padding-left: 10px;
    padding-left: 1rem;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    background: transparent;
  }
  .main-navigation .menu li {
    float: left;
    font-weight: 400;
    border-bottom: 0;
  }
  .main-navigation .menu li ul li {
    float: none;
    border-top: 1px solid #6a6a6a;
  }
  .main-navigation .menu ul ul {
    position: absolute;
    top: 24px;
    top: 2.4rem;
    left: 0;
    z-index: 100;
    top: 26px;
    top: 2.6rem;
    width: 170px;
    width: 17rem;
    background: #191919;
  }
  .main-navigation .menu ul li:hover > ul {
    display: block;
  }
  .main-navigation .menu ul ul ul {
    top: 35px;
    top: 3.5rem;
    z-index: 110;
  }
  .main-navigation .menu a {
    padding: 5px 8px;
    padding:  0.5rem 0.8rem;
  }
  .main-navigation .menu ul ul a {
    padding: 10px 8px;
    padding:  1rem 0.8rem;
  }
  .main-navigation .menu .page-item-has-children > a,
  .main-navigation .menu .page-item-has-children > a:hover {
    background-image: none;
  }
}
/*** End main navigation */
/*** IE8 and below Logo and Navigation fixes */
/** Note: this ditches the 'mobile menu' completely and shows desktop version at all screen widths */
.lte-ie8 .logo {
  display: inline-block;
  width: auto;
  margin: 30px 0 22px 16px;
  margin:  3rem 0 2.2rem 1.6rem;
}
.lte-ie8 .logo img {
  width: auto;
  height: 46px;
  height: 4.6rem;
}

.lte-ie8 .logo-wrapper {
  max-width: 960px;
  max-width: 96rem;
  margin: 0 auto;
}

.lte-ie8 .main-navigation-wrap {
  position: static;
  width: 100%;
  background: transparent;
}

.lte-ie8 .main-navigation {
  position: static;
  background: #333;
  margin: 0 auto;
  width: 100%;
  /* menu styling */
  /* end menu styling */
}
.lte-ie8 .main-navigation .region-main-navigation .links {
  display: block;
  opacity: 1;
  position: static;
}
.lte-ie8 .main-navigation .toggle,
.lte-ie8 .main-navigation .toggle:after,
.lte-ie8 .main-navigation .toggle:checked ~ .region-main-navigation .links,
.lte-ie8 .main-navigation .toggle:checked + .toggle:after {
  display: none;
}
.lte-ie8 .main-navigation .menu {
  position: static;
  width: 100%;
  background: #333;
}
.lte-ie8 .main-navigation .menu ul.links {
  clear: both;
  width: 960px;
  width: 96rem;
  padding-left: 10px;
  padding-left: 1rem;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  background: transparent;
}
.lte-ie8 .main-navigation .menu li {
  float: left;
  font-weight: 400;
  border-bottom: 0;
}
.lte-ie8 .main-navigation .menu li ul li {
  float: none;
  border-top: 1px solid #6a6a6a;
}
.lte-ie8 .main-navigation .menu ul ul {
  position: absolute;
  top: 24px;
  top: 2.4rem;
  left: 0;
  z-index: 100;
  top: 26px;
  top: 2.6rem;
  width: 170px;
  width: 17rem;
  background: #191919;
}
.lte-ie8 .main-navigation .menu ul li:hover > ul {
  display: block;
}
.lte-ie8 .main-navigation .menu ul ul ul {
  top: 35px;
  top: 3.5rem;
  z-index: 110;
}
.lte-ie8 .main-navigation .menu a {
  padding: 5px 8px;
  padding:  0.5rem 0.8rem;
}
.lte-ie8 .main-navigation .menu ul ul a {
  padding: 10px 8px;
  padding:  1rem 0.8rem;
}
.lte-ie8 .main-navigation .menu .page-item-has-children > a,
.lte-ie8 .main-navigation .menu .page-item-has-children > a:hover {
  background-image: none;
}

.lte-ie8 .main-navigation .toggle {
  display: none;
}

/* We now have 2 sliders ! 
.layerslider-1 for mobile portrait only
.layerslider-2 for mobile landscape to desktop
*/
.layerslider-1 {
  display: block;
}

.layerslider-2 {
  display: none;
}

@media screen and (min-width: 480px) {
  .layerslider-1 {
    display: none;
  }

  .layerslider-2 {
    display: block;
  }
}
#layerslider-container-fw {
  position: relative;
  top: 2px;
  top: 0.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #layerslider-container-fw {
    position: static;
  }
}

.ls-layer,
.ls-layer * {
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-shadow: none !important;
}

.ls-bottom-nav-wrapper {
  display: none;
  visibility: hidden !important;
}

.text4 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.65);
}

.text4 a {
  color: #fff;
}

.text5 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.65);
}

.footer {
  clear: both;
  padding: 15px 19px 32px 19px;
  padding:  1.5rem 1.9rem 3.2rem 1.9rem;
  color: #999;
  background: #333;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer a {
  color: #999;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  margin-bottom: 37px;
  margin-bottom: 3.7rem;
}
.footer li {
  display: inline-block;
}
.footer li.selected a {
  color: #fff;
}
.footer li a {
  display: inline-block;
  margin-right: 17px;
  margin-right: 1.7rem;
}
.footer li .last a {
  margin-right: 0;
}
.footer p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .footer p {
    margin-bottom: 17px;
    margin-bottom: 1.7rem;
    line-height: 1;
  }
}
.footer span {
  display: block;
  margin-top: 17px;
  margin-top: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .footer span {
    margin-top: 4px;
    margin-top: 0.4rem;
  }
}

/*hide field so real users cant fill it in*/
form #first_name{ display:none; }

@media screen and (min-width: 1024px) {
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .footer .footer-inner {
    width: 960px;
    width: 96rem;
    margin: 0 auto;
    padding-left: 19px;
    padding-left: 1.9rem;
  }


}
