/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    margin: 0;
    color: #2e2e2e;
    font: 12px/1.584 Arial, Helvetica, sans-serif;
    background: #f7f7f7;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: #FF6600;
}
a:hover {
  text-decoration: underline;
  color: #FF6600;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
h1 {
  font-size: 44px; }

h2 {
  font-size: 37px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }
img {
  max-width: 100%;
}
.top-bar .add-links{
  display: inline-block;
}
.top-bar .add-links ul {
  list-style-type: none;
  margin: 0;
}
.header-block {
  margin: 11px 0;
  color: #29292b;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
}
.header-block .phone {
  font-weight: bold;
  margin-left: 15px;
}
.header-block a {
  color: #29292b;
}
.header-holder {
  background: #fdfdfd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fdfdfd 0%, #fcfcfc 46%, #fbfbfb 56%, #f9f9f9 57%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(46%,#fcfcfc), color-stop(56%,#fbfbfb), color-stop(57%,#f9f9f9), color-stop(100%,#f9f9f9));
  background: -webkit-linear-gradient(top, #fdfdfd 0%,#fcfcfc 46%,#fbfbfb 56%,#f9f9f9 57%,#f9f9f9 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%,#fcfcfc 46%,#fbfbfb 56%,#f9f9f9 57%,#f9f9f9 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%,#fcfcfc 46%,#fbfbfb 56%,#f9f9f9 57%,#f9f9f9 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%,#fcfcfc 46%,#fbfbfb 56%,#f9f9f9 57%,#f9f9f9 100%);
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  padding: 22px 0 0;
  position: relative;
  z-index: 6;
}
.header-holder .navbar,.navbar-brand {
  padding: 0;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
.search-form {
  float: left;
  border: 1px solid #ededed;
  background: #f7f7f7;
  margin: 0 33px 0 0;
  padding: 0;
}
input, textarea, select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
}
.search-form input[type=search] {
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 12px 6px;
  color: #cbcbcb;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input[type=submit] {
  float: right;
  -webkit-appearance: none;
  background: url(../img/sprite.png) no-repeat -124px 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.search-form .holder {
  overflow: hidden;
}
.menu {
  margin: 10px 0 0;
}
#nav {
  margin: 0 auto;
  max-width: 980px;
  font: 500 14px/17px 'Roboto', Arial, Helvetica, sans-serif;
}
#nav li > a {
  color: #272729;
  opacity: 0.8;
  padding: 16px 45px 18px;
  text-align: center;
}
#nav li > a:hover,
#nav li:hover > a {
  color: #fbfbfb;
  background: #272729;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 25px 2px rgb(0 0 0 / 25%);
  box-shadow: 0 0 25px 2px rgb(0 0 0 / 25%);
}
#nav .navbar-nav > li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 25px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  top: 50%;
  margin-top: -13px;
}
.text-block {
    padding: 88px 0 10px;
}
.slick-slide  .text-block img{
  max-width: 90px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.one-column .breadcrumbs {
  margin-top: 3rem;
}
.intro-box {
background: #f6f6f6 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: -o-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%);
background: linear-gradient(to bottom,  #f6f6f6 0%,#e3e3e3 100%);
color: #3e3e3e;
font: 300 18px/25px 'Roboto', Arial, Helvetica, sans-serif;
}
.intro-box h1 {
  font: 300 64px/1em 'Roboto', Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 16px -4px;
}
.intro-box h2 {
  font: 300 31px/39px 'Roboto', Arial, Helvetica, sans-serif;
  color: #FF6600;
  margin: 0 0 13px;
}
.intro-box p {
    margin: 0 0 40px;
}
.btn-primary {
border: none;
background: #FF6600;
color: #fff;
text-align: center;
font: 500 14px/18px 'Roboto', Arial, Helvetica, sans-serif;
padding: 10px;
display: inline-block;
vertical-align: top;
overflow: visible;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
min-width: 150px;
}
.intro-box .note {
  display: block;
  color: #FF6600;
  font: 11px/15px Arial, Helvetica, sans-serif;
  margin: 0 0 0 -3px;
}
.intro-box .btn {
  margin: 0 0 31px;
}
.intro-box .btn:hover,
.productSubmitInput:hover {
  background-color: #3e3e3e;
}
.section {
  padding: 0 0 27px;
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top, #fff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top, #fff 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0%,#f7f7f7 100%);
}
.section .heading {
  background: #f7f7f7;
  padding: 8px 0 0;
  -webkit-box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 5%);
  box-shadow: inset 0 -2px 2px 0 rgb(0 0 0 / 5%);
  color: #29292b;
  font-size: 12px;
  line-height: 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FF6600;
    font: 500 15px/19px 'Roboto', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 17px;
    min-width: 158px;
}
#nav ul ul {
  font: 12px/16px Arial, Helvetica, sans-serif;
  background: #272729;
  opacity: 0.8;
  -webkit-box-shadow: 0 15px 25px 2px rgb(0 0 0 / 25%);
  box-shadow: 0 15px 25px 2px rgb(0 0 0 / 25%);
  padding: 14px 0 5px;
  margin: 0;
  border-radius: 0;
  min-width: 12rem;
}
#nav ul ul a {
  color: #fff;
  padding: 8px 5px 8px 30px;
  text-align: left;
}
#nav li > a:hover, #nav li:hover > a, #nav li.hover > a {
  color: #fbfbfb;
  background: #272729;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 25px 2px rgb(0 0 0 / 25%);
  box-shadow: 0 0 25px 2px rgb(0 0 0 / 25%);
  text-decoration: none;
}
#nav ul ul a:hover, #nav ul ul li:hover > a, #nav ul ul li.hover > a {
  font-weight: bold;
  color: #e38f1b;
  text-decoration: none;
}
.product-name {
  color: #2e2e2e;
  font: 500 17px/19px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0 0 9px;
}
.product-image {
  display: block;
}
.product-image img{
  vertical-align: middle;
  height: auto;
  width: 100%;
}
.product-name a {
  color: #2e2e2e;
}
.productItem {
  padding: 15px 22px 30px;
  border-bottom: 1px solid #eee;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1.334;
  position: relative;
  text-align: left;
  margin-bottom: 2rem;
}
.productItem:hover, .productItemLast:hover, #account .product-wish:hover {
  background: #f6f6f6;
  border-color: #f6f6f6;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
