@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat-light";
    src: url("./fonts/Montserrat-Regular.ttf") format('truetype');
}

a {
	color: #444;
	text-decoration: underline;
}

.background:before {
    content: '';
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    /* background: rgba(0, 0, 0, 0.5); */
}

.blue {
  color: #488afb;
}

body {
  z-index: 1;
  position: relative;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none; 
  background: #fff;
  background-image: url(./images/bg.jpg);
  background-size: cover;
  padding-top: 127px;
  height: 100%;
}

body::-webkit-scrollbar {
 display : none;
}

#bottom-button {
  display: inline;
}


html {
	background-color: #fefefe;
	padding: 0px;
	margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y:scroll;
  position: relative;
  height: 100%;
}

.byline {
    width: 480px;
    margin: 0 auto;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

.btn-link {
    text-decoration: none!important;
    font-size: 24px!important;
}

.card-header img {
    height: 50px;
    margin-right: 25px;
}

.col-md-12 {
  padding: 0px;
}

#content {
  min-height: 90%;
  height: auto !important; /*min-height hack*/
  height: 100%;            /*min-height hack*/
  padding-bottom: -4em;     /*Negates #push on longer pages*/
}

#continue {
  font-size: 30px;
	margin-bottom: 15px;
	width: 430px;
	background: #3c7ce6;
	padding: 20px 0;
	border: none;
	transition: all 0.3s;
}

#continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}

button:focus { outline: 0 !important; }

.contact-box {
    margin: 0px 100px 50px 100px;
    border: 1px solid gray;
    box-shadow: 2px 2px 10px 5px gray;
    padding: 25px;
}

.subcopy {
  font-family: 'Montserrat-Light', sans-serif;
    font-size: 18px!important;
}


#continue:hover {
  background-color: #3472d4;
  transform: scale(1.1);
}

.copyright {
  width: 100%;
  text-align: right;
  color: lightgray;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 100%;
}

.description-header {
  color: #fff;
  font-size: 34px;
}

#disclaimer {
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

#fcf-button {
    margin: auto;
    width: 50%;
}

.footer {
	font-size: 14px;
	width: 100%;
  text-align: right;
  color: lightgray;
  padding: 0px 50px 20px 50px;
  height: 4em;
  margin-top: 10px;
}

.footer a {
  color: lightgray;
}

.footer-1 {
	font-size: 14px;
	position: relative;
  bottom: 15px;
	width: 100%;
  color: gray;
}

.footer-links {
  width: 100%;
  text-align: right;
}

.form-control {
    width: 50%;
    margin: 20px auto;
}

#header-icon {
  width: 45px;
  margin-right: 5px;
}

.header-text {
  font-size: 36px;
  padding-left: 50px;
  padding-top: 100px;
}

.hide {
	display: none;
}

.info_container {
    margin: 0px 50px 25px 50px;
    border: 1px solid black;
    padding: 25px;
}

.instructions {
    text-align: center;
}

.logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#main-box {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center; 
  border: 1px solid lightgray;
  /* box-shadow: 3px 3px 5px 3px #8b8b8b; */
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 35px;
  color: #333 !important;
  /* margin-left: -56px; */
}

#main-box p {
  font-size: 17px;
  margin-bottom: 35px;
}

.spinner-grow {
	height: 20px!important;
	width: 20px!important;
  margin-bottom: 25px;
}

.sub-text {
  text-align: center;
  margin-top: 25px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

.text {
	text-align: right;
}

.top-text {
    font-size: 24px;
    text-align: center;
}

ul.dots {
    list-style: circle;
    padding-inline-start: 30px!important;
    text-align: left;
    width: 383px;
    margin: -10px auto 25px auto;
}

ul.dots li {
    margin-bottom: 7px;
}

#uninstall {
    width: 90%;
    margin: auto auto 25px auto;
}

/* Responsive breakpoints */

@media (max-height: 800px) {

  body {
      padding-top: 125px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
        margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
        margin: -15px auto 15px auto;
  }

}

@media (max-height: 700px) {

  body {
      padding-top: 70px;
  }

  #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 16px;
  }

  #main-box h1{
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;  
  }


}



.tb-popup-template {
  position: fixed;
  display: none;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tb-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: fade .2s linear forwards;
}

.tb-popup {
  max-width: 690px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  margin: 200px auto 0;
}

.tb-popup h2 {
  letter-spacing: .15px;
  color: #324148;
  font-weight: 700;
  font-size: 27px;
}

.tb-popup h2 .color-txt {
  color: #1a73e8;
}

.tb-popup div#wave,
.wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 4px;
  background-color: #1a73e8;
  max-width: 401px;
  margin-top: 65px;
  padding: 40px;
}

.tb-popup div#wave .dot,
.wave .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 17px;
  background: #fff;
  animation: wave 1.3s linear infinite;
}

.tb-popup div#wave .dot:nth-child(2),
.wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}

.tb-popup div#wave .dot:nth-child(3),
.wave .dot:nth-child(3) {
  animation-delay: -.9s;
}

.tb-popup div#wave .dot:nth-child(4),
.wave .dot:nth-child(4) {
  animation-delay: -.5s;
}

.tb-popup div#wave .dot:nth-child(5),
.wave .dot:nth-child(5) {
  animation-delay: -.3s;
}

@keyframes wave {

  0%,
  100%,
  60% {
      transform: initial
  }

  30% {
      transform: translateY(-15px)
  }
}

@keyframes fade {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

.confirm {
  font-family: 'Raleway', sans-serif;
}

.confirm {
  position: fixed;
  width: 500px;
  height: 200px;
  background: #fff;
  z-index: 100000;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  border: solid 2px #ccc;
  display: none;
}

.confirm p {
  font-size: 23px;
  color: #010101;
  font-weight: normal;
  line-height: 29px;
  margin: 20px 0 0 20px;
  text-align: left;
}

.confirm .actions {
  text-align: right;
  margin: 50px 20px 0 0;
}

.confirm .actions .btn {
  background: #f3f2f2;
  border: 1px solid #acacac !important;
  font-size: 24px;
  margin-left: 20px;
  color: #000 !important;
  font-weight: normal;
  border-radius: 5px;
  padding: 6px 35px;
}

.confirm .actions .btn.blue {
  border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
  background: #498cfe;
  color: #fff !important;
}

#install-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
  background: black;
  position: fixed;
  opacity: .7;
  pointer-events: none;
  display: none;
}