 \*********************************************************************************************/  
 
 body {
font-family: 'Century Gothic W01', sans-serif;
font-size: 14px;
line-height: 30px;
/*webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
background-color: #fff;
}

.white {
	color: #fff;
}
.white .dropdown-toggle {
	color: #fff !important;
}
.black {
	color: #000;
}

.grey {
	color: #333;
}
.dim {
	color: #999;
}
.main-wrapper {
	border-radius: 6px;
	background-color: #fff;
	padding: 20px;
	margin: 20px;
}
/*a, a:visited, a:active, a:focus {
	color: inherit;
}*/
a:hover {color:black:}
a, a:hover, img, img:hover, button, button:hover {
	transition: all 0.3s ease-in-out;
}
p {
	color: #666;
	font-size: 16px;
	margin: 0 0 20px 0;
	font-family: "Century Gothic W01";
}

hr {
	border-top-color: #DDDDDD;
	}

b, strong {
	font-weight: 700;
}
.radio label, .checkbox label {
	line-height: 20px;
}
h1 {
	font-family: 'Linotype Didot W01', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000;
	font-size: 90px;
	margin-top: 10px;
}
h2, h3, h4, h5, h6 {
	font-family: 'Neue Helvetica W01', sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #000;
	
}
h2 {
	color: #333;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1px;
}

h3 {
	font-size: 28px;
	font-weight: normal;
	font-weight:600;
	margin: 5px 0 5px 0;
}
h4 {
	font-size: 15px;
}
label {
	font-weight: normal !important;
	font-family: 'Century Gothic W01', sans-serif;
}
legend {
	border-bottom: none;
	font-family: 'Century Gothic W01', sans-serif;
}
pre, #textarea1, #textarea2, #textarea3, #textarea4 {
	background-color: #fffee9;
	background-image: linear-gradient(#eee 1px, transparent 1px);
	background-size: 100% 15px;
	border: 1px dashed #eee;
	border-radius: 0;
}
pre {
	margin-bottom: 20px;
}
.alert-dismissable .close, .alert-dismissible .close {
	top: -8px;
	right: -14px;
}
input[type="file"]:hover {
	background-color: #b30000;
}
.btn {
	font-family: 'Century Gothic W01', sans-serif;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clear1 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 1px;
}
.clear2 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 2px;
}
.clear3 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 3px;
}
.clear4 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 4px;
}
.clear5 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.clear10 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 10px;
}
.clear20 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 20px;
}
.clear30 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 30px;
}
.clear40 {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 40px;
}
.error {
	color: #F00;
	font-size: 12px;
}
.small {
	font-size: 12px;
}

.bg-info-default {
	border-radius: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}
.margin-left-right-0 {
	margin-right: 0;
	margin-left: 0;
}
.padding-left-right-0 {
	padding-left: 0;
	padding-right: 0;
}
.margin-top-0 {
	margin-top: 0;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-top-bottom-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.highlight {
	background-color: #cdffc9;
	color: #000;
}
ul li .badge {
	font-weight: normal;
	padding: 3px 6px 4px 6px;
	background-color: #ccc;
	color: #000;
	text-shadow: 1px 1px 1px #eee;
	font-size: 11px;
}
.docs .glyphicon {
	margin-right: 10px;
}
.docs .panel-body {
	padding: 0px;
}
.docs .panel-body table tr td {
	padding-left: 15px;
}
.docs .panel-body .table {
	margin-bottom: 0px;
}
.docs #accordion td {
	text-align: left;
}

/* top menu bg colour & transparency */

.navbar { text-align: center;
		margin-bottom: 0; border-radius:0;
		background-color:rgba(255,255,255,0.8);
		border-width: 0px; }
.navbar li {
	color: #000
}		
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}


/*navbar headings*/
.navbar-inverse .navbar-nav>li>a { 
	color:#333; 
	font-size: 16px;
	font-weight: normal; 
	font-family: 'Century Gothic W01'; 
	line-height: 28px; }
	
/*menu hover white text and black background*/
.navbar-inverse .nav > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > li a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus  {  
color: #fff;
background-color: #000;
transition: max-height 2s;
transition-duration: .5s;	

	}
