/*==============================================================================
  Normalize
==============================================================================*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  color: #3c3c3c;
}

/* NOTES

gold=#032d6f

blue-green
#032d6f

 */

/* 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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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;
}

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0;
  color:#0070a6;
 font-family: "Spartan", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.home-page {
  font-size: 3.1em;
  margin: 0.67em 0;
  color:#0070a6;
}

@media only screen and (max-width: 599px) {
h1.home-page {
  font-size: 2em;
  margin: 0.67em 0;
  color:#0070a6;
 line-height: 1.5;
}
} 

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  border-radius: 0;
}

/**
 * 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: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-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.
 */

/**
 * 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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * 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.
 */

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

/**
 * 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.
 */

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

/**
 * 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
 *    (include `-moz` to future-proof).
 */

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

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/*==============================================================================
  Styles
==============================================================================*/


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-title-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 200px;
  margin: auto;
  box-sizing: border-box; }

.container {
  position: relative;
  width: 100%;
  max-width: 1267px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box; 
}

.nav-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.nav-container-no-border {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.nav-container-line {
  position: relative;
  width: 100%;
/*  max-width: 1000px; */
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
  
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}


/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 93.2%; }
  .column,
  .columns {
    margin-left: 3.7%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

    .one-columns.column,
  .one-columns.columns                    { width: 4.66666666667%; }
  .two-columns.columns                    { width: 13.3333333333%; }
  .three-columns.columns                  { width: 22%;            }
  .four-columns.columns                   { width: 30.6666666667%; }
  .five-columns.columns                   { width: 39.3333333333%; }
  .six-columns.columns                    { width: 48%;            }
  .seven-columns.columns                  { width: 56.6666666667%; }
  .eight-columns.columns                  { width: 65.3333333333%; }
  .nine-columns.columns                   { width: 74.0%;          }
  .ten-columns.columns                    { width: 82.6666666667%; }
  .eleven-columns.columns                 { width: 91.3333333333%; }
  .twelve-columns.columns                 { width: 100%; margin-left: 0; }

  .one-fourth.column               { width: 22.2%; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-fourth.column,
  .offset-by-one-fourth.columns    { margin-left: 22.2%; }
  
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 61%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 500;
  
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
/*   color: #3c3c3c; */
  color: #464545;
}


/* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */

@import url('https://fonts.googleapis.com/css?family=Spartan:500&display=swap');






p {
  font-size: 20px;
  color: #464545;
  text-align: left;
  line-height: 150%;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-top: 0;
  margin-top: 0;
}

p.smaller {
  font-size: 18px;
  color: #464545;
  text-align: left;
  line-height: 150%;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

p.large {
  font-size: 24px;
  color: #464545;
  text-align: left;
  line-height: 1.5;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-top: 0;
  margin-top: 0;

@media (max-width: 549px) {
      font-size: 2.45rem; } 
        line-height: 1.3;
}

h2.question {
  font-size: 28px;
  color: #0070a6;
  text-align: left;
  line-height: 150%;
  margin: 20px 0 5px 0;
  padding: 0;
  font-weight: 400;
}

p.answer {
  font-size: 18px;
  color: #464545;
  text-align: left;
  line-height: 150%;
  font-weight: 400;
  margin: 5px 0 10px 0;
}

p.p1 {
  font-size: 22px;
  color: #333333;
  text-align: left;
  margin-left: 0;
  line-height: 150%;
}

p.main-text {
  text-align: left; 
  font-size: 24px;
  color: #484848;
  text-align: left;
  line-height: 150%;
}

p.learn-more {
  font-size: 18px;
  margin: -15px 0 30px 0;
}

h3.small-heading {
  text-align: center; 
  padding: 10px 0 30px 0; 
  color:#464646;
  font-size: 28px;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}


.heading {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: -4px;
}

h2.section-heading {
  text-align: left;
  font-size: 32px;
  padding: 0 0 10px 0;
  margin: 0;
  letter-spacing: -.05em;
}

h2.sub-heading {
  text-align: center;
  font-size: 28px;
  padding: 20px 0 20px 0;
  margin: 0;
  color: #464545;
}

h2.sub-1 {
  text-align: center;
  font-size: 22px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #464545;
}

h2.sub-2 {
  text-align: center;
  font-size: 24px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #464545;
  color: #464545;letter-spacing: -1.4px;
}

h2.sub-3 {
  text-align: center;
  font-size: 28px;
  padding: 20px 0 0 0;
  margin: 0;
  color: #464545;
}



.section-name {
  margin: 10px auto 0 auto; 
  text-align: center; 
  font-size: 24px;
  padding: 0 0 20px 0;
}

.section-name-small {
  margin: 10px auto 0 auto; 
  text-align: center; 
  font-size: 18px;
  padding: 0 0 20px 0;
}

.section-name-very-small {
  margin: 10px auto 0 auto; 
  text-align: center; 
  font-size: 14px;
  padding: 0 0 15px 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #0a74db; 
  letter-spacing: normal;  
}
  
a:hover {
    /* color: #2997ff; */
}
  
.white-color {
  color: #ffffff; 
  text-decoration: none:
  }
 
.gold-color {
  color: #c89832; 
  text-decoration: none:
} 
  
  
a.contact-info {
  color: #ffffff; 
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 500;
}

a.contact-info:hover {
  color: gold;
}

a.company-name {
  color: #f4e66d;
  background-color: #000000;
  margin: auto auto 0 auto;
  height: auto;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 0;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.company-name:hover {
  color: #f4e66d;
}
  
.white-color {
  color: #ffffff; 
  text-decoration: none:
  }
 
 .gold-color {
  color: #c89832; 
  text-decoration: none:
  } 
  
a.light-gray {
  color: #f1f1f1;
  }
  
.motto-container {
  background-color: #03356a;
  margin: auto auto 0 auto;
  height: auto;
  width: 100%;
  padding: 6px 0 5px 0;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
}

.motto-container-2 {
  background-color: #000000;
  margin: auto auto 0 auto;
  height: auto;
  width: 100%;
  padding: 5px 0 5px 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 45px;
}

p.small {
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif; /* 1 */
  font-size: 16px;
  line-height: 19px;
  color: #464545;
}

p.small-bold {
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif; /* 1 */
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 0;
  color: #333333;
}

p.very-small {
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif; /* 1 */
  font-size: 16px;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  color: #333333;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button-container {
  margin: 10px 0 10px 0;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: auto;
  padding: 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box; }
  background-color: #3286dd;
  color: #ffffff;
  width: auto;
  margin:0 auto;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #3286dd;
  border-color: #3286dd; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #56a5f8;
  border-color: #56a5f8; }

.roundrect-link {
  width: auto;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  padding: 8px 0 6px 0;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  
  @media only screen and (max-width: 599px) {
      font-size: 15px; 
} 
}

.dynamic-button {
 width: auto;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  padding: 8px 0 6px 0;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  
  @media only screen and (max-width: 599px) {
      font-size: 18px; 
} 
}


.roundrect-link-medium {
  width: auto;
  border-radius: 8px;
  background-color: #ffffff; 
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
  font-size: 20px; 
  font-weight: 600;
  text-overflow: ellipsis;
  white-space:nowrap;
  border: 1px solid #c89832;
  padding: 8px 10px 8px 10px; 
  margin: 0 5px 25px 5px;
  overflow: hidden;
}


/* 
.fancy-button {
  border-radius:99px;
  border: 1px solid #c89832; 
  background-color: #f9f9f9;
  padding: 8px 0 8px 0;
  text-align:center;
  cursor: pointer;
  margin: auto;
  font-size:16px;
  font-weight: 600;
  width: 360px;
}
 */

.fancy-button {
  display: table; 
  width: 362px;
  border-radius: 8px; 
  border: 1px solid #c89832; 
  background-color: #ffffff;
  padding: 8px 5px; 
  text-align: center; 
  cursor: pointer; 
  margin: 40px auto 40px auto; 
  font-size: 18px; 
  font-weight: 600;
}
  
  
.flex-button {
  border-radius: 8px; 
  border: 1px solid #c89832; 
  background-color: #ffffff; 
  padding: 8px 10px 8px 10px; 
  text-align: center; 
  cursor: pointer; 
  margin: 0 10px 25px 10px;
  font-size: 20px; 
  font-weight: 600;
  overflow: hidden;
  max-height:50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex-button-small {
  border-radius: 8px; 
  border: 1px solid #c89832; 
  background-color: #ffffff; 
  padding: 8px 0 8px 0;
  text-align: center; 
  cursor: pointer; 
  margin: 0 10px 15px 10px;
  font-size: 16px; 
  font-weight: 600;
  overflow: hidden;
  height:auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.flex-button-medium {
  border-radius: 8px; 
  border: 1px solid #c89832; 
  background-color: #ffffff; 
  padding: 10px 0 10px 0;
  text-align: center; 
  cursor: pointer; 
  margin: 0 10px 15px 10px;
  font-size: 18px; 
  font-weight: 600;
  overflow: hidden;
  height:auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}


.special-button {
  border-radius:99px;
  border: 1px solid #c89832; 
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto 20px auto;
  text-align:center;
  cursor: pointer;
  font-size:16px;
  font-weight: 600;
  width: 90%;
  height: 35px;
  line-height: 36px;
  overflow: hidden;
}

.button-container {
  margin: 0 auto;
  width:100%;
}

.fancy-button:after {
  content: "";
  clear: both;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.flex-button-single {
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #ffffff;
  padding: 8px 10px 8px 10px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 25px auto;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 576px;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */


ul {
  text-align: left;
  margin: 5px 5px 0 25px;
}

ul.bullet li {
  list-style-type:none; 
  text-align: left;
  background: url(../images/bullet.png) 0px 9px  no-repeat;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  background-size: 8px 8px;
  margin: 5px 5px 0 25px;
  padding: 0 0 5px 20px;
  color: #464545;
}

ul.bullet1 {
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 20px 15px 20px;
  padding: 5px;
  text-align: left;
  display:table; 
  width:auto;
  font-size: 18px;
}

ul.square {
  list-style-type: square;
  list-style-position: outside;
}
  
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; 
text-align: left;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0.8rem; 
  font-size: 1.9rem;  
}

ol.numbers li {
    display: list-item;
    list-style-position: inside;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    background-size: 8px 8px;
  margin: 5px 5px 0 3px;
  margin-left: 16px;
  padding: 0 0 5px 20px;
  padding-left: 18px;
  text-indent: -22px;

}
  
  @media only screen and (max-width: 599px) {
  ol.numbers li {
      font-size: 19px
      line-height: 1.1; } 
}

ol.capital-letters li {
  display: list-item;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  margin: 5px 5px 0 3px;
  padding: 0 0 5px 20px;

  @media only screen and (max-width: 599px) {
      font-size: 19px
      line-height: 1.1; } 
}


ul.bullet-1 li {
  display:table;
  background: url(../images/bullet.png) 0px 9px  no-repeat;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  background-size: 8px 8px;
  margin: 5px 5px 0 3px;
  padding: 0 0 5px 20px;
  font-family: "Roboto", HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: normal;

  @media only screen and (max-width: 599px) {
      font-size: 19px
      line-height: 1.1; } 
}


ul.bullet-2 li {
  display:table;
  background: url(../images/right-arrow.png) 0px 5px  no-repeat;
  text-align: left;
  font-size: 20px;
  line-height: 27px;
  background-size: 18px 18px;
  margin: 5px 5px 0 0;
  padding: 0 0 5px 24px;

  @media only screen and (max-width: 599px) {
      font-size: 18px
      line-height: 1.1; } 
}

ul.bullet-main li {
  display:table;
  background: url(../images/right-arrow.png) 0px 3px  no-repeat;
  text-align: left;
  font-size: 22px;
  line-height: 27px;
  background-size: 22px 22px;
  margin: 5px 5px 0 15px;
  padding: 0 0 5px 30px;
  font-weight: 600;

  @media only screen and (max-width: 599px) {
      font-size: 18px
      line-height: 1.1; } 
}



/* Code –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables –––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

.three-quarter-width {
  max-width: 70%;
  box-sizing: border-box; }

/* Horizontal Line 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}
  
.horizontal-line-mini {
  margin: 10px auto;
  border-width: 0;
  border-top: .7px solid #ffffff;
  width: auto;
  max-width: 326px;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}







/*==============================================================================
  Custom
==============================================================================*/

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 4px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}

@media only screen and (max-width: 999px) {
.section {
  padding: 3rem 0 0 0;
} 
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.nav-section {
  padding: 0;
  text-align: left;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  /*background-image: url('../images/values-bg.jpg');*/
  background-color: #f2f2f2;
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help –––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  /*border-bottom: 1px solid #ddd;*/
  background-color: #f2f2f2;
}


/* Categories –––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-color: #ffffff;
  background-size: cover;
  color: #565656;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 3rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 3rem 0 3rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 3rem;
  }
  .hero {
    padding: 2rem 0 20rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}



.image-centered {
  text-align: center; 
  display: block;
  margin: auto;
  width: 100%;
}

.align-left {
  text-align: left;
}

.centered {
  text-align: center;
}

.align-right {
  text-align: right;
}


/* Menu Bar –––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav {
  background-color: #fff;
  list-style:none;
  margin: 30px 0 10px 0;
  padding: 0;
  text-align:center;
}

.nav li {
  display:inline;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav a {
    display: inline-block;
    padding: 0 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -.7px;
}

.nav a:hover {
  text-decoration:none;
  color:#dea52c;
}



.nav-active {
  display:inline-block;
  padding:2px 4px;
  font-size:18px;
  font-weight:400;
  letter-spacing: -.4px;
  text-decoration:none;
  font-size:18px;
  color:#0070a6;
  background-color: #fff;
  list-style:none;
  margin: 30px 0 10px 0;
  padding: 0;
  text-align:center;
}

.nav-active li {
  display:inline;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav-active a {
  display:inline-block;
  padding:0 4px;
  text-decoration:none;
  font-size:18px;
  font-weight:400;
  font-family: 'Roboto Condensed', sans-serif;
  color:#0070a6;
}

.nav-active a:hover {
  text-decoration:none;
  color:#dea52c;
}



.nav-footer {
  background-color: #e4e4e4;
  height: auto;
  width: 100%;
  list-style:none;
  margin:0;
  margin-top:0;
  padding:0;
  text-align:center;
  display:inline;
  font-family: 'Roboto Condensed', sans-serif;
}

.nav-footer li {
  display:inline;
  text-align:center;
}

.nav-footer a {
  display:inline-block;
  padding: 0 2px;
  text-decoration:none;
  font-size:18px;
  font-weight:400;
}

.nav-footer a:hover {
  text-decoration:none;
}

/*  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.caption-label {
  margin: 15px auto 0 auto; 
  text-align: center; 
  font-size: 20px;
}

.logo-container {
  height: auto;
  width: 80px;
  color: #ffffff;
  background-color: ffffff;
  padding: 8px 0 0 0;
  margin: auto;
}

@media only screen and (max-width: 599px) {
.logo-container {
  margin: 10px auto -25px auto;
    }  
}

.small-logo-container {
  height: auto;
  width: 100%;
  color: #ffffff;
  background-color: ffffff;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0 0 -6px 0;
}

.footer-container {
  background-color: #ededed;
  margin: 50px auto 0 auto;
  height: auto;
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 10px 0;
  font-weight: 100;
}


/* Announcement –––––––––––––––––––––––––––––––––––––––––––––––––– */

.announcement {
  height: auto;
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 0px 0;
  font-weight: 400;
  a:link: #ffffff;
}


.footer-announcement {
  height: auto;
  width: 100%;
  font-size: 10px;
  color: #c89832;
  background-color: #000000;
  text-align: center;
  padding: 0px 0;
  font-weight: 100;
  a:link: #ffffff;
}

.pre-footer {
  height: auto;
  margin: 40px 0 0 0;
  width: 100%;
  font-size: 16px;
  color: #c89832;
  text-align: center;
  padding: 0px 0;
  font-weight: 100;
  a:link: #ffffff;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.roundrect {
  border-radius: 4px;
  border: 1px solid #dddddd;
}

.roundrect-padding {
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 15px;
}

.rectangle {
  border: 1px solid #dddddd;
}

.top {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 16px;
  /*color: #c89832;*/
  text-align: center;
  padding: 0;
  font-weight: 100;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
} 

/* Text Formatting –––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-title {
  font-size: 3em;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px #313131;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.page-subtitle {
  font-size: 1.75em;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px #313131;
  vertical-align: middle;
  margin: 0 auto;
}

.page-heading {
  font-size: 4em;
  color: #000000;
  text-align: center;
  padding: 0 0 30px 0;
  margin: -140px 0 0 0;
}

/* 
.product-image,.product-image:link,.product-image:visited,.product-image:hover,.product-image:focus,.product-image:active {
  margin: 0 0 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: inherit;
}

a.image-border {
	text-decoration: none;
	border: 0 none;
}
 */
 
 
.product-image {
  margin: 0 0 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* 
.product-image:hover {
  box-shadow: 0 0 15px gold;
}

a img.product-image, a:link img.product-image, a:visited img.product-image {
  border: 1px solid #dddddd;
}
*/

.border-faint {
  margin: 0;
  border: 1px solid rgba(240, 240, 240, 1);
  border-radius: 4px;
}

.general-image {
  margin: 0 0 50px 0;
  border: none;
  border-radius: 0;
}

.banner-setup {
   background-repeat: no-repeat; 
   background-size: cover; 
   background-position: center;
}


/* Product Page –––––––––––––––––––––––––––––––––––––––––––––––––– */

.product-container {
  height: auto;
  width: 100%;
  text-align: center;
  padding: 5px 0 0 0;
  margin: -120px auto 0 auto;  
}

.product-name {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 0 8px 0;
  font-weight: 400;
}
.product-number {
  font-size: 15px;
  text-align: center;
}

p.image-label {
  padding: 10px 0 12px 0;
  margin: 0;
  font-size: 20px;
  color: #565656;
  text-align: center;
}

p.series-name {
  padding: 10px 0 12px 0;
  margin: 0;
  font-size: 16px;
  color: #565656;
  text-align: center;
  letter-spacing: normal;
}

.finish-name {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #393939;
  text-align: center;
}

p.model {
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 16px;
  color: #565656;
  letter-spacing: normal;
}

p.model-feature {
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #565656;
  text-align: center;
  letter-spacing: normal;
}

p.metal-finish {
  padding: 0 0 0 0;
  margin: -10px 0 0 0;
  font-size: 15px;
  color: #5f5f5f;
  text-align: center;
  letter-spacing: normal;
}

.model-number {
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #7e7d7d;
  text-align: center;
}

.spacer {
  margin-bottom: 40px;
}

.spacer-small {
  margin-bottom: 20px;
}

.margin-down {
  margin-bottom: 40px;
}

.spacer2 {
  padding: 0 0 50px 0;
}


/*  Banner Image and Text –––––––––––––––––––––––––––––––––––––––––––––––––– */

.banner-image {
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 20px 0;
  
    @media only screen and (max-width: 599px) {
      height: 400px; }
}

.banner-image-tall {
  background-color: #cccccc;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 20px 0;
}

.banner-text-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 372px;
}

.banner-title {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0,0.4);
  padding: 0 0 40px 0;
}

.banner-subtitle {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0,0.4);
 font-family: "Spartan", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 24px;
 padding: 0;
 margin: 0;
 text-align: center;
}


/*  Section Image and Text –––––––––––––––––––––––––––––––––––––––––––––––––– */

img.inline-image{
  max-width: 100%;
  max-height: 100%;
  display: block; /* remove extra space below image */
}

.responsive {
  width: 100%;
  height: auto;
}

.responsive-max-width {
  width: 100%;
  max-width: 960px;
  height: 100%;
  overflow: hidden;
}

.video-max-width {
  width: 100%;
  max-width: 960px;
  height: 540px;
}

.section-image {
  background-color: #ffffff;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1370px 571px;
  position: relative;
  cursor: pointer;
}

.embedresize {
max-width: 960px;
margin: auto;
}

.embedresize div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}

.embedresize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.intro #intro .embedresize iframe,
.exit .quizz .embedresize iframe,
.alreadyplayed #intro .embedresize iframe, 
.identityset #intro .embedresize iframe, 
#notabene .embedresize iframe, 
#message_intro .embedresize iframe, 
.fancybox_body .embedresize iframe, 
#comments .embedresize iframe, 
#description .embedresize iframe, 
.alreadyplayed .embedresize iframe, 
#adserver .embedresize iframe {
max-width: none !important;
}



.section-text-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-title {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0,0.4);
  padding: 0 0 40px 0;
  font-weight: 300;
}

.section-subtitle {
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0,0.4);
  font-weight: 300;
}

