body {
  margin: 0;
  font-family: Raleway,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f1f1f1;
}

p {
  font-family: 'Raleway';
}

h1 {
  font-family: 'Raleway';
  font-weight: 100;
  font-size: 5rem;
}

.h4, h4 qualifier {
  text-transform: uppercase;
}
.pad-40bottom{
	padding-bottom: 40px;
}
.qualifier {
  text-transform: uppercase!important;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-right: 5px;
}
.smaller{
	font-size: x-small;
}
.white {
	color: white !important;
}
.article-section {
  padding: 40px 0px 40px 0px;
  border-top: solid;
  border-width: thin;
  border-color: #9d9d9d;
  width: 100%;
}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    
      .main-panel{
	      margin-top: 200px;}
     
}}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 5%;
  margin-left: 0;
  position: sticky;
}

.main-panel {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  width: 90%;
}

.main-header {
  font-size: 2.5rem;
  font-weight: 900;
}
.small-main-header {
  font-size: 1.75rem;
  font-weight: 900;
}

.nav-logo {
  margin: 20px 0 20px 5%;
  width: 250px;
}

.primary-left {
  width: 100%;
}

.primary-aside services {
  margin-left: 5%;
  flex-direction: column;
}

.primary-aside {
  margin-left: 5%;
  display: none;
}

.primary-aside services {
  margin-left: 5%;
  display: none;
}
.margin-bottom{
	margin-bottom: 40px
}
.slider-logo {
  width: 75%;
  height: auto;
}

.about-us-p {
    text-align: center;
    max-width: 620px;
    margin: auto;
    padding: 0 10px;
    opacity: .7;
    }
.flash {
  position: relative;
  top: 200px;
  left: 30px;
  width: 150px;
  height: 150px;
  margin: -160px auto 0px auto;
  padding: 30px 5px 0px 5px;
  border: 3px dotted #fff;
  border-radius: 150px;
  background-color: #cb0000;
  background-image: url('../img/cx-graphic-k.svg');
  background-position: 50% 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  text-decoration: none;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 10000;
}

.flash a {
  text-decoration: none;
}

.flash .minus {
  display: block !important;
}

.flash .plus {
  display: none !important;
}

.flash.small {
  transform: translateX(50px) translateY(-50px) translateZ(0px) scaleX(0.6) scaleY(0.6) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
}

.flash.small .minus {
  display: none !important;
}

.flash.small .plus {
  display: block !important;
}

.flash-header {
  margin-top: 10px;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.0rem;
  text-align: center;
  text-transform: uppercase;
}

.flash-text {
  color: #000;
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-align: center;
}

.flash-text-bold {
  margin-top: 2px;
  color: #000;
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 576px) {
  .primary-aside {
    margin-left: 5%;
    display: initial;
  }
}

.flex-wrapper {
  display: flex;
}

.year {
  font-size: 10rem;
  color: white;
  line-height: 8rem;
  letter-spacing: 1;
  font-family: Anton, sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #c5c5c5;
}

.update {
  font-weight: 600;
  margin-top: -30px;
}

.sub-header {
  font-size: 1.5rem;
  font-weight: 900;
}
.small-sub-header {
  font-size: 1.25rem;
  font-weight: 900;
}

.article-summary {
  margin: 0px 30px 0px 0;
}

.qualifier.bold {
  font-weight: 600;
}

.article-summary.narrow {
  width: 100%;
  flex-basis: 100%;
}

.article-summary.wide {
  width: 100%;
  margin-bottom: 30px;
}

.two-column-text {
  column-count: 1;
  column-gap: 60px;
  column-rule: solid;
  column-rule-color: gray;
  column-rule-width: 1px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .two-column-text {
    column-count: 2;
    /*column-gap: 60px;*/
    /*column-rule: solid;*/
    /*column-rule-color: gray;*/
    /*column-rule-width: 1px;*/
    /*margin-bottom: 40px;*/
  }
}

.initial {
  font-weight: 600;
}

.flex-wrapper.sign-off {
  margin: 50px 0 20px 0;
  padding: 20px 0 40px 0;
  border-style: dashed none solid none;
  border-width: 2px 0 0px 0;
  border-color: white white gray gray;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .flex-wrapper.sign-off {
    flex-direction: row;
  }
}

