/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'latin_modern_roman10BdIt';
  src: url("webfonts/latinmodernroman_10bolditalic_macroman/lmroman10-bolditalic-webfont.eot");
  src: url("webfonts/latinmodernroman_10bolditalic_macroman/lmroman10-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/latinmodernroman_10bolditalic_macroman/lmroman10-bolditalic-webfont.woff") format("woff"), url("webfonts/latinmodernroman_10bolditalic_macroman/lmroman10-bolditalic-webfont.ttf") format("truetype"), url("webfonts/latinmodernroman_10bolditalic_macroman/lmroman10-bolditalic-webfont.svg#latin_modern_roman10BdIt") format("svg");
  font-weight: normal;
  font-style: normal; }
/****************
  Default Styles
*****************/
html {
  font-size: 100%; }

.masthead,
.container,
.footer {
  display: block; }

* {
  margin: 0px;
  padding: 0px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1; }

body {
  height: 100%;
  color: #303030;
  background-color: #303030;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.main-content {
  z-index: 1;
  background-color: #ffffff;
  position: relative; }

.contact-find-us-form {
  height: 500px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  background-color: #4a4a4a;
  opacity: 1;
  -webkit-transform: translateY(500px);
  transform: translateY(500px); }

#page-loader-container {
  display: block;
  position: fixed;
  width: 100%;
  height: 800px;
  background: #4a4a4a;
  z-index: 50; }

.loader {
  margin: 0px auto;
  font-size: 20px;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  top: 50%;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateY(-50%), translateZ(0);
  -ms-transform: translateY(-50%), translateZ(0);
  transform: translateY(-50%), translateZ(0); }

input[type=text]::-ms-clear {
  display: none; }

select::-ms-expand {
  display: none; }

a:-webkit-any-link {
  text-decoration: none !important; }

button {
  display: block;
  position: relative;
  bottom: 0px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #303030;
  padding: 17px 25px;
  border: 1px solid #303030;
  border-radius: 1px;
  background-color: transparent;
  margin-top: 25px;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:hover {
    background-color: #ffbd5f;
    border-color: #ffbd5f;
    cursor: pointer; }

.white-button button {
  border-color: #ffffff;
  color: #ffffff;
  outline: none; }
  .white-button button:hover {
    border-color: #ffbd5f; }

.yellow-button button {
  display: inline-table;
  background-color: #ffbd5f;
  border-color: #ffbd5f;
  color: #303030;
  outline: none; }

.centered-content-container {
  position: relative;
  float: none;
  text-align: center;
  width: auto;
  height: auto;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto; }

.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #303030;
  opacity: .40;
  z-index: 0; }

.gradient-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000000);
  opacity: 0.50; }

.img-flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

#logo {
  height: 39px;
  float: left;
  position: relative;
  background-color: transparent;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 29px;
  letter-spacing: -1px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: 30px;
  z-index: 10; }
  #logo img {
    height: 39px; }
  #logo #logo-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #2b2b2b;
    opacity: 1; }
  @media screen and (max-width: 1040px) {
    #logo {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 965px) {
    #logo {
      padding-right: 5%;
      padding-left: 5%; } }
  @media screen and (max-width: 655px) {
    #logo {
      padding-right: 5px;
      padding-left: 5px; } }

.grid-margin-clear {
  margin: 0px; }

.menu {
  position: fixed;
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 65px;
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */ }
  .menu #top-nav-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #303030;
    opacity: 1; }
  .menu .nav-icons {
    position: relative;
    text-align: center;
    margin-right: 0.5%;
    float: right;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease; }
  .menu a {
    text-decoration: none; }
  .menu a:link {
    color: #ffffff; }
  .menu a:visited {
    color: #ffffff; }
  .menu a:hover {
    color: #ffffff;
    cursor: pointer; }
  .menu a:active {
    color: #ffffff; }

.menu-mobile {
  position: fixed;
  width: 100%;
  color: #ffffff;
  background-color: #303030;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 65px; }
  .menu-mobile #top-nav-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #303030;
    opacity: 1; }
  .menu-mobile .nav-icons {
    position: relative;
    text-align: center;
    margin-right: 0.5%;
    float: right;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in; }

#toc {
  display: block;
  position: fixed;
  width: 100%;
  height: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: transparent;
  opacity: 0.0;
  top: 0px;
  overflow: hidden;
  z-index: 5000;
  -webkit-transition: opacity 550ms ease, height 350ms ease;
  -moz-transition: opacity 550ms ease, height 350ms ease;
  -o-transition: opacity 550ms ease, height 350ms ease;
  transition: opacity 550ms ease, height 350ms ease; }
  #toc #toc-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #303030;
    opacity: 0.97;
    -webkit-transition: opacity 700ms ease, background 700ms ease;
    -moz-transition: opacity 700ms ease, background 700ms ease;
    -o-transition: opacity 700ms ease, background 700ms ease;
    transition: opacity 700ms ease, background 700ms ease; }
    #toc #toc-bg .search-active {
      background-color: #ffffff; }
    #toc #toc-bg .mobile {
      opacity: 1.0; }

#nav-container {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  top: 0px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #d5d5d5;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 5000;
  opacity: 0.0;
  -webkit-transition: all 650ms ease-out;
  -moz-transition: all 650ms ease-out;
  -o-transition: all 650ms ease-out;
  transition: all 650ms ease-out; }
  #nav-container .search-block {
    display: block;
    margin-top: 65px;
    height: auto;
    width: 100%;
    position: relative;
    background-color: #383838; }
    #nav-container .search-block .center-vertical {
      position: absolute; }
  #nav-container .search-bar {
    display: block;
    width: 80%;
    max-width: 900px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: background 0.4s ease-in;
    -moz-transition: background 0.4s ease-in;
    -ms-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in; }
    #nav-container .search-bar input {
      display: block;
      position: absolute;
      text-align: left;
      background: transparent;
      border: none;
      outline: none;
      font-family: "Lato", sans-serif;
      font-size: 29px;
      font-weight: 300;
      color: #959595;
      height: 68px !important;
      width: 90%;
      margin-top: 16px !important;
      margin-bottom: 16px !important;
      padding-left: 15px;
      padding-right: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
      #nav-container .search-bar input:focus {
        outline: none; }
    #nav-container .search-bar .search-icon {
      display: block;
      position: absolute;
      height: 50px;
      width: 50%;
      margin-top: 25px;
      margin-bottom: 25px;
      padding: 0px;
      vertical-align: middle;
      text-align: right;
      right: 0px; }
      #nav-container .search-bar .search-icon:hover {
        cursor: pointer; }
    #nav-container .search-bar img {
      width: 50px;
      height: 50px;
      vertical-align: middle;
      margin: 0px;
      padding: 0px; }
  #nav-container #nav-bottom-section {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden; }
  #nav-container #search-results-section {
    display: block;
    position: relative;
    width: 100%;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background-color: transparent; }
    #nav-container #search-results-section a {
      text-decoration: none; }
    #nav-container #search-results-section a:link {
      color: #303030; }
    #nav-container #search-results-section a:visited {
      color: #303030; }
    #nav-container #search-results-section a:hover {
      color: #303030; }
    #nav-container #search-results-section a:active {
      color: #303030; }
    #nav-container #search-results-section h1 {
      font-family: "Lato", sans-serif;
      font-size: 27px;
      font-weight: 900;
      color: #303030; }
    #nav-container #search-results-section h2 {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #303030;
      letter-spacing: 0px;
      margin-bottom: 4px; }
    #nav-container #search-results-section h3 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #303030; }
    #nav-container #search-results-section h4 {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 900;
      color: #303030; }
    #nav-container #search-results-section p {
      font-family: "Merriweather", serif;
      font-size: 15px;
      font-weight: 300;
      color: #303030;
      line-height: 28px; }
    #nav-container #search-results-section ul {
      list-style: none;
      text-align: left;
      overflow: scroll;
      margin-bottom: 50px; }
    #nav-container #search-results-section li {
      width: 100%;
      -webkit-transition: .3s ease-in;
      -moz-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in; }
      #nav-container #search-results-section li:hover {
        background-color: #f1f1f1; }
    #nav-container #search-results-section .no-results {
      text-align: center; }
      #nav-container #search-results-section .no-results:hover {
        background-color: transparent; }
    #nav-container #search-results-section .results-loading {
      display: block;
      position: relative;
      width: 100%;
      height: 50px;
      padding-top: 5px;
      padding-bottom: 15px; }
    #nav-container #search-results-section .result-item {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      max-width: 900px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #dadada; }
  #nav-container .icon-link-container {
    height: 90px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
    overflow: hidden; }
    #nav-container .icon-link-container a {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 26px;
      color: #ffffff;
      text-decoration: none; }
    #nav-container .icon-link-container a:link {
      color: #ffffff; }
    #nav-container .icon-link-container a:visited {
      color: #ffffff; }
    #nav-container .icon-link-container a:hover {
      color: #ffffff;
      cursor: pointer; }
    #nav-container .icon-link-container a:active {
      color: #ffffff; }
    #nav-container .icon-link-container h3 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 26px;
      color: #ffbd5f; }
    #nav-container .icon-link-container img {
      display: inline;
      height: 40px;
      width: 40px;
      margin: 0px;
      margin-right: 15px;
      padding: 0px;
      vertical-align: middle;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 26px; }
    #nav-container .icon-link-container ul {
      height: 100%;
      overflow: hidden; }
    #nav-container .icon-link-container li {
      display: inline-table;
      position: relative;
      height: 42px;
      width: auto;
      min-width: 100px;
      margin-right: 45px;
      overflow: hidden; }
    #nav-container .icon-link-container .icon-links {
      display: inline-table;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden; }
  #nav-container .nav-category {
    text-align: left;
    display: inline-table;
    position: relative;
    overflow: hidden; }
    #nav-container .nav-category ul {
      list-style-type: none;
      margin-right: 50px; }
    #nav-container .nav-category ul li {
      padding-bottom: 5px; }
    #nav-container .nav-category a {
      color: #d5d5d5;
      text-decoration: none; }
    #nav-container .nav-category address {
      font-style: normal; }
  #nav-container .nav-category-header {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: #848484;
    padding-bottom: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 22px;
    overflow: hidden; }
  @media screen and (max-width: 965px) {
    #nav-container {
      font-size: 14px;
      padding-bottom: 20px; }
      #nav-container .nav-category-header {
        font-weight: 500;
        font-size: 20px; } }
  @media screen and (max-width: 875px) {
    #nav-container {
      font-size: 14px;
      padding-bottom: 20px; }
      #nav-container .nav-category-header {
        font-weight: 500;
        font-size: 20px; } }
  @media screen and (max-width: 830px) {
    #nav-container {
      font-size: 12px;
      padding-bottom: 20px; }
      #nav-container .nav-category-header {
        font-weight: 400;
        font-size: 18px; } }

