@charset "UTF-8";
/*
	Theme Name: ICS
	Theme URI: http://wlcr.io
	Description: A custom theme just for ICS Diamond Tools
	Author: WLCR
	Author URI: http://wlcr.io
	Version: 1.0
	Template Version: 1.0
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Home Widgets
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Read More Link
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Jetpack Contact Form
* Genesis Responsive Slider
* Nameless Red
* Nameless Orange
* Nameless Yellow
* Nameless Green
* Nameless Blue
* Nameless Violet
* Nameless Pink
* Responsive Design
*/
/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  font-family: "proxima-nova", myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5625;
  margin: 0;
  padding: 0;
  text-decoration: none; }

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #f5f5f5;
  border: 1px solid #ddd; }

input,
label,
select,
textarea {
  color: #333;
  font-family: "proxima-nova", myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300; }

li,
ol,
ul {
  margin: 0;
  padding: 0; }

ol li {
  list-style-type: decimal; }

/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #777;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: #151515;
  text-decoration: none; }

.post .entry-content a,
.post .entry-content a:visited {
  background-color: #151515;
  color: #fff;
  text-decoration: none; }

.post .entry-content a:hover {
  background-color: #fff;
  color: #151515; }

a img {
  border: none; }

.entry-content a img,
.entry-content a:visited img,
.entry-content a:hover img {
  background-color: #fff; }

b, strong {
    font-weight: bold;
}
  
/* Body
------------------------------------------------------------ */
body {
  background-color: #fff; }

::-moz-selection {
  background-color: #151515;
  color: #fff; }

::selection {
  background-color: #151515;
  color: #fff; }

/* Wrap
------------------------------------------------------------ */
#wrap {
  margin: 0 auto 0; }

/* Header
------------------------------------------------------------ */
#header {
  margin: 10px auto;
  min-height: 120px;
  width: 100%; }

#title-area {
  float: left;
  overflow: hidden;
  padding: 17px 0 0;
  /*width: 400px;*/ }

#title {
  font-family: "proxima-nova", myriad-pro, sans-serif;
  font-size: 50px;
  line-height: 1.25;
  margin: 0; }

#title a,
#title a:hover {
  color: #333;
  padding: 0 0 0 20px;
  text-decoration: none; }

#description {
  font-size: 18px;
  padding: 0 0 0 20px; }

#header .widget-area {
  float: right;
  padding: 25px 0px 0 0;
  width: 510px; }

#header .wrap {
  margin: auto;
  width: 960px; }

.found { font-weight: bold; font-style: italic; color: #000; }
#gallery { margin: 40px; }
#gallery img { height: 150px; }

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  height: 120px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  max-width: 400px;
  width: 100%; }

.header-image #description {
  display: block;
  overflow: hidden; }

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
  width: 100%; }

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.menu-primary,
.menu-secondary,
#header .menu {
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%; }

.menu-primary {
  color: #151515;
  max-width: 960px; }

.menu-secondary {
  color: #fff;
  max-width: 960px; }

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
  float: left;
  width: 100%; }

.menu-primary li,
.menu-secondary li,
#header .menu li {
  float: left;
  list-style-type: none; }

.menu-primary a,
.menu-secondary a,
#header .menu a {
  display: block;
  padding: 7px 15px 6px;
  position: relative;
  text-decoration: none; }

.menu-primary a,
#header .menu a {
  color: #151515; }

.menu-secondary a {
  color: #fff; }

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
  background-color: #fff;
  color: #151515; }

#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
  background-color: #151515;
  color: #fff; }

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
  background: none;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 12px;
  padding: 9px 10px 8px;
  position: relative;
  text-transform: none;
  width: 138px; }

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
  background-color: #f5f5f5;
  color: #151515; }

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
  background-color: #fff;
  color: #151515; }

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
  background-color: #151515;
  color: #fff; }

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999; }

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
  width: 140px; }

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
  margin: -36px 0 0 159px; }

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px; }

.menu li:hover,
.menu li.sfHover {
  position: static; }

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
#header .menu li:hover > ul,
#header .menu li.sfHover ul {
  left: auto; }

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
  padding-right: 25px; }

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(../images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px; }

#wpadminbar li:hover ul ul {
  left: 0; }

#nav .wrap {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

body.home #nav .wrap {
  border-bottom: none; }

#subnav .wrap {
  background-color: #151515;
  -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8); }

#subnav {
  margin: auto; }

/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
  float: right;
  padding: 7px 15px 6px; }

.menu li.right a {
  background: none;
  border: none;
  color: #333;
  display: inline;
  text-decoration: none; }

.menu li.right a:hover {
  color: #777;
  text-decoration: none; }

.menu li.search {
  padding: 0 10px; }

.menu li.rss a {
  background: url(../images/rss.png) no-repeat center left;
  margin: 0 0 0 10px;
  padding: 0 0 0 16px; }

.menu li.twitter a {
  background: url(../images/twitter-nav.png) no-repeat center left;
  padding: 0 0 0 20px; }

/* Inner
------------------------------------------------------------ */
#inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  max-width: 960px; }

/* Home Widgets
------------------------------------------------------------ */
.hello-wrap {
  background: #eee;
  -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  padding: 20px 0; }

.hello-inner {
  font-family: "proxima-nova", myriad-pro, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin: 0px auto;
  text-align: center;
  width: 960px; }

.home-left-wrap {
  float: left;
  width: 30%; }

.home-centre-wrap {
  float: left;
  margin: 0 5%;
  width: 30%; }

.home-right-wrap {
  float: right;
  width: 30%; }

.home-left-inner .widget-wrap,
.home-centre-inner .widget-wrap,
.home-right-inner .widget-wrap {
  margin-bottom: 25px; }

#productLeft, #productRight1, #productRight2 {
  padding: 40px 0;
  height: 272px; }

#productLeft .left {
  width: 50%;
  float: left; }

#productRight1 .left, #productRight2 .left {
  width: 46%;
  padding: 0 40px;
  float: left; }

#productLeft .left p, #productRight1 .left p, #productRight2 .left p {
  font-size: 14px; }

#productLeft .left h3, #productRight1 .left h3, #productRight2 .left h3 {
  font-size: 26px; }

#productLeft .left h4, #productRight1 .left h4, #productRight2 .left h4 {
  font-size: 20px;
  border-bottom: 0px;
  text-align: left;
  margin-top: 16px;
  text-transform: none; }

#productLeft .left ul, #productRight1 .left ul, #productRight2 .left ul {
  margin-left: 30px; }

#productLeft .left li, #productRight1 .left li, #productRight2 .left li {
  font-size: 14px;
  list-style-image: url("../images/red-bullet.png"); }

#productLeft .right {
  width: 50%;
  float: right;
  position: relative; }

#productRight1 .right, #productRight2 .right {
  width: 54%;
  float: right;
  position: relative; }

#productRight1 .right img, #productRight2 .right img {
  position: absolute;
  bottom: -28px;
  right: 0px; }

.home-product .button {
  position: absolute;
  bottom: 116px;
  left: -141px; }
  .home-product .button span {
    line-height: 34px;
    font-size: 16px; }
    .home-product .button span:before {
      border-top: 34px solid transparent; }
    .home-product .button span:after {
      border-bottom: 34px solid transparent; }

#productRight1 .right .button, #productRight2 .right .button {
  position: absolute;
  right: 0;
  top: 20px; }

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
  background-color: #f5f5f5;
  font-size: 14px;
  font-style: italic;
  margin: -10px 0 30px;
  padding: 5px 10px; }

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
  padding: 0 0 15px; }

.taxonomy-description p {
  font-size: 14px;
  padding: 15px 15px 0; }

/* Content-Sidebar Wrap
------------------------------------------------------------ */
/* Content
------------------------------------------------------------ */
blockquote {
  background: url(../images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px; }

blockquote p {
  color: #999;
  font-style: italic; }

p.subscribe-to-comments {
  padding: 20px 0 10px; }

.clear {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px; }

/* Customization for Read More Link
--------------------------------------------------------- */
.more-link {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #151515;
  color: #fff;
  font-family: "proxima-nova", myriad-pro, sans-serif;
  font-size: 14px;
  margin: 15px 0 15px 0px;
  padding: 2px 7px 2px 7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  float: right; }

a.more-link,
a:visited.more-link {
  color: #fff !important; }

a:hover.more-link {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #f5f5f5;
  color: #151515 !important;
  transition: all 0.2s ease-in-out; }

#footer-widgets .more-link {
  background-color: #fff;
  color: #151515;
  text-transform: none; }

#footer-widgets a.more-link,
#footer-widgets a:visited.more-link {
  color: #151515 !important; }

#footer-widgets a:hover.more-link {
  background: #151515;
  color: #f5f5f5 !important; }

/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48%; }

.one-third,
.two-sixths {
  width: 31%; }

.four-sixths,
.two-thirds {
  width: 65%; }

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

.first {
  clear: both;
  padding-left: 0; }

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-even {
  float: right; }

.genesis-grid-odd {
  clear: both;
  float: left; }

/* Headlines
------------------------------------------------------------ */
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", myriad-pro, sans-serif;
  line-height: 1.25;
  margin-bottom: 7px; }

h1 {
  font-size: 36px; }

.taxonomy-description h1 {
  margin: 0; }

h2,
h2 a,
h2 a:visited {
  font-size: 33px; }

h2 a,
h2 a:visited {
  color: #151515;
  font-family: "proxima-nova", myriad-pro, sans-serif; }

h2 a:hover {
  color: #777;
  text-decoration: none; }

.widget-area h2,
.widget-area h2 a {
  font-size: 16px;
  margin: 0 0 5px; }

h3 {
  font-size: 30px;
  margin-bottom: 7px; }

h4 {
  font-size: 24px; }

.taxonomy-description h1,
.widget-area h4 {
  border-bottom: 1px solid #555;
  clear: both;
  font-size: 21px;
  margin-bottom: 6px;
  padding: 0; }

.widget-area h4 a {
  color: #333;
  text-decoration: none; }

body.home h4 {
  border-bottom: 1px solid #555;
  font-size: 24px;
  margin-bottom: 6px;
  padding: 0;
  text-align: center; }

body.home .post h4 {
  border: none;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0;
  text-align: left; }

#footer-widgets h4 {
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 21px;
  padding: 0;
  text-align: center; }

h5 {
  font-size: 20px; }

/* Post Info
------------------------------------------------------------ */
.post-info {
  border-bottom: 1px solid #555;
  font-family: "proxima-nova", myriad-pro, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-top: -10px;
  padding: 0 0 5px 55px; }

.post-info .time,
.post-info .time span {
  color: #fff;
  display: block;
  text-align: center;
  width: 42px; }

.post-info .time {
  border: 1px solid #151515;
  left: 0px;
  position: absolute;
  top: 3px; }

.post-info .day {
  background: #f5f5f5;
  color: #151515 !important;
  font-size: 26px;
  height: 29px;
  line-height: 1em; }

.post-info .month {
  background: #151515;
  height: 18px;
  line-height: 1.33333;
  text-transform: uppercase; }

#content .post {
  position: relative; }

#content .post h1 {
  line-height: 1;
  margin-left: 55px; }

#content .post h2 {
  margin: 0 0 -5px 55px; }

/* Post Meta
------------------------------------------------------------ */
.post-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 16px;
  padding: 5px 0 0; }

/* Author Box
------------------------------------------------------------ */
.author-box {
  background-color: #f5f5f5;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px; }

.author-box p {
  font-size: 14px; }

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  background-color: #f5f5f5;
  margin: -10px 0 40px;
  padding: 20px; }

/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 49%; }

/* Post Icons
------------------------------------------------------------ */
.post-comments,
.tags {
  background: url(../images/icon-dot.png) no-repeat left;
  margin: 0 0 0 3px;
  padding: 0 0 0 10px; }

/* Images
------------------------------------------------------------ */
img {
  height: auto;
  max-width: 100%; }

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  border: 1px solid #151515;
  max-width: 99.5%; }

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0; }

.post-image {
  margin: 0 10px 10px 0; }

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 0 0 10px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px; }

img.alignnone {
  display: inline;
  margin: 0; }

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0; }

img.alignright {
  display: inline;
  margin: 0 0 10px 15px; }

.alignleft {
  float: left;
  margin: 0 15px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 15px; }

.wp-caption {
  height: auto;
  padding: 5px;
  text-align: center;
  max-width: 98%; }

p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0; }

.wp-smiley,
.wp-wink {
  border: none;
  float: none; }

/* Post Navigation
------------------------------------------------------------ */
.navigation {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.navigation a,
.navigation .disabled,
.navigation a:hover,
.navigation .active a {
  background-color: #151515;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 8px; }

.navigation a:hover,
.navigation .active a {
  background-color: #f5f5f5;
  color: #151515; }

.navigation li {
  display: inline; }

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  background-color: #151515;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 8px; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #f5f5f5;
  color: #151515; }

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
  display: inline;
  float: right;
  font-size: 16px;
  width: 280px; }

#sidebar-alt {
  float: left;
  width: 150px; }

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
  float: left; }

.content-sidebar-sidebar #sidebar-alt {
  float: right; }

.sidebar p {
  font-size: inherit; }

.sidebar .widget {
  background-color: #fff;
  margin: 0 0 15px;
  padding: 0 0 15px; }

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px; }

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word; }

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0; }

/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
  display: inline;
  margin: 5px 15px 0;
  padding: 3px;
  width: 85%; }

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden; }

.featuredpage .page,
.featuredpost .post {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 15px 10px; }

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0; }

.more-from-category {
  padding: 5px 15px 0; }

/* User Profile
------------------------------------------------------------ */
.user-profile {
  overflow: hidden; }

.user-profile p {
  padding: 5px 15px 0; }

.user-profile .posts_link {
  padding: 0 15px; }

/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
  background: #151515;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  line-height: 19px;
  margin: 5px 0 25px 0;
  padding: 5px 7px;
  text-decoration: none; }

input:hover[type="button"],
input:hover[type="submit"] {
  background: #fff;
  color: #151515;
  text-decoration: none; }

/* Search Form
------------------------------------------------------------ */
#header .searchform {
  float: right;
  padding: 12px 0 0; }

.sidebar .searchform {
  padding: 5px 0 0 15px; }

.s {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 180px; }

#nav .s {
  background-color: #fff;
  margin: 2px -7px 0 0; }

/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
  padding: 0 15px 5px; }

.enews #subscribe {
  padding: 0 0 0 15px; }

.enews #subbox {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 75%; }

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right; }

#wp-calendar thead {
  background-color: #f5f5f5;
  font-weight: bold;
  margin: 10px 0 0; }

#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center; }

/* Comments
------------------------------------------------------------ */
#comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden; }

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px; }

#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%; }

.ping-list {
  margin: 0 0 40px; }

.comment-list ol,
.ping-list ol {
  padding: 10px; }

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px; }

.comment-list li ul li {
  list-style-type: none;
  margin-right: -16px; }

.comment-content p {
  font-size: 16px;
  margin: 0 0 20px; }

.comment-list cite,
.ping-list cite {
  font-style: normal; }

.commentmetadata {
  font-size: 12px;
  margin: 0 0 5px; }

.reply {
  font-size: 14px;
  font-weight: 300; }

.nocomments {
  text-align: center; }

#comments .navigation {
  display: block; }

.alt,
.depth-1,
.even {
  background-color: #eee;
  border: 1px solid #151515; }

.bypostauthor {
  background-color: #fff; }

/* Jetpack Contact Form
------------------------------------------------------------ */
.contact-form label {
  font-family: "proxima-nova", myriad-pro, sans-serif;
  font-size: 16px;
  font-weight: normal !important; }

.contact-form textarea {
  width: 99% !important; }

.widget-area h4 label {
  font-family: "proxima-nova", myriad-pro, sans-serif;
  font-size: 21px;
  margin-bottom: 6px;
  padding: 0; }

#footer-widgets .widget-area h4 label {
  color: #fff; }

/* Genesis Responsive Slider
------------------------------------------------------------ */
#genesis-responsive-slider {
  background: transparent !important;
  border: none !important;
  padding: 0 !important; }

#genesis-responsive-slider .slide-image {
  text-align: right; }

