 #gradblue {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
 }
.red{
   color: red;

}
.white{
  color:white;
}

.dark_gray{
  color: rgb(82, 80, 80);

}
.subheadline{
  font-family: Oswald;
  font-size: 22px;
  font-weight:lighter;
  font-style:normal;
}


.feature{
   background-color: #f5f5d8d6;
   border: #bf9f9f;
   border-style: dotted;
   width: 90%;
   margin-bottom: 6px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 7px;

}
.container {
   
  border-style: dashed;
  border-width:medium;
  border-color: red;
  max-width:550px;
  width:95%;
  padding:10px 3px 50px 3px;
  margin: auto;
  height: 500px;

}
.container2 {
   
  border-style: solid;
  border-width:thin;
  border-color: rgb(67, 30, 30);
  max-width:550px;
  width:95%;
  padding:5px 20px 50px 20px;
  margin: auto;
  height: 550px;

}


.box2 {
   

  max-width:550px;
  width:95%;
  padding:5px 5px 5px 5px;
  margin: auto;


}
.spacer{
height:100px;
min-height: calc(100vh - 550px);

}
.label{
   font-size: 75%;
   color: #fff;

   background-color: red;

   font-weight: 700;

   vertical-align: middle;
   padding: .2em .8em;
   width: fit-content;
   margin-left: 5px;
   display: block;

}
.highlight{
   background-color: #ffef59cc;
   padding: 3px;
}
.greylight{
  background-color: #585857cc;
  font-family: Oswald;
  font-weight:400;
  font-style:normal;
  padding: 3px;
  font-size:22px;
}
.qtitle{
  font-family: Oswald;
  font-weight:400;
  font-style:normal;
  padding: 3px;
  font-size:27px;
}
.qsubtitle{
  color:grey;
  font-family: Oswald;
  font-weight:200;
  font-style:normal;
  padding: 3px;
  font-size:18px;
}
 h1, h2, h3 {
   margin-top: 0px !important;
   margin-bottom: 15px !important;
  
   text-align: center;
 
 }
