/* Shamokin Carbons Styles 
 * Shamokin Carbons 1.0
 */
/* Bootstrap Overrides */
/* Mixins */
/* Helper Mixins */
/* classes to remove padding from columns */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin-top: 0 !important;
  overflow-x: hidden;
}

body,
html {
  max-width: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  background: #fff;
  margin: 0;
  font-family: "noto_sansregular";
  font-size: 1.6rem;
  line-height: 1.55;
  color: #606060;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
  margin: 0 auto;
}
.container.sm {
  max-width: 800px;
}
.container.md {
  max-width: 1000px;
}
.container.lg {
  max-width: 1400px;
}
.container .wp-block-columns {
  margin: 0 -15px;
}
.container .row {
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}
.container .row [class^=col-] {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.page_content_wrap {
  background: #EDEDED;
  position: relative;
  z-index: 1;
}

.full-height {
  height: 100vh;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

b,
strong {
  font-weight: 700;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #008CBE;
  transition: 0.3s ease-in-out;
}

a:focus,
a:hover {
  color: #BFBFBF;
}

.paragraph,
p {
  line-height: 1.55;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5rem;
}

ul, ol {
  padding: 0;
  margin-bottom: 20px;
  list-style-position: inside;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-links {
  position: absolute;
  top: 0;
  left: 0;
}
.skip-links a {
  opacity: 0;
  visibility: hidden;
}
.skip-links a:focus {
  opacity: 1;
  visibility: visible;
}

p#breadcrumbs {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  p#breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  p#breadcrumbs {
    font-size: 1.8rem;
  }
}
p#breadcrumbs a {
  color: #606060;
  text-decoration: none;
}
p#breadcrumbs a:hover {
  color: #008CBE;
}

/* Pre Loader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

#ploader {
  position: relative;
  padding: 40px 0 80px;
}
#ploader .plcontent {
  text-align: center;
  font-family: "source_sans_prosemibold";
  color: #008CBE;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
}

.stage {
  position: absolute;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  /* width: 100px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stage .dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  box-shadow: 9999px 0 0 0 #008CBE;
  -webkit-animation: dotFalling 1s infinite linear;
          animation: dotFalling 1s infinite linear;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.stage .dot-falling:after, .stage .dot-falling:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.stage .dot-falling:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  -webkit-animation: dotFallingBefore 1s infinite linear;
          animation: dotFallingBefore 1s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.stage .dot-falling:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  -webkit-animation: dotFallingAfter 1s infinite linear;
          animation: dotFallingAfter 1s infinite linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@-webkit-keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@-webkit-keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #008CBE;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.dot-flashing:after, .dot-flashing:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dot-flashing:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #008CBE;
  color: #008CBE;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #008CBE;
  }
  100%, 50% {
    background-color: #ebe6ff;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #008CBE;
  }
  100%, 50% {
    background-color: #ebe6ff;
  }
}

/*# sourceMappingURL=shamokincarbons.css.map*/