/*** AUV color schemes ***/
/*
yellow button - rgba(251,207,2,1.00);
medium blue button - rgba(0,146,204,1.00);
light blue - rgba(179,207,227,1.00);
blu gray - rgba(127,174,193,1.00);
dark blue - rgba(0,85,165,1.00);
*/

/***
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
***/

/*** Override Styles ***/
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* Font Awesome */
@import url('../css/font-awesome.min.css');
/* Icon fonts Google */
/*@import url('https://fonts.googleapis.com/icon?family=Material+Icons');*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	color: #444444;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Patua One", Times, serif !important;
}
h1 {
	color: rgba(251,207,2,1.00);
	font-size: 28px;
	text-shadow: 1px 1px rgba(126,126,126,1.00);
}
h2 {
	font-size: 24px;
}
#interior-main-content h2 {
	color: rgba(0,85,165,1.00);
}
h3 {
	font-size: 20px;
	color: rgba(0,146,204,1.00);
}
a {
	color: rgba(0,85,165,1.00);
}
.text-primary {
	color: rgba(0,85,165,1.00) !important;
}
.text-warning {
	color: rgba(251,207,2,1.00);
}
.card-body h3 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	line-height: 44px;
	font-size: 1.3rem;
}

/*** NAVBAR ***/

.navbar .nav-item li {
	font-size: .75rem;
	line-height: .875rem;
	margin-bottom: .375rem;
}
.navbar .nav-item a {
	font-family: "Patua One", Times, serif !important;
	color: rgba(0,146,204,1.00) !important;
	font-size: .975rem;
}
.navbar .nav-item .nav-link {
	color: rgba(0,85,165,1.00) !important;
	font-size: 1rem !important;
	line-height: 1rem;
}
.navbar .nav-item  h3 {
	border-bottom: solid 2px rgba(251,207,2,1.00);
}
.navbar .nav-item  h3 a {
	color: rgba(0,85,165,1.00) !important;
	font-size: 1.125rem;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}
.navbar .dropdown-menu {
	border: none;
	background-color: rgba(255,255,255,0.9) !important;
}
.navbar .dropdown-header a {
	color: rgba(0,85,165,1.00) !important;
	font-size: 1.125rem;	
}
.navbar .dropdown-header {
	background: url(/images/icon-header-background.png) left no-repeat;
	padding-left: 0;
	padding-top: .75rem;
}
.navbar .dropdown-header img {
	margin-top: -8px;
}

/* Interior pages */

#left-interior-nav {
	background-color: rgba(255,255,255,0.40);
	border-radius: 3px;
	padding-top: 2rem;
	/*padding: 2rem;*/
}

#product-navigation {
	list-style-type: none;
	list-style-position: outside;
	font-size: .825rem;
	font-weight: bold;
}

#product-navigation li {
	margin-bottom: 5px;
	margin-left: -25px;
}
#product-navigation li a {
	background-image: url(/images/chevron-yellow.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#solutions-navigation a {
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: rgba(179,207,227,0.60);
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
}
#solutions-navigation a:hover {
	background-color: rgba(179,207,227,0.90);
}


#global-navigation a {
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,146,204,0.60);
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400;
	
}
#global-navigation a:hover {
	background-color: rgba(0,146,204,0.50);
}

#interior-main-content {
	background-color: rgba(255,255,255,1.00);
	padding: 2rem;
	margin-left: 2rem;
}

.product-thumbs {
	float: left;
}
.product-thumbs p {
	padding: 0;
	text-align: center;
	font-size: 1.125rem;
	margin-top: -35px;
	color: rgba(100,100,100,1.00);
	
}

.product-thumbs img:hover {
	opacity: .7;
}
.product-thumbs a:hover {
	text-decoration: none;
}

#footer {
	border-top: solid 2px rgba(255,255,255,1.00);
	background-color: rgba(127,174,193,1.00);
}

.disclaimer-text {
	font-size: .75rem;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
#navbarContent {
	margin-top: 25px;
}
.navbar-brand {
	margin-left: -20px;
	padding-top: 0;
}
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
	/*padding: .75rem .5rem;
	margin: 0 .25rem;*/
	padding: .75rem .25rem;
	margin: 0 .15rem;
	text-align: center;
	line-height: 1.25rem;
}
.navbar .nav-item:hover {
	background-color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {
	position: static;
}
.navbar .dropdown-menu {
	background-color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	/*  height of nav-item  */
	top: 70px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
.dropdown-toggle::after {
	display: none !important;
}
}

/*
.navbar {
}
.nav-item {
	font-family: "Patua One", Times, serif !important;
	font-size: 18px;
	padding-left: .3rem;
	padding-right: .3rem;
}
#main-navbar .nav-item a {
	color: #0057a9 !important;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.90);
}
.nav-item a:hover {
	color: rgba(175,175,175,1.00) !important;
}
.navbar-toggler {
    background: none !important;
	background-color: rgba(209,210,212,1.00) !important;
}
#main-navbar.scrolled .nav-item a {
	color: rgba(255,255,255,1.00) !important; 
	text-shadow: none !important;
}
#sub-navigation .nav-item a {
	color: #0057a9;
}
.nav-active {
	color: rgba(251,207,2,1.00) !important;
}
*/

/* Video background */
.vidbacking-active-body-back {
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}
.vidbacking-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.vidbacking {
	display: none;
}
.img-thumbnail {
	margin: .75rem;
}

@media screen and (min-width: 768px) {
#animation_container {
	width: 500px !important;
}
}

@media screen and (min-width: 992px) {
#animation_container {
	width: 700px !important;
}
}

@media screen and (min-width: 1200px) {
#animation_container {
	width: 800px !important;
}
}

@media screen and (max-width: 767px) {
#animation_container {
	width: 340px !important;
}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* same as min-width = 768px */
@media (min-width: 48em) {

body {
	background-color: rgba(1,178,222,1.00) !important;
	background: url(/images/main-body-background.jpg) center top fixed;
	background-size: cover !important; 
}
	
.navbar {
	background-image: none;
	background-color: rgba(255,255,255,0.90);
}
}

@media (max-width: 48em) {

body {
	background-color: rgba(1,178,222,1.00) !important;
	background: url(/images/main-body-background-mobile.jpg) center top repeat-y;
}
#interior-main-content {
	padding: 1rem;
	margin-left: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
}


/* same as min-width = 992px */
@media (min-width: 62em) {
/* smooth color change */
.navbar {
	background-image: none;
	background-color: transparent !important;
}
}

/* same as max-width = 991px (xs, sm, md) */
@media (max-width: 62em) {
.navbar-brand, .navbar-brand img {
	max-height: 50px;
}
.navbar {
	background-image: none;
	background-color: transparent !important;
}
}