body {
  background-color: #eeeeee;
  background-image: url("../img/covid-background.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333333;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* IMPORT FONTS */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome.eot?eoi34kf");
  src: url("../fonts/FontAwesome.eot?eoi34kf#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.ttf?eoi34kf") format("truetype"), url("../fonts/FontAwesome.woff?eoi34kf") format("woff"), url("../fonts/FontAwesome.svg?eoi34kf#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #333333;
  margin: 0 0 25px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0079C2;
}

a:hover, a:focus {
  color: #002E58;
}

.white-text p, a.white-text {
  color: #fff;
  text-decoration: none;
}
a.white-text:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  padding-left: 20px;
}
li {
  margin-bottom: 10px;
}
li:last-of-type {
  margin-bottom: 0;
}

hr {
  margin-bottom: 20px;
}

#disclaimer {
  width: 90%;
  margin: auto;
}

#disclaimer p {
  text-align: left;
}

#startButton{
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Dropdowns */
.demographic-dropdown-container{
  margin: 110px auto 30px;
  width: 425px;
}

.custom-select{
  position: relative;
  width: 200px;
  display: inline-block;
  text-align: left;
}

.custom-select:nth-of-type(2){
  margin-left: 20px;
}

.select-selected {
  background-color: white;
  border: 1px solid #ccc;
}

/*style the arrow inside the select element*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid #333;
  border-color: #333 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active)*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 10px;
}

/*style the items (options), including the selected item*/
.select-items div,.select-selected {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}

/*style items (options)*/
.select-items {
  position: absolute;
  background-color: white;
  color: #333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ccc;
  border-top: none;
}

/*hide the items when the select box is closed*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #00609A;
  color: #fff;
}

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

.back{
  text-decoration: none;
  margin-left: -96%;
  color: #0079C2;
  font-size: 20px;
}

.fa-chevron-left:before {
  content: "\e91f";
}

.orange{
  color: #FE5E3C;
}

.covid-19-wrapper{
  width: 100%;
}

.covid-19-header{
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 80px;
  line-height: 1.3;
}

.covid-19-header h1{
  font-size: 48px;
  font-weight: 400;
}

.container{
  width: 80%;
  min-height: 400px;
  height: auto;
  background-color: #ffffff;
  margin: 70px auto 0;
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
}

.intro{
  font-size: 24px;
  margin: 0;
  padding-top: 20px;
}

.topContent{
  height: 0;
}

.footer {
  background-color: #0079C2;
  width: 80%;
  margin: 0 auto 70px;
  text-align: center;
  padding: 10px 30px;
}

.answers{
  margin-top: 60px;
  margin-right: 7px;
  margin-bottom: 10px;
}

fieldset{
  border: none;
  margin: 80px auto 30px;
}

legend{
  margin: auto;
  font-size: 32px;
  font-weight: 600;
  width: 85%;
  height: 130px;
}

input{
  display: none;
}

.btn{
  padding: 10px 40px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.btn-primary {
  background-color: #FE5E3C;
  color: #FFF;
  border: 1px solid #FE5E3C;
  display: inline-block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #E82D05;
  color: #FFF;
  border-color: #E82D05;
}

.btn-secondary {
  background-color: #FFFFFF;
  color: #FE5E3C;
  border: 1px solid #FE5E3C;
  margin-left: 10px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  background-color: #E82D05;
  color: #FFF;
  border-color: #E82D05;
}

.dots{
  margin: 5px auto 35px;
  display: inline-block;
}

.dot{
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #eeeeee;
  display: inline-block;
}

.dot.active{
  background-color: #00609a;
}

.resultsHeader{
  font-weight: 200;
  font-size: 32px;
  margin-top: 0;
}

.resultsSubHeader{
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}

.resultsIcon{
  color: #fff;
  display: inline-block;
  background-color: #286ce2;
  text-align: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.lowRisk{
  background-color: #06A59D;
}

.medRisk{
  background-color: #FE5E3C;
}

.highRisk{
  background-color: #CC0033;
}

.gray-risk-circle{
  background-color: #eee;
  color: #949494;
}

.resultsIconText{
  font-size: 32px;
  font-weight: 600;
  line-height: 4.5;
  text-transform: uppercase;
}

.resultsInformation{
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.resultsPanelCenter {
  text-align: center;
  border-bottom: 1px solid #929292;
  margin-bottom: 25px;
}

.resultsPanelLeft {
  text-align: left;
  width: 50%;
  float: left;
}

.resultsPanelRight {
  text-align: left;
  width: 45%;
  float: right;
  background: rgba(0, 121, 194, .1);
  padding: 20px;
}

.sydney-app-icon{
  height: auto;
  width: 100px;
  float: left;
  padding-right: 20px;
  margin-bottom: 90px;
  margin-right: 20px;
}

.sydney-text{
  font-weight: 700;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden{
  display: none !important;
}

.spanish .resultsIconText{
  font-size: 30px;
  line-height: 5;
}

@media screen and (max-width: 1201px){
  #startButton{
    margin-top: 10px;
  }
  .intro{
    font-size: 20px;
  }
  .resultsInformation{
    font-size: 20px;
  }
  .resultsHeader, .resultsSubHeader{
    font-size: 28px;
    margin-top: 10px;
  }
  legend{
    font-size: 28px;
  }
  .resultsPanelRight{
    width: 43%;
  }
}

@media screen and (max-width: 1025px){
  legend{
    font-size: 24px;
  }
  .answers{
    margin-top: 30px;
  }
  .resultsIcon{
    margin-left: 5px;
    margin-right: 5px;
  }
  .resultsPanelLeft{
    width: 100%;
    float: none;
  }
  .resultsPanelRight{
    width: 90%;
    float: none;
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 801px){
  legend{
    font-size: 18px;
    width: 100%;
  }
  .resultsPanelRight{
    width: 85%;
  }
  .resultsPanelRight img {
    display: block;
    float: none;
  }
  .sydney-app-icon{
    margin: 0 auto 20px;
    padding: 0;
  }
  .intro{
    font-size: 20px;
    padding-top: 0;
  }
  .back{
    margin-left: -87%;
  }
  .covid-19-header h1{
    font-size: 32px;
  }
  .demographic-dropdown-container{
    width: 210px;
    margin: 83px auto 30px;
  }
  .custom-select:nth-of-type(2){
    margin-left: 0;
    margin-top: 20px;
  }
  .resultsIcon{
    height: 80px;
    width: 80px;
  }
  .resultsIconText{
    font-size: 18px;
  }
  .spanish .resultsIconText{
    font-size: 16px;
  }
}

@media screen and (max-width: 330px){
  .btn{
    padding: 10px 30px;
  }
  .intro{
    font-size: 16px;
  }
  legend{
    font-size: 16px;
  }
  .answers{
    margin-top: 50px;
  }
  .resultsIcon{
    height: 65px;
    width: 65px;
  }
  .resultsIconText{
    font-size: 14px;
  }
  .spanish .resultsIconText{
    font-size: 12px;
    line-height: 5.5;
  }
}