#genesis-responsive-slider > h2 a,
#genesis-responsive-slider > h2 a:visited {
  text-align: center !important; }

#genesis-responsive-slider .slide-excerpt {
  filter: alpha(opacity=55);
  margin: 0px;
  opacity: 0.55;
  padding: 15px 0 7px; }

#genesis-responsive-slider .slide-excerpt-border {
  border: none;
  margin: 0;
  padding: 0; }

#genesis-responsive-slider .flex-direction-nav li .next {
  background: url(../images/arrow-right.png) no-repeat bottom;
  bottom: 15px;
  height: 29px;
  right: 0;
  top: 75%;
  width: 29px; }

#genesis-responsive-slider .flex-direction-nav li .prev {
  background: url(../images/arrow-left.png) no-repeat bottom;
  bottom: 15px;
  height: 29px;
  left: 0;
  top: 75%;
  width: 29px; }

.slide-excerpt {
  bottom: 12% !important; }

.flex-control-nav {
  float: none !important; }

html > body .slide-excerpt-border {
  float: none !important;
  text-align: center !important; }

.flexslider {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  background-color: #292822; }

.responsive-slider-inner {
  margin: 0 auto;
  width: 960px; }

.flexslider .slides img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.responsive-slider-wrap {
  -webkit-box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px #fff, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  background: #151515;
  padding: 30px 0 10px; }

ol.flex-control-nav li a {
  background: url(../images/bg_control_nav.png) no-repeat 0 0; }

.flex-control-nav li a:hover {
  background-position: 0 -13px !important; }

.flex-control-nav li a.active {
  background-position: 0 -26px !important;
  cursor: default; }

/*
	From Foundation 5.4.7

	http://foundation.zurb.com/
*/
/*
	Colors
*/
/*
	Fonts (from typekit)
*/
/*
	Utilities
*/
.hide {
  display: none; }

h1.entry-title {
  display: none; }

/*
    Customer service page
*/
.page-template-template-customer-service-page-php h1.entry-title {
  display: block;
  font-size: 43px;
  font-weight: 300;
  color: #CF102C;
  font-weight: 300;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .page-template-template-customer-service-page-php h1.entry-title {
    font-size: 43px;
    padding: 40px 0px 10px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

/*
	Formal syntax: [ none | <single-transition-property> ] || <time> || <timing-function> || <time>
*/
/*
	Formal syntax: none | [inset? && [ <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? ] ]#
*/
/*
    flex-video from Foundation 5.4.7

    http://foundation.zurb.com/
*/
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button {
  display: block;
  margin-top: 5px;
  background: none;
  border: none; }
  .button:before, .button:after {
    content: " ";
    display: table; }
  .button:after {
    clear: both; }
  .button span {
    position: relative;
    line-height: 27px;
    padding: 0 11px;
    float: right;
    background-color: #eec00a;
    text-transform: uppercase;
    font-family: "proxima-nova", arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d25; }
    .button span:before, .button span:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 0; }
    .button span:before {
      left: -8px;
      border-top: 27px solid transparent;
      border-right: 8px solid #eec00a; }
    .button span:after {
      right: -8px;
      border-bottom: 27px solid transparent;
      border-left: 8px solid #eec00a; }

html {
  background: #A1A198; }

body {
  font-size: 16px;
  color: #292822 !important; }

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
  color: #000;
  font-family: "proxima-nova", myriad-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

a, a:visited {
  color: #1c97d7;
  outline: 0; }

blockquote, input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
  background: #fff; }

button {
  top: 1em;
  position: relative; }

.center {
  margin-left: auto;
  margin-right: auto;
  width: 70%; }

.right {
  position: absolute;
  right: 0px;
  width: 300px; }

.picture {
  margin: 10px 10 10 10; }

.fa {
  color: gray; }

.mobile-only {
  display: none; }

#pageCon {
  width: auto;
  max-width: 1200px;
  margin: 0 auto; }
  #pageCon h2, #pageCon h3 {
    color: #CF102C;
    font-weight: 500;
    padding: 20px 0px 10px; }
  #pageCon h2 {
    font-size: 30px;
    line-height: 36px; }
  #pageCon h3 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 0; }
  #pageCon li {
    list-style: none; }
  #pageCon #content p, #pageCon .entry-content p {
    margin-bottom: 1em; }

#proContent {
  width: 1200px;
  margin: 0 auto; }

#inner {
  padding: 0;
  clear: both;
  width: 100%;
  max-width: 100%;
  position: relative; }

#pageCon li.thumbList:before {
  content: ""; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container.menu {
  max-width: 90%;
  margin: auto;
}

#content {
  width: auto;
  margin: 0;
  padding: 3%;
  float: none; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #content {
    padding: 2%; } }
@media only screen and (min-width: 64.063em) {
  #content {
    padding: 25px 20px;
    width: 70%;
    float: left; }
    #content.pro-corner-content {
      width: auto;
      float: none; } }
@media only screen and (min-width: 90.063em) {
  #content {
    padding: 25px 0; } }
.entry-content {
  overflow: visible; }

#sidebar {
  float: right;
  width: 22%;
  padding: 75px 2% 2% 2%;
  background-color: #F1F1ED;
  font-size: 14px;
  line-height: 18px;
  display: none; }
  
	#sidebar .widget {
		margin: 0 20px 30px 0;
	}
	
    #sidebar .widget .widget-title {
      font-size: 22px;
      line-height: 26px;
      font-weight: 300;
      color: #72726c;
	}
    #sidebar .widget form {
      margin-top: 10px;
	}
      #sidebar .widget form input[type="text"] {
        border: 1px solid #D5D5D5; }
    #sidebar .widget .phone {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600; }
    #sidebar .widget p {
      font-size: 14px;
      line-height: 18px; }
  #sidebar.contact-sidebar {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    clear: both;
    padding-top: 20px; }
    #sidebar.contact-sidebar .textwidget {
      font-size: 14px;
      line-height: 22px; }

@media only screen and (min-width: 40.063em) {
  #sidebar.contact-sidebar .textwidget {
    font-size: 16px;
    line-height: 24px; } }
@media only screen and (min-width: 64.063em) {
  .page-template-template-featured-image-php h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300; }

  #sidebar {
    display: block; }
    #sidebar.contact-sidebar {
      padding-top: 75px;
      float: right;
      width: 22%;
      text-align: left;
      clear: none; } }
.featured-image-bg img {
  display: block; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-only {
    display: block; }

  .mobile-select {
    display: block; } }
@media only screen and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important; } }
.show-for-small-only {
  display: none; }

@media only screen and (max-width: 40em) {
  .show-for-small-only {
    display: block !important; } }
.entry-content ol,
.entry-content ul {
  padding-bottom: 15px;
  margin-left: 30px; }

img.attachment-post-thumbnail.wp-post-image {
  display: block;
  margin: 0 auto; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .breadcrumb, .navigation, .sidebar .widget, .taxonomy-description {
    margin: 0; }

  div#pageCon {
    width: 100%;
    padding-bottom: 0px; }

  /*////////////    PRO CORNER    //////////////*/
  .page.page-id-112 p.normal {
    margin-bottom: 0 !important; }

  /*    success stories   */
  h1.entry-title {
    line-height: 1em; }

  p.sub_title_p {
    width: 100%; }

  .entry-content ol, .entry-content ul, .entry-content p {
    font-size: 1em; }

  .post-1126, .post-1149, .post-1131, .post-1145 {
    margin-top: 20px; }

  body.search .entry h2.entry-title a {
    line-height: 1.2; }

  .page-id-399 .entry-content p {
    font-size: 1em; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .breadcrumb, .navigation, .sidebar .widget, .taxonomy-description {
    margin: 0; }

  .mobile-select {
    display: block; }

  div#pageCon {
    width: 100%;
    padding-bottom: 0px; }

  h1.entry-title {
    line-height: 1em; }

  /*////////////    ABOUT   //////////////*/
  .page-id-399 .entry-content p:first-child {
    font-size: 2em; }

  .page-id-399 .entry-content p {
    font-size: 1em; }

  /* typekit fixes */
  .wf-loading div#topNavInner li {
    font-size: 30px !important; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
    padding: 0; }

  .right {
    top: 1em; }

  /* pro corner */
  .page-id-112 #proBG h2 {
    font-size: 55px !important; }

  /* success stories  */
  .page-id-124 #pageCon h2 {
    font-size: 45px !important; }

  /* for infrastructure */
  .page-id-200 #pageCon h2 {
    font-size: 45px !important; }

  .page-id-800 div#audNavImage {
    float: none;
    padding-bottom: 2em; } }
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  /*  pro corner  */
  .page-id-112 #proBG h2 {
    font-size: 55px !important; }

  #proBG .imageContent {
    top: -20px; }

  .page-id-1131 #proBG .imageContent {
    top: -60px; } }
.mobileButton {
  display: none;
  background: #c5c5c5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #d5d5d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #d5d5d5 100%);
  /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5', GradientType=0)";
  /* IE6-8 */
  /*END GRADIENT*/
  -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: 1px solid #a9a9a9; }

.mobileButton ul {
  display: block;
  padding-top: .3em; }

.mobileButton li {
  display: block;
  width: 80%;
  height: .5em;
  background-color: white;
  margin: .8em 10%; }

#top-bar {
  display: none; }

#masthead {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  border-bottom: 3px solid #D5D5D5; }
  #masthead #site-title {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 3%; }
    #masthead #site-title a {
      text-indent: -9999em;
      /*background: url('images/logo-tablet.png') no-repeat top left;*/
      display: block;
      width: 187px;
      /*height: 94px;*/
      /* 25 year logo */
      background: url("../images//logo25-tablet.png") no-repeat top left;
      height: 70px; }
  #masthead #hamburger {
    position: absolute;
    top: 29%;
    right: 3%; }
    #masthead #hamburger a {
      display: block;
      background: url("../images//hamburger.png") no-repeat top left;
      text-indent: -9999em;
      width: 50px;
      height: 31px; }
      #masthead #hamburger a:hover, #masthead #hamburger a.active {
        background-image: url("../images//hamburger-active.png"); }
  #masthead .dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size: 11px;
    line-height: 18px; }
    #masthead .dropdown.active {
      display: block;
      max-height: 600px; }
    #masthead .dropdown li,
    #masthead .dropdown .language-switcher-change-language-header {
      margin-bottom: 6px; }
    #masthead .dropdown .util {
      padding: 3%;
      position: relative;
      background-color: #292822; }
      #masthead .dropdown .util .forms {
        margin-bottom: 3%; }
        #masthead .dropdown .util .forms .widget {
          float: right;
          width: 48%; }
          #masthead .dropdown .util .forms .widget:first-child {
            margin-right: 4%;
            float: left; }
      #masthead .dropdown .util .util-menu-item {
        float: right;
        width: 48%;
        text-transform: uppercase; }
        #masthead .dropdown .util .util-menu-item:first-child {
          margin-right: 4%;
          float: left; }
      #masthead .dropdown .util .menus .language-switcher {
        display: block; }
    #masthead .dropdown a {
      color: #eec00a; }
    #masthead .dropdown .widget-title {
      display: none; }
    #masthead .dropdown input[type="submit"] {
      display: none; }
    #masthead .dropdown .nav {
      background-color: #fff; }
      #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item {
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
        border-bottom: 1px solid #D5D5D5;
        display: block; }
        #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item a {
          color: #151515;
          position: relative;
          font-size: 11px;
          line-height: 18px;
          display: block; }
          #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item a:hover {
            color: #72726c; }
        #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item.has-super a {
          color: #CF102C;
          font-size: 14px;
          display: inline-block; }
          #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item.has-super a span.super {
            color: #292822;
            font-size: 10px;
            line-height: 10px;
            display: block;
            text-transform: uppercase;
            margin-bottom: -3px; }
          #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item.has-super a:after {
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 4px;
            background: #CF102C;
            content: '';
            position: absolute;
            transform: skew(-20deg);
            -o-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
            -moz-transform: skew(-20deg);
            -webkit-transform: skew(-20deg); }
  #masthead .main-nav {
    display: none; }

.search-form {
  position: relative; }
  .search-form label {
    position: absolute;
    top: 2px;
    right: 3%; }
  .search-form input[type="text"] {
    width: 96%;
    padding: 3px 2%;
    border: none;
    display: block;
    font-size: 11px; }
  .search-form input[type="submit"] {
    display: none; }
  .search-form .fa {
    color: #eec00a;
	margin-top: 25%;
	}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 250ms;
  -moz-transition: opacity ease-in-out 250ms;
  -o-transition: opacity ease-in-out 250ms;
  transition: opacity ease-in-out 250ms; }
  .overlay.active {
    opacity: 1; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #masthead #site-title {
    padding: 2%; }
    #masthead #site-title a {
      /*background: url('images/logo-tablet.png') no-repeat left top;*/
      /*height: 94px;*/
      width: 187px;
      /* 25 year logo */
      height: 82px;
      background: url("../images//logo25-tablet.png") no-repeat left 6px; }
  #masthead .dropdown {
    font-size: 14px;
    line-height: 22px; }
    #masthead .dropdown .util {
      padding: 2%; }
      #masthead .dropdown .util .forms {
        margin-bottom: 2%; }
      #masthead .dropdown .util .menus .language-switcher {
        display: block; }
    #masthead .dropdown .nav .menu-main-navigation-container .menu .menu-item a {
      font-size: 14px;
      line-height: 22px; }

  .search-form label {
    top: 0;
    right: 2%; } }
@media only screen and (min-width: 40.063em) {
  .search-form input[type="text"] {
    font-size: 14px; } }
@media only screen and (min-width: 64.063em) {
  #top-bar {
    display: block;
    background-color: #292822;
    font-size: 14px;
    line-height: 23px;
    padding: 0 20px;
    text-align: right; }
    #top-bar .container .wrapper {
      float: right; }
    #top-bar .container .menu {
      text-transform: uppercase; }
      #top-bar .container .menu li {
        display: inline-block;
        margin-right: 15px; }
        #top-bar .container .menu li:last-child {
          margin-right: 0px; }
        #top-bar .container .menu li a {
          color: #eec00a; }
    #top-bar .container .menu-top-bar-navigation-container .menu > li > a {
      line-height: 50px; }
    #top-bar .container .language-switcher {
      display: block;
      position: relative;
      float: left;
      margin-right: 6px; }
      #top-bar .container .language-switcher .language-switcher-current-language-header {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 50px;
        padding: 0 10px;
        cursor: pointer; }
        #top-bar .container .language-switcher .language-switcher-current-language-header i {
          color: #eec00a; }
        #top-bar .container .language-switcher .language-switcher-current-language-header:hover, #top-bar .container .language-switcher .language-switcher-current-language-header.active {
          background-color: #36352d; }
      #top-bar .container .language-switcher .menu-language-switcher-container {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1001;
        width: 200px;
        padding: 5px 5px 5px 25px;
        background: rgba(41, 40, 34, 0.9);
        text-align: left; }
        #top-bar .container .language-switcher .menu-language-switcher-container.active {
          display: block; }
        #top-bar .container .language-switcher .menu-language-switcher-container ul li {
          margin: 0;
          width: 100%; }
    #top-bar .container .menu-top-bar-navigation-container {
      display: block;
      float: left; }
    #top-bar .container .widget-title {
      display: none; }
    #top-bar .container .widget {
      width: 194px;
      display: block;
      margin-left: 9px;
      float: left;
      position: relative;
      top: 14px; }
      #top-bar .container .widget label {
        top: 0; }

  #masthead #site-title {
    padding: 25px 20px; }
    #masthead #site-title a {
      /*background: url('images/logo-desktop.png') no-repeat left top;*/
      width: 196px;
      height: 96px;
      /* 25 year logo */
      background: url("../images//logo25-desktop.png") no-repeat left 12px; }
  #masthead #hamburger {
    display: none !important; }
  #masthead .dropdown {
    display: none !important; }
  #masthead .main-nav {
    display: block;
    position: absolute;
    left: 216px;
    top: 34%; }
    #masthead .main-nav .menu li {
      display: inline-block;
      position: relative;
      margin-left: 20px; }
      #masthead .main-nav .menu li a {
        color: #151515;
        font-size: 14px;
        /* line-height: 32px; */
        font-weight: 800;
        text-transform: uppercase; }
        #masthead .main-nav .menu li a:hover {
          color: #72726c; }
      #masthead .main-nav .menu li.has-super a {
        color: #CF102C;
        font-size: 20px;
        line-height: 20px;
        font-weight: 900; }
        #masthead .main-nav .menu li a span.super {
        /* #masthead .main-nav .menu li.has-super a span.super */
          color: #292822;
          font-size: 10px;
          line-height: 11px;
          font-weight: 700;
          display: block;
          text-transform: uppercase; }
        #masthead .main-nav .menu li a span.super.spec {
        /* #masthead .main-nav .menu li.has-super a span.super */
          font-size: 14px;
          font-weight: 700;}
		  #masthead .main-nav .menu li a span.super:hover {
		  color: #72726c;}
	#masthead .main-nav .menu li.has-super a:after {
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 4px;
          background: #CF102C;
          content: '';
          position: absolute;
          transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -webkit-transform: skew(-20deg); }

  .overlay {
    display: none !important; } }