#nav-close {
  margin: 0px;
  margin-left: 20px;
  display: inline; }

#top-nav-menu {
  width: 100%;
  position: fixed;
  z-index: 11000; }

#quick-nav {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 18px;
  color: #d5d5d5;
  letter-spacing: 0px;
  overflow: hidden; }
  #quick-nav .lines-button {
    display: inline-block;
    padding: 13px 8.66667px;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    border-radius: 3.71429px; }
    #quick-nav .lines-button:hover {
      opacity: 1; }
    #quick-nav .lines-button:active {
      transition: 0;
      background: rgba(0, 0, 0, 0.1); }
  #quick-nav .lines {
    display: inline-block;
    width: 26px;
    height: 3.25px;
    background: #2b2b2b;
    border-radius: 2.36364px;
    transition: 0.25s;
    position: relative;
    /*create the upper and lower lines as pseudo-elements of the middle line*/ }
    #quick-nav .lines:before, #quick-nav .lines:after {
      display: inline-block;
      width: 26px;
      height: 3.25px;
      background: #2b2b2b;
      border-radius: 2.36364px;
      transition: 0.25s;
      position: absolute;
      left: 0;
      content: '';
      transform-origin: 1.85714px center; }
    #quick-nav .lines:before {
      top: 8.66667px; }
    #quick-nav .lines:after {
      top: -8.66667px; }
  #quick-nav .lines-button:hover {
    opacity: 1; }
    #quick-nav .lines-button:hover .lines:before {
      top: 8.66667px; }
    #quick-nav .lines-button:hover .lines:after {
      top: -8.66667px; }
  #quick-nav .lines-button.x.close .lines {
    /*hide the middle line*/
    background: transparent;
    /*overlay the lines by setting both their top values to 0*/ }
    #quick-nav .lines-button.x.close .lines:before, #quick-nav .lines-button.x.close .lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 26px; }
    #quick-nav .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    #quick-nav .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  #quick-nav .nav-sliding-line {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 80px;
    margin-left: 15px;
    height: 4px;
    background: #383838;
    display: none; }
  #quick-nav ul {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px; }
  #quick-nav li {
    height: 65px;
    display: inline-block;
    padding: 0 32px 0 32px;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    -o-transition: .15s ease-in;
    transition: .15s ease-in; }
    #quick-nav li .menu-separator {
      position: absolute;
      width: 1px;
      height: 22px;
      background: #ffbd5f;
      margin-left: 22px; }
    #quick-nav li:hover {
      cursor: pointer;
      color: #ffffff;
      background-color: #ffbd5f;
      color: #2b2b2b; }
    #quick-nav li:last-child .menu-separator {
      width: 0px;
      height: 0px;
      margin: 0px; }
  #quick-nav .menu-icon {
    display: inline-table;
    position: relative;
    width: 65px;
    height: 65px;
    background-color: #ffbd5f;
    color: #2b2b2b;
    font-size: 11px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 0px !important;
    text-align: center !important;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  @media screen and (max-width: 1350px) {
    #quick-nav {
      font-size: 16px;
      font-weight: 500; }
      #quick-nav li {
        padding: 0 18px 0 18px; }
        #quick-nav li:last-child {
          padding: 0 5px 0 18px; }
        #quick-nav li .menu-separator {
          margin-left: 18px; } }
  @media screen and (max-width: 1040px) {
    #quick-nav li {
      padding: 0 16px 0 16px; }
      #quick-nav li:last-child {
        padding: 0 5px 0 16px; }
      #quick-nav li .menu-separator {
        margin-left: 16px; } }
  @media screen and (max-width: 965px) {
    #quick-nav li {
      padding: 0 12px 0 12px; }
      #quick-nav li:last-child {
        padding: 0 5px 0 12px; }
      #quick-nav li .menu-separator {
        margin-left: 12px; } }
  @media screen and (max-width: 655px) {
    #quick-nav {
      text-align: right; } }

#line-bottom {
  bottom: 0; }

.menu-right {
  display: inline-table;
  position: absolute;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 500;
  right: 0px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  overflow: hidden; }
  .menu-right ul {
    display: inline-table;
    position: relative;
    height: 100%;
    list-style: none;
    overflow: hidden;
    margin-right: 10px;
    padding: 0px; }
  .menu-right li {
    display: inline-table;
    position: relative;
    height: 100%;
    width: auto;
    min-width: 25px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center; }
    .menu-right li img {
      padding-top: 8px;
      width: 120px;
      height: 45px;
      vertical-align: middle;
      text-align: left;
      margin-left: 5px; }
  .menu-right #search-icon-button:hover {
    cursor: pointer; }
  .menu-right h3 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 12px;
    display: inline-block;
    letter-spacing: 1px; }
  .menu-right img {
    display: inline-table;
    height: 35px;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px; }
  .menu-right .social-link {
    display: block;
    position: relative;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .menu-right button {
    display: inline-table !important;
    position: relative !important;
    height: 65px !important;
    width: auto !important;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-right: 25px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    text-align: center !important;
    overflow: hidden !important; }
  .menu-right .search-icon img {
    width: 22px; }
  @media screen and (max-width: 1350px) {
    .menu-right img {
      height: 22px;
      width: 22px;
      padding-left: 1px;
      padding-right: 1px;
      padding-bottom: 5px; }
    .menu-right a {
      margin-right: 5px;
      margin-left: 5px; }
    .menu-right .social-img {
      height: 22px;
      width: 22px;
      padding-left: 2px;
      padding-right: 2px; } }
  @media screen and (max-width: 1040px) {
    .menu-right .social-img {
      display: none; } }
  @media screen and (max-width: 655px) {
    .menu-right {
      display: none; } }

#mywc-mobile-login-btn {
  display: none; }

#mywc-mobile-login-form {
  display: none; }

#mywc-login-btn {
  cursor: pointer; }

