﻿/*Reset Styles*/
html {
  margin: 0 !important; }

html, body, p, a, h1, h2, h3, h4, h5, div, table, tr, td, span, ul, li, form, input {
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

html, body {
  font: normal 100% 'cabinregular', Arial, Helvetica, sans-serif;
  color: #333333;
  background: white;
  line-height: 1.5em; }

.container {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden; }

.row {
  width: 100%;
  max-width: 1140px;
  min-width: 600px;
  margin: 0 auto; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.row .onecol {
  width: 4.85%;
  width: 4.7% \9; }
.row .twocol {
  width: 13.45%;
  width: 13.2% \9; }
.row .threecol {
  width: 22.05%;
  width: 22.05% \9; }
.row .fourcol {
  width: 30.75%;
  width: 30.6% \9; }
.row .fivecol {
  width: 39.45%;
  width: 39% \9; }
.row .sixcol {
  width: 48%;
  width: 48% \9; }
.row .sevencol {
  width: 56.75%;
  width: 56.75% \9; }
.row .eightcol {
  width: 65.4%;
  width: 61.6% \9; }
.row .ninecol {
  width: 74.05%;
  width: 74.05% \9; }
.row .tencol {
  width: 82.7%;
  width: 82% \9; }
.row .elevencol {
  width: 91.35%;
  width: 91.35% \9; }
.row .twelvecol {
  width: 100%;
  float: left; }
.row .grid-25 {
  width: 25%;
  width: 24.5% \9;
  float: left;
  min-height: 1px;
  margin-bottom: 50px; }

.first {
  margin-left: 0px !important; }

.last {
  margin-right: 0px !important; }

.last-pad {
  padding-right: 0px !important; }

img, object, embed {
  max-width: 100%; }

img {
  height: auto;
  display: block; }

/*Default Text Styles*/
h1, h2, h3, h4, h5 {
  line-height: 1.2em; }

h1 {
  font: normal 3em 'cabinregular', Arial, Helvetica, sans-serif;
  margin-bottom: 15px; }

h2 {
  font: normal 1.5em 'cabinregular', Arial, Helvetica, sans-serif;
  color: #820024;
  margin-bottom: 25px; }

h2.section-header {
  font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
  color: #820024;
  margin-bottom: 30px;
  text-align: center;
  background: url(/images/section-header.jpg) 0 8px repeat-x;
  text-transform: uppercase; }

h2.section-header span {
  background: white;
  padding: 0 15px; }

h3 {
  font: normal 1.313em 'cabinregular', Arial, Helvetica, sans-serif;
  color: #820024;
  margin-bottom: 25px; }

h4 {
  font: normal 1.2em 'cabinregular', Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }

h5 {
  font: normal 1.1em 'cabinregular', Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }

.big-text {
  color: #333333;
  font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
  line-height: 1.5em; }

p {
  margin: 0 0 25px 0;
  font-size: 0.938em; }

@font-face {
  font-family: 'cabinbold';
  src: url('/fonts/cabin-bold-webfont.eot');
  src: url('/fonts/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cabin-bold-webfont.woff') format('woff'), url('/fonts/cabin-bold-webfont.ttf') format('truetype'), url('/fonts/cabin-bold-webfont.svg#cabinbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cabinbold_italic';
  src: url('/fonts/cabin-bolditalic-webfont.eot');
  src: url('/fonts/cabin-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cabin-bolditalic-webfont.woff') format('woff'), url('/fonts/cabin-bolditalic-webfont.ttf') format('truetype'), url('/fonts/cabin-bolditalic-webfont.svg#cabinbold_italic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cabinitalic';
  src: url('/fonts/cabin-italic-webfont.eot');
  src: url('/fonts/cabin-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cabin-italic-webfont.woff') format('woff'), url('/fonts/cabin-italic-webfont.ttf') format('truetype'), url('/fonts/cabin-italic-webfont.svg#cabinitalic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cabinregular';
  src: url('/fonts/cabin-regular-webfont.eot');
  src: url('/fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cabin-regular-webfont.woff') format('woff'), url('/fonts/cabin-regular-webfont.ttf') format('truetype'), url('/fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/*Default Link Styles*/
a {
  outline: none;
  text-decoration: none;
  color: #820024;
  transition: color 1s;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s; }
  a img {
    border: none; }

a:hover {
  color: #000; }

a:focus {
  outline: none; }

figure {
  position: relative; }
  figure img {
    width: 100%; }

hr {
  border: 0px;
  height: 1px;
  background: #aaa;
  margin: 25px 0; }

/*Default List Styles*/
/* Default Textbox Styles*/
.textbox-outer {
  width: auto;
  padding: 12px 10px;
  background: #f4f4f4;
  display: block;
  margin: 5px 0 25px 0;
  *margin: 2.5px 0 7.5px 0; }

.textbox {
  border: none;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  color: #333333; }

.multiline {
  height: 166px;
  display: block;
  background: #f4f4f4;
  width: 100%;
  border: none;
  padding: 0px;
  font-family: 'cabinregular', Arial, Helvetica, sans-serif; }

.button {
  background: #820024;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 0;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s; }

.button:hover {
  background: #9b3350;
  color: #fff; }

/*Clear/Float Styles*/
.clear {
  clear: both;
  font-size: 0; }

.no-bottom-margin {
  margin-bottom: 0px !important; }

.no-top-margin {
  margin-top: 0px !important; }

.no-bottom-padding {
  padding-bottom: 0px !important; }

.no-top-padding {
  padding-top: 0px !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-left span, .float-right span {
  padding-left: 20px;
  padding-right: 20px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.no-display, .display-none {
  display: none; }

input:focus {
  outline: none; }

.relative {
  position: relative; }

/* Accessibility */
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*IRONMAN STYLES ------------------------------------------------------------------------------------------- */
/*Header Styles*/
header {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(/images/home-bg.jpg);
  position: relative;
  z-index: 2; }
  header a.logo {
    float: left;
    margin: 0px 0; }
  header .header-right {
    float: right;
    margin-bottom: 40px; }
    header .header-right .header-telephone {
      background: url(/images/header-telephone.png) 0 4px no-repeat;
      padding-left: 25px;
      font: normal 1.313em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
      color: white;
      float: left;
      display: inline-block;
      margin-right: 20px; }
    header .header-right a {
      font: normal 0.938em 'cabinregular', 'cabinregular', Arial, Helvetica, sans-serif;
      color: white;
      padding: 10px;
      border: 2px solid white;
      transition: background 1s;
      -moz-transition: background 1s;
      -webkit-transition: background 1s;
      -o-transition: background 1s; }
      header .header-right a span {
        background: url(/images/white-arrow.png) right no-repeat;
        padding-right: 20px; }
    header .header-right a:hover {
      background: rgba(255, 255, 255, 0.4); }
  header nav {
    display: block; }
    header nav ul {
      float: left;
      display: inline-block; }
      header nav ul li {
        display: inline-block;
        float: left;
        margin-right: 18px;
        position: relative; }
        header nav ul li a {
          padding: 7px 10px;
          display: block;
          font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
          color: white;
          transition: color 0.5s;
          -moz-transition: color 0.5s;
          -webkit-transition: color 0.5s;
          -o-transition: color 0.5s; }
          header nav ul li a:hover {
            color: #d2d2d2;
            background: #9b3350; }
        header nav ul li ul {
          position: absolute;
          left: -9999px;
          z-index: 9999;
          top: 37px;
          background: #9b3350;
          width: 250px;
          -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.25);
          -moz-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.25);
          box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.25); }
          header nav ul li ul li {
            display: block;
            float: none;
            margin-right: 0; }
            header nav ul li ul li a {
              color: #fff;
              display: block;
              font-size: 0.938em;
              padding: 10px 20px;
              text-align: left; }
              header nav ul li ul li a:hover {
                background: #820024; }
        header nav ul li a:focus {
          background: none;
          border: none; }
      header nav ul li:hover ul {
        left: 0; }
      header nav ul li:hover a {
        color: #d2d2d2;
        background: #9b3350; }
    header nav .search {
      float: right;
      width: 100%;
      max-width: 280px;
      background: rgba(255, 255, 255, 0.2);
      *background: #9b3350;
      transition: background 1s;
      -moz-transition: background 1s;
      -webkit-transition: background 1s;
      -o-transition: background 1s; }
      header nav .search .padding {
        padding: 12px 13px;
        overflow: hidden; }
      header nav .search input {
        background: none;
        border: 0px;
        width: 83%;
        font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif;
        color: white;
        float: left;
        display: inline-block; }
      header nav .search a {
        padding: 0;
        width: 17%;
        float: right;
        display: inline-block; }
        header nav .search a img {
          margin: 0 auto; }
    header nav .search:hover {
      background: rgba(255, 255, 255, 0.4); }

header.container {
  overflow: visible; }

.accordian {
  display: none; }

.acc1-content {
  overflow: hidden; }

/* Main Homepage Content */
.home-content {
  padding-bottom: 55px;
  background: url(/images/home-bg.jpg) left top repeat-x white;
  position: relative;
  z-index: 1; }
  .home-content article {
    overflow: hidden;
    margin-bottom: 20px; }
    .home-content article img {
      float: left;
      margin: 0 15px 10px 0; }
    .home-content article date {
      font: normal 0.938em 'cabinregular', 'cabinregular', Arial, Helvetica, sans-serif; }
    .home-content article p {
      margin-bottom: 0px; }
      .home-content article p a {
        display: block; }

.hero {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }
  .hero .slide {
    overflow: hidden;
    min-height: 430px;
    width: 100%;
    display: block; }
  .hero .slider-text {
    padding: 20px;
    max-width: 600px;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    *background: #000;
    top: 60%;
    left: 9%; }
    .hero .slider-text h1 {
      font: normal 3em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
      margin-bottom: 5px; }
      .hero .slider-text h1 a {
        color: white; }
      .hero .slider-text h1 a:hover {
        color: #d2d2d2; }
    .hero .slider-text p {
      font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
      margin-bottom: 0px; }
  .hero .slider-cta {
    display: block;
    padding: 0 45px 0 0;
    font-size: 1.2em;
    float: left;
    color: #fff; }
  .hero .pagination {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%; }
    .hero .pagination #next {
      position: absolute;
      right: 30px;
      top: 180px;
      width: 55px;
      height: 55px;
      background: url(/images/next.png) no-repeat;
      text-indent: -9999px;
      cursor: pointer;
      transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s; }
    .hero .pagination #next:hover {
      opacity: 0.8; }
    .hero .pagination #prev {
      position: absolute;
      left: 30px;
      top: 180px;
      width: 55px;
      height: 55px;
      background: url(/images/prev.png) no-repeat;
      text-indent: -9999px;
      cursor: pointer; }

.right-white-border {
  border-right: 1px solid white;
  overflow: hidden;
  display: block; }
  .right-white-border .category-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    *background: #000;
    padding: 10px 20px;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; }
  .right-white-border .category-title:hover {
    background: #820024;
    padding: 10px 20px; }
    .right-white-border .category-title:hover span {
      background: url(/images/white-arrow.png) right no-repeat;
      padding: 0 30px 0 0; }
  .right-white-border img {
    width: 100%; }

.category-content {
  background: #f4f4f4;
  font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif;
  overflow: hidden;
  border-top: 1px solid white; }
  .category-content span {
    padding: 15px 20px;
    border-right: 1px solid white;
    display: block;
    overflow: hidden;
    line-height: 1.5em; }

.home-box {
  margin-bottom: 50px; }
  .home-box .title-container {
    width: 54%;
    float: left;
    color: white;
    font: normal 1.875em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif; }
    .home-box .title-container span {
      padding: 20px;
      display: block; }
  .home-box .image-container {
    width: 46%;
    float: left; }
  .home-box .red-square-arrow {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/images/white-arrow.png) center center no-repeat #820024;
    position: absolute;
    right: 0px;
    bottom: 0px; }

.green {
  background: #104432; }

.black {
  background: black; }

.home-about-image {
  margin-bottom: 25px;
  width: 100%; }

.home-testimonial {
  padding: 30px 0 0 0;
  font: normal 1.313em 'cabinitalic', 'cabinregular', Arial, Helvetica, sans-serif;
  background: url(/images/open-quote.jpg) top center no-repeat;
  text-align: center;
  line-height: 1.6em; }
  .home-testimonial span {
    background: url(/images/close-quote.jpg) bottom center no-repeat;
    padding-bottom: 35px;
    display: block;
    margin-bottom: 25px; }
  .home-testimonial img {
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    margin: 0 auto 10px auto; }
  .home-testimonial p {
    margin-bottom: 0px;
    font: normal 0.7em 'cabinregular', Arial, Helvetica, sans-serif; }

/* Twitter Feed */
.twitter {
  background: #104432;
  padding-top: 55px;
  padding-bottom: 42px;
  color: white;
  text-align: center; }
  .twitter a {
    color: white; }
  .twitter a:hover {
    color: #d2d2d2; }
  .twitter p {
    font: normal 1.313em 'cabinitalic', 'cabinregular', Arial, Helvetica, sans-serif;
    margin-bottom: 35px; }
    .twitter p small {
      display: block;
      font: normal 70% 'cabinregular', Arial, Helvetica, sans-serif !important;
      margin-top: 10px; }
    .twitter p a {
      font: normal 1em 'cabinbold_italic', 'cabinregular', Arial, Helvetica, sans-serif; }
  .twitter a.follow {
    background: url(/images/twitter-bird.png) left no-repeat;
    font: normal 1.313em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    margin: 0 auto; }

/* List Page */
.page-options p.showing-products {
  float: left;
  width: 35%;
  margin: 12px 0 0 0; }
.page-options .sorting {
  float: right; }
  .page-options .sorting p {
    float: left;
    margin: 12px 10px 0 0; }
  .page-options .sorting .dropdown-wrap {
    float: right; }
    .page-options .sorting .dropdown-wrap .textbox-outer {
      width: 115px;
      margin: 0; }
      .page-options .sorting .dropdown-wrap .textbox-outer .textbox {
        width: 100%; }

#item-list .item-row .item-wrap {
  width: 30%;
  float: left;
  margin: 0 5% 0 0; }
  #item-list .item-row .item-wrap .item-pad {
    position: relative;
    display: block; }
    #item-list .item-row .item-wrap .item-pad img {
      width: 100%; }
    #item-list .item-row .item-wrap .item-pad .item-title {
      position: absolute;
      top: 0;
      left: 0;
      color: white;
      font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
      background: rgba(0, 0, 0, 0.5);
      *background: #000;
      padding: 10px 20px;
      transition: background 1s;
      -moz-transition: background 1s;
      -webkit-transition: background 1s;
      -o-transition: background 1s; }
    #item-list .item-row .item-wrap .item-pad .item-title:hover {
      background: #820024;
      padding: 10px 20px; }
      #item-list .item-row .item-wrap .item-pad .item-title:hover span {
        background: url(/images/white-arrow.png) right no-repeat;
        padding: 0 30px 0 0; }

/* Footer */
footer {
  background: #1a1a1a;
  padding-top: 55px;
  padding-bottom: 40px;
  color: white; }
  footer h3 {
    font: normal 1.313em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    color: white; }
  footer ul li {
    list-style: none;
    margin-bottom: 15px;
    color: #999999;
    font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif; }
    footer ul li a {
      color: #999999; }
    footer ul li a:hover {
      color: white; }
  footer p {
    color: #999999;
    font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    margin-bottom: 20px; }
    footer p a {
      color: white; }
    footer p a:hover {
      color: #999999; }
  footer .textbox-outer {
    border: none;
    background: #333333;
    padding: 10px;
    margin-bottom: 10px;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; }
    footer .textbox-outer .textbox {
      background: inherit;
      color: #666666;
      font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif;
      transition: color 1s;
      -moz-transition: color 1s;
      -webkit-transition: color 1s;
      -o-transition: color 1s; }
  footer .textbox-outer:hover {
    background: #414141; }
    footer .textbox-outer:hover .textbox {
      color: #828282; }
  footer .button {
    float: left;
    padding: 12px;
    color: white;
    background: #820024;
    font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif; }
  footer .footer-bottom {
    padding-top: 20px;
    color: #666666;
    font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif;
    text-align: center; }

/* Inner Styles */
.inner-content {
  padding-bottom: 55px;
  background: url(/images/home-bg.jpg) left top repeat-x white; }
  .inner-content .inner-banner {
    margin-bottom: 50px;
    position: relative; }
    .inner-content .inner-banner .banner-text {
      padding: 20px;
      max-width: 600px;
      position: absolute;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      bottom: 10%;
      left: 0; }
      .inner-content .inner-banner .banner-text h1 {
        font: normal 3em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
        margin-bottom: 0px;
        line-height: 1em; }
    .inner-content .inner-banner .sales-rep-button {
      background: #104432;
      color: white;
      position: absolute;
      bottom: 10%;
      right: 0;
      padding: 13px 25px;
      font: normal 1.5em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
      display: block;
      transition: background 1s;
      -moz-transition: background 1s;
      -webkit-transition: background 1s;
      -o-transition: background 1s;
      *width: 438px; }
      .inner-content .inner-banner .sales-rep-button img {
        float: right;
        margin: -27px 0 -27px 10px;
        display: inline-block; }
    .inner-content .inner-banner .sales-rep-button:hover {
      background: #326432; }
  .inner-content .ninecol ul {
    padding: 0 0 20px 0; }
  .inner-content .ninecol ul li {
    list-style: none;
    margin-bottom: 15px;
    background: url(/images/li.png) 0px 7px no-repeat;
    line-height: 1.5;
    padding: 0 0 0 15px;
    font-size: 0.938em; }
  .inner-content .threecol h3 {
    font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif; }
  .inner-content .leftcol ul {
    padding: 0 0 20px 0; }
  .inner-content .leftcol ul li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 0 0 0 15px;
    font-size: 0.938em; }
  .inner-content .liquid-left ul li {
    list-style: none;
    margin-bottom: 15px;
    background: url(/images/li.png) 0px 7px no-repeat;
    line-height: 1.5;
    padding: 0 0 0 15px;
    font-size: 0.938em; }

.breadcrumb {
  background: #f4f4f4;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-top: -50px; }
  .breadcrumb ul {
    padding: 10px 20px;
    overflow: hidden; }
    .breadcrumb ul li {
      float: left;
      display: inline-block;
      list-style: none;
      margin: 0 10px 0 0;
      font-size: 0.813em;
      list-style: none;
      background: url(/images/small-grey-arrow.png) right center no-repeat;
      padding-right: 18px; }
    .breadcrumb ul li.last {
      background: none;
      padding: 0; }

.image-right {
  float: right;
  margin: 0 0 15px 20px;
  width: 100%;
  max-width: 245px;
  position: relative; }

.image-left {
  float: left;
  margin: 0 20px 15px 0;
  width: 100%;
  max-width: 245px;
  position: relative; }

.information {
  margin: 0 15px 15px 0;
  float: left; }

ul.side-nav {
  padding: 0 0 25px 0; }
  ul.side-nav li {
    list-style: none;
    display: block;
    font: normal 0.938em 'cabinregular', Arial, Helvetica, sans-serif; }
  ul.side-nav li a {
    display: block;
    border-bottom: 1px solid #ddd;
    background: url(/images/small-grey-arrow.png) 0 18px no-repeat;
    padding: 12px 0 12px 15px;
    color: #666666; }
  ul.side-nav li a:hover {
    color: #323232; }

/* Inner Controls Styles */
.list-content {
  display: block;
  overflow: hidden;
  margin-bottom: 25px; }

.list-row {
  display: block;
  width: 100%;
  padding: 15px 0 15px 0;
  color: #333333;
  background: #f4f4f4;
  overflow: hidden;
  margin: 0 0 1px 0; }

.list-left {
  display: inline-block;
  float: left;
  min-width: 10%;
  height: 23px;
  display: block;
  background: url(/images/pdf.png) 20px 0px no-repeat; }

.list-middle {
  display: inline-block;
  float: left;
  padding: 1px 0 0 0;
  width: 60%; }

.list-right {
  display: inline-block;
  float: left;
  padding: 1px 0 0 0;
  width: 30%; }
  .list-right span {
    background: url(/images/download.png) left no-repeat;
    padding: 0px 0 0 30px;
    height: 22px;
    display: block; }
  .list-right span.visit-link {
    background: url(/images/link.png) left no-repeat; }

.pdf {
  height: 23px;
  display: block;
  background: url(/images/pdf.png) 20px 0px no-repeat; }

.word {
  height: 23px;
  display: block;
  background: url(/images/word.png) 20px 0px no-repeat; }

.excel {
  height: 23px;
  display: block;
  background: url(/images/excel.png) 20px 0px no-repeat; }

.doc {
  height: 23px;
  display: block;
  background: url(/images/doc.png) 20px 0px no-repeat; }

.ppoint {
  height: 23px;
  display: block;
  background: url(/images/ppt.png) 20px 0px no-repeat; }

.link {
  height: 21px;
  display: block;
  background: url(/images/link2.png) 20px 0px no-repeat; }

.image-gallery-wrap {
  width: 22.75%;
  float: left;
  margin: 0 3% 25px 0;
  position: relative; }
  .image-gallery-wrap img {
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .image-gallery-wrap a {
    position: relative;
    display: block; }

.gallery-content {
  text-align: center;
  padding: 0;
  min-height: 70px;
  line-height: 1.5em; }
  .gallery-content .text-pad {
    padding: 12px 5px; }

.video-gallery-wrap {
  width: 31%;
  float: left;
  margin: 0 3.5% 25px 0;
  *margin-right: 3.4%;
  position: relative; }
  .video-gallery-wrap img {
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .video-gallery-wrap a {
    position: relative;
    display: block; }

.video-content {
  text-align: center;
  padding: 0;
  min-height: 70px;
  line-height: 1.5em; }
  .video-content .text-pad {
    padding: 12px 5px; }

.form {
  width: 100%; }
  .form label {
    font: normal 1.125em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif; }

.form-cell {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 4%; }

.form-info {
  width: 100%;
  color: #333333;
  padding: 10px 0 0 0; }

ul.side-row {
  padding: 0 0 25px 0; }
  ul.side-row li {
    padding: 15px 0 15px 0;
    float: none;
    max-width: none;
    text-align: left;
    display: block;
    font-size: 0.813em;
    background-color: #f1f1f1; }
    ul.side-row li a {
      padding: 0 10px 0 10px;
      display: block; }
  ul.side-row .pdf a, ul.side-row .word a, ul.side-row .excel a, ul.side-row .doc a, ul.side-row .ppoint a {
    padding-left: 40px; }
  ul.side-row li.pdf {
    background: url(/images/pdf.png) 0px 10px no-repeat #f1f1f1; }
  ul.side-row li.word {
    background: url(/images/word.png) 10px 16px no-repeat #f1f1f1; }
  ul.side-row li.excel {
    background: url(/images/excel.png) 0px 7px no-repeat #f1f1f1; }
  ul.side-row li.doc {
    background: url(/images/doc.png) 0px 7px no-repeat #f1f1f1; }
  ul.side-row li.ppoint {
    background: url(/images/ppoint.png) 0px 7px no-repeat #f1f1f1; }

ul.links {
  padding: 0 0 25px 0;
  border-top: 1px solid #ccc; }
  ul.links li {
    list-style: none;
    padding: 10px 0 10px 0px;
    height: auto;
    border-bottom: 1px solid #ccc;
    font-size: 0.813em;
    color: #757575; }

.side-gallery-image-wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 252px;
  max-height: 252px;
  overflow: hidden; }

.side-gallery-content {
  display: block;
  width: 100%;
  font-size: 0.813em;
  margin-bottom: 10px;
  padding: 10px 0; }

.overlay {
  width: 41px !important;
  height: 41px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block; }

/* News Styles */
.news-title-box {
  float: left;
  display: inline-block;
  width: 20%;
  margin: 0 5% 30px 0; }

.news-search-box {
  float: left;
  display: inline-block;
  width: 75%;
  margin: 0 0 30px 0;
  overflow: hidden; }

.liquid-left {
  float: left;
  display: inline-block;
  width: 70%;
  margin-right: 5%; }

.liquid-right {
  float: left;
  display: inline-block;
  width: 25%; }

.category-box {
  background: #fff;
  padding: 20px;
  display: block;
  width: auto; }
  .category-box ul li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    font-size: 0.938em; }

.zoom-btn {
  margin: 82px 0 0 -55px;
  position: absolute; }

.search-box {
  float: right;
  padding: 0;
  background: #fff;
  margin-bottom: 25px; }

.category-search {
  color: #666;
  background: url(/images/category-open.png) right no-repeat !important;
  font-size: 0.875em;
  height: 25px;
  padding: 0px 25px 0 0px;
  display: block;
  width: 80px;
  float: left;
  margin: 12px 20px 0 0; }

.category-dropdown-content {
  padding: 25px 0 25px 0;
  background: #f4f4f4;
  margin-bottom: 25px;
  overflow: hidden; }
  .category-dropdown-content ul li {
    list-style: none;
    padding: 0 0 0 20px;
    background: none;
    display: inline-block;
    width: 22%;
    float: left; }

.category-dropdown-content ul.side-nav li a {
  border: none; }

.text-search {
  float: right;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .text-search .textbox-outer {
    width: 240px;
    height: 38px;
    padding: 12px 10px 0 10px;
    background: #f4f4f4;
    color: #aaaaaa;
    float: left;
    display: inline-block;
    border-right: 0;
    margin: 0; }
    .text-search .textbox-outer .textbox {
      border: 0px;
      width: 100%;
      color: #aaaaaa; }

.search-button {
  background: #820024;
  color: white;
  height: 36px;
  width: 109px;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 14px 0 0 0;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s; }

.search-button:hover {
  background: #9b3350;
  color: white; }

.full-news-box {
  width: auto;
  background: #fff;
  position: relative;
  margin-bottom: 45px;
  display: block;
  border: 1px solid #f0f0f0;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s; }

.full-news-box:hover {
  border: 1px solid gainsboro; }

.image-wrap-full {
  display: block;
  position: relative;
  width: 30%;
  overflow: hidden;
  float: left;
  display: inline-block; }
  .image-wrap-full img {
    width: 100%;
    height: auto; }
  .image-wrap-full span.more {
    position: absolute;
    bottom: 0;
    right: 0; }

.text-wrap-full {
  width: 70%;
  float: left;
  display: inline-block; }
  .text-wrap-full h2 {
    margin: 0 0 10px 0;
    text-align: left;
    background: none;
    text-transform: none; }
  .text-wrap-full .text-wrap-pad {
    padding: 18px 25px 18px 25px;
    display: block; }
    .text-wrap-full .text-wrap-pad p {
      margin-bottom: 0;
      color: #333333; }

span.date {
  font: normal 0.938em 'cabinregular', 'cabinregular', Arial, Helvetica, sans-serif;
  color: #333333; }

.small-news {
  width: 30%;
  margin-right: 5%;
  float: left;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background: #fff; }
  .small-news .image-wrap {
    display: block;
    position: relative;
    max-height: 227px;
    overflow: hidden; }
    .small-news .image-wrap img {
      width: 100%; }
    .small-news .image-wrap span.more {
      position: absolute;
      bottom: 0;
      right: 0; }
  .small-news .text-wrap {
    padding: 0;
    height: 220px;
    transition: border 0.5s;
    -moz-transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    border: 1px solid #f0f0f0;
    border-top: 0px; }
    .small-news .text-wrap h3 {
      margin: 0 0 10px 0;
      word-wrap: hyphenate;
      word-break: break-word; }
    .small-news .text-wrap p {
      margin-bottom: 0;
      line-height: 1.5em; }
    .small-news .text-wrap .text-wrap-pad {
      padding: 18px 10px 18px 10px;
      display: block; }
      .small-news .text-wrap .text-wrap-pad p {
        margin-bottom: 0;
        color: #333333; }
  .small-news .text-wrap:hover {
    padding: 0;
    height: 219px;
    border: 1px solid gainsboro;
    border-top: 0; }

.paging {
  margin: 0 0 30px 0;
  clear: both;
  overflow: hidden; }
  .paging a {
    padding: 7px 12px;
    background: #f0f0f0;
    color: #646464;
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.125em;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; }
  .paging a:hover {
    background: #ddd; }
  .paging span span {
    padding: 7px 12px;
    background: #fff;
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.125em;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; }

/* Meet The Team Styles */
.team-wrap {
  padding: 31px;
  background: #fff;
  position: relative;
  margin-bottom: 25px; }
  .team-wrap img {
    float: left;
    margin: 0 20px 5px 0; }
  .team-wrap h2 {
    font-size: 1.563em;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  .team-wrap h3 {
    font-size: 1.125em;
    text-transform: uppercase;
    margin: 0 0 8px 0; }
  .team-wrap p {
    font-size: 0.938em;
    line-height: 1.3;
    margin: 0px; }

.email-icon {
  position: absolute;
  bottom: 0px;
  right: 30px; }

.linkedin-icon {
  position: absolute;
  bottom: 0px;
  right: -10px; }

/* Careers Styles */
.careers-wrap {
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 25px; }
  .careers-wrap h2 {
    font-size: 1.075em;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  .careers-wrap p {
    font-size: 0.813em;
    margin: 0 0 10px 0; }

.pdf-download {
  font-size: 0.86em;
  display: block;
  background: url(/images/pdf.png) left no-repeat;
  padding: 5px 0 5px 30px;
  margin: 0 0 5px 0; }

.sub-category-box {
  width: 30%;
  margin-right: 3.33333%;
  margin-bottom: 3.33333%;
  float: left;
  display: inline-block;
  background: #fff; }
  .sub-category-box .text-wrap {
    padding: 15px 18px;
    min-height: 210px;
    overflow: hidden; }
    .sub-category-box .text-wrap h2 {
      margin-bottom: 13px;
      line-height: 1.2; }
    .sub-category-box .text-wrap p {
      margin-bottom: 10px; }
      .sub-category-box .text-wrap p a.tel {
        display: block;
        margin-top: 10px;
        padding-top: 10px; }
    .sub-category-box .text-wrap img {
      text-align: center;
      display: block;
      margin: 0 auto 15px auto; }
    .sub-category-box .text-wrap p.tel-border {
      border-top: 1px #eaeaea dotted; }

.case-study-list .text-wrap {
  min-height: 350px !important; }

/* Contact Styles */
.red {
  color: #be001c; }

.halfcol {
  width: 45%;
  margin-right: 10%;
  float: left;
  display: inline-block; }

.form-wrap {
  font-size: 0.938em; }

.form-left {
  width: 48%;
  margin-right: 4%;
  float: left;
  display: inline-block; }

.form-full {
  width: 100%;
  display: block; }

.contact-cta {
  padding: 15px 30px;
  float: right; }

.radio-button {
  margin: 0 10px; }

.option-wrap {
  margin-right: 15px;
  display: inline-block;
  font-size: 0.9em; }

.side-menu-no-bg h4 {
  font-size: 1.3em;
  letter-spacing: 0px;
  margin-bottom: 20px; }

.side-contact .telephone {
  margin: 0 0 0 0;
  display: block;
  color: #666666; }
  .side-contact .telephone span {
    font: normal 1.313em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif;
    color: #333333; }
.side-contact .email {
  margin: 0 0 25px 0;
  word-wrap: break-word;
  color: #666666; }
.side-contact .address {
  line-height: 1.7em;
  margin: 0 0 25px 0; }

/* Comment/Review Styles */
.review-outer {
  width: 100%;
  background: #eee; }

.review {
  padding: 20px; }

.review-user {
  padding: 15px 20px;
  font-style: italic; }

/*Error Styles*/
#error {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 105;
  text-align: center;
  color: white;
  padding: 10px 0px 10px 0px;
  background: #8E1609;
  overflow: hidden; }
  #error span {
    text-align: center;
    width: 95%;
    float: left; }

.close-notify {
  white-space: nowrap;
  float: right;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border: 2px #fff solid;
  padding-left: 3px;
  padding-right: 3px; }
  .close-notify a {
    color: #fff; }

#success {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 105;
  text-align: center;
  color: white;
  padding: 10px 0px 10px 0px;
  background: #5EA032;
  overflow: hidden; }
  #success span {
    text-align: center;
    width: 95%;
    float: left; }

/*FAQs Styles*/
.docu-heading {
  background: #f0f0f0;
  padding-right: 15px;
  cursor: pointer; }
  .docu-heading span {
    display: block;
    padding: 10px 30px 10px 15px;
    background: url(/images/collapsed.png) no-repeat right center; }

.docu-open {
  background: #f0f0f0;
  padding-right: 15px;
  cursor: pointer; }
  .docu-open span {
    display: block;
    padding: 10px 30px 10px 15px;
    background: url(/images/expanded.png) no-repeat right center; }

.docu-content {
  padding: 0px 10px 20px 10px; }

.docu-row {
  overflow: hidden;
  border-bottom: 1px dotted #999;
  padding: 10px; }

.docu-row:hover {
  border-bottom: 1px dotted #999;
  background-color: #f4f4f4; }

.docu-left {
  float: left;
  width: 8%;
  margin-right: 2%;
  padding: 0px;
  display: inline-block; }
  .docu-left img {
    margin: 0px 0px 0 0px;
    width: 90%; }

.docu-middle {
  float: left;
  width: 70%;
  display: inline-block; }
  .docu-middle h5 {
    margin-bottom: 10px; }
    .docu-middle h5 a {
      padding: 0px 0px 0 0px;
      color: #231f20; }
  .docu-middle p {
    margin-bottom: 0px; }
    .docu-middle p a {
      padding: 0px 0px 0 0px;
      display: block;
      line-height: 1.5; }
    .docu-middle p a:hover {
      text-decoration: none; }

a.docu-right {
  font-size: 0.836em;
  color: #008f9d;
  text-decoration: none;
  padding: 20px 0px 0px 0px;
  float: right;
  width: 20%;
  display: inline-block; }
  a.docu-right span {
    background: url(/images/bullet.jpg) no-repeat left 5px;
    padding: 0 0 0 12px; }

a.docu-right:hover {
  text-decoration: underline; }

.submit-question {
  height: auto;
  padding: 0 0 30px 0;
  width: 100%; }

/*Media Centre Styles*/
ul.media-sub-category li a {
  padding: 5px 10px 5px 30px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #eee; }

.category-title-box {
  float: left;
  display: inline-block;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 20px; }

.category-search-box {
  float: left;
  display: inline-block;
  width: 55%;
  margin-bottom: 20px; }

.inner-content .ninecol ul.media-filter li {
  width: 25%;
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0px;
  background: none; }
  .inner-content .ninecol ul.media-filter li a {
    padding: 10px;
    background: #eee;
    display: block;
    margin-right: 1px; }

/* Testimonial Styles */
.testimonial {
  margin-bottom: 30px; }
  .testimonial .text-pad {
    border: 1px solid #f0f0f0; }
  .testimonial h4 {
    font-size: 1.688em;
    color: #820024; }
    .testimonial h4 small {
      display: block;
      font-size: 65%;
      margin-top: 2px;
      color: #333333; }

.inner-content .testimonial .text-pad {
  background: #fff;
  padding: 32px;
  overflow: hidden; }

.testimonial-left {
  width: 17%;
  float: left;
  display: inline-block; }
  .testimonial-left img {
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em; }

.testimonial-right {
  width: 79%;
  float: right;
  text-align: center;
  display: inline-block;
  background: url(/images/open-quote.jpg) top center no-repeat;
  padding: 30px 0 0 0; }

.video-testimonial-wrap {
  margin-bottom: 50px;
  position: relative; }
  .video-testimonial-wrap img {
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .video-testimonial-wrap a {
    position: relative;
    display: block;
    overflow: hidden; }

.video-testimonial-content {
  background: #fff;
  text-align: center;
  padding: 12px 0; }

.video-testimonial-content-wrap {
  padding: 0 15px; }
  .video-testimonial-content-wrap h4 {
    font-size: 1.313em;
    color: #820024; }
    .video-testimonial-content-wrap h4 small {
      display: block;
      font-size: 65%;
      margin-top: 2px;
      color: #333333; }

.video-testimonial-pad {
  overflow: hidden;
  padding: 10px;
  background: #fff; }

/* SITE WIDE MEDIA QUERIES ------------------------------------------------------------------------------------------ */
@media handheld, only screen and (max-width: 1140px) {
  /*News Styles*/
  /*General Required Styles*/
  /*Site Specific Styles*/
  .text-wrap-full h2 {
    font-size: 1.2em; }
  ul.side-nav li a {
    font-size: 1.05em;
    padding: 12px 0 12px 10px; }
  .home-box .title-container {
    font: normal 1.5em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif; }
  #slider1 .slider-text {
    padding: 49px 20px 0 20px; } }

@media handheld, only screen and (max-width: 1024px) {
  /*General Required Styles*/
  .sub-category-box .text-wrap-pad p, .sub-category-box .text-wrap p {
    display: block; }
  header nav ul li {
    margin-right: 5px; }
  .home-box .title-container {
    font: normal 1em 'cabinbold', 'cabinregular', Arial, Helvetica, sans-serif; }
  header nav .search {
    max-width: 230px; } }

@media handheld, only screen and (max-width: 900px) {
  /*General Required Styles*/
  /*News Styles*/
  .delete-900, header nav .search {
    display: none; }
  .docu-heading {
    font-size: 90%; }
  .category-search-box .text-search .textbox-outer {
    width: 150px; }
  .hero .slide .slider-text {
    left: 0px; }
  .text-wrap-pad p, .text-wrap p {
    display: none; } }

@media handheld, only screen and (max-width: 775px) {
  /*General Required Styles*/
  .side-contact {
    font-size: 80%; }
  .team-wrap img.profile-pic {
    display: block;
    width: 100%; }
  header .header-right .header-telephone {
    display: none; }
  .home-testimonial {
    font: normal 1.1em 'cabinitalic', 'cabinregular', Arial, Helvetica, sans-serif; }
  .home-content article p {
    font-size: 0.813em;
    line-height: 1.3em; }
  .inner-content .inner-banner .sales-rep-button {
    display: none; }
  #item-list .item-row .item-wrap .item-pad .button {
    font-size: 0.938em; } }

@media handheld, only screen and (max-width: 700px) {
  /*General Required Styles*/
  /*News Styles*/
  .accordian {
    display: block;
    float: right;
    background: url(/images/menu.png) left top no-repeat;
    background-size: 33px 24px;
    width: 33px;
    height: 24px;
    text-indent: -9999px;
    margin: 0px; }
  .logo {
    width: 55%; }
  .acc1-content {
    background: url(/images/home-bg.jpg);
    padding: 0 0 10px 0; }
    .acc1-content ul li {
      width: 40%;
      margin: 5px 5%;
      float: left;
      display: inline-block; }
      .acc1-content ul li a {
        display: block;
        padding: 10px;
        background: white;
        margin: 0 auto;
        font: normal 1.1em 'cabinbold' 'cabinregular', Arial, Helvetica, sans-serif;
        color: #820024; }
  header nav, header .header-right a {
    display: none; }
  header .header-right {
    margin-bottom: 0px; }
  .category-search-box .search-button {
    width: 70px; }
  header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .category-search {
    text-indent: -9999px;
    width: 0px;
    float: left;
    margin: 12px 10px 0 0; } }

@media handheld, only screen and (max-width: 620px) {
  /*General Required Styles*/
  /*News Styles*/
  body {
    font-size: 100%;
    -webkit-text-size-adjust: none; }
  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .slider-text, .news-title-box, .news-search-box, .liquid-left, .liquid-right, .liquid-full {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px; }
  .news-title-box, .news-search-box, .category-dropdown-content {
    display: block; }
  .delete-620 {
    display: none; }
  .pdf {
    height: 23px;
    display: block;
    background: url(/images/pdf.png) 10px 0px no-repeat; }
  .word {
    height: 23px;
    display: block;
    background: url(/images/word.png) 10px 0px no-repeat; }
  .excel {
    height: 23px;
    display: block;
    background: url(/images/excel.png) 10px 0px no-repeat; }
  .doc {
    height: 23px;
    display: block;
    background: url(/images/doc.png) 10px 0px no-repeat; }
  .ppt {
    height: 23px;
    display: block;
    background: url(/images/ppt.png) 10px 0px no-repeat; }
  .link {
    height: 21px;
    display: block;
    background: url(/images/link2.png) 10px 0px no-repeat; }
  .list-middle span {
    padding: 0 0 0 15px; }
  .form-cell {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0; }
  .no-side-pad {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .form-left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block; }
  .allow-panel-style .threecol, .allow-panel-style .ninecol {
    padding-left: 0px;
    padding-right: 0px; }
  .testimonial-text {
    font-size: 95%; }
  .inner-content .testimonial .text-pad {
    padding: 15px; }
  .sub-category-box {
    width: auto;
    padding: 0px; }
  .side-gallery-image-wrap .overlay, .video-gallery-wrap .overlay, .image-gallery-wrap .overlay {
    width: 25px !important;
    height: 25px !important; }
  .category-title-box, .category-search-box {
    float: none;
    display: block;
    width: auto;
    overflow: hidden;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px; }
  .category-search-box {
    margin-bottom: 20px; }
    .category-search-box .search-box {
      padding: 10px 10px; }
  footer .threecol {
    display: none; }
  footer .threecol.last {
    display: block; }
  .slider-text {
    font-size: 80%; }
  .row .grid-25 {
    width: 100%;
    width: 100% \9;
    float: none;
    display: block;
    margin-bottom: 20px; }
  .home-box {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .home-box .title-container, .home-box .image-container {
      width: auto;
      float: none;
      display: block;
      overflow: hidden; }
    .home-box .title-container span {
      padding-left: 0px;
      padding-right: 0px; }
    .home-box .image-container img {
      display: block;
      width: 100%; }
  .inner-content .inner-banner {
    overflow: hidden;
    margin-bottom: 20px; }
    .inner-content .inner-banner img {
      min-height: 105px;
      width: 600px;
      max-width: 600px; }
    .inner-content .inner-banner .banner-text h1 {
      font: normal 1.5em "cabinbold", "cabinregular", Arial, Helvetica, sans-serif; }
  .category-dropdown-content ul li {
    margin: 0 0 15px 0;
    display: block;
    width: auto;
    float: none; }
  .search-box {
    float: left; }
  .full-news-box, .small-news {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    display: block; }
  .image-wrap-full, .small-news .image-wrap {
    display: inline-block;
    position: relative;
    width: 35%;
    overflow: hidden;
    float: left;
    display: inline-block;
    max-height: none; }
  .image-wrap-full img {
    width: 100%;
    height: auto; }
  .text-wrap-full, .small-news .text-wrap {
    width: 65%;
    height: auto;
    float: left;
    display: inline-block;
    padding: 0px; }
  .text-wrap-pad {
    padding: 15px 15px 15px 15px !important;
    display: block;
    border: 0px; }
  .small-news {
    border: 1px solid #f0f0f0;
    transition: border 0.5s;
    -moz-transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s; }
    .small-news .text-wrap {
      border: 0px; }
      .small-news .text-wrap p {
        font-size: 0.938em; }
  .small-news:hover {
    border: 1px solid gainsboro;
    height: auto; }
  .small-news .text-wrap:hover {
    height: auto;
    border: 0px; }
  .small-news .text-wrap:hover .text-wrap-pad {
    height: auto;
    border: 0px; }
  .small-news .text-wrap p, .text-wrap-full p {
    display: none; }
  .small-news .text-wrap h2, .text-wrap-full h2 {
    font-size: 1em;
    margin-bottom: 0px; }
  .small-news .text-wrap .date, .text-wrap-full .date {
    font-size: 0.8em; }
  .category-box {
    margin-top: 0px; }
  .paging a {
    padding: 2px 7px;
    font-size: 1em;
    margin-right: 5px;
    margin-bottom: 10px; } }

@media handheld, only screen and (max-width: 530px) {
  .testimonial-left {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 20px; }
  .testimonial-right {
    width: auto;
    float: none;
    display: block;
    background: url(/images/quotes.jpg) right top no-repeat; }
  .image-right, .image-left {
    float: none;
    margin: 0 0 15px 0px;
    width: 100%;
    max-width: none; } }

@media handheld, only screen and (max-width: 460px) {
  /*General Required Styles*/
  /*News Styles*/
  .pdf, .word, .excel, .doc, .ppt, .link {
    display: none; }
  .search-button {
    width: 76px; }
  .hero .slide {
    min-height: 220px; }
    .hero .slide .slider-text h1 {
      font-size: 150%; }
    .hero .slide .slider-text p {
      display: none; }
  .hero .pagination {
    display: none; }
  .hide-460 {
    display: none !important; }
  .inner-content .ninecol ul.media-filter li a {
    font-size: 80%; }
  .text-wrap-pad {
    padding: 10px 15px 10px 15px;
    display: block; }
  .small-news .text-wrap h2, .text-wrap-full h2 {
    font-size: 0.8em;
    margin-bottom: 0px; }
  .small-news .text-wrap .date, .text-wrap-full .date {
    font-size: 0.7em;
    margin-bottom: 2px; }
  .text-search .textbox-outer {
    width: 150px; } }

/* Print Styles */
@media print {
  .top-nav-row, .main-nav, .list-content, .form, .side-nav, .side-row, .side-gallery-image-wrap, .side-gallery-content, .image-gallery-wrap, .video-gallery-wrap, .dont-print, footer, .breadcrumb, .search-box, .paging, .comment-container, .video-testimonial-wrap, .header-right {
    display: none; }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol, .slider-text, .news-title-box, .news-search-box, .liquid-left, .liquid-right, .liquid-full {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px; }
  html, body {
    font: normal 100% Arial, Helvetica, sans-serif;
    color: #666666;
    background: #fff;
    line-height: 1.5em; }
  .break-page {
    page-break-after: always; }
  .logo {
    width: 25%; } }
