
#google_translate_element span span {
	font-size: 14px;
	color: #666666!important;
}

.page-gradientX {
	background: #ffffff url('/img/bg-citron.png') repeat-x top left;
}

.vhb-logo-bg {
	background: #ffffff;
}

.logo-region {
	padding-left: 0px;
}

.logo {
	max-width: 200px;
	height: auto;
}

@media (max-width: 1200px) {

	.logo {
		max-width: 350px;
		height: auto;
	}

	.banner-label {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {

	.logo {
		padding: 5px 20px 5px 10px;
	}
}

.vhb-menu-bg {
	background-color: #ffffff;
	border-bottom: 1px solid #bccbe0;
}

.navbar-nav li {
	border-right: 1px solid #bccbe0;
	transform: skew(-7deg);
}

.navbar-nav li a:focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}

.homepage-news {
	background-color: #e6e973;
}

.homepage-news a:link {
	color: #3460a0;
}
.homepage-news a:visited {
	color: #3460a0;
}

.homepage-news a:hover {
	color: #232f66;
}

.homepage-news h2 {
	line-height: 31px; 
	font-size: 30px; 
	font-family: "semplicitapro", sans-serif;
	font-weight: 700; 
	color: #0b3252; 
	margin-bottom: 20px;
	text-transform: inherit;
}

.homepage-news h2 span {
	font-weight: 700;
	font-size: 25px;
	color: #0b3252; 
}

.homepage-news h3 {
	font-size: 20px;
	font-family: "semplicitapro", sans-serif;
	font-weight: 700;
	color: #0b3252;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.homepage-news p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 8px;
}

.homepage-news p a {
	font-weight: 400;
	text-decoration: underline;
	color: #0c5eb9;
}

.home-news-item {
	padding-right: 20px;
}

.homepage-h1 {
	font-weight: 700; 
	color: #3460a0; 
	font-size: 50px; 
	line-height: 50px; 
	margin-top: 0;
}

.homepage-h1 span {
	font-size: 70%; 
	color: inherit; 
	font-weight: 400;
}


.intro-strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #0b3252;
	letter-spacing: 0;
}

.intro-strong a:link {
	color: #0b3252;
}

.intro-strong a:visited {
	color: #0b3252;
}


.map-connect a:link,a:visited {
	color: #0b4d87;
	text-decoration: underline;
}

.map-connect a:hover {
	color: #232f66;
}

.map-connect h2 {
	font-size: 28px;
	margin: 0 0 15px;
	font-weight: 800;
	color: #002d73; 
}

.map-connect p {
	font-size: 1.2em; 
	margin-bottom: 15px;
}


.about-content a:link,a:visited {
	color: #1c496d;
	text-decoration: underline;
}

.about-content a:hover {
	color: #000;
}

.about-content ol,ul {
	margin-left:-15px;
}

.about-content li {
	color: #000;
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 8px;
}

.stepH2 {
	font-size: 4em;
	color: #0297cd;
	font-weight: 800;
	margin-bottom: 0px;
}

.stepH3 {
	font-size: 2.05em;
	margin-top: 0px;
	color: #232f66;
}

.web-connect {
	padding: 35px 0px 20px;
}

.web-connect a:link {
	color: #ffffff;
	text-decoration: underline;
}

.web-connect a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.web-connect a:hover {
	color: #e6e973;
}

.web-connect div h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #e6e973; 
	text-align: left;
}

.web-connect div p {
	font-size: 16px; 
	line-height: 25px;
	color: white; 
	margin-bottom: 20px; 
	font-weight: 300;
}

.web-connect .region .cta-button {
	background: #0075c9;
	color: #fff;
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 20px;
	text-decoration: none;
}

.web-meetings p {
	font-size: 1.4em; 
	margin-bottom: 20px;
}

.web-meetings i {
	font-size: 0.9em;
	margin-right: 12px; 
	color: #024d7e;
}

.web-meetings p span {
	font-size: 17px; 
	color: #545454;
}

.skip-to-content-link {
  background: #f3f3f3;
  border-radius: 4px;
  height: 40px;
  width: 160px;
  left: 30px;
  padding: 6px 10px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  font-weight: 600;
  color: #000000;
  text-align: center;
  z-index: 200;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.form-control {
	font-size: 16px!important;
	color: #000;
}

.form-control input,label {
	font-size: 16px!important;
}

.form-group {
	margin-bottom: 9px;
	color: #333;
}

.form-group label {
	font-weight: 400;
	margin-left: 0px;
	display: inline;
	font-size: 16px!important;
}

.form-group span {
	font-size: 14px;
}

.hidden-label {
	display: none!important;
}

::-moz-placeholder {
	color: #222!important;
}

::placeholder {
	color: #222!important;
}

.footer-contact {
	text-align: center;
	margin-bottom: 30px;
}

.footer-contact p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}

.footer-contact p span {
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	line-height: 19px;
}

footer p {
	color: #0b3252;
	font-size: 16px;
}

.transmac-footer  { 	
	background: #ed9537;
}

.bg-color-transmac-footer1   { 
	background-color: #f4f4f2; 
}

.bg-color-transmac-footer2   { 
	background-color: #232f66; 
}

