body {
	height: 100%;
	padding: 0;
	display: block;
	margin: 0;
	font: 20px Helvetica;
	font-weight: 300;
	background-color: #fff
}

a {
	font-family: Barlow
}

.section {
	padding-top: 6rem;
	padding-bottom: 1rem;
	padding-left: 15%;
	padding-right: 15%;
}

a:hover {
	text-decoration: none
}

strong {
	clip-path: polygon(101% 0%, 100% 63%, 92% 100%, -14% 100%, 7.5% 0%, 0% 0%)
}

.noise_btn:hover strong {
	background-color: rgba( 37, 190, 244, .5)
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 35px;
	font-family: Barlow;
	font-weight: 700;
	margin: auto 0 25px;
	color: #0e243a;
	letter-spacing: 3px;
	width: 100%;
	text-align: center
}

h1{
	font-size: 33px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 10px;
}

.thin-heading{
	font-weight: 400;
}

p {
	font-family: Barlow;
	color: #0e243a
}

p.content{
	line-height: 34px;
}

.container {
	text-align: left;
	letter-spacing: 3px;
	color: #fff;
	overflow: hidden
}

.push-down-alot {
	margin-top: 90px
}

.dropdown-trigger:hover ul{
	display: block !important;
	opacity: 1 !important;
}

.noise_btn {
	display: block;
	position: relative;
	width: 390px;
	height: 80px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 2.7px;
	margin: 20px 30px;
	font-size: 13px;
	color: #25bef4;
	margin-bottom: auto;
	opacity: 0;
	text-align: center
}

.noise_btn.canvas-ready {
	opacity: 1
}

.noise_btn--bg {
	color: #0e243a
}

.noise_btn strong {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-weight: bolder
}

.noise-container {
	display: block;
	position: relative;
	margin-left: 0
}

.noise-canvas {
	position: absolute;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	left: -20px;
	pointer-events: none;
	z-index: 1;
	width: 430px!important
}

ul li{
	font-family: Barlow;
	margin-bottom: 10px;
	font-weight: 300;
}

ul li a{
	font-family: Barlow;
	font-weight: 500;
}

.row .col{
	padding-left: 0px;
	padding-right: 0px;
}

footer {
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	color: #0e243a;
	padding: 30px
}

footer a {
	color: #0e243a;
	text-decoration: none
}

.custom-button {
	text-transform: uppercase;
	font-family: barlow-bold;
	padding: 20px 0;
	max-width: 300px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #0e243a;
	transition: .5s ease-in-out all;
	-webkit-transition: .5s ease-in-out all
}

.custom-button:hover {
	transition: .5s ease-in-out all;
	-webkit-transition: .5s ease-in-out all;
	background-color: #25bef4
}

@media screen and (min-width:768px) {
	.flex_container {
		justify-content: flex-start
	}
	img {
		max-width: 47vw
	}
}

@media screen and (max-width:767px) {
	img {
		max-width: 67vw;
		width: 75%;
		margin-bottom: -15px!important
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-size: 24px
	}
	.section {
		padding: initial;
		text-align: center
	}
	.section h3 {
		text-align: center!important
	}
	.push-down-alot {
		margin-top: 0
	}
	.custom-button {
		margin: auto
	}
}

.pull-left{
	float: left;
}

.navbar{
	background-color: #0e243a;
	border-color: #0e243a;
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar ul li ul{
	background-color: #0e243a;
	border-color: #0e243a;	
}

.navbar ul li ul li{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.navbar-logo{
	margin-right: 24px;
}

.navbar-logo img{
    height: 48px;
    padding-top: 6px;
    margin-top: 3px;
    vertical-align: middle;	
    width: initial;
}

.navbar-menu{

}

.navbar-menu ul{
	font-size: 15px;
}
.navbar-menu ul li{
	float: left;
	transition: all .25s ease-in-out;
}

.navbar-menu ul li:hover,
.navbar-menu ul li.current{
	background-color: #ff774d;
	border-color: #ff774d;
	transition: all .25s ease-in-out;
}

.navbar-menu ul li a{
	display: inline-block;
	height: 60px;
    vertical-align: middle;
    line-height: 30px;
    padding: 14.5px 20px;
    color: #FFF;
	font-weight: 400;
}

@media(max-width: 767px){
	.desktop-only{
		displaY: none;
	}
}

@media(min-width: 768px){
	.mobile-only{
		display: none;
	}
}

/* Mobile menu styles */

.mobile-nav{
	display: none;
	background-color: #0e243a;
	border-color: #0e243a;
}

.mobile-nav a{
	color: #FFF;
	font-weight: 400;
	font-size: 15px;
	display: block;
}

.mobile-nav.visible{
	display: block;
}

.mobile-nav ul li{
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 0px;
}

.mobile-nav ul li.active{
	background: #ff774d;
	border-color: #ff774d;
}

.mobile-nav ul li{
	color: #FFF;
}

.toggle-mobile-menu label{
 display:flex;
  flex-direction:column;
  width:70px;
  cursor:pointer;
  -webkit-transform: scale(.6);  
  -ms-transform: scale(.6);  
  transform: scale(.6);
  position: absolute;
  right: 10px;
}

.toggle-mobile-menu label span{
  background: #fff;
  border-radius:10px;
  height:7px;
  margin: 7px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.toggle-mobile-menu span:nth-of-type(1){
  width:50%;
  
}

.toggle-mobile-menu span:nth-of-type(2){
  width:100%;
}


.toggle-mobile-menu span:nth-of-type(3){
  width:75%;
 
}


.toggle-mobile-menu input[type="checkbox"]{
  display:none;
}


.toggle-mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,0px)
}


.toggle-mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}


.toggle-mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(30px,-11px) rotatez(45deg);

}

@media(max-width: 767px){
	.section{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section h1{
		text-align: center !important;
		font-size: 20px;
		margin-bottom: 45px;
	}
	.footer-contact{
		position: initial !important;
	}
	p b{
		display: block;
		margin-bottom: 15px;
	}
	.program{
		margin-bottom: 30px;
	}
}

@font-face {
	font-family: barlow;
	font-style: normal;
	font-weight: initial;
	src: url(/assets/fonts/Barlow-Medium.otf)
}

@font-face {
	font-family: barlow-bold;
	src: url(/assets/fonts/Barlow-Bold.otf)
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: initial;
	src: url(/assets/fonts/Roboto-Medium.ttf)
}