img[src*="adsrvr.org"] {
    display: none;
}

html {
	overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	text-underline-offset:3px;
}

sup {
	font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	top: -0.5em;
}


sub {
	font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	top: 0.5em;
}

body {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 14px;
	font-family: 'Montserrat';
	overflow-x: hidden;
	background-color: #F8F5FF;
}


/*Structure Definition*/

/*Colors*/
.white {
	color: #ffffff !important;
}


.black {
	color: #000000 !important;
}

/*Custom Responsive Classes */

.only_desktop_view { display: block !important;}
.only_mobile_view { display: none !important;}	

.show_below_1024 {
	display: none;
}


.show_above_1280 {
	display: block;
}

.show_below_1280 {
	display: none;
}


/*Headings*/

a {
	font-size: 18px;
	font-family: 'IBM Plex Sans', sans-serif;
}
li a{
	font-size:18px;
}
h1 {
	/* font-size: 80px; */
	font-size: 36px;
	font-family: 'IBM Plex Sans', sans-serif;
	line-height: 100%;
	font-weight: 800;
}

h2 {
	font-size: 36px;
	font-weight: 800;
	font-family: 'IBM Plex Sans', sans-serif;
	margin-bottom:1rem;
}

h2 span {
	font-size: 26px;
	font-weight: 800;
	font-family: 'IBM Plex Sans', sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: 800;
	font-family: 'IBM Plex Sans', sans-serif;
}

h3 a {
	font-size: 20px;
	font-weight: 800;
	font-family: 'IBM Plex Sans', sans-serif;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-size: 20px;
	font-weight: 800;
	font-family: 'IBM Plex Sans', sans-serif;
}
.bold {
	font-weight: bold;
}
p {
	font-size: 18px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
	color: #000000;
}

p a {
	font-size: 18px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
	line-height: 200%;
	margin-bottom: 30px;
	color: #000000;
	text-decoration: none;
}

input {
	font-family: 'IBM Plex Sans', sans-serif;
}

p.bold {
	font-weight: 700;
}

span {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}


h1.light {
	font-size: 72px;

}

h2.light {
	font-size: 40px;

}

h3.medium {

}

h3.light {
	font-size: 20px;

}

h2.semi-bold {

}

h3.semi-bold {

}


/*Layout*/
.flex-wrapper {

}

.flex-left {
	height: 100%;
}

