@charset "UTF-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("/Assets/images/WebsiteBackground.jpg");
	background-size: cover;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	
}
a:hover {
	color: #04a2e0;
	transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-delay: 0s;
}
* {
	box-sizing: border-box;
}
.column2 {
    float: left;
    width: 50%;
}
.column3 {
    float: left;
    width: 31.33%;
	padding-left: 1%;
	padding-right: 1%
}
.leftColumn {
	float: left;
    width: 49%;
	padding-right: 1%;
}
.rightColumn {
	float: left;
    width: 49%;
	padding-left: 1%;
}
.row {
	margin-bottom: 30px;
	width: 100%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
[class*="col-"] {
	float: left;
    padding-left: 1%;
	padding-right: 1%;
}

img {
	max-width: 100%;
	height: auto;
}
.centerImage {
	margin-left: auto;
	margin-right: auto;
}
.videocontainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	margin-bottom: 5%;
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2rem;
	padding-right: 2rem;
	float: left;
	padding-top: 20px;
	background: rgba(255,255,255,0.2);
	width: 100%;
}
#mainwrapper {
	/* Container of all content */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 10px 25px 15px rgba(0,0,0,0.15);
	overflow: auto;
}
#mainwrapper header {
	/*Header */
	background-color: #475ba4;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	float: left;
	width: 100%
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 28%;
	float: left;
	padding-left: 1.25rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
#content #mainContent h1 {
	/* Styling for main H1 headings */
	font-family: Helvetica, sans-serif;
	font-size: 32px;
	color: rgba(62,67,73,1.00);
}
#content #mainContent h2 {
	/* Styling for main H2 headings */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #0000FF;
}
#content #mainContent h3 {
	/* Styling for main H3 headings */
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: rgba(62,67,72,1.00);
	text-align: center;
}
#content #mainContent h4 {
	/* Styling for main H4 headings */
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(62,67,73,1.00);
	margin-bottom: 20px;
	margin-top: 0px;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	margin-top: 1%;
	color: rgba(0,0,0,1.00);
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 27.2px;
}
#content #mainContent .imageCaption {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #555;
}

.centeredContent {
	text-align: center;
}

nav:after {
	content: '';
	clear: both;
	display: table;
}
.desktop-navbar {
	/*Nav bar containing links in header */
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: right;
	padding-top: 3.5rem;
	width: 72%;
}

.desktop-navbar .link:hover {
	/* Links in header */
	color: rgba(172,181,214,1.00);
	transition: 150ms ease-in-out;
}

.link {
	background: none;
	border: none;
	text-decoration: none;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	padding: 12px;
	transition: 150ms ease-in-out;
	float: left;
	cursor: pointer;
	display: block;
}

.dMenu {
	border-top: 1px solid #d3d7e3;
}

.dMenu:hover {
	background-color: #d3d7e3;
}

.responsive-button {
	position: absolute;
	top: 4.5%;
	right: 5%;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
}

.responsive-button .bar {
	height: 3px;
	width: 100%;
	background-color: white;
	border-radius: 10px;
}

.dropdown.active > .link
.link:hover {
	color: rgba(172,181,214,1.00)
}