/*  Spacers –––––––––––––––––––––––––––––––––––––––––––––––––– */

.spacer-1 {
  height: 15px;
  width: 100%;
}

.spacer-2 {
  height: 30px;
  width: 100%;
}

.spacer-3 {
  height: 50px;
  width: 100%;
}

.space {
  height: 60px;
  width: 100%;
}


.padding-vertical-1 {
  padding: 5px 0;
}

.padding-vertical-2 {
  padding: 10px 0;
}

.padding-vertical-3 {
  padding: 15px 0;
}


/* Footer –––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
  background-color: #e4e4e4;
  margin:40px 0 0 0;
  padding: 20px 0 0 20px;
  text-align: left;
  line-height: 0px;
  font-size:14px;
  font-weight:300;
		}
		a.footer {
			color:#3286dd;
			text-decoration:none;
		}
		a.footer:hover{
			text-decoration:#469ef9;
		}
		
.footer-text {
  margin:0;
  padding: 10px 0 0 20px;
  text-align: left;
  line-height: 0px;
  font-size:14px;
  font-weight:300;
		}
		a.footer {
			color:#3286dd;
			text-decoration:none;
		}
		a.footer:hover{
			text-decoration:#469ef9;
		}


.video-container {
  height: auto;
  width: 100%;
  text-align: center;
  padding: 0px 0;
  font-weight: 100;
}

/* Image –––––––––––––––––––––––––––––––––––––––––––––––––– */