footer {
  -webkit-box-shadow: inset 0 5px 5px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 5px 5px 0 rgb(0 0 0 / 15%);
  padding: 37px 0 17px;
  color: #9c9c9c;
  font-size: 11px;
  line-height: 13px;
}
#footer h3 {
  color: #2e2e2e;
  font: bold 14px/17px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
}
.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-box ul li {
  margin: 0 0 11px;
}
.footer-box ul a {
  color: #808080;
}
#footer .block-frame h3 {
  margin: 0 0 16px;
}
.subscribe-form input[type=email],
.subscribe-form input[type=text] {
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c5c5c5;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 12px;
  height: 37px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 9px;
}
.btn, .productSubmitInput {
  border: none;
  background: #FF6600;
  color: #fff;
  text-align: center;
  font: 500 14px/18px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 150px;
}

.subscribe-form .btn {
  float: left;
  width: 134px;
  padding: 0 10px 2px;
  height: 38px;
  line-height: 38px;
  background: #272728;
  margin: 0 24px 0 0;
  min-width: 10px;
}
.subscribe-form .btn:hover {
  color: #FF6600;
}
.subscribe-form .note {
  display: block;
  overflow: hidden;
  color: #c5c5c5;
  font-size: 10px;
  line-height: 12px;
  padding: 1px 0;
  min-height: 36px;
  white-space: nowrap;
}
.subscribe-form .note span, .subscribe-form .note var {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.footer-box .social-networks a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 13px;
  padding: 8px 0 9px 39px;
}
.block-frame .social-networks .facebook, .block-frame .social-networks .twitter, .block-frame .social-networks .rss, .footer-box .social-networks .facebook:after, .footer-box .social-networks .twitter:after, .footer-box .social-networks .rss:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 29px;
  background: url(../img/sprite.png) no-repeat -31px 0;
  text-indent: -9999px;
  overflow: hidden;
}
.block-frame .social-networks .twitter, .footer-box .social-networks .twitter:after {
  height: 30px;
  background-position: -62px 0;
}
.block-frame .social-networks .rss, .footer-box .social-networks .rss:after {
  background-position: -93px 0;
}
.footer-block {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
}
.footer .copy {
  float: left;
  max-width: 49%;
  margin: 0 0 0 1%;
}
.footer .add-links {
  float: right;
  max-width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .add-links li {
  display: inline;
  padding: 0 8px 0 12px;
  position: relative;
}
.footer .add-links li:first-child {
  padding-left: 0;
}
.footer .add-links a {
  color: #f08d00;
}
.footer .add-links li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #dfdfdf;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.inner .aside li {
  font-size: 12px;
  list-style-image: url(../img/bullet4.png);
}
.search-form .form-control {
  border:none;
  font-size: 12px;
}
/* ==========================================================================
   Inner
   ========================================================================== */
.inner {
  padding-top: 59px;
  margin-bottom: 37px;
}
.inner .aside {
  font: 500 15px/17px 'Roboto', Arial, Helvetica, sans-serif;
}
.inner .aside h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 15px;
}
.inner .breadcrumbs {
  margin: 0 0 11px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}
.product-list {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin: 38px 0;
}

.newspaper {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  padding: 10px;
}
.inner .newspaper {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.page-link {
  color:#f08d00;
}
.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.my-gallery figcaption {
  display: none;
}
/* ==========================================================================
   Blog
   ========================================================================== */
.filter-box {
  font: 500 13px/15px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2e2e2e;
}
.filter-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
  list-style: none;
  margin: 0 0 9px;
}
.blog-post h2.post-title {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 0;
  padding: 0 0 3px 0;
}
.blog-post .post-body {
  margin: 0 0 36px;
}
/* ==========================================================================
   Product
   ========================================================================== */
   .product-detail .share {
    padding: 16px 0 10px;
}
.product-detail .share .title {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  font: 500 14px/16px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 6px 5px 0 0;
  min-width: 133px;
}
.product-detail ul {
  padding: 0;
  margin: 0 0 13px 20px;
  list-style: disc;
}
.product-detail .share ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 16px 0 0;
  list-style: none;
}
.product-detail .share li {
  padding: 0;
  float: left;
  margin: 0 8px 0 0;
}
.accordion-button:not(.collapsed) {
  color: #f08d00;
  background-color: #eee;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(0,0,0,.125);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(240 141 0 / 25%);
}
.blog .card {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.tags .badge {
  margin-left: 1rem;
  font-size: 0.75rem;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (max-width: 991px) {
  .menu {
    padding-bottom: 10px;
  }
  #nav li > a {
    text-align: left;
    color: #fff;
    padding: 16px 30px;
  }
  #nav li > a:hover, #nav li:hover > a {
    color: #FF6600;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #nav ul {
    background: #272729;
    margin-top: 1rem;
  }
  #nav ul ul {
    padding:5px 0;
  }
  .section .heading {
    padding: 50px 0 0;
  }
  .cta {
    position: relative;
    top:-3rem;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .newspaper {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .inner .newspaper {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }

/* XX-Large devices (larger desktops)
No media query since the xxl breakpoint has no upper bound on its width */