@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
}
video {
    object-fit: cover;
    width: 100%;
    height: 98%;
    position: fixed;
    top: 0;
    left: 100;
}
a:link { 
	text-decoration: none; 
	font-weight: bold;
	color: #016daf;
} 
a:visited { 
	text-decoration: none;
	color: #016daf; 
} 
a:hover { 
	text-decoration: none; 
	color: blue;
	font-weight: bold;
} 
a:active { 
	text-decoration: none; 
}
label {
	font-weight: bold;	
}
.bold {
	font-weight: bold;
}
.nccvmBlueBkgrnd {
	background-color: #016daf;
}
.nccvmBlueText {
	color: #016daf;
}
.nccvmBlueBorder {
	border-color: #016daf;
}
.nccvmBlueGradiant {
	background-image: linear-gradient(white, white, #016daf, white);
	background-repeat: repeat-x;
}
.nccvmBlueGradiantVert {
	background-image: linear-gradient(to right, white, white, #016daf, white);
	background-repeat: repeat-x;
}
.nccvmBlueGradiant2 {
	background-image: linear-gradient(white, white, #016daf, white, white);
	background-repeat: repeat-x;
}
.fotorama__wrap {
    margin: 0 auto !important;
}
.sunken {
	color: silver;
	text-shadow: black 1px 1px 0;
}
.borderimg {
	border: 10px solid transparent;
	padding: 15px;
	border-image: url(images/granite1) 30 round;
}
#header {
    height:100px;
}

.bkgrndLightGrayBlue {
	background-color: #eeeff7;
}

/*BELOW FIXES PROBLEMS WITH SELECT ON IPHONE.  MUST USE SELECT-CONTAINER WRAPPER*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: white;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}

.select-container {
    position:relative; 
    display: inline;
    /*border-radius: 16px;*/
}

.select-container:after {
    content:""; 
    width:0; 
    height:0; 
    position:absolute; 
    pointer-events: none;
}

.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}
/*ABOVE FIXES PROBLEMS WITH SELECT ON IPHONE.  MUST USE SELECT-CONTAINER WRAPPER*/

.grecaptcha-badge {
	bottom: 1px !important;
	height: 55px !important;
	z-index: 99999 !important;
}

