/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/******************************************
Framework settings and other constants
*******************************************/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'GalanoGrotesque-Bold';
  src: url("../fonts/2CF9FB_4_0.eot");
  src: url("../fonts/2CF9FB_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CF9FB_4_0.woff2") format("woff2"), url("../fonts/2CF9FB_4_0.woff") format("woff"), url("../fonts/2CF9FB_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'GalanoGrotesque-Regular';
  src: url("../fonts/2CF9FB_11_0.eot");
  src: url("../fonts/2CF9FB_11_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CF9FB_11_0.woff2") format("woff2"), url("../fonts/2CF9FB_11_0.woff") format("woff"), url("../fonts/2CF9FB_11_0.ttf") format("truetype"); }
@font-face {
  font-family: 'tuffstufficons';
  src: url("../fonts/tuffstufficons.eot?35971666");
  src: url("../fonts/tuffstufficons.eot?35971666#iefix") format("embedded-opentype"), url("../fonts/tuffstufficons.woff?35971666") format("woff"), url("../fonts/tuffstufficons.ttf?35971666") format("truetype"), url("../fonts/tuffstufficons.svg?35971666#tuffstufficons") format("svg");
  font-weight: normal;
  font-style: normal; }
.tufficon {
  font-style: normal;
  font-size: 100px;
  font-family: 'tuffstufficons';
  /* 'a' */
  /* 'b' */
  /* 'c' */
  /* 'd' */
  /* 'e' */
  /* 'f' */
  /* 'g' */
  /* 'h' */
  /* 'i' */
  /* 'j' */
  /* 'k' */
  /* 'l' */
  /* 'm' */
  /* 'n' */
  /* 'o' */
  /* 'p' */
  /* 'q' */
  /* 'r' */
  /* 's' */ }
  @media screen and (max-width: 599px) {
    .tufficon {
      font-size: 50px; } }
  .tufficon [class^="icon-"]:before, .tufficon [class*=" icon-"]:before {
    font-family: "tuffstufficons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
  .tufficon.icon-burger:before {
    content: '\61'; }
  .tufficon.icon-search:before {
    content: '\62'; }
  .tufficon.icon-paint-can:before {
    content: '\63'; }
  .tufficon.icon-roll:before {
    content: '\64'; }
  .tufficon.icon-brick:before {
    content: '\65'; }
  .tufficon.icon-roller:before {
    content: '\66'; }
  .tufficon.icon-decking:before {
    content: '\67'; }
  .tufficon.icon-cloud:before {
    content: '\68'; }
  .tufficon.icon-calc:before {
    content: '\69'; }
  .tufficon.icon-pin:before {
    content: '\6a'; }
  .tufficon.icon-up:before {
    content: '\6b'; }
  .tufficon.icon-down:before {
    content: '\6c'; }
  .tufficon.icon-left:before {
    content: '\6d'; }
  .tufficon.icon-right:before {
    content: '\6e'; }
  .tufficon.icon-sm-up:before {
    content: '\6f'; }
  .tufficon.icon-sm-down:before {
    content: '\70'; }
  .tufficon.icon-sm-left:before {
    content: '\71'; }
  .tufficon.icon-sm-right:before {
    content: '\72'; }
  .tufficon.icon-cross:before {
    content: '\73'; }

body {
  background-color: #fff;
  font-family: "GalanoGrotesque-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f2841; }

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

.featherlight-next span:hover,
.featherlight-previous span:hover {
  color: rgba(0, 0, 0, 0.7); }

.featherlightGallery li {
  display: inline-block;
  width: 29%;
  margin-right: 1%;
  padding: 1%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white; }
  .featherlightGallery li:before {
    content: "";
    display: none; }

/******************************************
Styles for the admin system
*******************************************/
#ccm-white-label-message {
  display: none !important; }

@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    /* styling */
    border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
.ccm-page {
  /******************************************
  Common scss file containing theme defaults, template and kitchen sink
  *******************************************/
  /*.products.block-grid*/
  /*TWEETS*/
  /*Custom Styles*/
  /*end mobile*/
  /*end tablet*/
  /*end desktop*/
  /*Start home and about page specific styles*/
  /*End home and about page changes*/
  /*end mobile*/
  /*end tablet*/
  /* end desktop*/
  /*
  # NEEDS TO BE OUTSIDE OF CCM-PAGE
  */
  /* right side of calculator */
  /* mobile edits */ }
  .ccm-page h3 {
    font-size: 18px;
    line-height: 22px; }
  .ccm-page ul, .ccm-page li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .ccm-page p {
    font-size: 17px;
    line-height: 1.2; }
  .ccm-page a {
    color: #0f2841;
    text-decoration: none; }
  .ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6,
  .ccm-page b, .ccm-page strong {
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .ccm-page hr {
    width: 148px;
    height: 1px;
    border: none;
    background: #00a5dc; }
    @media screen and (min-width: 600px) {
      .ccm-page hr {
        width: 255px; } }
  .ccm-page .ccm-page {
    position: relative;
    z-index: 0; }
  .ccm-page .container {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    .ccm-page .container::after {
      clear: both;
      content: "";
      display: table; }
  .ccm-page .layout-2-col {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    .ccm-page .layout-2-col::after {
      clear: both;
      content: "";
      display: table; }
    .ccm-page .layout-2-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 49.53505%;
      border: 1px solid #000;
      height: 100px; }
      .ccm-page .layout-2-col .column:last-child {
        margin-right: 0; }
  .ccm-page .layout-3-col {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    .ccm-page .layout-3-col::after {
      clear: both;
      content: "";
      display: table; }
    .ccm-page .layout-3-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 32.7134%;
      border: 1px solid #000;
      height: 100px; }
      .ccm-page .layout-3-col .column:last-child {
        margin-right: 0; }
  .ccm-page .layout-5-col {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    .ccm-page .layout-5-col::after {
      clear: both;
      content: "";
      display: table; }
    .ccm-page .layout-5-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 19.25607%;
      border: 1px solid #000;
      height: 100px; }
      .ccm-page .layout-5-col .column:last-child {
        margin-right: 0; }
  .ccm-page .layout-6-col {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    .ccm-page .layout-6-col::after {
      clear: both;
      content: "";
      display: table; }
    .ccm-page .layout-6-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 19.25607%;
      border: 1px solid #000;
      height: 100px; }
      .ccm-page .layout-6-col .column:last-child {
        margin-right: 0; }
  .ccm-page .kitchen-element {
    margin: 40px auto; }
    .ccm-page .kitchen-element h1, .ccm-page .kitchen-element h2, .ccm-page .kitchen-element h3 {
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  .ccm-page .title-text {
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    line-height: 1; }
    .ccm-page .title-text h1:after, .ccm-page .title-text h2:after, .ccm-page .title-text h3:after, .ccm-page .title-text p:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 255px;
      border-bottom: 2px solid #00a5dc; }
  .ccm-page h1.regular {
    font-family: "GalanoGrotesque-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px; }
  .ccm-page h1.bold {
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px; }
  .ccm-page .tuff-button {
    display: block;
    border: 1px solid white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0f2841;
    text-align: center; }
    .ccm-page .tuff-button.light {
      border: 1px solid white;
      color: #fff; }
    .ccm-page .tuff-button.dark {
      border: 1px solid #0f2841;
      color: #0f2841; }
  .ccm-page .materials-calculator {
    background-color: #00a5dc;
    background-image: url("../assets/images/bg-calculator.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 80px; }
    .ccm-page .materials-calculator .tuff-button {
      margin: 0 auto; }
  .ccm-page .section-next {
    width: 100%; }
    .ccm-page .section-next a {
      display: block;
      height: 15px;
      margin: 0 auto;
      text-align: center;
      color: #fff; }
  .ccm-page .products.block-grid {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /*block container*/ }
    .ccm-page .products.block-grid::after {
      clear: both;
      content: "";
      display: table; }
    .ccm-page .products.block-grid .block-container {
      position: relative;
      text-align: center;
      display: inline-block;
      margin-right: 15px;
      vertical-align: top;
      height: 340px;
      margin-bottom: 50px; }
      .ccm-page .products.block-grid .block-container:last-child {
        margin-right: 0; }
      .ccm-page .products.block-grid .block-container .block {
        border: 1px solid #bfbfbf;
        width: 248px;
        height: 248px;
        background-color: #fff;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .ccm-page .products.block-grid .block-container .block .tufficon {
          font-size: 200px;
          line-height: 1.2; }
      .ccm-page .products.block-grid .block-container .name {
        text-transform: uppercase;
        font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1.2;
        position: absolute;
        bottom: 0;
        width: 248px;
        left: 50%;
        margin-left: -124px;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
      .ccm-page .products.block-grid .block-container a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .ccm-page .products.block-grid .block-container:hover .block {
        border: 1px solid #0f2841;
        background-color: #0f2841;
        color: #fff;
        height: 325px; }
      .ccm-page .products.block-grid .block-container:hover .name {
        color: #fff; }
  .ccm-page .tf-tweets.avatars .tf-tweet {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 335px; }
    .ccm-page .tf-tweets.avatars .tf-tweet.tweet_3 {
      display: none; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-head {
      margin-bottom: 25px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-avatar {
      width: 31px;
      height: 31px;
      position: relative;
      display: inline-block; }
      .ccm-page .tf-tweets.avatars .tf-tweet .tf-avatar img {
        border-radius: 4px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-name {
      position: absolute;
      font-size: 14px;
      font-weight: normal;
      top: 7px;
      left: 52px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-screen-name {
      position: absolute;
      font-size: 13px;
      font-weight: normal;
      top: 23px;
      left: 52px;
      color: #808080; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-body {
      font-size: 14px;
      margin-bottom: 25px;
      color: #808080; }
      .ccm-page .tf-tweets.avatars .tf-tweet .tf-body a {
        color: #00a5dc; }
        .ccm-page .tf-tweets.avatars .tf-tweet .tf-body a:hover {
          text-decoration: underline; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .tf-date {
      position: absolute;
      bottom: 6px;
      left: 10px;
      font-size: 14px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .tf-actions {
      position: absolute;
      bottom: 10px;
      right: 10px;
      height: 16px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action {
      display: inline-block; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action a {
      display: block;
      width: 16px;
      height: 16px;
      text-indent: -9999px;
      background-image: url("../assets/images/twitter-everything-sprite.png");
      background-repeat: no-repeat; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.reply a {
      background-position: 0px 0px; }
      .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.reply a:hover {
        background-position: -16px 0px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.retweet a {
      background-position: -80px 0px;
      width: 18px; }
      .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.retweet a:hover {
        background-position: -118px 0px; }
    .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.favourite a {
      background-position: -32px 0px;
      width: 16px; }
      .ccm-page .tf-tweets.avatars .tf-tweet .tf-footer .action.favourite a:hover {
        background-position: -64px 0px; }
  @media screen and (min-width: 768px) {
    .ccm-page {
      /*Tablet Ipad*/ }
      .ccm-page .tf-tweets.avatars {
        display: table;
        border-collapse: separate;
        border-spacing: 30px 0px;
        margin: 0 -30px; }
        .ccm-page .tf-tweets.avatars .tf-tweet {
          display: table-cell;
          position: relative; } }
  @media screen and (min-width: 1280px) {
    .ccm-page .tf-tweets.avatars .tf-tweet {
      width: 33%;
      display: table-cell;
      position: relative; }
      .ccm-page .tf-tweets.avatars .tf-tweet.tweet_3 {
        display: table-cell; } }
  @media screen and (max-width: 599px) {
    .ccm-page .container {
      padding: 0 20px; }
    .ccm-page .layout-2-col {
      max-width: 90em;
      margin-left: auto;
      margin-right: auto; }
      .ccm-page .layout-2-col::after {
        clear: both;
        content: "";
        display: table; }
      .ccm-page .layout-2-col .column {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 100%;
        border: 1px solid #555;
        height: 100px; }
        .ccm-page .layout-2-col .column:last-child {
          margin-right: 0; }
    .ccm-page .layout-3-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 100%; }
      .ccm-page .layout-3-col .column:last-child {
        margin-right: 0; }
    .ccm-page .layout-5-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 100%; }
      .ccm-page .layout-5-col .column:last-child {
        margin-right: 0; }
    .ccm-page .layout-6-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 49.53505%; }
      .ccm-page .layout-6-col .column:last-child {
        margin-right: 0; }
    .ccm-page .title-text h1, .ccm-page .title-text h2, .ccm-page .title-text h3, .ccm-page .title-text p {
      font-size: 26px;
      padding-bottom: 15px; }
      .ccm-page .title-text h1:after, .ccm-page .title-text h2:after, .ccm-page .title-text h3:after, .ccm-page .title-text p:after {
        width: 148px; }
    .ccm-page .logo-container {
      float: none;
      padding-top: 15px;
      width: 62px;
      margin: 0 auto; }
      .ccm-page .logo-container .site-logo {
        width: 62px;
        height: 36px; }
    .ccm-page .tuff-button {
      font-size: 15px;
      width: 200px;
      height: 41px; }
    .ccm-page .products.block-grid .block-container {
      height: 170px;
      margin-bottom: 30px; }
      .ccm-page .products.block-grid .block-container .block {
        width: 132px;
        height: 132px; }
        .ccm-page .products.block-grid .block-container .block .tufficon {
          font-size: 110px;
          line-height: 1.2; }
      .ccm-page .products.block-grid .block-container .name {
        font-size: 14px;
        width: 132px;
        margin-left: -66px; }
      .ccm-page .products.block-grid .block-container:hover .block {
        height: 185px; }
    .ccm-page .materials-calculator {
      padding-top: 67px;
      padding-bottom: 92px; }
      .ccm-page .materials-calculator .icon-calc {
        font-size: 86px; }
      .ccm-page .materials-calculator .jumbo {
        padding: 0;
        padding-bottom: 37px; } }
  @media screen and (min-width: 600px) {
    .ccm-page .container {
      padding: 0 35px; }
    .ccm-page .layout-5-col .column {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 19.25607%; }
      .ccm-page .layout-5-col .column:last-child {
        margin-right: 0; }
    .ccm-page .title-text h1, .ccm-page .title-text h2, .ccm-page .title-text h3, .ccm-page .title-text p {
      font-size: 30px;
      padding-bottom: 20px; }
      .ccm-page .title-text h1:after, .ccm-page .title-text h2:after, .ccm-page .title-text h3:after, .ccm-page .title-text p:after {
        width: 255px; }
    .ccm-page .tuff-button {
      font-size: 15px;
      width: 200px;
      height: 41px; }
    .ccm-page .products.block-grid .block-container {
      height: 260px; }
      .ccm-page .products.block-grid .block-container .block {
        width: 212px;
        height: 212px; }
        .ccm-page .products.block-grid .block-container .block .tufficon {
          font-size: 170px;
          line-height: 1.2; }
      .ccm-page .products.block-grid .block-container .name {
        font-size: 18px;
        width: 212px;
        margin-left: -106px; }
      .ccm-page .products.block-grid .block-container:hover .block {
        height: 285px; }
    .ccm-page .materials-calculator {
      padding-top: 113px;
      padding-bottom: 157px; }
      .ccm-page .materials-calculator .calculator-icon {
        margin-bottom: 15px; }
      .ccm-page .materials-calculator .jumbo {
        padding: 0;
        padding-bottom: 63px; } }
  @media screen and (min-width: 1024px) {
    .ccm-page p {
      font-size: 18px; }
    .ccm-page .container {
      padding: 0 60px; }
    .ccm-page .title-text h1, .ccm-page .title-text h2, .ccm-page .title-text h3, .ccm-page .title-text p {
      font-size: 36px;
      padding-bottom: 22px; }
      .ccm-page .title-text h1:after, .ccm-page .title-text h2:after, .ccm-page .title-text h3:after, .ccm-page .title-text p:after {
        width: 255px; }
    .ccm-page .tuff-button {
      font-size: 20px;
      line-height: 48px;
      width: 255px;
      height: 55px; }
    .ccm-page .products.block-grid .block-container {
      position: relative;
      text-align: center;
      display: inline-block;
      margin-right: 15px;
      vertical-align: top;
      height: 335px;
      margin-bottom: 50px; }
      .ccm-page .products.block-grid .block-container:last-child {
        margin-right: 0; }
      .ccm-page .products.block-grid .block-container .block {
        border: 1px solid #bfbfbf;
        width: 248px;
        height: 248px;
        background-color: #fff;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .ccm-page .products.block-grid .block-container .block .tufficon {
          font-size: 200px;
          line-height: 1.2; }
      .ccm-page .products.block-grid .block-container .name {
        text-transform: uppercase;
        font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 1.2;
        position: absolute;
        bottom: 0;
        width: 248px;
        left: 50%;
        margin-left: -124px;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
      .ccm-page .products.block-grid .block-container a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .ccm-page .products.block-grid .block-container:hover .block {
        border: 1px solid #0f2841;
        background-color: #0f2841;
        color: #fff;
        height: 345px; }
      .ccm-page .products.block-grid .block-container:hover .name {
        color: #fff; }
    .ccm-page .materials-calculator {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6, .ccm-page p {
    margin: 0; }
  .ccm-page .section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px; }
    .ccm-page .section p {
      color: #808080;
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        .ccm-page .section p {
          font-size: 18px;
          line-height: 22px; } }
    .ccm-page .section div {
      width: auto; }
  .ccm-page .button {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 41px;
    padding-bottom: 4px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .ccm-page .button:hover {
      background-color: #fff;
      color: #0f2841; }
    .ccm-page .button.dark {
      color: #0f2841;
      border-color: #0f2841; }
      .ccm-page .button.dark:hover {
        background-color: #0f2841;
        color: #fff; }
    .ccm-page .button.lightblue {
      width: 305px; }
      .ccm-page .button.lightblue:hover {
        background-color: #fff;
        color: #00a5dc; }
    @media screen and (min-width: 1024px) {
      .ccm-page .button {
        font-size: 24px;
        line-height: 55px;
        width: 255px; } }
  .ccm-page .text-center {
    text-align: center; }
  .ccm-page .separator {
    border-top: 1px solid #00a5dc;
    max-width: 140px;
    height: 0;
    margin-top: 12px;
    margin-bottom: 14px; }
    @media screen and (min-width: 600px) {
      .ccm-page .separator {
        max-width: 255px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page .separator {
        border-width: 2px; } }
  .ccm-page .section-title {
    font-size: 24px;
    line-height: 28px;
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) and (max-width: 768px) {
      .ccm-page .section-title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page .section-title {
        font-size: 36px;
        line-height: 43px; } }
  .ccm-page .block-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .ccm-page.page-template-about .page-title, .ccm-page.page-template-home .page-title {
    display: none; }
  .ccm-page.page-template-about #header, .ccm-page.page-template-home #header {
    background-color: transparent;
    border-bottom: none; }
  @media screen and (min-width: 599px) {
    .ccm-page.page-template-about .logo-container .site-logo, .ccm-page.page-template-home .logo-container .site-logo {
      width: 165px;
      height: 114px; } }
  @media screen and (min-width: 1220px) {
    .ccm-page.page-template-about .logo-container .site-logo, .ccm-page.page-template-home .logo-container .site-logo {
      width: 86px;
      height: 54px; } }
  @media screen and (min-width: 1420px) {
    .ccm-page.page-template-about .logo-container .site-logo, .ccm-page.page-template-home .logo-container .site-logo {
      width: 130px;
      height: 77px; } }
  @media screen and (max-width: 1120px) {
    .ccm-page.page-template-about .menu .bars, .ccm-page.page-template-home .menu .bars {
      display: block; }
    .ccm-page.page-template-about .menu .nav, .ccm-page.page-template-home .menu .nav {
      display: none; } }
  @media screen and (max-width: 600px) {
    .ccm-page.page-template-about .menu .mobile-search-icon, .ccm-page.page-template-home .menu .mobile-search-icon {
      display: block; } }
  @media screen and (max-width: 1250px) {
    .ccm-page.page-template-about .menu li, .ccm-page.page-template-home .menu li {
      margin-right: 10px; } }
  @media screen and (min-width: 1260px) {
    .ccm-page.page-template-about .menu li, .ccm-page.page-template-home .menu li {
      margin-right: 20px; } }
  @media screen and (min-width: 1420px) {
    .ccm-page.page-template-about .menu li, .ccm-page.page-template-home .menu li {
      margin-right: 33px; } }
  .ccm-page.page-template-about .full-height.header, .ccm-page.page-template-home .full-height.header {
    position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: -140px; }
    .ccm-page.page-template-about .full-height.header h1, .ccm-page.page-template-about .full-height.header p, .ccm-page.page-template-home .full-height.header h1, .ccm-page.page-template-home .full-height.header p {
      margin: 0; }
    .ccm-page.page-template-about .full-height.header p, .ccm-page.page-template-home .full-height.header p {
      color: #fff; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-about .full-height.header, .ccm-page.page-template-home .full-height.header {
        margin-top: -82px;
        margin-top: -143px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-about .full-height.header, .ccm-page.page-template-home .full-height.header {
        margin-top: -143px; } }
    @media screen and (min-width: 1366px) {
      .ccm-page.page-template-about .full-height.header, .ccm-page.page-template-home .full-height.header {
        margin-top: -181px; } }
  .ccm-page.page-template-about .full-height .positioned, .ccm-page.page-template-home .full-height .positioned {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    height: inherit;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-about .full-height .positioned, .ccm-page.page-template-home .full-height .positioned {
        padding: 0 60px; } }
  .ccm-page.page-template-about .full-height .wrapper, .ccm-page.page-template-home .full-height .wrapper {
    position: relative;
    height: 100%; }
  .ccm-page.page-template-about .full-height .container, .ccm-page.page-template-home .full-height .container {
    position: absolute;
    bottom: 12px;
    color: #fff;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-about .full-height .container, .ccm-page.page-template-home .full-height .container {
        bottom: 69px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-about .full-height .container, .ccm-page.page-template-home .full-height .container {
        max-width: none;
        bottom: 30px; } }
  .ccm-page.page-template-about .full-height .slogan, .ccm-page.page-template-home .full-height .slogan {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-about .full-height .slogan, .ccm-page.page-template-home .full-height .slogan {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-about .full-height .slogan, .ccm-page.page-template-home .full-height .slogan {
        font-size: 36px;
        line-height: 43px; } }
  .ccm-page.page-template-about .full-height .description, .ccm-page.page-template-home .full-height .description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px !important; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-about .full-height .description, .ccm-page.page-template-home .full-height .description {
        margin-bottom: 65px !important; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-about .full-height .description, .ccm-page.page-template-home .full-height .description {
        margin-bottom: 58px !important; } }
  .ccm-page.page-template-about .full-height .slogan,
  .ccm-page.page-template-about .full-height .description, .ccm-page.page-template-home .full-height .slogan,
  .ccm-page.page-template-home .full-height .description {
    max-width: 520px; }
  .ccm-page .cols {
    box-sizing: border-box; }
  .ccm-page .limit-width {
    max-width: 520px; }
  .ccm-page .ccm-block-type-form {
    max-width: 420px;
    margin: 57px auto 0; }
    .ccm-page .ccm-block-type-form .text-muted {
      display: none; }
    .ccm-page .ccm-block-type-form label {
      color: #808080; }
    .ccm-page .ccm-block-type-form input:not([type="submit"]):not([type="checkbox"]), .ccm-page .ccm-block-type-form textarea {
      width: 100%; }
    .ccm-page .ccm-block-type-form input:not([type="submit"]):not([type="checkbox"]) {
      height: 39px;
      line-height: 39px; }
  .ccm-page input:not([type="submit"]),
  .ccm-page textarea {
    border: none;
    background: #fff;
    border-radius: 3px; }
  .ccm-page #search-header input {
    background-color: transparent;
    border: 1px solid; }
  .ccm-page .form-group {
    margin-bottom: 25px; }
    .ccm-page .form-group input {
      padding-left: 13px;
      padding-right: 13px;
      font-weight: bold; }
    .ccm-page .form-group textarea {
      padding-left: 13px;
      padding-right: 13px;
      font-weight: bold; }
    .ccm-page .form-group input:not([type="submit"]), .ccm-page .form-group textarea {
      background-color: #e5e5e5; }
  .ccm-page .form-actions.submit {
    text-align: center; }
    .ccm-page .form-actions.submit .button {
      background-color: transparent;
      border-radius: 0; }
      .ccm-page .form-actions.submit .button:hover {
        background-color: #fff; }
  .ccm-page .wrapper-page {
    padding-top: 28px; }
    .ccm-page .wrapper-page .page-title-additional {
      margin-bottom: 28px; }
      .ccm-page .wrapper-page .page-title-additional h2 {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px; }
  .ccm-page .product ul li {
    /*margin: 0 0 0 40px;*/ }
    .ccm-page .product ul li:before {
      content: "- "; }
  .ccm-page .product ol li {
    list-style-type: decimal; }
  .ccm-page .ccm-pagination-wrapper {
    max-width: 687px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center; }
    .ccm-page .ccm-pagination-wrapper ul li {
      margin: .3em;
      font-weight: bold;
      display: inline-block; }
      .ccm-page .ccm-pagination-wrapper ul li:before {
        display: none; }
    .ccm-page .ccm-pagination-wrapper a {
      color: #b1b1b1; }
    .ccm-page .ccm-pagination-wrapper .tt-container-class {
      margin-bottom: 50px; }
    .ccm-page .ccm-pagination-wrapper .tt-prev-class {
      font-family: 'GalanoGrotesque-Bold';
      padding-left: 2em;
      float: left;
      background: url(../assets/images/left-arrow-lists.png) left center no-repeat; }
      @media screen and (min-width: 600px) and (max-width: 1023px) {
        .ccm-page .ccm-pagination-wrapper .tt-prev-class {
          margin-right: 1em; } }
      @media screen and (max-width: 599px) {
        .ccm-page .ccm-pagination-wrapper .tt-prev-class {
          text-indent: -9999px;
          width: 2em; } }
      .ccm-page .ccm-pagination-wrapper .tt-prev-class a {
        color: #0f2841; }
    .ccm-page .ccm-pagination-wrapper .tt-next-class {
      font-family: 'GalanoGrotesque-Bold';
      padding-right: 2em;
      float: right;
      background: url(../assets/images/right-arrow-lists-bis.png) right center no-repeat; }
      @media screen and (min-width: 600px) and (max-width: 1023px) {
        .ccm-page .ccm-pagination-wrapper .tt-next-class {
          margin-left: 1em; } }
      @media screen and (max-width: 599px) {
        .ccm-page .ccm-pagination-wrapper .tt-next-class {
          text-indent: -9999px;
          width: 2em; } }
      .ccm-page .ccm-pagination-wrapper .tt-next-class a {
        color: #0f2841; }
    .ccm-page .ccm-pagination-wrapper .tt-disabled-class {
      color: #777; }
    .ccm-page .ccm-pagination-wrapper .tt-active-class {
      color: #0094d7;
      text-decoration: underline; }
  .ccm-page #years25warranty {
    display: none; }
  .ccm-page #materialCalculatorHolder {
    display: none;
    padding: 50px 0;
    background: url(../assets/images/tuffstuff-calculator-blurred.jpg) center center;
    background-size: cover;
    color: white; }
    .ismobile .ccm-page #materialCalculatorHolder select {
      width: 100% !important;
      height: 100% !important; }
    .ccm-page #materialCalculatorHolder .print {
      float: right; }
      @media screen and (max-width: 600px) {
        .ccm-page #materialCalculatorHolder .print {
          float: none; } }
    .ccm-page #materialCalculatorHolder .print-button {
      display: block;
      width: 250px;
      font-size: 19.2px;
      color: white;
      line-height: 30px;
      height: 52px;
      padding: 10px 20px;
      border: 1px solid white;
      background: url(../assets/images/icon-print.png) no-repeat 200px center; }
    .ccm-page #materialCalculatorHolder .select-area {
      display: inline-block; }
    .ccm-page #materialCalculatorHolder .selectboxit, .ccm-page #materialCalculatorHolder .selectboxit-enabled .selectboxit-btn {
      background: transparent !important;
      border: 1px solid #FFF !important;
      border-radius: 0 !important;
      padding: 0.625em !important;
      height: auto !important;
      width: 250px !important;
      font-weight: bold !important;
      font-size: 1em !important; }
    .ccm-page #materialCalculatorHolder .selectboxit-text {
      font-size: 1.2em !important;
      max-width: 90% !important; }
    .ccm-page #materialCalculatorHolder .selectboxit-arrow.selectboxit-default-arrow {
      border-top: 4px solid #fff !important; }
    .ccm-page #materialCalculatorHolder .selectboxit-text {
      color: #fff !important; }
    .ccm-page #materialCalculatorHolder .selectboxit-container {
      margin-bottom: 3em; }
    .ccm-page #materialCalculatorHolder .selectboxit-options, .ccm-page #materialCalculatorHolder selectboxit-list {
      width: 250px !important;
      background: rgba(255, 255, 255, 0.8) !important;
      border-radius: 0 !important; }
    .ccm-page #materialCalculatorHolder .selectboxit-option-anchor {
      font-size: 1.2em !important;
      line-height: 2em !important;
      height: 2em !important; }
    .ccm-page #materialCalculatorHolder p {
      margin-bottom: 1em; }
      @media screen and (max-width: 600px) {
        .ccm-page #materialCalculatorHolder p {
          margin-top: 1em; } }
    .ccm-page #materialCalculatorHolder .tables-border {
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
    @media screen and (min-width: 1024px) {
      .ccm-page #materialCalculatorHolder {
        padding: 100px 0; }
        .ccm-page #materialCalculatorHolder .primary-materials,
        .ccm-page #materialCalculatorHolder .secondary-materials {
          display: inline-block;
          vertical-align: top; }
        .ccm-page #materialCalculatorHolder .primary-materials {
          width: 32%; }
        .ccm-page #materialCalculatorHolder .secondary-materials {
          width: 65%;
          float: right; }
          .ccm-page #materialCalculatorHolder .secondary-materials .split {
            display: inline-block;
            width: 48%;
            vertical-align: top; }
            .ccm-page #materialCalculatorHolder .secondary-materials .split.right {
              float: right; } }
    .ccm-page #materialCalculatorHolder table {
      border-left: 1px solid white;
      border-right: 1px solid white;
      width: 100%; }
      .ccm-page #materialCalculatorHolder table tr {
        width: 100%; }
      .ccm-page #materialCalculatorHolder table td {
        vertical-align: top;
        box-sizing: border-box;
        padding: 10px; }
        .ccm-page #materialCalculatorHolder table td.dzz {
          border-bottom: 1px solid white;
          border-right: 1px solid white;
          width: 60%; }
          .ccm-page #materialCalculatorHolder table td.dzz.last {
            border-bottom: none; }
        .ccm-page #materialCalculatorHolder table td.bzz {
          border-bottom: 1px solid white;
          border-left: 1px solid white;
          width: 40%; }
          .ccm-page #materialCalculatorHolder table td.bzz.last {
            border-bottom: none; }
  .ccm-page .main .container .ccm-search-block-form > h3 {
    display: none; }
  .ccm-page .main .container .ccm-search-block-text {
    border: 1px solid #0f2841;
    border-radius: 0; }
  .ccm-page .main .container .ccm-search-block-submit {
    background: #0f2841;
    border: none;
    color: white; }
  .ccm-page #formblock269 .field-checkboxlist {
    display: block !important; }
    .ccm-page #formblock269 .field-checkboxlist .checkboxList label {
      display: block !important; }
    .ccm-page #formblock269 .field-checkboxlist input {
      float: left;
      width: 2em; }
  .ccm-page #formblock269 .form-actions.submit input:hover {
    background: #0f2841; }
  .ccm-page #ukdistributioncall {
    text-align: center;
    background-image: url(../assets/images/section--uk-distribution-bg-mobile.jpg);
    color: #fff; }
    .ccm-page #ukdistributioncall .container {
      padding-top: 130px;
      padding-bottom: 130px; }
      @media screen and (min-width: 1280px) {
        .ccm-page #ukdistributioncall .container {
          padding-top: 204px;
          padding-bottom: 117px; } }
    @media screen and (min-width: 600px) {
      .ccm-page #ukdistributioncall {
        background-image: url(../assets/images/section--uk-distribution-bg-tablet.jpg); } }
    @media screen and (min-width: 1280px) {
      .ccm-page #ukdistributioncall {
        background-image: url(../assets/images/section--uk-distribution-bg-desktop.jpg); } }
    .ccm-page #ukdistributioncall h2 {
      font-size: 32px;
      line-height: 38px;
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (min-width: 600px) {
        .ccm-page #ukdistributioncall h2 {
          font-size: 48px;
          line-height: 58px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page #ukdistributioncall h2 {
          font-size: 72px;
          line-height: 86px; } }
  .ccm-page #ukdistributionform {
    background-color: #0f2841; }
  .ccm-page .rslides li:before {
    display: none; }
  .ccm-page .googleMapCanvas {
    margin-bottom: 50px !important; }
  .ccm-page #tuffy-menu-link a {
    padding-right: 20px; }
  .ccm-page .tuffy-container {
    margin-top: 30px; }
  .ccm-page .audiojs {
    margin: 0 auto;
    margin-bottom: 40px; }
    .ccm-page .audiojs .play-pause {
      width: 35px;
      z-index: 99; }
      .ccm-page .audiojs .play-pause .play {
        position: absolute;
        overflow: hidden;
        height: 25px; }
    @media screen and (max-width: 599px) {
      .ccm-page .audiojs {
        width: 100%; }
        .ccm-page .audiojs .scrubber {
          display: none; }
        .ccm-page .audiojs .time {
          border: 0; } }
  .ccm-page img {
    display: block;
    max-width: 100%;
    height: auto; }
  .ccm-page .row {
    margin: 0 -15px 30px -15px;
    width: 100%; }
    .ccm-page .row .col-sm-4 {
      padding: 0 15px; }
    @media (min-width: 992px) {
      .ccm-page .row {
        display: -webkit-flex;
        display: flex; }
        .ccm-page .row .col-sm-4 {
          width: 33%; }
        .ccm-page .row .col-sm-6 {
          width: 50%; }
        .ccm-page .row .col-sm-8 {
          width: 66%; } }
  .ccm-page #header {
    background-color: #0f2841;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #bfbfbf; }
  .ccm-page.page-template-products #header {
    background-image: url("../assets/images/bg-products.png"); }
  .ccm-page.page-template-products-list #header {
    background-image: url("../assets/images/bg-products.png"); }
  .ccm-page.page-template-product #header {
    background-image: url("../assets/images/bg-products.png"); }
  .ccm-page.page-template-contact #header {
    background-image: url("../assets/images/bg-contact.png"); }
  .ccm-page.page-template-faqs #header {
    background-image: url("../assets/images/bg-faqs.png"); }
  .ccm-page.page-template-support #header {
    background-image: url("../assets/images/bg-support.png"); }
  .ccm-page.page-template-captaintuffy #header {
    background-image: url("../assets/images/bg-faqs.png"); }
  .ccm-page .main_header {
    position: relative; }
  .ccm-page .logo-container {
    float: left;
    padding-top: 29px;
    width: 90px; }
    .ccm-page .logo-container .site-logo {
      width: 90px;
      height: 53px;
      background-image: url("../assets/images/logo.png");
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
      text-indent: -9999px; }
  .ccm-page .page-title, .ccm-page .jumbo {
    font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    clear: both; }
    .ccm-page .page-title h1, .ccm-page .page-title h2, .ccm-page .page-title h3, .ccm-page .jumbo h1, .ccm-page .jumbo h2, .ccm-page .jumbo h3 {
      font-size: 32px;
      line-height: 38px;
      margin: 0; }
      @media screen and (min-width: 600px) {
        .ccm-page .page-title h1, .ccm-page .page-title h2, .ccm-page .page-title h3, .ccm-page .jumbo h1, .ccm-page .jumbo h2, .ccm-page .jumbo h3 {
          font-size: 48px;
          line-height: 58px; } }
    @media screen and (max-width: 599px) {
      .ccm-page .page-title, .ccm-page .jumbo {
        text-align: center;
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media screen and (min-width: 600px) {
      .ccm-page .page-title, .ccm-page .jumbo {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .ccm-page #search-header {
    position: relative;
    width: 167px;
    height: 26px; }
  .ccm-page .search__input {
    width: 167px;
    height: 26px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 3px 5px; }
  .ccm-page .search__submit {
    background: url(../assets/images/search-16px.png) no-repeat center center;
    display: block;
    width: 16px;
    height: 16px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 5px;
    top: 5px; }
  .ccm-page ::-webkit-input-placeholder {
    color: #666666;
    font-weight: bold; }
  .ccm-page :-moz-placeholder {
    /* Firefox 18- */
    color: #666666; }
  .ccm-page ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666; }
  .ccm-page :-ms-input-placeholder {
    color: #666666; }
  @media screen and (max-width: 599px) {
    .ccm-page .menu .bars {
      display: block;
      top: 0;
      left: 0;
      right: auto; }
    .ccm-page .menu .mobile-search-icon {
      display: block;
      padding: 30px;
      top: 0;
      left: auto;
      right: 0; }
    .ccm-page .product-title {
      font-size: 15px; }
    .ccm-page .logo-container {
      float: none;
      padding-top: 18px; } }
  @media screen and (min-width: 600px) {
    .ccm-page .menu .bars {
      display: block;
      padding: 30px;
      top: 0;
      left: auto;
      right: 0; }
    .ccm-page .menu .mobile-search-icon {
      display: block;
      padding: 30px;
      top: 0;
      left: auto;
      right: 0; }
    .ccm-page .product-title {
      font-size: 21px; } }
  @media screen and (min-width: 1024px) {
    .ccm-page .product-title {
      font-size: 24px; } }
  @media screen and (min-width: 970px) {
    .ccm-page .menu .bars {
      display: block;
      padding: 30px;
      top: 0;
      left: auto;
      right: 0; }
    .ccm-page .menu .mobile-search-icon {
      display: block;
      padding: 30px;
      top: 0;
      left: auto;
      right: 0; } }
  @media screen and (min-width: 1170px) {
    .ccm-page .menu .bars {
      display: none; }
    .ccm-page .menu .mobile-search-icon {
      display: none; } }
  .ccm-page .header.section {
    padding-top: 0px;
    padding-bottom: 0px; }
  .ccm-page .menu-wrapper {
    float: right; }
    .ccm-page .menu-wrapper #materials-menu-link, .ccm-page .menu-wrapper #tuffy-menu-link {
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 14px; }
      .ccm-page .menu-wrapper #materials-menu-link a, .ccm-page .menu-wrapper #tuffy-menu-link a {
        float: right; }
      @media screen and (max-width: 1170px) {
        .ccm-page .menu-wrapper #materials-menu-link, .ccm-page .menu-wrapper #tuffy-menu-link {
          display: none; } }
  .ccm-page .menu ul.nav {
    border-bottom: 2px solid white;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 85px;
    padding-top: 30px; }
    @media screen and (max-width: 1170px) {
      .ccm-page .menu ul.nav {
        display: none; } }
  .ccm-page .menu .bars {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    padding: 35px;
    padding-top: 10px;
    padding-left: 20px;
    position: absolute;
    top: 0; }
  .ccm-page .menu .mobile-search-icon {
    display: none;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0px; }
  .ccm-page .menu li {
    display: inline-block;
    margin-right: 33px;
    position: relative;
    height: 100%;
    /* span{
       position: absolute;
       width: 100%;
       background-color: #fff;
       bottom: 0px;
       left: 0px;
       height: 0px;
       @include transition(all 0.1s ease-in);
     }*/
    /*&:hover{
      span{
        @include transition(all 0.1s ease-in);
        position: absolute;
        width: 100%;
        height: 8px;
        background-color: #fff;
        bottom: 0px;
        left: 0px;
      }
    }*/ }
    @media screen and (max-width: 1270px) {
      .ccm-page .menu li {
        margin-right: 20px; } }
    .ccm-page .menu li .br {
      display: none !important; }
      @media (min-width: 992px) {
        .ccm-page .menu li .br {
          display: block !important; } }
    .ccm-page .menu li:last-child {
      margin-right: 0; }
    .ccm-page .menu li a {
      color: #fff;
      text-transform: uppercase;
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 1;
      height: 100%;
      text-decoration: none;
      display: inline-block;
      /*padding: 32px 0;*/ }
      .ccm-page .menu li a:after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        background-color: #fff;
        bottom: 0px;
        left: 0px;
        height: 0;
        -moz-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; }
      .ccm-page .menu li a:hover:after {
        height: 8px; }
      .ccm-page .menu li a.active {
        color: #e7b544; }
        .ccm-page .menu li a.active:after {
          height: 8px;
          background: #e7b544; }
  .ccm-page.page-template-specifications {
    background-color: #333333; }
    .ccm-page.page-template-specifications h3 {
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-specifications h3 {
          font-size: 20px;
          line-height: 24px; } }
    .ccm-page.page-template-specifications .main {
      color: #bfbfbf; }
      .ccm-page.page-template-specifications .main a {
        color: #bfbfbf; }
      .ccm-page.page-template-specifications .main ul {
        list-style-type: none;
        margin-top: 14px; }
      .ccm-page.page-template-specifications .main li {
        font-size: 17px;
        line-height: 20px; }
        .ccm-page.page-template-specifications .main li:before {
          color: #bfbfbf;
          content: "- "; }
        .ccm-page.page-template-specifications .main li a {
          color: #bfbfbf; }
    .ccm-page.page-template-specifications #header {
      background-color: #333333; }
    .ccm-page.page-template-specifications .specifications--section-2 a {
      text-decoration: underline; }
    .ccm-page.page-template-specifications #downloads .headline {
      background-image: url(../assets/images/icons-cloud.png);
      background-size: 69px 62px;
      background-position: center bottom;
      background-repeat: no-repeat;
      margin-bottom: 15px;
      padding-bottom: 69px; }
      .ccm-page.page-template-specifications #downloads .headline a {
        text-decoration: none; }
        .ccm-page.page-template-specifications #downloads .headline a:hover {
          text-decoration: underline; }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-specifications #downloads .headline p {
          max-width: 454px;
          margin-right: 400px; } }
      @media screen and (min-width: 1024px) {
        .ccm-page.page-template-specifications #downloads .headline p {
          max-width: 520px;
          margin-right: 400px; } }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-specifications #downloads .headline {
          background-size: 123px 111px;
          background-position: right center;
          padding-bottom: 15px;
          margin-bottom: 0; } }
      @media screen and (min-width: 1280px) {
        .ccm-page.page-template-specifications #downloads .headline {
          max-width: 1024px; } }
    @media screen and (max-width: 800px) {
      .ccm-page.page-template-specifications #downloads {
        border-bottom: 1px solid #bfbfbf; } }
    @media screen and (min-width: 1280px) {
      .ccm-page.page-template-specifications #warranties .headline,
      .ccm-page.page-template-specifications #warranties .warraties-links {
        width: 50%;
        float: left; }
        .ccm-page.page-template-specifications #warranties .headline p,
        .ccm-page.page-template-specifications #warranties .warraties-links p {
          margin-right: 0 !important; } }
    .ccm-page.page-template-specifications #warranties .specs {
      padding-top: 0; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-specifications #warranties p {
        max-width: 454px; } }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-specifications #warranties .specs {
        float: none;
        width: 100%; } }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-specifications #warranties {
        padding-bottom: 90px; } }
    .ccm-page.page-template-specifications .section {
      padding-top: 30px;
      padding-bottom: 15px; }
    .ccm-page.page-template-specifications .specifications h1, .ccm-page.page-template-specifications .specifications h2, .ccm-page.page-template-specifications .specifications h3, .ccm-page.page-template-specifications .specifications p {
      color: #fff; }
    .ccm-page.page-template-specifications .specs {
      padding-top: 15px;
      padding-bottom: 15px; }
      .ccm-page.page-template-specifications .specs .specs-body a {
        text-decoration: underline; }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-specifications .specs {
          padding-top: 25px;
          padding-bottom: 25px;
          width: 50%;
          float: left; }
          .ccm-page.page-template-specifications .specs.third {
            clear: both; } }
      @media screen and (min-width: 1280px) {
        .ccm-page.page-template-specifications .specs {
          width: 33%; }
          .ccm-page.page-template-specifications .specs.third {
            clear: none; }
          .ccm-page.page-template-specifications .specs.forth {
            clear: both; } }
    .ccm-page.page-template-specifications .warranties-links {
      padding-top: 15px;
      padding-bottom: 15px; }
      .ccm-page.page-template-specifications .warranties-links img {
        width: 132px;
        height: auto; }
        @media screen and (min-width: 600px) {
          .ccm-page.page-template-specifications .warranties-links img {
            width: 215px; } }
      @media screen and (min-width: 1024px) {
        .ccm-page.page-template-specifications .warranties-links {
          width: 50%;
          float: left; } }
      @media screen and (min-width: 1280px) {
        .ccm-page.page-template-specifications .warranties-links {
          padding-top: 52px; } }
  .ccm-page.page-template-home .home--header {
    background-image: url(../assets/images/bg-home.jpg); }
  .ccm-page.page-template-home .iso-container {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 500px;
    text-align: right; }
    .ccm-page.page-template-home .iso-container img {
      width: 33%;
      padding: 5px;
      display: inline-block;
      max-height: 80px;
      width: auto; }
    @media screen and (max-width: 1024px) {
      .ccm-page.page-template-home .iso-container {
        position: relative;
        bottom: auto;
        overflow: hidden;
        margin-bottom: 20px;
        text-align: left; } }
    @media screen and (max-width: 400px) {
      .ccm-page.page-template-home .iso-container {
        width: 100%; }
        .ccm-page.page-template-home .iso-container img {
          width: 32%;
          max-height: 100%; }
        .ccm-page.page-template-home .iso-container img.labc {
          height: 46px;
          width: auto; } }
  .ccm-page.page-template-home #products-tractor {
    border-bottom: 5px solid #00a5dc; }
    .ccm-page.page-template-home #products-tractor .promo {
      margin-top: 30px; }
  .ccm-page .home--section-1 {
    background-image: url(../assets/images/section--designed-for-trade-bg-mobile.jpg);
    background-position: right bottom;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 274px; }
    @media screen and (min-width: 600px) {
      .ccm-page .home--section-1 {
        background-image: url(../assets/images/section--designed-for-trade-bg-tablet.jpg);
        padding-top: 77px;
        padding-bottom: 380px; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-1 {
        background-image: url(../assets/images/section--designed-for-trade-bg-desktop.jpg);
        background-size: cover;
        padding-top: 258px;
        padding-bottom: 258px; } }
  .ccm-page .home--section-3 {
    background-color: #e6e6e6;
    padding-top: 56px;
    padding-bottom: 48px; }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-3 {
        padding-top: 235px;
        padding-bottom: 235px; } }
    .ccm-page .home--section-3 img {
      width: 231px;
      height: auto; }
      @media screen and (min-width: 600px) {
        .ccm-page .home--section-3 img {
          width: auto; } }
    .ccm-page .home--section-3 .col-1 {
      text-align: center;
      padding-bottom: 50px; }
      @media screen and (min-width: 600px) {
        .ccm-page .home--section-3 .col-1 {
          padding-bottom: 168px;
          padding-top: 168px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .home--section-3 .col-1 {
          padding-bottom: 0;
          padding-top: 0; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-3 .col-2 {
        padding-top: 15px; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-3 .col-2 p {
        margin-right: 0 !important; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-3 .col-1,
      .ccm-page .home--section-3 .col-2 {
        width: 50%;
        float: left; } }
  .ccm-page .home--section-5 {
    text-align: center;
    padding-top: 94px;
    padding-bottom: 94px;
    background-image: url(../assets/images/section--materials-calculator-bg-mobile.jpg);
    color: #fff; }
    @media screen and (min-width: 600px) {
      .ccm-page .home--section-5 {
        padding-top: 153px;
        padding-bottom: 153px;
        background-image: url(../assets/images/section--materials-calculator-bg-tablet.jpg); } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-5 {
        padding-top: 105px;
        padding-bottom: 105px;
        background-image: url(../assets/images/section--materials-calculator-bg-desktop.jpg); } }
    .ccm-page .home--section-5 a {
      color: #fff; }
    .ccm-page .home--section-5 img {
      margin-bottom: 20px; }
    .ccm-page .home--section-5 h2 {
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        .ccm-page .home--section-5 h2 {
          font-size: 48px;
          line-height: 58px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .home--section-5 h2 {
          font-size: 72px;
          line-height: 86px; } }
  .ccm-page .home--section-training_videos {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    padding-top: 95px; }
    .ccm-page .home--section-training_videos .home--section-training_videos-text {
      text-align: left;
      max-width: 395px;
      margin-left: auto;
      margin-right: 100px; }
      @media screen and (max-width: 1280px) {
        .ccm-page .home--section-training_videos .home--section-training_videos-text {
          max-width: 100%;
          margin-left: 0; } }
    .ccm-page .home--section-training_videos h2 {
      font-size: 29px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0e2742;
      margin-bottom: 25px;
      position: relative;
      text-transform: uppercase; }
      .ccm-page .home--section-training_videos h2:after {
        content: "";
        background: #26a4dd;
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        bottom: -1px;
        max-width: 190px; }
    .ccm-page .home--section-training_videos p {
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.14;
      letter-spacing: normal;
      color: #838383;
      margin-bottom: 35px; }
    .ccm-page .home--section-training_videos a {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      color: #0e2742;
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 49px;
      width: 255px;
      background: transparent;
      border: 1px solid #808080;
      transition-duration: 0.4s;
      margin-top: 0;
      display: inline-block;
      text-align: center;
      max-width: 350px; }
      .ccm-page .home--section-training_videos a:hover {
        background: #0f2841;
        color: white; }
      @media screen and (max-width: 1280px) {
        .ccm-page .home--section-training_videos a {
          font-size: 15px;
          width: 100%; } }
    .ccm-page .home--section-training_videos .container {
      max-width: 100%;
      display: flex; }
      @media screen and (max-width: 1280px) {
        .ccm-page .home--section-training_videos .container {
          flex-wrap: wrap; } }
    .ccm-page .home--section-training_videos .col-1 {
      text-align: center;
      display: flex;
      align-items: center;
      align-content: center;
      margin-top: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1280px) {
        .ccm-page .home--section-training_videos .col-1 {
          width: 100%; } }
    @media screen and (max-width: 1280px) {
      .ccm-page .home--section-training_videos .col-2 {
        width: 100%;
        order: -1;
        text-align: center; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .home--section-training_videos .col-1,
      .ccm-page .home--section-training_videos .col-2 {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 1280px) {
      .ccm-page .home--section-training_videos .col-1,
      .ccm-page .home--section-training_videos .col-2 {
        flex: 0 0 auto; } }
  .ccm-page.page-template-about .about--header {
    background-image: url(../assets/images/bg-aboutus.jpg); }
  .ccm-page .about--section-1 .col-2 {
    text-align: center; }
  @media screen and (min-width: 1024px) {
    .ccm-page .about--section-1 .cols {
      width: 49%;
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box; } }
  .ccm-page .about--section-2 {
    background-image: url(../assets/images/bg-about-aaa.jpg);
    padding-top: 125px;
    padding-bottom: 125px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    .ccm-page .about--section-2 p, .ccm-page .about--section-2 a {
      color: #fff;
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 24px;
      line-height: 29px; }
      @media screen and (min-width: 600px) {
        .ccm-page .about--section-2 p, .ccm-page .about--section-2 a {
          font-size: 30px;
          line-height: 36px; } }
  .ccm-page .about--section-3 {
    border-bottom: 1px solid #bfbfbf; }
    @media screen and (min-width: 1024px) {
      .ccm-page .about--section-3 .cols {
        width: 49%;
        /* float: left; */
        height: inherit;
        display: inline-block;
        vertical-align: middle; } }
    .ccm-page .about--section-3 .col-2 {
      text-align: center; }
      .ccm-page .about--section-3 .col-2 > * {
        display: inline-block;
        width: 36%;
        vertical-align: middle; }
        .ccm-page .about--section-3 .col-2 > *:nth-child(2n+1) {
          margin-right: 6%; }
      .ccm-page .about--section-3 .col-2 img {
        display: inline-block; }
  .ccm-page .about--section-4 h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1em;
    text-transform: uppercase; }
  .ccm-page .about--section-4 .col-3-1 {
    padding-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .ccm-page .about--section-4 .col-3-1 {
        margin-right: 6%; } }
    @media screen and (min-width: 1024px) {
      .ccm-page .about--section-4 .col-3-1 {
        margin-right: 3%; } }
  @media screen and (min-width: 600px) {
    .ccm-page .about--section-4 .cols {
      width: 47%;
      float: left; } }
  @media screen and (min-width: 1024px) {
    .ccm-page .about--section-4 .cols {
      width: 30%; } }
  .ccm-page .HTMLBlock {
    padding-top: 20px; }
  .ccm-page.page-template-contact {
    background-color: #e6e6e6; }
    .ccm-page.page-template-contact .contact--section-1 {
      background-color: #fff; }
      .ccm-page.page-template-contact .contact--section-1 h3 {
        font-size: 22px;
        margin-bottom: 1em; }
      .ccm-page.page-template-contact .contact--section-1 .section-title span {
        font-size: 18px;
        line-height: 1.4em; }
    .ccm-page.page-template-contact .contact--section-2 {
      padding-top: 0; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-contact .contact--section-1 .section-title .email {
        font-size: 20px; } }
    .ccm-page.page-template-contact #formblock80 .form-group input,
    .ccm-page.page-template-contact #formblock80 .form-group textarea {
      background: #fff; }
    .ccm-page.page-template-contact #formblock80 .form-actions.submit input {
      border: 1px solid #0f2841;
      color: #0f2841; }
  .ccm-page.page-template-products .main .container {
    padding-top: 16px; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-products .main .container {
        padding-top: 50px; } }
  .ccm-page.page-template-products-list .main .container {
    padding: 0; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-products-list .main .container {
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-products-list .main .container {
        padding: 0 0 0 10px; } }
  @media screen and (min-width: 600px) {
    .ccm-page.page-template-products-list .main {
      width: 70%;
      float: left;
      max-width: 90em;
      margin-left: auto;
      margin-right: auto; }
      .ccm-page.page-template-products-list .main::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 1024px) {
    .ccm-page.page-template-products-list .main {
      width: 81%; } }
  .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-thumbnail {
    width: 30%;
    float: left;
    margin-right: 6%; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-thumbnail {
        width: 100%; } }
  .ccm-page.page-template-products-list .product-title {
    float: left;
    width: 64%; }
  .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
    clear: both;
    margin-bottom: 15px;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
        height: 320px; } }
    @media screen and (min-width: 1440px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
        height: 310px; } }
    .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
        width: 50%;
        float: left;
        clear: none; }
        .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item img,
        .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail-hover {
          width: 90%;
          margin: 0 auto;
          display: block;
          border: 1px solid #e6e6e6; }
        .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail-hover {
          left: 5%;
          background-color: #0f2841; }
          .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail-hover:hover {
            opacity: 0.7; }
        .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item .product-title {
          padding: 14px 5%;
          width: 100%;
          font-size: 16px;
          box-sizing: border-box; } }
    @media screen and (min-width: 600px) and (max-width: 1023px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item:nth-child(2n+1) {
        clear: both; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
        width: 33%; } }
    @media screen and (min-width: 1024px) and (max-width: 1439px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item:nth-child(3n+1) {
        clear: both; } }
    @media screen and (min-width: 1440px) {
      .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item {
        width: 25%; }
        .ccm-page.page-template-products-list .ccm-block-page-list-page-entry-grid-item:nth-child(4n+1) {
          clear: both; } }
  .ccm-page.page-template-product .goback {
    margin-top: 30px;
    margin-bottom: 18px; }
    .ccm-page.page-template-product .goback a {
      position: relative;
      display: block;
      margin-left: -15px; }
      .ccm-page.page-template-product .goback a i {
        display: inline-block;
        height: 50px;
        line-height: 50px; }
      .ccm-page.page-template-product .goback a span {
        line-height: 50px;
        top: -3px;
        display: inline-block;
        position: absolute;
        font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px; }
  .ccm-page.page-template-product .product-text {
    margin-bottom: 30px; }
  .ccm-page.page-template-product .product-title {
    font-family: "GalanoGrotesque-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2; }
  .ccm-page.page-template-product .product-code {
    font-family: "GalanoGrotesque-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #808080;
    margin-bottom: 30px;
    line-height: 1.2; }
  .ccm-page.page-template-product .product-description {
    color: #808080;
    margin-bottom: 30px; }
  .ccm-page.page-template-product .product-enquire {
    margin-bottom: 30px; }
  .ccm-page.page-template-product .product-enquire.tablet {
    display: none; }
  .ccm-page.page-template-product .section-title {
    margin-bottom: 30px; }
  .ccm-page.page-template-product .product-additions {
    border-top: 2px solid #0f2841;
    padding: 30px 0;
    text-align: center; }
    .ccm-page.page-template-product .product-additions img {
      width: 100%;
      height: auto;
      border: 1px solid #bfbfbf; }
      @media screen and (min-width: 1024px) {
        .ccm-page.page-template-product .product-additions img {
          width: 223px;
          height: 223px; } }
    .ccm-page.page-template-product .product-additions .product {
      clear: both;
      display: block;
      overflow: hidden; }
      .ccm-page.page-template-product .product-additions .product .product-image {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 39.44206%;
        padding-right: 15px; }
        .ccm-page.page-template-product .product-additions .product .product-image:last-child {
          margin-right: 0; }
      .ccm-page.page-template-product .product-additions .product .product-text {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 59.62804%;
        text-align: left; }
        .ccm-page.page-template-product .product-additions .product .product-text:last-child {
          margin-right: 0; }
  @media screen and (min-width: max-width) and (1023px: 30) {
    .ccm-page.page-template-product .product-enquire.tablet {
      display: block; }
    .ccm-page.page-template-product .product-enquire.standard {
      display: none; } }
  @media screen and (min-width: 600px) {
    .ccm-page.page-template-product .product-image {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 49.53505%;
      padding-right: 30px; }
      .ccm-page.page-template-product .product-image:last-child {
        margin-right: 0; }
    .ccm-page.page-template-product .product-text {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 49.53505%;
      margin-right: 0; }
      .ccm-page.page-template-product .product-text:last-child {
        margin-right: 0; }
    .ccm-page.page-template-product .product-additions {
      overflow: hidden;
      padding-bottom: 50px; }
      .ccm-page.page-template-product .product-additions .product {
        vertical-align: top;
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 32.7134%;
        clear: none; }
        .ccm-page.page-template-product .product-additions .product:last-child {
          margin-right: 0; }
        .ccm-page.page-template-product .product-additions .product .product-image {
          float: left;
          display: block;
          margin-right: 0.92991%;
          width: 100%;
          margin-bottom: 15px;
          padding: 0; }
          .ccm-page.page-template-product .product-additions .product .product-image:last-child {
            margin-right: 0; }
          .ccm-page.page-template-product .product-additions .product .product-image img {
            padding: 0; }
        .ccm-page.page-template-product .product-additions .product .product-text {
          float: left;
          display: block;
          margin-right: 0.92991%;
          width: 100%;
          text-align: left;
          margin-bottom: 0; }
          .ccm-page.page-template-product .product-additions .product .product-text:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .ccm-page.page-template-product .product-image {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 32.7134%;
      padding: 0;
      padding-right: 30px;
      text-align: center; }
      .ccm-page.page-template-product .product-image:last-child {
        margin-right: 0; }
    .ccm-page.page-template-product .product-text {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 66.3567%;
      margin: 0; }
      .ccm-page.page-template-product .product-text:last-child {
        margin-right: 0; }
    .ccm-page.page-template-product .product-additions .product {
      float: left;
      display: block;
      margin-right: 0.92991%;
      width: 19.25607%;
      float: none;
      display: inline-block; }
      .ccm-page.page-template-product .product-additions .product:last-child {
        margin-right: 0; }
      .ccm-page.page-template-product .product-additions .product .product-image {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 100%;
        margin-bottom: 15px;
        padding: 0; }
        .ccm-page.page-template-product .product-additions .product .product-image:last-child {
          margin-right: 0; }
        .ccm-page.page-template-product .product-additions .product .product-image img {
          padding: 0; }
      .ccm-page.page-template-product .product-additions .product .product-text {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 100%;
        text-align: left;
        margin-bottom: 0; }
        .ccm-page.page-template-product .product-additions .product .product-text:last-child {
          margin-right: 0; } }
  .ccm-page .products-filters {
    margin-bottom: 28px; }
    .ccm-page .products-filters .wrapper {
      background-color: #e6e6e6;
      padding: 15px;
      margin-bottom: 6px; }
    .ccm-page .products-filters .ccm-block-page-list-header h5,
    .ccm-page .products-filters .ccm-block-topic-list-header h5 {
      cursor: pointer;
      display: block;
      height: 100%;
      width: 100%;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      background-image: url(../assets/images/bottom-arrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
      .ccm-page .products-filters .ccm-block-page-list-header h5.open,
      .ccm-page .products-filters .ccm-block-topic-list-header h5.open {
        background-image: url(../assets/images/top-arrow.png); }
    .ccm-page .products-filters .ccm-block-page-list-pages,
    .ccm-page .products-filters .ccm-block-topic-list-list {
      margin-top: 16px; }
    @media screen and (min-width: 600px) {
      .ccm-page .products-filters {
        width: 30%;
        float: left; } }
    @media screen and (min-width: 1024px) {
      .ccm-page .products-filters {
        width: 19%; } }
  .ccm-page .ccm-block-page-list-thumbnail-grid-wrapper {
    overflow: hidden;
    *zoom: 1; }
  @media screen and (min-width: 1024px) {
    .ccm-page #products-tractor .cols,
    .ccm-page .tuffy-container .cols {
      width: 49%;
      display: inline-block;
      vertical-align: middle; } }
  .ccm-page #products-tractor .promo,
  .ccm-page .tuffy-container .promo {
    margin-bottom: 30px; }
    .ccm-page #products-tractor .promo.image,
    .ccm-page .tuffy-container .promo.image {
      text-align: center; }
      .ccm-page #products-tractor .promo.image img,
      .ccm-page .tuffy-container .promo.image img {
        max-width: 100%; }
    .ccm-page #products-tractor .promo.title,
    .ccm-page .tuffy-container .promo.title {
      text-transform: uppercase;
      margin-bottom: 0; }
      .ccm-page #products-tractor .promo.title h3,
      .ccm-page .tuffy-container .promo.title h3 {
        font-size: 24px;
        line-height: 29px; }
    .ccm-page #products-tractor .promo.link a,
    .ccm-page .tuffy-container .promo.link a {
      text-transform: uppercase;
      display: inline-block;
      padding: 18px 62px;
      border: 1px solid #808080;
      font-size: 14px; }
      @media screen and (min-width: 1024px) {
        .ccm-page #products-tractor .promo.link a,
        .ccm-page .tuffy-container .promo.link a {
          padding: 20px 72px;
          font-size: 20px; } }
  .ccm-page .faq-answer {
    display: none;
    padding: 15px;
    color: #808080;
    border: 1px solid #e6e6e6; }
  .ccm-page .faq-category-title {
    margin-bottom: 28px; }
    .ccm-page .faq-category-title h2 {
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .ccm-page .faq-category-title h2 {
          font-size: 36px;
          line-height: 43px; } }
    .ccm-page .faq-category-title hr {
      width: 100%; }
  .ccm-page .faq-category .ccm-faq-container {
    margin-bottom: 15px; }
    .ccm-page .faq-category .ccm-faq-container h3 {
      padding: 15px;
      background-color: #e6e6e6; }
    .ccm-page .faq-category .ccm-faq-container .faq-question-link {
      display: block;
      width: 100%;
      background-image: url(../assets/images/bottom-arrow.png);
      background-position: right bottom;
      background-repeat: no-repeat; }
  .ccm-page .faq-link-categories {
    background-color: #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    margin-bottom: 28px; }
    .ccm-page .faq-link-categories li {
      list-style-image: url(../assets/images/right-arrow-lists.png);
      padding-left: 0;
      margin-left: 15px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .ccm-page .faq-link-categories a {
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .ccm-page .faq-link-categories {
        width: 248px;
        margin-right: 50px;
        float: left; } }
  @media screen and (min-width: 1024px) {
    .ccm-page .faqs-page .main {
      margin-left: 298px; } }
  .ccm-page .footer {
    position: relative;
    background-color: #e6e6e6;
    color: #0f2841;
    padding-top: 15px;
    padding-bottom: 30px; }
    @media screen and (max-width: 599px) {
      .ccm-page .footer {
        text-align: center; } }
    @media screen and (min-width: 600px) {
      .ccm-page .footer {
        padding-top: 33px;
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .footer {
        font-size: 18px;
        line-height: 22px; } }
    .ccm-page .footer p {
      color: #0f2841;
      margin-right: 0; }
      @media screen and (min-width: 600px) {
        .ccm-page .footer p {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .footer p {
          font-size: 18px;
          line-height: 22px; } }
    .ccm-page .footer .container {
      max-width: 90em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      max-width: 1440px; }
      .ccm-page .footer .container::after {
        clear: both;
        content: "";
        display: table; }
    .ccm-page .footer .left-column p {
      margin-top: 0; }
    .ccm-page .footer .left-column strong {
      font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    @media screen and (min-width: 600px) {
      .ccm-page .footer .left-column {
        width: 212px;
        float: left; } }
    @media screen and (min-width: 1280px) {
      .ccm-page .footer .left-column {
        width: 252px; } }
    .ccm-page .footer .middle-column {
      margin-bottom: 50px; }
      @media screen and (min-width: 600px) {
        .ccm-page .footer .middle-column {
          width: 140px;
          margin-left: 242px;
          position: absolute;
          left: 0; } }
      @media screen and (min-width: 768px) {
        .ccm-page .footer .middle-column {
          margin-left: 277px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .footer .middle-column {
          margin-left: 30%;
          width: 212px;
          top: 11px; } }
      .ccm-page .footer .middle-column .social-links {
        margin-top: -8px;
        margin-bottom: 22px; }
        .ccm-page .footer .middle-column .social-links a {
          font-size: 35px;
          line-height: 1;
          margin-right: 10px; }
      .ccm-page .footer .middle-column .footer-menu {
        margin-bottom: 1em; }
        .ccm-page .footer .middle-column .footer-menu li {
          font-size: 18px;
          line-height: 1.3; }
          @media screen and (min-width: 600px) {
            .ccm-page .footer .middle-column .footer-menu li {
              font-size: inherit;
              line-height: inherit; } }
    .ccm-page .footer .right-column {
      margin-bottom: 50px; }
      @media screen and (min-width: 600px) {
        .ccm-page .footer .right-column {
          width: 162px;
          float: right; } }
      @media screen and (min-width: 670px) {
        .ccm-page .footer .right-column {
          width: 212px;
          float: right; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .footer .right-column {
          width: 472px;
          margin-right: 0%; } }
      .ccm-page .footer .right-column p {
        margin-bottom: 1em; }
      .ccm-page .footer .right-column .button {
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 30px; }
    .ccm-page .footer .lower-footer {
      margin-top: 20px;
      position: relative; }
    .ccm-page .footer .cert-icons {
      width: 350px; }
      @media screen and (max-width: 599px) {
        .ccm-page .footer .cert-icons {
          width: auto; } }
      .ccm-page .footer .cert-icons img {
        display: inline-block;
        max-width: 120px;
        max-height: 55px;
        margin: 5px; }
    .ccm-page .footer .go-to-top {
      margin-bottom: 8px; }
      @media screen and (min-width: 600px) {
        .ccm-page .footer .go-to-top {
          text-align: center;
          margin-bottom: 35px; } }
      @media screen and (min-width: 1280px) {
        .ccm-page .footer .go-to-top {
          float: right;
          padding-top: 6px; } }
  .ccm-page.page-template-support {
    /*end tablet*/
    /*end desktop*/ }
    @media screen and (min-width: 1280px) {
      .ccm-page.page-template-support .support--section-1 {
        padding-top: 100px;
        padding-bottom: 80px; } }
    .ccm-page.page-template-support .support--section-1 .button {
      margin-top: 10px; }
    .ccm-page.page-template-support .support--section-1 .col-1 {
      margin-bottom: 30px; }
    .ccm-page.page-template-support .support--section-2 {
      background-color: #e6e6e6; }
      .ccm-page.page-template-support .support--section-2 .button {
        margin-top: 10px; }
      .ccm-page.page-template-support .support--section-2 .col-2 {
        margin-bottom: 30px; }
    .ccm-page.page-template-support .support--section-3 .section-body {
      margin-bottom: 30px; }
    .ccm-page.page-template-support .support--section-3 .col-2 {
      position: relative;
      text-align: center;
      margin: 0 auto; }
      .ccm-page.page-template-support .support--section-3 .col-2 img {
        max-width: 240px; }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-support .support--section-3 .col-2 {
        text-align: left; }
        .ccm-page.page-template-support .support--section-3 .col-2 p {
          display: inline-block;
          vertical-align: top; }
        .ccm-page.page-template-support .support--section-3 .col-2 .button {
          margin-right: 30px; }
        .ccm-page.page-template-support .support--section-3 .col-2 img {
          max-width: 240px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-support .support--section-1 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%; }
        .ccm-page.page-template-support .support--section-1 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-support .support--section-1 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 42.80639%;
        float: right; }
        .ccm-page.page-template-support .support--section-1 .col-2:last-child {
          margin-right: 0; }
      .ccm-page.page-template-support .support--section-2 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 42.80639%; }
        .ccm-page.page-template-support .support--section-2 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-support .support--section-2 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%;
        float: right; }
        .ccm-page.page-template-support .support--section-2 .col-2:last-child {
          margin-right: 0; }
      .ccm-page.page-template-support .support--section-3 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%; }
        .ccm-page.page-template-support .support--section-3 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-support .support--section-3 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 42.80639%;
        float: right;
        text-align: center;
        padding-top: 20px; }
        .ccm-page.page-template-support .support--section-3 .col-2:last-child {
          margin-right: 0; }
        .ccm-page.page-template-support .support--section-3 .col-2 img {
          max-width: none; }
        .ccm-page.page-template-support .support--section-3 .col-2 p {
          display: inline; }
        .ccm-page.page-template-support .support--section-3 .col-2 .button {
          position: absolute;
          bottom: -90px;
          left: 50%;
          margin-left: -120px; } }
  .ccm-page .support--section-training_videos {
    padding: 56px 0 56px 0;
    background-color: #e6e6e6; }
    .ccm-page .support--section-training_videos .title-separator {
      text-align: center; }
      .ccm-page .support--section-training_videos .title-separator .separator {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; }
    .ccm-page .support--section-training_videos h2 {
      text-align: center; }
    .ccm-page .support--section-training_videos .widgets {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      .ccm-page .support--section-training_videos .widgets .widget {
        flex-grow: 1;
        width: 32%;
        max-width: 32%;
        margin-bottom: 25px; }
        @media screen and (max-width: 1320px) {
          .ccm-page .support--section-training_videos .widgets .widget {
            width: 31%;
            max-width: 31%; } }
        @media screen and (max-width: 780px) {
          .ccm-page .support--section-training_videos .widgets .widget {
            width: 48%;
            max-width: 48%; } }
        @media screen and (max-width: 670px) {
          .ccm-page .support--section-training_videos .widgets .widget {
            width: 47%;
            max-width: 47%; } }
        @media screen and (max-width: 470px) {
          .ccm-page .support--section-training_videos .widgets .widget {
            width: 100%;
            max-width: 100%; } }
        .ccm-page .support--section-training_videos .widgets .widget .widget_header {
          position: relative; }
          .ccm-page .support--section-training_videos .widgets .widget .widget_header .image {
            position: absolute;
            top: 0;
            left: 0; }
            .ccm-page .support--section-training_videos .widgets .widget .widget_header .image img {
              max-width: 100px;
              width: 100%; }
          .ccm-page .support--section-training_videos .widgets .widget .widget_header .cover {
            min-height: 180px;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-position: center center !important; }
        .ccm-page .support--section-training_videos .widgets .widget .widget_body {
          background: #fff;
          padding: 16px; }
          .ccm-page .support--section-training_videos .widgets .widget .widget_body .body_title {
            margin-bottom: 21px;
            font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .ccm-page .support--section-training_videos .widgets .widget .widget_body .body_text {
            min-height: 55px;
            margin-bottom: 34px; }
          .ccm-page .support--section-training_videos .widgets .widget .widget_body .body_button a {
            font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 16px;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            color: #0e2742;
            line-height: 49px;
            width: 255px;
            background: transparent;
            border: 1px solid #808080;
            transition-duration: 0.4s;
            margin-top: 0;
            display: inline-block;
            text-align: center;
            max-width: 350px; }
            .ccm-page .support--section-training_videos .widgets .widget .widget_body .body_button a:hover {
              background: #0f2841;
              color: white; }
            @media screen and (max-width: 1280px) {
              .ccm-page .support--section-training_videos .widgets .widget .widget_body .body_button a {
                font-size: 15px;
                width: 100%; } }
  .ccm-page.page-template-flexible-grp {
    /*end tablet*/
    /*end desktop*/ }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .body_text {
      text-align: center; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .body_text h2 {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .separator {
      margin-left: auto;
      margin-right: auto; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .images-inline {
      text-align: center; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .images-inline img {
        display: inline-block; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-7 .images-inline img:first-child {
          margin-right: 40px; }
    @media screen and (min-width: 1280px) {
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1,
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3,
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 {
        padding-top: 100px;
        padding-bottom: 80px; } }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .button,
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .button,
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .button {
      margin-top: 10px; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .col-1,
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .col-1,
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .col-1 {
      margin-bottom: 30px; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 ul {
      color: #8b8b8b;
      list-style: disc !important;
      padding-left: 15px; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 ul li {
        list-style-type: disc !important;
        color: #8b8b8b;
        margin-bottom: 5px; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 {
      background-color: #132c4c;
      color: #fff;
      padding: 50px 0; }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 {
          padding: 140px 0; } }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 p {
        color: #fff !important; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 a {
        color: #fff;
        text-decoration: underline; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1 {
        text-align: center; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1 img {
          height: 130px;
          margin-bottom: 40px; }
        @media screen and (min-width: 600px) {
          .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1 {
            text-align: right; }
            .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1 img {
              height: auto;
              margin-bottom: 0;
              margin-right: 80px; } }
    @media screen and (min-width: 600px) {
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 42.80639%;
        float: right; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-2:last-child {
          margin-right: 0; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-2 img {
          top: -105px;
          position: absolute;
          left: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-9 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-9 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-9 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%;
        float: right; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-9 .col-2:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 32.7134%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 32.7134%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-2:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-3 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 32.7134%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-6 .col-3:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 32.7134%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 66.3567%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-8 .col-2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .col-1,
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 49.53505%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .col-1:last-child,
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .col-2,
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 42.80639%;
        float: right; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-1 .col-2:last-child,
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 .col-2:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .col-1 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 39.44206%; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .col-1:last-child {
          margin-right: 0; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .col-2 {
        float: left;
        display: block;
        margin-right: 0.92991%;
        width: 52.89938%;
        float: right; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-3 .col-2:last-child {
          margin-right: 0; } }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 {
      background-image: url(../assets/images/flexible-grp/background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-1 {
        text-align: right; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-2 .col-2 {
        text-align: left;
        position: relative; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-4 {
      background-color: #132c4c;
      text-align: center;
      padding: 80px 0;
      margin-bottom: 50px; }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-4 h2 {
        color: #fff;
        line-height: normal;
        max-width: 1010px;
        margin: auto; }
    .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 {
      background-color: #e9e9e9;
      padding: 70px 0 70px 0;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media screen and (min-width: 600px) {
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 {
          padding: 140px 0 80px 0; } }
      .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 ul {
        color: #8b8b8b;
        list-style: disc !important;
        padding-left: 15px; }
        .ccm-page.page-template-flexible-grp .product-flexible-grp--section-5 ul li {
          list-style-type: disc !important;
          color: #8b8b8b;
          margin-bottom: 5px;
          max-width: 450px; }
    .ccm-page.page-template-flexible-grp input[type="submit"] {
      color: #0f2841;
      border-color: #0f2841; }
    .ccm-page.page-template-flexible-grp input[type="submit"]:hover {
      background: #0f2841 !important;
      border-color: #0f2841;
      color: #fff; }
  .ccm-page .slider_holder {
    margin-bottom: 150px; }
    .ccm-page .slider_holder .slick-dots {
      position: relative;
      display: inline-block;
      text-align: left;
      margin-left: -1%;
      margin-right: -1%;
      width: 102%;
      bottom: auto; }
      .ccm-page .slider_holder .slick-dots li {
        width: 18%;
        height: auto;
        display: inline-block;
        margin: 0 1% 1.6% 1%; }
  .ccm-page .slick-carousel {
    margin-bottom: 20px; }
    .ccm-page .slick-carousel .image-wrapper img {
      margin: 0 auto; }
    .ccm-page .slick-carousel .slick-carousel__slide-content {
      position: relative;
      color: #fff; }
    .ccm-page .slick-carousel .slick-carousel__content-wrapper {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px;
      width: 100%; }
    .ccm-page .slick-carousel .slick-carousel__content-wrapper__mobile {
      margin-top: 10px;
      display: none; }
    .ccm-page .slick-carousel .slick-carousel__title {
      font-weight: bold;
      font-size: 1.5em;
      padding-bottom: 10px; }
    .ccm-page .slick-carousel .slick-carousel__description {
      clear: both;
      margin-bottom: 10px; }
    .ccm-page .slick-carousel .slick-arrow {
      color: #fff;
      position: absolute;
      top: 45%;
      z-index: 999999;
      cursor: pointer; }
      .ccm-page .slick-carousel .slick-arrow:before {
        background-color: rgba(0, 0, 0, 0.5); }
      .ccm-page .slick-carousel .slick-arrow.icon-left {
        left: 0; }
      .ccm-page .slick-carousel .slick-arrow.icon-right {
        right: 0; }
    @media screen and (max-width: 599px) {
      .ccm-page .slick-carousel .slick-dots {
        display: none !important; }
      .ccm-page .slick-carousel .slick-carousel__content-wrapper {
        display: none !important; }
      .ccm-page .slick-carousel .slick-carousel__content-wrapper__mobile {
        display: block; }
      .ccm-page .slick-carousel .slick-arrow {
        top: 100px; } }
    @media screen and (min-width: 600px) {
      .ccm-page .slick-carousel .slick-carousel__content-wrapper__mobile {
        display: none; }
      .ccm-page .slick-carousel .slick-arrow {
        font-size: 60px; } }
    @media screen and (min-width: 1024px) {
      .ccm-page .slick-carousel .slick-arrow {
        font-size: 80px; } }
  .ccm-page #calculator-container {
    padding: 60px 10%;
    background: #EEE; }
    .ccm-page #calculator-container h1 {
      text-transform: uppercase;
      font-size: 32px; }
    .ccm-page #calculator-container h3 {
      text-transform: uppercase;
      font-size: 32px;
      color: #4aade3; }
  .ccm-page #grp-calculator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .ccm-page #grp-calc-left {
    width: 40%;
    margin: 30px 0; }
  .ccm-page #grp-calc-right {
    width: 60%;
    margin: 30px 0; }
    .ccm-page #grp-calc-right h5 {
      text-transform: uppercase; }
  .ccm-page #grp-calc-bottom {
    background: #132c4c;
    padding: 50px;
    color: #BBB; }
    .ccm-page #grp-calc-bottom h4 {
      color: white;
      text-transform: uppercase; }
  .ccm-page #calculator-data-entry {
    width: 80%; }
    .ccm-page #calculator-data-entry .calc-field {
      margin-bottom: 24px; }
      .ccm-page #calculator-data-entry .calc-field .calc-field-title {
        margin-bottom: 5px; }
    .ccm-page #calculator-data-entry .calc-field-tip {
      font-size: 12px;
      font-family: 'GalanoGrotesque-Regular', sans-serif;
      background: #4aade3;
      color: white;
      border-radius: 50px;
      padding: 3px 6px; }
    .ccm-page #calculator-data-entry .roof-area-box {
      background: white;
      padding: 6px 20px;
      border: 1px solid #CCC;
      font-size: 23px; }
      .ccm-page #calculator-data-entry .roof-area-box input {
        width: 100%;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none; }
    .ccm-page #calculator-data-entry div p {
      font-size: 10px;
      color: #8b8b8b; }
    .ccm-page #calculator-data-entry .selectboxit {
      width: 100% !important;
      background: #132c4c;
      color: white;
      border-radius: 0;
      padding-left: 20px; }
    .ccm-page #calculator-data-entry .selectboxit-container, .ccm-page #calculator-data-entry .selectboxit-container ul {
      width: 100%; }
    .ccm-page #calculator-data-entry .selectboxit-container span {
      height: 40px;
      line-height: 40px;
      font-weight: lighter; }
    .ccm-page #calculator-data-entry .selectboxit-default-arrow {
      border-top: 4px solid #fff; }
    .ccm-page #calculator-data-entry .selectboxit-option {
      text-indent: 0; }
    .ccm-page #calculator-data-entry .selectboxit-option a {
      padding-left: 20px; }
    .ccm-page #calculator-data-entry .selectboxit-option-icon-container {
      display: none; }
  .ccm-page #calc-field-tip-box {
    position: absolute;
    margin-left: 5px;
    background: #4aade3;
    color: white;
    padding: 15px;
    max-width: 400px;
    border: 1px solid #5980a9; }
  .ccm-page table#products {
    margin-top: 18px;
    font-size: 15px;
    width: 100%; }
    .ccm-page table#products th {
      background: #132c4c;
      text-transform: uppercase;
      padding: 15px 20px;
      color: white;
      font-size: 13px;
      font-family: 'GalanoGrotesque-Bold', sans-serif; }
    .ccm-page table#products tr {
      background: #bfdff1; }
    .ccm-page table#products td {
      text-align: center;
      padding: 15px 15px; }
    .ccm-page table#products td.quantity_col {
      background: #4aade369;
      font-family: 'GalanoGrotesque-Bold', sans-serif; }
    .ccm-page table#products .line_items {
      height: 85px;
      border-bottom: 3px solid #EEE; }
      .ccm-page table#products .line_items input {
        background: none;
        border: none;
        text-align: center;
        width: 50%; }
    .ccm-page table#products .quantity_col input {
      font-size: 18px;
      width: 50px; }
  @media screen and (min-width: 0px) and (max-width: 900px) {
    .ccm-page #calculator-container {
      padding: 40px 5%; }
    .ccm-page .ccm-page #grp-calc-right, .ccm-page .ccm-page #grp-calc-left, .ccm-page .ccm-page #calculator-data-entry {
      width: 100% !important; }
    .ccm-page .ccm-page table#products {
      font-size: 11px;
      max-width: 100%; }
    .ccm-page .ccm-page table#products th {
      padding: 10px 10px;
      font-size: 11px; }
    .ccm-page .ccm-page table#products .quantity_col input {
      font-size: 14px; }
    .ccm-page .ccm-page table#products td {
      padding: 10px 5px; } }

#downloadsEmailCapture .form-group input.form-control {
  border: 1px solid #0f2841 !important;
  border-radius: 0 !important;
  width: 100%;
  padding: 0px 1em;
  margin-bottom: 1em; }
  #downloadsEmailCapture .form-group input.form-control:hover {
    background: #0f2841;
    color: white; }
  #downloadsEmailCapture .form-group input.form-control.error {
    border: 1px solid red !important; }

#subscribeForm .error {
  border: 1px solid red; }
#subscribeForm .ccm-block-type-form {
  margin: 0; }
  @media screen and (max-width: 599px) {
    #subscribeForm .ccm-block-type-form {
      margin: 0 auto; } }
#subscribeForm .form-actions.submit {
  text-align: left; }
  #subscribeForm .form-actions.submit input {
    font-size: 24px;
    line-height: 55px;
    width: 255px;
    background: transparent;
    color: #0f2841;
    border: 1px solid #0f2841;
    font-family: 'GalanoGrotesque-Bold';
    transition-duration: 0.4s;
    margin-top: 0; }
    #subscribeForm .form-actions.submit input:hover {
      background: #0f2841;
      color: white; }
    @media screen and (max-width: 1280px) {
      #subscribeForm .form-actions.submit input {
        font-size: 15px;
        width: 100%; } }

#downloadsEmailCapture .info p {
  margin-bottom: 1em; }
#downloadsEmailCapture input[type="submit"] {
  color: #0f2841;
  border-color: #0f2841;
  margin-bottom: 1em; }

#section-contact-2 input[type="submit"] {
  color: #0f2841;
  border-color: #0f2841; }

.ccm-page .form-group input, .ccm-page .form-group textarea {
  border: 1px solid #0f2841;
  border-radius: 0; }

#Question8_0,
#Question11_0 {
  margin-bottom: 1em; }
  #Question8_0 input,
  #Question11_0 input {
    margin-right: .5em;
    float: left;
    width: auto; }