.navbar-inverse .nav .scrollable-menu {
	overscroll-behavior: none;
      max-height: calc(100vh - 70px);
      overflow-y: auto;
	 box-shadow: 10px 10px 15px rgba(0,0,0, .6);
    }

/* drop down list text */
.dropdown-menu>li>a {
	padding: 5px 10px 5px 0px;
	white-space: nowrap;
	font-family: 'Century Gothic W01';
}
/* non-hov menu titles */
.dropdown-header {
	font-weight:bold;
	padding: 5px 10px 5px 6px;
}
/*.dropdown-menu li i {
	color: red;
}*/



/*unknown*/
.nav-list i {
	margin-right: 10px !important;
}
.nav-list table i {
	color: #F00 !important;
}
.nav-list .panel-title a {
	color: red;
	font-size: 14px;
	display: block;
}
.nav-list .panel-title a:hover {
	color:#000;
}
.nav-list .panel-body td a:hover {
	color: #4285f4;
}
.nav-list .panel-title .collapsed {
	color: #999;
}

/*home page spiels*/
.content .fa {
	color: #999;
}


.goTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	display: none;
	opacity: 0.3;
}
.goTop:hover {
	opacity: 1;
}
.goTop .fa {
	width: 26px;
	height: 26px;
	font-size: 26px;
	color: #000;
}
.moveTop {
	font-size: 16px !important;
}
.moveTop:hover {
	cursor: pointer;
	color: #000;
}
.second-line {
	padding-left: 26px;
}

/* INDEX PANELS */