img.round {
  border-radius: 4px;
}

img.no-round {
  border-radius: 0;
}

img.border {
  border:1px solid #dddddd;
}
  

.clear { clear: both; }



.outer-center {
  text-align:center;
  margin: 0 15px;
  padding: 0 15px;
}
.inner-center {
  display:inline-block;
  text-align:left;
}



/*  –––––––––––––––––––––––––––––––––––––––––––––––––– */


img.small-flag {
  display: block;
  width: 50px;
  height: auto;
  margin: auto;
  padding: 0 0 5px 0;
  border-radius: 0;
}

img.scale-stop-plus {
  display: block;
  width: 70px;
  height: auto;
  margin: auto;
  padding: 0 0 5px 0;
  border-radius: 0;
}

.asu-logo {
  display: block;
  width: 350px;
  height: auto;
  margin: auto;
  padding: 0 0 5px 0;
  border-radius: 0;
}

img.dpha {
  display: block;
  width: 100px;
  height: auto;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

.copyright {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 10px;
  color: #585757;
  text-align: center;
  padding: 0 0 5px 0;
}

.warning {
  font-size: 10px; 
  text-align: center;
  padding: 5px 0 10px 0;
  height: auto;
  width: 100%;
  color: #585757;
}

/* Quote ___________________________________________________________________ */


.quote-container {   
  width: 80%;
  min-width: 372px;
  height: auto;
  margin: 50px auto;
  border-top: 0.8px solid #9da4a0;
  border-bottom: 0.8px solid #9da4a0;
  background: #ffffff;
  padding: 30px 30px 10px 30px;
}

blockquote {   
  width: 90%;
  height: auto;
  max-width: 800px;
  min-width: 372px;
  margin: auto;
  padding: 0 5px 0 5px;
  border-top: 0.8px solid #9da4a0;
  border-bottom: 0.8px solid #9da4a0;
  margin-bottom: 50px;
  background: #ffffff;
  padding: 10px 20px;
}

p.blockquote-text {
  color: #6c6c6c;
  text-align: left;
  text-shadow: 1px 1px white;
  font-style: italic;
  font-size: 22px;
}

p.quote-text {
  color: #6c6c6c;
  text-align: left;
  text-shadow: 1px 1px white;
  font-style: italic;
  font-size: 20px;
}

p.quote-author {
  color: #5c5c5c;
  text-align: center;
  font-size: 17px;
  color: #032d6f;
}

.quote-symbol {
  font-size: 60px;
  font-weight: 900;
  line-height: 25%;
  vertical-align: text-bottom;
  font-family: Times, serif;
  font-style: none;
  color: #032d6f;
  padding: 0 10px 0 0;
  font-style: normal;
}

.quote-symbol-end {
  font-size: 60px;
  font-weight: 900;
  line-height: 25%;
  vertical-align: text-bottom;
  font-family: Times, serif;
  font-style: none;
  color: #032d6f;
  padding: 0 0 0 10px;
  font-style: normal;
}

.quote-symbol-2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 25%;
  vertical-align: text-bottom;
  font-family: Times, serif;
  font-style: none;
  color: #abdaff;
  padding:0 5px 0 0;
}

