@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bitter&family=VT323&display=swap');

body, html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0;
  margin: 0;
  color: #777;
}
a, .bnote a.link, .link {
  color:#47a3da;
  text-decoration:none;
  cursor:pointer;
}
h1 {
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: 3.5em;
  line-height: 1em;
  font-weight: 400;
}
h1 a {
  color: #47a3da;
  text-decoration:none;
}
h2 {
  font-family: 'Bitter', Georgia, Times, serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
}
h3 {
  padding: 0 2%;
  font-size:1.45em; 
  font-weight: 400;
}
p {
  padding: 0 2%;
  font-size:1.2em;
  line-height:1.2em;
  font-weight: 400;
}
ul { list-style-type: circle; }
li { font-size:19px; margin:10px 0; }
.cgfont a {
  font-family: "VT323", Courier, monospace;
}
.cgpwrd{
  top: -12px;
  position:relative;
  display:block;
  margin-bottom:0;
}
.site_name {
  margin-bottom:0;
  padding-bottom:0
}
.login {
  position:absolute;
  top:5px;
  right:6px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:15px;
  font-weight:bold;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrap {
  width:90%;
  max-width: 800px;
  margin:2% auto 0;
}
.container {
  width:100%;
  margin: 0;
  border-radius: 2px;
  border: 4px solid #47a3da;
  padding: 4% 0;
  position:relative;
}
.currencywrap {
  float:left;
  width:32%;
  text-align:center;
  margin: 0 1% 2% 0;
  height: 120px;
}
.btn {
  font-size: 22pt;
  font-family: tahoma;
  font-weight: bold;
  padding:9px 18px;
  min-width: 130px;
  background-color:#47a3da;
  cursor:pointer;
  border:none;
  color: #FFF;
  border-radius: 2px;
}

.msg {
  text-align:center;
  display:block;
}
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  font-size:26px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;

}
.countdown {
  font-size:36px;
  line-height:36px;
  color: #F3C;
  font-family: "VT323", Courier, monospace;
}
.red { color: #C30; }
.orange { color:#F90; }
.blue { color:#47a3da; }
.green { color:#390; }
.grey { color: #777; }

.note, .note a {
  font-size:14px;
  color:#999;
}

.bnote, .bnote a {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#686868;
}

.footer, .footer a {
  font-size:14px;
  color:#999;
  text-align:center;
}

/** FORM STUFF */
.form-wrap {
  max-width:550px;
  width:98%;
  margin: 0 1%;
  margin: 0 auto;
}
.control-label {
  padding: 0;
  margin: 20px 0 5px;
  display:block;
}

.left-more {
  margin-left:-3px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}

label {
  font-size:22px;
  font-weight: 400;
}
.form-control {
  font-size: 16px;
  padding: 1% 2%;
  margin: 0 1%;
  background-color: #FFF;
  border: 1px solid rgba(176, 176, 176, 0.6);
  color: #3E3D3D;
  width: 92%;
}
input.form-control {
  height: 30px;
}
.form-control:focus {
  box-shadow: 0 0 10px #CCC;
}
.button { 
  cursor:pointer;
  width: 90%;
  padding: 16px 0; 
  background: #47a3da; 
  border: 0; 
  font-size: 18px; 
  color: #FFF;
  margin: 0 auto;
  border-radius: 4px;
}
a.button:focus, input[type="submit"]:focus {
  outline: none
}
a.button:hover, input[type="submit"]:hover {
  opacity: 0.9;
}
a.button:active, input[type="submit"]:active {
  opacity: 0.9;
}
a.button {
  text-decoration:none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  border: 1px solid #999;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

/** VIDEO */
.video-wrap {
  width:100%;
  max-width:600px;
  margin:0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 50px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** MISC */
.keepittogether { display:inline-block; }
.tile-wrap {
  margin:1rem 2% 0 4%;
  width:94%;
  display: grid;
  grid-gap: 2%;
  grid-template-columns: repeat(3, 31.334%);

}
.tile {
  width:100%;
  margin:1% 0;
  display:inline-block;
  text-align:center;
  min-height:225px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.tile:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.tile i {
  padding-top: 20px;
  font-size:36px;
  color:#da475a;
}
.tile h3 {
  font-size:1.5em;
}
.tile p {
  font-size:1.2em;
}

@media (max-width:767px) {
  .tile-wrap {
    grid-gap: 1% 3%;
    grid-template-columns: repeat(2, 47%);

  }
}

hr {
  border: 0;
  height: 3px;
  background: #333;
  background-image: linear-gradient(to right, #EEE, #47a3da, #EEE);
}
.hiddenDiv { display:none; }
.center { text-align:center; }
.toggle { }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #333;
  cursor:default;
}
/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 5px 1px;
  border-radius: 1px;
  position: absolute;
  width: 400px;
  bottom: 100%;
  left: 50%; 
  margin-left: -200px;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
