/* LESS Document */
/*-----------------------------------------------

Name:     "ACCR" master styles
Designer: Bohnsack Design
Date:     03-2023 v1.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* black */
/* copper */
/* red */
/* blue */
/* light gray */
/* medium gray */
/* dark gray */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// HTML5 Rules //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Site-Wide Styles //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #000000;
}
/* headers */
h1 {
  font-size: 250%;
  font-weight: 700;
  color: #19315d;
  text-align: center;
}
h2 {
  font-size: 125%;
  color: #a86735;
  font-weight: 700;
  padding: 15px 0;
}
h2.as-h1 {
  font-size: 250%;
  font-weight: 700;
  color: #19315d;
  text-align: center;
}
h3 {
  font-size: 110%;
  color: #19315d;
  font-weight: 700;
  margin: 0;
}
h4 {
  font-size: 95%;
  color: #a86735;
  font-weight: 700;
}
.bg-lines {
  background: url("/images/bg-lines.png");
}
.bg-lines2 {
  background: url("/images/bg-lines2.png");
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
.white-text {
  text-shadow: #000000 0px 0px 50px, #000000 0px 0px 75px;
  color: #ffffff;
}
a,
button {
  text-decoration: underline;
  color: #a86735;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover,
button:hover {
  color: #19315d;
  cursor: pointer;
}
a,
button:focus,
a:active {
  outline: none;
  color: #a7223a;
  border: none;
}
a img,
button {
  border: none;
}
blockquote {
  font-size: 120%;
  font-style: italic;
  color: #a86735;
  padding: 15px 0;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
hr {
  height: 1px;
  border-top: 2px solid #a86735;
  padding: 0;
}
ul {
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: left;
}
ul li {
  list-style: none;
  background: url(../images/bullet.png) no-repeat 5px 12px;
  background-size: 6px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
ol li {
  padding: 0 0 15px 0;
  line-height: normal;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
header {
  background-color: #ffffff;
  z-index: 200;
  padding: 0 30px;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-top: 4px solid #a7223a;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
header a {
  text-decoration: none;
  color: #a86735;
  font-weight: 700;
}
header a:hover {
  text-decoration: none;
}
header nav {
  display: flex;
}
header #home-btn {
  position: relative;
  z-index: 1;
}
header #home-btn img {
  width: 175px;
  padding: 10px;
}
header #contact-btn {
  display: inline-block;
  background-color: #19315d;
  color: #ffffff;
  padding: 5px 10px;
  margin: 20px;
  float: right;
  white-space: nowrap;
}
header #contact-btn:hover {
  background-color: #a7223a;
  color: #ffffff;
}
header .main-nav {
  display: flex;
  justify-content: space-between;
}
header .main-nav.active {
  margin-top: 20px;
}
header ul {
  padding: 10px 0;
}
header ul li {
  background: none;
  padding: 14px 15px;
  margin: 0px;
}
header ul li:first-child {
  margin-left: 15px;
}
.hero-container {
  padding: 0 100px;
}
.headline {
  position: relative;
  text-align: right;
  z-index: 99;
  margin-right: -225px;
  color: #ffffff;
  font-weight: 700;
  font-size: 225%;
}
.headline1 {
  background-color: #19315d;
  padding: 15px 25px;
  display: inline-block;
  white-space: nowrap;
}
.headline2 {
  background-color: #a7223a;
  padding: 15px 25px;
  display: inline-block;
  white-space: nowrap;
}
.headline3 {
  background-color: #a86735;
  padding: 15px 25px;
  display: inline-block;
  white-space: nowrap;
}
.headline4 {
  background: url("/images/arrow-hook.png") no-repeat;
  background-size: 400px;
  font-size: 140%;
  color: #a86735;
  padding: 60px 0 30px 60px;
  margin-top: -40px;
  text-align: left;
}
.panel {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.panel#panel1 {
  padding-top: 150px;
}
.panel#the-problem .solutions li {
  font-size: 125%;
  padding-bottom: 15px;
}
.panel#one-solution {
  min-height: 100vh;
}
.panel#equitable-access {
  background: url("/images/bg-logo.png") no-repeat 100% 100%;
  background-size: contain;
}
.partner-logos img {
  padding: 20px;
  width: 100%;
  height: auto;
  max-width: 250px;
}
.pic1 {
  padding-bottom: 30px;
}
.center-down-arrow {
  background: url("/images/arrow-down-tall.png") no-repeat 50% 50%;
  background-size: 100px;
  position: relative;
}
.down-arrow {
  display: block;
  width: 40px;
  margin: auto;
  position: relative;
  left: 50%;
  margin-left: -20px;
  bottom: -5px;
}
.center-down-arrow .down-arrow {
  position: absolute;
  bottom: -5px;
}
.down-arrow:hover {
  bottom: -15px;
}
.pic-stack img {
  border: solid 10px #a86735;
}
.pic-stack img:nth-child(1) {
  margin: 0 -30px 0 0;
}
.pic-stack img:nth-child(2) {
  margin: -30px 0 0 -30px;
}
.pic-stack img:nth-child(3) {
  margin: -30px 0 0 0px;
}
.pipeline-graphic {
  padding: 30px 0;
}
.quotebox {
  background-color: #f4f4f4;
  padding: 30px 60px 15px 30px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.quotebox .btn {
  background-color: #19315d;
}
.quotebox .btn:hover {
  background-color: #a7223a;
}
/* MAGNIFIC Popup Overrides */
.mfp-figure:after {
  background: transparent !important;
  box-shadow: none !important;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Footer Styles 
//////////////////////////////////////////////////
----------------------------------------------- */
.contact-info {
  padding: 40px 0;
}
.contact-info .logo {
  margin-top: -25px;
}
.copyright {
  background-color: #f4f4f4;
  text-align: center;
  color: #999999;
}
.copyright p {
  padding: 40px 0;
  font-size: 85%;
}
.questions-box {
  /*background-color:@color7;*/
  padding: 20px 20px 10px 20px;
  line-height: normal;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  padding: 10px 15px 10px 50px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  line-height: 130%;
}
a.file:hover {
  background-color: #a86735;
}
a.pdf {
  background: url(../images/bullet-pdf.png) no-repeat 12px 50% #a7223a;
  background-size: 30px;
}
a.csv {
  background: url(../images/bullet-csv.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
a.doc {
  background: url(../images/bullet-doc.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
a.xls {
  background: url(../images/bullet-xls.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
a.link {
  background: url(../images/bullet-link.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
a.download {
  background: url(../images/bullet-download.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
a.video {
  background: url(../images/bullet-video.png) no-repeat 12px 50% #a7223a;
  background-size: 20px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  width: 50px;
  height: 70px;
  background: url(../images/arrow-down.svg) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
}
a.down-btn:hover {
  background-position: 0% 100%;
}
a.btn {
  border: none;
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  margin: 5px 0;
  text-decoration: none;
  font-size: 110%;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #a7223a;
}
a.btn:hover {
  background-color: #19315d;
  color: #ffffff !important;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -moz-outline-style: none !important;
  background-color: #a7223a !important;
}
.down-arrow-square {
  width: 20px;
  margin: -3px 0 0 5px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
  border: #e6e6e6 solid 2px;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
select {
  color: #000000;
  border: 0 !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url("/images/down-arrow-square.png") 95% 50% no-repeat #e6e6e6;
  background-size: 20px;
  width: 100%;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  padding: 10px 15px;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select:hover {
  background: url("/images/down-arrow-square.png") 95% 50% no-repeat #999999;
  color: #ffffff;
  background-size: 20px;
}
input[type=submit] {
  background-color: #a7223a;
  padding: 5px 15px 10px 15px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 150%;
  letter-spacing: 1px;
  height: 46px;
}
input[type=submit]:hover {
  background-color: #19315d;
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /*header:before {content:"Desktop (xl)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  .hero-container {
    padding: 0 50px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*header:before {content:"Laptop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  header {
    padding: 0 0 0 15px;
  }
  header .contact-btn-container {
    text-align: right;
    width: 100%;
  }
  header ul li:first-child {
    margin-left: 0px;
  }
  .hero-container {
    padding: 0 30px;
  }
  .headline {
    margin-right: -200px;
    font-size: 175%;
  }
  .headline1 {
    padding: 10px 20px;
  }
  .headline2 {
    padding: 10px 20px;
  }
  .headline3 {
    font-size: 110%;
  }
  .logo {
    padding-bottom: 30px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*header:before {content:"Tablet(md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 200%;
  }
  h2 {
    font-size: 125%;
  }
  h2.as-h1 {
    font-size: 200%;
  }
  h3 {
    font-size: 110%;
  }
  .hero-container {
    padding: 0;
  }
  .headline {
    margin-right: -200px;
    font-size: 175%;
  }
  .headline1 {
    padding: 10px 20px;
  }
  .headline2 {
    padding: 10px 20px;
  }
  .headline3 {
    font-size: 110%;
  }
  .quotebox {
    background: url("/images/quote-box-down.svg") no-repeat 50% 100%;
    background-size: cover;
    padding: 30px 30px 45px 30px;
    margin-top: 30px;
    margin-right: 0px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /*header:before {content:"Phone(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 14px;
  }
  .panel {
    padding: 50px 0;
  }
  .panel#panel1 {
    padding-top: 150px;
  }
  .logo {
    padding: 30px;
  }
  h1 {
    font-size: 250%;
  }
  h2 {
    font-size: 125%;
  }
  h3 {
    font-size: 110%;
  }
  .headline {
    margin: -30px 30px 0 30px;
    text-align: left;
  }
  .headline1 {
    background-color: #19315d;
    padding: 15px 25px;
    display: inline-block;
    white-space: normal;
  }
  .headline2 {
    background-color: #a7223a;
    padding: 15px 25px;
    display: inline-block;
    white-space: normal;
  }
  .center-down-arrow {
    display: none;
  }
  .pic-stack {
    text-align: center;
  }
  .pic-stack img {
    border: solid 5px #a86735;
    max-width: 60%;
  }
  .figure {
    text-align: center;
  }
  .figure img {
    max-width: 65%;
  }
}