p.blockquote-author {
  color: #5c5c5c;
  text-align: center;
  font-size: 18px;
  color: #032d6f;
}

.testimonial {   
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border: none;
  margin-bottom: 50px;
  background: #fafafa;
  padding: 15px 45px;
  border-radius: 4px;
}

p.testimonial-text {
  font-size: 18px;
  line-height: 26px;
}


.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

.effect2 {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
} 

/* Contact Card___________________________________________________________________ */

.contact-card-wrapper {
  width: 340px;
  height: 136px;
  padding: 8px 3px 8px 8px;
  margin: 0 auto 20px auto;
 border: 1px solid #e1dfdf;
  border-radius: 4px;
}

.contact-card-wrapper-no-photo {
  width: 340px;
  height: 136px;
  padding: 15px 6px 10px 18px;
  margin: 10px auto 20px auto;
  border: 1px solid #e1dfdf;
  border-radius: 4px;
}

.contact-wrapper {
  width: auto;
  height: 136px;
  padding: 15px 6px 10px 18px;
  margin: 10px auto 20px auto;
  border: 1px solid #e1dfdf;
  border-radius: 4px;
}

.contact-card-left {
  float: left;
  width: 90px;
}

.contact-card-right {
  float: right;
  width: 220px;
}

.contact-card-photo {
 border: 1px solid #eeeeee;
}

.contact-card-name {
  font-size: 20px;
  text-transform: uppercase;
  color: #032d6f;
  padding: 0 0 0 0;
  margin: 0;
}

.contact-card-name-2 {
  font-size: 22px;
  color: #032d6f;
  padding: 0 0 0 0;
  margin: 0;
}

.contact-card-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 8px 0;
  margin: 0;
  line-height: 18px;
}

.contact-card-title-2 {
  font-size: 22px;
  padding: 0 0 8px 0;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
}