.colormidgrey {
	color: #666;
}
.panel {
	border: 1px solid #9999CC;
	border-radius: 0;
	box-shadow: 5px 0px 20px rgba(0,0,0, .2);
	transition: box-shadow 0.5s;
	overflow:hidden;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .6);
}
.panel-heading {
	color: #fff !important;
	background-color: #9999CC !important;
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-body {
	padding: 20px 10px 0px 10px;
}
.panel-footer {
	background-color: #fff !important;
	padding: 10px;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-heading-indiv {
	color: #fff !important;
	background-color: #b30000 !important;
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-heading-indiv h3, h4 {
	color: white !important;
}
.btn-select {
	margin: 15px 0;
	background-color: #9999CC;
	color: #fff;
}
.btn-select:hover, .btn-select:focus {
	border: 1px solid #9999CC;
	background-color: #fff !important;
	color: #9999CC;
}
.btn-select-indiv {
	margin: 15px 0;
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
}
.btn-select-indiv:hover, .btn-select-indiv:focus {
	border: 1px solid #000000;
	background-color: #fff;
	color: #000000;
}
.btn-select-business {
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
}
.btn-select-business:hover, .btn-select-business:focus {
	border: 1px solid #000000;
	background-color: #fff;
	color: #000000;
}
.btn-select-outline {
	border: 1px solid #000000;
	background-color: #fff;
	color: #000000;
}
.btn-select-outline:hover, .btn-select-outline:focus {
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
}

.btn-admin {
	margin: 15px 0;
	border: 2px solid #666666;
	background-color: #666666;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.btn-admin:hover, .btn-admin:focus {
	border: 2px solid #666666;
	background-color: #fff;
	color: #666666;
}

.btn-slim {
	margin: 0px 0;
	border: 2px solid #666666;
	background-color: #666666;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 104px;
	}
.btn-slim:hover, .btn-slim:focus {
	border: 2px solid #666666;
	background-color: #fff !important;
	color: #666666;
}

.btn-open {
	margin: 15px 0;
	border: 2px solid #666666;
	background-color: #fff;
	color: #666666;
	width: 120px;
}
.btn-open:hover, .btn-open:focus {
	border: 2px solid black !important;
	background-color: black !important;
	color: #fff;
	width: 120px;
}
.sidepanel-heading {
	color: #fff !important;
	background-color: #666666 !important;
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* keep footer in-line when dynamic */
.sidepanel {position:relative;}
.sidepanel-footer {
	max-height:100%;
	width:100%;
	position:absolute;
	bottom:0;
}

/* Preloader 
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1001;
	height: 100%;
	width: 100%;
	overflow: hidden;
}*/
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/loader.gif) no-repeat center;
	margin: -100px 0 0 -100px;
}
/* INDEX Intro with video bgrnd */

.intro {
	display: table;
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
	height: 25%;
	overflow: hidden;
}

.show {
	display: table;
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
	padding: 4% 4%;
	background-color:rgba(0,0,0,.3);
	overflow: hidden;
}
/* Set black background color, white text and some padding */
footer {
	font-family: 'Century Gothic W01', sans-serif;
	color: white;
	text-shadow: 1px 1px 1px #000;
	background-color:rgba(0,0,0,.6);
	padding: 15px;
}
.intro-body {
	display: table-cell;
	vertical-align: middle;
	
	background-attachment: fixed;
	background-size: 100% 100%;
	transition: all 2s;
	width: 100%;
	transition: background 2s;
}

#fallback {
	background-attachment: fixed;
	background-size: 100% 100%;
	transition: all 2s;
	width: 100%;
	transition: background 2s;
	z-index: -20;
}

.intro .intro-body p.intro-text {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 40px;
	letter-spacing: 1px;
	color: #fff;
}

/* INDEX VIDEO BACKGROUND 
.video-controls {
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 1;
	opacity: .2;
	display: none;
}
.video-controls-visible {
	display: inline;
}
.video-controls .fa {
	color: #fff;
	padding: 5px;
	width: 25px;
}
.no-video-bg {
	background: url(../images/today.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 0;
	backface-visibility: hidden*/

/* INDEX VIDEO BLOCKOUT Action */
.action {
	background-color: #fff;
}
.action2 {
	background-color: #1b1f23;
}
.action3 {
	background: rgba(0, 0, 0, 0.5);
}
.action2, .action2 a, .action3, .action3 a {
	color: #fff;
}
.action2 a:hover, .action3 a:hover {
	color: #888;
}
.btn {
	border-radius: 0px;
	font-size: 12px!important;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-shadow: none;
	text-decoration: none;
}
.btn-border {
	border: 2px solid #fff;
	border-radius: 0px;
	outline: 0;
	color: #fff;
	background-color: transparent;
}

.btn-border:hover, .btn-border:focus {
	border: 2px solid #eee;
	outline: 0;
	color: #000!important;
	background-color: #eee;
}
.btn-red {
	border: 2px solid #c70000;
	outline: 0;
	color: white!important;
	background-color: #c70000;
}
.btn-red:hover, .btn-red:focus {
	border: 2px solid #c70000;
	outline: 0;
	color: black!important;
	background-color: white;
}
.btn-white {
	border: 2px solid #fff;
	outline: 0;
	color: #000!important;
	background-color: #fff;
}
.btn-dark {
	border: 2px solid #313B45;
	outline: 0;
	background-color: #313B45;
	color: #fff;
}
.btn-white:hover, .btn-white:focus {
	border: 2px solid #fff;
	outline: 0;
	color: #fff!important;
	background-color: transparent;
}
.btn-dark:hover, .btn-dark:focus {
	border: 2px solid #000;
	outline: 0;
	background-color: #000;
	color: #fff;
}


/* INDEX SLIDE ANIMATION (also refer some jquery)*/

.slideanim {
	visibility: hidden;
}
.slide {
	/* The name of the animation */
	animation-name: slide;
	-webkit-animation-name: slide;
	/* The duration of the animation */
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	/* Make the element visible */
	visibility: visible;
}

.sidepaneldiv {  padding-left:0px; }



body {  padding: env(safe-area-inset, 0px);} /*remove iphone borders (as well as meta tag) */

/*.scrollable-menu {
	overscroll-behavior: none;
      max-height: calc(100vh - 70px);
      overflow-y: auto;
	 box-shadow: 10px 10px 15px rgba(0,0,0, .6);
    }*/
 body {
  margin: 0;
  overscroll-behavior: none;
}

.select, .ddspan, .ddyear, .dddata, .check {
	font-size: 15px;
	padding-left: 5px;
}


/*DROPDOWN SELECT CSS- see dormant form*/

.dropdown {
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	max-width:125px;
}
.dropdown.dropdown-toggle {
	padding-right:5px;
}
.caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    float: right;
    margin: 8px 0;
    
}
.dropdown span {
  pointer-events: none;
}

