html body {
  background-color: #e4e4e4;
  color: #222
}
/* Home page banner */
.banner-image {
  display: table;
  width: 100%;
  color: #fff;
  background-image: url("../img/banner-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
#hp-banner h1 {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  color: #f58025;
  letter-spacing: -.15rem;
  line-height: 3.5rem;
}
#hp-banner h2 {
  font-size: 2rem;
  text-align: center;
  color: #666;
  font-weight: 500;
  letter-spacing: -.1rem;
}
.section {
  border-left: 1px solid #ccc;
}
.section:first-child {
  font-size: .9rem;
  border-left: none;
}
.section p {
  font-size: .9rem;
  line-height: 1.1rem;
  color: #666;
}
.section-header {
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  color: #999;
	line-height: 1.3rem;
	padding-bottom: .25rem;
}
.section-header a:hover {
  color: #f38025;
}
.orange a {
  color: #f38025 !important;
}
.orange > * {
  position: relative;
  display: block;
  outline: 5px solid rgba(245, 128, 37, .6);
  outline-offset: -5px;
  margin-bottom: 5px;
	max-width: 200px;
	max-height: 200px;
}
.orange :hover::before {
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f38025;
  opacity: 1;
  mix-blend-mode: multiply;
}
/* 2. LINKS / BUTTONS
----------------------------------------------------------------------------------------*/
a {
  outline: none;
  color: #336699;
  text-decoration: none;
}
a:hover {
  outline: none;
  color: #f38025;
  text-decoration: none;
}
a:visited {
  outline: none;
  color: #336699;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
.btn {
  font-size: 1em;
  font-weight: inherit;
}
.btn-primary {
  color: #ffffff;
  background-color: #336699;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f38025;
  border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #336699;
  border-color: transparent;
}
.btn-primary .badge {
  color: #336699;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
/* 3. BANNER
----------------------------------------------------------------------------------------*/
/* 4. FOOTER
----------------------------------------------------------------------------------------*/
.transition {
  background-color: #f58025;
  height: 6px;
}
#footer {
  background-color: #808080;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #999;
  margin: 0;
}
#footer a {
  outline: none;
  color: #444;
  text-decoration: none;
}
#footer a:hover {
  outline: none;
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  outline: none;
  color: #444;
  text-decoration: none;
}
#social {
  display: flex;
  padding-top: .5rem;
}
.socialIcons {
  opacity: .7;
}
.pipe {
  padding: 0 7px;
  color: #666;
}
.copyright {
  color: #444;
  display: flex;
  flex-wrap: wrap;
  font-size: .9rem;
  padding-top: .3rem;
}
.icon-spot span.icon span {
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease
}
.icon-spot span.icon:before {
  -webkit-transition: all 450ms cubic-bezier(.32, 1.25, .375, 1.15)
}
.icon-spot {
  display: inline-block;
  position: relative;
  text-align: center
}
.icon-spot span {
  display: block
}
.icon-spot span.icon {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #666;
  /*width: 35px;
	height: 35px;*/
  line-height: 35px;
  background: #000;
  /*border-radius: 100%;*/
  position: relative;
  font-size: 20px;
  margin: 0 auto
}
.icon-spot span.icon:before {
  -moz-transition: all 450ms cubic-bezier(.32, 1.25, .375, 1.15);
  transition: all 450ms cubic-bezier(.32, 1.25, .375, 1.15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border: 2px solid #666;
  border-radius: 3px;
  /*border-radius: 100%;*/
  background: #666;
  content: '';
  display: block
}
.icon-spot span.icon span {
  transition: all 225ms ease;
  color: #fff;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.icon-spot span.text {
  line-height: 1;
  font-size: 16px;
  letter-spacing: .01em;
  padding-top: 13px;
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease;
  opacity: .5;
  color: #fff
}
.icon-spot:hover span.icon:before {
  border-color: #666;
  background: #666;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}
.icon-spot:hover span.icon span, .icon-spot:hover span.text {
  opacity: 1
}
.icon-spot {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.icon-spot:hover {
  opacity: 1
}
.icon-spot {
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7)
}
.icon-spot.text {
  padding-top: 15px
}
.icon-spot {
  margin-right: 8px
}
.icon-spot .icon {
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0;
  font-size: 14px
}
.iconic-smaller {
  font-size: 0.8em;
}
/* 5. COLORS
----------------------------------------------------------------------------------------*/
.banner-bg {
  background-color: none;
}
.none-bg {
  background-color: transparent;
  padding-bottom: 20px;
}
/* 6. MEDIA QUERY
----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .banner-image {
    padding: 0;
    min-height: 340px;
  }
  .container {
    min-width: 100% !important;
  }
  #hp-banner h1 {
    font-size: 2rem;
    line-height: 2rem;
	margin-bottom: 10px;
  }
  #hp-banner h2 {
    
    font-size: 1.4rem;
  }
  .section {
    border-left: none;
  }
  .section:first-child {
    border-left: none;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}