/*
colorBlue = "#132547"
colorGreen = "#49b8ce"
*/
body {
	margin: 0 !important;
	padding: 0 !important;
	color: #132547;
	font-size: 2vw;
	font-family: 'Gidugu','Noto Sans', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	line-height: 1.8vw;
	background-image:linear-gradient(to right bottom,#2c4984,#132547);
}

table {
	display: table;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1vw;
}
td {
	margin: 0vw;
	padding: 0vw 0.25vw;
	}
td.grayed_out {
	color:#888;
}

label {
	font-size: 1.5vw;
	float: left;
	width: 8vw;
}

label.longlabel {
	padding-top: 1.2vw;
	float: none;
	width: auto;
	display: block;
}

input[type=text], 
input[type=tel], 
input[type=email], 
input[type=password], 
input[type=date], 
select,
textarea,
input:-internal-autofill-selected,
input:autofill, 
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	outline:none;	
	font-family: 'Noto Sans', Arial, sans-serif !important;
	font-size: 1vw  !important;
	line-height: 1.4vw !important;
	color: #132547;
	margin: 0;
	border: #ddd 0.05vw solid;
	appearance:none !important;
	padding-left:0.2vw;

}

input:required:invalid, select:required:invalid {
    border: 1px solid red;
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

td.noedit {
    color:#bbb;
}

input::placeholder {color: #ccc;}
/* Optional: For consistency across browsers */
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }
input:-moz-placeholder { color: #ccc; }


input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline:none;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 1vw !important;
	line-height: 1.4vw !important;
	border: #49b8ce 0.07vw solid;
	box-shadow: 0 0.1vw 0.8vw #aaa;
}

input[type=radio] {
	margin-left: 0.8vw;
	font-size: 1.5vw;
}

input[type=submit], input[type=reset], input[type=button] {
	font-family: 'Gidugu', Georgia, 'Times New Roman', serif;
	font-size: 1.7vw;
	line-height: 1.5vw;
	padding: 0.5vw 1.2vw;
	border-radius: 1vw;
	color:#fff;
	background-color: white;
	border: #e1a10b solid 0.15vw;
	background-image: linear-gradient(to top, #132547, #2c4984);
		/*
		radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), 
		radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
		*/
	   
	
  	box-shadow: inset -.3vw -.3vw .9vw rgba(255, 255, 255, 0.25), inset 0vw .3vw .9vw rgba(255, 255, 255, 0.3), inset 0vw .1vw .1vw rgba(255, 255, 255, 0.6), inset 0vw -.8vw 3.6vw rgba(0, 0, 0, 0.3), inset 0vw .1vw .5vw rgba(255, 255, 255, 0.6), .2vw 1.9vw 3.1vw rgba(0, 0, 0, 0.2);
	
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
.num {
	font-family:'Open Sans';
	font-weight:600;
	font-size:57%;
}

.whiteonbluebox{
	font-size: 0.9rem;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-image:linear-gradient(#2C4984,#132547);
}

#dataentryform, #dataentryform_left-align {
    display:inline-block;
	margin: 0 auto;
}
#dataentryform table,
#dataentryform_left-align table {
    border: #ecaf24 solid thin;
    table-layout: auto;
	width: fit-content;
    max-width: 100%;
}
#dataentryform thead, #dataentryform_left-align thead {
	display: table-header-group;
	color:white;
	background-image:linear-gradient(to top, #132547, #2c4984);
}
#dataentryform td, #dataentryform th {
	text-align:center;
	padding:0 0.5rem;
}
#dataentryform, #dataentryform_left-align tr:nth-child(even) {
	background-color: #f8f8f8;
}

div.merch {
	font-family: Noto Sans;
	font-size: 1vw;
	font-weight:400;
	display:flex; 
	flex-direction:row; 
	box-sizing: border-box; 
	background-color:white; 
	border-radius:0.6vw; 
	padding:0.5vw;
	margin-bottom:1vw;
	box-shadow: inset 0vw .1vw .5vw rgba(255, 255, 255, 0.6), .2vw 1.9vw 3.1vw rgba(0, 0, 0, 0.2);
}
div.merch-img {
	display:flex;
	flex-direction:column;
	align-items: center;
	flex:0 0 50%;
}
div.merch-desc {
	flex: 0 0 25%;
	text-align:justify;
}
div.merch-price {
	flex: 0 0 25%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	text-align:center;
	width:75%;
	margin-bottom:auto;
}