.caret-up {
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  border-top-width: 0;
  border-bottom: 8px solid #fff;
  float: right;
  margin: 8px 0;
  
}
.ddfocus {
    background: #000 !important;  
    color: #FFF !important;
}
.dropdown.dropdown-toggle {
	color:#555;
}

.dropdown.dropdown-toggle:hover .caret,
.dropdown.dropdown-toggle:focus .caret
 { border-top: 8px solid #fff;}

.dropdown.dropdown-toggle:hover, .dropdown.dropdown-toggle:focus {
    background: #000 !important;  
    color: #FFF !important;
}
.dd.dropdown-menu>li>a {
	padding: 5px 5px 5px 20px!important;
	max-width:100%;
	color:#555;
}
.dd.dropdown-menu>li>a:hover, .dd.dropdown-menu>li>a:focus {
	color:#FFF;
}

.dd li label {display:block;margin:0px;}
.ddspan, .ddyear, .dddata, .dataspan {	font-size: 15px;
white-space: nowrap;
display: inline-block;
max-width:80%;
	overflow:hidden;}

.ntr, .rnn, .windupfee, .datafee { margin-right: 10px!important;}

.ntryear, #ntryearshow, .rnnyear, #rnnyearshow, .rnlryear, #rnlryearshow, .windupreq, #windupreqshow, .datafee {	max-width:100%; margin:5px 0 0 0;padding:0 0 0 5px;}

/****MEDIA QUERIES**********************************************/
@media(max-width:1366px) {
	#introtext { padding: 50px 0 40px!important;
}
.panel-body { 	padding: 15px 5px 0px 5px;}
.panel-body p {font-size: 14px;margin-bottom:15px;}

a, a:hover, a:visited, a:focus, a:active {font-size:14px!important; }
/*a:hover {color:black:}*/
}

/*col-md ends*/
@media(max-width: 1199px) {
}

/*ipad landscape*/
@media(max-width:1024px) {
p {	font-size: 15px;  }
body {font-size: 14px;  }

.panel-body { 	padding: 10px 5px 0px 5px;}
.panel-body p {font-size: 14px;margin-bottom:10px;}

a, a:hover, a:visited, a:focus, a:active {font-size:14px; }

.tablexs td{font-size: 13px;}

.intro .intro-body p.intro-text {
	font-size: 30px;
	margin: 0 0 40px;
	letter-spacing: 1px;
}
.video-background {	display: none;}
#video-background {	display: none;}

.footerbackground {
	background: url(/images/today6.jpg) no-repeat center bottom;
	background-size: cover;
}

.select, .check, .dropdown, .ddspan, .ddyear, .dddata {
	font-size: 14px;
	padding: 2px 0px;
}


/*DROPDOWN SELECT CSS- see dormant form*/

.dropdown {
	padding-top:5px;
	text-align:left;
}

.dropdown.select, .dropdown.check {margin:0px!important;padding:0px!important;}


.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    float: right;
    margin: 8px 0;
}


}

/*col-sm ends*/
@media(max-width: 991px) {
	.dropdown {
	max-width:90px;
}
	
}