@media only screen and (min-width: 100.063em) {
	.container.menu {
		margin-left: 15%;
	}
}
@media only screen and (min-width: 90.063em) {
  #masthead #site-title {
    padding: 25px 0; }
  #masthead .main-nav {
    right: auto;
    left: 196px; }
    #masthead .main-nav .menu li {
      margin-left: 38px; }
      #masthead .main-nav .menu li a {
        font-size: 16px;
        line-height: 32px; }
      #masthead .main-nav .menu li.has-super a {
        font-size: 22px;
        line-height: 22px; }
        #masthead .main-nav .menu li a span.super {
        /* #masthead .main-nav .menu li.has-super a span.super */
          font-size: 12px;
          line-height: 14px; } }
.menu-language-switcher-container li {
  display: block; }
  .menu-language-switcher-container li a:before, .menu-language-switcher-container li a:after {
    content: " ";
    display: table; }
  .menu-language-switcher-container li a:after {
    clear: both; }
  .menu-language-switcher-container li a i {
    color: #292822;
    padding: 3px 2%;
    margin-right: 2%;
    min-width: 3%;
    float: left;
    text-align: center; }
  .menu-language-switcher-container li a span {
    width: 90%;
    float: left;
    display: inline-block;
    color: #eec00a; }
  .menu-language-switcher-container li a:hover i {
    color: #eec00a; }
  .menu-language-switcher-container li.current-language a {
    color: #fff; }
    .menu-language-switcher-container li.current-language a i {
      color: #eec00a; }
    .menu-language-switcher-container li.current-language a span {
      color: #fff; }
    .menu-language-switcher-container li.current-language a:hover span {
      color: #fff; }

.language-switcher-current-language-header {
  display: none; }

.language-switcher-change-language-header {
  color: #fff;
  font-size: 11px;
  line-height: 18px; }
  .language-switcher-change-language-header:before, .language-switcher-change-language-header:after {
    content: " ";
    display: table; }
  .language-switcher-change-language-header:after {
    clear: both; }
  .language-switcher-change-language-header i {
    color: #eec00a;
    margin-right: 2%;
    padding: 3px 0;
    min-width: 7%;
    float: left;
    text-align: center; }
  .language-switcher-change-language-header .message {
    width: 90%;
    float: left;
    display: inline-block; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .menu-language-switcher-container li a i {
    min-width: 2%; }

  .language-switcher-change-language-header {
    color: #fff;
    font-size: 14px;
    line-height: 22px; }
    .language-switcher-change-language-header i {
      min-width: 6%; } }
@media only screen and (min-width: 64.063em) {
  .language-switcher-change-language-header {
    display: none; }

  .language-switcher-current-language-header {
    display: block; }

  .menu-language-switcher-container li {
    line-height: 17px; }
    .menu-language-switcher-container li a i {
      display: none; } }
.responsive-slider-wrap {
  padding: 0;
  border-bottom: 3px solid #d5d5d5; }

.responsive-slider-inner {
  width: 100%; }

.flexslider {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.flexslider .slides img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 auto;
  display: block; }

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: 100; }

ol.flex-control-nav {
  list-style: none; }

ol.flex-control-nav li {
  display: inline-block;
  margin: 0 1px; }

ol.flex-control-nav li a {
  width: 19px;
  height: 19px;
  background: url("../images//slidenav.png") no-repeat 0 0;
  display: block;
  cursor: pointer;
  text-indent: -9999em; }
  ol.flex-control-nav li a:hover {
    background-position: 0 -19px; }
  ol.flex-control-nav li a.flex-active {
    background-position: 0 -39px; }

.flex-control-nav li a:hover {
  background-position: 0 -19px !important; }

.flex-control-nav li a.active {
  background-position: 0 -39px !important; }

#genesis-responsive-slider .slide-excerpt {
  margin-right: 19%;
  background: transparent;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 10%; }

#genesis-responsive-slider .slide-excerpt h2 a {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: .83; }

.slide-excerpt-border p {
  color: #fff;
  line-height: 1;
  font-size: 15px;
  margin-top: -10px;
  font-weight: bold; }

.flex-direction-nav {
  width: 140px;
  position: relative;
  margin: 0 auto;
  list-style: none;
  padding: 0; }
  .flex-direction-nav li a {
    display: block;
    margin: -20px 0 0;
    position: absolute;
    cursor: pointer;
    text-indent: -9999em;
    z-index: 100;
    width: 9px;
    height: 14px;
    bottom: 12px; }
    .flex-direction-nav li a.flex-prev {
      background: url("../images/arrow-left.png") 0 0 no-repeat transparent;
      left: 0; }
    .flex-direction-nav li a.flex-next {
      background: url("../images/arrow-right.png") 0 0 no-repeat transparent;
      right: 0; }

html > body .slide-excerpt-border {
  text-align: left !important; }

.slide-excerpt-border .button {
  padding-top: 10px; }
  .slide-excerpt-border .button span {
    line-height: 30px;
    font-size: 18px;
    float: left; }
    .slide-excerpt-border .button span:before {
      border-top: 30px solid transparent; }
    .slide-excerpt-border .button span:after {
      border-bottom: 30px solid transparent; }

.flexslider {
  background: #292822; }

#genesis-responsive-slider {
  position: relative; }

#genesis-responsive-slider .slides li {
  position: relative; }

#genesis-responsive-slider .slide-excerpt {
  margin-right: 17%;
  margin-top: 3%;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0; }

#genesis-responsive-slider .slide-excerpt h2 a {
  font-weight: 600; }

.slide-excerpt-border sup {
  display: inline-block;
  margin-top: -4px; }

#genesis-responsive-slider .slide-excerpt h2 a {
  font-weight: 600; }

.slide-excerpt p {
  top: 0 !important;
  position: relative !important;
  font-weight: 400 !important; }

.slide-excerpt h2 {
  font-size: 180% !important;
  font-weight: 400 !important;
  line-height: 105% !important;
  margin-bottom: .5em;
  text-transform: uppercase !important;
  letter-spacing: -.03em !important; }

.slide-excerpt-border p {
  /*font-size: 90% !important;*/
  font-weight: 600 !important;
  line-height: 110% !important; }

.slide-excerpt p {
  top: 0px !important;
  position: relative;
  font-weight: 400 !important;
  font-size: 20px; }

/*the yellow button on the slides*/
.slide-excerpt-border .cta {
  line-height: 30px;
  padding: 0px 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background: none repeat scroll 0% 0% #EBBA09;
  color: #38331E;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase; }

.slide-excerpt p {
  line-height: 100%; }

.slide-199 {
  font-size: 90% !important;
  top: -2em !important;
  right: -.5em !important; }

.slide-174 {
  top: 2em !important;
  right: 0 !important; }

.slide-174 .slide-excerpt h2 {
  font-size: 80% !important; }

.slide-excerpt h2 {
  margin-top: 2.3em;
  font-size: 80px; }

#genesis-responsive-slider .slide-excerpt h2 a {
  font-size: 80px; }

.slide-excerpt h2 {
  margin-top: 0; }

#genesis-responsive-slider .slide-excerpt h2 {
  color: #fff !important;
  font-size: 80px !important;
  font-weight: 600 !important;
  line-height: 0.83 !important;
  margin-bottom: 10px !important; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #genesis-responsive-slider .slide-excerpt h2 {
    font-size: 24px !important; }

  .slide-excerpt {
    display: block; }

  .slide-excerpt p:first-child {
    font-size: .8em; }

  .slide-excerpt-border .cta {
    line-height: 20px;
    font-size: 12px; }

  .slide-excerpt-border .cta:before {
    left: -7px;
    border-top: 20px solid transparent;
    border-right: 7px solid #ebba09; }

  .slide-excerpt-border .cta:after {
    right: -10px;
    border-bottom: 20px solid transparent; }

  .slide-excerpt p {
    display: none; }

  .slide-excerpt p:nth-child(3) {
    display: block !important; }

  div.slide-excerpt.slide-1 p:first-child {
    display: none; }

  div.slide-excerpt.slide-1 .slide-excerpt-border p:first-child {
    display: none; }

  div.slide-excerpt.slide-1 p a.cta {
    left: 60%; }

  .genesis-responsive-slider .slide-excerpt {
    width: 250px; }

  /* change is good */
  #genesis-responsive-slider .slides li:nth-child(2) .slide-excerpt {
    width: 100px;
    margin-right: 10%;
    margin-top: 10%;
    display: block !important; }

  #genesis-responsive-slider .slides li:nth-child(2) .slide-excerpt .slide-excerpt-border {
    top: -20px !important; }

  #genesis-responsive-slider .slides li:nth-child(2) .slide-excerpt .slide-excerpt-border h2 {
    font-size: 18px !important; }

  #genesis-responsive-slider .slides li:nth-child(2) .slide-excerpt .slide-excerpt-border p:nth-child(3) {
    display: block !important;
    position: relative !important;
    top: -17px !important;
    left: -35px; }

  /*p entruder beats the clock */
  #genesis-responsive-slider .slides li:nth-child(3) .slide-excerpt {
    width: 100px;
    margin-right: 16%;
    margin-top: 15%;
    display: block !important;
    top: -10px; }

  #genesis-responsive-slider .slides li:nth-child(3) .slide-excerpt .slide-excerpt-border {
    top: -36px !important; }

  #genesis-responsive-slider .slides li:nth-child(3) .slide-excerpt .slide-excerpt-border h2 {
    font-size: 18px !important; }

  #genesis-responsive-slider .slides li:nth-child(3) .slide-excerpt .slide-excerpt-border p:nth-child(3) {
    left: 45%;
    display: block !important;
    position: relative !important;
    top: -18px !important; }

  /* an american in paris */
  #genesis-responsive-slider .slides li:nth-child(4) .slide-excerpt {
    width: 100px;
    margin-right: 19%;
    margin-top: 15%;
    display: block !important; }

  #genesis-responsive-slider .slides li:nth-child(4) .slide-excerpt .slide-excerpt-border {
    top: -36px !important; }

  #genesis-responsive-slider .slides li:nth-child(4) .slide-excerpt .slide-excerpt-border h2 {
    font-size: 18px !important;
    margin-top: 20px; }

  #genesis-responsive-slider .slides li:nth-child(4) .slide-excerpt .slide-excerpt-border p:nth-child(3) {
    left: 54%;
    display: block !important;
    position: relative !important;
    top: -18px !important; }

  /*  unbeatable  */
  #genesis-responsive-slider .slides li:nth-child(5) .slide-excerpt {
    margin-top: -20px;
    width: 100px;
    margin-right: 8%;
    display: block !important; }

  #genesis-responsive-slider .slides li:nth-child(5) .slide-excerpt .slide-excerpt-border h2 {
    font-size: 18px !important; }

  #genesis-responsive-slider .slides li:nth-child(5) .slide-excerpt .slide-excerpt-border p:nth-child(3) {
    left: 20%;
    display: block !important;
    position: relative !important;
    top: -18px !important; }

  /* shaping the future */
  #genesis-responsive-slider .slides li:nth-child(6) .slide-excerpt {
    top: -8%;
    width: 100px;
    margin-right: 15%;
    margin-top: 10%;
    display: block !important; }

  #genesis-responsive-slider .slides li:nth-child(6) .slide-excerpt .slide-excerpt-border {
    top: -20px; }

  #genesis-responsive-slider .slides li:nth-child(6) .slide-excerpt .slide-excerpt-border h2 {
    font-size: 18px !important; }

  #genesis-responsive-slider .slides li:nth-child(6) .slide-excerpt .slide-excerpt-border p:nth-child(3) {
    display: block !important;
    position: relative !important;
    top: -10px !important;
    left: 40%; }

  .responsive-slider-wrap {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .responsive-slider-wrap {
    display: none; }

  #genesis-responsive-slider .slide-excerpt h2 {
    font-size: 24px !important; }

  .slide-excerpt p {
    font-size: .8em; }

  .slide-excerpt-border .cta {
    line-height: 20px;
    font-size: 12px; }

  .slide-excerpt-border .cta:before {
    left: -7px;
    border-top: 20px solid transparent;
    border-right: 7px solid #ebba09; }

  .slide-excerpt-border .cta:after {
    right: -10px;
    border-bottom: 20px solid transparent; }

  .slide-excerpt p:nth-child(3) {
    left: 60%; }

  div.slide-excerpt.slide-1 p a.cta {
    left: 60%; }

  .genesis-responsive-slider .slide-excerpt {
    width: 250px; }

  /* change is good */
  #genesis-responsive-slider .slides li:nth-child(2) .slide-excerpt {
    margin-top: 5%;
    width: 250px;
    margin-right: 3%; }

  /*p entruder beats the clock */
  #genesis-responsive-slider .slides li:nth-child(3) .slide-excerpt {
    margin-top: 5%;
    width: 250px;
    margin-right: 1%; }

  /* an american in paris */
  #genesis-responsive-slider .slides li:nth-child(4) .slide-excerpt {
    margin-top: 10%;
    width: 250px;
    margin-right: 11%; }

  /*  unbeatable  */
  #genesis-responsive-slider .slides li:nth-child(5) .slide-excerpt {
    margin-top: 0;
    width: 250px;
    margin-right: 3%; }

  /* shaping the future */
  #genesis-responsive-slider .slides li:nth-child(6) .slide-excerpt {
    margin-top: 5%;
    width: 250px;
    margin-right: 3%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #genesis-responsive-slider .slide-excerpt h2 {
    font-size: 30px !important; }

  #genesis-responsive-slider .slide-excerpt {
    margin-right: 14%;
    margin-top: 65px;
    width: 250px; }

  #genesis-responsive-slider .slide-excerpt-border {
    position: relative; }

  .slide-excerpt p {
    font-size: 1em; } }
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #genesis-responsive-slider .slide-excerpt h2 {
    font-size: 45px !important;
    margin-top: 1em; }

  .slide-excerpt p {
    font-size: 1em; }

  #genesis-responsive-slider .slide-excerpt-border {
    position: relative;
    top: -40px; } }
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #genesis-responsive-slider .slide-excerpt h2 {
    font-size: 55px !important; }

  .slide-excerpt p {
    font-size: 18px; } }
div#homeFullBG {
  border-bottom: 3px solid #A1A198; }

#pro-left-col {
  float: left;
  width: 500px; }

#pro-right-col {
  float: right;
  width: 500px; }

/* little boxes for success stories */
/*SUCCESS STORIES PAGES*/
#ssblurb {
  width: 350px;
  max-width: 357px;
  padding: 0px 30px 50px 0px; }

#ssblurb h6 {
  color: #9ea094;
  font-size: 10px;
  line-height: 0px;
  background-color: green;
  text-transform: uppercase;
  font-weight: 800; }

#ssblurb h2 {
  padding: 0 0 0 0;
  font-size: 24px;
  font-weight: 300; }

.dealer-map-icon_label {
  text-align: center;
  color: #CF102C;
  font-weight: bold;
  width: 15px;
  margin-left: -8px !important; }