fieldset {
	display: inline-block;
	border-radius: 1vw;
	border: #dedede 0.1vw solid;
	margin-bottom: 2vw;
	min-width: 25vw;
}

.bullet {
	font-family: "Courier New", Courier, monospace;
	vertical-align: -0.1em;
	font-size: 0.7em;
}

blockquote {
	display: block;
	margin-top: 0.0vw;
	margin-bottom: 0.0vw;
}

main {
	box-sizing: border-box;
	display: flex;
	color: #777;
	font-size: 1.25vw;
	line-height: 1.7vw;
	margin-top: 0.0vw;
	margin-bottom: 0.0vw;
}

h1 {
	font-size: 48px;
	font-size: 5vw;
	font-weight: normal;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

h2 {
	font-size: 3vw;
	font-weight: normal;
	margin-top: 2vw;
	margin-bottom: 1.5vw;
	line-height: 2.5vw;
	border-bottom: #ECAF24 0.3vw double;
}

h4 {color: red;
	font-size: 2vw;
	font-weight:normal;
}

h3,h5 {
	display:inline-block;
	color: #2c4984;	
	font-family: "Gidugu", Georgia, 'Times New Roman', serif;
	font-size: 2.6vw;
	font-weight: normal;
	margin: 2vw 0vw 0vw 0vw;
	/*border-bottom: #ECAF24 0.1vw solid;*/
}

h5::before {
	content:"\275A";
	display: inline-block;
	vertical-align: sub;
	color:#ecaf24;
	padding-right:0.5vw;
}

figcaption {
	text-align:center;
	padding-bottom:2vw;
	}

.bigbold {
	font-size:2.5vw;
}

.shadowed {
	box-shadow: 8px 8px 8px #888;
}

.lightshadow {
	border-top: #49b8ce 0.125vw solid;
	box-shadow: 0 0.1vw 0.8vw #aaa;
}

.shadowedtext {
	text-shadow: #000000 0.1em 0.1em 0.2em;
	filter: shadow(Color = #333333, Direction = 135, Strength = 5);
}

header {
	display: flex;
	flex-direction: column;
	position: relative;
	color: #fff;
	height: 52vw;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Gidugu', Georgia, 'Times New Roman', serif;
	font-size: 3vw;
	line-height: 2vw;
	font-weight: normal;
	text-align:center;
	text-shadow: .25vw .25vw .25vw #000, 0vw .5vw 1.3vw rgba(255, 255, 255, 0.7) ;
	filter: shadow(Color = #fff, Direction = 135, Strength = 5);
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/*
header::after {
	content: "";
	position: absolute;
	top: 0;	right: 0;bottom: 0;left: 0;
	z-index: 1;
	background: #132547; 
	animation: background-fade 3.5s 0s normal forwards ease-in; 
}
*/

header>* {
	position: relative;
	z-index: 2;
}

.header_line_2 {
	font-family:"eurostile-extended"; 
	font-weight:normal; 
	color:white; 
	font-size:1.2vw;
	-webkit-text-stroke: 0.03vw #000; /* stroke (thin outline) */
}

.header_line_3 {
	font-size:4vw;
	-webkit-text-stroke: 0.03vw #000;
}

@keyframes background-fade {
	to { background:transparent; }
}

.splash-body {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.splash-body>div {
	font-family: "eurostile-extended";
	margin: auto;
	height: 26vw;
}

#logo-gradient-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(255, 255, 255, 0.75);
	height: 5vw;
	box-shadow: 0 0.25vw 1vw #000;
	z-index: 3;
}

#white_gradient {
	margin: 0;
	padding: 0;
	/*font-family: Michroma;*/
	font-family: "eurostile-extended";
	font-weight:bold;
	font-size: 1.5vw;
	color:#003366;
	text-shadow:none;
	flex-grow: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) );
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#ffffff', GradientType=1);
}

nav {
	display: block
}

.backfade2{
		display:inline-block; 
		margin: 0 2vw 0 7vw;
		padding: 0.5vw 7vw 1vw 2vw;
		font-weight:normal;
		font-size: 1.5vw;
		flex-grow: 1;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 77%, rgba(255, 255, 255, 0) );
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
		/*border-left: rgba(221,165,11, 1) 0.25vw solid;*/
}