.contact-card-phone {
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.contact-card-email {
  font-size: 15px;
  padding: 0;
  margin: 0;
}

/* ___________________________________________________________________ */

.separator {
  color: #cfcece;
  font-weight: 200;
  font-size: 18px;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.no-link {
  display:inline-block;
  padding:2px 4px;
  font-size:18px;
  font-weight:400;
  color: #3c3c3c;
  letter-spacing: -.4px;
  text-decoration:none;
  font-size:18px;
}

.nav-footer-no-link {
  display:inline-block;
  padding: 0 2px;
  font-size:18px;
  font-weight:400;
  color: #565656;
  letter-spacing: -.4px;
  text-decoration:none;
  font-size:18px;
}

.no-caption {
  margin: 20px auto 15px auto;
}

.caption {
  margin: 5px auto 30px auto; 
  text-align: center; 
  font-size: 16px;
}

.note {
  text-align: left; 
  font-size: 14px;
  color: #464545;
  margin: 0;
  padding: 0;
}


/* Image –––––––––––––––––––––––––––––––––––––––––––––––––– */

img.center {
  display: block;
  margin: auto;
}

img.fit {
  width: 100%;
  height: auto;
  max-width: 450px;
  margin: auto;
  padding: 0;
}

img.wide {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}

img.wide-with-caption {
  width: 100%;
  height: auto;
  margin: 20px auto 5px auto;
}
.section-image {
  height: 500px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 10px 0 10px;
}



/* Team –––––––––––––––––––––––––––––––––––––––––––––––––– */

img.team-member {
  width: 93%;
  height: auto;
  max-width: 450px;
  margin: auto;
  border-radius: 4px;
}

img.left-image-medium {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: auto;
  border-radius: 4px;
}

p.team-member-name {
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: -4px;
  color: #032d6f;
}

p.team-member-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.phone-number {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.email-address {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* ___________________________________________________________________ */


* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0 .5em 0 .5em;
  width: 100%;
}


@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media only screen and (max-width: 599px) { 
  [class*="col-"] {
  padding: 0;
  width: 100%;
}
}


/* ___________________________________________________________________ */


.top-2 {
  height: auto;
  width: 100%;
  font-size: 16px;
  color: #c89832;
  text-align: right;
  padding: 0;
  font-weight: 100;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-width: 0;
  border-bottom: 1px solid #E1E1E1; }
}

.reserve-collection-font {
  font-family: 'Tangerine', cursive;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: normal;
}

.reserve-collection-font-2 {
  font-family: "Nanum Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 130%;
  font-size: 1.9em;
  letter-spacing: normal;
}

.reserve-collection-font-3 {
  font-family: "Nanum Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 150%;
  letter-spacing: normal;
}

.top-left-text-wrap {
	float: left;
	margin: 5px 30px 6px 0;
}

/* Colors –––––––––––––––––––––––––––––––––––––––––––––––––– */

.black-1 {
  color: #3c3c3c;
}

.red-1 {
  color: #d50303;
}

.gold-1 {
  color: #032d6f;
}


/* Different Size Containers –––––––––––––––––––––––––––––––––––––––––––––––––– */


.half-width-container {
  margin: 30px auto; 
  width: 50%;
  min-width: 372px;
}

.container-10 {
  margin: 30px auto; 
  width: 10%;
  min-width: 372px;
}

.container-20 {
  margin: 30px auto; 
  width: 20%;
  min-width: 372px;
}

.container-30 {
  margin: 30px auto; 
  width: 30%;
  min-width: 372px;
}

.container-40 {
  margin: 30px auto; 
  width: 40%;
  min-width: 372px;
}

.container-50 {
  margin: 30px auto; 
  width: 50%;
  min-width: 372px;
}

.container-60 {
  margin: 30px auto; 
  width: 60%;
  min-width: 372px;
}

.container-70 {
  margin: 30px auto; 
  width: 70%;
  min-width: 372px;
}

.container-80 {
  margin: 30px auto; 
  width: 80%;
  min-width: 372px;
}

.container-90 {
  margin: 30px auto; 
  width: 90%;
  min-width: 372px;
}

.container-100 {
  margin: 30px auto; 
  width: 100%;
  min-width: 372px;
}


/* Hotel ___________________________________________________________________ */

.hotel-wrapper {
  width: 310px;
  height: 130px;
  padding: 15px 6px 10px 18px;
  margin: 10px auto 20px auto;
  border: 1px solid #e1dfdf;
  border-radius: 4px;
}

.house-project-wrapper {
  width: 310px;
  height: 114px;
  padding: 15px 6px 10px 18px;
  margin: 10px auto 20px auto;
  border: 1px solid #e1dfdf;
  border-radius: 4px;
}

.hotel-name {
  font-size: 22px;
  color: #032d6f;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 28px;
}

.feature {
  font-size: 20px;
  color: #032d6f;
  padding: 0 0 3px 0;
  margin: 0;
  line-height: 28px;
}

p.description {
  font-size: 16px;
  line-height: 24px;
  color: #464545;
  padding: 0 0 20px 0;
  margin: 0;
}

/* Table ___________________________________________________________________ */


table.blueTable {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

table.blueTable {
  border-top: 1px solid #DEDEDE;
  padding: 3px 2px;
}

table.blueTable tbody td {
  font-size: 13px;
}

table.blueTable thead {
  background: #acb3bd;
}

table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

table.blueTable tfoot td {
  font-size: 14px;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 4px;
}

th.table-head {
  font-size:22px;
  height: 22px;
  font-weight: 600;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  color: #252525;
  text-align: center;
  background: #f9f9f9;
}

th.table-subhead {
  font-size:18px; 
  height: 18px; 
  font-weight: 600; 
  border-top: none; 
  border-bottom: none;
  text-align: center;
  background: #000000;
  color: #ffffff;
}

th.table-subhead-2 {
  font-size:16px; 
  height: 16px;
  background-color: #f3f3f3;
  font-weight: 600; 
  border-top: none; 
  border-bottom: none;
  text-align: center;
}


h3.by {
  font-size: 18.5px; 
  color: #989898; 
  text-align: center;
}



/* Button ––––––––––––––––––––––––– */

button.standard-button {
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #3286dd;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 30px;
    margin: 10px auto;
}

button.standard-button:link {
    text-decoration: none;
    color:#ffffff
}

button.standard-button:visited {
    text-decoration:none
}

button.standard-button:hover {
    text-decoration: none;
    background-color:#5ba6f6
}

button.standard-button:active {
    text-decoration:none
}




button.small-button {
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #3286dd;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 17px;
    margin: 10px auto;
    font-size: 15px;
    line-height: 2.3;
}

button.small-button:link {
    text-decoration: none;
    color:#ffffff
}

button.small-button:visited {
    text-decoration:none
}

button.small-button:hover {
    text-decoration: none;
    background-color:#5ba6f6
}

button.small-button:active {
    text-decoration:none
}


/* Text Size per Screen Size ––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 300; }

/* Mobile Phones */

@media (max-width: 549px) {
h1 { font-size: 3.4rem; line-height: 5rem; letter-spacing: -.2rem; padding: 0 0 20px 0;}
h2 { font-size: 2.9rem; line-height: 1.4; letter-spacing: -.1rem; padding: 0; color:#0070a6; font-family: 'Spartan', sans-serif; text-align: left;}
h3 { font-size: 22px; line-height: 1.5;  letter-spacing: -1.5px; padding: 10px 0 0 0; color:#0070a6; font-family: 'Spartan', sans-serif; text-align: left;}
h3.subheading { font-size: 2.5rem; line-height: 1.5; letter-spacing: -.05rem; padding: 0; font-family: 'Spartan', sans-serif; text-align: left;padding-bottom: 0;margin-bottom: 5px; margin-top: 0;font-weight: 600; letter-spacing: -1.5px; color: #464545;}
h4 { font-size: 1.9rem; line-height: 1.35; letter-spacing: -.1rem; font-weight: 600; font-family: 'Spartan', sans-serif; text-align: left;}
h5 { font-size: 1.5rem; line-height: 1.5;  letter-spacing: -.01rem; }
h6 { font-size: 1.2rem; line-height: 1.6;  letter-spacing: 0; }
p { font-size: 20px; line-height: 1.4;}
h2.section-heading { font-size: 3rem; line-height: 1.25; letter-spacing: -.05rem; padding: 10px 0 20px 0;}
h2.sub-heading { font-size: 2.6rem; line-height: 1.25; letter-spacing: -.05rem; padding: 10px 0 20px 0; font-family: 'Spartan', sans-serif; text-align: center;}
h1.banner-title { font-size: 3.8rem; line-height: 1.6; }
h3.banner-subtitle { font-size: 1.8rem; line-height: 1.7; letter-spacing: -.01rem; }
.caption { font-size: 1.4rem; }
h3.by { font-size: 15.4px; }
ul.square li { font-size: 2rem; line-height: 1.5; }
p.main-text { font-size: 2.2rem;}

}



/* Larger than phablet */

@media (min-width: 550px) {
  h1 { font-size: 3.8rem; line-height: 6rem; letter-spacing: -.2rem; padding: 0 5px 5px 5px;}
  h2 { font-size: 3rem; letter-spacing: -.08rem; line-height: 1.45; padding: 0; color:#0070a6; font-family: 'Spartan', sans-serif; text-align: left;}
  
  h2.margin-top {margin-top: -5px;}

  h3 { font-size: 22px; line-height: 1.5; letter-spacing: -1.5px; padding: 0  0  5px 0; color:#0070a6; font-family: 'Spartan', sans-serif; text-align: left;;margin-bottom: 5px; margin-top: 0;}
  h3.gallons { font-size: 2.6rem; line-height: 1.5; letter-spacing: -.05rem; padding: 0; color:#3c3c3c; font-family: 'Spartan', sans-serif; text-align: left;padding-bottom: 0;margin-bottom: 5px; margin-top: 0;}
  h3.subheading { font-size: 2.3rem; line-height: 1.5; letter-spacing: -.05rem; padding: 0; font-family: 'Spartan', sans-serif; text-align: left;padding-bottom: 0;margin-bottom: 5px; margin-top: 0; font-weight: 600;letter-spacing: -1.5px; color: #464545;}
  h4 { font-size: 1.8rem; padding: 0 0 10px 0; letter-spacing: -0.15rem; font-weight: 600; font-family: 'Spartan', sans-serif; text-align: left;}
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.2rem; }

}

/*  ––––––––––––––––––––––– */


/*
.flex-custom-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #f7f7f7;
  padding:  0; 
  margin: -20px 0 0 0;
  border-radius: 0;
  align-items: baseline;
  padding: 5px 30px 10px 20px;
  width: auto;
  flex-wrap: nowrap;
}

.flex-custom-container > div {
  width: auto;
  margin: 0;
  padding:  0;
  text-align: center;
  border-radius: 0;
  align-items: baseline;
  vertical-align: middle;
  display: table-cell;
  padding-bottom:  0; 
  padding-top:  0; 
}

.custom-image-container {
  flex-basis: 200px; 
  align-self: center;
  padding:  0;
}

.image-styling {
  border-radius: 0; 
  height: 30px;
  width: 57px;
  margin: 10px 15px 0 0;
}

.custom-text-container {
  text-align: left; 
  padding: 0; 
  margin: 0 15px 0 0;
  vertical-align: middle; 
  display: table-cell;
}

.text-styling {
  padding: 0; 
  margin: 5px 0 0 0;
  font-size: 14px;
}
*/


.flex-container {
  margin: -20px 0 0 0;
  padding: 0 20px 2px 20px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
}
.flex-item {
    width: 20rem;
    padding: .5rem .5rem .1rem .5rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;  
    margin: 0.375rem; 
}
.flex-image {
  border-radius: 0; 
   flex-basis: 5rem;
}
.image-styling {
  border-radius: 0; 
  width: 57px;
  margin: 5px 15px 5px 0;
}
.flex-text {
   flex-basis: 100%;
   text-align: left;
   font-size: 14px;
   color: #333232;
}

img.finish {
  padding: 20px;
}

.previous-next {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 160%;
  color: #0478f5;
  width: 100px;
  padding: 10px auto;
  margin: 0 auto;
}

.float-left {
  width: 50%;
  height: auto;
  float: left;
  padding-right: 10px;
}

.float-right {
  width: 50%;
  height: auto;
  float: left;
  padding-left: 10px;
}





.more-button {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 100%;
  color: #3286dc;
  width: 33.33%;
  padding: 11px 25px;
  margin: 0 auto; 
  min-width: 319px;
  }

@media only screen and (max-width: 599px) {
    .more-button {
      min-width: 100%; 
}
}

.more-button:hover {
  color: #3a97fb; }
  
  
  
  

.contact-button {
/*
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 100%;
  color: #0478f5;
  width: 400px;
  padding: 12px 0;
  margin: 0 5px 15px 5px;
  */
  display: inline-block;
  width: 400px;
  border-radius: 8px;
  background-color: #fcfcfc; 
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
  font-size: 20px; 
  font-weight: 600;
  border: 1px solid #c89832;
  padding: 8px 10px 8px 10px; 
  margin: 0 15px 25px 15px;
  
  @media only screen and (max-width: 599px) {
  width: 100%;
  margin: 0 0 25px 0;
  }
}

.button-wide {
  display: inline-block;
  width: auto;
  border-radius: 8px;
  background-color: #ffffff; 
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
  font-size: 20px; 
  font-weight: 600;
  border: 1px solid #c89832;
  padding: 8px 40px; 
  margin: 0 15px 25px 15px;
  
  @media only screen and (max-width: 599px) {
  width: 100%;
  }
}

.contact-button-small {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 100%;
  color: #0478f5;
  width: 220px;
  padding: 8px 0;
  margin: 0 5px 15px 5px; 
  
  @media only screen and (max-width: 599px) {
  width: 100%;
  }
}

.fancy-button-small-wide {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 100%;
  color: #0478f5;
  width: 400px;
  padding: 8px 0;
  margin: 0 5px 15px 5px; 
  
  @media only screen and (max-width: 599px) {
  width: 100%;
  }
}




/* Tables _________________________ */

table {
  border-collapse: collapse;
  width: 100%;
  border-left: none;
  border-right: none;
  margin-top: 30px;
}

th, td {
  padding: 5px 0;
  text-align: left;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  border-left: none;
  border-right: none;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

tr {
  column-span: all;
  padding: 0;
}



td.topic {
  font-weight: bold;
  /* width:28%; */
  font-size: 16px;
  vertical-align: middle;
  margin: 0 20px 0 0;
  color: #333232;
  padding: 8px 28px 8px 0;
  width:20%;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table.small {
  padding: 10px 0;
}

th.small,td.small {
  padding: 0 5px;
  text-align: left;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}


table {
  padding: 15px 0 20px 0;
}

th,td {
  padding: 5px 15px;
  text-align: left;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 15px;
  min-width: 50px;
}

th:last-child,
td:last-child {
  padding-right: 0; 
}

table.contact-left {
 width: 380px; 
 margin: 0;
}

td.contact-label {
 width: 20px; 
 font-size: 18px;
 padding: 0;
 font-weight: bold;
 border-top: none;
 border-bottom: none;
}

p.contact-address {
 font-size: 18px;
 line-height: 0%;
}

td.contact-details {
 font-size: 18px;
 padding: 0;
 border-top: none;
 border-bottom: none;
}

table.contact-large {
 width: 350px;
 margin: 0 auto;
 text-align:center;
}

td.contact-label-large {
 width: 160px; 
 font-size: 18px;
 padding: 12px 0;
 font-weight: bold;
 vertical-align: top;
 border-top: none;
 border-bottom: none;
}

td.contact-details-large {
 width: 50px;
 font-size: 18px;
 padding: 0 0 8px 0;
 vertical-align: top;
 border-top: none;
 border-bottom: none;
 font-weight: normal;
}

.icon-holder {
 width: 30px;
 margin: 0 auto;
 text-align: right;
 border: none;
 vertical-align: top;
 padding: 3px 10px 0 0;
}

td.description {
  width: auto;
  font-size: 16px;
  vertical-align: middle;
  margin: 0;
  color: #333232;
  padding: 8px 10px 8px 0;
}

td {
  font-size: 16px;
  color: #333232; 
}

img.flag-table {
  border-radius: 0;
  height: 30px;
  width: 48px;
  padding: 5px 0 0 0;
}

/*  _________________________ */


.pad {
  padding: 15px;
}





table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td {
  text-align: center;
  padding: 16px;
}

th {
  background-color: #f9f9f9;
  font-size: 22px;
  font-style: normal;
  text-align: center;
  border-top: none;
  border-bottom: none;
  font-weight: 400;
  border-top: 1px solid #E1E1E1;
  
      @media only screen and (max-width: 549px) {
        font-size: 17px;
    font-weight: 600; } 
}


th.table-head-smaller {
  font-size: 20px;
  font-weight: 600;
  
@media only screen and (max-width: 599px) {
  font-size: 17px;
  padding-right: 15px;
    }   
}

th.twenty-percent {
  width: 20%;
}

th.fourty-percent {
  width: 40%;
}

th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(odd) {
  border-bottom: 1px solid #E1E1E1;
}

tr:nth-child(even) {
  border-bottom: 1px solid #E1E1E1;
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}



.green {
  color: #1d9b04;
}

.red {
  color: #e91818;
}


.large-red {
  color: #e91818;
  font-size: 28px;
}



.accent-color {
  color: #032d6f;
}

th.left-border, td.left-border {
  border-left: 1px solid #E1E1E1;
}


h2.category-heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
}



/* Testimonial ------------------------ */

.testimonial-container {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 0 20px 0 20px;
}

.testimonial-container-2 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 60px 20px 0 20px;
    min-height: 330px;
    box-shadow: 2px 2px 4px 0px rgba(204,204,204,0.3);
  border: 1px solid rgba(221, 221, 221, 0.9);
  border-radius: 4px;
}

.testimonial-container-3 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 60px 20px 0 20px;
    min-height: 300px;
    box-shadow: 2px 2px 4px 0px rgba(204,204,204,0.3);
  border: 1px solid rgba(221, 221, 221, 0.9);
  border-radius: 4px;
}

p.testimonial-quote-symbol {
  text-align: center;
  font-size: 90px;
  color: #7293c6;
  text-align: center;
  font-family: Times, serif;
  line-height: .2;
}

p.testimonial-text {
    font-size: 15px;
    line-height: 26px;
    line-height: 1.5;
    text-align: center;
}

p.testimonial-author {
    color: #032d6f;
    text-align: center;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom:0;
}

p.testimonial-place {
    text-align: center;
    font-size: 13px;
    color:#878787;
}



.quote-symbol {
  font-size: 60px;
  font-weight: 900;
  line-height: 25%;
  vertical-align: text-bottom;
  font-family: Times, serif;
  font-style: none;
  color: #b5bbb4;
  padding: 0 10px 0 0;
  font-style: normal;
}

.quote-symbol-end {
  font-size: 60px;
  font-weight: 900;
  line-height: 25%;
  vertical-align: text-bottom;
  font-family: Times, serif;
  font-style: none;
  color: #b5bbb4;
  padding: 0 0 0 10px;
  font-style: normal;
}

/* ------------------------ */


/* Colors ___________________________________________________________________ */


/* Accent color */

.color-1 {
  color: #032d6f;
}


/* Colors ___________________________________________________________________ */

.float-left-image-right {
  text-align: right;
  display: block;
  float:left;
  width:50%;
  padding: 0 10px 0 0;
}
.float-right-image-left {
  text-align: left;
  display: block;
  float:right;
  width:50%;
  padding: 0 0 0 10px;
}

/* ___________________________________________________________________ */


img.image-very-small {
  height: 50px;
  width: auto;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

img.image-small {
  height: 70px;
  width: auto;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

img.image-medium {
  height: 200px;
  width: auto;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

img.image-large {
  height: 500px;
  width: auto;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

.made-in-usa-very-small {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 12px;
  color: #585757;
  text-align: center;
  padding: 0;
}

.company-name-very-small {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 16px;
  color: #585757;
  text-align: center;
  padding: 0;
}

.serving {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #585757;
  text-align: center;
  padding: 0;
}

.company-tagline-very-small {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 12px;
  color: #585757;
  text-align: center;
  padding: 0;
}


h3.product-name {
  padding: 0 0 5px 0;
  margin: 0;
  text-align: left;
  font-size: 25px;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.product-feature {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 0 0 0;
  margin: 0;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.was-price {
  color: gray;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.price {
  color: #D92121;
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: center;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

p.was-product-price {
  color: gray;
  text-align: left; 
  font-size: 15px;
  margin: -1px auto;
  padding: 0 0 10px 0;
}

p.product-price {
  text-align: left; 
  font-size: 20px;
  margin: -1px auto;
  color: #D92121;
  padding: 0 0 10px 0;
}

p.product-price-large {
  text-align: left; 
  font-size: 30px;
  margin: -1px auto;
  padding: 0 0 10px 0;
}

.includes {
  text-align: left;
  font-size: 14px;
  padding: 10px 0 0 0;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.product-description {
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

ul.product-details {
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 20px 5px 15px;
  padding: 5px;
  text-align: left;
  display:table; 
  width:auto;
  font-size: 16px;
  line-height: 1.2;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.bullet-details {
  font-size: 16px;
  line-height: 1.2;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

td.medium-text {
  font-size: 23px;
}

th.table-head-center {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.box-shadow-2 {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.box-shadow {
  border: 1px solid rgba(224, 224, 224, 0.51);
  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}

.box-shadow-3 {
  box-shadow: -1px -1px 1px rgba(0,0,0,0.08), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);
}


.tip-box {
  background: #f8fbff;
  background-size: 30px 30px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c1dcf1;
  padding: 10px 10px 0px 15px;
  margin: 5px 0 20px 0;
}

.caution-box {
background-color:#fdfced;
  background-size: 30px 30px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 1px solid #fde888;
  padding: 10px 10px 0px 15px;
  margin: 5px 0 20px 0;
}


p.note {
  background: #f9f9f9;
  background-size: 30px 30px;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
  padding: 10px 10px 8px 15px;
  margin: 5px 0 20px 0;
  font-size: 20px;
  line-height: 1.4;
}



.tip {
    color: #c89832;
    font-weight: 800;
    text-transform:uppercase;
    padding-bottom: 0;
}

.caution {
    color: #e91818;
    font-weight: 800;
    text-transform:uppercase;
    padding-bottom: 0;
}

p.hot-tip {
  border: 1px solid #fde888;
  padding: 10px 10px 8px 15px;
  margin: 5px 0 20px 0;
  line-height: 1.4;
  font-size: 18px;
  background-color: #fdfced;
  border-radius: 4px;
}

.note-accent {
  color: #333232;
  font-weight: 600;
  text-transform: uppercase;
}

p.note-box {
  border: 1px solid #c1dcf1;
  padding: 10px 10px 8px 15px;
  margin: 5px 0 20px 0;
  line-height: 1.4;
  font-size: 18px;
  background-color: #f8fbff;
  border-radius: 4px;
}




ul.checkmark li {
  font-size: 22px;
  list-style-type: none;
  padding: 2px 0 13px 0;
  margin: 12px 0 0 30px;
  background-image: url(../images/checkmark.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 20px 25px;
  line-height: 1.3;border-bottom: 1px solid rgba(221, 221, 221, 0.66);
}

ul.checkmark-circle li {
  font-size: 20px;
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
  background: url(../images/checkmark-circle.png) 0px 4px;
  background-position: 5px 0 0 0;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 20px 20px;
  line-height: 1.4;

  @media only screen and (max-width: 599px) {
      font-size: 16px; } 
}

ul.checkmark-plus-large li {
  font-size: 20px;
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
  background: url(../images/plus.jpg) 0px 1px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 25px 25px;
  line-height: 1.4;

  @media only screen and (max-width: 599px) {
      font-size: 16px
      line-height: 1.1; } 
}



ul.bullet-plus li {
  font-size: 18px;
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
  background: url(../images/plus.jpg) 0px -1px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 22px 22px;
  line-height: 1.3;

  @media only screen and (max-width: 599px) {
      font-size: 18px } 
}

ul.bullet-no-symbol li {
  font-size: 18px;
  list-style-type: none;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
  background: url(../images/no-symbol.jpg) 0px -1px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 22px 22px;
  line-height: 1.3;

  @media only screen and (max-width: 599px) {
      font-size: 18px } 
}




ul.checkmark-2 li {
content: “\e052”!important;
	font-size: 22px;
	margin-bottom: 1em;
	list-style-type: none;
	padding: .25em 0 0 2.9em;
	position: relative;
	&:before
		content: " ";
		display: block;
		border: solid .8em green;
		border-radius: .8em;
		height: 0;
		width: 0;
		position: absolute;
		left: .5em;
		top: 40%;
		margin-top: -.5em;
	&:after
		content: " ";
		display: block;
		width: .3em;
		height: .6em;
		border: solid #fff;
		border-width: 0 .2em .2em 0;
		position: absolute;
		left: 1em;
		top: 40%;
		margin-top: -.2em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
}




ul.feature-bullet li {
  font-size: 16px;
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 20px 5px 20px;
  padding: 0 0 5px 0;
  text-align: left;
  width:auto;
  line-height: 1.35;
  font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  color: #464545;
  
@media only screen and (max-width: 599px) {
  font-size: 16px;
  }
} 




hr.blank {
  clear: both;
  display: block;
  margin: 0 auto;
  border-style: inset;
  border-width: 1px;
  border-color: transparent;
}

.value-statement {
font-size: 1.2em;
text-align: center;
background-color: #f6f6f6;
padding: 1px auto;
width: 100%;
height: auto;
margin: -20px auto 0 auto;
opacity: 1;
}

@media only screen and (max-width: 599px) {
  .value-statement {
  font-size: 1em;
  }
} 


.value-statement-header {
font-size: 1.1em;
  background-color: #0d548e;
text-align: center;
padding: 2px 0 0 0;
width: 100%;
height: auto;
  margin: auto auto 0 auto;
opacity: 1;
color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .value-statement-header {
  font-size:3.2vw;
  padding: 3px 0 1px 0;
  }
} 

.value-statement-footer {
font-size: 1.2em;
text-align: center;
background-color: #f6f6f6;
padding-top: 1px;
padding-bottom: 1px;
width: 100%;
height: auto;
margin: 0 auto -50px auto;
opacity: 1;
}

@media only screen and (max-width: 599px) {
  .value-statement-footer {
  font-size: .78em;
  }
} 




.dealer-container {
  width: auto;
  max-width: 100%;
  height: 550px;
  margin: 20px auto 20px auto;
  padding: 20px;
  border:1px solid #dddddd;
  border-radius: 4px;
}

.dealer-name {
    color: #032d6f;
    text-align: center;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom:0;
}




.certification-container {
  width: auto;
  max-width: 100%;
  height: 460px;
  margin: 20px auto 20px auto;
  padding: 20px;
  border:1px solid #dddddd;
  border-radius: 4px;
}

img.certification-image {
  height: 130px;
  width: auto;
  margin: auto;
  padding: 0 0 20px 0;
  border-radius: 0;
}

@media only screen and (max-width: 756px) {
.certification-container {
  height: auto;
}
}

@media only screen and (min-width: 899px) {
.certification-container {
  height: 700px;
}
img.certification-image {
  height: 70px;
}
}

@media only screen and (min-width: 900px) {
.certification-container {
  height: 460px;
    margin: 20px auto 15px auto;
}
img.certification-image {
  height: 130px;
}
}

.certification-name {
    color: #032d6f;
    text-align: center;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom:20px;
}

.certification-description {
    font-size: 16px;
}


th.table-head-center-small {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

td.small {
  padding: 3px;
  font-size: 15px;
  padding-left: 15px;
}

td.width-medium {
  width: 30%;
}

td.small-center {
  padding: 0px;
  font-size: 15px;
  padding-left: 15px;
  text-align: center;
}

td.width-medium {
  width: 30%;
}




.benefit-container {
  background-position: 0 78px;
  background-size: 480px 270px;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  border-radius: 4px;
  border: 1px solid rgba(224, 224, 224, 0.51);
  border:1px solid #dddddd;
  padding: 15px;
}

.benefit-title {
  margin: 0 0 8px 0;
 font-size: 2.0rem; 
 line-height: 1.5; 
 letter-spacing: -.05rem; 
 padding: 0; 
 color:#0070a6; 
 font-family: 'Spartan', sans-serif; 
 text-align: left;
}

.benefit-description {
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
}

ul.benefit-bullet li {
  display:table;
  background: url(../images/bullet.png) 0px 9px  no-repeat;
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  background-size: 6px 6px;
  background-position: 0 5px;
  margin: 5px 5px 0 5px;
  padding: 0 0 0 15px;
  font-family: "Roboto", HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #464545;
}

.product-top {
  border-radius: 7px 7px 0 0;
  color: #ffffff;
  background-color: #0d548e;
}

.product-top-large-text {
  font-size: 20px; 
  font-weight: 600;
}

.product-top-small-text {
  font-size: 13px;
}

.product-bottom {
  border-radius: 0;
  border-top: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

p.recommended {
  font-size: 12px; 
  margin: -1px auto;
}

p.water-usage {
  font-size: 12px; 
  margin: -1px auto 5px auto;
}

p.product-name {
  text-align: center; 
  font-size: 18px; 
  /* color:#4388d9; */
  margin: -1px auto;
}



hr.blank {
  clear: both;
  display: block;
  margin: 0 auto;
  border-style: inset;
  border-width: 1px;
  border-color: transparent; 
}

.phone-text-email-link {
  width: auto;
  border-radius: 8px;
  border: 1px solid #c89832;
  background-color: #fcfcfc;
  text-align: center;
  cursor: pointer;
  padding: 6px 0;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  
  @media only screen and (max-width: 599px) {
    .phone-text-email-link {
      font-size: 18px; } 
}



.phone-text-email {
/* color: #c89832; */
font-weight: 600;
}

.contact-header-2 {
  font-size: 1em;
  text-align: center;
  background: #f0f0f0;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  opacity: 1; 
}

.contact-header {
  font-size: 1em;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  /* border-top: 1px solid rgb(223, 221, 221); */
  /* border-bottom: 1px solid rgb(223, 221, 221); */
  background-color: #f5f5f5; 
}

.decorative-box {
  background-color: #fff;
  /* box-shadow: 0 1px 6px 0 rgba(118, 118, 118, 0.25); */
  border-radius: 8px;
  border: 1px solid #d4dbe0;
  background: #fafcff;
  height: auto;
  padding: 15px 25px 15px 25px; }

.decorative-icon {
  font-size: 75px;
  line-height: 1.2;
  text-align: center; }

.decorative-box-title {
  color: #676767;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  text-transform: normal;
  font-weight: 500; }
  
  
h3.decorative-box-heading  {
  padding-bottom: 10px;
  text-align: center;
}
  
  .decorative-box-subheading {
  color: #676767;
  line-height: 1.5;
  font-size: 22px;
  text-align: left;
  text-transform: normal;
  font-weight: 500; 
}

.decorative-box-text {
  font-size: 16px;
  line-height: 1.5; 
}



.icon-div-container {
  width: auto;
  height: 40px;
  display: table;
  text-align: left;
  padding: 5px 0 5px 10px;
}

.icon-div-icon {
  width: 40px;
  height: 40px;
  float: left;
}

img.icon {
  width: 40px;
  height: 40px;
}

.icon-div-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 46px;
  width: auto;
  height: 40px;
  text-align: left;
  padding: 0 0 0 12px;
  float: right;
}


.icon-and-text-inline {
  line-height: 36px;
  vertical-align: middle;
  height: 60px;
  display: inline-block;
  padding: 0 20px 0 5px
}

ul.water-drop li {
  font-size: 18px;
  list-style-type: none;
  padding: 2px 0 13px 0;
  margin: 12px 0 0 0;
  background-image: url(../images/water-drop.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 15px 25px;
  line-height: 1.3;border-bottom: 1px solid rgba(221, 221, 221, 0.66);
}


hr.product-line {
  margin: 15px 0;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb; 
}
  
  
p.details-heading {
  text-transform: uppercase;
  font-size: 16px;
  color: #636363;
  margin: 15px 0 5px 0;
  padding: 0 0 10px 0; 
}
  
p.product-number {
  font-size: 14px;
  text-align: left;
  color: #636363;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}




button {
	border-radius: 4px;
	background-color: #3286dd;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 30px;
	width: auto;
	box-shadow: none;
	border: 0;
	font-weight: 600;
	font-size: 18px;
}

button.order-button {
	border-radius: 4px;
	text-align: left;
	cursor: pointer;
	margin: auto;
	background-color: #3286dd;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin: 15px auto 20px auto;
	letter-spacing: .8px;
}



.order-product-container {
  height: auto;
  width: auto;
  text-align: left;
  margin: 30px auto;
}

.order-product {
	border-radius: 4px;
	text-align: left;
	cursor: pointer;
	margin: auto;
	background-color: #3286dd;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 15px;
	margin: 15px auto 20px auto;
	letter-spacing: .7px;
	font-size: 18px;
}

.order-product a {
  color:#ffffff;
}

.order-product a:hover {
  color:#dea52c;
}


/* Text Sizes for Paragraphs _______________________________________________ */


p.font-size-1 {
  font-size: 10px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 8px; } 
}


p.font-size-2 {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 5px;
  
  @media only screen and (max-width: 599px) {
      font-size: 10px; } 
}

p.font-size-3 {
  font-size: 14px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 12px; } 
}

p.font-size-4 {
  font-size: 16px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 14px; } 
}

p.font-size-5 {
  font-size: 18px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 16px; } 
}

p.font-size-6 {
  font-size: 20px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 18px; } 
}

p.font-size-5 {
  font-size: 22px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 20px; } 
}



p.bread-crumb {
  font-size: 10px;
  line-height: 1.1;
  margin-top: -10px;
  
  @media only screen and (max-width: 599px) {
      font-size: 8px; } 
}


.link-back {
  font-size: 16px;
  line-height: 1.1;
  
  @media only screen and (max-width: 599px) {
      font-size: 14px; } 
}


/* ___________________________________________________________________ */


.usage {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.hazards {
  font-size: 22px;
  margin: 0 0 5px 0;
  font-weight: 600;
  text-align: center;

  @media only screen and (max-width: 599px) {
      font-size: 17px; } 
}


.bullet-none {
font-size: 17px;
/* list-style-type: square; */
/* list-style-position: outside; */
margin: 5px 20px 5px 25px;
padding: 0 0 5px 0;
text-align: left;
width: auto;
font-size: 16px;
line-height: 1.2;
font-family: HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
color: #464545;
text-indent: -26px;
}

.circled-plus {
  color: red;
  font-size: 22px;
  font-weight: 600;
}




  

th.blue {
    background-color: #fcfcfc;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #035fc3;
    line-height: 1.2;
}

th.red {
    background-color: #fcfcfc;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: red;
    line-height: 1.2;
}



td.small-right {
    padding: 3px;
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
}


img.fit {
    width: 474px;
    height:auto
}

img.fit-70 {
    width: 70%;
    height: auto;
    margin: auto;
    padding: 0;
    display:block
}

@media only screen and (max-width: 599px) {
    img.fit-70 {
        width: 100%;
        height: auto;
        margin: auto;
        padding:0
    }
}

img.fit-60 {
    width: 60%;
    height: auto;
    margin: auto;
    padding: 0;
    display:block
}

@media only screen and (max-width: 599px) {
    img.fit-60 {
        width: 100%;
        height: auto;
        margin: auto;
        padding:0
    }
}

img.fit-50 {
    width: 50%;
    height: auto;
    margin: auto;
    padding: 0;
    display:block
}

@media only screen and (max-width: 599px) {
    img.fit-50 {
        width: 100%;
        height: auto;
        margin: auto;
        padding:0
    }
}

.uppercase {
  text-transform: uppercase;
}


/* Step _______________________ */



h3.step-title {
  font-size: 22px;
  text-align: left;
  padding: 5px 0 20px 0;
  margin: 0;
  font-weight: 600;
  color: #333232;
  
  @media only screen and (max-width: 599px) {
  font-size: 18px;
  }
}


ul.step-bullet li {
    list-style: disc outside;
    margin: 5px 0 0 15px !important;
    padding: 0 0 10px 0 !important;
    font-size: 18px;
    line-height: 1.35;
  
  @media only screen and (max-width: 599px) {
  padding: 0 0 0 0 !important;
      font-size: 18px;
  }
}




.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.top-left-text-wrap {
	float: left;
	margin: 5px 30px 6px 0;
}
@media only screen and (max-width: 599px) {
.top-left-text-wrap {
	margin: 5px 0 6px 0;
 }
} 

.document-icon {
    border: none;
    background-image: url(../images/document.png);
    width: 260px;
    height: 338px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 40px;
    color: #0a74db;
    text-align: center;
    font-size: 2.1em;
    padding: 120px 15px 0;
    line-height: 130%;
    vertical-align:middle;
}

@media only screen and (max-width: 768px) {
    .document-icon {
        width: 100%;
        font-size: 2.1em;
        padding: 6% 55px 0;
        line-height: 130%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items:center;
    }
}


.line-container {
    max-width: 100%;
    margin:40px auto;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    color: #c89832;
    font-size: 24px;
    text-transform:initial;
}

.hr-text:before {
    content: "";
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height:.5px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.5em;
    background-color:#fff;
}

.hr-text-section-heading {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    font-size:20px;
}

.hr-text-section-heading:before {
    content: "";
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height:.5px;
}

.hr-text-section-heading:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.5em;
    background-color:#fff;
}

btn.btn--small.right.toggle-filters {
    border-radius: 5px;
    background-color: #3286dd;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 auto;
    width:auto;
}

.my-button {
    border-radius: 5px;
    background-color: #3286dd;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 auto;
    width:auto;
}


.business-container {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 10px 20px;
    min-height: 330px;
    box-shadow: 2px 2px 4px #cccccc4d;
    border: 1px solid rgba(221, 221, 221, .9);
    border-radius: 4px;
    background-color:#f9f9f9;
}

.special-offer-container {
    padding: 0;
    border-radius: 5px;
    border:1px solid rgba(221, 221, 221, .8);
    background-color: rgb(249, 249, 249);
}

.special-offer-top {
    background: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    margin:0;
}

.special-offer-bottom {
    background: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
    margin: -8px 0 0 0;
    padding: 0;
}

.special-offer-inner-container {
    padding: 10px 10px 0px 10px;
}

.special-offer-name {
    text-align: center;
    font-size: 20px;
    padding:5px 0;
}

p.special-offer-save {
    text-align: center;
    font-size: 19px;
    padding: 10px 0 0;
    text-transform:uppercase;
}

p.special-offer-retail-price {
    text-align: center;
    font-size: 17px;
    padding:10px 0 0;
}

p.special-offer-your-price {
    text-align: center;
    font-size: 17px;
    color: #d92121;
    font-weight: 600;
    padding:0 0 20px;
}








.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height:auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}


p.caution {
    background: url(../images/caution.png) 10px 8px no-repeat #fdface;
    background-size: 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fde888;
    padding: 10px 10px 8px 45px;
    margin: 25px 0;
    line-height: 1.4;
    font-size: 20px;
    background-color:#fdfced;
}

p.caution-text {
  padding-bottom: 10px;
  margin-bottom: 0;
  }

.caution-symbol {
    background: url(../images/caution.png) 30px 30px no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin:0 20px 20px 0;
}


.number-ref {
  color: #e91818;
  font-size: 2.5rem;
}