.hero{
  height:100%;
  width:100%;
}
.verticalcenter{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.horizontalcenter{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.r60{
  height:60%;
}
.blue{
  background-color: #2361aa;
}
.white{
  background-color: white;
}

.homepage{
  position: relative;
  overflow: hidden;
}
.titleframe-top{
  height:34%;
  position: relative;
  background-color: white !important;
}
.titleframe-buttons{
  height:66%;
}
td{
  text-align: center;
  width: 25%;
}
.highlighted{
  background-color: #6795cb;
  cursor: pointer;
}

.highlightedTopMenu{
  background-color: #6795cb !important;
  cursor: pointer;
  color: white;
}
.highlightedTopMenu h2{
  color: white !important;
}
table { border: none; border-collapse: collapse; }

.toplogo{
  width:50%;
  height: auto;
  z-index: 100;
}
.topbar{
  position: absolute;
  width: 101%;
  height: auto;
  top:34%;
  z-index: 0;
}
.menubuttons{
  font-family: 'Montserrat', sans-serif;
  color: white;
  display: block;
  font-size: 1.4em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
}
.noselect{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*.about-text{
  height: 100%;
  max-height: 80%;
  max-width: 100%;
  padding-left: 5%;
  padding-right:5%;
  overflow-y: auto;
}*/
.about-text h2{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}
.about-text p{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1em;
  font-family: 'Montserrat', sans-serif;

}
.links-text{
  padding-left: 5%;
  padding-right:5%;
}
.links-text h2{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}
.links-text p{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1em;
  font-family: 'Montserrat', sans-serif;

}


body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}
.topmenu{
  width: 100%;
  height: 10%;
  z-index: 500;
}
.topmenu-toprow{
  height:80%;
}
.topmenu-toprow-table{
  width:100%;
  height:100%;

}
.topmenu-toprow-table tr{
  height:100%;
}
.topmenu-toprow-table td{
  width:auto !important;
  height:inherit !important;
  vertical-align: middle;
}
.topmenu-toprow-table td h2{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  margin: 0;
}
.menubar-divider{
  width: 100%;
  height:20%;
  background-color: #949c9e;
}
.menubar-logo{
  height:100%;
  padding:5%;
}
.topmenu-stickyon{
  display:block;
  position: fixed;
  top: 0px;
}
.topmenu-stickyoff{
  display:none;

}
.underlinedTopMenu{
  background-color: #2361aa;
  cursor: pointer;
  color: white;
}
.underlinedTopMenu h2{
  color: white !important;
}
.noline{
  text-decoration: none;
}

.section-table{
  width:100%;
  height:100%;
}
.section-table-row{
  height:100%;
}
.section-table-item{
  width:auto !important;
  height:inherit !important;
  vertical-align: middle;
  padding-top:5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}
.section-table-header{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  text-align: left;
}
.section-table-header-centered{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  text-align: center;
}
.section-table-item-padder{
  width:10%;
}
.section-table-paragraph{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1em;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.RemoteSupportImage{
  width: 50%;
}
.RemoteSupportButton{
  cursor: pointer;
}
.RemoteSupportButton:hover .RemoteSupportImage{
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.RemoteSupportButton:hover h2{
  text-decoration: underline;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    border:none;
    outline:none;
}
a img {
    border:none;
    outline:none;
}

.linkIconHolder{
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  margin: 20px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
.linkIconHolder:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.linkIconHolder:hover h3{
  text-decoration: underline;
}
.linkIconHolder img{
  margin: 10px;
  width: 140px;
  height: 140px;
}
.linkIconHolder h3{
  color: #949c9e;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.modal{
  position: fixed;
  left:0;
  top:0;
  bottom: 0;
  right:0;
  width:100%;
  height:100%;
  z-index: 501;
}
.modal table{
  position: absolute;
  top: 0;
}
.modalBackground{
  background-color: gray;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width:100%;
  height: 100%;
  z-index: 501;
}
.passwordBox{
  background-color: white;
  filter: none;
  opacity: 1;
  display: inline-block;
  width:40%;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
}
.passwordBox h3{
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}
.notVisible{
  display:none;
}
.visible{
  display:block;
}
.contactTableParent{
  padding:10%;
}
.contactTable{
  border-radius:1em;
}
.contactTable td{
  width:auto;
}
.contactTable .section-table-item-padder{
  width:10%;
  height: 1em;
}
.contactTable p{
  margin:0;
  font-family: 'Montserrat', sans-serif;
  color:black;
}
.contactTable h3{
  margin:0;
  font-family: 'Orbitron', sans-serif;
  text-decoration: underline;
}
.contact-td-middle{

}

.serviceRequest{
  top: 1em;
  right:0;
  width: 15em;
  background-color: blue;
  border-radius: 3em 0 0 3em;
  background-color: #6795cb;
  cursor: pointer;
  box-shadow: 1em 0.5em 10px #0009;
}
.serviceRequest:hover{
  background-color:#1a4981;
}
.srTop{
  top:1em;
  position: absolute;
}
.srMid{
  position: fixed;
  top:65%;
}
.serviceRequestImage{
  padding-left: :5%;
  padding-top: 5%;
  padding-bottom:5%;
  width: 5em;
}
.serviceRequestTitle{
  padding-right: :5%;
  padding-top: 5%;
  padding-bottom:5%;
  width:auto;
}
.serviceRequest img{
  width: 3.5em;
  margin-left:1em;
}
.serviceRequest h2{
  color: white;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.last-section{
  height:90%;
}
