body {
	margin: 0px;
	padding: 0px;
}

div#container {
	width: 88%;
	padding: 0px 6% 0px 6%;
	margin: 0px auto 0px auto;
	}

img {
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #081D42;
}

a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	background: #F7413B;
	color: white;
	padding: 16px 20px 16px 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	transform: skew(-10deg);
	width: fit-content;
	border: 7px solid #F7413B; /* Outer border */
	box-shadow: inset 0 0 0 1px white; /* Inner border */
	}

a.button:hover {
	background: #081D42;
	border-color: #081D42;
	transition:all 0.2s ease-in;
	color: white;
	text-decoration: none;
	}


a.button2 {
	float: right;
	background: #F7413B;
	color: white;
	padding: 16px 20px 16px 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-align: right;
	transform: skew(-10deg);
	border: 7px solid #F7413B; /* Outer border */
	box-shadow: inset 0 0 0 1px white; /* Inner border */
	}

a.button2:hover {
	background: #081D42;
	border-color: #081D42;
	transition:all 0.2s ease-in;
	color: white;
	text-decoration: none;
	}

a.button3 {
	display: block;
	width: 200px;
	background: #78C9F5;
	color: white;
	padding: 16px 20px 16px 20px;
	margin: 20px 0px 40px 0px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-align: center;
}

a.button3:hover {
	background: #F7413B;
	transition:all 0.2s ease-in;
	color: black;
	text-decoration: none;
	}

.notice {
	background: red;
	color: white;
	font-family: "Montserrat", sans-serif;
	padding: 10px;
	font-weight: bold;
	border-style: solid;
	border-color: yellow;
	border-width: 3px;
	margin-top: 30px;
	font-size: 20px!important;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.only_mobile {
	display: none;
}

div#give_space {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	border-width: 90px 0px 0px 0px;
	border-color: white;
	border-style: solid;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h2 {

}

header {
	overflow: hidden;
 	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 1000;
	top: 0;
	width: 100%;
	z-index: 7000;
	height: 95px;
	padding: 15px 0px 10px 0px;
	background: white;
	transition:all 0.9s ease-in;
	}

header.shrink {
	background: #081D42;
	transition:all 0.9s ease-in;
	}

header.shrink:hover {
	background: white;
	transition:all 0.5s ease-in;
	box-shadow: 0px 0px 10px #000000;
	}

header #right_nav a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	}

header #right_nav a:hover {
	color: white!important;
	background: #78C9F5;
	text-decoration: none;
	transition:all 0.2s ease-in!important;
	}

header.shrink #right_nav a {
	color: white;
	transition:all 0.9s ease-in;
	}

header.shrink:hover #right_nav a {
	color: #081D42;
	transition:all 0.3s ease-in;
	}

header.shrink:hover #logo {
	display: block;
	transition:all 0.9s ease-in;
	}

header.shrink:hover #logow {
	display: none;
	transition:all 0.9s ease-in;
	}

div#logo {
	float: left;
	display: block;
	padding-top: 3px;
	}

#logo img {
	width: 300px;
	height: auto;
	padding: 0% 0% 0% 0%;
	}

div#logow {
	float: left;
	display: none;
	padding-top: 3px;
	}

#logow img {
	width: 300px;
	height: auto;
	padding: 0% 0% 0% 0%;
	}

header.shrink #logo {
	display: none;
	transition:all 0.9s ease-in;
	}

header.shrink #logow {
	display: block;
	transition:all 0.9s ease-in;
	}

div#right_nav {
	float: right;
	color: white;
	padding-top: 30px;
	}




.edanl_hori {
	width: 88%;
	margin: 0px 0px 0px 0px;
	padding: 50px 6% 100px 6%;
	height: auto;
	}

.edanl_hori p {
	font-size: 44px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: inline-block;
	}

div#horizontal {
	background: #efefef;
	max-height: 1000px;
	}

#horizontal p {
	float: left;
	font-size: 54px;
	max-width: 900px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 64px;
	padding: 0 0 0 0%;
	color: white;
	}

div#brandiv_video {
	width: 100%;
	height: 790px;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	}

video {
	object-fit: cover;
	width: 100%;
}

video::-internal-media-controls-overlay-cast-button {
    display: none;
}

.minnoheight {
	height: 500px!important;
	width: 90%!important;
	margin-top: 0px!important;
	border: solid #0000!important;
	border-width: 15px 15px 0px 0px!important;
	border-radius: 0px 125px 0px 0px!important;
	background: conic-gradient(#fff /* the background color */ 0 0) padding-box, linear-gradient(to right, #081D42 10%,#56ABF8 70%,#78C9F5 75%) border-box;
	}

div#brand_textbox {
	position: absolute;
	top: 270px;
	left: 0;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6%;
	width: 900px;
	height: 500px;
	}


div#horizontal_first {
	float: left;
	}

#horizontal_first h1 {
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	color: white;
	background: #78C9F5;
	width: fit-content;
	}