/*end little boxes */
#proBG {
  background-color: #292823;
  position: absolute;
  top: 80px;
  right: 48%; }

#proBG h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  line-height: .83;
  text-transform: uppercase;
  margin-top: 5px; }

#proBG .imageContent {
  position: absolute;
  width: 400px;
  left: 53%;
  top: 25%;
  margin-top: 20px;
  margin-left: 0; }

#proBG .imageContent .title {
  background: rgba(215, 215, 215, 0.95);
  color: #282722;
  position: relative;
  line-height: 19px;
  padding: 0 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 8px; }

#proBG .imageContent .title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -5px;
  border-top: 19px solid transparent;
  border-right: 6px solid rgba(215, 215, 215, 0.95); }

#proBG .imageContent .title:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -5px;
  border-bottom: 19px solid transparent;
  border-left: 6px solid rgba(215, 215, 215, 0.95); }

@media only screen and (min-width: 64.063em) {
  #proBG h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 0.83; } }
p.sub_title_p {
  margin-bottom: 30px; }

/*    SUCCESS LANDING */
.success_callout_p {
  color: #393834;
  margin-bottom: 0 !important;
  margin-top: 10px; }

.pro-tip-link {
  width: 100%; }

#proBG img {
  margin: 0 auto;
  background-color: #222;
  display: block; }

div#homeFullBG {
  background: url(../images/full-bg.png) no-repeat center;
  height: 850px;
  background-size: cover; }

.page-template-template-home-international-page-php #home-products .home-product {
  padding: 6% 3%;
  border-bottom: 4px solid #d5d5d5;
  position: relative; }
  .page-template-template-home-international-page-php #home-products .home-product#tertiary-product {
    border-bottom: none; }
  .page-template-template-home-international-page-php #home-products .home-product h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a197;
    font-weight: bold; }
  .page-template-template-home-international-page-php #home-products .home-product h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 103%;
    margin-bottom: 0.35em; }
  .page-template-template-home-international-page-php #home-products .home-product p {
    font-size: 16px;
    color: #72726c;
    line-height: 18px;
    letter-spacing: -0.5px; }
  .page-template-template-home-international-page-php #home-products .home-product h4 {
    padding-top: 20px;
    font-size: 20px;
    border-bottom: 0px none;
    margin-top: 16px;
    line-height: 18px;
    text-align: left; }
  .page-template-template-home-international-page-php #home-products .home-product ul {
    margin: 0 0 1em 0;
    color: #72726c;
    padding: 0;
    list-style: none; }
    .page-template-template-home-international-page-php #home-products .home-product ul li {
      font-size: 16px;
      background-image: url("../images/red-bullet.png");
      background-repeat: no-repeat;
      background-position: 3px 10px;
      padding-left: 14px; }
  .page-template-template-home-international-page-php #home-products .home-product .button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto; }

@media only screen and (min-width: 40.063em) {
  .page-template-template-home-international-page-php #home-products .column {
    float: left; }
    .page-template-template-home-international-page-php #home-products .column .home-product {
      border-bottom: none; }
      .page-template-template-home-international-page-php #home-products .column .home-product.first-product {
        border-bottom: 4px solid #d5d5d5; }
    .page-template-template-home-international-page-php #home-products .column.first-column {
      width: 49%; }
    .page-template-template-home-international-page-php #home-products .column.second-column {
      width: 49%;
      border-left: 4px solid #d5d5d5; } }
@media only screen and (min-width: 64.063em) {
  .page-template-template-home-international-page-php #home-products .second-column .first-product:after {
    content: '';
    background-color: #d5d5d5;
    display: block;
    width: 9999em;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0; } }
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #contactMain .required::after {
    position: relative;
    right: -15%; }

  #contactCheckbox1 {
    margin-top: 2em; }

  #contactCheckbox2 {
    margin-top: 2em; }

  div.contactSidebar {
    width: 100% !important;
    padding-left: 0;
    padding-top: 20px;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 0; }

  #contactSidebar_header {
    font-size: 1.5em; }

  #contactSidebar p {
    font-size: 14px; }

  #contactCheckbox1 {
    margin-top: 2em; }

  #contactCheckbox2 {
    margin-top: 2em; } }
.page-template-customer-service-page-template-php h1.entry-title {
  display: block;
  font-size: 46px;
  font-weight: 300;
  color: #CF102C;
  font-weight: 300;
  padding: 40px 0px 10px; }

@media all and (max-width: 460px) {
  .page-template-customer-service-page-template-php h1.entry-title {
    font-size: 43px; } }
/*
  In context search (Customer Service Page)
*/
.in-context-search {
  margin-bottom: 30px; }

.in-context-search .search {
  margin: 20px auto; }

.in-context-search .search-box {
  position: relative;
  width: 58%;
  display: inline-block; }

.in-context-search .search-icon {
  background: url("../images/search-icon.png") no-repeat 0 0 transparent;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 1.25%;
  text-indent: -9999em;
  display: block; }

.in-context-search .search input {
  width: 99%;
  height: 25px;
  padding-left: 1%;
  font-size: 14px; }

.in-context-search .search label {
  color: #333;
  width: 38%;
  margin-left: 2%;
  display: inline-block; }

.in-context-search .results {
  border-top: 1px solid #d3d3d3; }

.file-list-title {
  margin-bottom: 8px; }

.file-list-title:last-of-type {
  border-bottom: none; }

.file-list-item {
  padding-left: 36px; }

.file-list-item a,
.file-list-item a:hover,
.file-list-item a:visited {
  color: #1c97d7;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px; }

.in-context-search-no-results {
  padding: 10px 0; }

.customer-service-bug {
  margin-bottom: 30px; }

.customer-service-bug .phone {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

.customer-service-bug .phone .fa-phone {
  font-size: 24px;
  margin-right: 4px;
  position: relative;
  top: 4px; }

.sidebar .customer-service-bug {
  display: none; }

.page-template-customer-service-page-template-php .sidebar .customer-service-bug {
  display: block; }

@media all and (max-width: 767px) {
  .page-template-customer-service-page-template-php .sidebar .customer-service-bug {
    display: none; } }
@media all and (max-width: 960px) {
  .in-context-search .search-box {
    width: 100%; }

  .in-context-search .search label {
    margin-left: 0;
    margin-top: 10px;
    width: 100%; } }
@media all and (min-width: 1024px) {
  .in-context-search .search-box {
    width: 68%; }

  .in-context-search .search label {
    width: 28%; } }
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .in-context-search .ui-accordion .ui-accordion-content {
    padding: 0px 0px 10px 10px !important; } }
#dealer-locator-widget {
  color: #72726c;
  background-color: #F1F1ED; }
  .home #dealer-locator-widget {
    border-bottom: 3px solid #d5d5d5; }
  #dealer-locator-widget .container {
    padding: 0.5% 3%; }
    #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-title {
      color: #72726c;
      font-size: 19px;
      line-height: 26px;
      padding-top: 3px; }
    #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-description {
      font-size: 16px;
      line-height: 20px;
      color: #292822; }
    #dealer-locator-widget .container .dealer-locator-widget-form {
      margin: 6px auto;
      position: relative; }
      #dealer-locator-widget .container .dealer-locator-widget-form input[type="text"] {
        border: 1px solid #D5D5D5;
        font-size: 14px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        font-weight: 600; }

.home #dealer-locator-widget {
  background: url("../images//find-a-dealer-bg.png") no-repeat center;
  background-size: cover;
  margin-top: 0; }
  .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 30px; }
  .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-description {
    font-size: 15px;
    line-height: 18px;
    color: #fff; }
  .home #dealer-locator-widget .container .dealer-locator-widget-form input[type="text"] {
    border: 0; }

@media only screen and (min-width: 40.063em) {
  #dealer-locator-widget {
    color: #72726c; }
    #dealer-locator-widget .container {
      padding: 1% 2%; }

  .home #dealer-locator-widget {
    display: block; }
    .home #dealer-locator-widget .container {
      padding: 0.5% 2%; }
      .home #dealer-locator-widget .container:before, .home #dealer-locator-widget .container:after {
        content: " ";
        display: table; }
      .home #dealer-locator-widget .container:after {
        clear: both; }
      .home #dealer-locator-widget .container .dealer-locator-widget-content {
        float: left;
        width: 60%;
        margin-right: 2%; }
        .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-title {
          font-size: 32px;
          line-height: 40px; }
        .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-description {
          font-size: 18px;
          line-height: 21px;
          color: #fff;
          padding-bottom: 10px; }
      .home #dealer-locator-widget .container .dealer-locator-widget-form {
        float: left;
        width: 38%;
        margin-top: 28px; }
        .home #dealer-locator-widget .container .dealer-locator-widget-form input[type="text"] {
          border: 0; }

  .page-template-template-featured-image-php #dealer-locator-widget,
  .page-template-template-pro-corner-php #dealer-locator-widget {
    display: none; } }
@media only screen and (min-width: 64.063em) {
  #dealer-locator-widget {
    display: none; } }
@media only screen and (min-width: 90.063em) {
  .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-title {
    font-size: 42px;
    line-height: 56px; }
  .home #dealer-locator-widget .container .dealer-locator-widget-content .dealer-locator-widget-description {
    font-size: 18px;
    line-height: 28px; } }
/* Dealer Locator Map */
.page-template-template-dealer-search-php #dealer-locator-widget {
  display: none; }

#map-container {
  width: 100%;
  position: relative;
  height: 240px; }
  @media (min-height: 569px) {
    #map-container {
      height: 330px; } }
  @media (min-height: 668px) {
    #map-container {
      height: 430px; } }
  #map-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px; }
    @media (min-height: 500px) {
      #map-container > div {
        height: 330px; } }
    @media (min-height: 650px) {
      #map-container > div {
        height: 430px; } }
  #map-container #nearby-indicators {
    pointer-events: none;
    top: 0;
    left: 0; }
    #map-container #nearby-indicators > div {
      position: absolute;
      width: 31px;
      height: 31px;
      text-align: center;
      padding: auto; }
      #map-container #nearby-indicators > div .pointer {
        position: relative;
        width: 26px;
        height: 26px;
        background-image: url("../images//indicators.png");
        background-position-x: 0;
        pointer-events: visible;
        transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
        -webkit-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
        -moz-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s; }
      #map-container #nearby-indicators > div:hover .pointer {
        background-position-x: 26px;
        cursor: pointer; }
    #map-container #nearby-indicators .n-top {
      top: 0;
      left: 31px;
      height: 31px;
      width: calc(100% - (31px * 2)); }
      #map-container #nearby-indicators .n-top .pointer {
        top: -57px;
        left: calc(50% - 13px);
        background-position: 0 0; }
        #map-container #nearby-indicators .n-top .pointer.in {
          top: 5px; }
    #map-container #nearby-indicators .n-topright {
      right: 0; }
      #map-container #nearby-indicators .n-topright .pointer {
        top: -57px;
        right: -57px;
        background-position: 0 78px; }
        #map-container #nearby-indicators .n-topright .pointer.in {
          top: 5px;
          right: 0; }
    #map-container #nearby-indicators .n-right {
      right: 0;
      top: 31px;
      width: 31px;
      top: calc(50% - (26px / 2));
      height: calc(100% - (31px * 2)); }
      #map-container #nearby-indicators .n-right .pointer {
        background-position: 0 156px;
        right: -57px; }
        #map-container #nearby-indicators .n-right .pointer.in {
          right: 0; }
    #map-container #nearby-indicators .n-bottomright {
      right: 0;
      bottom: 0; }
      #map-container #nearby-indicators .n-bottomright .pointer {
        background-position: 0 26px;
        bottom: -57px;
        right: -57px; }
        #map-container #nearby-indicators .n-bottomright .pointer.in {
          right: 0;
          bottom: 5px; }
    #map-container #nearby-indicators .n-bottom {
      left: 31px;
      bottom: 0;
      height: 31px;
      width: calc(100% - (31px * 2)); }
      #map-container #nearby-indicators .n-bottom .pointer {
        left: calc(50% - 13px);
        background-position: 0 182px;
        bottom: -57px; }
        #map-container #nearby-indicators .n-bottom .pointer.in {
          bottom: 5px; }
    #map-container #nearby-indicators .n-bottomleft {
      bottom: 0; }
      #map-container #nearby-indicators .n-bottomleft .pointer {
        background-position: 0 52px;
        bottom: -57px;
        left: -57px; }
        #map-container #nearby-indicators .n-bottomleft .pointer.in {
          left: 5px;
          bottom: 5px; }
    #map-container #nearby-indicators .n-left {
      top: 31px;
      width: 31px;
      top: calc(50% - (26px / 2));
      height: calc(100% - (31px * 2)); }
      #map-container #nearby-indicators .n-left .pointer {
        background-position: 0 130px;
        left: -57px; }
        #map-container #nearby-indicators .n-left .pointer.in {
          left: 5px; }
    #map-container #nearby-indicators .n-topleft {
      top: 0;
      width: 31px;
      height: 31px; }
      #map-container #nearby-indicators .n-topleft .pointer {
        background-position: 0 104px;
        top: -57px;
        left: -57px; }
        #map-container #nearby-indicators .n-topleft .pointer.in {
          left: 5px;
          top: 5px; }
  #map-container #no-results-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: none; }
    #map-container #no-results-overlay.out {
      display: none; }
    #map-container #no-results-overlay .inner {
      margin: 22px auto;
      font-size: .8em;
      width: 40%;
      min-width: 220px; }
      @media (min-height: 570px) {
        #map-container #no-results-overlay .inner {
          margin: 60px auto; } }
      @media (min-height: 668px) {
        #map-container #no-results-overlay .inner {
          margin: 115px auto; } }
      #map-container #no-results-overlay .inner h1, #map-container #no-results-overlay .inner p {
        color: #fff;
        font-size: 1.1em; }
      #map-container #no-results-overlay .inner h1 {
        font-weight: 600; }
      @media (min-width: 450px) {
        #map-container #no-results-overlay .inner {
          min-width: 350px;
          font-size: 1em; }
          #map-container #no-results-overlay .inner h1, #map-container #no-results-overlay .inner p {
            font-size: 1.2em; } }

#find-a-dealer {
  background: #fff url("../images/find-Dealer-BG.png") no-repeat center;
  height: auto;
  padding: 0 20px 20px 20px;
  min-height: 70px;
  background-size: cover;
  z-index: 10;
  position: relative; }

#find-a-dealer input, #find-a-dealer select {
  width: 300px;
  height: 30px;
  padding-left: 10px;
  color: black;
  margin-top: 30px; }

#find-a-dealer input.search-icon {
  background: url("../images/dealer-search-icon-large.png") no-repeat 0 0 transparent;
  width: 12px;
  height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 7px;
  right: 7px;
  text-indent: 1000px; }

#find-a-dealer label {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  text-transform: uppercase; }

.dealerInput {
  float: left;
  margin-right: 46px;
  position: relative; }

.dealerListingsWindow .paginate {
  display: none;
  width: 40%;
  margin: 10px auto;
  position: relative; }

.dealerListingsWindow .paginate:after {
  clear: both;
  display: block;
  content: '';
  position: relative;
  width: 1px;
  height: 1px; }

.dealerListingsWindow .paginate .num {
  float: left;
  margin-left: 40%; }

.dealerListingsWindow .paginate .num span {
  margin-right: 5px;
  cursor: pointer; }

.dealerListingsWindow .paginate .num span.active {
  font-weight: bold; }

.dealerListingsWindow .paginate .prev, .dealerListingsWindow .paginate .next {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 8px;
  line-height: 26px;
  height: 26px;
  position: relative;
  font-weight: bold;
  background: #ebba09;
  color: #38331e;
  float: left; }

.dealerListingsWindow .paginate .next {
  float: right; }

.dealerListingsWindow .paginate .prev:before, .dealerListingsWindow .paginate .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -5px;
  border-top: 26px solid transparent;
  border-right: 5px solid #ebba09; }

.dealerListingsWindow .paginate .prev:after, .dealerListingsWindow .paginate .next:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -5px;
  border-bottom: 26px solid transparent;
  border-left: 5px solid #ebba09; }