/*col-sm starts*//*ipad portrait*/
@media(max-width: 768px) {

.panel-body { 	padding: 5px 5px 5px 5px;}
.panel-body p {font-size: 13px;margin:7px 0px 7px 0px;padding:0px;line-height:1.1;}

}
/*col-xs ends*/
@media(max-width: 767px) {
body, p {	font-size: 14px;  }	
/*a {color:red!important;font-size:12px; }*/
.intro .intro-body p.intro-text {
	font-size: 28px!important;
	margin: 0 0 25px;
	letter-spacing: 1px;
}
#introtext {    padding: 30px 0 25px !important;}
.action {	padding-right:20px;	padding-left:20px;}

.panel-heading h3 {font-size: 24px !important;}
.panel-body p {font-size: 12px !important;}
.panel-footer h3 {font-size: 24px !important;}
.sidepaneldiv {  padding-left:15px; }

.tablexs td{font-size: 12px !important;}

.video-background {	position: absolute;}
.video-foreground{	padding-bottom: 75%; /* 4:3 Aspect Ratio */ }

.custom-ul {background-color: rgba(255,255,255,1)!important;margin-top: 0px;!important; white-space: nowrap;}/*DROP DOWN WHITE OPAQUE */
.navbar li {background-color: #fff;min-width:180px;}
.dropdown-menu li a {color: #111!important;}
.navbar, .navbar-header {background-color: rgba(255,255,255,0.00004);}/*MAKE TOP NAVBAR TRANSPARENT */
.navbar-collapse { max-height: 100%!important;   }
.nav.navbar-nav.custom-ul {
    float:  left;
    height: 100% !important;
    margin-left: 2px;
    margin-bottom: 30px;
    text-align: left;
}
/*MENU TOGGLE*/
/*background layer*/
.navbar-default .navbar-toggle {
    height:40px;
    position: relative;
    float: left;
    padding: 9px 10px;
    margin: 6px 15px 8px 20px;
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
	background-color: transparent;
	opacity:0.75;
	overflow:hidden;
}
/*overlay span bars*/
.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: black;/* initial bar color*/
    opacity:0.75;
    margin-bottom: 8px;
}
.navbar-default .navbar-toggle:blur
{ background-color: red!important; opacity:0.75!important;}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus,
#hamburger.is-active
{ background-color: black; opacity:1;}

.navbar-default .navbar-toggle:hover > .icon-bar,
.navbar-default .navbar-toggle:focus > .icon-bar,
 #hamburger.is-active .icon-bar
/*.navbar-default .navbar-toggle .navbar-nav > .open .icon-bar */
{background-color:white!important; opacity:1;} 

/*DROPDOWNS*/
.scrollable-menu {
	overscroll-behavior: none;
      max-height: calc(100vh - 70px);
      overflow-y: auto;
	 box-shadow: 10px 10px 15px rgba(0,0,0, .6);
    }
    
.dropdown-toggle:hover{
    background: #000 !important;  
    color: #FFF !important;
        }
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #000 !important;
    color:#FFF !important;
    text-decoration: none !important;
	}
/* drop down list text */
.dropdown-menu>li>a {padding-left:0px!important;}
/* non-hov menu titles */
.dropdown-header {font-weight:bold;padding-left:6px!important;}

.select, .ddspan, .ddyear, .dddata, .check {
	font-size: 12px;
	padding: 2px 0px;
}
.dropdown {
	padding: 2px 0px;
	display: inline;
}

.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}


}
/*col-xxs ends*/
@media(max-width:600px) {
body, p {	font-size: 13px;  }
h1 {	font-size:81px;}
.intro .intro-body p.intro-text {font-size: 24px;	margin: 0 0 10px;}


/** {border: 1px solid red!important;}*/
.action {
	padding-right:20px!important;
	padding-left:20px!important;
}
/*.paneldiv {padding-left:10px;}*/
/*.slideanim {border: 3px solid green!important;}*/
.maindiv {padding-left:0px!important;padding-right:0px!important;}
.panel {margin-right:5px!important;margin-left:5px!important;}
.panel-heading h3 {font-size: 24px !important;}
.panel-body p {font-size: 12px !important;}
.panel-footer h3 {font-size: 24px !important;}
.sidepaneldiv {  padding-left:15px; }

.tablexs td{font-size:11px;}

/* 4:3 Aspect Ratio */
.video-background {	position: absolute;}
.video-foreground{	padding-bottom: 75%; }

.select, .ddspan, .ddyear, .dddata, .check {
	font-size:12px;
	padding: 1px 1px;
}
.dropdown {
	font-size:10px;max-width:100%;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

/*//NEW XXS SIZE STUFF*/
  .col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

.visible-xxs {  display:none !important;}

  .visible-xxs {   display: block !important;  }
  .visible-xs {    display:none !important;  }
  .hidden-xs {    display:block !important;  }
  .hidden-xxs {    display:none !important;  }

  .col-xxs-12 {    width: 100%;  }
  .col-xxs-11 {    width: 91.66666667%;  }
  .col-xxs-10 {    width: 83.33333333%;  }
  .col-xxs-9 {    width: 75%;  }
  .col-xxs-8 {    width: 66.66666667%;  }
  .col-xxs-7 {    width: 58.33333333%;  }
  .col-xxs-6 {    width: 50%;  }
  .col-xxs-5 {    width: 41.66666667%;  }
  .col-xxs-4 {    width: 33.33333333%;  }
  .col-xxs-3 {    width: 25%;  }
  .col-xxs-2 {    width: 16.66666667%;  }
  .col-xxs-1 {    width: 8.33333333%;  }
  .col-xxs-pull-12 {    right: 100%;  }
  .col-xxs-pull-11 {    right: 91.66666667%;  }
  .col-xxs-pull-10 {    right: 83.33333333%;  }
  .col-xxs-pull-9 {    right: 75%;  }
  .col-xxs-pull-8 {    right: 66.66666667%;  }
  .col-xxs-pull-7 {    right: 58.33333333%;  }
  .col-xxs-pull-6 {    right: 50%;  }
  .col-xxs-pull-5 {    right: 41.66666667%;  }
  .col-xxs-pull-4 {    right: 33.33333333%;  }
  .col-xxs-pull-3 {    right: 25%;  }
  .col-xxs-pull-2 {    right: 16.66666667%;  }
  .col-xxs-pull-1 {    right: 8.33333333%;  }
  .col-xxs-pull-0 {    right: auto;  }
  .col-xxs-push-12 {    left: 100%;  }
  .col-xxs-push-11 {    left: 91.66666667%;  }
  .col-xxs-push-10 {    left: 83.33333333%;  }
  .col-xxs-push-9 {    left: 75%;  }
  .col-xxs-push-8 {    left: 66.66666667%;  }
  .col-xxs-push-7 {    left: 58.33333333%;  }
  .col-xxs-push-6 {    left: 50%;  }
  .col-xxs-push-5 {    left: 41.66666667%;  }
  .col-xxs-push-4 {    left: 33.33333333%;  }
  .col-xxs-push-3 {    left: 25%;  }
  .col-xxs-push-2 {    left: 16.66666667%;  }
  .col-xxs-push-1 {    left: 8.33333333%;  }
  .col-xxs-push-0 {    left: auto;  }
  .col-xxs-offset-12 {    margin-left: 100%;  }
  .col-xxs-offset-11 {    margin-left: 91.66666667%;  }
  .col-xxs-offset-10 {    margin-left: 83.33333333%;  }
  .col-xxs-offset-9 {    margin-left: 75%;  }
  .col-xxs-offset-8 {    margin-left: 66.66666667%;  }
  .col-xxs-offset-7 {    margin-left: 58.33333333%;  }
  .col-xxs-offset-6 {    margin-left: 50%;  }
  .col-xxs-offset-5 {    margin-left: 41.66666667%;  }
  .col-xxs-offset-4 {    margin-left: 33.33333333%;  }
  .col-xxs-offset-3 {    margin-left: 25%;  }
  .col-xxs-offset-2 {    margin-left: 16.66666667%;  }
  .col-xxs-offset-1 {    margin-left: 8.33333333%;  }
  .col-xxs-offset-0 {    margin-left: 0%;  }

}


/* Extra Small Devices, Phones */
@media(max-width: 480px) {
body, p {	font-size:10px;}
h1 {	font-size:72px;}
.custom-ul {background-color: rgba(255,255,255,1)!important;margin-top: 0px;}/*DROP DOWN WHITE OPAQUE */
.tablexs td{font-size: 10px !important;	padding-bottom: 0px!important;  }

.select, .ddspan, .ddyear, .dddata, .check, .dropdown {
	font-size: 11px;
	padding: 2px 0px;
}
}
@media(max-width: 360px) {
.select, .ddspan, .ddyear, .dddata, .check, .dropdown {
	font-size: 10px;
}
}

@media (min-aspect-ratio: 16/9) {
.video-foreground {	height: 200%;	top: -382px;}
}
@media (max-aspect-ratio: 16/9) {
#introtext {padding: 50px 0 40px;}
.video-foreground {	width: 100%;height: 100%;top: -45px;}
}
.website{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }