/* ==========================================================================
   Debugging
   ========================================================================== */
* {
  /* outline: 1px dotted red; */ }

/* ==========================================================================
   Global Reset
   ========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

* {
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

/* ==========================================================================
   Clearfix
   ========================================================================== */
.cf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.cf {
  display: inline-block; }

/* Hides from IE-mac */
* html .cf {
  height: 1%; }

.cf {
  display: block; }

/* ==========================================================================
   Default Styles
   ========================================================================== */
body {
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */
  background: #2c3240;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%; }

.page-wrapper {
  max-width: 1400px;
  margin: 0 auto; }

/* Typography, sections and grouping content */
/* Em Measurements divide target by 16
10 = 0.625em
11 = 0.6875em
12 = 0.75em
13 = 0.8125em
14 = 0.875em
15 = 0.9375em
16 = 1em
17 = 1.0625em
18 = 1.125em
19 = 1.1875em
20 = 1.25em
21 = 1.3125em
22 = 1.375em
23 = 1.4375em
----------------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 22px 0 16px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.3em; }

h1 {
  font-size: 1.3125em;
  margin: 0 0 30px 0;
  color: #444; }

h2 {
  font-size: 1em;
  color: #1b4b95;
  margin: 0px 0 10px 0; }

h3 {
  font-size: 0.9375em;
  color: #2092af; }

h4 {
  font-size: 0.9375em;
  color: #1b4b95; }

h5 {
  font-size: 0.9375em;
  color: #1b4b95; }

h6 {
  font-size: 0.9375em;
  color: #1b4b95; }

.section-pastes h2.title {
  font-size: 1.1875em;
  color: #2092af;
  text-transform: uppercase;
  margin: 0 0 40px 0; }

p, address, caption {
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0 0 25px 0; }

hr {
  margin: 20px 0 40px 0;
  border: none;
  clear: both;
  color: #d8d8d8;
  background-color: #d8d8d8;
  height: 1px; }
  hr.plain {
    color: #fff;
    background-color: #fff; }

/* Pre: marking up blocks of code */
pre {
  background: #fff;
  border: 1px dotted #c3c3c3;
  border-radius: 4px;
  font-size: 1.1em;
  margin-bottom: 25px;
  overflow-y: hidden;
  padding: 25px 15px 15px 25px;
  line-height: 0; }

pre ol {
  margin: 0 0 0 22px;
  list-style: decimal;
  padding: 0 !important; }

pre li {
  line-height: 0.8125em; }

blockquote {
  font-style: italic;
  line-height: 1.8em;
  /* NEEDS ATTENTION */
  margin: 0 0 25px 0;
  padding: 0; }

/* Lists */
ol {
  list-style-type: decimal;
  margin: 10px 0 25px 22px; }

ul {
  list-style-type: disc;
  margin: 10px 0 25px 18px; }

dl {
  margin: 10px 0 25px 0; }

figure {
  margin-bottom: 25px;
  font-size: 0.875em; }

figcaption {
  padding: 20px 0 0 0;
  font-style: italic; }

li,
dt,
dd,
table th,
table td {
  font-size: 0.8125em;
  line-height: 1.6em;
  /* NEEDS ATTENTION */ }

ol li {
  margin-bottom: 5px; }

li li {
  font-size: 1em; }

/* 
 * Reduce sizing of fonts if tags appear inside table cells 
 * Add to this list with further tags 
 */
td p,
td li,
td h1,
td h2,
li p {
  font-size: 1em !important; }

/* Text level semantics
 * INSERT LINK TO WC3 SPECS
 * MAY NEED TO RE_ORDER THIS LIST
 */
a,
a:visited {
  color: #2077af;
  text-decoration: none; }
  a:hover,
  a:visited:hover {
    color: #409fdc; }

strong {
  font-weight: bold; }

small {
  color: blue; }

code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px; }

b {
  font-weight: bold; }

/* Used to remove iOS styling of phone numbers
 * Need to test this on Android devices	
*/
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/* Embedded Content
   ========================================================================== */
img {
  margin: 0 0 0 0;
  max-width: 100%;
  /* Only comes into play on responsive sites */ }

iframe {
  background: #fff;
  border: none;
  border-radius: 4px;
  margin: 0 0 25px 0;
  width: 100%; }

video {
  margin: 0 0 25px 0; }

audio {
  margin: 0 0 25px 0; }

canvas {
  background: #efefef;
  border: none;
  border-radius: 4px;
  margin: 0 0 25px 0;
  width: 100%;
  height: 200px; }

/* Tabular Data
   ========================================================================== */
table {
  border: 1px solid #d7d7d7;
  margin: 0 0 30px 0;
  width: 100%; }

table thead th {
  background: #072658;
  color: #FFF;
  font-weight: bold; }

table th {
  color: #FFF;
  background: #072658; }

table th,
table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 7px; }

/* Use for table striping */
table tbody tr.alt th,
table tbody tr.alt td {
  background: #f8fdff; }

table tfoot th {
  background: #dadada; }

/* Forms
   ========================================================================== */
fieldset {
  background: #dad8bf;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #ebebd5; }

fieldset p {
  margin: 0; }

fieldset div {
  margin: 3px 0 0 0; }

legend {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-weight: bold;
  padding: 5px; }

label {
  color: #000;
  margin: 0; }

label span {
  color: red; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
textarea {
  background-color: #fff;
  border: 1px solid #c7c4a2;
  border-radius: 4px;
  color: #000;
  font-size: 0.9125em;
  margin: 5px 0 5px 0;
  padding: 5px;
  vertical-align: middle;
  width: 100%; }

textarea {
  height: 120px; }

input[type="search"] {
  padding: 5px; }

input[type="color"] {
  padding: 0;
  height: 30px;
  width: 20%; }

select {
  font-size: 1.2em;
  width: 100%; }

input[type="range"] {
  font-size: 1.2em;
  width: 100%; }

input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
button[type="button"],
button[type="submit"],
.btn {
  background: #000;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 6px 10px 6px 10px;
  font-size: 0.9em;
  margin: 0 0 10px 0;
  width: auto;
  overflow: visible;
  /* IE 7 width fix */
  -webkit-appearance: none;
  /* Removes webkit styling */
  -moz-appearance: none;
  /* Removes webkit styling */
  display: inline-block; }

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover {
  background: #444; }

.error, .error label {
  color: #941212; }

.message {
  background: #fdfded !important;
  padding: 5px;
  border-radius: 4px; }

/* ==========================================================================
   Default Styles
   ========================================================================== */
.btn-submit {
  float: right;
  font-size: 1.2em; }

/* Reduce font size on input buttons */
input.btn {
  font-size: 1em !important; }

/* ==========================================================================
   Site Specific Styles
   ========================================================================== */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

/* Header
   ========================================================================== */
.disclaimer {
  background: #a50000; }
  .disclaimer p {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0; }

/* Header
   ========================================================================== */
header {
  background: #fff;
  border-top: 5px solid #DA291C; }
  header .container {
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (min-width: 600px) {
      header .container {
        padding-top: 20px; } }
  header img {
    margin: 25px 0 25px 0; }
    @media (min-width: 600px) {
      header img {
        margin: 10px 0 0 0; } }
  header .menu-language {
    padding: 0;
    list-style-type: none;
    margin: 0;
    float: right; }
    header .menu-language li {
      float: left;
      margin-left: 10px;
      padding: 0; }
      header .menu-language li a,
      header .menu-language li a:visited {
        color: #afe4ff;
        display: block;
        opacity: 0.6; }
        header .menu-language li a.hover,
        header .menu-language li a:visited.hover {
          color: #c8edff;
          opacity: 1 !important; }
      header .menu-language li .selected {
        opacity: 1 !important; }
  header .menu-nav {
    /*background:yellow;*/
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    clear: right; }
    header .menu-nav li {
      float: left;
      text-align: right;
      margin: 0 0 0 35px;
      color: #FFF;
      font-weight: 600; }
      header .menu-nav li a,
      header .menu-nav li a:visited {
        color: #000; }
        header .menu-nav li a.hover,
        header .menu-nav li a:visited.hover {
          color: #bd0000; }
    @media (min-width: 600px) {
      header .menu-nav {
        margin: 50px 0 0 0;
        float: right; } }

/* Navigation
   ========================================================================== */
#navigation {
  background: #213464; }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #navigation ul li {
      float: left;
      margin-right: 15px; }
      #navigation ul li a {
        padding: 10px 10px;
        display: block;
        color: #FFF; }
        #navigation ul li a:hover {
          color: #fff9d2; }

.pastes-sealants .pastes,
.fire-protection .fire,
.boards .boards,
.ducts .ducts,
.tunnels .tunnels,
.manuals .manuals,
.safety .safety {
  background: #DA291C; }

/* Banner
   ========================================================================== */
#banner {
  position: relative; }
  #banner.banner-home {
    background: url(../img/banners/home.jpg) center bottom no-repeat #000;
    background-size: cover; }
    #banner.banner-home .container {
      height: 390px; }
  #banner.banner-tunnels {
    background: url(../img/banners/banner-2.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-about {
    background: url(../img/banners/banner-3.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-ducts {
    background: url(../img/banners/banner-8.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-fire-protection {
    background: url(../img/banners/banner-5.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-boards {
    background: url(../img/banners/banner-6.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-contact {
    background: url(../img/banners/banner-7.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner.banner-pastes {
    background: url(../img/banners/banner-10.jpg) center bottom no-repeat #fff;
    background-size: cover; }
  #banner .container {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 320px; }
  #banner .headline {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%; }
    #banner .headline h1 {
      text-align: center;
      padding: 20px;
      margin: 0;
      color: #fff;
      font-size: 1em; }
      @media (min-width: 800px) {
        #banner .headline h1 {
          font-size: 1.4em; } }

/* Sub Navigation
   ========================================================================== */
#nav-sub {
  background: #da291c;
  padding-top: 10px;
  padding-bottom: 10px; }
  #nav-sub ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #nav-sub ul li {
      display: inline-block;
      margin: 0 20px 0 0; }
      #nav-sub ul li a {
        color: #fff; }

/* Sections
   ========================================================================== */
section {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #fff; }

/* Footer
   ========================================================================== */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dedede;
  background: #001636; }
  #footer p,
  #footer li {
    font-size: 0.7125em;
    color: #fff; }
  #footer ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none; }
    #footer ul li {
      display: inline;
      margin-right: 10px; }
  #footer a {
    margin-right: 10px;
    color: #05204a; }

/* Home
   ========================================================================== */
.home-intro-copy {
  font-size: 0.85em; }

.title-home-products {
  font-size: 1.1em;
  padding-top: 20px;
  border-top: 1px dotted #dfdfdf; }

.quicklinks-holder {
  padding-top: 20px; }
  .quicklinks-holder h2 {
    color: #444; }

.quicklink {
  margin-bottom: 10px; }

.last {
  border-bottom: none; }

img {
  margin-bottom: 20px; }

@media all and (min-width: 550px) {
  .quicklink {
    float: left;
    width: 30%;
    margin-right: 5%; }
  .last {
    margin-right: 0; } }

.home-footer-p {
  clear: both;
  margin-top: 20px; }

/* Columns
   ========================================================================== */
.col-no-margin {
  margin-right: 0; }

@media all and (min-width: 550px) {
  .col {
    margin-right: 10%;
    float: left; }
  .col50 {
    width: 45%; }
  .col-no-margin {
    margin-right: 0; } }

@media all and (min-width: 750px) {
  .col20 {
    width: 25%;
    float: left; }
  .col30 {
    width: 33%;
    margin-right: 10%;
    float: left; }
  .col70 {
    width: 57%;
    float: left; }
  .col80 {
    width: 75%;
    float: left;
    margin-right: 0%; }
  .col-no-margin {
    margin-right: 0; } }

/* Business Model
   ========================================================================== */
#model-details {
  padding: 10px;
  background: #f4f4ea;
  border: 1px solid #d0d0cd; }

#model-details .note {
  font-size: 0.7125em;
  line-height: 1.3em;
  margin-bottom: 0; }

@media all and (min-width: 750px) {
  #business-chart {
    float: left;
    width: 55%;
    margin-right: 2%; }
  #model-details {
    float: left;
    width: 40%; } }

/* ==========================================================================
   Grids
   ========================================================================== */
.grid {
  padding: 0.25em;
  overflow: hidden;
  margin: 0 0 40px 0;
  list-style-type: none; }

.grid li {
  float: left;
  width: 100%;
  padding: 0.25em;
  display: list-item; }

.grid img {
  display: block;
  border: 1px solid #fff; }

.grid img:hover {
  border: 1px solid #ababab; }

.grid li:nth-child(odd) {
  clear: left; }

@media screen and (min-width: 640px) {
  .grid li {
    width: 33.3333333333333333%; }
  .grid li:nth-child(3n+1) {
    clear: left; }
  .grid li:nth-child(odd) {
    clear: none; } }

@media screen and (min-width: 880px) {
  .grid li {
    width: 25%; }
  .grid li:nth-child(4n+1) {
    clear: left; }
  .grid li:nth-child(3n+1) {
    clear: none; } }

@media screen and (min-width: 1152px) {
  .grid li {
    width: 20%; }
  .grid li:nth-child(5n+1) {
    clear: left; }
  .grid li:nth-child(4n+1) {
    clear: none; } }

@media screen and (min-width: 1440px) {
  .grid li {
    width: 16.666666666%; }
  .grid li:nth-child(6n+1) {
    clear: left; }
  .grid li:nth-child(5n+1) {
    clear: none; } }

/* Grid Listing
   ========================================================================== */
/* Inspiration and code from [http://codepen.io/bradfrost/full/GlrHv]
 * Standard listing stacked one above each other for small screens
 * Listing changes to grid depending on screen width
*/
.listing-professional {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style-type: none; }

.listing-professional li {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #dbdbdb; }

.inner {
  display: table-row;
  overflow: hidden; }

.inner-waiting img {
  opacity: 0.5; }

.listing-professional li .img-holder {
  display: table-cell;
  vertical-align: top;
  /* works due to display table */
  width: 40%;
  padding-right: 1em; }

.listing-professional li .img-holder img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea; }

.listing-professional li .details {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 0px; }
  .listing-professional li .details h3 {
    padding: 0;
    margin: 0; }
  .listing-professional li .details h3 span {
    color: red; }

@media all and (min-width: 640px) {
  .listing-professional {
    margin: 0 auto;
    overflow: hidden; }
  .listing-professional li {
    padding: 0 15px 15px 0;
    display: block;
    float: left;
    border: none;
    width: 23%;
    margin-right: 2%; }
  .listing-professional li .img-holder, .listing-professional li .details, .inner {
    display: block;
    width: auto;
    padding: 0; }
  .listing-professional li .details {
    padding: 10px; }
  .listing-professional li:nth-child(4n+1) {
    clear: left; } }

@media all and (min-width: 640px) {
  .listing-professional-layout-3 li {
    width: 30%;
    margin-right: 3%; } }

/* Documentation Disclaimer Page
   ========================================================================== */
#disclaimer {
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 30px; }

#disclaimer .agree {
  margin: 0;
  padding: 10px 5px 0 5px;
  border-top: 1px solid #d6d6d6; }

#disclaimer .agree button {
  float: right; }

#disclaimer #agree {
  margin-right: 10px; }

/* Documentation Downloads
   ========================================================================== */
.download-instructions {
  background: #FFF;
  padding: 10px;
  border-radius: 4px; }

/* Contact page
   ========================================================================== */
@media (min-width: 640px) {
  .col-contact {
    float: left;
    width: 45%;
    margin-right: 10%; } }

@media (min-width: 640px) {
  .col-contact-2 {
    margin-right: 0; } }

.contact-holder {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border: 1px solid #e6e9f3;
  background: #f7f8fb;
  padding: 20px; }
  .contact-holder h2 {
    font-size: 1em;
    margin-bottom: 15px; }
    .contact-holder h2 span {
      font-size: 0.7em;
      color: #444; }
  .contact-holder h3 {
    font-size: 0.875em;
    margin: 0 0 5px 0;
    color: #485967; }
  .contact-holder p {
    margin: 0 0 0px 0;
    font-size: 0.875em;
    line-height: 1.8em; }
    .contact-holder p img {
      float: left;
      margin: 9px 15px 0 0; }

/* Columns
   ========================================================================== */
.column {
  margin-top: 20px; }
  @media (min-width: 700px) {
    .column {
      float: left; } }

@media (min-width: 700px) {
  .col-2 {
    width: 47%;
    margin: 0 6% 20px 0; } }

.col-2-callouts {
  background: #e8f1f1;
  padding: 8px;
  border: 1px solid #d9e9e9; }
  @media (min-width: 700px) {
    .col-2-callouts {
      width: 47%;
      margin: 0 6% 30px 0;
      min-height: 280px; } }
  .col-2-callouts ol {
    margin-bottom: 0; }

.col-3 {
  background: #e8f1f1;
  padding: 8px;
  border: 1px solid #d9e9e9; }
  @media (min-width: 700px) {
    .col-3 {
      width: 32%;
      margin: 0 2% 0 0; } }

.col-last {
  margin-right: 0; }

@media all and (min-width: 640px) {
  .column .listing-professional li {
    width: 45%;
    margin-right: 5%; } }

/* Image Right
   ========================================================================== */
@media all and (min-width: 640px) {
  .img-right {
    float: right;
    margin: 0 0 50px 50px; } }

@media all and (min-width: 640px) {
  .img-holder-right {
    float: right;
    margin: 0 0 50px 50px; } }

.img-holder-right p {
  text-align: center; }

/* ==========================================================================
   Print Stylesheet
   ========================================================================== */
@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4em;
    font-size: 9pt;
    background: none;
    color: #444; }
  /* Headings */
  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    color: #000; }
  h1 {
    font-size: 13pt;
    background: none;
    margin-bottom: 20px; }
  h2 {
    font-size: 11pt; }
  h3 {
    font-size: 10pt; }
  h4, h5, h6 {
    font-size: 9pt; }
  hr {
    background-color: #ccc; }
  /* Images */
  img {
    margin: 1em 1.5em 1.5em 0; }
  a img {
    border: none; }
  /* Links */
  a:link,
  a:visited {
    background: transparent;
    text-decoration: underline;
    color: #333; }
  /* Table */
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left; }
  tr {
    page-break-inside: avoid; }
  /* Custom Print Styles
   ========================================================================== */
  #id {
    display: none; }
  /* Masthead */
  #print-masthead {
    width: 100% !important;
    display: block;
    text-align: left;
    height: 145px;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #c4c4c4; }
  #print-masthead p {
    float: right;
    padding: 0 10px 0 0;
    margin: 0 0px 0 0;
    text-align: right;
    width: 8cm;
    font-size: 8pt; }
  #print-masthead img {
    margin: 0px 0px 0px 0px; }
  #content-wrapper {
    width: 100% !important;
    border: none;
    background: #FFF; }
  #content {
    width: 100% !important;
    margin: 0;
    padding: 0; } }