#horizontal_first p {
	font-size: 20px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	}


div#horizontal2 {
	float: left;
	text-align: right;
	background-image: url("../resources/nl_wind2.jpg");
	background-size: cover;
	opacity: 0.7;
	transition:all 0.2s ease-in;
	}

#horizontal2:hover {
	opacity: 1;
	transition:all 0.2s ease-in;
	}

#horizontal2 p {
	max-width: 700px;
	margin-top: -40px;
	color: white;
	}

.horizonal_white {
	text-align: center;
	height: 200px;
	}

div#vertical1 {
	float: left;
	text-align: center;
	width: 27.3%;
	padding: 0px 3% 3% 3%;
	}

div#vertical1 p {
	margin: 0px 0px 50px 0px;
	}

div#vertical1_ad {
	width: 100%;
	text-align: center;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#vertical1_ad img {
	max-width: 100%;
	height: auto;
	}

div#vertical2 {
	float: left;
	width: 60.5%;
	padding: 0px 3% 3% 3%;
	border-style: dotted;
	border-color: black;
	border-width: 0px 0px 0px 1px;
	}

#vertical2 ul {
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	}

#vertical2 li {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	border-style: dotted;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	transition:all 0.2s ease-in;
	}

#vertical2 li:hover {
	background: #efefef;
	transition:all 0.2s ease-in;
	} 

#vertical2 li h1 {
	font-family: "Montserrat", sans-serif;
	color: #081D42;
	font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: none;
	}

#vertical2 li h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #63645c;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}

#vertical2 li img {
	float: left;
	width: 20%;
	height: auto;
	display: block;
	margin: 0px 20px 0px 0px;
	}

#vertical2 li p {
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}










div#post_container {
	width: 1000px;
	margin: -470px auto 0px auto;
	padding: 30px 0% 50px 0%;
}

#post_container h1 {
	font-size: 54px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
	padding: 10px 20px 10px 20px;
	color: white;
	text-align: center;
	background: #78C9F5;
	transform: skew(-10deg);
	width: fit-content;
	border: 7px solid #78C9F5; /* Outer border */
	box-shadow: inset 0 0 0 1px white; /* Inner border */
	}

#post_container h5 {
	font-size: 54px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	color: #081D42;
	text-align: left;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #081D42;
	}

#post_container h2 {
	font-size: 34px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #081D42;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 10px 0px;
	}

#post_container h3 {
	font-size: 34px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #081D42;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

#post_container p {
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	}

#post_container ul {
	list-style-type: square;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
	}

#post_container li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#post_container img {
	max-width: 100%;
	}

.spacer {
	width: 100%;
	height: 80px;
	}

.spacer2 {
	width: 100%;
	height: 20px;
	}

ul.list_list {
	list-style-type: none;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #c0c0c0;
	}

.list_list li {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #c0c0c0;
	}

.list_list li:hover {
	background: #efefef;
	}

.list_list li a {
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: orange;
	}

table {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	font-size: 20px;
	padding: 5px 5px 5px 5px;
}

tr:nth-child(odd){
	background-color: #efefef;
}

tr:hover {
	background-color: #ddd;
}

div#news_listing {

	}

#news_listing ul {
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: black;
	border-width: 0px 0px 1px 0px;
	}

#news_listing li {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	border-style: dotted;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	}

#news_listing li h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #081D42;
	background: none;
	width: 100%;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: none;
	transform: none;
	}

#news_listing li h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #63645c;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}

#news_listing li a {
	font-family: "Montserrat", sans-serif;
	color: #081D42;
	}

#news_listing li img {
	float: left;
	width: 200px;
	height: auto;
	display: block;
	margin: 0px 20px 30px 0px;
	}

#news_listing p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


#news_listing li p {
	font-size: 20px;
	}

img.bio_photo {
	clear: right;
	float: left;
	width: 200px;
	height: auto;
	margin: 0px 40px 0px 0px;
}

li.bio_photo {
	list-style-type: none;
	float: left;
	width: 100%;
	}

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

div#quarter1 {
	float: left;
	width: 47.5%;
	padding: 0px 2.5% 5px 0px;
	}

div#quarter2 {
	float: left;
	width: 47.5%;
	padding: 0px 0px 5px 2.5%;
	}






div#conversation2 {
	clear: both;
	position: relative;
	width: 96%;
	background: #081D42;
	text-align: center;
	padding: 140px 2% 50px 2%;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: white;
}

#conversation2 h1 {
	margin: 0px auto 0px auto;
	padding: 40px 0px 0px 0px;
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	line-heighT: 50px;
	font-weight: normal;
	text-align: center;
	max-width: 1200px;
	vertical-align: middle;
}

#conversation2 h1 img {
	width: 90px;
	height: auto;
	vertical-align: middle;
	margin-right: 30px;
}

#conversation2 p {
	margin: 40px auto 0px auto;
	padding: 0px 5% 0px 5%;
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	text-align: center;
	max-width: 1100px;
}