#mywc-login-form {
  display: block;
  position: fixed;
  top: 65px;
  width: 370px;
  height: auto;
  right: 10px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0.0;
  -webkit-box-shadow: -3px 5px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -3px 5px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -3px 5px 5px 0px rgba(0, 0, 0, 0.22);
  transform-style: preserve-3d;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  #mywc-login-form #mywc-hide-btn {
    display: block;
    position: relative;
    height: 20px;
    width: 85%;
    margin: 0px auto;
    padding-top: 10px;
    text-align: right;
    cursor: pointer; }
    #mywc-login-form #mywc-hide-btn img {
      width: 20px;
      height: 20px;
      right: 0px;
      transform: rotate(180deg); }
  #mywc-login-form #mywc-login-container {
    display: block;
    position: relative;
    width: 85%;
    height: auto;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    padding-bottom: 20px;
    opacity: 1.0; }
    #mywc-login-form #mywc-login-container label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      line-height: 16px; }
    #mywc-login-form #mywc-login-container input {
      width: 94%;
      height: 35px;
      padding: 0px 10px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      margin: 5px 0px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 16px;
      color: #2b2b2b; }
    #mywc-login-form #mywc-login-container .field {
      padding-bottom: 10px; }
    #mywc-login-form #mywc-login-container .mywc-login {
      display: block;
      position: relative;
      width: 100%;
      height: 40px;
      font-family: "Merriweather", serif;
      font-size: 13px;
      color: #cccccc; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-left {
        display: inline-table;
        position: absolute;
        float: left;
        left: 0px; }
      #mywc-login-form #mywc-login-container .mywc-login .submit-button {
        height: 30px;
        padding: 3px 15px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        border: 1px solid #2b2b2b;
        border-radius: 1px;
        background-color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s; }
        #mywc-login-form #mywc-login-container .mywc-login .submit-button:hover {
          border-color: #ffbd5f;
          background-color: #ffbd5f;
          color: #ffffff; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right {
        display: inline-table;
        position: absolute;
        float: right;
        right: 0px;
        text-align: right;
        top: 50%;
        transform: translateY(-50%); }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links {
        font-family: "Merriweather", serif;
        font-size: 13px;
        line-height: 20px;
        color: #a6a6a6;
        vertical-align: middle;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a {
          text-decoration: none; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:link {
          color: #a6a6a6; }
          #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:link:hover {
            text-decoration: underline; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited {
          color: #a6a6a6; }
          #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited:hover {
            text-decoration: underline; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:hover {
          color: #a6a6a6;
          text-decoration: underline; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-signup-links a:active {
          color: #a6a6a6; }

/******************
    Page Footer
*******************/
.footer-spacer {
  display: block;
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 0;
  height: 600px; }

footer {
  width: 100%;
  height: 600px;
  background: #303030;
  color: #6a6969 !important;
  position: fixed;
  text-align: center;
  bottom: 0;
  z-index: 0; }
  footer a:link {
    text-decoration: none;
    color: #6a6969; }
  footer a:visited {
    color: #6a6969; }
  footer a:hover {
    color: #6a6969; }
  footer a:active {
    color: #6a6969; }
  footer h3 {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6a6969 !important; }
  footer address {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 30px;
    color: #6a6969; }
    footer address img {
      vertical-align: middle; }
  footer .connect-container {
    display: block;
    position: relative;
    background: #303030;
    width: 80%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 210px;
    z-index: 0; }
  footer .wc-logo-img {
    padding-top: 20px;
    padding-bottom: 25px; }
    footer .wc-logo-img img {
      width: 300px; }
  footer .separator {
    display: block;
    position: relative;
    height: 2px;
    width: 80px;
    background-color: #6a6969;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px; }
  footer ul {
    display: inline-table;
    position: relative;
    list-style: none;
    width: 300px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    z-index: 0; }
  footer li {
    width: 50px;
    height: 50px;
    display: inline-table;
    margin-right: 7px;
    margin-left: 7px;
    z-index: 0; }
    footer li img {
      width: 50px;
      height: 50px;
      opacity: 1.0;
      -webkit-transition: opacity 0.25s ease;
      -moz-transition: opacity 0.25s ease;
      -ms-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
      footer li img:hover {
        opacity: 0.5; }
  footer .wc-info img {
    width: 40px;
    height: 55px; }
  footer .powered-by {
    padding-top: 40px;
    padding-bottom: 10px;
    color: #ffffff; }
    footer .powered-by a {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 500;
      text-transform: none;
      text-decoration: none;
      color: #d5d5d5; }
    footer .powered-by a:link {
      color: #d5d5d5; }
    footer .powered-by a:visited {
      color: #d5d5d5; }
    footer .powered-by a:hover {
      color: #d5d5d5; }
    footer .powered-by a:active {
      color: #d5d5d5; }
    footer .powered-by img {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-right: 15px; }

/********************
    Media Queries
*********************/
@media screen and (max-width: 875px) {
  #quick-nav {
    font-size: 0px;
    text-align: right; }
    #quick-nav .menu-icon {
      position: absolute;
      right: 0px;
      width: 65px;
      height: 65px;
      background-color: #303030; }
    #quick-nav .lines-button {
      padding: 17.5px 11.66667px;
      border-radius: 5px; }
    #quick-nav .lines {
      display: inline-block;
      width: 35px;
      height: 4.375px;
      background: #ffbd5f;
      border-radius: 3.18182px;
      transition: 0.25s;
      position: relative;
      /*create the upper and lower lines as pseudo-elements of the middle line*/ }
      #quick-nav .lines:before, #quick-nav .lines:after {
        display: inline-block;
        width: 35px;
        height: 4.375px;
        background: #ffbd5f;
        border-radius: 3.18182px;
        transition: 0.25s;
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 2.5px center; }
      #quick-nav .lines:before {
        top: 11.66667px; }
      #quick-nav .lines:after {
        top: -11.66667px; }
    #quick-nav .lines-button:hover {
      opacity: 1; }
      #quick-nav .lines-button:hover .lines:before {
        top: 11.66667px; }
      #quick-nav .lines-button:hover .lines:after {
        top: -11.66667px; }
    #quick-nav .lines-button.x.close .lines {
      /*hide the middle line*/
      background: transparent;
      /*overlay the lines by setting both their top values to 0*/ }
      #quick-nav .lines-button.x.close .lines:before, #quick-nav .lines-button.x.close .lines:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 35px; }
      #quick-nav .lines-button.x.close .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      #quick-nav .lines-button.x.close .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }

  .menu-right {
    display: none; }

  #nav-container {
    overflow: scroll;
    background-color: #303030; }
    #nav-container .icon-link-container {
      display: block;
      width: 100%;
      height: auto;
      padding-top: 65px;
      margin: 0px 0px 2px 0px;
      text-align: center;
      background-color: #3a3a3a; }
      #nav-container .icon-link-container a {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 1.45em;
        letter-spacing: 2px;
        color: #ffffff;
        text-decoration: none;
        text-align: center; }
      #nav-container .icon-link-container img {
        display: block;
        width: 35%;
        height: auto;
        margin: 0px auto;
        padding: 20px 0px; }
      #nav-container .icon-link-container ul {
        height: auto; }
      #nav-container .icon-link-container li {
        overflow: visible;
        height: auto;
        width: 25%;
        max-width: 25%;
        margin: 0px auto;
        text-align: center;
        padding: 0px 0px 20px 0px; }
    #nav-container .mobile-nav-container {
      display: block;
      position: relative;
      overflow: scroll;
      width: 100%;
      height: auto;
      min-height: 90%;
      background-color: #3a3a3a;
      margin: 0px;
      padding: 20px 0px; }
    #nav-container .search-block {
      width: 80%;
      margin: 0px auto;
      padding: 0px;
      height: 70px;
      background-color: #4d4e4e; }
    #nav-container .search-bar {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px; }
      #nav-container .search-bar input {
        height: 40px !important;
        position: absolute;
        margin: 0px auto !important;
        padding: 15px !important; }
        #nav-container .search-bar input:focus {
          outline: none; }
      #nav-container .search-bar .search-icon {
        position: absolute;
        width: 20%;
        margin: 0px;
        padding: 10px 0px;
        vertical-align: middle;
        text-align: right;
        right: 10px; }
        #nav-container .search-bar .search-icon:hover {
          cursor: pointer; }
    #nav-container .mobile-button {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 20px auto; }
      #nav-container .mobile-button button {
        background-color: #ffbd5f;
        width: 100%;
        padding: 5px auto;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: capitalize;
        border-color: #ffbd5f;
        border-radius: 2px; }
    #nav-container #nav-bottom-section {
      display: block;
      position: relative;
      height: auto;
      overflow: hidden;
      margin-top: 20px;
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    #nav-container .search-mode {
      background-color: white; }
    #nav-container .menu-categories {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 0px auto; }
    #nav-container .nav-arrow {
      display: inline;
      position: absolute;
      left: 0px;
      width: 20px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #nav-container .nav-arrow svg {
        width: 20px; }
    #nav-container .rotate {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg); }
    #nav-container .nav-category {
      text-align: center;
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      -ms-transition: height 0.5s ease;
      -o-transition: height 0.5s ease;
      transition: height 0.5s ease; }
      #nav-container .nav-category ul {
        height: 60px;
        overflow: hidden;
        list-style-type: none;
        margin: 0px;
        border-bottom: 1px solid #c1c1c1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #nav-container .nav-category ul li {
          margin: 0px;
          padding: 0%;
          overflow: hidden;
          min-height: 0px;
          max-height: 82px;
          font-size: 22px;
          color: #ffffff;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #nav-container .nav-category ul li:first-child {
            height: auto;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-size: 22px;
            text-align: center;
            color: #c1c1c1;
            margin: 0px;
            padding: 20px 0px;
            letter-spacing: 5px;
            text-transform: uppercase;
            overflow: hidden; }
            #nav-container .nav-category ul li:first-child:hover {
              cursor: pointer; }
      #nav-container .nav-category .mobile-nav-open li {
        padding: 1.5%; }
      #nav-container .nav-category a {
        color: #ffffff;
        text-decoration: none; }
      #nav-container .nav-category address {
        font-style: normal; }

  #mywc-login-btn {
    display: none; }

  #mywc-login-form {
    display: none; }

  #mywc-mobile-login-btn {
    display: inline-table;
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    right: 65px;
    top: 0px;
    cursor: pointer; }
    #mywc-mobile-login-btn img {
      height: 40px;
      width: 40px;
      position: relative;
      top: 10px; }
    #mywc-mobile-login-btn .mywc-mobile-login-close {
      height: 26px !important;
      width: 26px !important;
      top: 16px !important; }

  #mywc-mobile-login-form {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 65px;
    right: 0px;
    border-radius: 0px;
    z-index: 50;
    text-align: left;
    background-color: #ffffff;
    opacity: 0.0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    #mywc-mobile-login-form #mywc-hide-btn {
      display: block;
      position: relative;
      height: 20px;
      width: 85%;
      margin: 0px auto;
      padding-top: 10px;
      text-align: right;
      cursor: pointer; }
      #mywc-mobile-login-form #mywc-hide-btn img {
        width: 20px;
        height: 20px;
        right: 0px;
        transform: rotate(180deg); }
    #mywc-mobile-login-form #mywc-login-container {
      display: block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 auto;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      color: #2b2b2b;
      padding: 20px 0px;
      opacity: 1.0; }
      #mywc-mobile-login-form #mywc-login-container label {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 16px; }
      #mywc-mobile-login-form #mywc-login-container input {
        width: 94%;
        height: 35px;
        padding: 0px 10px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        margin: 5px 0px;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #2b2b2b; }
      #mywc-mobile-login-form #mywc-login-container .field {
        padding-bottom: 10px; }
      #mywc-mobile-login-form #mywc-login-container .mywc-login {
        display: block;
        position: relative;
        width: 100%;
        height: 40px;
        font-family: "Merriweather", serif;
        font-size: 13px;
        color: #cccccc; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-left {
          display: block;
          position: relative;
          width: 50%;
          margin: 0px auto;
          float: none;
          padding: 40px 0px; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .submit-button {
          height: 37px;
          padding: 3px 15px;
          text-transform: uppercase;
          font-weight: 500;
          letter-spacing: 2px;
          border: 1px solid #2b2b2b;
          border-radius: 5px;
          background-color: #ffffff;
          font-family: "Lato", sans-serif;
          font-size: 12px;
          -webkit-transition: all .15s;
          -moz-transition: all .15s;
          -o-transition: all .15s;
          transition: all .15s; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .submit-button:hover {
            border-color: #ffbd5f;
            background-color: #ffbd5f;
            color: #ffffff; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right {
          display: block;
          position: relative;
          width: 100%;
          margin: 0px auto;
          float: none;
          text-align: center;
          top: 50%;
          transform: translateY(-50%); }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a {
            font-family: "Merriweather", serif;
            font-size: 13px;
            letter-spacing: 0px; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a:link {
            color: #a6a6a6; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a:visited {
            color: #a6a6a6; }
            #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a:visited:hover {
              text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a:hover {
            color: #a6a6a6;
            text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right a:active {
            color: #a6a6a6; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links {
          font-family: "Merriweather", serif;
          font-size: 13px;
          line-height: 20px;
          color: #a6a6a6;
          vertical-align: middle;
          -webkit-transition: all .15s;
          -moz-transition: all .15s;
          -o-transition: all .15s;
          transition: all .15s; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a {
            text-decoration: none; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:link {
            color: #a6a6a6; }
            #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:link:hover {
              text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited {
            color: #a6a6a6; }
            #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited:hover {
              text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:hover {
            color: #a6a6a6;
            text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:active {
            color: #a6a6a6; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .menu {
    height: 180px; }

  #logo {
    height: 110px;
    padding: 35px 60px;
    z-index: 10; }
    #logo img {
      height: 110px; }

  #toc {
    overflow: scroll;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    #toc #toc-bg {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }

  #quick-nav {
    font-size: 0px;
    text-align: right; }
    #quick-nav .menu-icon {
      position: absolute;
      right: 0px;
      width: 180px;
      height: 180px;
      background-color: #303030; }
    #quick-nav .lines-button {
      padding: 45px 30px;
      border-radius: 12.85714px; }
    #quick-nav .lines {
      display: inline-block;
      width: 90px;
      height: 11.25px;
      background: #ffbd5f;
      border-radius: 8.18182px;
      transition: 0.25s;
      position: relative;
      /*create the upper and lower lines as pseudo-elements of the middle line*/ }
      #quick-nav .lines:before, #quick-nav .lines:after {
        display: inline-block;
        width: 90px;
        height: 11.25px;
        background: #ffbd5f;
        border-radius: 8.18182px;
        transition: 0.25s;
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 6.42857px center; }
      #quick-nav .lines:before {
        top: 30px; }
      #quick-nav .lines:after {
        top: -30px; }
    #quick-nav .lines-button:hover {
      opacity: 1; }
      #quick-nav .lines-button:hover .lines:before {
        top: 30px; }
      #quick-nav .lines-button:hover .lines:after {
        top: -30px; }
    #quick-nav .lines-button.x.close .lines {
      /*hide the middle line*/
      background: transparent;
      /*overlay the lines by setting both their top values to 0*/ }
      #quick-nav .lines-button.x.close .lines:before, #quick-nav .lines-button.x.close .lines:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 90px; }
      #quick-nav .lines-button.x.close .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      #quick-nav .lines-button.x.close .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }

  .menu-right {
    display: none; }

  .menu-mobile {
    height: 180px; }

  #nav-container {
    min-height: 0px;
    height: auto;
    position: absolute;
    overflow: scroll;
    background-color: #303030;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    #nav-container .icon-link-container {
      display: block;
      width: 100%;
      height: auto;
      min-height: 250px;
      padding-top: 180px;
      margin: 0px 0px 5px 0px;
      text-align: center;
      background-color: #3a3a3a; }
      #nav-container .icon-link-container a {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 2em;
        letter-spacing: 4px;
        color: #ffffff;
        text-decoration: none;
        text-align: center; }
      #nav-container .icon-link-container img {
        display: block;
        width: 35%;
        height: auto;
        margin: 0px auto;
        padding: 40px 0px; }
      #nav-container .icon-link-container ul {
        height: auto; }
      #nav-container .icon-link-container li {
        overflow: visible;
        height: auto;
        width: 25%;
        max-width: 25%;
        margin: 0px auto;
        text-align: center;
        padding: 0px 0px 40px 0px; }
    #nav-container .mobile-nav-container {
      display: block;
      position: relative;
      overflow: scroll;
      width: 100%;
      height: auto;
      min-height: 90%;
      background-color: #3a3a3a;
      margin: 0px;
      padding: 40px 0px 800px 0px; }
    #nav-container .search-block {
      width: 80%;
      margin: 0px auto;
      padding: 0px;
      height: 140px;
      background-color: #4d4e4e; }
    #nav-container #nav-bottom-section {
      display: block;
      position: relative;
      height: auto;
      overflow: hidden;
      margin-top: 40px;
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    #nav-container .search-mode {
      background-color: white; }
    #nav-container .search-bar {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px; }
      #nav-container .search-bar input {
        height: 80px !important;
        position: absolute;
        margin: 0px auto !important;
        padding: 30px !important;
        font-size: 65px; }
        #nav-container .search-bar input:focus {
          outline: none; }
      #nav-container .search-bar .search-icon {
        position: absolute;
        width: 40%;
        margin: 0px;
        padding: 20px 0px;
        vertical-align: middle;
        text-align: right;
        right: 20px; }
        #nav-container .search-bar .search-icon:hover {
          cursor: pointer; }
      #nav-container .search-bar img {
        width: 100px;
        height: auto; }
    #nav-container .mobile-button {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 40px auto; }
      #nav-container .mobile-button button {
        background-color: #ffbd5f;
        width: 100%;
        padding: 10px auto;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: capitalize;
        border-color: #ffbd5f;
        border-radius: 2px; }
    #nav-container .menu-categories {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 0px auto; }
    #nav-container .nav-arrow {
      display: inline;
      position: absolute;
      left: 0px;
      width: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #nav-container .nav-arrow svg {
        width: 40px; }
    #nav-container .rotate {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg); }
    #nav-container .nav-category {
      text-align: center;
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -ms-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease; }
      #nav-container .nav-category ul {
        height: 155px;
        overflow: hidden;
        list-style-type: none;
        margin: 0px;
        border-bottom: 2px solid #c1c1c1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #nav-container .nav-category ul li {
          margin: 0px;
          padding: 0%;
          overflow: hidden;
          min-height: 0px;
          max-height: 164px;
          font-size: 55px;
          color: #ffffff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #nav-container .nav-category ul li:first-child {
            height: auto;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-size: 50px;
            text-align: center;
            color: #c1c1c1;
            margin: 0px;
            padding: 50px 0px;
            letter-spacing: 10px;
            text-transform: uppercase;
            overflow: hidden; }
            #nav-container .nav-category ul li:first-child:hover {
              cursor: pointer; }
      #nav-container .nav-category .mobile-nav-open {
        padding: 0px 0px 200px 0px; }
        #nav-container .nav-category .mobile-nav-open li {
          padding: 2.5%; }
      #nav-container .nav-category a {
        color: #ffffff;
        text-decoration: none; }
      #nav-container .nav-category address {
        font-style: normal; }
    #nav-container #search-results-section {
      margin-top: 100px;
      margin-bottom: 100px;
      padding-bottom: 100px; }
      #nav-container #search-results-section h1 {
        font-size: 95px;
        line-height: 105px;
        padding-bottom: 30px; }
      #nav-container #search-results-section h2 {
        font-size: 55px;
        line-height: 80px;
        padding-bottom: 30px; }
      #nav-container #search-results-section h3 {
        font-size: 45px; }
      #nav-container #search-results-section h4 {
        font-family: "Lato", sans-serif;
        font-size: 35px;
        font-weight: 900;
        color: #303030; }
      #nav-container #search-results-section p {
        font-size: 35px;
        line-height: 50px;
        padding-bottom: 30px; }
      #nav-container #search-results-section ul {
        margin-bottom: 100px; }
      #nav-container #search-results-section .results-loading {
        height: 250px;
        padding-top: 10px;
        padding-bottom: 30px; }
      #nav-container #search-results-section .result-item {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 3px solid #dadada; }
      #nav-container #search-results-section .result-desc {
        height: 0px;
        display: none; }

  #mywc-login-btn {
    display: none; }

  #mywc-login-form {
    display: none; }

  #mywc-mobile-login-btn {
    display: inline-table;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0px;
    right: 180px;
    text-align: center;
    cursor: pointer; }
    #mywc-mobile-login-btn img {
      position: relative;
      height: 110px;
      width: 110px;
      top: 35px; }
    #mywc-mobile-login-btn .mywc-mobile-login-close {
      height: 68px !important;
      width: 68px !important;
      top: 50px !important; }

  .mywc-mobile-login-close {
    height: 70px;
    width: 70px;
    top: 50px; }

  #mywc-mobile-login-form {
    display: block;
    position: fixed;
    top: 180px;
    width: 100%;
    height: 100%;
    right: 0px;
    border-radius: 0px;
    z-index: 50;
    text-align: left;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0.0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    #mywc-mobile-login-form #mywc-hide-btn {
      display: block;
      position: relative;
      width: 85%;
      height: 100px;
      margin: 0px auto;
      padding: 50px 0px;
      text-align: right;
      cursor: pointer; }
      #mywc-mobile-login-form #mywc-hide-btn img {
        width: 100px;
        height: 100px;
        margin: 0px;
        padding: 0px;
        text-align: right;
        float: right;
        transform: rotate(180deg); }
    #mywc-mobile-login-form #mywc-login-container {
      display: block;
      position: relative;
      width: 85%;
      height: auto;
      margin: 0 auto;
      font-family: "Lato", sans-serif;
      font-size: 42px;
      color: #2b2b2b;
      padding: 100px 0px;
      opacity: 1.0; }
      #mywc-mobile-login-form #mywc-login-container label {
        font-size: 42px;
        font-weight: 700;
        letter-spacing: 5px;
        text-transform: uppercase;
        line-height: 66px; }
      #mywc-mobile-login-form #mywc-login-container input {
        width: 94%;
        height: 130px;
        padding: 0px 30px;
        border: 3px solid #cccccc;
        border-radius: 10px;
        margin: 5px 0px;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 66px;
        color: #2b2b2b; }
      #mywc-mobile-login-form #mywc-login-container .field {
        padding-bottom: 50px; }
      #mywc-mobile-login-form #mywc-login-container .mywc-login {
        display: block;
        position: relative;
        width: 100%;
        height: 40px;
        font-family: "Merriweather", serif;
        font-size: 43px;
        color: #cccccc; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-left {
          display: block;
          position: relative;
          width: 50%;
          max-width: 350px;
          margin: 0px auto;
          float: none;
          padding: 80px 0px; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .submit-button {
          height: 130px;
          letter-spacing: 6px;
          border: 2px solid #2b2b2b;
          border-radius: 2px;
          font-size: 47px;
          font-weight: 700;
          text-transform: uppercase;
          -webkit-transition: all .15s;
          -moz-transition: all .15s;
          -o-transition: all .15s;
          transition: all .15s; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .submit-button:hover {
            border-color: #ffbd5f;
            background-color: #ffbd5f;
            color: #ffffff; }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-login-right {
          display: block;
          position: relative;
          width: 100%;
          margin: 0px auto;
          float: none;
          text-align: center;
          top: 50%;
          transform: translateY(-50%); }
        #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links {
          font-family: "Merriweather", serif;
          font-size: 41px;
          line-height: 60px;
          -webkit-transition: all .15s;
          -moz-transition: all .15s;
          -o-transition: all .15s;
          transition: all .15s; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a {
            font-family: "Merriweather", serif;
            font-size: 41px;
            line-height: 60px;
            letter-spacing: 0px; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:link {
            color: #a6a6a6; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited {
            color: #a6a6a6; }
            #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:visited:hover {
              text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:hover {
            color: #a6a6a6;
            text-decoration: underline; }
          #mywc-mobile-login-form #mywc-login-container .mywc-login .mywc-signup-links a:active {
            color: #a6a6a6; }

  .footer-spacer {
    position: absolute;
    display: none;
    height: 0px; }

  footer {
    width: 100%;
    height: 1100px;
    position: relative;
    padding-top: 50px; }
    footer h3 {
      font-size: 25px;
      letter-spacing: 6px;
      line-height: 40px; }
    footer address {
      font-size: 32px;
      letter-spacing: 7px;
      line-height: 32px;
      padding-bottom: 85px; }
    footer .connect-container {
      margin-top: 60px;
      margin-bottom: 210px; }
    footer .wc-logo-img {
      padding-top: 40px;
      padding-bottom: 50px; }
      footer .wc-logo-img img {
        width: 900px; }
    footer .separator {
      height: 5px;
      width: 160px;
      margin-top: 50px;
      margin-bottom: 50px; }
    footer ul {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      height: 160px; }
    footer li {
      width: 120px;
      height: 120px;
      margin-right: 20px;
      margin-left: 20px; }
      footer li img {
        width: 120px;
        height: 120px; }
    footer .wc-info img {
      width: 80px;
      height: 110px; }
    footer .powered-by {
      padding-top: 40px;
      padding-bottom: 10px; }
      footer .powered-by a {
        font-size: 15px;
        font-weight: 500; }
      footer .powered-by img {
        width: 50px;
        height: 50px;
        margin-right: 25px; } }
/**** Tablet-sized screens ****/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #toc {
    overflow: scroll;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }

  .menu-mobile {
    height: 65px; }

  #nav-container {
    min-height: 0px;
    height: auto;
    position: absolute;
    background-color: #303030;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease; }
    #nav-container .icon-link-container {
      display: block;
      width: 100%;
      height: auto;
      min-height: 150px;
      padding-top: 30px;
      margin: 0px 0px 5px 0px;
      text-align: center;
      background-color: #3a3a3a; }
      #nav-container .icon-link-container a {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 1.9em;
        letter-spacing: 4px;
        color: #ffffff;
        text-decoration: none;
        text-align: center; }
      #nav-container .icon-link-container img {
        display: block;
        width: 25%;
        height: auto;
        margin: 0px auto;
        padding: 40px 0px 10px 0px; }
      #nav-container .icon-link-container ul {
        height: auto;
        margin: 0px auto; }
      #nav-container .icon-link-container li {
        overflow: visible;
        height: auto;
        width: 25%;
        max-width: 25%;
        margin: 0px auto;
        text-align: center;
        padding: 40px 0px; }
    #nav-container .mobile-nav-container {
      display: block;
      position: relative;
      overflow: scroll;
      width: 100%;
      height: auto;
      min-height: 90%;
      background-color: #3a3a3a;
      margin: 0px;
      padding: 40px 0px 900px 0px; }
    #nav-container .search-block {
      width: 80%;
      margin: 0px auto;
      padding: 0px;
      height: 120px;
      background-color: #4d4e4e; }
    #nav-container #nav-bottom-section {
      display: block;
      position: relative;
      height: auto;
      overflow: hidden;
      margin-top: 40px;
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    #nav-container .search-mode {
      background-color: white; }
    #nav-container .search-bar {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px; }
      #nav-container .search-bar input {
        height: 80px !important;
        position: absolute;
        margin: 0px auto !important;
        padding: 15px 30px !important;
        font-size: 55px; }
        #nav-container .search-bar input:focus {
          outline: none; }
      #nav-container .search-bar .search-icon {
        position: absolute;
        width: 40%;
        margin: 0px;
        padding: 20px 0px;
        vertical-align: middle;
        text-align: right;
        right: 20px; }
        #nav-container .search-bar .search-icon:hover {
          cursor: pointer; }
      #nav-container .search-bar img {
        width: 80px;
        height: auto; }
    #nav-container .mobile-button {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 40px auto; }
      #nav-container .mobile-button button {
        background-color: #ffbd5f;
        width: 100%;
        padding: 10px auto;
        font-size: 46px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: capitalize;
        border-color: #ffbd5f;
        border-radius: 2px; }
    #nav-container .menu-categories {
      display: block;
      position: relative;
      width: 80%;
      text-align: center;
      margin: 0px auto; }
    #nav-container .nav-arrow {
      display: inline;
      position: absolute;
      left: 0px;
      width: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #nav-container .nav-arrow svg {
        width: 40px; }
    #nav-container .rotate {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg); }
    #nav-container .nav-category {
      text-align: center;
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: height 0.3s ease;
      -moz-transition: height 0.3s ease;
      -ms-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      transition: height 0.3s ease; }
      #nav-container .nav-category ul {
        height: 125px;
        overflow: hidden;
        list-style-type: none;
        margin: 0px;
        border-bottom: 2px solid #c1c1c1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #nav-container .nav-category ul li {
          margin: 0px;
          padding: 0%;
          overflow: hidden;
          min-height: 0px;
          max-height: 164px;
          font-size: 45px;
          color: #ffffff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #nav-container .nav-category ul li:first-child {
            height: auto;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-size: 40px;
            text-align: center;
            color: #c1c1c1;
            margin: 0px;
            padding: 40px 0px;
            letter-spacing: 10px;
            text-transform: uppercase;
            overflow: hidden; }
            #nav-container .nav-category ul li:first-child:hover {
              cursor: pointer; }
      #nav-container .nav-category .mobile-nav-open {
        padding: 0px;
        overflow: scroll; }
        #nav-container .nav-category .mobile-nav-open li {
          padding: 2.0%; }
      #nav-container .nav-category a {
        color: #ffffff;
        text-decoration: none; }
      #nav-container .nav-category address {
        font-style: normal; }
    #nav-container #search-results-section {
      margin-top: 100px;
      margin-bottom: 100px;
      padding-bottom: 100px; }
      #nav-container #search-results-section h1 {
        font-size: 65px;
        line-height: 95px;
        padding-bottom: 0px; }
      #nav-container #search-results-section h2 {
        font-size: 35px;
        line-height: 50px;
        padding-bottom: 30px; }
      #nav-container #search-results-section h3 {
        font-size: 45px; }
      #nav-container #search-results-section h4 {
        font-family: "Lato", sans-serif;
        font-size: 35px;
        font-weight: 900;
        color: #303030; }
      #nav-container #search-results-section p {
        font-size: 25px;
        line-height: 50px;
        padding-bottom: 30px; }
      #nav-container #search-results-section ul {
        margin-bottom: 100px; }
      #nav-container #search-results-section .results-loading {
        height: 250px;
        padding-top: 10px;
        padding-bottom: 30px; }
      #nav-container #search-results-section .result-item {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 3px solid #dadada; }
      #nav-container #search-results-section .result-desc {
        height: 0px;
        display: none; }

  #mywc-login-btn {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #303030; }

  #mywc-login-form {
    width: 100%;
    height: 100%;
    top: 153px;
    right: 0px;
    border-radius: 0px;
    z-index: 50;
    text-align: left; }
    #mywc-login-form #mywc-hide-btn {
      text-align: right; }
      #mywc-login-form #mywc-hide-btn img {
        margin: 0px;
        padding: 0px;
        text-align: right;
        float: right; }
    #mywc-login-form #mywc-login-container .mywc-login .mywc-login-left {
      display: block;
      position: relative;
      width: 50%;
      margin: 0px auto;
      float: none;
      padding: 40px 0px; }
    #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right {
      display: block;
      position: relative;
      width: 100%;
      margin: 0px auto;
      float: none;
      text-align: center; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a {
        font-family: "Merriweather", serif;
        font-size: 13px;
        letter-spacing: 0px; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a:link {
        color: #a6a6a6; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a:visited {
        color: #a6a6a6; }
        #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a:visited:hover {
          text-decoration: underline; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a:hover {
        color: #a6a6a6;
        text-decoration: underline; }
      #mywc-login-form #mywc-login-container .mywc-login .mywc-login-right a:active {
        color: #a6a6a6; }

  .footer-spacer {
    position: absolute;
    display: none;
    height: 0px; }

  footer {
    width: 100%;
    height: 1100px;
    position: relative;
    padding-top: 50px; }
    footer h3 {
      font-size: 25px;
      letter-spacing: 6px;
      line-height: 40px; }
    footer address {
      font-size: 32px;
      letter-spacing: 7px;
      line-height: 32px;
      padding-bottom: 85px; }
    footer .connect-container {
      margin-top: 60px;
      margin-bottom: 210px; }
    footer .wc-logo-img {
      padding-top: 40px;
      padding-bottom: 50px; }
      footer .wc-logo-img img {
        width: 900px; }
    footer .separator {
      height: 5px;
      width: 160px;
      margin-top: 50px;
      margin-bottom: 50px; }
    footer ul {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      height: 160px; }
    footer li {
      width: 120px;
      height: 120px;
      margin-right: 20px;
      margin-left: 20px; }
      footer li img {
        width: 120px;
        height: 120px; }
    footer .wc-info img {
      width: 80px;
      height: 110px; }
    footer .powered-by {
      padding-top: 40px;
      padding-bottom: 10px; }
      footer .powered-by a {
        font-size: 15px;
        font-weight: 500; }
      footer .powered-by img {
        width: 50px;
        height: 50px;
        margin-right: 25px; } }
/****************
    Animations
*****************/
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -1.3em 0em 0em #ffbd5f, 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.5), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7); }
  11.25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.7), 0.9em -0.9em 0 0em #ffbd5f, 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.5), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7), 1.25em 0em 0 0em #ffbd5f, 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5), 1.25em 0em 0 0em rgba(255, 255, 255, 0.7), 0.88em 0.88em 0 0em #ffbd5f, 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.5), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.7), 0em 1.25em 0 0em #ffbd5f, -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  61.25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.5), 0em 1.25em 0 0em rgba(255, 255, 255, 0.7), -0.9em 0.9em 0 0em #ffbd5f, -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.5), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.7), -1.3em 0em 0 0em #ffbd5f, -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.5), -1.3em 0em 0 0em rgba(255, 255, 255, 0.7), -0.9em -0.9em 0 0em #ffbd5f; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -1.3em 0em 0em #ffbd5f, 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.5), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7); }
  11.25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.7), 0.9em -0.9em 0 0em #ffbd5f, 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.5), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.7), 1.25em 0em 0 0em #ffbd5f, 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.5), 1.25em 0em 0 0em rgba(255, 255, 255, 0.7), 0.88em 0.88em 0 0em #ffbd5f, 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.5), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.7), 0em 1.25em 0 0em #ffbd5f, -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.2), -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  61.25% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.5), 0em 1.25em 0 0em rgba(255, 255, 255, 0.7), -0.9em 0.9em 0 0em #ffbd5f, -1.3em 0em 0 0em rgba(255, 255, 255, 0.2), -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.5), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.7), -1.3em 0em 0 0em #ffbd5f, -0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -1.3em 0em 0em rgba(255, 255, 255, 0.2), 0.9em -0.9em 0 0em rgba(255, 255, 255, 0.2), 1.25em 0em 0 0em rgba(255, 255, 255, 0.2), 0.88em 0.88em 0 0em rgba(255, 255, 255, 0.2), 0em 1.25em 0 0em rgba(255, 255, 255, 0.2), -0.9em 0.9em 0 0em rgba(255, 255, 255, 0.5), -1.3em 0em 0 0em rgba(255, 255, 255, 0.7), -0.9em -0.9em 0 0em #ffbd5f; } }
/**************
    Mixins
***************/
/***********************************
    News Home Template Styles
***********************************/
main {
  background: #ffffff; }

#main-content-block {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #4a4a4a;
  position: relative;
  width: 100%;
  zoom: 1;
  z-index: 2; }

#contact-us-section {
  -webkit-transition: translateY 0.55s ease;
  -moz-transition: translateY 0.55s ease;
  -ms-transition: translateY 0.55s ease;
  -o-transition: translateY 0.55s ease;
  transition: translateY 0.55s ease; }

.reveal-down {
  -ms-transform: translateY(535px);
  /* IE 9 */
  -webkit-transform: translateY(535px);
  /* Chrome, Safari, Opera */
  transform: translateY(535px); }

a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #303030;
  padding-bottom: 3px;
  color: #303030; }

a:link {
  color: #303030; }

a:visited {
  color: #303030; }

a:hover {
  color: #303030; }

a:active {
  color: #303030; }

.dashed-border-top {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #d3d3d3 0%, #d3d3d3 64.70588%, rgba(0, 0, 0, 0) 64.70588%);
  background-position: 0 top;
  background-size: 17px 1px;
  background-repeat: repeat-x; }

.dashed-border-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to right, #d3d3d3 0%, #d3d3d3 64.70588%, rgba(0, 0, 0, 0) 64.70588%);
  background-position: 0 bottom;
  background-size: 17px 1px;
  background-repeat: repeat-x; }

.dashed-border-left {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to top, #d3d3d3 0%, #d3d3d3 64.70588%, rgba(0, 0, 0, 0) 64.70588%);
  background-position: left bottom;
  background-size: 1px 17px;
  background-repeat: repeat-y; }

.dashed-border-right {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to top, #d3d3d3 0%, #d3d3d3 64.70588%, rgba(0, 0, 0, 0) 64.70588%);
  background-position: right bottom;
  background-size: 1px 17px;
  background-repeat: repeat-y; }

.buffer-top {
  display: inline;
  position: fixed;
  width: 100%;
  height: 85px;
  background-color: #303030;
  z-index: 5; }

section {
  display: block;
  background: #ffffff; }
  section button {
    display: block;
    position: relative;
    bottom: 0px;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #303030;
    padding: 8px 15px;
    border: 1px solid #303030;
    border-radius: 1px;
    background-color: transparent;
    margin-top: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section button:hover {
      background-color: #ffbd5f;
      border-color: #ffbd5f; }

#news-header-bar {
  display: inline-table;
  position: fixed;
  width: 100%;
  height: 53px;
  margin-top: 65px;
  background-color: transparent;
  z-index: 5;
  top: 0px;
  border-top-color: #2b2b2b;
  border-top-style: solid;
  border-top-width: 3px;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease; }
  #news-header-bar #news-header-bar-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #303030; }
  #news-header-bar .news-header-bar-items {
    display: inline-block;
    height: 100%;
    width: 40%;
    padding-left: 30px; }
  #news-header-bar .left-items {
    float: left; }
  #news-header-bar .news-header-icon {
    display: inline-table;
    position: absolute;
    height: 30px;
    margin: 0px 0px 0px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #news-header-bar .news-header-text {
    display: inline-table;
    position: absolute;
    height: 30px;
    margin: 0px 0px 0px 10px;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #news-header-bar h2 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    display: inline-table;
    margin: 0px;
    padding: 0px; }
  #news-header-bar img {
    width: 30px;
    height: 30px;
    vertical-align: middle; }
  #news-header-bar #newsletter-signup-text {
    display: inline;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  #news-header-bar .newsletter-signup-menu {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 55%;
    text-align: right;
    right: 30px; }
    #news-header-bar .newsletter-signup-menu #newsletter-signup-button {
      background-color: transparent;
      font-family: "Lato", sans-serif;
      font-size: 17px;
      font-weight: 900;
      right: 0px;
      color: #ffffff; }
      #news-header-bar .newsletter-signup-menu #newsletter-signup-button:hover {
        cursor: pointer; }
      #news-header-bar .newsletter-signup-menu #newsletter-signup-button img {
        width: 18px;
        height: 18px;
        margin-left: 10px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      #news-header-bar .newsletter-signup-menu #newsletter-signup-button .rotate {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg); }

