/*==============================================================================
  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: "Didact Gothic", "DidactGothic", 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

COLORS

blue links #0a74db
#701008

Dark red #91130a

 */

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

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

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

tr, 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: 1276px;
  margin: 0 auto;
  padding: 0 5px;
  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: 90%;
    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-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-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: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  letter-spacing: .1px;
}


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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.5rem; line-height: 1.2;  letter-spacing: -.04rem; padding: 0 0 20px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: center;}
h2 { font-size: 3.5rem; line-height: 1.25; letter-spacing: -.03rem; padding: 0 0 20px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: center;}
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.02rem; padding: 0 0 5px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: left;}
h4 { font-size: 2.2rem; line-height: 1.35; letter-spacing: -.01rem; color:#91130a; font-family: 'Oswald', 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; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.5rem; padding: 0 5px 20px 5px; color:#91130a; font-family: 'Oswald', sans-serif; text-align: center;}
  h2 { font-size: 3.5rem; line-height: 1.25; letter-spacing: -.03rem; padding: 0 0 20px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: center;}
  h3 { font-size: 2.8rem; padding: 0 0 5px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: left;}
  h4 { font-size: 2.2rem; padding: 0 0 10px 0; color:#91130a; font-family: 'Oswald', sans-serif; text-align: left;}
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.2rem; }
}

p {
  font-size: 20px;
  color: #333333;
  text-align: left;
  line-height: 150%;
  padding-top: 0;
  margin-top: 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: 22px;
  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:#aa915d;
  font-size: 28px;
}

.bold {
  font-weight: bold;
}

.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 20px 0;
  margin: 0;
}

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

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0a74db; 
  letter-spacing: .3px;  
}
  
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; 
}

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

a.company-name {
  color: gold;
  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: #000000;
  margin: auto auto 0 auto;
  height: auto;
  width: 100%;
  padding: 3px 0 3px 0;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
  line-height: 15px;
  text-transform: uppercase;
}

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


/* 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: 5px;
  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 {
  list-style-type:none; 
  text-align: left;
}

ul.bullet-2 {
  list-style-type: disc;
  margin: 5px 20px 0 20px;
  padding: 0 0 0 20px;
  text-align: left;
  display:table; 
  width:auto;
  font-size: 18px;
  line-height: 26px;
  list-style-position: inside;
  text-indent: -17px;
  color: #313131;
}


ul.bullet-1 li {
  display:table;
  background: url(../images/bullet.png) 0px 9px  no-repeat;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  background-size: 8px 8px;
  margin: 5px 5px 0 25px;
  padding: 0 0 5px 20px;
}

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 25px;
  padding: 0 0 5px 30px;
  font-weight: 600;
}

ul.bullet-main-2 li {
  display:table;
  background: url(../images/metal-bullet.png) 0px 3px  no-repeat;
  text-align: left;
  font-size: 22px;
  line-height: 27px;
  background-size: 22px 22px;
  margin: 5px 5px 0 25px;
  padding: 0 0 5px 32px;
  font-weight: 600;
  font-family: "Didact Gothic", "DidactGothic", HelveticaNeu, "Helvetica Neu", Helvetica, Arial, sans-serif;
}
  
ol {
  list-style: decimal inside; }
  
ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 0 3rem;
  font-size: 90%; }
  
li {
  margin-bottom: 0; 
  font-size: 18px;
}


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


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

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

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

th:first-child,
td:first-child {
  padding-left: 0;
  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: 240px;
 margin: 0 auto;
 text-align:center;
}

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

td.contact-details-large {
 width: 120px; 
 font-size: 18px;
 padding: 0 0 20px 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;
}


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

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  /* padding: 2rem 0 7rem; */
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* 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: #313131;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 4rem 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: 15rem 0 7rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 3rem 0 0rem;
  }
  .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%;
}


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

.nav-1 {
  background-color: #fff;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
		}
		.nav-1 li{
			display:inline;
			font-family: 'Oswald', sans-serif;
			text-transform:uppercase;
		}
		.nav-1 a{
			color: #0a74db;
			display:inline-block;
			padding:2px 4px;
			text-decoration:none;
			font-size:18px;
			font-weight:400;
            font-family: 'Oswald', sans-serif;
		}
		.nav-1 a:hover{
			text-decoration:none;
			color:#2997ff;
		}
		
.nav {
  background-color: #fff;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
		}
		.nav li{
			display:inline;
			font-family: 'Oswald', sans-serif;
			text-transform:uppercase;
		}
		.nav a{
			color: #0a74db;
			display:inline-block;
			padding:2px 4px;
			text-decoration:none;
			font-size:18px;
			font-weight:400;
            font-family: 'Oswald', sans-serif;
		}
		.nav a:hover{
			text-decoration:none;
			color:#2997ff;
		}

.nav-active {
  background-color: #fff;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
		}
		.nav-active li{
			display:inline;
			font-family: 'Oswald', sans-serif;
			text-transform:uppercase;
		}
		.nav-active a{
			color: #0a74db;
			display:inline-block;
			padding:2px 4px;
			text-decoration:none;
			font-size:18px;
			font-weight:400;
            font-family: 'Oswald', sans-serif;
           color: #91130a
		}
		.nav-active a:hover{
			text-decoration:none;
			color:#2997ff;
		}

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

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