h3{
   font-size: 1.5em;
}
 .btn,
 input {
   -webkit-appearance: none;
   width: 100%;
 }

 section,
 section:last-child {
   display: none
 }

 .btn,
 * {
   font-family: Lato, sans-serif;
 }

 h1 {
  font-family: Oswald;
   font-weight: 400;
   color: #0c0c0c;
   font-size: 50px;
  

  
 }

 h2 {
  font-family: Oswald;
   color:green;
   font-size: 26px;
   font-weight: bold;
   font-style:normal;
 }

 input {
   padding: 1.65em;
   font-size: 1em;
   border: 2px solid #1abc9c;
   margin: 0;
   border-radius: 10px
 }

 input:focus,
 input:hover {
   outline: 0;
   border-color: #28e1bd
 }

 .btn {
   color: white !important;
   cursor: pointer;
   max-width: 90%;
   padding: 0.5em 2em;
   margin: .3em auto 0;
   font-weight: 800;
   border-radius: 0px;
   border-style: outset;
   border-color: #016301 !important;
   border-width: 3px;
   background-color: #039103 !important;
   font-size: 1.7em;
 }

 .btn_no{
  color: rgb(234, 224, 224) !important;
  width: 90%;
  cursor: pointer;
  padding: 0.5em 2em;
  margin: .3em auto 0;
  font-weight: 800;
  border-radius: 0px;
  border-style: outset;
  border-color: #918f8f !important;
  border-width: 2px;
  background-color: #5e5c5c !important;
  font-size: 0.9em;
}
 }


 .section
   border-radius: 2px;{
 }

 section {

  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

   

   margin: auto;

   text-align: center;
   background: rgba(255, 255, 255, .85);
   height:auto;

 }

 body {
   width: 100%;
   height: 100vh;
   center center;
   background-size: cover;
   overflow:auto;
   padding-top:30px;
 }
 .grey{
    margin-top: 1em;
         background-color: grey !important;
         font-size:0.9em !important;
 }
 .btn:hover {
   background-color: white;
 }

 input {
   border-color: #e67e22
 }

 input:focus,
 input:hover {
   border-color: #eb9950
 }

 @media screen and (max-width: 768px), screen and (max-height: 500px) {

   .btn {
     max-width: 90%;
     font-size: 2.2em;
     padding: 0.7em 1.3em;
     font-size: 18px !important;
   }

   section {
     
    
    
   }
   .greylight{

    font-size:22px;
  }
   h1 {
     font-size: 40px;
     margin-top: 0;
     padding-bottom: 0;
     font-weight: 400;
   }

   h2 {
     font-size:22px;
   }

   input {
     padding: 1.2em;
     font-size: 1em;
     margin: 0;
     border-radius: 10px;
     border: 2px solid #1abc9c;
   }
 }

 @media screen and (max-width: 500px), screen and (max-height: 500px) {
   body {
   overflow: auto;
   }

   .btn {
     max-width: 100%;
     padding: 0.5em 1.2em;
     font-size: 1.1em !important;
   }

   section {
    
 
     height: auto;

   }


 section#home {
 }

 .greylight{

  font-size:18px;
}

   h1 {
     margin-top: 0;
     padding-bottom: 0;
     font-size: 35px;
     
   }

   h2 {
     font-size: 20px;
   }
   h3{
      font-size: 1.4em;
   }
 }

 input {
   border-radius: 3px;
   margin: 3px;
   border: 2px solid #ca4343c4;
   padding: .31em;
   font-size: 1.5em;
   background-color: #ffffa796;
 }
 }

 .pop_up {
   width: 781px;
   margin: 0 auto;
   height: 840px
 }

 .pop_up_left {
   margin: 0;
   float: left;
   height: 828px;
   width: 368px
 }

 .pop_up_left img {
   margin: 0px 0px 0 170px;
   position: absolute
 }

 .pop_up_content {
   display: inline-block;
   float: left;
   padding: 92px 0 0;
   width: 335px
 }

 .pop_up_content h2 {
   font-family: Roboto, sans-serif;
   font-weight: 700;
   font-size: 31px;
   line-height: 31px;
   color: #fff;
   background: #da2d2d;
   padding: 6px 10px;
   margin: 0 14px 0 7px;
   display: inline-block;
   border-radius: 5px;
   float: left
 }

 .pop_up_content h3 {
   font-family: 'Gochi Hand', cursive;
   font-size: 37px;
   line-height: 37px;
   color: #173350;
   padding: 0 0 3px;
   margin: 0 0 37px;
   float: left;
   letter-spacing: .5px
 }

 .pop_up_content h5,
 .pop_up_content p {
   color: #173350;
   font-family: Roboto, sans-serif
 }

 .pop_up_content h5 {
   font-size: 25px;
   line-height: 25px;
   font-weight: 400;
   padding: 0 0 13px
 }

 .pop_up_content p {
   font-weight: 700;
   font-size: 28px;
   line-height: 35px;
   background: url(../images/down_arrow.png) center bottom no-repeat;
   padding: 0 0 54px
 }

 .pop_up_content p span {
   background: url(../images/amezing_bg.png) no-repeat
 }

 .pop_up_content a {
   margin: 25px 0 0
 }

 .cross_mark {
   display: block;
   position: absolute;
   margin: -30px 0px 0 -30px
 }

 .close {
   opacity: .6
 }

 .popup-box,
 .popup-box22 {
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5);
   position: absolute;
   z-index: 9999;
   left: 0;
   top: 0;
   min-width: 781px;
   min-height: 540px
 }

 .popup-box {
   display: none
 }

 .overlay {
   display: table;
   width: 100%;
   height: 100%
 }

 .inside-box {
   display: table-cell;
   vertical-align: middle
 }

 .clear {
   clear: both
 }

 .pop_up_content span {
   color: #173350;
   font-size: 25px;
   display: inline;
   padding: 0
 }

 body {}


 .fixed-header
   width: 100%;
   background: #254389;
   padding: 5px 0;
   color: #ada8a8;
   text-align: center;{
 }

 .fixed-header {
   top: 0;
   margin: 0px;
   width: 100%;
   padding: 5px 0;
   color: #0f0e0e;
   text-align: center;
   position: relative;
   background:rgb(166, 166, 168);
   height: 45px;
 }

 .fixed-footer {
   width: 100%;
   background:rgb(153, 153, 154);
   color: #5f5b5b;
   text-align: center;
   height: 30px;
   padding: 5px 0;
   position: relative;
   margin-top: -20px;
 }



 nav a {
   color: #fff;
   text-decoration: none;
   padding: 7px 25px;
   display: inline-block;
 }


 .progress.active .progress-bar {
     -webkit-transition: none !important;
     transition: none !important;
 }

 .list-display li {
  margin-bottom:.4rem;
  font-size:1.1rem;
}
.list-checkmarks {
  padding-left:1.5rem;
}
.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
}
.list-checkmarks li:before {
font-family: 'FontAwesome';
content: "\f00c";
margin:0 10px 0 -28px;
color: #17aa1c;
}
