/* Engage-11 Styles */ @import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700|Roboto:400,500,700,900');
@font-face {
  font-family: 'museo700';
  src: url('https://autocruitment.net/platform/fonts/museo700-regular-webfont.woff2') format('woff2'), url('https://autocruitment.net/platform/fonts/museo700-regular-webfont.woff') format('woff'), url('https://autocruitment.net/platform/fonts/museo700-regular-webfont.ttf') format('truetype'), url('https://autocruitment.net/platform/fonts/museo700-regular-webfont.svg#museo700') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body { /*background-color: #edf2f4;*/
}
main {
  min-height: 800px;
}
body, p, li {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #4d4a4b; /*gray*/ font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
li ul {
  margin: 0;
}
b, strong {
  font-weight: 700;
}
h1, h2, h3 {
  font-family: 'museo700', 'Roboto', Arial, Helvetica, sans-serif;
  color: #0d92a1;
  letter-spacing: normal;
  font-weight: 500;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1100px;
}
.text-center {
  text-align: center;
}
a {
  text-decoration: none;
}
button, a.action-button {
  white-space: nowrap;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: table;
  margin: 1em auto;
  font-weight: 700;
  letter-spacing: 3px;
}
p, ul {
  margin-bottom: 1em;
}
ul {
  padding-left: 40px;
  list-style: disc outside;
}
p + ul {
  margin-top: -.5em;
}
li {
  list-style-type: disc;
  color: #0d92a1;
  margin-bottom: 0.2em;
  line-height: 25px;
}
li ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  margin: 1em 0 .3em;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  margin: .6em 0 .3em;
  font-weight: 900;
}
h3 {
  font-size: 22px;
  margin: .5em 0 .3em;
}
li span {
  color: #57585b; /*gray*/
}
b, strong {
  color: #57585b;
  font-weight: 700;
}
a, a:link, a:visited {
  color: #0d92a1;
}
a:hover, a:active {
  color: #ef86ce;
}
#back-to-top-container a {
  color: #ef86ce;
}
#nav-above-banner {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .92);
  display: table;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