.transmac-footer h4 {
	font-family: 'oswald', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff6ce;
	margin-bottom: 12px;
}

.transmac-footer p {
	color: #0b3252;
	font-size: 14px; 
	letter-spacing: 0.03em; 
	line-height: 21px;
}

.transmac-footer a:link {
	font-weight: 400; 
	color: #0b3252; 
	text-decoration: none;
}

.transmac-footer a:hover {
	text-decoration: underline;
}
.transmac-footer .oc-links {
	color: #0b3252;
	font-size: 14px; 
	float: left;
	padding: 0;
	width: auto;
	list-style: none;	
	margin-left: 0;
}

.transmac-footer li {
	display: inline-block;
}

.transmac-footer ul.oc-links > li:not(:first-child):before {
    content:"· ";
    font-size: 24px;
    vertical-align: middle;
    line-height: 20px;
}

.transmac-footer .social-media {
	float: right;
}
.transmac-footer .social-icons {
	height: 20px;
	padding: 0 5px;
}



@media (max-width: 767px) {

	.text-left-sm {
		text-align: left!important;
	}
}

.safety-table td {
	padding: 5px;
}

.safety-table th {
	padding: 5px;
}

.safety-table p {
	font-size: 15px;
}

.feedback-matters {
	margin: 10px 30px 0 20px; 
	max-width: 500px; 
	height: auto; 
	padding-right: 30px;
}

@media (max-width: 767px) {

	.feedback-matters {
		margin: 10px 10px 0 15px; 
		max-width: 400px; 
		height: auto; 
		padding-right: 10px;
	}
}

.transmac-form {
	margin-bottom: 20px;
	background: #f4f4f2;
	padding: 20px 20px 20px;
	border-radius: 20px;
}

.transmac-form h2 {
	font-size: 2.0em;
	color: #25448f;
	font-weight: 700;
	margin-bottom: 15px;
}

.transmac-form p {
	font-size: 1.2em;
	color: #333;
	line-height: 1.40em;
	margin-bottom: 10px;
}

.transmac-form p span {
	font-size: 85%;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.transmac-email {
	margin-bottom: 20px;
	background: #e6e973;
	padding: 30px 30px 25px;
	border-radius: 20px;
}

.transmac-email h2 {
	font-size: 2.0em;
	color: #25448f;
	font-weight: 700;
	margin-bottom: 15px;
}

.transmac-email p {
	font-size: 1.2em;
	color: #333;
	line-height: 1.40em;
	margin-bottom: 10px;
}

.transmac-email p span {
	font-size: 85%;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.help-links {	
	margin-bottom: 35px;
	text-align: center;
}

.help-links div p {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #0b3252;
}

.help-links img {
	max-height: 90px;
	width: auto;
	margin-bottom: 20px;
}

.help-links div p a:link, a:visited {
	color: #0b3252;
}

.help-links div p a:hover {
	color: #3460a0;
}

.help-links-item {
	display: flex;
	flex-direction: row;
}

.help-links-icon img  {
	min-width: 100px;
	height: auto;
	padding-right: 10px;
}

.help-links-stage {
	padding: 15px 8px; 
	background: #f6dc6b; 
	display: flex;
	flex-basis: max-content;
}

.help-links-events {
	background: #f4f4f2;
	padding: 15px;
	margin-bottom: 15px;
}

.help-links-events h4 {
	margin-bottom: 10px;

}

.help-links-events p {
	
	text-align: left;
	font-size: 16px;
	line-height: 1.0em;
}

.pic-label-link {
	display: inline-block; 
	text-align: right; 
	position: absolute; 
	right: 100px; 
	top: 0; 
	background-color: #0b3252; 
	padding: 15px 35px; 
	z-index: 10; 
	transform: skew(-7deg);
}

.pic-label-link p {
	font-size: 20px; 
	color: white;  
	transform: skew(7deg);
}

.pic-label-link p a:link {
	color: #fff;
}

.pic-label-link p a:visited {
	color: #fff;
}

@media (max-width: 767px) {

	.pic-label-link {
		right: 20px;
		padding: 10px 25px;
	}

	.pic-label-link p {
	font-size: 17px; 
	color: white;  
	transform: skew(7deg);
	}
}

.member-item {
	margin-bottom: 40px;
	text-align: left;
}

.member-item p strong {
	font-size: 16px;
	text-transform: uppercase;
	color: #0b3252;
}

.member-item img {
	max-width: 150px; height: auto; margin-bottom: 12px;
}

.resource-item {
	padding-bottom: 40px;
	min-height: 430px;
	text-align: left;
	border: 3px solid #e6e973;
	padding: 30px 40px 15px 30px;
	margin: 0 15px 30px 15px;
}

.resource-item img {
	max-height: 125px; 
	width: auto; 
	margin-bottom: 15px;
}

.resource-item h2 {
	margin-top: 5px;
	text-transform: inherit;
}

.resource-item p {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {

	.resource-item {
		min-height: inherit;
	}
}

.slanted-edge {
  --p: 30px; /* control the shape (can be percentage) */
  clip-path: polygon(0 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
  background-color: #e6e973
}