.dealerListingsWindow.paginate .paginate {
  display: block; }

.dealerListingsNoResults.out {
  display: none; }
.dealerListingsNoResults h1, .dealerListingsNoResults p {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
.dealerListingsNoResults h1 {
  font-weight: 600; }

.dealerListingsHolder {
  counter-reset: section; }

.dealerListingsWindow.paginate .dealerListingsHolder {
  border-top: 3px solid #d5d4cf; }

.dealerListings {
  height: 0;
  overflow: hidden; }

.dealerListings.active {
  height: auto; }

.dealerListings > li {
  width: 100%;
  min-height: 100px;
  border-bottom: 3px solid #d5d4cf;
  counter-increment: section;
  padding: 20px 0; }

.dealerListings .item {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.dealerListings .item:before {
  content: counter(section);
  position: absolute;
  font-size: 10px;
  color: #cf102c;
  font-weight: bold;
  left: 5px;
  top: 0;
  background: url("../images/map-icon-med.png") 0 0 no-repeat;
  width: 30px;
  height: 49px;
  line-height: 30px;
  text-align: center; }

.dealerListings .location {
  width: 48%;
  margin-left: 45px;
  display: inline-block; }

.dealerListings .location p {
  font-size: 16px;
  line-height: 18px; }

.dealerListings p strong {
  font-size: 10px;
  text-transform: uppercase; }

.dealerListings .location h3 {
  color: #cf102c;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  line-height: 26px;
  margin-bottom: 5px; }

.dealerListings .type {
  width: 15%;
  display: inline-block; }

.dealerListings .type li {
  font-size: 16px;
  list-style-type: none;
  position: relative; }

.dealerListings .type li.y:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../images/yes-offer.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: -17px; }

.dealerListings .type li.n:before {
  content: '';
  width: 9px;
  height: 10px;
  background: url("../images/no-offer.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: -17px; }

.dealerListings .directions {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  background: #ebba09;
  color: #38331e;
  top: -6px;
  text-transform: uppercase; }

.dealerListings .directions:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -5px;
  border-top: 26px solid transparent;
  border-right: 5px solid #ebba09; }

.dealerListings .directions:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -5px;
  border-bottom: 26px solid transparent;
  border-left: 5px solid #ebba09; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .dealerListingsWindow .paginate {
    width: 90%; }

  .dealerListingsWindow .paginate .num {
    margin-left: 30%; }

  .page-id-416 #header {
    padding-bottom: 20px !important; }

  .page-id-416 #header {
    padding-bottom: 20px !important; }

  .page-id-416 #find-a-dealer {
    height: 135px; }

  .page-id-416 #find-a-dealer #findADealerInner select:nth-child(1) {
    margin-left: -6px;
    width: 65px; }

  .page-id-416 #find-a-dealer .dealerInput:first-child {
    width: 93%;
    margin-top: -1.6em; }

  .page-id-416 #find-a-dealer .dealerInput:first-child input {
    width: 51%;
    top: -.5em;
    height: 18px;
    margin-bottom: 7px; }

  .page-id-416 #find-a-dealer .dealerInput:first-child label {
    position: relative;
    top: 30px;
    width: 40%;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 28px; }

  .page-id-416 #find-a-dealer .dealerInput:first-child input.search-icon {
    width: 12px;
    top: auto;
    bottom: 1px;
    right: 10px; }

  .page-id-416 #find-a-dealer .dealerInput {
    position: relative;
    top: 10px;
    width: 93%; }

  .page-id-416 #find-a-dealer .dealerInput label {
    width: 40%;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 28px; }

  .page-id-416 #find-a-dealer .dealerInput select {
    position: relative;
    margin-top: 2px;
    width: 55% !important;
    height: 20px; }

  .dealerListings .type {
    position: absolute;
    top: 0;
    right: 35px; }

  .dealerListings .directions {
    margin: 10px 20px 0 45px; }

  .dealerListings .directions:before {
    left: -4px; }

  .dealerListings .directions:after {
    right: -4px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #dealer-locator-map {
    height: 275px; }

  .page-id-416 #header {
    padding-bottom: 20px !important; }

  .page-id-416 #header {
    padding-bottom: 20px !important; }

  .page-id-416 #find-a-dealer {
    height: 120px; }

  .page-id-416 #find-a-dealer #findADealerInner select:nth-child(1) {
    margin-left: -6px;
    width: 65px; }

  .page-id-416 #find-a-dealer .dealerInput:first-child {
    width: 90%;
    margin-top: -1.6em; }

  .page-id-416 #find-a-dealer .dealerInput:first-child input {
    width: 100%;
    top: 0;
    position: relative; }

  .page-id-416 #find-a-dealer .dealerInput:first-child label {
    position: relative;
    top: 30px; }

  .page-id-416 #find-a-dealer .dealerInput:nth-child(2) {
    position: relative;
    top: 10px;
    width: auto;
    height: 16px; }

  .page-id-416 #find-a-dealer .dealerInput:nth-child(2) select {
    position: relative;
    margin-top: 2px;
    width: 120px !important;
    height: 20px; }

  .page-id-416 #find-a-dealer .dealerInput:nth-child(3) {
    position: relative;
    top: 10px;
    width: auto;
    height: 16px;
    float: right;
    left: -2em; }

  .page-id-416 #find-a-dealer .dealerInput:nth-child(3) select {
    position: relative;
    margin-top: 2px;
    width: 120px !important;
    height: 20px; }

  .dealerListings .directions {
    margin: 10px 20px 0; } }
.page-template-template-featured-image-php .featured-image-bg,
.page-template-template-pro-corner-php .featured-image-bg {
  display: none; }
.page-template-template-featured-image-php #pageCon h2,
.page-template-template-pro-corner-php #pageCon h2 {
  font-size: 43px;
  line-height: 70px;
  font-weight: 300; }

@media only screen and (min-width: 40.063em) {
  .page-template-template-featured-image-php .featured-image-bg,
  .page-template-template-pro-corner-php .featured-image-bg {
    display: block;
    background-color: #292823;
    border-bottom: 3px solid #d5d5d5; }
  .page-template-template-featured-image-php #pageCon h2,
  .page-template-template-pro-corner-php #pageCon h2 {
    font-size: 45px;
    line-height: 70px; }
  .page-template-template-featured-image-php #pageCon #audNavImageVideoCon,
  .page-template-template-pro-corner-php #pageCon #audNavImageVideoCon {
    float: left;
    width: 65%;
    margin-right: 2%; }
  .page-template-template-featured-image-php #pageCon #audNavImage,
  .page-template-template-pro-corner-php #pageCon #audNavImage {
    width: 33%;
    float: left; }
    .page-template-template-featured-image-php #pageCon #audNavImage img,
    .page-template-template-pro-corner-php #pageCon #audNavImage img {
      width: 100%; } }
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #pageCon li {
    margin-bottom: .7em; }

  #proBG .imageContent {
    top: -.8em;
    left: -1em; }

  .page-id-842.entry-content ol, .page-id-842.entry-content ul, .page-id-842.entry-content p {
    font-size: 1em;
    width: 98%; }

  .page-id-800 div#proBG {
    top: 65px !important;
    left: 25% !important; }

  .page-id-800 #proBG .imageContent {
    top: 0em;
    left: 4em; }

  .page-id-800 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-800 #footerBottomRowText {
    font-size: .8em !important; }

  .page-id-800 .entry-content p {
    font-size: 1em; }

  .page-id-800 .audNavMainContent li {
    margin-bottom: .5em; }

  /*    success stories   */
  .imageContent h2 {
    display: none; }

  #ssblurb {
    width: 100%; }

  .page-id-124 .wrap {
    padding-bottom: 10px; }

  .page-id-124 .sub_title_p {
    font-size: 1em; }

  .post-124.page h1.entry-title {
    font-size: 43px; }

  .page-id-124.success_callout_p {
    font-size: 1em; }

  #pageCon h2, #pageCon h3 {
    padding: 5px 0px 10px 0; }

  .page-template-FeaturedImageTemplate-php #pageCon h2, .page-template-SuccessTemplate-php #pageCon h2 {
    font-size: 2em; }

  #pageCon h3 {
    font-size: 0.1 0.2em; }

  #proBG p {
    font-size: .5em; }

  /*  one for the ages / precision renovation   */
  .page-id-1145 .entry-content p {
    font-size: 16px; }

  .page-id-1145 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-1145 #footerBottomRowText {
    font-size: .8em !important; }

  .page-id-1145 img.alignnone {
    display: inline-block; }

  /*  precision renovation end  */
  /*  safety solutions    */
  .page-id-1126 .entry-content p {
    font-size: 16px; }

  .page-id-1126 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-1126 #footerBottomRowText {
    font-size: .8em !important; }

  .page-id-1126 img.alignnone {
    display: inline-block; }

  /*  safety solutions end  */
  /*  window of opportunity   */
  .page-id-1149 .entry-content p {
    font-size: 1em; }

  .page-id-1149 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-1149 #footerBottomRowText {
    font-size: .8em !important; }

  .page-id-1149 img.alignnone {
    display: inline-block; }

  /*  window of opportunity end */
  /*  bring it on   */
  .page-id-1131 .entry-content p {
    font-size: 1em; }

  .page-id-1131 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-1131 #footerBottomRowText {
    font-size: .8em !important; }

  /*.page-id-1131 img.alignnone{display:inline-block;width:64%;margin:1em 18%;}*/
  .page-id-1131 .success_h3 {
    line-height: 1em;
    margin-bottom: .5em; }

  /*  bring it on end */ }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #pageCon li {
    margin-bottom: .5em; }

  /*////////////    FOR CONSTRUCTION    //////////////*/
  div#proBG {
    top: 65px; }

  #proBG .imageContent {
    top: -.8em; }

  .page-id-842.entry-content ol, .page-id-842.entry-content ul, .page-id-842.entry-content p {
    font-size: 1em;
    width: 98%; }

  /*////////////    FOR INFRASTRUCTURE    //////////////*/
  .page-id-800 div#proBG {
    top: 65px !important;
    left: 25% !important; }

  .page-id-800 #proBG .imageContent {
    top: 0em;
    left: 4em; }

  .page-id-800 .entry-content p {
    font-size: 1em; }

  .page-id-800 .audNavMainContent li {
    margin-bottom: .5em; }

  .page-id-800 div#audNavSidebarTopText {
    font-size: .6em !important; }

  .page-id-800 #audNavSidebarTopSearch .search-form .search-input {
    width: 88%; }

  .page-id-800 #audNavSidebarTopSearch .search-form .search-icon {
    left: -12%; }

  /*////////////    SUCCESS STORIES   //////////////*/
  #proBG h2 {
    font-size: 55px !important; }

  #proBG p {
    font-size: .5em; }

  div#audNavMainContent {
    width: 100%; }

  #ssblurb {
    width: 100%; }

  .page-id-124 .wrap {
    padding-bottom: 10px; }

  .page-id-124 .sub_title_p {
    font-size: 1em; }

  .post-124.page h1.entry-title {
    font-size: 43px; }

  .page-id-124.success_callout_p {
    font-size: 1em; }

  .page-id-124 #audNavSidebarTopSearch .search-input {
    width: 88%; }

  /*    success stories- Individual   */
  .page-id-1126 .entry-content ol, .page-id-1126 .entry-content ul, .page-id-1126 .entry-content p {
    font-size: 1em; }

  .post-1126, .post-1149, .post-1131, .post-1145 {
    margin-top: 20px; }

  #pageCon h2, #pageCon h3 {
    padding: 0px 0px 10px 0; }

  .page-template-FeaturedImageTemplate-php #pageCon h2, .page-template-SuccessTemplate-php #pageCon h2 {
    font-size: 2em; }

  /*  one for the ages / precision renovation   */
  .page-id-1145 .entry-content p {
    font-size: 1em; }

  .page-id-1145 img.alignnone {
    display: inline-block; }

  .page-id-1145 #footerSocial a img.alignnone {
    display: inline-block;
    margin: 0; }

  /*  safety solutions    */
  .page-id-1126 .entry-content p {
    font-size: 1em; }

  .page-id-1126 img.alignnone {
    display: inline-block;
    width: 64%; }

  .page-id-1126 #footerSocial a img.alignnone {
    width: auto;
    margin: 0; }

  /*  window of opportunity   */
  .page-id-1149 .entry-content p {
    font-size: 1em; }

  .page-id-1149 img.alignnone {
    display: inline-block;
    width: 64%; }

  .page-id-1149 #footerSocial a img.alignnone {
    width: auto;
    margin: 0; }

  .page-id-1149 #ssblurb p a img.alignnone {
    margin: 0 8%; }

  /*  bring it on   */
  .page-id-1131 .entry-content p {
    font-size: 1em; }

  /*.page-id-1131 img.alignnone{display:inline-block;width:64%;margin:1em 18%;}*/
  .page-id-1131 .success_h3 {
    line-height: 1em;
    margin-bottom: .5em; }

  .page-id-1131 #footerSocial a img.alignnone {
    width: auto;
    margin: 0; } }
.page-template-template-pro-corner-php .button {
  margin-top: -18px;
  display: block; }
.page-template-template-pro-corner-php img[alt="vertrule"] {
  height: 113%; }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*////////////    PRO CORNER    //////////////*/
  #audNavUpperPara tr, #audNavUpperPara tr {
    display: block !important;
    width: 100%; }

  .page-template-ProCornerTemplate-php div#audNavUpperPara {
    width: 100%; }

  .page.page-id-112 div#audNavUpperPara table, .page.page-id-112 div#audNavUpperPara tbody, .page.page-id-112 div#audNavUpperPara td, .page.page-id-112 div#audNavUpperPara tr {
    display: block !important;
    width: 100% !important; }

  .page.page-id-112 div#proBG {
    top: 0; }

  .page.page-id-112 #pageCon h3 {
    font-size: 1.5em; }

  .page.page-id-112 a.see-the-steps, .page.page-id-112 a.see-the-steps1 {
    font-size: 1.2em;
    margin-bottom: 1.5em !important; }

  .page-template-ProCornerTemplate-php #pageCon #audNavSmallHead {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: left; }

  .page.page-id-112 div#audNavUpperPara td:last-child p:nth-child(even) {
    margin-bottom: 2em; }

  .page.page-id-112 div#audNavUpperPara td:nth-child(2) {
    display: none !important; }

  .page.page-id-112 p.normal {
    margin-bottom: 0 !important; }

  .page.page-id-112 iframe {
    padding-bottom: 20px; }

  .page-id-112 #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .page-id-112 #footerBottomRowText {
    font-size: .8em !important; }

  .page-id-112 #footerBottomInner {
    font-size: .8em !important; }

  /*////////////    PRO CORNER end    //////////////*/ }
.search-results .hentry {
  border-top: 1px solid #777;
  padding-bottom: 2em;
}
.search-results .hentry img {
  display: inline;
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #151515;
  max-width: 99.5%;
  height: auto;
}
.search-results .hentry .entry-title {
  padding: 20px 0px 10px;
}
.search-results .hentry .entry-title a {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
}
.search-results .post-1126, .search-results .post-1149, .search-results .post-1131, .search-results .post-1145 {
  margin-top: 0;
}
.search-results .paging-navigation .screen-reader-text {
  display: none;
}
.search-results .paging-navigation .nav-links .nav-previous {
  float: right;
}
.search-results .paging-navigation .nav-links .nav-next {
  float: left;
}

/* *** News Styles *** */
div.news-block {
	min-height: 250px;
}
.news-block .entry-time {
  display: inline;
  float: right;
  border-bottom: 1px solid #777;
  margin-top: 10px;
}
.news-block .hentry {
  border-bottom: 1px solid #777;
  padding-bottom: 2em;
  font-size: 18px;
}
.news-block .hentry img {
  display: inline;
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #151515;
  max-width: 99.5%;
  height: auto;
  max-height: 600px;
}
.news-block .hentry .entry-content .entry-text img {
  width: auto;
  max-height: 250px;
}

