/**handles:big-sea-style**/
@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    width: 100%;
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/scss/slick/fonts/slick.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/scss/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/scss/slick/fonts/slick.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/scss/slick/fonts/slick.ttf") format("truetype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/scss/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      box-shadow: none;
      text-shadow: none; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #c1c1c1;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #8fd400;
      opacity: 0.75; }

@font-face {
  font-family: 'Cooper Hewitt Light';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-LightItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-LightItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt Medium';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-MediumItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-MediumItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Bold.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Bold.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Bold.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Heavy.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Heavy.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Heavy.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Semibold.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Semibold.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Semibold.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt Bold';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BoldItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BoldItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt Semibold';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-SemiboldItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-SemiboldItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Thin.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Thin.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Thin.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt Thin';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-ThinItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-ThinItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-ThinItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt Book';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Book.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Book.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Book.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Light.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Light.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Light.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt Book';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BookItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BookItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BookItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Cooper Hewitt';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Medium.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Medium.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Medium.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Cooper Hewitt Heavy';
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-HeavyItalic.eot");
  src: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-HeavyItalic.woff") format("woff"), url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/fonts/CooperHewitt-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
.row {
  clear: both;

  &:before,
  &:after {
    display: table;
    content: " ";
    clear: both;
  }
}

.grid-item {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0;
  text-decoration: none;
  color: #404040;
  padding: 20px 5px;

  h4 {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
  }

  .price {
    color: $green;
    font-size: 24px;
  }

  &:hover {
    box-shadow: 0px 7px 14.72px 1.28px rgba(0, 0, 1, 0.13);
    transform: scale(1.1);
  }
}

@media (min-width: 960px) {
  .col {
    float: left;

    .col {
      padding: 0 20px;
    }
  }

  .grid-container {
    margin: 80px 0;
    text-align: center;
  }

  .grid-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px;
    width: 248px;
  }

  .full-width {
    width: 100%;
  }

  .one-half {
    width: 50%;
  }

  .one-third {
    width: 33.33%;
  }

  .two-third {
    width: 66.67%;
  }

  .one-fourth {
    width: 25%;
  }

  .three-fourth {
    width: 75%;
  }

  .one-fifth {
    width: 20%;
  }

  .offset-one-fourth {
    margin-left: 25%;
  }

  .offset-one-third {
    margin-left: 33%;
  }

  .offset-one-half {
    margin-left: 50%;
  }
}

body {
  overflow-x: hidden; }

img {
  vertical-align: middle; }

li,
p {
  font-size: 20px; }

a {
  color: #8fd400;
  font-weight: bold;
  text-decoration: none;
  transition: .15s color ease-out; }
  a:visited {
    color: #000; }
  a:hover {
    color: #000; }

h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #000; }

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 30px 0;
  font-family: 'Cooper Hewitt Book';
  font-weight: normal; }
  h2 b {
    font-family: 'Cooper Hewitt';
    font-weight: bold;
    text-transform: uppercase;
    color: #8fd400; }
  @media (min-width: 960px) {
    h2 {
      font-size: 54px; } }

br {
  display: none; }
  @media (min-width: 960px) {
    br {
      display: block; } }

.container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto; }

.content ul {
  padding-left: 0;
  margin-left: 1.5em; }
  .content ul li {
    margin-bottom: 1em; }

.clear {
  clear: both; }

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

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

.green {
  color: #8fd400; }

.hidden {
  display: none; }

.desktop {
  display: none; }

@media (min-width: 960px) {
  .desktop {
    display: block; }
  .mobile {
    display: none; } }

.table-container {
  min-height: .01%;
  overflow-x: auto; }
  .table-container table {
    width: 100%;
    max-width: 100%; }

.error-404 h4 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase; }

.error-404 .search-form {
  width: 600px;
  max-width: 100%;
  margin: 30px auto; }
  .error-404 .search-form input {
    border: 3px solid #000;
    border-radius: 0;
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    max-width: 100%;
    padding-top: 5px;
    width: calc(100% - 150px);
    display: inline-block; }
    .error-404 .search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Cooper Hewitt", sans-serif;
      text-transform: uppercase; }
    .error-404 .search-form input::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Cooper Hewitt", sans-serif;
      text-transform: uppercase; }
    .error-404 .search-form input:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Cooper Hewitt", sans-serif;
      text-transform: uppercase; }
    .error-404 .search-form input:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Cooper Hewitt", sans-serif;
      text-transform: uppercase; }
  .error-404 .search-form .search-submit {
    display: inline-block;
    width: 120px;
    margin-left: 25px;
    padding-bottom: 11px;
    margin-bottom: 0;
    height: auto; }