#nav-above-banner ul {
  display: table-row;
  width: 100%;
  padding: 0;
}
#nav-above-banner li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
  list-style-type: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
}
#nav-above-banner li a {
  color: #0d92a1;
  font-size: 1.1em;
  padding: 1em 0;
}
#nav-above-banner li a:active, #nav-above-banner li a:hover {
  color: #682f6c;
}
#nav-above-banner li img {
  width: 150px;
}
#nav-above-banner li.AC-mobile-nav-icon {
  display: none;
  padding: 0;
}
.accordion-container {
  max-width: 1100px;
  margin: 1em auto 2em;
}
#banner {
  position: relative;
  background-color: #d1dfe4;
  background-image: url("images/bg-wheels-bg-tile.png");
  display: table;
  table-layout: fixed; /* for IE */ width: 100%;
  margin-top: 90px;
  padding: 0;
  box-sizing: border-box;
}
#banner-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60%;
  padding: 5% 10% 0 0;
  box-sizing: border-box;
}
#banner-img {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  width: 40%;
  box-sizing: border-box;
}
#banner-img img {
  max-width: 100%;
  margin-bottom: -10px;
}
#banner-text h1 {
  font-size: 42px;
  letter-spacing: 2px;
}
#banner-text h3 {
  font-size: 28px;
  line-height: 38px;
  padding: 1em 1.5em;
  letter-spacing: 1px;
}
.header-box {
  background-color: #9494b2;
  border-radius: 11px;
  padding: 10px 10px 10px 0;
  margin-left: -11px;
  margin-bottom: 40px;
}
.header-box h3 {
  background-color: #213367;
  border-radius: 10px;
  margin: 0;
  display: block;
  color: #FFFFFF;
  padding-left: 40px;
}
.header-box h3.purple {
  background-color: #682f6c;
}
#banner-text p {
  font-size: 24px;
  font-family: 'roboto', helvetica, arial, sans-serif;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 10%;
  margin-bottom: 50px;
  font-weight: 500;
  color: #0d92a1;
}
#banner-text p span {
  display: block;
}
a.action-button, #nav-above-banner .signup-button a {
  background-color: #213367;
  padding: 1em 2em;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3em;
  font-weight: 700;
  font-size: 19px;
  white-space: nowrap;
}
#banner a.action-button {
  margin-top: 1em;
  margin-bottom: 1em;
}
.action-button:hover, #banner .action-button:active, #nav-above-banner .signup-button a:hover, #nav-above-banner .signup-button a:active {
  background-color: #682f6c;
  color: #ffffff;
}
#footer {
  padding: 0;
}
#footer section {
  text-align: left;
}
#footer section .columns {
  padding-bottom: 1em;
}
#footer p {
  line-height: 24px;
}
button.ac-accordion {
  background-color: #818acd; /*rgb(39,91,169);/*blue*/ font-family: sans-serif;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  padding: .6em 1.2em;
  line-height: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.6s;
  height: auto;
  text-transform: none;
  -webkit-appearance: button;
  box-sizing: border-box;
  margin-bottom: 0;
}
button.ac-accordion.active, button.ac-accordion:hover { /* background-color: #ea3637;*/
}
button.ac-accordion:before {
  content: '+';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 10px;
  padding: 0px;
  border: 1px solid white;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  margin-top: 2px;
}
button.ac-accordion.active:before {
  content: "-";
}
div.ac-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
div.ac-panel.show {
  opacity: 1;
  max-height: 500px;
}
#footer {
  background-color: #d1dfe4;
  background-image: url("images/bg-wheels-bg-tile.png");
  padding-top: 10px;
  margin-top: 2em;
}
#footer a, #footer a:link, #footer a:visited {
  color: #0d92a1 !important;
}
.footer-logo {}
.footer-logo img {
  max-width: 150px;
}
.copyright p {
  font-size: 80%;
  padding-top: 0;
  color: #ffffff;
}
@media screen and (max-width:970px) {
  #banner {
    display: block;
    padding-top: 3em;
  }
  #banner-img, #banner-text {
    margin: 0;
    padding: 0;
  }
  #banner-img img {
    max-width: 40%;
  }
  #banner-text {
    display: block;
    width: 100%;
  }
  .header-box {
    margin: 0 auto 1em;
    max-width: 80%;
    padding: 10px;
  }
  .header-box h3 {
    padding: 1em 1.5em;
    margin: 0;
  }
  #banner-text p {
    max-width: 80%;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width:960px) {
  #nav-above-banner {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 887px) {
  body {
    margin-top: 0 !important; /*padding-left: 1em;	padding-right: 1em;*/
  }
  #nav-above-banner li { /*height: 50px;*/ display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 100%;
    padding-left: 0;
  }
  #nav-above-banner li a {
    padding: 0;
  }
  #nav-above-banner li:not(:first-child) {
    display: none;
  }
  #nav-above-banner li:first-child {}
  #nav-above-banner li.AC-mobile-nav-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 2em;
    width: auto;
    padding: 0;
  }
  #nav-above-banner {
    position: relative;
  }
  #nav-above-banner li img {
    margin-bottom: 0;
  }
  #nav-above-banner.AC-responsive ul {
    display: block;
    margin-bottom: 2em;
  }
  #nav-above-banner.AC-responsive li {
    display: block;
  }
  #nav-above-banner.AC-responsive li.AC-mobile-nav-icon {
    position: relative;
    right: 0;
  }
  #banner {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100px;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #languages {}
  #banner-text {
    width: 100%;
    padding: 1em;
  }
  #banner-text h1 {
    margin-top: 0;
    font-size: 60px;
  }
  #banner-text p {}
  .banner-box {
    margin: 0;
  }
  #banner-img {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
  .scroll-to-section {
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width:600px) {
  #banner {
    padding-top: 30px;
  }
  #banner-text {
    padding: 0;
  }
  #banner-text p, .header-box {
    max-width: 100%;
  }
  #banner-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .header-box h3 {
    padding-right: .8em;
    padding-left: .8em;
  }
}
@media screen and (max-width:500px) {
  .action-button {
    padding: 1em 1em;
    letter-spacing: unset;
  }
}
#sign-up-study {
  width: 100%;
  height: 1800px;
  border: none;
  margin: auto;
  max-width: 1100px;
  display: block;
}
@media screen and (max-width:965px) {
  #sign-up-study {
    height: 1900px;
  }
}
@media screen and (max-width:700px) {
  #sign-up-study {
    height: 2100px;
  }
}
@media screen and (max-width:500px) {
  #sign-up-study {
    height: 2200px;
  }
}
@media screen and (max-width:400px) {
  #sign-up-study {
    height: 2300px;
  }
}
@media (min-width: 400px) and (max-width:500px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #sign-up-study {}
}
@media (min-width: 550px) {}