.news-block .hentry .entry-title {
  padding: 20px 0px 10px;
}
.news-block .hentry .entry-title a {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
}
.news-block .paging-navigation .screen-reader-text {
  display: none;
}
.news-block .paging-navigation .nav-links .nav-previous {
  float: right;
}
.news-block .paging-navigation .nav-links .nav-next {
  float: left;
}


.error404 #pageCon #content .search-form {
  display: block;
}
.error404 #pageCon #content .search-form label {
  display: block;
  position: relative;
  top: 0;
  right: auto;
}
.error404 #pageCon #content .search-form label .screen-reader-text {
  text-indent: -9999em;
  height: 0;
  display: block;
}
.error404 #pageCon #content .search-form input[type="submit"] {
  display: none;
}
.error404 #pageCon #content .search-form input[type="search"] {
  width: 96%;
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0;
}
.error404 #pageCon #content li:before {
  margin-left: 0;
}

div#plpMain {
  background: white;
  padding-bottom: 0;
  width: 90%;
  margin-left: 5%; }

@media only screen and (min-width: 64.063em) {
  div#plpMain {
    width: 65%;
    float: left;
    background: white;
    padding-bottom: 100px; } }
.page-template-template-product-landing-page-php #plpMainPara .mobile-select {
  position: relative;
  margin: 3% auto;
  width: 98%;
  line-height: 20px;
  padding: 7px 1px;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #D5D5D5;
  text-transform: uppercase; }

@media only screen and (min-width: 64.063em) {
  .page-template-template-product-landing-page-php #plpMainPara .mobile-select {
    display: none; } }
#pageCon .featured-product {
  display: none; }
  #pageCon .featured-product h3.featured-product-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300; }
  #pageCon .featured-product .featured-product-image {
    margin-bottom: 10px; }
    #pageCon .featured-product .featured-product-image .button {
      position: relative;
      top: -30px;
      left: 10px; }
      #pageCon .featured-product .featured-product-image .button span {
        margin: 0 auto; }
  #pageCon .featured-product .featured-product-description p {
    margin-bottom: 1em; }
  #pageCon .featured-product .featured-product-description ul {
    padding-left: 40px; }

.page-parent #pageCon .featured-product {
  display: block;
  border-top: 2px solid #ebece8;
  padding-top: 30px;
  padding-bottom: 50px; }

@media only screen and (min-width: 40.063em) {
  #pageCon .featured-product .featured-product-image {
    width: 50%;
    float: left; }
  #pageCon .featured-product .featured-product-description {
    width: 48%;
    margin-left: 2%;
    float: left; }
    #pageCon .featured-product .featured-product-description ul {
      margin-bottom: 1em; }
      #pageCon .featured-product .featured-product-description ul li {
        padding-bottom: 5px; }
    #pageCon .featured-product .featured-product-description .button span {
      float: left; } }
table#techSpecTable {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  border-collapse: collapse;
  padding-right: 15px;
  position: relative;
  left: 35px; }

td#techSpecTableDataCellLeft {
  /* border: 1px solid gray; */
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  padding-right: 15px;
  text-align: right; }

td#techSpecTableDataCellRight {
  /* border: 1px solid gray; */
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-left: 13px;
  text-align: left; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  td#techSpecTableDataCellRight {
    width: 82% !important;
    display: block !important; } }
ul#fandbList {
  list-style: none;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5625; }

div#plpAllCategoryCon {
  clear: left;
  padding-top: 72px; }

div#detailsLowerAreaFandBLeft {
  font-size: small; }

li.fandbListItem {
  padding-bottom: 11px;
  font-size: 14px; }

div#detailsTopAreaRightText {
  /* width: 360px; */ }

div.files {
  padding-left: 36px; }

div#plpAllCategoryName {
  color: #CF102C; }

div#plpAllSidebar {
  background: #f1f1ed;
  width: 25%;
  float: right;
  padding-bottom: 1185px; }

div#plpViewProduct {
  position: relative;
  top: -30px; }

li.plpBenefitListItem {
  padding-bottom: 6px;
  font-size: 15px; }

li.fandbListItem:before, #audNavMainContent li:before, #pageCon #content li:before {
  content: "• ";
  color: #CF102C; }
  
#pageCon #content .rentTitleSubText li ul li:before {
  content: ""; }

div#detailsTopAreaRightSubHead {
  font-size: x-large;
  font-weight: normal; }

div#detailsTopAreaRightText {
  /* width: 360px; */
  font-size: smaller; }

div#plpKey {
  padding-top: 10px; }

ul#plpBenefitList {
  list-style: none;
  padding-left: 40px; }

.detailsImage {
  width: 120px;
  border: #d1d1d1 1px solid;
  margin-bottom: auto; }

div#detailsTopAreaCenterMainImage {
  border-top: #d1d1d1 1px solid; }
  div#detailsTopAreaCenterMainImage a {
    display: block !important; }
    div#detailsTopAreaCenterMainImage a img {
      display: block; }

div#detailsTopAreaRightHead {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
  padding: 0px 0px 10px; }

div#detailsLowerAreaFandBLeft {
  /*width: 265px;*/
  float: left;
  padding-left: 65px; }

div#detailsLowerAreaFandBRight {
  width: 500px;
  float: left; }

div#detailsLowerArea {
  width: 80%;
  float: right;
  border-top: #d1d1d1 1px solid;
  margin-top: 45px;
  border-top: #d1d1d1 1px solid;
  margin: 45px 0px; }

div#detailsTopAreaLeft {
  width: 10%;
  margin-right: 20px;
  float: left;
  margin-left: 130px; }

div#detailsTopAreaCenter {
  width: 40%;
  float: left;
  margin-right: 20px; }

div#detailsTopAreaRight {
  width: 35%;
  float: left; }

div#productRight1 {
  border-bottom: 4px #A1A198 solid; }

div#productRight1:after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 9999px;
  background: #d5d5d5;
  height: 4px; }

div#productShowCase {
  width: 1000px;
  margin: 0 auto; }

div#productLeft {
  width: 50%;
  float: left;
  margin-bottom: -13px; }

div#productRight {
  width: 49%;
  float: right;
  border-left: 4px solid #A1A198; }

#productLeft .left h3, #productRight1 .left h3, #productRight2 .left h3 {
  text-transform: uppercase; }

div#detailsTopAreaRightText {
  line-height: 1.3;
  font-size: 15px !important;
  /*T*/
  color: #292822 !important;
  /*T*/ }

#detailsTopAreaRight .search-form {
  width: 93%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px; }
  #detailsTopAreaRight .search-form input[type="text"] {
    border: 1px solid #D5D5D5;
    font-size: 14px;
    padding: 3px 2%;
    height: 20px; }
  #detailsTopAreaRight .search-form label {
    top: 3px;
    right: 2%; }
    #detailsTopAreaRight .search-form label i {
      font-size: 22px; }

@media only screen and (min-width: 64.063em) {
  #detailsTopAreaRight .search-form {
    width: 360px; } }
#productRight1 .right, #productRight2 .right {
  width: 70%; }

#detailsTopAreaRight .search-icon.dealer {
  top: 16px;
  right: 56px; }

#productRight1 .right img, #productRight2 .right img {
  position: absolute;
  bottom: -60px;
  right: -12px; }

/*
    Product landing page
*/
div#plpMainImagesConBottom {
  position: relative;
  top: 35px; }

div#plpMainHeading {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0 0 0; }

a.plpAllSidebarAnchor {
  color: #8BCCE2;
  text-decoration: underline; }

a.special {
  color: #A7A397; }

div#plpMainImagesHeader {
  color: #CF102C;
  font-size: 28px;
  position: relative;
  left: 24px;
  font-weight: 500; }

div#plpSidebar {
  background: #f1f1ed;
  width: 25%;
  float: right;
  padding-bottom: 906px; }

div#plpMainImagesInner {
  width: 33%;
  float: left;
  padding-top: 45px; }

#plpAllSidebar li:before, li.sidebarLowerList:before {
  display: none; }

div#productRight1 {
  border-color: #D5D5D5;
  position: relative; }

div#productRight1:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  background: #d5d5d5;
  width: 9999px; }

#productLeft .left p, #productRight1 .left p, #productRight2 .left p {
  font-size: 15px;
  color: #72726c; }

#productShowCase h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #a1a197;
  font-weight: bold; }

#productLeft .left ul, #productRight1 .left ul, #productRight2 .left ul {
  color: #72726c; }

#productLeft .left li, #productRight1 .left li, #productRight2 .left li {
  list-style: none;
  background-image: url("../images/red-bullet.png");
  background-repeat: no-repeat;
  background-position: 3px 10px;
  padding-left: 14px; }

div#plpAllCategoryName {
  color: #CF102C;
  font-size: 24px;
  font-weight: 100;
  padding: 16px 0 5px; }

#productLeft .right span:before, #productRight1 .right span:before, #productRight2 .right span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -8px;
  border-top: 34px solid transparent;
  border-right: 8px solid #eec00a; }

#productLeft .right span:after, #productRight1 .right span:after, #productRight2 .right span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -8px;
  border-bottom: 34px solid transparent;
  border-left: 8px solid #eec00a; }

div#plpAllCategoryCon {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #f1f1ed; }

div#plpAllCategoryCon:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: block; }

.full-width-product-image {
  width: 273px;
  float: left; }

.full-width-product-description {
  width: 589px;
  float: left;
  margin-left: 20px; }

.full-width-product-description div#plpViewProduct {
  padding-left: 0;
  left: 0;
  top: 0;
  margin-top: 20px; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .full-width-product-image {
    width: 50%; }

  .full-width-product-description {
    width: 48%;
    margin-left: 2%; } }
@media all and (max-width: 767px) {
  .full-width-product-image img {
    max-width: 100%;
    height: auto; }

  .full-width-product-image, .full-width-product-description {
    float: none;
    width: 100%;
    margin: 0; } }
div#detailsTopAreaCenter {
  margin-left: 200px; }

div#detailsTopAreaCenterMainImage {
  border: #d1d1d1 1px solid; }

#productLeft .left h4, #productRight1 .left h4, #productRight2 .left h4 {
  font-size: 20px;
  border-bottom: 0px none;
  text-align: left;
  margin-top: 16px;
  text-transform: none;
  line-height: 18px; }

#productLeft .left p, #productRight1 .left p, #productRight2 .left p {
  font-size: 16px;
  color: #72726c;
  line-height: 18px;
  letter-spacing: -.5px;
  max-width: 180px; }

/*list items within body text on the product sections on the home page*/
#productLeft .left li, #productRight1 .left li, #productRight2 .left li {
  font-size: 16px; }

#productShowCase h3 {
  line-height: 103% !important;
  margin-bottom: .35em !important; }

div#productRight {
  border-left: .25em solid #D5D5D5; }

#productShowCase .learnMore {
  font-size: 100%;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%; }

div#plpAllCategoryName {
  color: #CF102C;
  font-size: 24px;
  font-weight: 400;
  padding: 16px 0 5px; }

.learnMore_div {
  position: relative;
  left: 130px;
  top: 20px; }

.learnMore_div2 {
  position: relative;
  left: 82px;
  top: 80px; }

div#detailsTopAreaRight {
  margin-left: 8px; }

div#detailsTopAreaRightText {
  line-height: 1.3;
  font-size: 15px !important;
  color: #292822 !important; }

div#detailsTopAreaRightText.pentruder {
  color: #CF102C !important;
  font-size: 18px !important; }

.page-template-ProCornerTemplate-php #plpAllCategoryName {
  line-height: normal;
  padding-bottom: 0px;
  /*padding-top: 27px;*/ }

div#plpMainHeading {
  font-size: 32px;
  font-weight: 300;
  line-height: 1em;
  padding-bottom: 10px; }

/*    PRODUCT LANDING PAGE    */
div#plpAllCategoryName {
  font-size: 32px;
  font-weight: 300;
  display: inline-block; }

.product-logo {
  margin-top: 15px;
  width: 25%; }

div#plpAllCategoryCon {
  margin-top: 0px;
  padding-top: 30px;
  border-top: 1px solid #f1f1ed; }

div#plpMainImagesInner {
  padding-top: 5px; }

div#plpAllCategoryCon:first-child {
  border-top: none !important;
  padding-bottom: 20px; }

div#plpAllCategoryCon {
  padding-bottom: 20px;
  border-top: 2px solid #ebece8; }

div#plpMainImagesCon {
  width: 98%; }

.page.page-id-321 #pageCon {
  padding-bottom: 0; }

.page.page-id-321 #plpSidebar {
  height: 5000px;
  padding-bottom: 0; }

/*    PRODUCT LANDING SIDEBAR END   */
/*    PRODUCT DETAIL    */
.productDetailthumb {
  width: 100%; }

.productDetailthumb ul {
  display: block; }

.productDetailthumb.thumbList li {
  display: inline-block;
  list-style-type: none; }

.productDetailthumb li image {
  width: 100%; }

div#detailsTopAreaLeft {
  width: 174px;
  float: left;
  margin-left: 0;
  position: absolute; }

.detailsImage {
  width: 100%;
  border: #d1d1d1 1px solid;
  margin-bottom: auto;
  margin-bottom: 28px; }
  .detailsImage a {
    display: block !important; }
    .detailsImage a img {
      display: block; }

div#detailsTopAreaRightHead {
  font-size: 38px !important;
  font-weight: 400;
  line-height: 1; }

div#detailsTopAreaRightSubHead {
  font-size: 28px;
  font-weight: 400;
  color: #191914; }

div#detailsLowerArea {
  width: 73%;
  /* margin-left: 20%; */
  float: left;
  border-top: #d1d1d1 1px solid;
  margin: 45px 0px 40px 17%; }

div#detailsLowerAreaFandBLeft {
  float: left;
  padding-left: 28px; }

li.fandbListItem {
  padding-bottom: 11px;
  font-size: 16px; }

table.techSpecTableRow:nth-child(odd) {
  background-color: #fafafa; }

td#techSpecTableDataCellLeft, td#techSpecTableDataCellRight {
  font-weight: 400;
  font-size: 14px; }

td#techSpecTableDataCellRight {
  color: #8C8A8A; }

tr#techSpechTableRow:nth-child(even) {
  background-color: #fafafa; }

table#techSpecTable {
  width: 80%;
  margin-bottom: 20px; }

.single.single-products input#topNavSearch {
  height: 25px; }

td#techSpecTableDataCellLeft {
  /* border: 1px solid gray; */
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  padding-right: 15px;
  text-align: right; }

td#techSpecTableDataCellRight {
  /* border: 1px solid gray; */
  border-top: none;
  border-bottom: none; }

td#techSpecTableDataCellLeft {
  border-bottom: none;
  border-right: 1px solid #d5d5ce;
  border-top: none;
  width: 25%; }

tr#techSpechTableRow {
  border-bottom: 1px solid #d5d5ce;
  border-top: 1px solid #d5d5ce; }

tr#techSpechTableRow.many td {
  height: 20px;
  text-align: center;
  border-right: 1px solid #d5d5ce; }