.flex-right {
	height: 100%;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-valign-top {
	align-items: flex-start;
}

.flex-valign-bot {
	align-items: flex-end;
}

.flex-align-center {
	align-items: center;
}

.flex-justify-center {
	justify-content: center;
}

.margin-auto {
	margin: 0 auto;
}

.w50p {
	width: 50%;
}

.w10p {
	width: 10%;
}

.w30p {
	width: 30%;
}


.w33p {
	width: 33%;
}

.w40p {
	width: 40%;
}

.w60p {
	width: 60%;
}

.w70p {
	width: 70%;
}

.w90p {
	width: 90%;
}

.w100p {
	width: 100%;
}

.pos-relative {
	position: relative;
}

.cus-obj-fit {
	object-fit: cover;
}

.vh60 {
	height: 60vh;
}

.vh40 {
	height: 40vh;
}


.vh50 {
	height: 50vh;
}

.vh100 {
	height: 100vh;
}

.h100p {
	height: 100%;
}

.cover-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.minh539 {
	min-height: 539px;
}

.mw342 {
	max-width: 342px;
}

.mw470 {
	max-width: 470px;
}

.mw628 {
	max-width: 628px;
}

.mw840 {
	max-width: 840px;
}


.mw966 {
	max-width: 966px;
}

.mw983 {
	max-width: 983px;
}

.mw1040 {
	max-width: 1040px;
}

.mw1116 {
	max-width: 1116px;
}

.mw1280 {
	max-width: 1280px;
}


/*Padding*/
.cus-padding-top-50 {
	padding-top: 50px;
}

.cus-padding-bot-50 {
	padding-bottom: 50px;
}


.cus-padding-top-100 {
	padding-top: 100px;
}


.cus-padding-bot-100 {
	padding-bottom: 100px;
}

.cus-padding-top-200 {
	padding-top: 200px;
}

.cus-padding-bot-200 {
	padding-bottom: 200px;
}


.title-wrapper {
	margin-bottom: 30px;
}

.cus-margin-top-50 {
	margin-top: 50px;
}

.cus-margin-bot-0 {
	margin-bottom: 0;
}


/*Custom components*/
.cut-rectangle {
	position: relative;
}

.cut-rectangle:before {
	position: absolute;
	height: 0;
	width: 0;
	content: ' ';
    border: 100px solid white;
    border-color: transparent transparent white white;
    border-width: 100px 0px 0px 100px;
	left: 0;
	bottom: 0;
	z-index: 2;
  }
  .cut-rectangle:after {
	position: absolute;
	height: 0;
	width: 0;
	content: ' ';
	border: 100px solid white;
	border-width: 100px 0px 0px 100px;
	border-color: white white transparent transparent;
	right: 0;
	top: 0px;
	z-index: 2;
  }


  /*Menu*/
.menu-bar {
	box-sizing: border-box;
	z-index: 999;
	width: 100%;
    background: white;
    transition: all 0.3s;
	height:75px;
	position: relative;
}

.menu-bar.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.menu-bar .menu-inner-wrapper {
	width: 100%;
	justify-content: space-between;
    box-sizing: border-box;
	align-items:center;
    padding: 15px 50px;
    background: #ffffff;
	transition: all 0.25s;
	
}

.menu-bar .menu-inner-wrapper .flex-right {
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.menu-bar .menu-inner-wrapper .menu-button {
	cursor: pointer;
	display: inline-block;
	padding: 0 3px;
	vertical-align: middle;
	height: 40px;
	position: relative;
    top: 0;
}

.menu-bar .menu-inner-wrapper .menu-button > .touch-button {
	position: relative;
	height: 100%;
	min-width: 50px;
	display: block;
	padding: 5px 7px;
}

.menu-bar .menu-inner-wrapper .menu-button > .touch-button .navicon {
	position: relative;
	background-color: #000000;
	min-height: 3px;
	border-radius: 2px;
	display: block;
	font-size: 14px;
	line-height: 100%;
	transition: all 0.25s;
    top: 32%;
	transform: translateY(-50%);
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button > .navicon:before {
	content: "";
	background-color: #000000;
	height: 3px;
	border-radius: 2px;
	width: 100%;
	position: absolute;
	top: -13px;
	right: 0;
	transition: all 0.25s;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button > .navicon:after {
	content: "";
	background-color: #000000;
	height: 3px;
	border-radius: 2px;
	width: 100%;
	position: absolute;
	bottom: -13px;
	right: 0;
	transition: all 0.25s;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active .navicon { transform: rotate(-45deg); }
.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active .navicon:before { transform: rotate(90deg); top: 0px; }
.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active .navicon:after { width: 0; opacity: 0; }


.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active .navicon {
	background-color: #000000;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active > .navicon:before {
	background-color: #000000;
}
.menu-bar .menu-inner-wrapper .menu-button > .touch-button.active > .navicon:after {
	background-color: #000000;
}


.menu-bar .search-input-wrapper {
	position: absolute;
	top: 0;
	/* left: -100%; */
	right: 0;
	background: #000000;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 15px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
	z-index: 2;
}


.menu-bar .search-input-wrapper.active {
	top: 85px;
	/* left: 0; */
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.menu-bar .search-input-wrapper input {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	margin: 0 auto;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    background: #000000;
	color: #ffffff;
	user-select: text; /* supported by Chrome and Opera */
	-webkit-user-select: text; /* Safari */
	-khtml-user-select: text; /* Konqueror HTML */
	-moz-user-select: text; /* Firefox */
	-ms-user-select: text;
	outline: none;
}


.menu-bar .search-input-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
  }
  
  .menu-bar .search-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
  }
  
  .menu-bar .search-input-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
  }

.menu-bar .search-input-wrapper .search-button {
	cursor: pointer;

	width: 100%;
    height: 50px;
    background: url(../images/search-icon-white.png) no-repeat;
    background-size: 30px;
    background-position: center;
    -webkit-appearance: none;
    -moz-appearance: none;
	border: none;

}


.menu-bar .search-input-wrapper .flex-row {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	max-width: 70%;
    margin: 0 auto;
}

.menu-bar .search-input-wrapper .flex-row .flex-left {
	width: 95%;
}

.menu-bar .search-input-wrapper .flex-row .flex-right {
	width: 5%;
}

.menu-bar .text-wrapper {
	position: relative;
	top: -5px;
}


/*Mobile search*/
.full-menu-wrapper .search-input-wrapper {
	display: none;
}

.full-menu-wrapper .search-input-wrapper input {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	margin: 0 auto;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    background: #000000;
	color: #ffffff;
	user-select: text; /* supported by Chrome and Opera */
	-webkit-user-select: text; /* Safari */
	-khtml-user-select: text; /* Konqueror HTML */
	-moz-user-select: text; /* Firefox */
	-ms-user-select: text;
	outline: none;
}


.full-menu-wrapper .search-input-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
  }
  
  .full-menu-wrapper .search-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
  }
  
  .full-menu-wrapper .search-input-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
  }

  .full-menu-wrapper .search-input-wrapper .search-button {
	cursor: pointer;

	width: 100%;
    height: 50px;
    background: url(../images/search-icon-white.png) no-repeat;
    background-size: 30px;
    background-position: center;
    -webkit-appearance: none;
    -moz-appearance: none;
	border: none;

}