#formblock276 .button {
  margin: 0 auto;
  display: block; }

.button {
  font-size: 24px;
  line-height: 55px;
  width: 255px;
  background: transparent;
  border: 1px solid #0f2841;
  font-family: 'GalanoGrotesque-Bold';
  transition-duration: 0.4s; }

.button:hover {
  background: #0f2841;
  color: white; }

.ccm-toolbar-visible #years25warranty {
  display: block !important; }

.default-hidden {
  display: none; }

/*
Needs to be outside of .ccm-page
*/
@media screen and (min-width: 1170px) {
  #tuff-menu {
    display: none; } }
#tuff-menu .mm-title {
  color: #e6e6e6;
  display: none; }
#tuff-menu li.search {
  padding: 10px 10px 10px 20px; }
  #tuff-menu li.search .mobile-search {
    color: #e6e6e6;
    display: inline;
    position: absolute;
    top: 16px; }
    #tuff-menu li.search .mobile-search i {
      font-size: 50px; }
#tuff-menu .mm-listview > li > a,
#tuff-menu .mm-listview > li > span {
  font-family: "GalanoGrotesque-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e6e6e6;
  text-transform: uppercase; }
#tuff-menu form {
  position: relative; }
#tuff-menu .search__input {
  width: 167px;
  height: 26px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: bold;
  padding: 3px 5px; }
#tuff-menu .search__submit {
  background: url(../assets/images/search-16px.png) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px; }

div#ccm-notification-page-alert, div#ccm-notification-page-alert-workflow {
  z-index: 10000 !important; }

.rslides_nav {
  opacity: .1;
  transition-duration: .25s; }
  .rslides_nav:hover {
    opacity: .9; }

#flexible-grp-10 img {
  margin-bottom: 15px; }