.files a {
  color: #1c97d7 !important; }

ul#fandbList {
  list-style: none;
  color: #333;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625; }

div#detailsTopAreaRightSubHead {
  line-height: 1.1em; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #detailsTopAreaRight .search-icon.dealer, #findADealerSearch .search-icon.dealer {
    position: relative !important;
    right: 0;
    top: -1.8em; }

  /*    HOME HEADER NAV end */
  /*    HOME PRODUCT SHOWCASE   */
  #productLeft .left h3 {
    width: 56%; }

  div#productShowCase {
    width: 100%; }

  div#productLeft {
    width: 100%;
    float: left;
    margin-bottom: 0;
    height: auto;
    border-bottom: 4px solid #d5d5d5;
    position: relative;
    padding-bottom: 80px; }

  #productLeft .left {
    width: 100%;
    float: left;
    margin-left: 5%; }

  #productLeft .right {
    margin-right: 5%;
    position: absolute;
    top: 20px;
    width: 80%; }

  #productLeft .right .learnMore_div2 {
    top: 430px;
    left: 120px; }

  #productLeft .right img {
    width: 37%;
    position: relative;
    left: 60%; }

  #productRight1 .right, #productRight2 .right {
    width: 65%;
    float: left;
    position: relative;
    margin-left: 28%;
    margin-top: 1.7em; }

  #productRight1 .right:after {
    content: "";
    display: table;
    clear: both; }

  #productRight2 .right {
    width: 80%;
    float: left;
    position: relative;
    margin-left: 25%;
    margin-top: 1.5em;
    margin-bottom: 7em; }

  #productRight2 .right img {
    right: -2%; }

  .learnMore_div2 {
    left: 200px; }

  div#productRight {
    width: 100%;
    float: left;
    border-left: none; }

  #productLeft, #productRight1, #productRight2 {
    padding: 20px 0 0 0; }

  #productLeft .left h4, #productRight1 .left h4, #productRight2 .left h4 {
    padding-top: 20px; }

  #productRight1 .left, #productRight2 .left {
    width: 90%;
    padding: 0 40px 0 0;
    float: left;
    margin-left: 3%; }

  #productLeft .left ul, #productRight1 .left ul, #productRight2 .left ul {
    margin-left: 0; }

  #productLeft .left p, #productRight1 .left p, #productRight2 .left p {
    max-width: 90%; }

  #productLeft .left p {
    max-width: 55%; }

  div#productRight1.rightProducts {
    border-bottom: 4px solid #d5d5d5; }

  div#plpAllCategoryName {
    padding-bottom: 0;
    line-height: 1em; }

  div#plpMainImagesInner {
    width: 100%; }

  #detailsTopArea {
    padding-top: 65%; }

  div#detailsTopAreaLeft {
    width: 100%;
    float: left;
    margin-left: 0;
    display: block;
    position: relative; }

  div#detailsTopAreaCenter {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0; }

  .detailsImage {
    display: inline-block;
    width: 20%; }

  div#detailsTopAreaCenter {
    margin-left: 0;
    width: 100%;
    width: 100%; }

  a#mainGal.MagicZoom {
    display: block !important;
    pointer-events: none; }

  .MagicZoomPup, .MagicZoomHint, .MagicZoomBigImageCont {
    display: none !important; }

  div#detailsTopAreaRightHeadP {
    width: 100%; }

  div#detailsTopAreaRight {
    width: 100%; }

  div#detailsTopAreaRightHead {
    line-height: 1em;
    font-size: 32px !important; }

  div#detailsTopAreaCenterMainImage {
    border: none !important; }

  .MagicZoom:hover {
    display: none !important; }

  /*  product-magic zoom end  */
  /*  product details */
  div#detailsTopAreaRightText {
    width: 92%;
    margin: 0 2%; }

  div#detailsLowerArea {
    width: 100%;
    margin: 0; }

  div#detailsLowerAreaFandBLeft {
    float: left;
    padding-left: 17px; }

  li.fandbListItem {
    line-height: 1.3em;
    width: 90%; }

  #detailsTopAreaRight .search-form {
    width: 88%;
    margin-left: 3%; }

  table#techSpecTable {
    width: 94%;
    left: 3%; }

  table#techSpecTable tbody {
    width: 98% !important;
    display: block;
    margin: 0 -1%; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #productLeft .left h3 {
    width: 95%; }

  div#productShowCase {
    width: 100%; }

  div#productLeft {
    width: 100%;
    float: left;
    margin-bottom: 0;
    height: auto;
    border-bottom: 4px solid #d5d5d5;
    padding-bottom: 1em; }

  #productLeft .left {
    width: 100%;
    float: left;
    margin-left: 5%; }

  #productLeft .right {
    width: 100%;
    float: left;
    margin-right: 5%;
    position: relative;
    top: 0; }

  #productLeft .right img {
    width: 26%;
    position: relative;
    left: 66%; }

  #productRight1 .right, #productRight2 .right {
    width: 50%;
    float: left;
    position: relative;
    margin-left: 28%;
    margin-top: 1.7em; }

  #productRight1 .right:after {
    content: "";
    display: table;
    clear: both; }

  #productRight2 .right {
    width: 80%;
    float: left;
    position: relative;
    margin-left: 0;
    margin-top: 1.5em;
    margin-bottom: 7em; }

  #productRight2 .right img {
    right: -2%; }

  .learnMore_div2 {
    left: 200px; }

  div#productRight {
    width: 100%;
    float: left;
    border-left: none; }

  #productLeft, #productRight1, #productRight2 {
    padding: 20px 0 0 0; }

  #productLeft .left h4, #productRight1 .left h4, #productRight2 .left h4 {
    padding-top: 20px; }

  #productRight1 .left, #productRight2 .left {
    width: 90%;
    padding: 0 40px 0 0;
    float: left;
    margin-left: 3%; }

  #productLeft .left ul, #productRight1 .left ul, #productRight2 .left ul {
    margin-left: 0; }

  #productRight1 .left p, #productRight2 .left p {
    max-width: 90%; }

  #productLeft .left p {
    max-width: 60%; }

  div#productRight1.rightProducts {
    border-bottom: 4px solid #d5d5d5; }

  /*   product showcase */
  #productRight1 .right, #productRight2 .right {
    top: 5em; }

  #productRight1, #productRight2 {
    padding-bottom: 40px; }

  .page-id-6 h3 img {
    width: 50%;
    padding-right: 48%; }

  .page-id-6 #productLeft .left li {
    font-size: .6em; }

  #productLeft .right {
    top: -16em; }

  #productLeft .right:after {
    content: "";
    display: table;
    clear: both; }

  .learnMore_div2 {
    left: 400px;
    top: 80px; }

  div#productLeft {
    border-bottom: none; }

  div#productRight {
    margin-top: -8em;
    border-top: 4px solid #d5d5d5; }

  div#plpAllCategoryName {
    padding-bottom: 0;
    line-height: 1em; }

  div#plpMainImagesInner {
    width: 100%; }

  /*  product-magic zoom  */
  #detailsTopArea {
    padding-top: 72%; }

  div#detailsTopAreaLeft {
    width: 100%;
    float: left;
    margin-left: 0;
    display: block;
    position: relative; }

  div#detailsTopAreaCenter {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0; }

  .detailsImage {
    display: inline-block;
    width: 20%; }

  a#mainGal.MagicZoom {
    display: block !important;
    pointer-events: none; }

  .MagicZoomPup, .MagicZoomHint, .MagicZoomBigImageCont {
    display: none !important; }

  div#detailsTopAreaRightHeadP {
    width: 100%; }

  div#detailsTopAreaRight {
    width: 100%; }

  div#detailsTopAreaRightHead {
    line-height: 1em;
    font-size: 32px !important; }

  div#detailsTopAreaCenterMainImage {
    border: none !important; }

  .MagicZoom:hover {
    display: none !important; }

  .MagicZoom image {
    width: 80% !important;
    margin: 0 10%; }

  /*  product-magic zoom end  */
  /*  product details */
  div#detailsTopAreaRightText {
    width: 92%;
    margin: 0 2%; }

  div#detailsLowerArea {
    width: 100%;
    margin: 0; }

  div#detailsLowerAreaFandBLeft {
    float: left;
    padding-left: 22px; }

  li.fandbListItem {
    line-height: 1.3em; }

  #detailsTopAreaRight .search-form {
    width: 88%;
    margin-left: 3%; }

  table#techSpecTable {
    width: 100%;
    left: 0; }

  table#techSpecTable tbody {
    width: 98% !important;
    display: block;
    margin: 0 -1%; }

  .single-products #footerCol4 #footerColText {
    font-size: 1.4em !important; }

  .single-products #footerBottomRowText {
    font-size: .8em !important; }

  li.fandbListItem {
    width: 90%;
    margin-left: 3.3%; }

  /*  product details end */
  /*    product chainsaws */
  li.sidebarCats.special:before {
    border-top: 42px solid transparent;
    border-right: 18px solid #d5d4cf;
    left: -18px; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  div#productShowCase {
    width: 100%; }

  div#productLeft {
    width: 50%;
    float: left; }

  #productLeft .left {
    width: auto;
    float: left;
    margin-left: 5%; }

  #productLeft .right {
    width: 24%;
    float: right;
    margin-right: 5%;
    position: relative;
    top: -22em; }

  #productRight1 .right, #productRight2 .right {
    width: 65%;
    float: left;
    position: relative;
    margin-left: 28%;
    margin-top: 1.7em; }

  #productRight2 .right {
    width: 80%;
    float: left;
    position: relative;
    margin-left: 25%;
    margin-top: 2.5em; }

  div#productRight1:after {
    display: none; }

  #productRight2 .right img {
    right: -2%; }

  .learnMore_div2 {
    top: 80px; }

  /*  Magic Zoom  */
  div#detailsTopAreaLeft {
    position: relative;
    float: left;
    width: 10%; }

  div#detailsTopAreaCenter {
    margin-left: 0; }

  div#detailsTopAreaRight {
    width: 100%; }

  div#detailsTopAreaRightText {
    width: 90%; }

  #detailsTopAreaRight .search-form {
    width: 93%; }

  div#detailsLowerArea {
    width: 96%;
    margin-left: 0; }

  /*  Magic Zoom  */
  .product-logo {
    margin-top: -30px; }

  div#plpMainImagesInner {
    width: 50%; } }
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .page-id-321 div#plpMainImagesInner {
    float: left;
    margin-left: 4%; }

  #detailsTopAreaRight .search-form {
    width: 90%; }

  div#plpMainImagesCon {
    width: 96%;
    margin-left: 2%; }

  div#plpMainImagesInner {
    width: 45%;
    float: right; }

  .product-logo {
    margin-top: 0;
    float: none;
    position: relative;
    left: 75%; } }
input {
  font-size: 12px; }

/*  SEARCH    */
body.search .entry {
  border-top: 1px solid #777;
}

body.search .entry .post-info {
  border-bottom: none;
  position: relative;
  line-height: 50px;
  display: none;
}

body.search .entry h2.entry-title a {
  color: #CF102C;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0px 10px;
}

body.search h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0;
}

/*  SEARCH END      */
span.wpcf7-list-item {
  display: block;
  padding-left: 149px; }

.wpcf7-form .button {
  position: relative;
  float: right;
  right: 7%; }

@media only screen and (min-width: 64.063em) {
  .wpcf7-form .button {
    position: relative;
    left: 61%;
    right: auto;
    float: none;
    padding-top: 20px; } }
.wpcf7 input, .wpcf7 textarea, span.wpcf7-form-control-wrap.menu-597 {
  padding: 5px !important;
  color: #8e8e8e !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  line-height: 20px !important;
  border: 1px solid #f2f2f2;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-align: left; }

div.rentTitleSubText {
	width: 88%;
}
div.rentTitleSubText ul, div.rentTitleSubText ul {
	list-style: none;
}
div.rentTitleSubText ul, div.rentTitleSubText ul li ul li{
	padding-left: 15px;
}

.contactSame {
  width: 515px;
  margin: 5px 0px;
  position: relative;
  top: 25px;
  left: 110px; }

div.newsCont {
	min-height: 250px;
}
div.newsText {
	width: 90%;
}
div.newsImg {
	width: 25%;
	float: left;
}
div.newsTitle {
	color: #CF102C;
	font-size: 30px;
	font-weight: 500;
	padding: 20px 0px 10px;
	float: left;
}
div#pagination {
	margin: 20px 0px 20px;
	position: relative;	
	text-align: center;
}

div.contactTitleSubText {
  width: 88%; }

div.contactTitle {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0px 10px; }

.contactSmallText {
  display: inline;
  padding-right: 5px;
  color: black;
  font-size: 13px;
  font-weight: bold; }

#contactMain .required:after {
  content: 'REQUIRED';
  position: absolute;
  right: -186px;
  top: 28px;
  font-size: 13px;
  font-weight: bold;
  color: #eec00a; }

.wpcf7 select {
  position: relative;
  top: 25px;
  margin: 5px 0px;
  left: 12%;
  width: 57.7%;
  line-height: 20px !important;
  padding: 7px 1px !important;
  color: #8e8e8e !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  border: 2px solid #f2f2f2 !important;
  text-transform: uppercase; }

div.rentTitleSubText {
	width: 92.5%;
}
div.rentTitleSubText ul, div.rentTitleSubText ul {
	list-style: none;
}
div.rentTitleSubText ul, div.rentTitleSubText ul li ul li{
	padding-left: 15px;
}

/*    ICS CONTACT   */
.contactSame {
  left: 12%;
  width: 56%;
  display: block; }

div.contactTitleSubText {
  width: 92.5%; }

.wpcf7 input {
  font-size: 12px !important; }

p.contactSame {
  font-weight: 400;
  font-size: 12px; }

.wpcf7-list-item-label {
  color: #8e8e8e !important;
  font-size: 12px; }

span.wpcf7-list-item {
  display: block;
  padding-left: 0px;
  margin-left: 150px;
  margin-top: 2px;
  margin-bottom: 2px; }

.wpcf7-list-item {
  margin-left: 150px; }

.wpcf7-list-item.first {
  margin-top: -28px;
  margin-left: 150px; }

div.contactSidebar {
  height: auto !important;
  width: 24.2% !important;
  padding-bottom: 9999px;
  margin-bottom: -9999px; }

#contactSidebar p {
  font-size: 16px; }

.contactSmallText {
  font-size: 10px; }

div.contactMain {
  padding-bottom: 40px; }

.contactSidebar_header {
  padding-bottom: 0em; }

.full-width-page #content {
  width: 100%;
  padding: 0; }

.full-width-page .entry-content {
  margin-top: 0; }

.wpcf7 textarea {
  margin-top: 40px;
  height: 6.5em; }

input.wpcf7-form-control.wpcf7-submit {
  left: -18em; }

#contactMain .required:after {
  right: 160px;
  top: 39px; }

div.contactSmallText {
  font-size: 11px;
  color: #3b3c36; }

.sidebar-phone1 {
  margin-top: 7px; }

span.p-number {
  margin-left: -.5em;
  font-size: 16px;
  letter-spacing: -.03em; }

.wpcf7 input {
  border: 2px solid #f2f2f2 !important; }

/*    ICS CONTACT END */
/*  SUCCESS   */
#pageCon h3 {
  line-height: 1em;
  margin-top: 5px; }

#pageCon h3.success_h3 {
  font-size: 32px; }

/*  SUCCESS END */
/*  PRO CORNER  */
.page.page-id-112 #plpAllCategoryName {
  font-size: 17px;
  font-weight: 500; }

.page.page-id-112 iframe {
  margin-bottom: 20px; }

.page-template-ProCornerTemplate-php #pageCon #audNavSmallHead {
  font-size: 32px;
  padding-bottom: 12px; }

.page-template-ProCornerTemplate-php #plpAllCategoryName {
  line-height: normal;
  padding-bottom: 0px;
  padding-top: 10px; }

.pro-tip-link {
  width: 100%;
  margin-bottom: 20px; }

/*  SEARCH    */
body.search .entry {
  border-top: 1px solid #777; }

body.search .entry .post-info {
  border-bottom: none;
  position: relative;
  line-height: 50px;
  display: none; }

body.search .entry h2.entry-title a {
  color: #CF102C;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0px 10px; }

body.search h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0; }

/*  SEARCH END      */
span.wpcf7-form-control-wrap {
  display: block !important; }

span.wpcf7-not-valid-tip {
  margin: 30px 0 -35px 12%; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  form.wpcf7-form {
    margin-left: -35px; }

  span.wpcf7-list-item, span.wpcf7-list-item.first {
    width: 100%;
    margin-left: 0;
    width: 90%; }

  textarea.wpcf7-form-control.wpcf7-textarea.contactSame {
    width: 80%;
    margin-right: 3%; }

  input.wpcf7-form-control.wpcf7-submit {
    left: -1.2em; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  form.wpcf7-form {
    margin-left: -35px; }

  span.wpcf7-list-item, span.wpcf7-list-item.first {
    width: 100%;
    margin-left: 0;
    width: 90%; }

  textarea.wpcf7-form-control.wpcf7-textarea.contactSame {
    width: 80%;
    margin-right: 3%; }

  input.wpcf7-form-control.wpcf7-submit {
    left: -1.2em; }

  #contactMain .required::after {
    right: -18%; }

  #contactMain .required::after {
    position: relative;
    /*right:-220px;*/
    /*top:-20px;*/ } }