.full-menu-wrapper .search-input-wrapper .flex-row {
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	max-width: 100%;
    margin: 0 10px 0 10px;
}

.full-menu-wrapper .search-input-wrapper .flex-row .flex-left {
	width: 85%;
}

.full-menu-wrapper .search-input-wrapper .flex-row .flex-right {
	width: 10%;
}


/*Menu*/

.menu-bar .text-wrapper {
	position: relative;
	top: -5px;
}

.menu-bar .logo {
	margin-right: 20px;
	/* max-width: 150px;
	min-width: 150px;
	width: 100%; */
}

.menu-bar .logo img {
	width: 320px;
}
.menu-bar .flex-left.w30p {
	display:flex;
	align-items:center;
}
.menu-bar .search-btn-wrapper {
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.search-btn-wrapper{
	display:none;
}
.menu-bar .search-btn-wrapper img {
	max-width: 35px;
}

.menu-bar .menu-btn-wrapper {
	cursor: pointer;
	position: relative;

    /* display: none; */
}

/* .menu-bar .menu-btn-wrapper .menu-btn-close {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.menu-bar .menu-btn-wrapper .menu-btn-close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}


.menu-bar .menu-btn-wrapper.active .menu-btn {
	opacity: 0;
	visibility: hidden;
}

.menu-bar .menu-btn-wrapper.active .menu-btn-close {
	opacity: 1;
	visibility: visible;
} */

.menu-bar .text-wrapper h4 {
	margin: 0;
	line-height: 100%;
}

.menu-bar .flex-right .flex-inner-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

/*Full menu*/
.full-menu-wrapper {
	position: fixed;
	top: 75px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 75px);
	background: #000000;
	z-index: 5;
	display: none;
}

.full-menu-wrapper.active {
	display: block;
}

.menu-inner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;

}
.full-menu-wrapper .menu-inner-wrapper {
	overflow-y: scroll;
}

.full-menu-wrapper ul {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 90%;
	padding:20px 0;
}

.full-menu-wrapper ul li {
	margin-bottom: 50px;
}

.full-menu-wrapper ul li:last-child {
    margin-bottom: 0;
}

.full-menu-wrapper ul li a {
	color: #ffffff;
	font-weight: 800;
	font-size: 32px;
	text-decoration: none;
}



/*Footer*/
footer {
	background: #000000;
	box-sizing: border-box;
    padding: 30px 50px;
}

footer p.copyright{
	color: #ffffff;	
	margin: 0 0 15px 0;
	line-height: 100%;
}

footer p.copyright:last-child {
	margin: 0;
}

footer .social-wrapper ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

footer .social-wrapper ul li {
	margin-right: 15px;
}