/********************* PROFILE **************/
.html_orgchart {
	display: flex;
	flex: auto;
	align-items: center;
	margin-bottom: 0vw;
}

.orgbox1 {
	flex: 1;
	text-transform: uppercase;
	font-size: 2vw;
	text-align: center;
	border: transparent double 0.4vw;
	height: 4vw;
	width: 7vw;
	margin: 0.1vw;
	padding: 0.75vw 0;
}

.team-slot {
	flex: 1;
	border: #49b8ce double 0.4vw;
	height: 4vw;
	width: 7vw;
	margin: 0.1vw;
	padding: 0.75vw 0;
	text-align: center;
	line-height: 1vw;
}

.team-slot span {
	font-size: 1.6vw;
	line-height: 1.75vw;
	white-space: nowrap;
}

#lightshade {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.55);
	display: none;
	opacity: 0;
	transition: opacity 450ms;
}

div.pop-up {
	border: #49b8ce solid 0.2vw;
	display: inline-block;
	text-align: left;
	white-space: nowrap;
	width: 35vw;
	margin: 0;
	padding: 1.5vw;
	box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.25);
	/* display: none; */
	background: #fff;
	position: fixed;
	top: 50vh;
	left: 32.5vw; 
	z-index: 110;
	opacity: 0;
	transition: opacity 450ms;
	pointer-events: none;
}

.pop-up p {
	display: inline-block;
	font-size: 1.75vw;
	border-bottom: #49b8ce solid 0.1vw;
	margin-bottom: 0.5vw;
}

.experience {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.1vw;
	margin: 0 1vw;
	line-height: 1.5vw;
}

.center-div {
	margin: 0 auto;
	width: 12vw;
}

.right-div {
	margin: 0.7em 0 0 auto;
	width: 12vw;
}

a:link {
	color: #2C4984;
	border-bottom:  #ecaf24 dotted thin;
	text-decoration: none;
}
a:visited {
	color: #132547;
	border-bottom:  #ecaf24 dotted thin;
	text-decoration: none;
}

a:hover {
	color: #2C4984;
	border-bottom: #ecaf24 double thick;
	background-filter: alpha(opacity = 0.8);
	background-opacity: 0.8;
}

a.external-link::after{
	content: "";
	background-image: url('/images/external-link.png');
	background-size:1.2vw;
	background-repeat:no-repeat;
	padding-top: 0vw;
	padding-left: 2.0vw;
	padding-bottom: 0.6vw;
	margin-left: 0.3vw;
	vertical-align: middle;
}

main p, main ul li, main ul li a {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
}

p.title1 {font-weight:bold;}
p.caption {margin-top:0vw;}

li {
	list-style-type: none;
	background-image: url('/images/gear.png');
	background-position: 0 0.2vw;
	background-size: 1.25vw;
	background-repeat:no-repeat;
	padding-top: 0vw;
	padding-left: 2.4vw;
	padding-bottom: 0.75vw;
}

ol li{
	list-style-type: decimal;
    background-image: none;
	padding-left: 0vw;
	padding-bottom: 0vw;
}


a:link.simplelink,a:visited.simplelink {
	}
	
table a
a:hover.simplelink {
	color:#132547;
	background:none;
	border-bottom: #49b8ce solid 0.2vw;
}

td.fieldname {text-align: right}

footer {
	display: flex;
	height: 12vw;
	align-items: center;
	box-sizing: border-box;
}

div.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Barlow Condensed';
	font-weight: 400;
	font-size: 1.25vw;
	line-height:1vw;
	height: 2vw;
	padding: 1vw;
}

div.footer-menu div {
	border-right: #ccc thin solid;
	padding: 0 1.5vw;
}

div.footer-menu div:last-child {
	border-right: none;
}

a:link.footerlink, a:visited.footerlink {
	color: #888;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1.25vw;
}