.sidebar .searchform {
  padding: 5px 0 0; }

li.sidebarLowerList {
  list-style-type: none;
  font-size: 13px;
  padding-bottom: 6px;
  padding-left: 24px;
  background: url(../images/check.png) no-repeat;
  position: relative;
  left: 14px; }

a.sideBarAnchor {
  color: #8BCCE2;
  text-decoration: underline; }

div#audNavSiderbarHead {
  font-size: 22px;
  color: #72726c;
  padding-bottom: 5px; }

div#audNavSidebarTopSearch {
  padding: 10px 0px 30px; }

div#audNavSidebarVideo {
  padding-bottom: 35px; }

input#audNavSearch {
  width: 256px;
  height: 26px;
  padding-left: 14px; }

div#audNavSidebarTop {
  background: #F1F1ED;
  padding-top: 75px;
  float: left;
  padding-left: 12px;
  padding-bottom: 180px; }

div#audNavListLower {
  padding: 15px 0px 30px 65px; }

div#audNavSmallHead {
  color: #CF102C;
  font-size: 28px;
  font-weight: 500; }

div#audNavMainText {
  width: 90%;
  position: relative; }

div#audNavListLeft {
  width: 35%;
  float: left;
  padding-left: 65px; }

div#audNavUpperPara {
  padding-bottom: 25px;
  width: 93%; }

div#audNavLargeHead {
  color: #CF102C;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0px 10px; }

div#audNavXLargeHead {
  color: #CF102C;
  font-size: 36px;
  font-weight: 500;
  padding: 20px 0px 10px; }

div#audNavSidebarMain {
  background: #f1f1ed;
  float: right;
  padding-bottom: 241px; }

div#audNavMainContent {
  float: left; }

div#audNavTop {
  width: 75%;
  float: left; }

div#audNavFullBG {
  background: url(../images/abackground.png) no-repeat center;
  height: 540px;
  background-size: cover; }

div#audNavLowerFrame {
  margin: 0 auto; }

img#audNavTopLeftImage {
  width: 344px;
  height: auto;
  float: left; }

img#audNavTopRightImage {
  width: 344px;
  height: auto;
  float: right; }

div#sidebarFindADealerSearch {
  width: 25%;
  float: right;
  position: relative;
  left: -76px; }

div#audNavSidebarTop1 {
  background: #F1F1ED;
  padding-top: 75px;
  width: 75%;
  float: left;
  padding-left: 12px;
  padding-bottom: 180px; }

#audNavSidebarTopSearch .search-form {
  position: relative; }

#audNavSidebarTopSearch .search-input {
  width: 90%;
  height: 24px; }

.search #audNavSidebarTop .see-the-steps {
  display: none; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  a.see-the-steps, a.see-the-steps1 {
    font-size: 10px;
    line-height: 1.7em;
    margin-bottom: 3.5em !important;
    margin-left: 3%; } }
#audNavSidebarTopSearch .search-icon.dealer {
  background: url("../images/dealer-search-icon-large.png") 0 0 transparent no-repeat;
  width: 11px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11px;
  right: 24px; }

#audNavMainContent li {
  list-style: none; }

div#audNavListLeft, div#audNavListLower {
  padding-left: 25px; }

#audNavSmallHead {
  font-size: 32px;
  line-height: 36px; }

div#audNavList {
  padding-bottom: 20px; }

div#audNavSidebarTop {
  float: right;
  margin-left: 2%; }

div#audNavLargeHead {
  color: #CF102C;
  font-size: 38px;
  font-weight: 400; }

div#audNavLargeHead h1 {
  color: #CF102C;
  font-size: 38px;
  font-weight: 400; }

div#audNavSmallHead {
  color: #CF102C;
  font-size: 32px;
  font-weight: 400; }

div#audNavUpperPara, div#audNavMainText {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  letter-spacing: -.5px;
  font-weight: 400; }

p.div#audNavMainContent {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  letter-spacing: -.5px;
  font-weight: 400; }

div#audNavList, div#audNavListLower {
  font-size: 14px;
  color: #292822;
  letter-spacing: -.5px;
  font-weight: 400; }

div#audNavSidebarTopText {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  letter-spacing: -.5px;
  font-weight: 400;
  max-width: 225px; }

/*This does not belong here, but I put it here anyway. It's the style for the dist locator form field*/
#audNavSidebarTopSearch .search-input {
  height: 24px; }

#audNavSidebarTopSearch .search-icon.dealer {
  background: url("../images/dealer-search-icon-large.png") 0 0 transparent no-repeat;
  width: 11px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11px;
  right: 25px; }

div#audNavSidebarTopText {
  font-weight: 300; }

div#audNavSiderbarHead, #audNavSidebarTopText, #audNavSidebarTopSearch {
  margin-left: 3%;
  padding-bottom: 0;
  line-height: 26px; }

div#audNavSidebarTop {
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  width: 91%; }

div#audNavSidebarTop {
  padding-left: 12px;
  padding-right: 8px; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .sidebar {
    width: 100%; }

  div#audNavSidebarTop {
    padding: 0; }

  div#audNavSidebarTopText {
    max-width: 94%;
    font-size: 1em !important;
    margin: 0 3%;
    line-height: 1.3em; }

  div#audNavSiderbarHead {
    font-size: 1.2em; }

  div#audNavSiderbarHead, #audNavSidebarTopText, #audNavSidebarTopSearch {
    margin-top: .7em; }

  div#audNavSidebarTopSearch {
    padding-bottom: 17px;
    margin-top: 10px;
    padding-top: 0; }

  div#audNavSidebarTop {
    height: auto !important;
    width: 100%; }

  div#sidebar.sidebar.widget-area {
    position: absolute;
    top: 0;
    left: 0;
    height: auto !important; }

  #audNavSiderbarHead, #audNavSidebarTopText, #sidebar .see-the-steps, #audNavSidebarImage {
    display: none; }

  #audNavSiderbarHead.dealer-locator, div#audNavSidebarTopText.dealer-locator {
    display: block; }

  #audNavSidebarTopSearch .search-input {
    width: 93%; }

  #audNavSidebarTopSearch .search-icon.dealer {
    position: absolute;
    top: 10px; }

  .sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
    padding: 0; }

  #audNavUpperPara tr, #audNavUpperPara tr {
    display: block !important;
    width: 100%; }

  .page-template-ProCornerTemplate-php div#audNavUpperPara {
    width: 100%; }

  /*////////////    PRO CORNER    //////////////*/
  .page.page-id-112 div#audNavUpperPara table, .page.page-id-112 div#audNavUpperPara tbody, .page.page-id-112 div#audNavUpperPara td, .page.page-id-112 div#audNavUpperPara tr {
    display: block !important;
    width: 100% !important; }

  .page.page-id-112 div#proBG {
    top: 0; }

  .page.page-id-112 #pageCon h3 {
    font-size: 1.5em; }

  .page.page-id-112 a.see-the-steps, .page.page-id-112 a.see-the-steps1 {
    font-size: 1.2em;
    margin-bottom: 1.5em !important; }

  .page-template-ProCornerTemplate-php #pageCon #audNavSmallHead {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: left; }

  .page.page-id-112 div#audNavUpperPara td:last-child p:nth-child(even) {
    margin-bottom: 2em; }

  .page.page-id-112 div#audNavUpperPara td:nth-child(2) {
    display: none !important; }

  .page-id-122 div#audNavUpperPara p {
    font-size: .6em !important; }

  div#audNavMainContent {
    width: 100%; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .sidebar {
    width: 100%; }

  div#audNavSidebarTop {
    padding: 0; }

  div#audNavSidebarTopText {
    max-width: 94%;
    font-size: 1em !important;
    margin: 0 3%;
    line-height: 1.3em; }

  a.see-the-steps, a.see-the-steps1 {
    font-size: 10px;
    line-height: 1.7em;
    margin-bottom: 3.5em !important;
    margin-left: 3%; }

  div#audNavSiderbarHead {
    font-size: 1.2em; }

  div#audNavSiderbarHead, #audNavSidebarTopText, #audNavSidebarTopSearch {
    margin-top: .7em; }

  div#audNavSidebarTopSearch {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 0; }

  div#audNavSidebarTop {
    height: auto !important; }

  div#sidebar.sidebar.widget-area {
    height: auto !important;
    padding-top: 2em; }

  #audNavSidebarTopSearch .search-icon.dealer {
    position: relative;
    top: 6px;
    left: -20%; }

  div#audNavSidebarTopSearch {
    padding-bottom: 17px;
    margin-top: 10px;
    padding-top: 0; }

  div#audNavSidebarTop {
    height: auto !important;
    width: 100%; }

  div#sidebar.sidebar.widget-area {
    position: absolute;
    top: 0;
    left: 0;
    height: auto !important;
    padding: 0; }

  #audNavSiderbarHead, #audNavSidebarTopText, #sidebar .see-the-steps, #audNavSidebarImage {
    display: none; }

  #audNavSiderbarHead.dealer-locator, div#audNavSidebarTopText.dealer-locator {
    display: block; }

  #audNavSidebarTopSearch .search-input {
    width: 93% !important; }

  #audNavSidebarTopSearch .search-icon.dealer {
    position: absolute;
    top: 10px;
    left: auto;
    right: 7%; }

  .sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
    padding: 0; }

  /* About */
  .page-id-399 div#audNavSidebarTopText {
    font-size: .6em !important; }

  .page-id-399 #audNavSidebarTopSearch .search-input {
    width: 93%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  #audNavSidebarTopSearch .search-input {
    width: 90%; }

  #audNavSidebarTopSearch .search-icon.dealer {
    right: 10px; }

  div#sidebar.sidebar.widget-area {
    height: auto !important; } }
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #audNavSidebarTopSearch .search-input {
    width: 90%; }

  div#sidebar.sidebar.widget-area {
    height: auto !important; }

  /*  about */
  .page-id-399.sidebar.widget-area {
    min-height: 650px !important; } }
.page-template-template-product-landing-page-php #sidebar {
  width: 24%;
  padding-right: 0; }

.ProductSidebar .widgettitle {
  display: none; }

li.sidebarCats {
  list-style-type: none;
  font-size: 13px;
  padding-left: 30px;
  line-height: 25px;
  padding-bottom: 5px;
  margin-bottom: 4px; }
  li.sidebarCats a {
    color: #1c97d7; }
  li.sidebarCats.special {
    margin-left: 25px;
    padding-bottom: 0;
    margin-top: .4em;
    margin-bottom: 10px;
    background: #d5d4cf;
    position: relative; }
    li.sidebarCats.special a {
      color: #3d3e37;
      text-decoration: none;
      margin-left: -25px;
      font-weight: 500;
      font-size: 1em; }
      li.sidebarCats.special a .sideBarAnchor {
        color: #1c97d7;
        font-weight: 500; }
    li.sidebarCats.special :before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: -8px;
      border-top: 25px solid transparent;
      border-right: 8px solid #d5d4cf;
      display: block; }

div#plpSidebarCatHeader {
  font-weight: 400;
  font-size: 22px;
  color: #72726c;
  padding: 70px 0 6px 9px; }

div#plpSidebarLower {
  font-weight: 400;
  font-size: 22px;
  padding: 45px 0px 6px 17px;
  color: #72726c;
  font-weight: 400;
  line-height: 1.2em; }

ul.sidebarLowerUl {
  display: block;
  width: 85%; }

div#plpAllSidebar {
  display: none; }

div#plpSidebar {
  background: #f1f1ed;
  width: 25%;
  float: right;
  padding-bottom: 200px; }

div#plpMainImagesInner {
  padding-top: 40px; }

#plpProductName {
  font-weight: bold; }

#productRight2 .right {
  width: 80%; }

li.plpBenefitListItem:before, #pageCon li:before {
  margin-left: -12px; }

#plpAllSidebar li:before, li.sidebarLowerList:before {
  margin-left: 0; }

@media only screen and (min-width: 64.063em) {
  div#plpAllSidebar {
    display: block;
    background: #f1f1ed;
    width: 25%;
    float: right;
    padding-bottom: 10000px;
    margin-bottom: -10000px; } }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: white; }

.ui-widget-content {
  border: none !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-weight: bold !important;
  color: #CF102C !important; }

.ui-accordion .ui-accordion-content {
  width: 90% !important;
  padding: 0px 0px 10px 10px !important; }

.ui-widget {
  font-family: inherit; }

.ui-accordion .ui-accordion-header.ui-state-active {
  color: #CF102C !important; }

.ui-accordion .ui-accordion-header {
  border-bottom: 1px solid #d3d3d3;
  color: #71726c !important;
  border-radius: 0; }

.ui-accordion .ui-accordion-content {
  width: 98.7% !important;
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3 !important; }

.ui-accordion .ui-accordion-content h4 {
  margin: 10px 0 10px 36px;
  font-weight: bold; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .ui-accordion .ui-accordion-content {
    padding: 0px 30px 10px 10px !important; } }
img.alignnone.size-full.wp-image-136 {
  width: 100%; }

input#signEmail {
  width: 215px;
  margin-left: 10px;
  height: 30px;
  padding-left: 10px; }

span.pblg {
  font-size: 48px;
  font-weight: 300;
  color: #cf102c;
  padding: 20px 0 10px; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  span.pblg {
    font-size: 2em;
    color: #cf102c;
    padding: 20px 0 10px;
    font-weight: 300; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  span.pblg {
    font-size: 2em;
    color: #cf102c;
    padding: 20px 0 10px;
    font-weight: 300; }

  .page-id-399 .entry-content p span.pblg {
    font-size: 1em !important; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  span.pblg {
    font-size: 48px;
    font-weight: 300;
    color: #cf102c;
    padding: 20px 0 10px; } }
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  span.pblg {
    font-size: 48px;
    font-weight: 300;
    color: #cf102c;
    padding: 20px 0 10px; } }
#footer {
  border-top: 3px solid #D5D5D5;
  background: #A1A198 url("../images//footer-border.png") repeat-x bottom left;
  color: #fff; }
  #footer a {
    color: #fff; }
  #footer ul {
    list-style: none; }
  #footer #footer-social {
    padding: 3%; }
    #footer #footer-social h3, #footer #footer-social i {
      font-size: 21px;
      text-transform: uppercase;
      color: #fff; }
    #footer #footer-social > h3,
    #footer #footer-social > div {
      display: inline-block; }
    #footer #footer-social ul {
      display: inline-block; }
      #footer #footer-social ul li {
        display: inline-block;
        margin-left: 20px; }
  #footer #footer-nav {
    border-top: 1px solid #D5D5D5;
    padding: 3%; }
    #footer #footer-nav .widget {
      margin-bottom: 30px; }
      #footer #footer-nav .widget .widget-title {
        font-size: 11px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 0;
        margin-bottom: 5px; }
      #footer #footer-nav .widget .menu-item {
        font-size: 11px;
        line-height: 18px; }

#footer-sup {
  background-color: #292822;
  color: #fff;
  font-size: 10px;
  padding: 0 3% 20px 3%;
  text-align: center; }
  #footer-sup .widget-title {
    display: none; }

@media only screen and (min-width: 40.063em) {
  #footer #footer-nav {
    padding: 2%; }
    #footer #footer-nav:before, #footer #footer-nav:after {
      content: " ";
      display: table; }
    #footer #footer-nav:after {
      clear: both; }
    #footer #footer-nav .col {
      width: 23%;
      margin-right: 2%;
      float: left; }
      #footer #footer-nav .col:last-child {
        margin-right: 0; }
      #footer #footer-nav .col .widget .widget-title {
        width: 63%; }
  #footer #footer-social {
    padding: 2%; }

  #footer-sup {
    padding: 0 2% 20px 2%; } }
@media only screen and (min-width: 64.063em) {
  #footer #footer-nav {
    padding: 25px 20px; }
  #footer #footer-social {
    padding: 25px 20px; }

  #footer-sup {
    padding: 0px 20px 25px 20px; } }
@media only screen and (min-width: 90.063em) {
  #footer #footer-nav {
    padding: 25px 0; }
  #footer #footer-social {
    padding: 25px 0; } }