.header-hide {
  -webkit-transform: translateY(-55px);
  -moz-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  -o-transform: translateY(-55px);
  transform: translateY(-55px); }

.article-loading {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center; }
  .article-loading #loader-circle {
    display: block;
    position: relative;
    padding-bottom: 30px;
    opacity: 0.0;
    -webkit-transition: opacity 0.50s ease;
    -moz-transition: opacity 0.50s ease;
    -ms-transition: opacity 0.50s ease;
    -o-transition: opacity 0.50s ease;
    transition: opacity 0.50s ease; }

#featured-articles-section {
  display: block;
  position: relative;
  width: 100%;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  background-color: #ffffff; }
  #featured-articles-section .featured-article {
    display: block;
    position: relative;
    text-align: center;
    width: 85%;
    max-width: 1380px;
    height: 295px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background 0.50s ease;
    -moz-transition: background 0.50s ease;
    -ms-transition: background 0.50s ease;
    -o-transition: background 0.50s ease;
    transition: background 0.50s ease; }
    #featured-articles-section .featured-article .article-image {
      display: block;
      position: relative;
      text-align: left;
      float: left;
      width: 30%;
      max-width: 440px;
      height: 100%; }
      #featured-articles-section .featured-article .article-image .article-featured-image {
        display: block;
        position: relative;
        width: 400px;
        height: 250px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        vertical-align: middle;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow-x: hidden; }
      #featured-articles-section .featured-article .article-image .featured-star {
        top: 20px;
        left: 20px;
        position: absolute;
        width: 54px;
        height: 54px;
        background-color: #ffffff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: background 0.50s ease;
        -moz-transition: background 0.50s ease;
        -ms-transition: background 0.50s ease;
        -o-transition: background 0.50s ease;
        transition: background 0.50s ease; }
        #featured-articles-section .featured-article .article-image .featured-star img {
          width: 30px;
          padding: 0px;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          vertical-align: middle; }
    #featured-articles-section .featured-article .article-preview {
      display: block;
      position: absolute;
      width: 55%;
      max-width: 650px;
      height: 295px;
      text-align: left;
      float: right;
      left: 450px; }
      @media screen and (max-width: 1175px) {
        #featured-articles-section .featured-article .article-preview {
          width: 44%; } }
      #featured-articles-section .featured-article .article-preview .center-vertical {
        position: absolute; }
      #featured-articles-section .featured-article .article-preview h1 {
        font-family: "Lato", sans-serif;
        font-size: 30px;
        font-weight: 900;
        color: #303030;
        line-height: normal;
        margin-bottom: 10px; }
      #featured-articles-section .featured-article .article-preview p {
        font-family: "Merriweather", serif;
        font-size: 16px;
        font-weight: 300;
        color: #252c30;
        line-height: 30px; }
    @media screen and (max-width: 950px) {
      #featured-articles-section .featured-article {
        height: auto;
        margin-top: 0px;
        text-align: center; }
        #featured-articles-section .featured-article .article-image {
          float: none;
          display: block;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          width: 90%;
          height: 295px;
          padding-left: 0px;
          padding-right: 0px; }
        #featured-articles-section .featured-article .article-featured-image {
          margin-left: 2%;
          margin-right: 2%; }
        #featured-articles-section .featured-article .article-preview {
          display: block;
          float: none;
          position: relative;
          width: 90%;
          height: 200px;
          padding-top: 25px;
          padding-bottom: 25px;
          padding-left: 0px;
          padding-right: 0px;
          margin-left: 5%;
          margin-right: 5%;
          text-align: center;
          left: auto;
          overflow: visible; }
        #featured-articles-section .featured-article button {
          text-align: center;
          margin-left: auto;
          margin-right: auto; } }
    #featured-articles-section .featured-article:hover {
      cursor: pointer;
      background-color: #f1f1f1; }
      #featured-articles-section .featured-article:hover .featured-star {
        background-color: #f1f1f1; }

