/* Global */

html, body {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  color: #353F5B;
  font-weight: 400;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


/* Typography */

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .75em;
  font-weight: 300;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
/*  font-weight: 700;*/
}
h6 {
  font-size: 1em;
  font-weight: 600;
}
p {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.5em;
}


/* Utilities */

hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
/*    margin: 2em 0;*/
}


/* Icons */

.icon {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #eeeeee;
  background-image: url('../images/icons/');
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
}
.icon.outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
.icon.inline {
  position: relative;
}
.icon.sm {
  width: 60px;
  height: 60px;
}
.icon.t{top: -40px;}
.icon.sm.t {top: -30px;}
.icon.l {
  top: auto;
  left: -40px;
  right: auto;
}
.icon.sm.l {
  left: -30px;
}

.material-icons {vertical-align: text-top;}
.material-icons.md-18 { font-size: 18px; height: 18px;}
.material-icons.md-24 { font-size: 24px; height: 24px;}
.material-icons.md-36 { font-size: 36px; height: 36px;}
.material-icons.md-48 { font-size: 48px; height: 48px;}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.inline {
  margin-right: 5px;
}

.icon .material-icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* Social Media Icons */
#networks {padding-top: 40px;}
.network {
  height: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.network.twitter {background-image: url('../images/site/network-twitter.png');}
.network.linkedin {background-image: url('../images/site/network-linkedin.png');}


/* Navigation */

nav {}

nav#nav-main {
  z-index: 10;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

nav#nav-main ul li {
  margin-bottom: 10px;
}
nav#nav-main a#qualifier-tool {
  padding-left: 10px;
}

#nav-secondary {padding: 0;}

#logo {
  height: 60px;
  width: 100%;
  background-color: white;
  background-image: url('../images/site/logo.jpg');
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
}

/*
#logo {
  position: absolute;
  top: 0;
  height: 100px;
  width: 240px;
  background-size: 75%;
  background-position: center;
  z-index: 2;
}
#logo.chisel-logo:after {
  content: "";
  position: absolute;
  background-color: inherit;
  background-size: cover;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
*/

.breadcrumb {
  margin-bottom: 2em;
}
.breadcrumb .breadcrumb-item:visited{
  color: #a5a5a5;
}


/* Backgrounds */

.bg-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.bg-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-img.bg-img-dark {background-blend-mode: multiply;}
.bg-img.bg-img-light:after {background-color: rgba(255,255,255,0.9);}

.bg-texture {
  background-image: url('../images/textures/congruent_pentagon.png');
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.bg-img.printer {background-image: url('../images/photos/home-main.jpg');}
.bg-img.assembly-1 {background-image: url('../images/photos/about-main.jpg');}
.bg-img.assembly-2 {background-image: url('../images/photos/Home_Process_Manufacture_Tech-in-Production.jpg');}
.bg-img.ceiling-lights {background-image: url('../images/photos/Background_Overhead-Lighting.jpg');}
.bg-img.display-example-1 {background-image: url('../images/photos/applications.jpg');}
.bg-img.display-example-2 {background-image: url('../images/photos/Applications_Keyboard-Hand.jpg');}
.bg-img.markets-1 {background-image: url('../images/photos/Markets.jpg');}
.bg-img.markets-2 {background-image: url('../images/photos/contact-home.jpg');}
.bg-img.light-panel {background-image: url('../images/photos/Background_Light-Panel.jpg');}
.bg-img.light-guide {background-image: url('../images/photos/resources-main.jpg');}
.bg-img.light-trails {background-image: url('../images/photos/process-main.jpg');}


/* Footer */

footer {
  position: relative;
  background-color: #353842;
  font-size: 0.85em;
}
footer ul li {color: rgba(255,255,255,0.75);}

footer #footer-sub {
  padding: 1em 0;
  background-color: rgba(0,0,0,0.25);
}


/* Layout Elements */

section {
  position: relative;
/*  padding: 4em 1em;*/
}
section.zebra {background-color: #eeeeee;}
section.color {background-color: #bae0e2;}
.gradient {background-image: linear-gradient(45deg, rgba(255,255,255,0.0), rgba(255,255,255,.5));}

section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6,
section.dark p {
  color: white;
}


/* Frames */
.frame {
  position: relative;
  border-width: 2px;
  border-color: white;
  border-radius: 30px;
}
.frame.frame-dashed {
  border-style: dashed;
}
.frame.gradient-border {
  border-image-source: linear-gradient(white, #ffaa3b);
  border-image-slice: 20;
}

/* Light Lines */
.light-line {
  position: relative;
}
.light-line:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left-width: 2px;
  border-left-style: dashed;
  border-left-color: white;
}
.light-line.border-orange:before {border-color: #ffaa3b;}

/* Home - Process Feature Styles */
#process .icon {
  height: 60px;
  width: 60px;
  margin: inherit;
}
#process .icon .material-icons {
  font-size: 30px;
  height: 30px;
}
#process .light-line {
  height: 100%;
  position: absolute;
  top: 0;
  padding: 0 1.5em;
}
#process .light-line:before{
  border-color: #353F5B;
  border-color: rgba(0,0,0,0.2);
}

