.btn{
	margin-right: 20px;
}

.required{
	color: red;
}

.checkboxlabel {
    margin: 0 0 0 0;
}

.vpn{
	color: dimgray;
}
.masthead{
 	min-height:30rem;
 	position:relative;
 	display:table;
 	width:100%;
 	height:auto;
 	padding-top:8rem;
 	padding-left: 14rem;
 	padding-right: 10rem;
 	padding-bottom:8rem;
 	background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 100%),url(../img/bg-masthead.jpg);
 	background-position:center center;background-repeat:no-repeat;background-size:cover
 }

[dataTitle]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[dataTitle]:after {
    content: attr(dataTitle);
    position: absolute;
    bottom: -2.0em;
    left: 50%;
    padding: 4px 4px 4px 8px;
    color: #222;
    font-weight: normal;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[dataTitle] {
    position: relative;
}