.dropdown {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown li a {
	display: block;
	color: #475ba4;
	text-align: left;
	padding: 12px;
	font-size: 15px;
}

.dropdown-menu {
    position: absolute;
	left: 0;
	top: 2rem;
	padding: 0px;
	background-color: white;
	min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
	opacity: 0;
	pointer-events: none;
	transition: opacity 150ms ease-in-out;
	list-style: none;
	z-index: 1;
}

.dropdown.active > .link + .dropdown-menu {
	opacity: 1;
	pointer-events: auto;
}

.dropdown ul li:hover > ul {
    display: block;
    opacity: 1;
}

.dropdown li ul {
	position: absolute;
	display: none;
	margin-top: -52px;
	left: 100%;
	padding: 0;
	list-style: none;
	transition: opacity 150ms ease-in-out;
}

.dropdown-submenu {
    background-color: #f9f9F9;
    text-align: left;
	padding: 0;
    min-width: 260px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
}

footer article {
	/* Footer articles */
	background-color: white;
	width: 100%;
	float: left;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	text-align: center;
	font-size: .95rem;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(0,0,0,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.leftButton {
    background-color: #4054b2;
	color: white;
	padding: 15px 40px;
	border: 0;
	border-radius: .25rem;
	float: right;
	font-size: 16px;
	cursor: pointer;
}
.rightButton {
	background-color: #4054b2;
	color: white;
	padding: 15px 40px;
	border: 0;
	border-radius: .25rem;
	float: left;
	font-size: 16px;
	cursor: pointer;
}
[class*="icono"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	box-sizing: border-box;
	&:after, &:before {
	  content: "";
	  box-sizing: border-box;
	}
  }
[class*="icono-arrowL"]{
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin-right: 20px;
	margin-top: -2px;
	&:before{
	  right: 0;
	  top: -3px;
	  position: absolute;
	  height: 4px;
	  box-shadow: inset 0 0 0 32px;
	  transform: rotate(-45deg);
	  width: 15px;
	  transform-origin: right top;
	}
	&[class*="-left"]{
	  transform: rotate(-135deg);
	  &[class*="-up"]{
		transform: none;
	  }
	  &[class*="-down"]{
		transform: rotate(90deg);
	  }
	}
	&[class*="-right"]{
	  transform: rotate(45deg);
	  &[class*="-up"]{
		transform: rotate(-90deg);
	  }
	  &[class*="-down"]{
		transform: rotate(180deg);
	  }
	}
	&[class*="-up"]{
	  transform: rotate(-45deg);
	}
	&[class*="-down"]{
	  transform: rotate(135deg);
	}
  }
  [class*="icono-arrowR"]{
	width: 0;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin-left: 20px;
	margin-top: -2px;
	&:before{
	  right: 0;
	  top: -3px;
	  position: absolute;
	  height: 4px;
	  box-shadow: inset 0 0 0 32px;
	  transform: rotate(-45deg);
	  width: 15px;
	  transform-origin: right top;
	}
	&[class*="-left"]{
	  transform: rotate(-135deg);
	  &[class*="-up"]{
		transform: none;
	  }
	  &[class*="-down"]{
		transform: rotate(90deg);
	  }
	}
	&[class*="-right"]{
	  transform: rotate(45deg);
	  &[class*="-up"]{
		transform: rotate(-90deg);
	  }
	  &[class*="-down"]{
		transform: rotate(180deg);
	  }
	}
	&[class*="-up"]{
	  transform: rotate(-45deg);
	}
	&[class*="-down"]{
	  transform: rotate(135deg);
	}
  }
.arrow {
	border: solid #FFF;
	border-width: 0px 2px 2px 0px;
	display: inline-block;
	padding: 4px;
	pointer-events: none;
}
  .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
  
  .left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
  
  .up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
  
  .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
dl {
	color: rgba(0,0,0,1.00);
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 27.2px;
}
ol, ul {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	line-height: 27.2px
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 100%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}

.mobile-navbar {
	display: none;
}



/* Tablet view */
@media screen and (max-width: 1024px) {
.notOnDesktop, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width: 100%;
}
body {
	margin: 0;
}
a:hover {
	color: #475ba4;
}
#content .notOnDesktop input {
	height: 28px;
}
.desktop-navbar {
	display: none;
}
.mobile-navbar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.responsive-button {
	display: flex;
}
.navbar-links {
	display: none;
	flex-direction: column;
	width: 100%;
}
.navbar-links.active {
	display: flex;
}
.link {
	border-top: 1px solid #d3d7e3;
	display: flex;
	background-color: #f9f9f9;
	width: 100%;
	color: #475ba4;
}
.dMenu:hover {
	background-color: #f9f9F9;
}
.mobile-dropdown {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.mobile-dropdown-menu {
    position: absolute;
	left: 0;
	margin-top: 2.7rem;
	margin-bottom: 0;
	padding: 0px;
    background-color: #f9f9F9;
	min-width: 100%;
	opacity: 0;
	pointer-events: none;
	list-style: none;
}
.mobile-dropdown.active > .link + .mobile-dropdown-menu {
	opacity: 1;
	pointer-events: auto;
	position: static;
}

.mobile-dropdown li ul {
	position: static;
	display: none;
	left: 0;
	margin-top: 0px;
	padding: 0rem;
	list-style: none;
	opacity: 0;
}

.mobile-dropdown li a {
	display: block;
	color: #475ba4;
	text-align: left;
	padding: 12px;
	font-size: 16px;
}
.mobile-dropdown-submenu {
    background-color: #f9f9F9;
    text-align: left;
	box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-arrow {
	margin-top: 10px;
	padding: 15px;
	background: red;
	float: right
}

.toggle,
[id^=drop] {
	display: none;
}
.toggle {
	display: block;
	background-color: none;
	padding: .75rem;
	padding-left: 1.2rem;
	color: #FFF;
	text-decoration: none;
	border: none;
	float: right;
	cursor: pointer;
}

[id^=drop]:checked + ul {
	display: block;
	opacity: 1;
}

#mainwrapper header #logo {
	/* Header */
	width: 35%;
}
footer article {
	padding-top: 2%;
	padding-bottom: 2%;
}

/* Mobile view */
@media screen and (max-width:480px) {


}
}