p.notation {
  margin: 10px auto 0 auto; 
  text-align: center; 
  font-size: 18px;
  padding: 0 0 20px 0;
}

.no-link {
  display:inline-block;
  padding:2px 4px;
  font-size:22px;
  font-weight:400;
  color: #565656;
  letter-spacing: .3px;
}
		
.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: 'Oswald', 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;
		}

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

.small-logo-container {
  height: auto;
  width: 100%;
  color: #c2c0c0;
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 0;
  margin: 0 0 -6px 0;
}

.logo-holder {
  background: url(images/american-plating-and-pvd-logo-small.png) center no-repeat #ffffff;
  border-radius: 99px;
  height: 50px;
  width: 300px;
  margin: 0px auto 5px auto;
  box-shadow: 1px 0px 10px 4px rgba(90,90,90,0.7) inset;
}


.header-container {
  color: gold;
  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;
}

.footer-container {
  background-color: #e4e4e4;
  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: gold;
  background-color: #000000;
  text-align: center;
  padding: 0px 0;
  font-weight: 100;
  a:link: #ffffff;
}

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

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

img.small-logo {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 5px auto;
  border-radius: 0;
}

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

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

.tagline-small {
  height: auto;
  margin: 0;
  width: 100%;
  font-size: 11px;
  color: #585757;
  text-align: center;
  padding: 0 0 5px 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;
}

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


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.roundrect {
  border-radius: 5px;
  border: 1px solid #dddddd;
  } 
  
.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; }
}

/* 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: 5px;
  color: inherit;
}

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


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


.product-image {

}


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

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

.series-name {
  padding: 10px 0 12px 0;
  margin: 0;
  font-size: 20px;
  color: #6e6e6e;
  text-align: center;
}

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


.model {
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 16px;
  color: #393939;
}

.model-feature {
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  font-size: 16px;
  color: #393939;
}

.metal-finish {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
}

.model-number {
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  font-size: 14px;
  color: #393939;
}

.spacer {
  padding: 0 0 40px 0;
}

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

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

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

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


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



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


/* 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: 0;
  margin: 0;
  font-weight: 100;
}

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

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

p.team-member-name {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: -4px;
  color: #91130a;
}

p.team-member-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 0px;
}

p.team-member-titles {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: -15px;
  padding-bottom: 15px;
}

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

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

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

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

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

img.max {
  max-width: 474px; 
  height: auto;
}
  
  
/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

button.button-1 {
  width: 100%; 
  max-width: 368px; 
  border-radius: 99px; 
  border: 1px solid #2997ff; 
  background-color: #ffffff;
  padding: 8px 10px 8px 10px; 
  text-align: center; 
  cursor: pointer; 
  margin: 0 auto 25px auto; 
  font-weight: 600;
  font-size: #vw;
}

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

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


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


.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: 99px;
  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;
}


blockquote {   
  width: 90%;
  height: auto;
  max-width: 800px;
  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;
}


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

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);
} 
            
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


blockquote {   
  width: 90%;
  height: auto;
  max-width: 800px;
  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.blockquote-author {
  color: #5c5c5c;
  text-align: center;
  font-size: 18px;
  color: #91130a;
}


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

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

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

.bullet-columns-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.align-left {
	float: left;
}
.align-right {
	float: right;
}
.clear {
  clear: both;
}

.logo-container {
  width: 165px;
  height: 150px;
  margin: 0 auto;
}

.background-container {
  width: 100%;
  height: 150px;
  background: url(../images/background-2.jpg) repeat;
  background-size: 1561px 150px;
  background-position: center;
  background-color: ghostwhite;
}


/* ___________________________________________________________________ */


.roundrect-link {
    width: auto;
    border-radius: 99px;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space:nowrap;
    border: 1px solid #2997ff; 
}

.roundrect-link-medium {
  width: auto;
  border-radius: 99px;
  background-color: #f9f9f9; 
  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;
}


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


/* ___________________________________________________________________ */


* {
  box-sizing: border-box;
}

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

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

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

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

/* Colors ___________________________________________________________________ */


/* Accent color */

.color-1 {
  color: #91130a;
}


/* Contact Card___________________________________________________________________ */

.contact-card-wrapper {
  width: 340px;
  height: 138px;
  padding: 8px 3px 8px 8px;
  margin: 0 auto 20px auto;
 border: 1px solid #e1dfdf;
  border-radius: 5px;
 /*        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-left {
  float: left;
  width: 90px;
}

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

.contact-card-photo {
 border: 1px solid #eeeeee;
 /* box-shadow: 0 1px 2px #f4f4f4; 
        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-name {
  font-size: 20px;
  text-transform: uppercase;
  color: #91130a;
  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-phone {
  font-size: 15px;
  padding: 0;
  margin: 0;
}

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

.separator {
  color: #a9a9a9;
  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: #91130a;
  letter-spacing: .3px;
			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: .3px;
			text-decoration:none;
			font-size:18px;
}

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

.with-caption {
  margin: 20px auto 0 auto;
}

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

a.contact-info {
  color: #ffffff; 
  letter-spacing: .3px;
  font-size: 16px; 
}

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

img.finish {
  padding: 20px;
}