/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
progress[value] {
  width: 100%; }

/******************************          Media querys          ******************************/
@media screen and (max-width: 768px) {
  .wrapper {
    width: 80% !important; }

  h1 {
    font-size: 1.2em !important;
    line-height: 25px !important; }

  .CTA {
    font-size: 1em !important; }

  .access {
    font-size: 0.9em !important; }

  .logo-container img {
    width: 70% !important; }

  .modalDialog > div {
    width: 90% !important; } }
/******************************          Modal box          ******************************/
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  line-height: 2em;
  overflow: auto; }

.modalDialog strong {
  font-weight: 900; }

.modalDialog h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important; }

.modalDialog p {
  color: #000 !important;
  font-size: 13px; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

#Step2 input {
  padding: 10px;
  width: 100%;
  margin: 5px;
  font-size: 15px;
  margin-left: 10%;
  margin-bottom: 20px;
  width: 80%; }

.modalDialog > div {
  width: 50%;
  position: relative;
  margin: 10% auto;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  /**	background: -moz-linear-gradient(#fff, #999);
  	background: -webkit-linear-gradient(#fff, #999);
  	background: -o-linear-gradient(#fff, #999); **/
  color: #000; }

.close-modal {
  background: #065f9d;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  margin-top: 0px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.close-modal:hover {
  filter: brightness(115%); }

/******************************          Progress Bar          ******************************/
.graph {
  width: 100%;
  /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
  height: 30px;
  border: 1px solid #888;
  background: #a8a8a8;
  background: -moz-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a8a8), color-stop(23%, #cccccc));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
  background: linear-gradient(top, #a8a8a8 0%, #cccccc 23%);
  position: relative; }

#bar {
  height: 28px;
  background: #FFCC00;
  border-top: 1px solid #fceabb;
  border-right: 1px solid #999; }

#bar p {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 30px; }

.error {
  background-color: #fceabb;
  padding: 1em;
  font-weight: bold;
  color: red;
  border: 1px solid red; }

.Step1Question {
  width: 50%;
  margin-left: 35%;
  margin-right: 15%;
  margin-top: 20px;
  margin-bottom: 20px; }

.Step1Question {
  width: 90% !important;
  margin: 30px auto !important;
  text-align: left !important; }

.Step1Question input {
  margin-right: 10px; }

.Step1Question label {
  display: block; }

.cta-container p {
  color: #000 !important;
  font-size: 13px; }

.cta-container {
  text-align: center; }

.CTA {
  background-color: #158292;
  color: white;
  font-weight: 600;
  padding: 15px;
  font-size: 20px !important;
  display: inline-block;
  margin-bottom: 20px;
  width: 80%;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.CTA:hover {
  background-color: #0e5a66; }

.CTA-BTN {
  background-color: #06b5ef;
  color: white;
  font-weight: 600;
  padding: 15px !important;
  font-size: 20px !important;
  display: inline-block;
  border: none !important;
  cursor: pointer;
  width: 80% !important;
  margin-left: 10% !important;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.CTA-BTN:hover {
  filter: brightness(115%); }
