html {
 scroll-behavior: smooth;
}
#section1 {
 height: auto;
}
.intro-stack.blue{
background-color:#09f;
text-align:center;
}
.intro-stack.grey{
background-color:#dedede;
text-align:left;
}
.intro-stack.duotone h3, .intro-stack.duotone p {
color:#fff;
}
.intro-stack.blue p, .intro-stack.blue h3{
color:#fff;
text-align:center;
}
.intro-stack.grey h3{
text-align:left;
}
.intro-stack.blue h4{
font-size: 1.35em;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: .5em;
}
.header .header-logo {
  width: 140px;
  height: auto;
}
.header .parthner-logo{
    width:130px;
    float:right;
    padding-top: 0;
    margin-top: 8px;
  }
  .dropdown {
    float: right;
    overflow: hidden;
  }
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #666666;
    padding: 16px 8px;
    min-width: 140px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .dropdown:hover .dropbtn:hover {
    color: #ffffff;
  }
  .dropdown:hover .dropbtn {
    background-color: #666666;
    color: #fff;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #666666;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
    color: #ffffff;
    padding: 16px 8px;
    ;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .dropdown-content a:hover {
    background-color: #333333;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
.info-graphic {
 width: 70%;
 height: auto;
 margin: 0 auto;
 display: block;
}
.banner-image {
 background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(https://image.go.dllgroup.com/lib/fe4015717564047b751271/m/1/1dabdaae-fbc0-43d8-a7d2-943517d9b5db.jpg)!important;
 background-position: 0px bottom !important;
 background-size: cover !important;
 background-repeat: no-repeat !important;
 display: flex;
  justify-content: center;
  align-items: center;
min-height:450px;
}
.duotone {
 background: linear-gradient(rgba(5,65,145,0.8)), url(https://image.go.dllgroup.com/lib/fe4015717564047b751271/m/1/1dabdaae-fbc0-43d8-a7d2-943517d9b5db.jpg)!important;
 background-position: 0px bottom !important;
 background-size: cover !important;
 background-repeat: no-repeat !important;
}
.cntry-slct {
 display:inline-block;
 width: 24%;
 float: right;
 padding-top:16px;
}
.content-area-1 {
 display: inline-block;
 width: 100%;
}
.row {
 padding: 0 8px;
}
/* Collapsible button styling */
.collapsible {
  background-color: #0099FF;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-family: "Effra";
}
.collapsible:hover {
  background-color: #0099FF;
}
/* Collapsible content container */
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
}
.content p {
 margin: 1.25em;
padding-top: 0px;
}
.no-top-padding{
  padding-top:0px !important;
}
.faq h4 {
font-size: 1.35em;
  line-height: 1.3em;
  text-align: left;
  color: #666;
  font-weight: 400;
  padding-bottom: .5em;
  margin-top: -15px;
}

@media only screen and (max-width: 870px) {
.header .header-logo {
  margin-left: 10px;
}
 .header .parthner-logo {
  width: 120px !important;
  height: auto;
 }
 .cntry-slct {
  display: block;
  width: 100%;
  float: right;
 }
.collapsible {
font-size: 1.35em;
}
.content {
  overflow: scroll;
}
 .content-area-1 {
  display: block;
  width: 100%;
 }
.faq .row{
max-width:370px;
}
.faq h4 {
  font-size: 1.5em;
  margin-top: 0px;
}
.content p {
 margin: 10px 0;
}
}