a:hover.footerlink {
	color: #132547;
	background-color: transparent;
	padding-bottom:0.2vw;
	border-bottom: #49b8ce solid 0.2vw;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

footer div.footer-menu, div.footer-menu div {
	border-top:none;
	padding: 00.81vw;
	}

a.footerlink2 {
	font-weight: 500;
	color:#fff;
	font-size:1.25vw;
	text-shadow:#000 0.2vw 0.2vw 0.3vw;
	padding-bottom:0.2vw;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-decoration: none;
	}
a:hover.footerlink2 {
	background: none;
	border-bottom: #ecaf24 solid 0.2vw;
	background-filter: alpha(opacity = 1);
	background-opacity: 1;
}

.footerlink2.top-up {
    margin-left: 0.1em;
}
.footerlink2.top-up::before {
    content: "\02794";
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: -0.4em;
    text-shadow: #000 -0.2vw 0.2vw 0.3vw;
}


a:link.wheel-link, a:visited.wheel-link {
	}
a:hover.wheel-link {
	color: #132547;
	opacity:1;
	background-color: #fff;
	}

section {
	height: inherit;
	padding-left: 2%;
}
div.pinstripe_detail {
  	width: 100%; /* Full width of the screen */
  	height: 3.5vw; /* Total height (2px + 3px + 4px) */
  background: 
    linear-gradient(
      to bottom,
	#132547 0.1vw,
    #2c4984 0.1vw, 1vw,
	#e1a10b 1vw 1.1vw,
	#2c4984 1.1vw 1.3vw,
	#e1a10b 1.3vw 1.7vw,
	#2c4984 1.7vw,
	#132547	
);
}

section.left_sidebar {
	display: flex;
	width: 24%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 2vw;
	box-sizing: border-box;
	background-image: linear-gradient(to left, #ddd,#e6e6e6);
}

video {
	width: 99%;
}

p.video_caption {
	color: #888;
	font-weight: 400;
	font-size: 1vw;
	margin-top: 0.5vw;
	padding-top: 0;
	text-align: center;
}

p.sidebar_statement {
	color: #888;
	font-weight: 400;
	font-size: 1vw;
	margin: 7vw;
	text-align: center;
}

p.i2 {
	margin-left: 2vw;
}

#video_container {
	display:table-cell;
	vertical-align:middle;
	border-top:#132547 0.3vw solid;
	/* border-bottom:#1f479d 0.3vw solid; */
	height:38vw;
	padding:1.5vw 0;
	}

section.main_copy {
	color:#132547;
	width: 52%;
	padding-right:2%;
	box-sizing:border-box;
	padding-bottom:3vw;
	background-color: #e9e9e9;
	box-shadow: -0.2vw 0vw 1vw 0.1vw #132547;
}

section.right_sidebar {
	color:#132547;
	display: flex;
	width: 24%;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	justify-content:flex-end;
	background-image: linear-gradient(to right, #ddd, #e6e6e6);
	border-left: 0.1vw solid #aaa;
	padding-bottom:2vw;
}

section.left_sidebar img, section.right_sidebar img {
	width: 97%;
	height: 97%;
}

section.right_sidebar ul {margin-left:auto;margin-right:auto;padding-inline-start:0vw;}

section.right_sidebar_tech {
  background-image: url(/images/gear_260_opacity_25.png), -webkit-linear-gradient(left, #ddd, #e6e6e6);
  background-image: url(/images/gear_260_opacity_25.png), -o-linear-gradient(left, #ddd, #e6e6e6);
  background-image: url(/images/gear_260_opacity_25.png), linear-gradient(to right, #ddd, #e6e6e6);
  background-repeat: repeat, no-repeat;
  background-size: 12vw, 100% 100%;
}

#affiliate_logos {
	display: flex;
	width: 75%;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	color:#132547;
	font-size:1vw;
	font-family:'Barlow Condensed';
	}

#affiliate_logos img {
	box-sizing: border-box;
	margin: 1.4vw 0;
	
	padding:0.8vw;
	background-color:#e9e9e9;
	box-shadow:#2c4984 0.2vw 0.4vw 1.4vw;
	}
	
a:link.logo_link, a:visited.logo_link, a:hover.logo_link {
	text-decoration:none;
	background:none;
	}



div.teaserlink_container {
	margin-top: 5vw;
	margin-bottom: 0vw;
}
a:link.teaserlink, a:visited.teaserlink {
	color: #2c4984;
	font-family: 'Gidugu';
	font-weight: 400;
	font-size: 2vw;
	text-decoration: none;
}
a:hover.teaserlink {
	color: #132547;
	padding: 0vw;
}
a.teaserlink::before {
	content: "\02794  ";
	width: 1vw;
}



.top-up::before {
	content: "\02794";
	transform: rotate(-90deg);
	display:inline-block;
	text-shadow:#000 -0.2vw 0.2vw 0.3vw;
}

div.toplink_container {
	margin-top: auto;
	margin-bottom: 0vw;
	text-align:center;
}
a:link.toplink, a:visited.toplink {
	color: #2c4984;
	font-family: 'Gidugu';
	font-weight: 400;
	font-size: 2vw;
	text-decoration: none;
}
a:hover.toplink {
	color: #132547;
	padding: 0vw;
}
a.toplink::before {
	content: "\02794";
	transform: rotate(-90deg);
	display:inline-block;
}


p.downpointer::before {
	/* margin-left:30%; */
	content: "\02794";
	transform: rotate(90deg);
	display:inline-block;
	}

/* footer ===================================================== */

section.left {
	display: flex;
	width: 24%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-image: linear-gradient(#132547,#2c4984);
	color: #fff;
	box-sizing: border-box;
}

section.center {
	display: flex;
	width: 52%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1.35vw;
	line-height: 1.5vw;
	background-image: linear-gradient(#132547,#2c4984);
}

section.right {
	display: flex;
	width: 24%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 2vw;
	padding-right: 3%;
	box-sizing: border-box;
	background-image: linear-gradient(#132547,#2c4984);
	color: #fff;
}

.middle {
	vertical-align: middle;
	width: 1.5vw;
	height:auto;
	position: relative;
	left: -1vw;
}

#tagline {
	border-top: 0.2vw #49b8ce solid;
	border-bottom: 0.2vw #49b8ce solid;
}

#tagline div {
	display: block;
	margin: 0.3vw 0;
	background-color: #132547;
	height: 2.8vw;
	font-weight: normal;
	color: #fff;
	text-align: center;
	justify-content: center;
	font-size: 2vw;
	line-height: 2.5vw;
	border: 0.2vw 0;
	border-color: #fff;
}


.business_card {
	border-left:thin solid #cccccc;
	border-right:2px solid #555555;
	border-top:thin solid #cccccc;
	border-bottom:2px solid #000000;
	background:#EFFFFF;
}

.translux {
	background: rgba(255, 255, 255, 0.66);
}

#spinning {
	width:9vw;
	height:9vw;
	-webkit-animation: rotation 8s infinite linear;
	animation: rotation 8s infinite linear;

}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(360deg);
	}
}
@keyframes rotation {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(360deg);
	}
}