#conversation2 input {
	margin: 50px auto 0px auto;
	padding: 10px 20px 10px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	width: 400px;
	border-radius: 25px;
	border-style: none;
}

#conversation2 input[type=submit] {
	clear: both;
	margin: 50px auto 145px auto;
	padding: 15px 20px 15px 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
	width: 200px;
	border-radius: 0px;
	border-style: none;
	background: #E6E6E6;
	cursor: pointer;
	color: black;
}

#conversation2 input[type=submit]:hover {
	background: #78C9F5;
	color: black;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

#conversation2 input[type=submit]:not(:hover) {
	-o-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	transition:all 0.4s ease-in;
}




div#footer {
	float: left;
	width: 100%;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 100px 0px;
	text-align: center;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	}

div#logos {
	text-align: center;
	}

#logos img {
	max-width: 300px;
	padding: 40px 40px 40px 40px;
	}

















@media (max-width:500px) { 

.only_mobile {
	display: block;
	}


/*
*   HAMBURGER MENU  
 */

#menuToggle
{
  display: block;
  position: relative;
  top: -46px;
  left: 89%;
	width: 10%;
  z-index: 2200;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 600;

}

#menuToggle a:hover
{
	color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 0px 0px 5px 0px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, 1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: 44px 0 0 -200px;
  padding: 15px 0px 25px 0px;
  background: #081D42;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
	padding: 20px 10px 20px 20px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #56ABF8;
}

#menu li:hover {
	background: #78C9F5;
	}

ul#menu {
	padding: 0px 0px 0px 0px;
	}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.no_mobile {
	display: none;
}

.only_mobile {
	display: block;
}

div#mobile_logo {
	width: 45%;
	margin-top: 20px;
	}

div#mobile_logo img {
	width: 100%;
	}

div#mobile_header {
	position: fixed;
	height: 100px;
	width: 94%;
	padding: 5px 2.5% 0px 3.5%;
	background-color: #081D42;
	z-index: 3000;
	}

body {
	overflow-x: hidden; 
	}

div#header {
	width: 88%;
	margin: 0px 0px 0px 0px;
	padding: 20px 6% 20px 6%;
	text-align: left;
	background: #081D42;
	height: 55px;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 1000;
	}

#header img {
	width: 30%;
	height: auto;
	float: left;
	}

div#edanl_menu {
	display: none;
	}


div#horizontal {
	width: 100%;
	}

div#brandiv_video {
	max-width: 100%;
	height: 455px;
	}

video {
	object-fit: contain;
	width: auto;
	max-height: 455px;
}

.minnoheight {
	height: 115px!important;
	width: 100%;
	border: none;
	background: none;
	}

div#brand_textbox {
	position: absolute;
	top: 200px;
	width: 88%;
	padding: 0px 6% 0px 6%;
	}

#horizontal p {
	font-size: 25px;
	line-height: 29px;
	width: 100%;
	}

#horizontal_first h1 {
	font-size: 20px;
	}

div#vertical1 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 0px 0 40px 0;
	}

div#vertical2 {
	float: left;
	width: 100%;
	padding: 0px 0 0% 0%;
	border-style: none;
	}

#vertical2 li h1 {
	font-size: 18px;
	padding: 0px 0px 10px 130px;
	width: 230px;
	}

#vertical2 li img {
	width: 120px;
	margin: 0px 10px 10px 0px;
	}

div#vertical2 li p {
	font-size: 18px;
	}

div#vertical2 li p {
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 0px 0px 0px 130px;
	width: 230px;
	}

div#post_container {
	width: 86%;
	margin: 20px auto 0px auto;
	padding: 30px 7% 50px 7%;
}

#post_container h1 {
	font-size: 40px;
	margin: 0px 0px 30px 0px;
	padding: 10px 20px 10px 20px;
	}

#post_container h2 {
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 0px;
	}

#post_container h3 {
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

#post_container h5 {
	font-size: 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	}

#post_container p {
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	}

#post_container ul {
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

#post_container li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}


#news_listing ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#news_listing li {
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	}

#news_listing li h1 {
	font-size: 18px;
	padding: 0px 0px 10px 120px;
	width: 240px;
	}

.no_indent {
	padding: 0px 0px 0px 0px!important;
	width: 100%!important;
	}

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

#news_listing li h4 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	}

#news_listing li img {
	width: 110px;
	margin: 0px 10px 10px 0px;
	}

#news_listing p {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#news_listing li p {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 120px;
	}

div#quarter1 {
	float: left;
	width: 100%;
	padding: 0px 0% 20px 0px;
	}

div#quarter2 {
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0%;
	}

img.bio_photo {
	width: 100px;
}

.notice {
	padding: 10px;
	border-width: 3px;
	margin-top: 30px;
	font-size: 14px!important;
}


#conversation2 input {
	font-size: 20px;
	width: 250px;
}



   }