.flex-wrapper.intro {
  margin: 80px 0 40px 0;
  padding: 30px 0;
  border-style: dashed none none none;
  border-width: 2px 0 2px 0;
  border-color: lightgray;
}

.flex-wrapper.summary {
  margin: 30px 0 40px 0;
  flex-direction: column;
}

.btn-action {
  background-color: #cb0000;
}

.tag-outer-wrapper {
  margin: 0 5% 20px 5%;
  background-color: #f1f1f1;
  z-index: 1025;
}

.tag-btn {
  margin: 0px 10px 10px 0;
  padding: 10px 15px;
  background-color: lightgray;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tag-btn.active {
  background-color: #cb0000;
  color: white;
}

.flexdisplay {
  display: flex;
}

.clean-block .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.xsml-date {
  width: 100%;
  display: flex;
}

.text-info {
  color: #cb0000!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cb0000;
  border-color: #cb0000;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #a00000;
  border-color: #a00000;
}

.btn-primary {
  color: #fff;
  background-color: #cb0000;
  border-color: #cb0000;
}

.clean-block.clean-form form {
  border-top: 2px solid #cb0000;
  background-color: #fff;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,.075);
}

.displayflex {
  display: flex;
}

#tag-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f1f1f1;
  flex-wrap: wrap;
  z-index: 1000;
}

label {
  margin-bottom: .5rem;
  margin-right: 10px;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  height: 40px;
  width: 60%;
}

.search-area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#sticky {
  position: -webkit-sticky;
  position: relative;
  top: 0px
  ;
}

body, html {
  height: initial;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
  background-color: transparent;
}

.panel-link:hover {
  text-decoration: none;
  color: black;
  color: #888888;
}

.sub-header.light {
  font-weight: 600;
}

.small-sub-header.light {
  font-weight: 600;
}

#carousel-1 {
  margin: 20px 0;
}

.article-summary.narrow.button {
  width: auto;
  display: inline-block;
}

label.search-label {
  font-size: .75rem;
  text-align: right;
}

#tags {
  justify-content: flex-start;
  flex-wrap: wrap;
}

#top-nav {
  margin-bottom: 20px;
}

@media (min-width: 386px) {
  #sticky {
    position: -webkit-sticky;
    position: relative;
    top: 0px;
  }
}

@media (min-width: 576px) {
  #sticky {
    position: -webkit-sticky;
    position: relative;
    top: 0px;
  }
  .flash {
  position: relative;
  top: 270px;
  width: 250px;
  height: 250px;
  margin: -250px auto 0px auto;
  padding: 25px;
  border: 5px dotted #fff;
  border-radius: 150px;
  background-size: 150px;
}
.flash-header {
  margin-top: 50px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

.flash-text {
  color: #000;
  font-size: 1.0rem;
  line-height: 1.1rem;
  text-align: center;
}

.flash-text-bold {
  margin-top: 2px;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.0rem;
  font-weight: 700;
  text-align: center;
}


}

@media (min-width: 992px) {
  #sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 178px;
  }
}

@media (min-width: 992px) {
  .flex-wrapper.summary {
    margin: 40px 0 40px 0;
    flex-direction: row;
  }
  .flex-wrapper.summary.smallfw {
    margin: 40px 0 20px 0;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .article-summary.wide {
    width: 400%;
  }
}

@media (min-width: 992px) {
  .main-header {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .nav-logo {
    margin: 20px 0 20px 5%;
    width: 450px;
  }
}

@media (min-width: 992px) {
  .search-area {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .search-area {
    width: 35%;
  }
}

@media (min-width: 576px) {
  .xsml-date {
    display: none;
  }
}

.sub-header.xlight {
  font-size: 1.25rem;
  font-weight: 200;
}

.list-group {
  margin-bottom: 30px;
}

.tag-btn.service:hover {
  background-color: #a00000;
  text-decoration: none;
  text-decoration-color: white;
}

.tag-btn.service {
  background-color: #cb0000;
  color: white;
  text-align: center;
}

#story-intro {
  flex-direction: column;
  order: -1;
}

@media (min-width: 992px) {
  #story-intro {
    flex-direction: row;
    order: 2;
  }
}

.primary-left.tm40 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .left-services {
    margin-right: 40px;
  }
}

