/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.footercopyright, .footercopyright a, .footercopyright a:link, .footercopyright a:hover, .footercopyright a:visited {
	font-size: 12px;
	text-align: right;
}

[data-link] {
    cursor: pointer;
}

.bannerheader {
font-size:60px;
text-align:left;
}

.bannertagline {
font-weight: 400; 
font-size: 36px;
text-align:left;
}

.banner {
	min-height: 350px;
}

.mach01logo, .mach01logo a, .mach01logo:link, .mach01logo a:visited, .mach01logo:visited {
	width: 80px;
	margin: 0px !important;
	filter: sepia(0%) hue-rotate(0deg) saturate(100%) brightness(90%);
  }
  
.mach01logo:hover {
	filter: saturate(0%) brightness(900%);
  }

.databox {
}

.container:has(.databox) {
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	top: -250px;
	z-index: 7000;
	background: #fff;
	position: relative;
	padding: 50px 40px 50px 40px;
	margin-bottom: -150px;
	opacity: 0.95;
}

* {
  scroll-margin-top: 10rem;
}

.fancybox-title {
	visibility: hidden !important;
}

.col-md-4 h1 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.cc-link, .cc-link a, cc-message {
	font-size: 1.0em;
}


.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxcontainer input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 1px solid rgba(4, 30, 66, 0.4);
  border-radius: 4px;
}

.checkboxcontainer:hover input ~ .checkmark {
  background-color: #d6dafc;
}

.checkboxcontainer input:checked ~ .checkmark {
  background-color: #041e42;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"] {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(4, 30, 66, 0.4);
  border-radius: 4px;
}

@media (max-width: 992px) and (max-width: 992px) {

.container:has(.databox) {
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	padding: 45px 0 0 10px;
	z-index: 9999;
	background: #fff;
	position: relative;
	margin: 0 10px 0 15px;
	text-align: center;
}

.brand {
	float: left;
	padding: 0 0 0 10rem;
}

}

@media (max-width: 768px) {

.bannerheader {
font-size:1.6rem;
text-align:left;
}

.bannertagline {
font-weight: 600; 
font-size: 1.1rem;
text-align:left;
}
	
h1 	{
	font-size:2.0rem !important;
}

h2	{
	font-size:1.65rem !important;
}

.container:has(.databox) {
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	padding: 45px 0 0 10px;
	z-index: 7000;
	background: #fff;
	position: relative;
	margin: 0 10px 0 15px;
	text-align: center;
}
	
.brand {
	float: left;
	padding: 0 0 0 4rem;
}

div.juxtapose {
  /*hack of views-partials-grid-editors-imageSlide*/
  height: 75vw !important;
}

}