/* About - Timeline Feature Styles */
#timeline {
  position: relative;
}
#timeline .light-line, 
#qualifier-tool-form .light-line {
  position: absolute;
  top: 0;
  bottom :0;
  left: 0;
  right: 0;
  height: 100%;
}
#timeline .milestone {
  color: #353F5B;
  background-color: white;
  padding: 20px 20px 0 20px;
}

/* Qualifier Tool */

#qualifier-tool-form .list-group-item {
  background-color: #eeeeee;
  text-align:left;
}


/* Additional Spacing Modifiers */
.m-n-1 {
  margin-top: -1.5em;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 8rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 10rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 10rem !important;
}

/* Angled Section Breaks */
.chisel {
  z-index: 1;
}
.chisel:before {
  content: "";
  position: absolute;
  background-color: inherit;
  background-size: cover;
  left: 0;
  top: -39px;
  height: 40px;
  width: 100%;
}
.chisel.chisel-shallow:before{
  top: -39px;
  height: 40px;
}
.chisel.chisel-left:before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.chisel.chisel-right:before {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

/* Content Cards */
.card {
  position: relative;
  z-index: 1;
}
.card.breakout {
  margin-top: -40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card.card-landscape {
  margin-bottom: 30px;
}

.glow {
  box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.35);
  box-sizing: border-box;
}

/* Animation */
@keyframes pulse {
  0%   {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.25);}
  50%  {box-shadow: 0px 0px 50px 5px rgba(255,255,255,.75);}
  100% {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.25);}
}
@-webkit-keyframes pulse /* Safari and Chrome - necessary duplicate */ {
  0%   {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
  50%  {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.75);}
  100% {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
}

@keyframes pulse-dim {
  0%   {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
  50%  {box-shadow: 0px 0px 50px 5px rgba(255,255,255,.5);}
  100% {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
}
@-webkit-keyframes pulse-dim /* Safari and Chrome - necessary duplicate */ {
  0%   {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
  50%  {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.5);}
  100% {box-shadow: 0px 0px 50px 5px rgba(255,255,255,0.15);}
}

.glow.pulse {
  animation: pulse 3s infinite;
  -webkit-animation: pulse 3s infinite;
}
.glow.pulse-dim-1 {
  animation: pulse-dim 3.5s infinite;
  -webkit-animation: pulse-dim 3.5s infinite;
}
.glow.pulse-dim-2 {
  animation: pulse-dim 4s infinite;
  -webkit-animation: pulse-dim 4s infinite;
}
.glow.pulse-dim-3 {
  animation: pulse-dim 4.5s infinite;
  -webkit-animation: pulse-dim 4.5s infinite;
}

/* Colors */

/* Background Colors */
.bg-light {background-color: #eeeeee;}
.bg-blue {background-color: #3576BE;}
.btn-primary {background-color: #3576BE;}
.bg-night {background-color: #353F5B;}
.bg-orange {background-color: #FFAA3B;}
.bg-green {background-color: #029675;}
.bg-black {background-color: #353842;}

/* Buttons */
.btn-night {
  color: white;
  background-color: #353F5B;
}
.btn-orange {
  color: white;
  background-color: #FFAA3B;
}

/* Borders */
.border-orange {border-color: #ffaa3b;}


/* Media Queries */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  .network {
    background-position: right;
  }
  #logo {
    position: absolute;
    top: 0;
    height: 60px;
    width: 180px;
    background-size: 65%;
    background-position: center;
    z-index: 2;
  }
  #logo.chisel-logo:after {
    content: "";
    position: absolute;
    background-color: inherit;
    left: 0;
    bottom: -10px;
    height: 10px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  h1 {font-size: 3.25em;}
  h2 {font-size: 2.35em;}
  h3 {font-size: 2em;}
  h4 {font-size: 1.5em;}
  h5 {font-size: 1.25em;}
  h6 {font-size: 1em;}
  
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 10rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 10rem !important;
  }
  
  #logo {
    height: 100px;
    width: 240px;
    background-size: 75%;
  }
  #logo.chisel-logo:after {
    bottom: -20px;
    height: 20px;
  }
  
  .chisel:before {
    top: -79px;
    height: 80px;
  }
  
  #process .icon {
    height: 80px;
    width: 80px;
  }
  #process .icon .material-icons {
    font-size: 40px;
    height: 40px;
  }
  #process .light-line {
    padding: 2em;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .card.breakout {margin-top: -80px;}
  nav#nav-main ul li {margin-bottom: 0px;}
  .h-lg-100 {height: 100%;}
  #timeline .milestone {
    color: white;
    background-color: transparent;
    padding: 0;
  }
}

/* card-deck */
.card-title{
  font-size: 1em;
}
.card-body{
    padding: 1.0rem;
}
.card-text{
    font-size: .8em;
}

.st-default-search-input{
  background: none !important;
  height: initial !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transition: border-color .15s ease-in-out, box-shadow 0.15s ease-in-out;
}