#article-list-section {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  background-color: #ffffff; }
  #article-list-section .article-list-container {
    display: block;
    position: relative;
    width: 85%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background 0.50s ease;
    -moz-transition: background 0.50s ease;
    -ms-transition: background 0.50s ease;
    -o-transition: background 0.50s ease;
    transition: background 0.50s ease; }
    #article-list-section .article-list-container ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      list-style: none;
      width: 100%;
      height: 100%;
      text-align: center; }
    #article-list-section .article-list-container li {
      flex-basis: auto;
      flex: 0 1 auto;
      list-style: none;
      width: 31%;
      max-width: 100%;
      min-height: 350px;
      margin: 0px 0px 30px 0px;
      display: inline-table;
      position: relative;
      text-align: center;
      -webkit-transition: background 0.50s ease;
      -moz-transition: background 0.50s ease;
      -ms-transition: background 0.50s ease;
      -o-transition: background 0.50s ease;
      transition: background 0.50s ease; }
      #article-list-section .article-list-container li li:last-child {
        margin-right: 0px; }
      #article-list-section .article-list-container li:hover {
        cursor: pointer;
        background-color: #f1f1f1; }
        #article-list-section .article-list-container li:hover .article-date {
          background-color: #f1f1f1; }
        #article-list-section .article-list-container li:hover .article-card-image {
          opacity: 0.5; }
      @media screen and (max-width: 1240px) {
        #article-list-section .article-list-container li {
          width: 48%; } }
      @media screen and (max-width: 895px) {
        #article-list-section .article-list-container li {
          width: 100%; } }
    #article-list-section .article-list-container .article-card {
      display: block;
      text-align: left;
      height: auto;
      width: 92%;
      min-height: 343px;
      margin: 15px;
      overflow: hidden; }
      #article-list-section .article-list-container .article-card h2 {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-size: 22px; }
      #article-list-section .article-list-container .article-card h3 {
        font-family: "Lato", sans-serif;
        font-weight: 800;
        font-size: 9px;
        letter-spacing: 3px;
        color: #a6a6a6; }
      #article-list-section .article-list-container .article-card p {
        font-family: "Merriweather", serif;
        font-size: 13px;
        font-weight: 300;
        text-align: left;
        line-height: 25px; }
      #article-list-section .article-list-container .article-card .article-card-image-container {
        width: 100%; }
      #article-list-section .article-list-container .article-card .article-card-image {
        margin: 0px;
        padding: 0px;
        height: 145px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow-x: hidden;
        -webkit-transition: opacity 0.50s ease;
        -moz-transition: opacity 0.50s ease;
        -ms-transition: opacity 0.50s ease;
        -o-transition: opacity 0.50s ease;
        transition: opacity 0.50s ease; }
      #article-list-section .article-list-container .article-card .article-date {
        position: absolute;
        width: auto;
        min-width: 30px;
        background-color: #ffffff;
        top: 15px;
        left: 15px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase;
        -webkit-transition: background 0.50s ease;
        -moz-transition: background 0.50s ease;
        -ms-transition: background 0.50s ease;
        -o-transition: background 0.50s ease;
        transition: background 0.50s ease; }
      #article-list-section .article-list-container .article-card .article-title {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 5px; }
      #article-list-section .article-list-container .article-card .article-preview {
        width: 100%;
        margin-bottom: 0px; }
      #article-list-section .article-list-container .article-card .read-more {
        text-align: left;
        position: absolute;
        bottom: 15px; }

