.UniversalPageColor{
	/* background-color: #ededed; */
	background-color: #fff; 
}


@font-face {
	font-family: "Equip-Light";
	src: url("fonts/Equip-Light.woff");
}

html {
	background: #fff;
}

body {
  margin: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Equip-Light', sans-serif;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.green-dot {
	width: 20px; 
	height: 20px;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.red-dot {
	width: 20px; 
	height: 20px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.NiceRadio{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.SuccessBox{
	display: none; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	height: 75px; 
	width: 200px; 
	background-color:#6DC779;
	color:white;
	text-align: center; 
	vertical-align: middle; 
	line-height: 76px; 
	font-size:25px;
	-moz-border-radius: 15px; 
	border-radius: 15px;
}

.TCDialog{
	display: none;
	font-size: 15px;
}

.ChooserBox{
	display: table-cell;
    width: 200px;
    height: 46px;
    padding: 10px;
    border: 1px solid gray;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 18px;
}

.ChooserBox:hover{
	background-color: #e0e1e1;
}

.TheMatrix{
	display: none; /* This is used in place of recaptcha as a honeypot to block non-humans */
}

.BigCheckBox{
	width: 18px;
	height: 18px;
	vertical-align: bottom;
}

.BigCheckBoxSubAligned{
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-top: 2px;
}

.BigCheckBoxMobile{
	width: 25px;
	height: 25px;
	vertical-align: bottom;
}

.SpinnerContainer{
	display: none;
	width: 124px; 
	margin: 0 auto;
	text-align:center;
	z-index: 9999; 
	background: #fff; 
	padding: 10px 22px 24px 0px; 
	margin-bottom: 15px; 
	border: 5px solid #808080; 
	border-radius: 15px;
}

.spinner.loading {
  padding: 40px;
  position: relative;
  text-align: center;
  z-index: 9999; 
}

.spinner.loading:before {
  content: "";
  height: 40px; /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
  width: 40px; /* WARNING: You can change the height/width, but certain dimensions make the spinner wobble. Example: 50x50 wobbles! */
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation .7s infinite linear;
  z-index: 9999; 
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  } to {
    transform: rotate(359deg);
  }
}

#DarkLayer
{
    position:fixed;
    top: 0px;
    left: 0px;
	background-color: gray;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 100;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
}

#faqs dt {
	font-size: 20px;
	font-weight: bold;
	color: #474747;
	cursor: pointer;
	margin: 0 0 15px 15px;
	background: url(../images/expand-icon.png) no-repeat left;
	min-height: 40px;
}

#faqs .expanded {
	background: url(../images/expanded-icon.png) no-repeat left;
}

#faqs dd {
	font-size: 17px;
	margin: 0 0 20px 25px;
}

#faqs dt, #faqs dd {
	padding: 0 0 0 50px;
}

#faqs dd {
	display: block;
	margin-inline-start: 0px;
}

.DTAlign{
	padding-top: 7px;
}

.TCHighlight{
	background-color: #ededed;
	border-radius: 6px;
	padding: 2px 8px 2px 7px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.HomeInfoBlock{
	margin-top: 30px; 
	width: 800px; 
	font-size: 20px; 
	text-align: left; 
	color: #545454
}

.HomeTitleBlock{
	background-color: #1998d5;
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.BasicInfoBox{
	margin-top:15px; 
	padding: 10px 20px 10px 20px; 
	text-align: left;
}

.BasicTextBox{
	width: 260px;
    font-size: 18px;
    padding: 5px;
    margin-top: 8px;
}

.BasicTextBoxSmallerFont{
	width: 260px;
    font-size: 17px;
    padding: 5px;
    margin-top: 8px;
}

.GrayButton{
	background-color: #e2e2e2;
    color: #1B1B10;
    padding: 5px 15px 5px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
	outline: 0;
	cursor: pointer;
}

.GrayButton:hover{
	background-color: #ebeadd;
}

.MediumButton{
	background-color: #1998d5;
    color: #fff;
    padding: 7px 17px 7px 17px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
}

.MediumButton:hover{
	background-color: #3eafe5;
}

.ThinButton{
	background-color: #1998d5;
    color: #fff;
    padding: 5px 12px 5px 12px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    cursor: pointer;
    font-size: 14px;
}

.ThinButton:hover{
	background-color: #3eafe5;
}

.LargeButton{
	background-color: #1998d5;
    color: #fff;
    padding: 12px 30px 11px 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.LargeButton:hover{
	background-color: #3eafe5;
}

.GreenButton{
    background-color: #42a20a;
    color: #fff;
    padding: 5px 15px 5px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    cursor: pointer;
}

.GreenButton:hover{
	background-color: #27d00d;
}

.RedButton{
	background-color: #a63e3e;
    color: #f1f1e6;
    padding: 5px 15px 5px 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
	outline: 0;
	cursor: pointer;
}

.RedButton:hover{
	background-color: #bb5b6c;
}

.RedButtonLarge{
    background-color: #a63e3e;
    color: #f1f1e6;
    -moz-border-radius: 15px;
    -webkit-border-radius: 7px;
    outline: 0;
    font-size: 20px;
    padding: 7px 17px 7px 17px;
	cursor: pointer;
}

.RedButtonLarge:hover{
	background-color: #bb5b6c;
}

.RoundedDiv{
	border: 1px solid #808080;
    padding: 19px;
    border-radius: 15px;
}

.MenuIcon{
    margin-top: -5px;
    margin-bottom: -10px;
}

.LoggedIn{
	position: absolute; 
	top: 4px; 
	right: 10px; 
	font-size: 11px; 
	color: #e9ecec;
}

.topnav {
  overflow: hidden;
  position: relative; 
  
  background-color: #f6f6f6;
}

.topnav a {
  float: left;
  display: block;
  color: #474747;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  font-weight: bold;
  background-color: #ededed;
  color: white;
}

.topnav .icon {
  display: none;
}

.MenuBars{
	display: none;
}

.LogoPosition{
	position: absolute; 
	left: 1px;
    top: -75px;
}

.MenuLink{
	font-weight: bold;
}

.MenuLink:hover{
	color: #1998d5;
}

@media screen and (max-width: 600px) {
  .LoggedIn{
	text-align: center;
	right: 0px;
	width: 100%;
  }
  
  .HomeInfoBlock{
	width: 90%; 
  }

  .HomeTitleBlock{
	font-size: 30px;
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  .topnav {
	  display: none; 
	  margin-top: 30px;
   }
  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .MenuBars{
	display: block;
	position: absolute; 
	width: 40px; 
	height: 25px; 
	top: 27px; 
	left: 15px;
   }
  
  .LogoPosition{
	position: relative;
    top: 9px;
    left: 0px;
    margin-bottom: 0px;
  }
  
  .MenuLink{
     border-bottom: 1px solid #808080;
  }
}