#word_1{
	opacity:0.1;
	animation: fadeInOut 8s ease-in-out 0s infinite;
	}
#word_2{
	opacity:0.1;
	animation: fadeInOut 8s ease-in-out 2s infinite;
	}
#word_3{
	opacity:0.1;
	animation: fadeInOut 8s ease-in-out 4s infinite;
	}
#word_4{
	opacity:0.1;
	animation: fadeInOut 8s ease-in-out 6s infinite;
	}
@keyframes fadeInOut {
    0% { opacity: 0.1 }
    15% { opacity: 0.1 }
    40% { opacity: 1;text-shadow: #aaa 0.1em 0.1em 0.2em;}
    60% { opacity: 0.1 }
    100% { opacity: 0.1 }
}
#word_1 span,
#word_2 span,
#word_3 span,
#word_4 span
 	{ position:relative;}
	
.mt5 {
	margin-top:4vw;
	}
	
#specialist_pics{
	display: flex;
	justify-content: space-between;
	}
#specialist_pics img{
	width: 21vw;
	}
#specialist_names{
	display: flex;
	justify-content: space-between;
	text-align:center;
	}
#specialist_names a{
	color:#fff;
	width: 21vw;
	font-size:2vw;
	}


#supportive_care_pics{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	color:#fff;
	text-align:center;
	justify-content: space-between;
	font-size:2vw;
	}
#supportive_care_pics img{
	width: 21vw;
	height: 28vw;
	margin-bottom:0.5vw;
	}
#supportive_care_pics div{
	display:inline-block;
	margin-bottom: 5vw;
	}