.error-404 .page-content ul {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  list-style: none;
  text-align: center; }
  .error-404 .page-content ul p b {
    color: #000; }
  .error-404 .page-content ul li a {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase; }
    .error-404 .page-content ul li a:hover {
      color: #8fd400; }

input[type="submit"].btn, input[type="submit"].submit, input[type="submit"].button, input[type="submit"]#WidgetFormSubmit, input[type="submit"].search-submit,
button.btn,
button.submit,
button.button,
button#WidgetFormSubmit,
button.search-submit,
a.btn,
a.submit,
a.button,
a#WidgetFormSubmit,
a.search-submit {
  display: block;
  width: 318px;
  max-width: 100%;
  padding: 13px 10px 7px;
  margin-bottom: 30px;
  background: #8fd400;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 3.464px 7px 0px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  transition: .15s background ease-out;
  cursor: pointer; }
  input[type="submit"].btn:hover, input[type="submit"].btn.btn-active, input[type="submit"].submit:hover, input[type="submit"].submit.btn-active, input[type="submit"].button:hover, input[type="submit"].button.btn-active, input[type="submit"]#WidgetFormSubmit:hover, input[type="submit"]#WidgetFormSubmit.btn-active, input[type="submit"].search-submit:hover, input[type="submit"].search-submit.btn-active,
  button.btn:hover,
  button.btn.btn-active,
  button.submit:hover,
  button.submit.btn-active,
  button.button:hover,
  button.button.btn-active,
  button#WidgetFormSubmit:hover,
  button#WidgetFormSubmit.btn-active,
  button.search-submit:hover,
  button.search-submit.btn-active,
  a.btn:hover,
  a.btn.btn-active,
  a.submit:hover,
  a.submit.btn-active,
  a.button:hover,
  a.button.btn-active,
  a#WidgetFormSubmit:hover,
  a#WidgetFormSubmit.btn-active,
  a.search-submit:hover,
  a.search-submit.btn-active {
    background: #000; }
  input[type="submit"].btn.btn-inline, input[type="submit"].submit.btn-inline, input[type="submit"].button.btn-inline, input[type="submit"]#WidgetFormSubmit.btn-inline, input[type="submit"].search-submit.btn-inline,
  button.btn.btn-inline,
  button.submit.btn-inline,
  button.button.btn-inline,
  button#WidgetFormSubmit.btn-inline,
  button.search-submit.btn-inline,
  a.btn.btn-inline,
  a.submit.btn-inline,
  a.button.btn-inline,
  a#WidgetFormSubmit.btn-inline,
  a.search-submit.btn-inline {
    display: inline-block; }

input[type="submit"].btn {
  padding: 13px 0; }

.gform_wrapper .gform_footer {
  text-align: center; }

.content .gform_wrapper .gform_footer input[type="submit"] {
  display: block;
  width: 318px;
  max-width: 100%;
  padding: 13px 10px 7px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background: #8fd400;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 3.464px 7px 0px rgba(0, 0, 0, 0.15);
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  transition: .15s background ease-out;
  cursor: pointer; }
  .content .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #000; }
  .content .gform_wrapper .gform_footer input[type="submit"].btn-inline {
    display: inline-block; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  max-width: 100%; }
  input[type="text"].form-control,
  input[type="email"].form-control,
  input[type="tel"].form-control,
  input[type="password"].form-control,
  select.form-control {
    width: 100%;
    border: none;
    border-bottom: 3px solid #000;
    border-radius: 0;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: transparent;
    color: #000; }
    input[type="text"].form-control::-webkit-input-placeholder,
    input[type="email"].form-control::-webkit-input-placeholder,
    input[type="tel"].form-control::-webkit-input-placeholder,
    input[type="password"].form-control::-webkit-input-placeholder,
    select.form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Cooper Hewitt", sans-serif;
      color: #000; }
    input[type="text"].form-control::-moz-placeholder,
    input[type="email"].form-control::-moz-placeholder,
    input[type="tel"].form-control::-moz-placeholder,
    input[type="password"].form-control::-moz-placeholder,
    select.form-control::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Cooper Hewitt", sans-serif;
      color: #000; }
    input[type="text"].form-control:-ms-input-placeholder,
    input[type="email"].form-control:-ms-input-placeholder,
    input[type="tel"].form-control:-ms-input-placeholder,
    input[type="password"].form-control:-ms-input-placeholder,
    select.form-control:-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Cooper Hewitt", sans-serif;
      color: #000; }
    input[type="text"].form-control:-moz-placeholder,
    input[type="email"].form-control:-moz-placeholder,
    input[type="tel"].form-control:-moz-placeholder,
    input[type="password"].form-control:-moz-placeholder,
    select.form-control:-moz-placeholder {
      /* Firefox 18- */
      font-family: "Cooper Hewitt", sans-serif;
      color: #000; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  width: 100%;
  border: none;
  border-bottom: 3px solid #000;
  border-radius: 0;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: transparent;
  color: #000; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
  .gform_wrapper textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Cooper Hewitt", sans-serif;
    color: #000; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
  .gform_wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Cooper Hewitt", sans-serif;
    color: #000; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
  .gform_wrapper textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Cooper Hewitt", sans-serif;
    color: #000; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
  .gform_wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Cooper Hewitt", sans-serif;
    color: #000; }

form {
  margin: 40px 0; }
  form .row .col {
    margin-bottom: 30px; }
  @media (min-width: 960px) {
    form .row {
      margin-bottom: 40px; }
      form .row .col {
        margin-bottom: 0; } }

.home .panel .gform_wrapper div.validation_error {
  color: #de0000;
  border-color: #de0000; }

.home .panel .gform_wrapper li.gfield.gfield_error,
.home .panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  color: #de0000;
  border: none;
  background: transparent; }

.home .panel .gform_wrapper .validation_message,
.home .panel .gform_wrapper .gfield_error .gfield_label,
.home .panel .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.home .panel .gform_wrapper li.gfield_error ul.gfield_checkbox,
.home .panel .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #de0000; }

.home .panel .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.home .panel .gform_wrapper li.gfield_error textarea {
  border-color: #de0000; }

body.open {
  overflow: hidden; }

.header-main {
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 960px) {
    .header-main .nav-tray {
      height: 0;
      width: 100%;
      transition: .3s ease-in height;
      position: absolute;
      top: 95px;
      left: 0;
      background: #fff;
      z-index: 1; }
      .header-main .nav-tray.open {
        height: 420px; } }
  @media (min-width: 960px) {
    .header-main .container {
      position: relative; } }
  .header-main.mobile {
    margin: 0 -20px;
    padding: 0; }
    .header-main.mobile h1 {
      font-size: 28px;
      line-height: 36px;
      color: #1e1e1e;
      text-align: left; }
    .header-main.mobile .header-content {
      padding: 0 20px; }
      .header-main.mobile .header-content .buttons {
        text-align: left;
        margin-bottom: 20px; }
        @media (min-width: 960px) {
          .header-main.mobile .header-content .buttons {
            text-align: center;
            margin-bottom: 0; } }
        .header-main.mobile .header-content .buttons .btn {
          display: inline-block;
          width: 222px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 8px; }
  @media (min-width: 960px) {
    .header-main {
      padding-top: 35px;
      text-align: left;
      overflow: visible; } }
  .header-main.open {
    height: 100vh;
    top: 0; }
    .header-main.open nav ul {
      bottom: 0;
      top: auto;
      z-index: 1; }
      .header-main.open nav ul .sub-menu li:not(:first-child) a {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 30px; }
        .header-main.open nav ul .sub-menu li:not(:first-child) a:after {
          content: none; }
      .header-main.open nav ul .sub-menu li:first-child a:after {
        content: "\f104"; }
  .header-main .logo {
    display: block;
    margin-bottom: 35px;
    text-align: left;
    padding-left: 15px;
    max-width: 204px; }
  .header-main .phone {
    font-size: 18px; }
    @media (min-width: 960px) {
      .header-main .phone {
        position: absolute;
        right: 0;
        top: -18px; } }
  .header-main .burger {
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px; }
    @media (min-width: 960px) {
      .header-main .burger {
        display: none; } }
  .header-main .search-form {
    margin: 0 0 10px;
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 960px) {
      .header-main .search-form {
        margin-bottom: 30px; } }
    .header-main .search-form input {
      border: 3px solid #000;
      border-radius: 0;
      padding-left: 20px;
      height: 42px;
      line-height: 42px;
      max-width: 100%;
      padding-top: 5px;
      width: 100%; }
      .header-main .search-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: "Cooper Hewitt", sans-serif;
        text-transform: uppercase; }
      .header-main .search-form input::-moz-placeholder {
        /* Firefox 19+ */
        font-family: "Cooper Hewitt", sans-serif;
        text-transform: uppercase; }
      .header-main .search-form input:-ms-input-placeholder {
        /* IE 10+ */
        font-family: "Cooper Hewitt", sans-serif;
        text-transform: uppercase; }
      .header-main .search-form input:-moz-placeholder {
        /* Firefox 18- */
        font-family: "Cooper Hewitt", sans-serif;
        text-transform: uppercase; }
    @media (min-width: 960px) {
      .header-main .search-form {
        position: static;
        top: auto;
        margin: 0;
        float: right;
        width: 182px;
        padding: 0; }
        .header-main .search-form input {
          margin-top: 16px;
          width: auto; } }

nav {
  max-width: 980px;
  margin-top: 5px; }
  nav ul {
    margin: 0;
    padding: 20px 0;
    position: absolute;
    top: 300%;
    width: 100%;
    height: 480px;
    height: calc(100vh - 200px);
    background: #efefef;
    border-top: 5px solid #8fd400; }
    @media (min-width: 960px) {
      nav ul {
        display: block;
        width: auto;
        position: static;
        bottom: auto;
        height: auto;
        border: none;
        background: transparent;
        padding: 0; } }
    nav ul .sub-menu {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      z-index: 2;
      overflow-y: scroll;
      overflow-x: hidden; }
      nav ul .sub-menu.active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    nav ul li {
      display: block; }
      nav ul li a {
        display: block;
        padding: 20px 30px;
        color: #000;
        font-size: 29px;
        line-height: 29px;
        font-weight: bold;
        text-decoration: none;
        transition: .15s color ease-out;
        text-align: left;
        letter-spacing: 2px;
        position: relative; }
        nav ul li a:after {
          content: "\f105";
          font-family: 'FontAwesome';
          font-size: 32px;
          position: absolute;
          right: 25px;
          top: 15px;
          color: #000; }
        @media (min-width: 960px) {
          nav ul li a {
            text-align: center;
            font-size: 18px;
            line-height: 36px;
            padding: 10px 17px 3px;
            letter-spacing: 0; } }
        nav ul li a:visited {
          color: #000; }
        nav ul li a:hover {
          color: #8fd400; }
      @media (min-width: 960px) {
        nav ul li {
          display: inline-block;
          position: relative;
          z-index: 101; }
          nav ul li .sub-menu {
            width: 750px;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            position: absolute;
            z-index: 100;
            left: 0;
            top: 55px;
            overflow: hidden;
            padding: 0;
            max-height: 0;
            transition: .3s all ease-in;
            transition-delay: .05s; }
            nav ul li .sub-menu li {
              display: block;
              margin: 0;
              float: left;
              width: 50%; }
              nav ul li .sub-menu li:first-child {
                display: none; }
              nav ul li .sub-menu li a {
                font-size: 18px;
                border: none;
                text-align: left;
                background: transparent !important;
                opacity: 0;
                transition: .3s opacity; }
                nav ul li .sub-menu li a:hover {
                  color: #8fd400; }
          nav ul li:hover .sub-menu {
            max-height: 500px;
            padding: 35px 0; }
            nav ul li:hover .sub-menu li a {
              opacity: 1; }
            nav ul li:hover .sub-menu:before {
              height: 100%; }
          nav ul li a:after {
            content: none; }
          nav ul li:first-child a {
            font-size: 24px;
            border: 3px solid #8fd400; }
          nav ul li:first-child:hover a {
            background: #8fd400;
            color: #000; }
          nav ul li:nth-child(2) .sub-menu {
            width: 600px; }
          nav ul li:nth-child(n+3) .sub-menu li {
            float: none;
            width: 100%; } }
    @media (min-width: 960px) {
      nav ul.top-menu li {
        margin: 0 12px; }
        nav ul.top-menu li:last-child {
          margin-right: 0; } }
    nav ul.top-menu li.social {
      display: inline-block;
      margin: 10px 5px 0; }
      @media (min-width: 960px) {
        nav ul.top-menu li.social {
          margin-top: 0; } }
      nav ul.top-menu li.social a {
        display: block;
        text-align: center;
        background: #a8a8a8;
        border-radius: 50%;
        width: 27px;
        color: #fff;
        transition: .15s background ease-out; }
        nav ul.top-menu li.social a:hover {
          background: #000; }
    @media (min-width: 960px) {
      nav ul.main-menu li {
        margin: 0 5px; }
        nav ul.main-menu li:last-child {
          margin-right: 0; } }
    nav ul.main-menu li a {
      text-transform: uppercase; }

.search-bar {
  background: #8fd400;
  color: #fff;
  padding: 18px; }
  .search-bar h3 {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }
    .search-bar h3 i {
      font-size: 32px;
      vertical-align: bottom; }
  .search-bar .search-container {
    float: right; }
    .search-bar .search-container input {
      font-size: 21px;
      font-family: "Cooper Hewitt", sans-serif;
      background: #e3f4bf;
      border-radius: 4px;
      padding: 6px 15px;
      width: 330px;
      max-width: calc(100% - 40px); }
      .search-bar .search-container input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: "Cooper Hewitt", sans-serif; }
      .search-bar .search-container input::-moz-placeholder {
        /* Firefox 19+ */
        font-family: "Cooper Hewitt", sans-serif; }
      .search-bar .search-container input:-ms-input-placeholder {
        /* IE 10+ */
        font-family: "Cooper Hewitt", sans-serif; }
      .search-bar .search-container input:-moz-placeholder {
        /* Firefox 18- */
        font-family: "Cooper Hewitt", sans-serif; }
    .search-bar .search-container a {
      color: #fff;
      font-size: 32px;
      margin-left: 15px;
      vertical-align: bottom; }

@media (min-width: 960px) {
  .logo {
    float: left;
    margin: 0 50px 0 0; }
  nav {
    float: left; }
    nav ul {
      float: right; } }

.page .pre-footer,
.archive .pre-footer,
.single .pre-footer,
.blog .pre-footer,
.search .pre-footer {
  padding: 20px;
  background: #5b5b5b;
  color: #fff; }
  .page .pre-footer .testimonial img,
  .archive .pre-footer .testimonial img,
  .single .pre-footer .testimonial img,
  .blog .pre-footer .testimonial img,
  .search .pre-footer .testimonial img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%; }
  .page .pre-footer .testimonial .btn,
  .archive .pre-footer .testimonial .btn,
  .single .pre-footer .testimonial .btn,
  .blog .pre-footer .testimonial .btn,
  .search .pre-footer .testimonial .btn {
    margin-top: 22px;
    white-space: nowrap; }
    .page .pre-footer .testimonial .btn:hover,
    .archive .pre-footer .testimonial .btn:hover,
    .single .pre-footer .testimonial .btn:hover,
    .blog .pre-footer .testimonial .btn:hover,
    .search .pre-footer .testimonial .btn:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .page .pre-footer .testimonial .btn,
      .archive .pre-footer .testimonial .btn,
      .single .pre-footer .testimonial .btn,
      .blog .pre-footer .testimonial .btn,
      .search .pre-footer .testimonial .btn {
        display: block;
        box-sizing: border-box;
        margin: 0 20px 20px;
        width: auto; } }
  @media (min-width: 960px) {
    .page .pre-footer,
    .archive .pre-footer,
    .single .pre-footer,
    .blog .pre-footer,
    .search .pre-footer {
      padding: 30px 0; }
      .page .pre-footer .testimonial,
      .archive .pre-footer .testimonial,
      .single .pre-footer .testimonial,
      .blog .pre-footer .testimonial,
      .search .pre-footer .testimonial {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .page .pre-footer .testimonial blockquote,
        .archive .pre-footer .testimonial blockquote,
        .single .pre-footer .testimonial blockquote,
        .blog .pre-footer .testimonial blockquote,
        .search .pre-footer .testimonial blockquote {
          min-width: 600px;
          max-width: 600px; }
          .page .pre-footer .testimonial blockquote p,
          .archive .pre-footer .testimonial blockquote p,
          .single .pre-footer .testimonial blockquote p,
          .blog .pre-footer .testimonial blockquote p,
          .search .pre-footer .testimonial blockquote p {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 2px; }
          .page .pre-footer .testimonial blockquote .byline,
          .archive .pre-footer .testimonial blockquote .byline,
          .single .pre-footer .testimonial blockquote .byline,
          .blog .pre-footer .testimonial blockquote .byline,
          .search .pre-footer .testimonial blockquote .byline {
            display: block; } }
  .page .pre-footer h2,
  .archive .pre-footer h2,
  .single .pre-footer h2,
  .blog .pre-footer h2,
  .search .pre-footer h2 {
    font-family: "Cooper Hewitt", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #fff; }
  .page .pre-footer a,
  .archive .pre-footer a,
  .single .pre-footer a,
  .blog .pre-footer a,
  .search .pre-footer a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    display: block; }
    .page .pre-footer a:nth-child(n+2),
    .archive .pre-footer a:nth-child(n+2),
    .single .pre-footer a:nth-child(n+2),
    .blog .pre-footer a:nth-child(n+2),
    .search .pre-footer a:nth-child(n+2) {
      display: inline-block;
      margin: 0 10px; }
      @media (min-width: 960px) {
        .page .pre-footer a:nth-child(n+2),
        .archive .pre-footer a:nth-child(n+2),
        .single .pre-footer a:nth-child(n+2),
        .blog .pre-footer a:nth-child(n+2),
        .search .pre-footer a:nth-child(n+2) {
          display: inline;
          margin: 0 30px; } }
    .page .pre-footer a:hover,
    .archive .pre-footer a:hover,
    .single .pre-footer a:hover,
    .blog .pre-footer a:hover,
    .search .pre-footer a:hover {
      text-decoration: underline; }
    .page .pre-footer a i,
    .archive .pre-footer a i,
    .single .pre-footer a i,
    .blog .pre-footer a i,
    .search .pre-footer a i {
      margin-right: 3px; }
    @media (min-width: 960px) {
      .page .pre-footer a,
      .archive .pre-footer a,
      .single .pre-footer a,
      .blog .pre-footer a,
      .search .pre-footer a {
        display: inline;
        font-size: 24px;
        margin: 0 30px; }
        .page .pre-footer a i,
        .archive .pre-footer a i,
        .single .pre-footer a i,
        .blog .pre-footer a i,
        .search .pre-footer a i {
          font-size: 32px;
          vertical-align: top;
          margin-right: 8px; } }

.page footer:not([class]),
.archive footer:not([class]),
.single footer:not([class]),
.blog footer:not([class]),
.search footer:not([class]) {
  background: #000;
  padding: 20px;
  color: #fff; }
  .page footer:not([class]) p.copyright,
  .archive footer:not([class]) p.copyright,
  .single footer:not([class]) p.copyright,
  .blog footer:not([class]) p.copyright,
  .search footer:not([class]) p.copyright {
    font-size: 16px;
    color: #fff;
    clear: both;
    margin-top: 1em;
    display: inline-block;
    margin-right: 4px; }
  .page footer:not([class]) a[href^="mailto:"],
  .page footer:not([class]) a[href^="tel:"],
  .archive footer:not([class]) a[href^="mailto:"],
  .archive footer:not([class]) a[href^="tel:"],
  .single footer:not([class]) a[href^="mailto:"],
  .single footer:not([class]) a[href^="tel:"],
  .blog footer:not([class]) a[href^="mailto:"],
  .blog footer:not([class]) a[href^="tel:"],
  .search footer:not([class]) a[href^="mailto:"],
  .search footer:not([class]) a[href^="tel:"] {
    font-size: 18px;
    font-family: "Cooper Hewitt", sans-serif;
    font-weight: bold; }
  @media (min-width: 991px) {
    .page footer:not([class]) .footer-address,
    .archive footer:not([class]) .footer-address,
    .single footer:not([class]) .footer-address,
    .blog footer:not([class]) .footer-address,
    .search footer:not([class]) .footer-address {
      float: left;
      margin-right: 100px; } }
  .page footer:not([class]) address,
  .archive footer:not([class]) address,
  .single footer:not([class]) address,
  .blog footer:not([class]) address,
  .search footer:not([class]) address {
    font-style: normal;
    font-size: 18px; }
    .page footer:not([class]) address br,
    .archive footer:not([class]) address br,
    .single footer:not([class]) address br,
    .blog footer:not([class]) address br,
    .search footer:not([class]) address br {
      display: block; }
  @media (min-width: 960px) {
    .page footer:not([class]),
    .archive footer:not([class]),
    .single footer:not([class]),
    .blog footer:not([class]),
    .search footer:not([class]) {
      padding: 70px 0; }
      .page footer:not([class]) .footer-left,
      .archive footer:not([class]) .footer-left,
      .single footer:not([class]) .footer-left,
      .blog footer:not([class]) .footer-left,
      .search footer:not([class]) .footer-left {
        float: left;
        margin-right: 100px; } }
  .page footer:not([class]) h3,
  .archive footer:not([class]) h3,
  .single footer:not([class]) h3,
  .blog footer:not([class]) h3,
  .search footer:not([class]) h3 {
    font-size: 24px;
    float: left;
    margin: 0 20px 0 0; }
    @media (min-width: 960px) {
      .page footer:not([class]) h3,
      .archive footer:not([class]) h3,
      .single footer:not([class]) h3,
      .blog footer:not([class]) h3,
      .search footer:not([class]) h3 {
        margin-right: 10px; } }
  .page footer:not([class]) ul,
  .archive footer:not([class]) ul,
  .single footer:not([class]) ul,
  .blog footer:not([class]) ul,
  .search footer:not([class]) ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .page footer:not([class]) ul.menu.copyright,
    .archive footer:not([class]) ul.menu.copyright,
    .single footer:not([class]) ul.menu.copyright,
    .blog footer:not([class]) ul.menu.copyright,
    .search footer:not([class]) ul.menu.copyright {
      display: inline-block;
      margin-bottom: 0; }
      .page footer:not([class]) ul.menu.copyright li,
      .archive footer:not([class]) ul.menu.copyright li,
      .single footer:not([class]) ul.menu.copyright li,
      .blog footer:not([class]) ul.menu.copyright li,
      .search footer:not([class]) ul.menu.copyright li {
        font-size: 16px; }
        .page footer:not([class]) ul.menu.copyright li:not(:last-child),
        .archive footer:not([class]) ul.menu.copyright li:not(:last-child),
        .single footer:not([class]) ul.menu.copyright li:not(:last-child),
        .blog footer:not([class]) ul.menu.copyright li:not(:last-child),
        .search footer:not([class]) ul.menu.copyright li:not(:last-child) {
          position: relative; }
          .page footer:not([class]) ul.menu.copyright li:not(:last-child):after,
          .archive footer:not([class]) ul.menu.copyright li:not(:last-child):after,
          .single footer:not([class]) ul.menu.copyright li:not(:last-child):after,
          .blog footer:not([class]) ul.menu.copyright li:not(:last-child):after,
          .search footer:not([class]) ul.menu.copyright li:not(:last-child):after {
            content: '/';
            position: absolute;
            top: 1px;
            right: -11px; }
    .page footer:not([class]) ul.contact-links,
    .archive footer:not([class]) ul.contact-links,
    .single footer:not([class]) ul.contact-links,
    .blog footer:not([class]) ul.contact-links,
    .search footer:not([class]) ul.contact-links {
      padding: 0 20px;
      font-size: 20px; }
      .page footer:not([class]) ul.contact-links li,
      .archive footer:not([class]) ul.contact-links li,
      .single footer:not([class]) ul.contact-links li,
      .blog footer:not([class]) ul.contact-links li,
      .search footer:not([class]) ul.contact-links li {
        margin-bottom: 20px; }
      .page footer:not([class]) ul.contact-links .icon,
      .archive footer:not([class]) ul.contact-links .icon,
      .single footer:not([class]) ul.contact-links .icon,
      .blog footer:not([class]) ul.contact-links .icon,
      .search footer:not([class]) ul.contact-links .icon {
        width: 40px;
        float: left;
        clear: left;
        text-align: center; }
        .page footer:not([class]) ul.contact-links .icon i,
        .archive footer:not([class]) ul.contact-links .icon i,
        .single footer:not([class]) ul.contact-links .icon i,
        .blog footer:not([class]) ul.contact-links .icon i,
        .search footer:not([class]) ul.contact-links .icon i {
          font-size: 32px;
          margin-right: 10px; }
    .page footer:not([class]) ul.social li,
    .archive footer:not([class]) ul.social li,
    .single footer:not([class]) ul.social li,
    .blog footer:not([class]) ul.social li,
    .search footer:not([class]) ul.social li {
      display: inline-block;
      margin-right: 10px; }
      @media (min-width: 960px) {
        .page footer:not([class]) ul.social li,
        .archive footer:not([class]) ul.social li,
        .single footer:not([class]) ul.social li,
        .blog footer:not([class]) ul.social li,
        .search footer:not([class]) ul.social li {
          margin-right: 5px; } }
      .page footer:not([class]) ul.social li a,
      .archive footer:not([class]) ul.social li a,
      .single footer:not([class]) ul.social li a,
      .blog footer:not([class]) ul.social li a,
      .search footer:not([class]) ul.social li a {
        text-align: center;
        display: block;
        width: 30px;
        background: #fff;
        border-radius: 50%;
        font-size: 20px;
        color: #000;
        transition: .15s background ease-out; }
        .page footer:not([class]) ul.social li a:hover,
        .archive footer:not([class]) ul.social li a:hover,
        .single footer:not([class]) ul.social li a:hover,
        .blog footer:not([class]) ul.social li a:hover,
        .search footer:not([class]) ul.social li a:hover {
          background: #8fd400; }
        .page footer:not([class]) ul.social li a i,
        .archive footer:not([class]) ul.social li a i,
        .single footer:not([class]) ul.social li a i,
        .blog footer:not([class]) ul.social li a i,
        .search footer:not([class]) ul.social li a i {
          position: relative;
          top: 2px; }
  .page footer:not([class]) .row:first-child,
  .archive footer:not([class]) .row:first-child,
  .single footer:not([class]) .row:first-child,
  .blog footer:not([class]) .row:first-child,
  .search footer:not([class]) .row:first-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  @media (min-width: 991px) {
    .page footer:not([class]) .contact-info,
    .archive footer:not([class]) .contact-info,
    .single footer:not([class]) .contact-info,
    .blog footer:not([class]) .contact-info,
    .search footer:not([class]) .contact-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  .page footer:not([class]) .menu,
  .archive footer:not([class]) .menu,
  .single footer:not([class]) .menu,
  .blog footer:not([class]) .menu,
  .search footer:not([class]) .menu {
    margin: 0; }
    .page footer:not([class]) .menu li,
    .archive footer:not([class]) .menu li,
    .single footer:not([class]) .menu li,
    .blog footer:not([class]) .menu li,
    .search footer:not([class]) .menu li {
      display: inline-block;
      margin-right: 15px; }
      .page footer:not([class]) .menu li a,
      .archive footer:not([class]) .menu li a,
      .single footer:not([class]) .menu li a,
      .blog footer:not([class]) .menu li a,
      .search footer:not([class]) .menu li a {
        font-family: "Cooper Hewitt", sans-serif;
        font-size: 18px; }
  .page footer:not([class]) a,
  .archive footer:not([class]) a,
  .single footer:not([class]) a,
  .blog footer:not([class]) a,
  .search footer:not([class]) a {
    color: #fff;
    font-size: 16px;
    font-family: "Cooper Hewitt Book", sans-serif;
    font-weight: normal; }
    .page footer:not([class]) a:hover,
    .archive footer:not([class]) a:hover,
    .single footer:not([class]) a:hover,
    .blog footer:not([class]) a:hover,
    .search footer:not([class]) a:hover {
      text-decoration: underline;
      color: #fff; }
    .page footer:not([class]) a:visited,
    .archive footer:not([class]) a:visited,
    .single footer:not([class]) a:visited,
    .blog footer:not([class]) a:visited,
    .search footer:not([class]) a:visited {
      color: #fff; }

@media (max-width: 767px) {
  .footer-slider-container {
    padding: 0 40px; } }

.hero {
  text-align: left; }
  .hero img {
    width: 100%; }

section {
  padding: 20px; }
  @media (min-width: 960px) {
    section {
      padding: 75px 0; } }
  section.hero {
    padding: 0; }
  section.hero-video {
    padding: 30px 20px;
    background: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/hero-video.jpg") no-repeat center center;
    background-size: cover; }
    section.hero-video .container {
      position: relative; }
    section.hero-video h2 {
      color: #fff;
      text-align: left; }
    @media (min-width: 960px) {
      section.hero-video {
        padding: 0;
        height: 687px; }
        section.hero-video h2 {
          position: absolute;
          right: 0;
          text-align: right;
          margin-top: 150px;
          font-size: 84px;
          line-height: 94px; } }
  section.hero-two {
    padding: 30px 20px;
    height: 150px;
    background-size: 100% 150px; }
    section.hero-two .container {
      position: relative; }
    section.hero-two h3 {
      color: #000;
      text-align: left;
      font-size: 32px;
      line-height: 1.2; }
    section.hero-three {
    padding: 30px 20px;
    height: 350px;
    background: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/hero-photo.jpg") no-repeat bottom center;
    background-size: 100% 150px; }
    section.hero-three .container {
      position: relative; }
    section.hero-three h3 {
      color: #000;
      text-align: left;
      font-size: 32px;
      line-height: 1.2; }
    @media (min-width: 960px) {
      section.hero-three {
        height: 652px;
        background: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/hero-photo.jpg") no-repeat bottom center;
        background-size: 100% 652px; }
        section.hero-three h3 {
          position: absolute;
          margin-top: 130px;
          font-size: 48px; } }
  section.map {
    padding: 30px 20px;
    background: #a1cafe url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/map.jpg") no-repeat center right;
    background-size: auto 100%; }
    section.map .btn {
      display: inline-block;
      width: auto; }
    @media (min-width: 960px) {
      section.map {
        padding: 150px 0; } }
  section.contact {
    padding: 30px 20px;
    background: url("https://reusabletranspack.com/wp-content/themes/reusable-transport-packaging/library/images/contact-bg.jpg") no-repeat center center;
    background-size: cover;
    color: #fff; }
    @media (min-width: 960px) {
      section.contact {
        padding: 150px 0 75px; } }
    section.contact .green a {
      color: #8fd400; }
      section.contact .green a:hover {
        color: #8fd400;
        text-decoration: underline; }
    section.contact h3 {
      font-family: 'Cooper Hewitt Book';
      font-weight: normal;
      font-size: 42px;
      color: #fff;
      margin-top: 0;
      padding-left: 20px; }
    @media (min-width: 960px) {
      section.contact hgroup {
        margin-top: 120px; } }
    section.contact .gfield.field_sublabel_below .ginput_container label {
      margin-top: 5px;
      margin-left: 5px; }
    section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      color: #fff; }
      section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
        outline: none; }
      section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      section.contact .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }

.industries {
  padding: 40px 20px 60px;
  text-align: center; }
  @media (min-width: 960px) {
    .industries {
      padding: 75px 0; } }
  .industries .container-svg {
    margin: 40px 0 20px;
    position: relative; }
    @media (min-width: 960px) {
      .industries .container-svg {
        margin: 80px 0 20px;
        height: 260px; } }
    .industries .container-svg img {
      max-width: 90%;
      max-height: 90%;
      position: relative;
      bottom: 0; }
  .industries label {
    font-size: 24px;
    text-transform: uppercase; }
    .industries label a {
      color: #000; }
      .industries label a:hover {
        color: #8fd400; }

.selection .image-container {
  width: 100%;
  height: 230px;
  text-align: center;
  position: relative; }
  .selection .image-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.testimonials {
  padding: 30px 20px 50px; }
  @media (min-width: 960px) {
    .testimonials {
      padding: 75px 0; } }
  .testimonials h4 {
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-bottom: .5em; }
  .testimonials .testimonial-slider {
    max-width: 740px;
    margin: 0 auto; }
    .testimonials .testimonial-slider .testimonial-slide {
      text-align: center; }
      .testimonials .testimonial-slider .testimonial-slide p {
        font-family: "Cooper Hewitt Book", sans-serif;
        color: #1f1f1f; }
      .testimonials .testimonial-slider .testimonial-slide .testimonial-byline {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px; }

.logos {
  background: #b3b3b3;
  text-align: center;
  padding: 20px; }
  @media (min-width: 960px) {
    .logos {
      padding: 75px 0; } }
  .logos .logo-container {
    width: 100%;
    height: 100%; }
    @media (min-width: 960px) {
      .logos .logo-container {
        padding: 0 20px;
        height: 236px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .logos .logo-container img {
          max-width: 100%;
          max-height: 100%;
          margin: 0; } }
  .logos img {
    margin-bottom: 20px; }

.page-title {
  color: #000;
  text-transform: uppercase; }

.blog .site-main,
.single .site-main {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }

.blog .page-title {
  font-size: 36px;
  line-height: 29px;
  margin-bottom: 35px;
  color: #8fd400;
  letter-spacing: 3px;
  text-transform: uppercase; }

.blog .entry-title {
  font-family: "Cooper Hewitt", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin: 40px 0 17px; }
  .blog .entry-title a {
    color: #1f1f1f; }
    .blog .entry-title a:hover {
      color: #8fd400; }

.blog .entry-meta {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 24px; }

.blog .read-more {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #8fd400;
  letter-spacing: 3px; }
  .blog .read-more:hover {
    text-decoration: underline; }

.blog .entry {
  padding-bottom: 25px;
  border-bottom: 1px solid #8fd400; }

.page .content {
  padding: 50px 0; }

.page h2 {
  color: #000;
  font-family: "Cooper Hewitt", sans-serif;
  font-weight: bold; }

.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page ul,
.page ol,
.page form:not(.search-form),
.page hr,
.page .gform_wrapper form {
  clear: both; }

.page:not(.home) .site-main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  @media (min-width: 960px) {
    .page:not(.home) .site-main {
      padding: 0; } }

.page hr {
  margin: 4em auto 2em; }

.page .alignnone {
  margin-top: 20px;
  margin-bottom: 40px; }

.page .alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px; }

.page .alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px; }

.entry-title {
  color: #000; }

.comments-title {
  font-size: 28px; }

.post-title {
  color: #000; }

.archive-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8fd400; }

.post-list article {
  padding-bottom: 25px;
  border-bottom: 1px solid #8fd400;
  margin-bottom: 75px; }
  .post-list article .article-title {
    font-size: 32px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 40px 0 15px; }
  .post-list article p {
    margin-bottom: 50px; }
  .post-list article .read-more {
    float: right;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px; }
  .post-list article .meta {
    color: #1f1f1f;
    font-style: italic;
    margin-bottom: 20px; }

.post-content img {
  margin: 20px 0 40px; }
  .post-content img:first-child {
    margin-top: 0; }

.post-content .article-title {
  margin-bottom: 15px; }

.post-content .meta {
  color: #5b5b5b;
  margin-bottom: 30px; }

.sidebar {
  padding-left: 50px; }
  .sidebar form {
    margin: 0; }
  .sidebar .search-form {
    margin-bottom: 50px; }
    .sidebar .search-form button {
      -webkit-appearance: none;
      appearance: none;
      border: none;
      background: transparent;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      text-shadow: none;
      float: right;
      vertical-align: middle; }
    .sidebar .search-form input[type="search"] {
      background: #f2f2f2;
      padding-left: 12px;
      padding-top: 8px;
      padding-bottom: 8px;
      color: #000;
      font-size: 18px;
      border: none;
      width: calc(100% - 60px);
      font-family: "Cooper Hewitt", sans-serif; }
      .sidebar .search-form input[type="search"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #5b5b5b; }
      .sidebar .search-form input[type="search"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #5b5b5b; }
      .sidebar .search-form input[type="search"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #5b5b5b; }
      .sidebar .search-form input[type="search"]:-moz-placeholder {
        /* Firefox 18- */
        color: #5b5b5b; }
    .sidebar .search-form .fa {
      font-size: 40px;
      color: #000;
      float: right; }
  .sidebar .widget {
    margin-bottom: 50px;
    padding: 35px 40px;
    background: #f8f8f8; }
    .sidebar .widget .btn {
      margin-bottom: 0; }
    .sidebar .widget h3 {
      color: #000;
      margin-top: 0; }
  .sidebar .subscribe input[type="email"] {
    width: 100%;
    margin: 0 0 30px;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
    font-family: "Cooper Hewitt", sans-serif; }
    .sidebar .subscribe input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #8c8c8c; }
    .sidebar .subscribe input[type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #8c8c8c; }
    .sidebar .subscribe input[type="email"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #8c8c8c; }
    .sidebar .subscribe input[type="email"]:-moz-placeholder {
      /* Firefox 18- */
      color: #8c8c8c; }
  .sidebar .recent-posts ul {
    margin: 0;
    padding: 0; }
  .sidebar .recent-posts li {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: italic;
    padding: 30px 0;
    border-top: 1px solid #9e9e9e;
    margin: 0; }
    .sidebar .recent-posts li:last-child {
      padding-bottom: 0; }
    .sidebar .recent-posts li a {
      display: block;
      font-size: 20px;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal;
      margin-bottom: 5px; }

.content h2 {
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #000; }

.content .breadcrumbs {
  margin: 0 0 10px;
  padding-left: 0;
  list-style-type: none; }
  @media (min-width: 960px) {
    .content .breadcrumbs {
      margin-bottom: 60px; } }
  .content .breadcrumbs li {
    display: inline-block;
    margin: 0 10px; }
    .content .breadcrumbs li a {
      color: #5b5b5b;
      font-size: 20px;
      font-weight: normal; }
      .content .breadcrumbs li a:hover {
        text-decoration: underline; }
    .content .breadcrumbs li:first-child {
      margin-left: 0; }
    .content .breadcrumbs li:last-child {
      margin-right: 0; }
      .content .breadcrumbs li:last-child a {
        font-weight: bold; }

.content .product {
  padding: 30px 20px; }
  @media (min-width: 960px) {
    .content .product {
      padding: 50px 0; } }

.content .product-slider {
  position: relative;
  margin-bottom: 40px; }
  .content .product-slider .arrows {
    position: absolute;
    z-index: 99;
    top: 12px;
    right: 12px; }
    .content .product-slider .arrows a {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-indent: 9999px;
      width: 40px;
      height: 43px;
      background: #8fd400;
      opacity: 0.75;
      transition: .15s all ease-out;
      position: relative; }
      .content .product-slider .arrows a:visited {
        background: #8fd400; }
      .content .product-slider .arrows a:hover {
        background: #000;
        opacity: 1; }
      .content .product-slider .arrows a:after {
        display: block;
        height: 22px;
        width: 12px;
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #fff;
        text-indent: 0;
        text-align: center;
        font-size: 28px;
        line-height: 22px; }
      .content .product-slider .arrows a:first-child {
        margin-right: 1px; }
        .content .product-slider .arrows a:first-child:after {
          content: "\f104"; }
      .content .product-slider .arrows a:last-child:after {
        content: "\f105"; }
  .content .product-slider .slider-main {
    margin-bottom: 14px; }
  .content .product-slider .slider-nav .slick-slide {
    margin-left: 7px;
    margin-right: 7px; }
  .content .product-slider .slider-nav .slick-list {
    margin-left: -7px;
    margin-right: -7px; }

.content .product-details h1 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0; }

.content .product-details .sku {
  margin-top: 0;
  color: #000; }

@media (min-width: 960px) {
  .content .product-details {
    padding-left: 50px; } }

.content .attributes {
  padding: 30px 20px; }
  @media (min-width: 960px) {
    .content .attributes {
      padding: 50px 0; } }
  .content .attributes table th,
  .content .attributes table td {
    text-align: left;
    vertical-align: top; }
  .content .attributes table th {
    padding-right: 50px; }
  .content .attributes table tr td {
    padding: 20px; }
    .content .attributes table tr td:first-child {
      font-weight: bold; }
    .content .attributes table tr td:last-child {
      text-align: right; }
  .content .attributes table tr:nth-child(odd) {
    background: #f8f8f8; }

.content .request {
  padding: 30px 20px;
  background: #f8f8f8; }
  .content .request h2 {
    color: #8fd400; }
  @media (min-width: 960px) {
    .content .request {
      padding: 50px 0; } }

@media (max-width: 1250px) {
  .archive main .container {
    padding: 0 20px; } }

.archive .header-banner {
  padding: 10px 0; }
  .archive .header-banner h1 {
    margin-bottom: 5px; }
  .archive .header-banner p {
    margin-top: 0; }
  @media (max-width: 990px) {
    .archive .header-banner h1 {
      font-size: 32px;
      line-height: 36px; }
    .archive .header-banner .container {
      display: flex;
      flex-direction: column; }
      .archive .header-banner .container .buttons {
        order: 3; } }

.archive .content .breadcrumbs {
  margin-bottom: 0; }
  .archive .content .breadcrumbs li a {
    color: #000;
    font-size: 16px; }
  .archive .content .breadcrumbs li i {
    color: #8fd400;
    font-size: 16px; }

.header-banner {
  background: #fff;
  padding: 50px 0; }
  .header-banner h1 {
    margin: 30px 0;
    font-size: 52px;
    line-height: 60px;
    text-align: left;
    color: #000;
    clear: none; }
    .header-banner h1.white {
      color: #fff; }
  .header-banner .product-shot {
    max-width: 500px;
    margin: 20px auto 0;
    display: block; }
  @media (min-width: 991px) {
    .header-banner .buttons {
      float: right;
      width: 300px; } }
  .header-banner .buttons .btn {
    max-width: 275px;
    margin: 0 5px 15px;
    display: inline-block; }

section.featured {
  padding: 60px 0;
  background: #F5F5F5; }
  section.featured:after {
    content: '';
    display: table;
    clear: both; }
  section.featured:nth-of-type(1) {
    margin-top: 60px; }
  section.featured:nth-of-type(3n+2) {
    background: #ffffff; }
  section.featured:nth-of-type(3n+3) {
    background: #eeeeee; }
  section.featured h2 {
    font-family: "Cooper Hewitt", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
    clear: none; }
  section.featured ul,
  section.featured ol {
    margin: 0; }
  section.featured p {
    margin-bottom: 15px; }
  section.featured p,
  section.featured ul li {
    color: #000; }
  @media (max-width: 990px) {
    section.featured .container {
      display: flex;
      flex-direction: column; }
      section.featured .container img {
        width: 100%;
        margin-bottom: 30px; } }
  @media (min-width: 991px) {
    section.featured img {
      max-width: 34%;
      height: auto; }
      section.featured img.left {
        float: left;
        margin-right: 30px; }
      section.featured img.right {
        float: right;
        margin-left: 30px; }
      section.featured img.right + .featured-content {
          float: none; } 
      section.featured img.left + .featured-content {
          float: none; } }

.slider h2,
.footer-slider h2 {
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px; }

.slider .slick-prev,
.footer-slider .slick-prev {
  left: -50px; }

.slider .slick-next,
.footer-slider .slick-next {
  right: -50px; }

.slider .slick-prev,
.slider .slick-next,
.footer-slider .slick-prev,
.footer-slider .slick-next {
  font-size: 48px;
  width: 48px;
  height: 48px;
  box-shadow: none;
  text-shadow: none; }
  .slider .slick-prev:before,
  .slider .slick-next:before,
  .footer-slider .slick-prev:before,
  .footer-slider .slick-next:before {
    content: none; }
  .slider .slick-prev i,
  .slider .slick-next i,
  .footer-slider .slick-prev i,
  .footer-slider .slick-next i {
    color: #8fd400; }

.slider .slide,
.footer-slider .slide {
  background: #fff;
  padding: 25px; }
  .slider .slide h3,
  .footer-slider .slide h3 {
    color: #000;
    margin-top: 0;
    clear: none; }
  .slider .slide p,
  .footer-slider .slide p {
    margin-top: 0; }
  @media (min-width: 991px) {
    .slider .slide img,
    .footer-slider .slide img {
      float: right;
      margin-left: 5%;
      max-width: 55%;
      max-height: 300px;
      height: auto;
      width: auto; } }

.header-content h1 {
  color: #000; }

.product-intro h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px; }

.product-list {
  clear: both;
  margin: 30px auto;
  max-width: 800px; }

.header-row,
.list-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0; }
  .header-row div,
  .list-row div {
    width: 15%;
    color: #000;
    padding: 0 5px; }
    .header-row div:not(.title),
    .list-row div:not(.title) {
      font-weight: normal; }
  .header-row .image,
  .list-row .image {
    width: 15%; }
    .header-row .image img,
    .list-row .image img {
      max-width: 100%;
      height: auto; }
  .header-row .title,
  .list-row .title {
    width: 25%; }

.list-row {
  border-bottom: 1px solid #000; }
  .list-row div:not(.image) {
    padding-top: 12px; }

.list-row:hover div {
  color: #8fd400; }

.header-row div {
  font-size: 12px; }

.view-toggle {
  float: right; }
  .view-toggle .buttons {
    display: inline-block;
    margin-left: 10px; }
    .view-toggle .buttons .btn {
      display: inline-block;
      width: auto; }

.product-grid h5 {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 30px; }
  @media (min-width: 960px) {
    .product-grid h5 {
      margin-top: 10px;
      margin-bottom: 0; } }

.product-grid .sku {
  text-align: center;
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: normal; }

.product-grid .product-item {
  padding: 0 20px 20px;
  display: block; }
  .product-grid .product-item:hover {
    box-shadow: 0px 7px 14.72px 1.28px rgba(0, 0, 1, 0.13);
    transform: scale(1.1); }
  .product-grid .product-item .image-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-grid .product-item .image-container img {
      max-height: 80%;
      max-width: 90%; }
    @media (min-width: 960px) {
      .product-grid .product-item .image-container {
        height: 275px; } }

.product-additional {
  margin-top: 60px; }
  .product-additional p {
    margin-top: 0; }
  .product-additional img {
    max-width: 90%;
    margin-bottom: 40px; }

.slider {
  padding: 20px 0 40px;
  overflow: hidden; }

@media (max-width: 767px) {
  .slider {
    padding-left: 40px;
    padding-right: 40px; } }

body {
  font-family: "Cooper Hewitt", sans-serif; }

/*# sourceMappingURL=style.css.map */