footer .footer{ margin:0 auto; padding:20px 0; box-sizing:border-box; display: flex; align-items: center; color:#FFFFFF;}
footer .footer .ftrLft{width:calc(100% - 250px); padding-right:15px; box-sizing:border-box;}
footer .footer .ftrLft span{display:block;}
footer .footer .ftrLft span:first-child{padding-bottom:5px;}
footer .footer .ftrRgt{width:250px;}
footer .footer .ftrRgt a{text-decoration:none;}
footer .footer .ftrRgt a:hover{text-decoration:none; opacity:0.7;}
footer .footer .ftrRgt a {margin-right:15px;}
footer .footer .ftrRgt a:last-child {margin-right:0;}

footer .footer .ftrRgt a img {
	max-width: 25px;
	max-height: 25px;
}

/* footer .footer .ftrRgt a:first-child img { */
	/* max-width: 11px !important; */
/* } */

/*----------------------------classes by JP----------------------------*/
.submenu-accordion {
	cursor: pointer;
	transition: 0.4s;
}
.submenu-accordion:after {
	content: '\002B';
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}
.sub-active:after {
	content: "\2212";
}
.submenu{
	max-height: 0;
	margin: -35px 0 35px 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
li.submenu-item{
	margin-bottom: unset !important;
	margin-top: 10px;
}
li.submenu-item a{
	font-weight: normal !important;
	font-size: 20px !important;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	justify-content: space-between;
}
.grid-item {
	padding: 15px 0;
}
/*menu scrollbar styling */
.menu-inner-wrapper::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  .menu-inner-wrapper::-webkit-scrollbar-track {
	border-radius: 70px;
	background: black;  
  }
   
  /* Handle */
  .menu-inner-wrapper::-webkit-scrollbar-thumb {
	background: #888; 
	
	border-radius: 70px;
  }
  
  /* Handle on hover */
  .menu-inner-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
/*----------------------------Responsive----------------------------*/
@media screen and (max-width: 1540px) {
	.full-menu-wrapper ul li a {
		font-size: 24px;
	}

	.full-menu-wrapper ul li {
		margin-bottom: 35px;
	}

}

@media screen and (max-width: 1280px) {

	
	
}
@media screen and (min-width: 1024px) {


}
@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 800px) {
	footer .footer {display:block;}
	footer .footer .ftrLft, footer .footer .ftrRgt {width:100%; padding-right:0; text-align:center;}
	footer .footer .ftrRgt {padding-top:20px; }
	
	
}

@media screen and (min-width: 768px ){
	.full-menu-wrapper ul{
		padding:70px 0;
	}
}
@media screen and (max-width: 768px ){

	.only_mobile_view {
		display: block !important;
	}

	.only_desktop_view {
		display: none !important;
	}

	p {
		font-size: 16px;
		line-height: 150%;
	}


	/* .menu-bar .logo {
		max-width: 90px;
		min-width: 90px;
	} */

	.menu-bar.sticky {
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		height: 75px;
	}

	.full-menu-wrapper {
		top: 75px;
		height: calc(100vh - 75px);
	}

	.full-menu-wrapper .search-input-wrapper {
		display: block;
	}
	
	.menu-bar.sticky .menu-inner-wrapper {
		padding: 10px 1rem;
	}
	.menu-bar .menu-inner-wrapper {
		padding: 10px 1rem;
	}

	.menu-bar .logo img {
		width: 320px;
	}

	.menu-bar .logo {
		margin-right: 10px;
	}
		
	/* .menu-bar .logo:last-child img {
		min-width: 115px;
	} */

	.menu-bar .menu-inner-wrapper .flex-left {
		width: 45%;
	}

	.menu-bar .menu-inner-wrapper .flex-left .text-wrapper {
		display: none;
	}


	.menu-bar .search-input-wrapper .flex-row {
		max-width: 100%;
	}

	.menu-bar .search-input-wrapper .flex-row .flex-left {
		width: 90%;
	}

	.menu-bar .search-input-wrapper .flex-row .flex-right {
		width: 10%;
	}

	
	.menu-bar .search-btn-wrapper {
		margin-right: 5px;
		display: none;
	}

	.full-menu-wrapper ul li {
		margin-bottom: 30px;
	}

	.full-menu-wrapper ul li a {
		font-size: 20px;
	}

	.menu-bar .search-input-wrapper.active {
		top: 70px;
	}


	footer .footer .ftrRgt {
        width: 100%;
    }

	footer {
		padding: 50px 1rem;
	}

	footer .flex-row {
		flex-direction: column;
	}

	footer .flex-row .flex-left {
		margin-bottom: 30px;
	}


	.cus-mobile-margin-top-30 {
		margin-top: 30px;
	}
	h1{
		font-size:28px;
	}
	
}

@media screen and (max-width: 480px) {


	footer .footer {display:block;}
	footer .footer .ftrLft, footer .footer .ftrRgt {width:100%; padding-right:0; text-align:center;}
	footer .footer .ftrRgt {padding-top:20px; }
	
	.menu-bar .menu-inner-wrapper {
		padding: 20px 1rem;
	}
}

@media screen and (max-width: 430px) {
	h2 span {
		font-size:22px;
	}
	.menu-bar .menu-inner-wrapper .menu-button {
		height: 35px;
	}
	.menu-bar .menu-inner-wrapper .menu-button > .touch-button {
		min-width: 30.8px;
	}
	.grid-container {
		display: grid;
		grid-template-columns: auto auto;
		justify-content: space-between;
	}
	.grid-item img{
		width: 161px;
	}
	.menu-bar .logo img {
		width: 280px;
	}

}

@media screen and (max-width: 414px) {
	
}

@media screen and (max-width: 390px) {
	
}

@media screen and (max-width: 360px) {

	.menu-bar .logo img {max-width: 220px;}

}

@media screen and (max-width: 310px) {

}