#newsletter-signup-section {
  display: block;
  position: fixed;
  top: 120px;
  background-color: #e5e5e5;
  width: 100%;
  height: 420px;
  padding: 50px 0px;
  z-index: 1; }

.newsletter-signup {
  display: block;
  position: relative;
  width: 80%;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #e5e5e5; }
  .newsletter-signup h1 {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #303030; }
  .newsletter-signup h3 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #303030; }
  .newsletter-signup .form-container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 320px;
    color: #BCBCBC; }
    .newsletter-signup .form-container .confirm-message {
      display: block;
      position: relative;
      padding-top: 75px; }
      .newsletter-signup .form-container .confirm-message h2 {
        font-family: "Merriweather", serif;
        font-weight: 200;
        font-size: 33px;
        font-style: italic;
        line-height: 60px;
        color: #adadad; }
    .newsletter-signup .form-container .left-content {
      display: inline-table;
      position: relative;
      width: 38%;
      max-width: 300px;
      text-align: left;
      float: left; }
      .newsletter-signup .form-container .left-content svg {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto; }
    .newsletter-signup .form-container .right-content {
      display: inline-table;
      position: relative;
      width: 60%;
      text-align: left;
      float: right; }
      .newsletter-signup .form-container .right-content .field {
        padding-bottom: 10px; }
      .newsletter-signup .form-container .right-content label {
        display: block;
        width: 100%;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        font-weight: 300;
        color: #303030; }
      .newsletter-signup .form-container .right-content input {
        display: block;
        position: relative;
        width: 95%;
        height: 35px;
        padding: 5px 5px 5px 5px;
        font-family: "Lato", sans-serif;
        font-size: 30px;
        font-weight: 300;
        color: #303030;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .newsletter-signup .form-container .invalid {
      border: 1px solid red; }
    .newsletter-signup .form-container button {
      background-color: transparent;
      color: #303030;
      border-color: #303030; }
      .newsletter-signup .form-container button:hover {
        color: #ffffff;
        background-color: #ffbd5f;
        border-color: #ffbd5f; }
  .newsletter-signup #newsletter-signup-form {
    padding-top: 40px; }
  .newsletter-signup .subscribing-panel {
    padding-top: 40px; }

/*** iPhone 5 & 6 Screens ***/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px), only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #news-header-bar {
    display: none;
    height: 0px;
    visibility: hidden; }

  #newsletter-signup-section {
    display: none;
    height: 0px;
    visibility: hidden; }

  .dashed-border-top {
    background-image: linear-gradient(to right, #d3d3d3 0%, #d3d3d3 78.57143%, rgba(0, 0, 0, 0) 78.57143%);
    background-position: 0 top;
    background-size: 56px 4px;
    background-repeat: repeat-x; }

  .dashed-border-bottom {
    background-image: linear-gradient(to right, #d3d3d3 0%, #d3d3d3 78.57143%, rgba(0, 0, 0, 0) 78.57143%);
    background-position: 0 bottom;
    background-size: 56px 4px;
    background-repeat: repeat-x; }

  .dashed-border-left {
    background-image: linear-gradient(to top, #d3d3d3 0%, #d3d3d3 78.57143%, rgba(0, 0, 0, 0) 78.57143%);
    background-position: left bottom;
    background-size: 4px 56px;
    background-repeat: repeat-y; }

  .dashed-border-right {
    background-image: linear-gradient(to top, #d3d3d3 0%, #d3d3d3 78.57143%, rgba(0, 0, 0, 0) 78.57143%);
    background-position: right bottom;
    background-size: 4px 56px;
    background-repeat: repeat-y; }

  section {
    width: 100%;
    max-width: 100%; }

  #featured-articles-section {
    padding-top: 220px;
    padding-bottom: 50px; }
    #featured-articles-section .featured-article {
      width: 95%;
      max-width: 95%;
      margin: 20px auto;
      height: auto;
      padding: 30px 0px; }
      #featured-articles-section .featured-article .center-vertical {
        top: 0%;
        position: relative;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }
      #featured-articles-section .featured-article .article-image {
        float: none;
        width: 95%;
        max-width: 95%;
        height: auto;
        margin: 30px auto; }
        #featured-articles-section .featured-article .article-image .article-featured-image {
          width: 95%;
          height: auto;
          min-height: 545px;
          padding: 0px;
          margin: 0px auto; }
        #featured-articles-section .featured-article .article-image .featured-star {
          top: -1px;
          left: 10px;
          width: 120px;
          height: 100px; }
          #featured-articles-section .featured-article .article-image .featured-star img {
            width: 100px;
            padding: 0px; }
      #featured-articles-section .featured-article .article-preview {
        position: relative;
        width: 90%;
        max-width: 90%;
        height: auto;
        float: none;
        left: 0px;
        margin: 0px auto;
        padding: 0px 0px 20px 0px; }
        #featured-articles-section .featured-article .article-preview button {
          position: relative;
          margin: 80px auto;
          font-size: 40px;
          padding: 40px 75px;
          border-radius: 10px;
          border-width: 4px; }
        #featured-articles-section .featured-article .article-preview .center-vertical {
          position: relative; }
        #featured-articles-section .featured-article .article-preview h1 {
          font-size: 80px;
          line-height: 100px;
          padding: 50px 0px;
          text-align: center; }
        #featured-articles-section .featured-article .article-preview p {
          font-size: 55px;
          line-height: 100px; }

  #article-list-section .article-list-container {
    width: 95%;
    max-width: 95%;
    margin: 20px auto;
    height: auto;
    padding: 30px 0px; }
    #article-list-section .article-list-container button {
      position: relative;
      margin: 80px auto;
      font-size: 40px;
      padding: 40px 75px;
      border-radius: 10px;
      border-width: 4px; }
    #article-list-section .article-list-container ul {
      list-style: none;
      width: 100%;
      height: 100%;
      text-align: center; }
    #article-list-section .article-list-container li {
      list-style: none;
      width: 100%;
      max-width: 100%;
      min-height: 350px;
      margin: 110px auto;
      display: block;
      position: relative; }
    #article-list-section .article-list-container .article-card {
      display: block;
      text-align: left;
      height: auto;
      width: 95%;
      min-height: 343px;
      margin: 15px auto; }
      #article-list-section .article-list-container .article-card h2 {
        font-size: 65px; }
      #article-list-section .article-list-container .article-card h3 {
        font-size: 40px; }
      #article-list-section .article-list-container .article-card p {
        font-size: 55px;
        line-height: 100px; }
      #article-list-section .article-list-container .article-card .article-card-image {
        margin: 30px auto;
        padding: 0px;
        height: auto;
        min-height: 545px;
        width: 95%; }
      #article-list-section .article-list-container .article-card .article-date {
        min-width: 60px;
        background-color: #ffffff;
        top: 44px;
        left: 50px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
      #article-list-section .article-list-container .article-card .article-title {
        width: 95%;
        margin-top: 50px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto; }
      #article-list-section .article-list-container .article-card .article-preview {
        margin: 40px auto;
        width: 95%; }
      #article-list-section .article-list-container .article-card .read-more {
        text-align: center;
        position: relative;
        bottom: 15px; } }
