/* common */


/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*-webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering:optimizeLegibility !important;*/
}
/* footer stick bottom */
html,
body,
#section,
#page-wrap,
#cont-wrap {
	position: unset;
	height:100%;
}

html,
body {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 12px;
	color: #211e1f;
}
input,
select,
textarea {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 12px;
	color: #211e1f;
}

body {
	background: #fff;
}

img {
	border: 0px;
	display: block;
	max-width: 100%;
}
.alignnone,
.alignnone img {
	width: 100%!important;
	height: auto!important;
}
.alignnone,
.alignright,
.alignleft,
.aligncenter {
	margin-bottom: 35px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
figcaption {
	margin-top: 15px;
	color: #767676;
	font-style: italic;
	font-size: 16px;
}
a,
input {
	outline: none;
	text-decoration: none;
}
blockquote,
blockquote p {
	font-family: 'Handelson-Six';
	color: #c9582c;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-bottom: 35px;
}
blockquote:before {
	content:"";
	display: block;
	width: 80px;
	height: 6px;
	background-color:#c9582c;
	margin-bottom: 20px;
}
iframe {
	width: 100%!important;
}
.contact-us-lead {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.contact-us-lead input:not([type=submit]) {
    background: inherit !important;
    color: #ffffff !important;
    font-size: 16px !important;
    border: 2px solid #ffffff !important;
}
.contact-us-lead input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.contact-us-lead textarea {
    background: inherit !important;
    color: #ffffff !important;
    font-size: 16px !important;
    border: 2px solid #ffffff !important;
    width: 100%;
    border-radius: 5px;
    height: 120px;
    padding: 12px 18px !important;
}
.contact-us-lead input[type=submit]{
    color: #01837b !important;
    background-color: #ffffff !important;
    text-transform: uppercase !important;
   	font-size: 17px !important;
    padding: 12px 30px !important;
    letter-spacing: 2px !important;
    border-color: #ffffff !important;
    margin-top: 10px !important;
}
.contact-us-lead input[type=submit]:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}
.contact-us-lead textarea:focus{
 outline: none;
}

@media screen and (max-width:990px) {
	iframe {
		height: 450px!important;
	}
}
@media screen and (max-width:509px) {
	iframe {
		height: 300px!important;
	}
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0px;
}
.container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.header-block .container-fluid,
.footer-wrap .container-fluid {
	margin: 0 auto;
	width: calc(100% - 180px);
	padding-right: 0;
	padding-left: 0;
}
.no-gutters {
	max-width: 100%!important;
}
ul,
ol {
	list-style: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 46px;
	font-weight: 300;
	line-height: 56px;
	font-family: 'Open Sans';
	margin-bottom: 40px;
	color: #58256e;
}

a {
	position: relative;
	text-decoration: underline;
		cursor:pointer;
}
a {
	 color: #01837b;
}
a:hover {
 color: #58256e;
}
p strong {
	font-weight: 600;
}
.search a {
	border-bottom: 0px;
}
.search .text-content mark,
.search .text-content .mark,
mark {
	background:none;
	border-bottom: 4px solid #01837b;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.social-mobiles,
.social-logos {
	display: none;
}
.social-mobile {
    display: block; 
}

.sm-h1,
.single-title {
	color: #58256e;
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	font-family: 'Open Sans';
	display: block;
	margin-bottom: 20px;
}
.load-more-wrap {
	position:relative;
	text-align: center;
}

.load-more-wrap .container {
	padding:35px 0px 34px;
}
.load-more-wrap .container .primarybtn {
	margin-bottom:0px;
}
h2 {
	font-size: 32px;
	color: #58256e!important;
	font-family: 'Open Sans'!important;
	font-weight: 300!important;
	margin-bottom: 45px;
	line-height: 1.4;
}

h3 {

	font-size: 28px;
	line-height: 36px;
	font-family: 'Handelson-Six';
	letter-spacing: 4px;
	margin-bottom: 35px;
}

h4 {

	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	font-family: 'Open Sans';
	margin-bottom: 20px;
}

.h4 {

	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	font-family: 'Open Sans';
	margin-bottom: 35px;
}

.h4-h {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Open Sans';
}

.h4-s {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans';
}

.h4:hover {

	text-decoration: none;
}
h5 {
	font-size: 16px;
	line-height: 1.4;
}
h1.inner-title.srh-icon {
	position: relative;
	padding-left: 67px;
	text-transform: uppercase;
	border-right: 3px solid #000;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1.inner-title.srh-icon:before {
	content: "";
	position: absolute;
	width: 44px;
	height: 47px;
	top: 15px;
	background: url(../images/search-icon.svg) no-repeat center center / 44px;
	left: 0px;
}

p {

	font-size: 22px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 35px;

}

#content-wrap ul li {
	font-size: 22px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	list-style:outside;
	margin-left:21px;
	margin-bottom:10px;
}
.entry-meta.desk {
	display: block;
}

.entry-meta.mobile {
	display: none;
}

/* global code */

.meta-wrap span,
.meta-wrap a {
	display: inline-block;
	font-size: 18px;
	color: #767676;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin: 5px 15px 15px 0;
	padding: 0;
	line-height: 1;
}
.meta-wrap .addtoany_list a {
	margin: 0 15px 0 0;
}
.meta-wrap span.date-meta,
.meta-wrap .author,
.single .commom-content-box .meta-wrap span.cat-name {
	padding-right: 15px;
	border-right: 1px solid #767676;
}
.meta-wrap a.author {
	text-decoration: none;
}
.meta-wrap a.author:hover {
	color: #58256e;
}
.resources-wrap .meta-wrap {
	display: none;
}
.tag-name {
	display: inline-block !important;
}


.primarybtn {
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	color: #019f95;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	min-width: 200px;
	text-align: center;
	white-space: nowrap;
	border: 3px solid #fff;
		text-decoration: none;
}

.primarybtn-purple {
	background: #58256e;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	min-width: 200px;
	text-align: center;
	white-space: nowrap;
	border: 3px solid #fff;
		text-decoration: none;
}
.more-search .primarybtn,
.load-more-wrap .primarybtn  {
	padding-top:14.5px;
	padding-bottom:14.5px;
}

.cols:hover .primarybtn {
	background-color: transparent;
	border-color: #fff ;
	color: #fff;
}

.secondarybtn {
	border: 1px solid #333333;
	color: #000000;
		text-decoration: none;
}

.inputbtn,
.txtarea,
.joinus-block .form-panel .fsRowBody input[type="text"],
.joinus-block .form-panel .fsRowBody input[type="email"],
.joinus-block .form-panel .fsRowBody textarea,
.joinus-block .form-panel .fsRowBody select.fsField {
	width: 100%;
	height: 63px;
	border: 1px solid #333333;
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 63px;
	padding: 0px 35px;
	margin-bottom: 12px;
}
.joinus-block .form-panel .fsRowBody textarea {
	height: 138px;
	padding: 20px 35px;
}
.joinus-block .form-panel .fsLabel,
.joinus-block .form-panel .fsRowBody select.fsField option {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase!important;
}

.inputbtn::placeholder ,
.txtarea::placeholder ,
.joinus-block .form-panel .fsRowBody input[type="text"]::placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]::placeholder,
.joinus-block .form-panel .fsRowBody textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
	/* Firefox */
}
.inputbtn:-ms-input-placeholder,
.txtarea:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="text"]:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody textarea:-ms-input-placeholder  {
	/* Internet Explorer 10-11 */
	color: #000;
		text-transform: uppercase;
}
.inputbtn::-ms-input-placeholder,
.joinus-block .form-panel .txtarea::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="text"]::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
		text-transform: uppercase;
}

.fsborderradius .fsBody .fsForm {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.fsForm .fsSubmit {
	margin: 0px !important;
	padding: 0px !important;
}

.fsborderradius .fsBody {
	padding-bottom: 0px;
}

.txtarea {
	height: 138px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}


/* section  */

#section {
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: auto;
}


/* page wrap */

#page-wrap {
	margin: 0 auto 0;/* header height*/
	width: 100%;
}


/* header ------------------------------------------------------*/

#header-wrap {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0px;
}

.header-block {
	background-color: white;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

#header-wrap.sticky .header-block {
	background: #fff;
}

.logo a {
	display: block;
}

.logo a:before {
	display: none;
}
.logo a img {
	height: 100px;
	width: auto;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	padding:  0px ;
}

.row {
	width: 100%;
}

.header-inner .logo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 230px;
}

.header-inner .row {
	justify-content: space-between;
}

.right-header {
	padding: 4px 0px 0px;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	flex-direction: column;
}
/* top links ----------------*/
.top-links {
	position: absolute;
	right: 0px;
	top: 15px;
}
.top-links a {
	color: #211e1f;
	padding: 0 0 8px 40px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 15px 3px;
	text-decoration: none;
}
.top-links a:after {
	display: none;
	content:"";
	position:absolute;
	bottom:0px;
	width:calc(100% - 40px);
	height:1px;
	background:#34bdb4;
	bottom:5px;
	right:0px;
}
.top-links a:hover:after {
	display: block;
}
.top-links a.signup {
	background-image:url(../images/subscribe.svg);

}
.top-links a.login {
		background-image:url(../images/login.svg);
		display: none; /* phase one, hide login */
}
/* nav block */

.nav-block ul {
	display: flex;
	margin-bottom: 0px;
}

.nav-block ul li {
	/*margin-right: 60px;*/
	position: relative;
	margin-right: 26px;
}

.nav-block ul li a,
.g-link {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	position:relative;
	padding: 11px 0;
	letter-spacing: 2px;
	text-decoration: none;
}

.nav-block ul li.menu-item-has-children > a {
	padding-right: 25px;

}
.nav-block ul li.menu-item-has-children > a:before {
	position: absolute;
	right:0;
	top: 14px;
	content:"";
	width:15px;
	height: 15px;
	background:url(../images/arrow-down-grey.svg) no-repeat right center;
	background-size: 15px;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;

}
.nav-block ul li.menu-item-has-children:hover >a:before,
.nav-block ul li.menu-item-has-children > a:hover:before {
	transform: rotateZ(-180deg);
}

.g-link:hover {
	background:#000;
	color:#fff;
}
.nav-block ul li:hover a:after,
.nav-block ul li.current-menu-item a:after,
.nav-block ul li.current-menu-parent a:after,
.single-post .nav-block ul #menu-item-932 >a:after,
.single-resources .nav-block ul #menu-item-966 >a:after,
.single-members .nav-block ul #menu-item-930 >a:after {
	content:"";
	position:absolute;
	bottom:0px;
	width:100%;
	height:2px;
	background:#34bdb4;
	bottom:3px;
	left:0px;
}
.nav-block ul li.current-menu-parent >a:after,
.nav-block ul li.menu-item-has-children >a:after,
.single-post .nav-block ul #menu-item-932 >a:after,
.single-resources .nav-block ul #menu-item-966 >a:after,
.single-members .nav-block ul #menu-item-930 >a:after{
	width:calc(100% - 25px);
}

.nav-block ul li .sub-menu {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	width: 200px;
	background: #000;
	padding: 20px 0 5px;
	transition: all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}

.nav-block ul li .sub-menu a {
	color: #34bdb4;
	font-size: 18px;
	padding: 0px 25px 15px 30px;
	margin: 0;
	background:url(../images/arrow-right-white.svg) no-repeat;
	background-position: -20px -20px;
	background-size: 12px;
}

.nav-block ul li:hover .sub-menu{
	display: block;

}
.nav-block ul li .sub-menu a:hover,
.nav-block ul li .sub-menu .current-menu-item a {
		color: white;
		background-position: 10px 5px;
}
.nav-block ul li .sub-menu li {
	margin: 0;
}
.nav-block ul li .sub-menu a:after,
.nav-block ul .sub-menu li:hover a:after,
.nav-block ul .sub-menu li.current-menu-item a:after,
.nav-block ul  li:hover .sub-menu a:after,
.nav-block ul  li.current-menu-item .sub-menu a:after {
display: none;
}
.footer.twt a:hover img {
	opacity:0.65;
}

.inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.social-logo ul {
	display: flex;
	margin-right: 3px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.social-logo ul li {
	/*0px 0px 0px 20px*/
	margin: 0px 5px 0px 0px;
	position: relative;
}

.header-block form.searchform {
	position: absolute;
	width: 100%;
	right: 0px;
	top: 0px;
	display: none;
	height: 180px;
	z-index: 9;
	background: white;
}
.header-block form.searchform .container-fluid {
display: flex;
align-items: center;
height: 100%;
}
.header-block form.searchform label {
	display: none;
}
.header-block form.searchform input {
	border-bottom: 3px solid #34bdb4;
	border-width: 0 0 3px;
	padding: 5px 10px;
	width: 100%;
	border-radius: 0px;
	color: #000;
	font-size: 15px;
}


.social-logo ul li a {
	/*display: block;*/
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100px;
	padding: 10px;
	text-align: center;
    display: flex;
    justify-content: center;
}

.social-logo ul li a:hover {
		background-color: #34bdb4;
}
.social-logo ul li.close a {

}
.social-logo ul li.twt:hover a img,
.social-logo ul li.search:hover a img,
#header-wrap.sticky .social-logo li.twt:hover img,
#header-wrap.sticky .social-logo li.search:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
}
.g-link {
	padding: 5px 12.5px;
	border: 1px solid #000000;
}

.g-link:before,
.social-logo ul li a:before,
.entry-meta a:before {
	display: none;
}
/* back to top */
#wpfront-scroll-top-container {
	width: 65px;
	opacity: 1!important;
}
/* password protected pages */
.ppw-post-password-container {
	width: 500px;
	margin: 0 auto 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}
.ppw-post-password-container p {
	text-align: center;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
}
.ppw-ppf-input-container label.ppw-pwd-label * {
	display: none;
}
.ppw-ppf-input-container label.ppw-pwd-label input[type=password] {
	display: block;
	border: 2px solid #ccc;
	border-radius: 4px;
	outline: none;
	padding: 15px 20px;
	width: 300px;
	margin: 30px 0 5px;
}
.ppw-ppf-input-container input[type=submit] {
background: #019f95;
font-size: 18px;
line-height: 20px;
color: #fff;
font-weight: 600;
padding: 18px;
letter-spacing: 1px;
border-radius: 4px;
text-transform: uppercase;
display: inline-block;
margin-top: 0px;
width: 300px;
text-align: center;
white-space: nowrap;
border: none;


}
.ppw-ppf-input-container input[type=submit]:hover {
		background: rgb(88,37,110);
}

.ppw-ppf-input-container label.ppw-pwd-label input[type=password]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
text-transform: capitalize;
font-size: 16px;
color:#767676;
	/* Firefox */
}

.ppw-ppf-input-container label.ppw-pwd-label input[type=password]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	text-transform: capitalize;
	font-size: 16px;
	color:#767676;
}

.ppw-ppf-input-container label.ppw-pwd-label input[type=password]::-ms-input-placeholder {
	/* Microsoft Edge */
	text-transform: capitalize;
	font-size: 16px;
	color:#767676;
}
/* home  slider ----------------------------------------*/
.home-slider .image-wrap,
.home-slider-mobile .image-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 40vw;
	background-position:center center;
	/*height: 56vw;
	background-position: top right;*/
	background-size: cover;
	
}
.home-slider .overlay-color,
.home-slider-mobile .overlay-color,
.simple-page__hero .overlay-color {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgb(88,37,110);
  background: linear-gradient(90deg, rgba(88,37,110,0.5) 18%, rgba(255,255,255,0) 80%);
}
.home-slider .text-wrap,
.home-slider-mobile .text-wrap {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 3;
	color: white;
}
.home-slider .text-wrap h1,
.home-slider-mobile .text-wrap h1 {
	font-family: 'Handelson-Six';
	color: white;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 50px;
}
.home-slider .text-wrap .container,
.home-slider .text-wrap .row,
.home-slider-mobile .text-wrap .container,
.home-slider-mobile .text-wrap .row {
	height: 100%;
}
.home-slider .text-wrap .row,
.home-slider-mobile .text-wrap .row {
	align-items: center;
	position: relative;
}
.home-slider .photo-credit,
.home-slider-mobile .photo-credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 14px;
	opacity: .9;
	font-style: italic;
}
.home-slider a.btn,
.home-slider-mobile a.btn {
	background: white;
	font-size: 18px;
	line-height: 20px;
	color: #019f95;
	font-weight: 600;
	padding: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	min-width: 200px;
	text-align: center;
	white-space: nowrap;
	border: 3px solid white;
	text-decoration: none;
}
.home-slider a.btn:hover,
.home-slider-mobile a.btn:hover {
	background-color: transparent;
	color:white;
}
/* interior banner */
.simple-page__hero {
	background-image: url(../images/interior-banner.jpg);
	color: #fdfafa;
background-repeat: no-repeat;
background-size: cover;
background-position: center 20%;
fill: #fdfafa;
position: relative;
min-height: 372px;
display: flex;
align-items: center;
justify-content: center;
z-index: 0;
margin-bottom: 0px;
}
.simple-page__hero h1.simple-page__hero-title {
	font-size: 52px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: white;
	position: relative;
	z-index: 2;
	margin-bottom: 0;

}
.simple-page__hero form.searchform {
	position: relative;
	z-index: 2;
	display: flex;

}
.simple-page__hero form.searchform label {
	display: none;
}
.simple-page__hero form input[type=text] {
	border-radius: 4px;
width: 100%;
max-width: 520px;
display: block;
padding: 12px 18px 12px 45px;
border: 2px solid white;
outline: none;
background: white;
color: #767676;
font-size: 16px;
margin-right: 10px;
background: white url(../images/search.svg) no-repeat  10px center / 22px;
}
.simple-page__hero form input[type=submit]  {
	display: block;
	padding: 12px 18px;
	border: 2px solid #01837b;
	outline: none;
	color: white;
background-color: #01837b;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 2px;
border-radius: 4px;
}
.simple-page__hero form input[type=submit]:hover {
	border-color: white;
	background-color: transparent;
}
.search-results .simple-page__hero {
	background-image: none!important;
	min-height:150px;
	background-color: rgb(88,37,110);
}
.search-results h2.page-title {
	font-size: 18px;
	font-weight: 600;
	color:#211e1f;
	margin-bottom: 20px;
}
.thumb-caption,
.image-caption {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: white;
}
/* search results posts navigation */
.posts-navigation h2 {
	display: none;
}
.wp-pagenavi span,
.wp-pagenavi a{
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px 0 0;
	text-decoration: none;
}
.wp-pagenavi span:not(.pages),
.wp-pagenavi a{
	padding: 10px 15px;
	color: #01837b;
	margin-right: 5px;
	border-radius: 4px;

}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
		background: #eee;
}
/* 404 page */
.error404 .simple-page__hero {
	display: none;
}
.error404 #content-wrap {
	background: #58256e url(../images/background.png)no-repeat top left/cover;

}
.error404 .common-content-box{
	min-height: 750px;
	display: flex;
	align-items: center;
	background: url(../images/logo-tagline.svg)no-repeat 80% -50px/750px;
	justify-content: center;
}
.error404 .site-main {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.error404 h1 {
	font-family: 'Handelson-Six';
    color: white;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px;
}
.error404 h2 {
	color: white;
	margin-bottom: 20px;
}

/* banner text ----------------------------------------*/
.banner-text {
	width: 100%;
	max-width: 775px;
	margin-right: 127px;
	position: relative;
	top: -6px;
	z-index: 2;
}
.banner-text a.primarybtn {
	border-color:#fff;
	color:#fff;
}
.banner-text a.primarybtn:hover {
	background-color:#fff !important;
	color:#000 !important;
	border-color:#fff !important;
}
.banner-text a.primarybtn:before {
	    filter: invert(1);
	    -webkit-filter: invert(1);
}
.banner-text a.primarybtn:hover:before {
		filter: none;
		-webkit-filter: none;
}

.banner-text h1 {
	margin-bottom: 50px;
	color: #fefefe;
}

.home-banner-inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	min-height: 775px;
	align-items: center;
	flex-wrap:wrap;
}

.home-banner.inner-home .home-banner-inner {
	min-height: 490px;
	justify-content: left;
}
.home-banner.inner-home .home-banner-inner .searchform {
	display: block;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 9;
	margin-top:90px;

}
.home-banner.inner-home .home-banner-inner .inner-title {
	margin-top:90px;
}
.home-banner.inner-home .home-banner-inner .searchform input {
	border: 0px;
	border-radius: 0px;
	background: transparent;
	color: #000000;
	width: 100%;
	font-family: 'Open Sans';
	font-size: 66px;
	font-weight:500;
	line-height:72px;
	padding-left: 60px;
	background: url(../images/search-icon.svg) no-repeat center left / 44px;
}
.home-banner.inner-home .home-banner-inner .searchform input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
text-transform:uppercase;
	/* Firefox */
}

.home-banner.inner-home .home-banner-inner .searchform input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
text-transform:uppercase;
}

.home-banner.inner-home .home-banner-inner .searchform input::-ms-input-placeholder {
	/* Microsoft Edge */
text-transform:uppercase;
}
nav.posts-navigation {
	padding-top:40px;
}

.nav-links {
	justify-content:space-between;
}
.nav-links

.home-banner-inner h1.inner-title {
	padding-top: 100px;
}
.search .home-banner-inner h1.inner-title {
	margin-top:50px;
	padding-top:0px;
}

.white-bgs {
	background: #fff;
}

.single-post .common-content-box {
	padding-bottom: 50px;
}
.single .text-content> .row {
	margin: 0 auto;
}
.single .text-content> .row > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(0px) rotate(360deg);
	}
}


/* content */
.full-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -999999em;
	color: transparent;
	z-index: 8;
}
.full-post-link:before {
	display: none;
}

#content-wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
	margin-bottom: 200px; /* footer stick bottom */
}


.catg-panel {
	padding: 132px 50px 75px 50px;
}


.catg-panel h2 {
	margin-bottom: 13px;
}

.catg-panel p {
	margin-bottom: 40px;
}

/* anchors list */
#publishers-list,
#rework-institutions {
	position: absolute;
	top: 0;
	left: 0;
}
.p-title-wrap.pad-b-zero,
.institution-wrap {
	position: relative;
}
.institution-wrap {
	text-align: center;
}
/* p-title-wrap */

.p-title-wrap {
	padding: 40px 0 20px;
}
.institution-wrap.p-title-wrap {
	padding: 100px 0 30px;
}
.p-title-wrap.pad-b-zero {
	padding-bottom:0px;
	border-bottom:0px;
}

.p-title-wrap h2,
.category-content h2 {
	margin: 0px;
	padding: 0;
	color: #211e1f;
	font-weight: 600;
}
#our-videos rs-module-wrap iframe {
    width: 100%!important;
    height: 100%!important;
}
#our-videos .video-sec{
border: solid 1px #fff;
padding: 30px;
}
#our-videos h4:after {
    content: "";
    border-bottom: 2px solid #fff;
    display: flex;
    width: 50px;
    position: relative;
    top: 10px;
}
.category-content h2 {
	margin: 0 40px 0 0;
}
.events-wrap.inner-data {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}
.events-wrap.inner-data.memb {
	padding-bottom: 0;
}
.rework-institution.inner-data,
.posts-wrap.inner-data {
	padding-bottom: 0;
}
.rework-institution.inner-data .cols {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0px;
	align-items: center;
	display: block;
}

.events-panel {
	padding: 44px 30px;
}

.events-wrap .cols a.member-full-link:before {
	display: none;
}
.events-wrap .cols img {
	width: auto!important;
	margin: auto;
	max-height: 95px;
}

/* tob bar-------------- */
.top_bar {
	padding: 0px 0  60px;
}
.top_bar .cols {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.top_bar form label,
.filter-wrap > label {
	display: none;
}
.top_bar form {
	width:90%;
	margin-left: 50px;
}
.top_bar form input {
	border: 2px solid #1ca198;
	padding: 13px 15px 13px 55px;
	box-sizing: border-box;
	width: 97%;
	font-size: 16px;
	color:  #767676;
	margin-right: 40px;
	border-radius: 3px;
	background: url(../images/search-grey.svg) no-repeat 20px center / 22px;
}
.events-wrap.inner-data .filter-wrap select {
	color: #000000;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}
.selectBox-dropdown {
	border: 0px;
	background: transparent;
}

.selectBox-dropdown:before {
	display: none;
}

.selectBox-options li a:before {
	display: none;
}

.selectBox-dropdown {
	border: 1px solid #1ca198;
	border-radius: 0px;
}

.selectBox-dropdown .selectBox-arrow,
.selectBox-dropdown:focus .selectBox-arrow  {
	border-color: transparent;
}

.selectBox-dropdown .selectBox-label {
	font-size: 17px;
	font-weight: 500;
	color: #1ca198;
	font-family: "Open Sans";
	text-transform: uppercase;
	vertical-align: middle;
}

.selectBox-options li a {
	font-size: 17px;
	font-weight: 500;
	color: #1ca198 !important;
	font-family: "Open Sans";
	text-transform: uppercase;
	vertical-align: middle;
}
.selectBox-options li a:hover {
	background:#f7f7f7;
}
a.selectBox {
	border: 2px solid #1ca198;
	padding: 11px 15px;
	box-sizing: border-box;
	font-size: 17px;
	font-family: "Open Sans";
	min-width: 250px;

	border-radius: 3px;
	letter-spacing: 1px;
}
.selectBox-options li a {
	padding:11px 15px;
	box-sizing:border-box;
}
.selectBox-options LI.selectBox-selected A {
	background:#f7f7f7;
}
.selectBox-dropdown .selectBox-arrow {
	width:44px;
	background:none;
}
.selectBox-dropdown .selectBox-arrow:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-down.svg) no-repeat center center / 17px;
    width: 17px;
    height: 17px;
    left: 38%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 28%;
    left: 18%;
}

/* two and three columns */

.container-fluid .two-column-panel {
	padding: 120px 100px;
	position: relative;
	background-size: cover;
	height: 100%;
	text-align: center;
}
.white-border .container-fluid .two-column-panel {
		padding: 80px 80px 60px;
}
.black .two-column-panel {
	padding: 0 100px 50px 0;

}
.white .container .two-column-panel {
	padding: 0 40px 50px 0;
}
.two-column-wrap .col,
.events-wrap .col {
	-ms-flex: 0 0 49.8%;
	flex: 0 0 49.8%;
	max-width: 49.8%;
}

.two-column-wrap .cols,
.one-column-wrap .cols {
	background-size:cover;
}
.three-column-wrap .container,
.three-column-wrap .container-fluid {
	padding-top: 70px;
	padding-bottom: 35px;
}
.one-column-wrap.white {
	padding-bottom: 80px;
}
.page-id-962 .black hr,
.page-id-962 .black+.black {
		border-top:1px solid rgba(0, 0, 0, 0.2);

}
.page-id-962 .black+.black {
	padding-top: 80px;
}

.white hr {
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
.white hr+p,
.black p+hr  {
	margin-top: 30px;
}
.white .container-fluid .two-column-panel .text *,
.white .container-fluid .one-column-panel .text * {
color: white;
text-align: center;
}
.white.white-border .container-fluid .two-column-panel .text * {
	text-align: left;
}
.white .container .two-column-panel .text *,
.white .container .one-column-panel .text *,
.black .container .white .one-column-panel .text *{
color: white;
}
.white .container .black .one-column-panel .text *,
.black .container-fluid .one-column-panel .text *,
.black .container .one-column-panel .text *  {
	color: #211e1f;
}
.white .container .black .one-column-panel,
.black .container .white .one-column-panel {
	padding: 30px 30px 0;
}
.two-column-wrap h3.main-title,
.one-column-wrap h3.main-title {
	font-size: 72px;
	text-align: center;
	padding-bottom: 50px;
}
.one-column-wrap.white {
	padding-top: 100px;
}
.page-id-2 .one-column-wrap.black {
	padding-top: 0;
}
.two-column-wrap.white h3.main-title,
.one-column-wrap.white h3.main-title {
	color: white;
	padding: 0 0 50px;
}

.two-column-wrap.black h3.main-title,
.one-column-wrap.black h3.main-title {
		color: #58256e;
}
.three-column-panel {
	padding: 0 20px 0 0;
}
.one-column-panel {
	display: flex;
}
.three-column-panel .icon-column,
.two-column-panel .icon-column {
	width: auto;
	height: 160px;
	margin-bottom: 35px;
}
.white-border .two-column-panel .icon-column {
	height: 150px;
}
.white-border+.two-column-wrap {
	margin: 60px 0;
}
.black .two-column-panel .icon-column {
	float: left;
	margin-right: 35px;
		margin-bottom: 5px;
}
.one-column-panel .icon-column {
	min-width: 200px;
	max-width: 200px;
	height: auto;
	margin-right: 35px;
	max-height: 160px;
	text-align: left;
}
.black.one-column-wrap .cols {
	margin-bottom: 60px;
}
.two-column-wrap.black .subtitle h2 {
	color: white!important;
	background: #58256e url(../images/background.png)no-repeat;
	background-size: cover;
	padding: 30px 45px;
	font-family: 'Handelson-Six'!important;
	font-size: 36px;
	text-align: center;
}
.two-column-wrap.black .subtitle h3,
.one-column-wrap.black .container .text h3 {
	font-size: 36px;
	letter-spacing: 0px;
	color: #58256e;
}
.three-column-panel.white .text,
.three-column-wrap.white,
.two-column-wrap.white .subtitle blockquote,
.two-column-wrap.white .subtitle blockquote p,
.one-column-wrap.white .subtitle blockquote,
.one-column-wrap.white .subtitle blockquote p {
	color: white;
}
.three-column-wrap.white {
	overflow: hidden;
}
.three-column-wrap.white .container {
	margin-bottom: 100px;
}
.three-column-wrap.white + .three-column-wrap.white {
	margin-top:-100px;
	border-top: 1px solid white;
}

.two-column-wrap.white .subtitle blockquote:before,
.one-column-wrap.white .subtitle blockquote:before {
	background-color: white;
}
.two-column-wrap.white .subtitle,
.one-column-wrap.white .subtitle {
	padding-bottom: 18px;
}
.black .three-column-panel .text {
	color: #211e1f;
}
.black .two-column-panel .text,
.black .one-column-panel .text {
	color: #211e1f;
	text-align: left;
}
.two-column-panel .text h3,
.one-column-panel .text h3  {
	margin-bottom: 35px;

}
.black .two-column-panel .text h3,
.black .one-column-panel .text h3 {
	color: #58256e;
	margin-bottom: 10px;
}
.container-fluid .two-column-panel .text p,
.container-fluid .one-column-panel .text p {
	font-size: 28px;
	line-height: 1.4;
}
.black .two-column-panel .text p,
.black .one-column-panel .text p  {
	font-size: 22px;
		line-height: 1.4;
}
.two-column-wrap.white-border .cols:nth-child(2n+1){
  border-right: 1px solid rgba(255,255,255,.4);
}
.two-column-wrap.white-border .cols {
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.two-column-wrap.black-border .cols:nth-child(2n+1){
  border-right: 1px solid rgba(0,0,0,.4);
}
.two-column-wrap.black-border .cols {
	border-bottom: 1px solid rgba(0,0,0,.4);
}

/* post type grid -------------*/
.post-type-wrap.black .posts-wrap.inner-data {
	padding-top: 75px;
}
.post-type-wrap.white .p-title-wrap,
.post-type-wrap.white .p-title-wrap a{
	color: white;
	text-align: center;
}
.post-type-wrap.white .p-title-wrap h2 {
	color: white!important;
	text-align: center!important;
	font-size: 72px!important;
	font-family: 'Handelson-Six'!important;
	letter-spacing: 4px!important;
	font-weight: normal!important;
	padding: 0px 0 20px!important;
}
.post-type-wrap.white .events-panel {
	background: white;
	height: 100%;
	padding: 40px 40px 10px;
	position: relative;
}
.post-type-wrap.white .resources-wrap .events-panel {
	background: #d9a02a;
}

.resource-categories.white .events-panel {
	padding: 180px 40px 40px;
	background: black;
	display: flex;
	align-items: flex-end;
	min-height: 200px;
}
.resource-categories {
	padding-top: 60px;
}
.resource-categories .events-wrap.inner-data {
		padding-bottom: 30px;
}
.resource-categories .p-title-wrap {
	padding-top: 0;
}
.post-type-wrap.white .events-panel h3{
	 font-size: 32px;
}
.post-type-wrap.white .resources-wrap .events-panel h3,
.post-type-wrap.white .resources-wrap .events-panel p {
	color: white;
}
.resource-categories.white .events-panel h3 {
	font-weight: 700;
	line-height: 1.2;
	color: white;
	font-size: 35px;
}
.post-type-wrap.white .resources-wrap .cols:hover .events-panel h3,
.post-type-wrap.white .resources-wrap .events-panel:hover h3,
.post-type-wrap.white .resources-wrap a.full-post-link:hover+.events-panel h3,
.resource-categories.white .cols:hover .events-panel h3,
.resource-categories.white .events-panel:hover h3,
.resource-categories.white .events-panel .events-inner:hover h3
.resource-categories.white a.full-post-link:hover +.events-panel h3{
	color: white!important;
}
.post-type-wrap .image-background {
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: .2;
	background-size: cover;
}
.resource-categories .image-background {
opacity: .55;
}
.resource-categories a.full-post-link:hover +.events-panel .image-background {
	opacity: .75;
}
.post-type-wrap.white .events-inner {
	margin-bottom: 0;
	position: relative;
	z-index: 4;

}
.post-type-wrap.white .cols {
	margin-bottom: 30px;
	position: relative;
}
.post-type-wrap.black .cols {
	padding: 0;
}
.post-type-wrap.black .cols:nth-child(3n+3) .events-panel {
	padding-right: 0;
}
.post-type-wrap.black .cols:nth-child(3n+1) .events-panel {
	padding-left: 0;
}
.post-type-wrap .row {
	margin: 0;
}
.post-type-wrap.white  .full-post-link {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
	}

/* more search */

.more-search {
	padding: 35px 0px 34px;
	border-bottom: solid 1px #333333;
}

.more-search .secondarybtn {
	height: 53px;
	background-color: #feee35;
	border: none;
	position: relative;
	padding: 0px 28px;
	line-height: 53px;
}

.more-search .secondarybtn img {
	position: relative;
	top: 3px;
	left: -8px;
}


/* initial panel*/


.initial-panel {
	padding: 77px 50px;
	display: flex;
	align-items: center;
}

.initial-panel figure {
	width: 250px;
	height: 118px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.initial-panel .logo-link {
	display: inline-block;
	cursor: pointer;
}
.initial-panel .logo-link:before {
	display: none;
}
.events-inner {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	margin-bottom: 45px;
}

/* members grid */

.memb .events-inner figure,
figure.member-image,
.events-inner figure  {
	overflow: hidden;
	height: 350px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.events-inner figure.default {
	background-size: 50%;
	background-color:  #f2f2f2;
	background-position: center;
}
.owl-item .events-inner figure {
	height: auto!important;
	width: 200px;
}
.owl-item .events-inner {
	margin-bottom: 0;
}
.rework-institution .owl-carousel .owl-nav button.owl-next,
.rework-institution .owl-carousel .owl-nav button.owl-prev {
	height: 200px!important;
	top: 0!important;
	background-position: center;
	background-color: white;
	width: 40px;
	background-size: 20px;
}
.rework-institution .owl-carousel .owl-nav button.owl-prev {
left:0!important;

}
.rework-institution .owl-carousel .owl-nav button.owl-next {
	right: 0!important;

}
.rework-institution.inner-data .owl-carousel .owl-stage-outer {
    height: 270px;
    margin-bottom: 0px;
	}
.rework-institution .owl-carousel.owl-drag .owl-item {
	display: flex;
	justify-content: center;
}
.events-wrap a.full-post-link {
	text-decoration: none;
}
.events-wrap a.member-full-link,
.more-full-link {
	display: block;
	width: 100%;
	text-decoration: none;
}
.events-wrap a.member-full-link:hover,
.more-full-link:hover {
	opacity: .7;
}
.events-wrap a.full-post-link:hover{
	background-color: white;
	opacity: .3;
}
.post-type-wrap.white a.full-post-link:hover {
	opacity:1;
	background-color: transparent;
}
.post-type-wrap.white a.full-post-link:hover+.events-panel h3 {
	color:#58256e;
}
.post-type-wrap.white a.full-post-link:hover+.events-panel {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.70);
}
.initial-panel figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 160px;
}

.initial-panel p {
	margin-bottom: 38px;
}

.initial-panel p:last-child {
	margin-bottom: 0px;
}

.initial-panel .secondarybtn img {
	top: 5px;
}

.initial-panel h3 {
	margin-bottom: 30px;
}

.events-panel {
	padding: 0 15px;
	width: 100%;
}
.memb .events-panel {
	display: flex;
	align-items: center;
}

.events-wrap.rework-institution .events-panel {
	justify-content: center;
	/*border: 1px solid #ddd;*/
			min-height: 215px;
			display: flex;
			align-items: center;
}
.rework-institution .logo-title h4 {
	text-align: center;
	color: #2d2a26;
	font-weight: 300;
	font-size: 18px;
	padding: 15px 0 0;
}
.events-panel span.mem-job,
.photo-col span.mem-job {
	color: #211e1f;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	font-style: italic;
	display: block;
	margin-bottom: 16px;
}
.events-panel span.mem-name,
.photo-col span.mem-name{
	color: #767676;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
}

.events-panel h3,
.memb .events-panel h3,
.photo-col h3,
.modal-wrapper.styled .modal h3,
.search-results h3.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-transform: none;
	color: #019f95;
	font-weight: 600;
	letter-spacing: normal;
	margin:0 0 10px;
	line-height: 1.4;
}
.search-results h3.entry-title a {
		color: #019f95;
		text-decoration: none;
}
.events-panel p {
	margin-bottom: 40px;

}
.text-col {
	padding-right: 75px;
}
.text-col p {
	font-size: 20px;
	line-height: 1.5;
}
.photo-col .social-links a {
	width: 20px;
	height: auto;
	display: inline-block;
	margin-right: 22px;
}
.photo-col .social-links {
	display: flex;
	align-items: flex-end;
}
/* modal ---------------------------------------*/
.modal-wrapper.styled .modal {
	padding: 60px;
	border: none;
	box-shadow: 0px 0px 20px 0px #777;
	height: auto;
}
.modal-wrapper.styled {
    background-color: rgba(255, 255, 255, 0.7);
}
.modal-wrapper.styled .modal .close-modal{
	color: #ccc;
	font-size: 4em;
	outline: none;
	top: -10px;
  right: 25px;
}
/* signup popup ------------*/
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0!important;
}
.pum-theme-1043 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
	display: none;
}
#popmake-1050:before,
#popmake-1222:before {
	content: "";
	display: block;
	width: 25px;
	height: 20px;
	background: url(../images/signup-arrow.svg)no-repeat center top/26px;
	position: absolute;
	top: -11px;
	left: 50%;
}
#popmake-1050 {
	top: 56px!important;
	right:0!important;
	left: auto!important;
}
.mc4wp-notice {
	padding-top: 18px;
}
.popmake-content .mc4wp-form-fields label{
	display: none;
}
.popmake-content .mc4wp-form-fields input {
	border-radius: 4px;
	width: 100%;
	display: block;
	padding: 12px 18px;
	border: 2px solid white;
	outline: none;
}
.popmake-content .mc4wp-form-fields input:not([type=submit]) {
	background: white;
	color: #767676;
	font-size: 16px;
}

.popmake-content .mc4wp-form-fields input[type=submit] {
  color: white;
	background-color: #01837b;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	border-color:#01837b;
}
.popmake-content .mc4wp-form-fields input[type=submit]:hover {
	border-color: white;
	background-color: transparent;
}
.popmake-content .mc4wp-form-fields div {
	margin-bottom: 10px;
}
.popmake-content .mc4wp-form-fields h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.popmake-content .mc4wp-response p {
	font-size: 16px;
	margin: 0;
}
.popmake-content .mc4wp-form-fields div:last-of-type {
	margin-bottom: 0;
}
.popmake-content .mc4wp-form-fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #767676;
}
.popmake-content .mc4wp-form-fields input::-moz-placeholder { /* Firefox 19+ */
  	color: #767676;
}
.popmake-content .mc4wp-form-fields input:-ms-input-placeholder { /* IE 10+ */
  	color: #767676;
}
.popmake-content .mc4wp-form-fields input:-moz-placeholder { /* Firefox 18- */
  	color: #767676;
}
/* signup page */
.common-content-box .mc4wp-form {
	width: 50%;
	margin: 0 auto;
}
.common-content-box .mc4wp-form-fields .field label,
.common-content-box .mc4wp-form-fields .select-field label{
	display: none;
}
.common-content-box .mc4wp-form-fields .select-field {
	position: relative;
}
.common-content-box .mc4wp-form-fields .select-field:after {
	content: "";
	position: absolute;
	background: url(../images/arrow-down.svg) no-repeat center center / 17px;
	width: 17px;
	height: 17px;
	right: 20px;
	top: 26px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.wpcf7-form {

}
.common-content-box .mc4wp-form-fields input,
.common-content-box .mc4wp-form-fields select,
.wpcf7-form input {
	border-radius: 4px;
	width: 100%;
	display: block;
	padding: 12px 18px;
	border: 2px solid white;
	outline: none;
}
.common-content-box .mc4wp-form-fields input,
.common-content-box .mc4wp-form-fields select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.common-content-box .mc4wp-form-fields .checkbox-fields input {
	display: inline-block;
	width: auto;
	padding: 5px;
	height: 5px;
	border-radius: 4px;
	border: 2px solid #1ca198;
	margin-right: 5px;
}
.common-content-box .mc4wp-form-fields .checkbox-fields input:checked {
	 background: #1ca198;
}
.common-content-box .mc4wp-form-fields .checkbox-fields label {
	display: flex;
	align-items: center;
}
.common-content-box .mc4wp-form-fields .checkbox-fields label span {
	display: inline-block;
	color: #767676;
}
.common-content-box .mc4wp-form-fields .checkbox-fields label:first-of-type {
	font-size: 16px;
	color: #767676;
	margin-bottom: 10px;
	clear: both;
	float: none;
	width: 100%;
}
.common-content-box .mc4wp-form-fields .checkbox-fields {
	padding: 20px 0 0;
}
.wpcf7-form .field,
.wpcf7-form .button-wrap {
	padding-right: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.wpcf7-form .wpcf7-not-valid {
	margin-top: 0!important;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	top: auto;
  position:relative;
	padding: 5px 5px 0;
	text-transform: none;
}
.wpcf7-form p {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	padding: 0;
	font-size: 1.5em;
	text-align: center;
	margin: 15px 0 0;
}
.common-content-box .mc4wp-form-fields input:not([type=submit]),
.common-content-box .mc4wp-form-fields select,
.wpcf7-form input:not([type=submit]) {
	background: white;
	color: #767676;
	font-size: 16px;
	border: 2px solid #1ca198;
}

.common-content-box .mc4wp-form-fields input[type=submit],
.wpcf7-form input[type=submit] {
  color: white;
	background-color: #01837b;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	border-color:#01837b;
	margin-top: 20px;
}
.wpcf7-form input[type=submit] {
	margin-top: 0;
	font-size: 17px;
	padding: 12px 30px;
}
.common-content-box .mc4wp-form-fields input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover {
	color:#01837b;
	background-color: transparent;
}
.common-content-box .mc4wp-form-fields div,
.wpcf7-form .field {
	margin-bottom: 10px;
}
.common-content-box .mc4wp-form-fields h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.common-content-box .mc4wp-response p {
	font-size: 16px;
	margin: 0;
}
.common-content-box .mc4wp-form-fields div:last-of-type,
.wpcf7-form .field:last-of-type {
	margin-bottom: 0;
}
.common-content-box .mc4wp-form-fields input::-webkit-input-placeholder,
.wpcf7-form .field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #767676;
}
.common-content-box .mc4wp-form-fields input::-moz-placeholder,
.wpcf7-form .field input::-moz-placeholder { /* Firefox 19+ */
  	color: #767676;
}
.common-content-box .mc4wp-form-fields input:-ms-input-placeholder,
.wpcf7-form .field input:-ms-input-placeholder { /* IE 10+ */
  	color: #767676;
}
.common-content-box .mc4wp-form-fields input:-moz-placeholder,
.wpcf7-form .field input:-moz-placeholder { /* Firefox 18- */
  	color: #767676;
}
/* buttons */

.black .primarybtn.load,
.more-posts .primarybtn.load {
	background: #019f95;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	padding: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0px;
	min-width: 200px;
	text-align: center;
	white-space: nowrap;
	border: 3px solid #019f95;
		text-decoration: none;
}
.black .primarybtn.load:hover,
.more-posts .primarybtn.load:hover{
	background-color: #58256e;
	border-color: #58256e;
}
.white .primarybtn.load,
.primarybtn.back {
	background: #fff;
font-size: 18px;
line-height: 20px;
color: #019f95;
letter-spacing: 1px;
font-weight: 600;
padding: 18px;
letter-spacing: 1px;
border-radius: 4px;
text-transform: uppercase;
display: inline-block;
margin-top: 30px;
min-width: 200px;
text-align: center;
white-space: nowrap;
border: 3px solid #fff;
text-decoration: none;
}
.white .primarybtn.load:hover,
.primarybtn.back:hover{
	background-color: transparent;
	color: white;
}

/* accordion ----------------------------------------------------*/

.faq-list {
	background-color: #161513;
	color: white;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: 60px 0 44px;
}
.faq-list-bg {
	background-image: url(../images/background-white.png);
	background-size: auto;
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;

}
.faq-list-bg-black {
	background-image: url(https://reworkdev.wpengine.com/wp-content/uploads/2020/04/background-white.png);
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.faq-list h3.main-title {
	margin-bottom: 50px;
}
.faq-list .content-before-list {
	text-align: left;
}
.faq-list .content-before-list h2 {
	color: white!important;
	font-weight:500!important;
	font-size: 28px!important;
	line-height: 1.3!important;
}
.chart-con p {
    font-size: 13px!important;
}
.faq-list .content-before-list a,
.faq-list .content-after-list a {
	color:#34bdb4;
	text-decoration:underline;
}
.faq-list .content-before-list a:hover,
.faq-list .content-after-list a:hover {
	color:#ffffff;
	text-decoration:none;
}
#accordion .card {
	padding: 0;
	background: transparent;
	border: none;
	margin-bottom: 16px;
}

#accordion .card-header {
	background: #01837b;
	padding: 0px;
	margin: 0px;
	border-radius: 4px;
	border: none;
	color: white;
}
#accordion .card-header:hover {
	background-color: #58256e;
}
#accordion .expand-icon {
	border: 0px;
	position: relative;
	display: inline-block;
}

#accordion .expand-icon:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-down-white.svg) no-repeat center center / 20px;
	top: -17px;
	right: -20px;

}
#accordion .card-header .container .h2:not(.collapsed) .expand-icon:before {
	transform: rotateZ(-180deg);
}
#accordion .card-header .container .h2 {
	position: relative;
	padding: 15px 20px ;
	display: block;
	width: 100%;
	color: white;
	border: 0px;
	margin-bottom: 0px;
	font-size: 28px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Handelson-Six';
}

#accordion .h2:focus,
#accordion .h2:hover {
	text-decoration: none;
}

#accordion .card-body {
	padding: 40px;
	color: #211e1f;
	background: white;
	position: relative;
	margin-top: -1px;
	text-align: left;
}

#accordion .card-body p {
	margin-bottom: 30px;
}


/* entry meta */

.entry-meta time,
.entry-meta a,
.entry-meta .author {
	color: #000000!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	display: inline-block;
}

.entry-meta time {
	padding-right: 10px;
}

.entry-meta a,
.entry-meta .author {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000;
	line-height: 12px;
	border-bottom: none;
}
.entry-meta a.author:hover {
	text-decoration: underline;
}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	display:none !important;
}

.wpcf7-form-control-selectBox-dropdown-menu li a {
	padding:16.45px 35px;
}

.joinus-block .form-panel a.selectBox span {
	padding:0px;
	margin:0px;
}
.joinus-block .form-panel .half .inputbtn {
	width: 49%;
	margin-right: 2%;
}

.joinus-block .form-panel .half .inputbtn:nth-child(2n) {
	margin-right: 0%;
}
.wpcf7-not-valid {
	border:1px solid #F38D9D;
	margin-top:20px !important;
	border-bottom:3px solid #F38D9D;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F38D9D;
}
.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
  color: #F38D9D;
}
.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
  color: #F38D9D;
}
.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
  color: #F38D9D;
}
span.wpcf7-not-valid-tip {
	color:#F38D9D;
	display:block;
	text-transform:uppercase;
	position:absolute;
	top:0px;
}

/*  common content selectBox*/

.common-content-box {
	padding: 50px 0 45px;
}
.common-content-box + section {
	margin-top: -40px;
}
.single .common-content-box {
	padding-bottom: 80px;
}

.common-content-box .table-box .row {
	padding: 30px 0px;
	border-bottom: 1px solid #000;
	margin-left: 0px;
}

.common-content-box .table-box .row:first-child {
	border-top: 1px solid #000;
}

.common-content-box .table-box .row:last-child {
	border-bottom: 0px;
}

.common-content-box .table-box .row h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

/* single detail pages -------------*/
.more-posts-title {
	text-align: center;
}
.more-posts {
	background:	url(../images/background-moreposts.png) no-repeat center left / cover;
	padding: 80px 15px;
}
.more-posts .load-more-wrap {
	display:  none;
}
.more-posts .events-inner {
	margin-bottom: 0;
}
.single .meta-wrap {
	margin-bottom: 35px;
}
.single .more-posts .meta-wrap {
	margin-bottom: 0px;
}
.post-image {
	font-size: 16px;
	font-style: italic;
	color: #767676;
	margin-bottom: 50px;
}

.common-content-box .container .post-image img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	display: block;

}

.job-page-slider .image-wrap, .home-slider-mobile .image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
     height: 100%;
    background-size: cover;
    background-position: center center;
}
.text-col.job-header {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.common-content-box .tags-bar li a {
	font-size: 16px;
line-height: 28px;
background-color: #eeeeee;
color: #01837b;
border-radius: 3px;
padding: 8px 20px;
text-decoration: none;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 2px;
}
.common-content-box .tags-bar li a:hover {
	background-color: #62287a;
	color: white;
}
.common-content-box .tags-bar li {
	list-style: none;
	display: inline-block;
	margin:0 10px 0 0;
}
.common-content-box .tags-bar ul {
	margin: 0 ;
	padding: 30px 0 0;
}

.search article {
	padding: 40px 0px 10px;
	border-bottom: 1px solid #eee;
}

.search article:last-of-type{
	margin-bottom: 40px;

}


/* footer wrap */

.footer-wrap {
	width: 100%;
	background: #211e1f;
	color: white;
	padding: 10px 0;
		font-size: 16px;
		line-height: 2;
		position: relative; /* footer stick bottom*/
		margin: -200px  0 0; /* footer stick bottom*/
}
.footer-wrap .menu,
.footer-wrap li.login-title {
 display: flex;
}
.footer-wrap .menu li {
			margin-right: 20px;
}
.footer-wrap .menu-login-container {
	padding-left: 20px;
}
.footer-wrap .menu li a {
	color: #32bcb3;
		text-decoration: none;
}
.footer-wrap .menu li:after {
	display: inline-block;
	content:"";
	width:1px;
	height: 12px;
	background-color: #32bcb3;
	margin: 0 0 0 20px;
}
.footer-wrap .menu li:last-of-type:after {
	display: none;
}
.footer-wrap .copyright-items a {
	color: white;
	text-decoration: underline;
}
.footer-wrap a:hover {

	color: #fff;
}
.footer-wrap .copyright-items a:hover {
	text-decoration: none;
	opacity:.7;
}
.footer-wrap a.footer-logo {
	width: 180px;
	margin-right: 40px;
}
.footer-wrap a.footer-logo img {
	width: 100%;
}
.footer-wrap .row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
/* search */
.header-block.hover-search .right-header .nav-block,
.header-block.hover-search .g-link,
.header-block.hover-search .social-logo ul li.twt	{
	opacity:0;
	visibility:hidden;
	transition:0.1s all;
	-webkit-transition:0.1s all;
}
.social-logo ul li {
	position:initial;
}
.header-block.hover-search .social-logo ul li.search a {
	opacity:0;
	visibility:hidden;
}
.header-block.hover-search  form.searchform {
	visibility:visible;
	opacity:1;
	display:block;
}

.header-block form.searchform input {
	background:transparent;
	width:100%;
	font-size: 20px;
	padding-left:40px;
	background:url(../images/search.svg) no-repeat center left / 22px;
}

.header-block form.searchform input::placeholder,
.top_bar form input::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */

	color: #767676;
		/* Firefox */
	}

.header-block form.searchform input:-ms-input-placeholder,
.top_bar form input.desk-conc:-ms-input-placeholder {
		/* Internet Explorer 10-11 */

	color: #767676;
	}

.header-block form.searchform input::-ms-input-placeholder,
.top_bar form input.desk-conc::-ms-input-placeholder {
		/* Microsoft Edge */

	color: #767676;
	}
.page-id-936 .filter-wrap .filter-select {
    width: 350px !important;
}
.page-template-about .content-after-list {
    padding: 40px 0px;
}
.selectBox-dropdown .selectBox-label {
    width: 253px !important;
}
.logo a img { height:100px; width: auto; }
#header-wrap { padding: 10px 0px; }
.footer-links .signup { background-image: url(../images/subscribe.svg);
	/*01837b*/
    background-color: #C9582C;
    color: #fff;
    padding: 5px 10px 5px 40px;
    text-transform: uppercase;
    font-size: 16px;
    background-position: 10px;
    text-decoration: none;background-repeat: no-repeat; background-size: 15px;}

footer .social-logo { margin-top: 12px; }
.top-links {   
    top: 2px;
}
.top-links a:hover:after { display:none !important;}
.breadcrumb_section {
	width: 100%;
    display: inline-block;    
    background: #34BDB4;
    text-align: left;
}
#breadcrumbs { color: white;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    /*float: right;*/
    padding: 10px 0px;
	font-size: 19px;
    padding-left: 13px;
}
#breadcrumbs a { color:#fff !important; }
.top-links a.signup {
	background-image: url(../images/subscribe.svg);
	/*01837b8*/
	background-color: #C9582C;
	color: #fff;
	padding: 5px 10px 5px 40px;
	text-transform: uppercase;
	font-size: 16px;
	background-position: 10px;
}
#copyright {
text-align: center;
display: inline-block;
}
.footer-wrap .menu li {
margin-right: 20px;
float: left;
}
.social-logo ul {
display: flex;
margin-right: 3px;
margin-left: 5px;
margin-bottom: 0px;
align-items: center;
justify-content: center;
}
#header-wrap.sticky .logo a img {
    height: 80px;
}
#header-wrap.sticky {
    width: 100%;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
}

/*.home-slider-bar .image-wrap {
	height: 650px;
}*/
.custom-listing li {
    text-align: left !important;
    background: url(../images/arrow-right-white.svg) no-repeat 0 10px;
    list-style: none !important;
    background-size: 11px;
    padding-left: 23px;
}


@media screen and (min-width:1375px) {
	.events-wrap.inner-data.memb {
		padding-bottom: 35px;
	}
	.faq-list {
		padding: 100px 0 84px;
	}
	.common-content-box {
		padding: 75px 0;
	}
	.resource-categories {
		padding-top: 100px;
	}
	.events-wrap.inner-data {
		padding-bottom: 80px;
	}
	.resource-categories .events-wrap.inner-data {
			padding-bottom: 70px;
	}

	.form-iframe {
		min-height: 716px!important;
	}

	.partner-block .p-icon1 img,
	.partner-block .p-icon2 img {
		max-width: 80%;
	}

	.catg-panel {
		padding: 70px 15px;
	}



	h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.p-title-wrap {
		padding-top: 100px;
	}
	.initial-panel {
    padding: 77px 15px;
	}
	.two-column-panel {
    padding: 65px 72px 72px 15px;

	}
	.two-column-wrap .cols:nth-child(2n) .two-column-panel {
		padding-right: 67px;
	}

  .more-posts .events-panel{
		padding: 0 15px;
	}
}

@media screen and (max-width:1375px) {
.home-slider .text-wrap h1,
.home-slider-mobile .text-wrap h1 {
	font-family: 'Handelson-Six';
	color: white;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 50px;
}
.home-slider .image-wrap,
.home-slider-mobile .image-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* height: 35vw; */
	/*height: 56vw;
	background-position: top right; */
	background-size: cover;
	background-position:center center;
}
}
@media only screen and (max-width: 1275px) {
	.header-block	.container-fluid,
	.footer-wrap .container-fluid {
			width: calc(100% - 100px);
		}
	.header-inner .logo {
		max-width: 225px;
	}
	/*.header-inner .logo img {
		height: auto;
	}*/
	.nav-block ul li {
		margin-right: 16px;
	}
	.nav-block ul li a {
		font-size: 18px;
	}
	.nav-block ul li .sub-menu a {
		font-size: 16px;
	}
	.partner-block figure {
		width: 33%;
    min-height: 89px;
	}
	.home-slider .text-wrap h1,
	 .home-slider-mobile .text-wrap h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.text-col {
    padding-left: 20px;
    padding-right: 0;
	}

}
@media only screen and (max-width: 1024px) {
.container-fluid .two-column-panel {
	padding: 50px;
}
.institution-wrap.p-title-wrap {
    padding: 50px 0 0px;
}
.rework-institution.inner-data {
	padding-bottom: 0;
}
.faq-list {
	padding: 50px 0;
}
.modal-wrapper.styled .modal {
	padding: 50px 40px 40px!important;
	margin: 0;
	width: 100%;
	box-shadow: none;
}
.modal-wrapper.styled .modal .close-modal {
    top: -19px;
    right: 17px;
	}
}
@media only screen and (max-width: 990px) {
	.wpcf7-form  {
		display: block;
	}
	.wpcf7-form input:not([type=submit]) {
		width: 100%;
	}

	.home .two-column-wrap:nth-child(2) .row .cols:first-of-type {
		order:2;
	}
	.admin-bar #header-wrap {
		top: 32px;
	}
	#header-wrap {
		position: fixed;
	}
	.footer-wrap {
		margin-top: 0;
	}
	#content-wrap {
		margin-bottom: 0;
	}
	.white .container .two-column-panel,
		.two-column-wrap.white .subtitle {
		padding: 0;
	}
	.text-col {
    padding-left: 15px;
    padding-top: 30px;
	}
.modal .container .row {
	margin: 0;
}
.modal figure.member-image {
	height: 50vh;
}
	#page-wrap {
    margin: 118px auto 0;
	}

	.header-block	.container-fluid,
	.footer-wrap .container-fluid {
			width: calc(100% - 50px);
		}

	.footer-block .row {
		    width: calc(100% + 45px);
}
.partner-block .p-icon1 img,
.partner-block .p-icon2 img {
	max-width: 60%;
}
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
	h3 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	p,
	#content-wrap ul li {
		font-size: 17px;
		line-height: 24px;
	}
	.header-inner .logo {
		max-width: 145px;
	}
	.banner-text {
		margin-right: 0px;
		text-align: right;
	}

	.banner-text h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.mobile-menu {
		display: inline-block;
		cursor: pointer;
		position: absolute;
		padding-left: 15px;
		padding-top:0px;
		right:25px;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	.mobile-menu .bar3 {
		margin-bottom:0px;
	}
	.social-mobile {
		position: absolute;
		top: 36px;
    right: 60px;
    display: inline-block;
	}
	.bar1,
	.bar2,
	.bar3 {
		width: 22px;
		height: 3px;
		background-color: #01837b;
		margin: 0px 0px 6px;
		transition: 0.4s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-7px, 6px);
		transform: rotate(-45deg) translate(-7px, 6px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
		transform: rotate(45deg) translate(-7px, -5px);
		-webkit-transform: rotate(45deg) translate(-7px, -5px);
		width: 22px;
	}
	.right-header {
		display: none;
	}
  .right-header .top-links {
		position: relative;
		top: 0;
		padding: 10px 15px 10px;
	}
.top-links a.login {
	margin-left: 35px;
}
	.right-header {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 118px;
		background: #fff;
		display: none;
	}
	.right-header .inner {
		flex-wrap: wrap;
		display: block;
	}

	.right-header {
		padding-left: 0!important;
		padding-right: 0 !important;
		padding-top: 15px;
		border-top: 1px solid #f7f7f7;
		border-bottom: 1px solid #f7f7f7;
	}
		.nav-block ul li {
		display: block;
		margin-right: 0px;
	}
		.right-header .nav-block ul li.menu-item-has-children > a:before {
			right: 30px;
			    top: 23px;
		}
		.nav-block ul li:hover a:after,
		.nav-block ul li.current-menu-item a:after,
		.nav-block ul li.current-menu-parent a:after {
			display: none;

		}
		.nav-block ul li:hover a,
			.nav-block ul li a:hover,
		.nav-block ul li.current-menu-item a,
		.nav-block ul li.current-menu-parent a{
						background-color:#f7f7f7;
		}
		.nav-block ul li a {
		font-size: 24px;
		line-height: 20px;
		padding: 20px 30px;
		border-bottom: 1px solid white;
		font-weight: 300;
	}
		.nav-block ul ul.sub-menu li a {
		padding: 0px 25px 15px 30px;
		font-size: 20px;
		background-color: transparent;
		border-bottom: none;
	}
	.nav-block ul ul.sub-menu li a,
	.nav-block ul ul.sub-menu li:hover a,
		.nav-block ul ul.sub-menu li a:hover,
	.nav-block ul li.current-menu-item ul.sub-menu  a,
		.nav-block ul ul.sub-menu li.current-menu-item  a,
	.nav-block ul li.current-menu-parent ul.sub-menu  a{
					background-color:transparent;
	}
	.right-header .g-link {
		display: inline-block;
		margin-bottom: 20px;
	}
	.nav-block ul {
		display: block;
	}
	.nav-block ul li .sub-menu {
		position: relative;
		top: 0;
		width: 100%;
	}
	.nav-block ul li:hover .sub-menu{
		display: none;
	}
	.catg-panel p {
		margin-bottom: 30px;
	}


	.categories-wrap .container,
	.two-column-wrap .container,
	.categories-wrap .container-fluid,
	.two-column-wrap .container-fluid {
		padding-left:0px;
		padding-right:0px;
	}

	.categories-wrap .cols,
	.two-column-wrap .cols {
		flex: 0 0 100%;
		max-width: 100%;

	}
	.black .two-column-panel {
    padding: 0;
	}
	.three-column-wrap .container {
		margin-bottom: 50px!important;
	}
	.more-search {
		border-bottom: 0px;
		padding-top: 0px;
	}

	.two-column-panel figure{
		float: none;
		display: block;
		margin: auto;
	}
	.two-column-panel .text h3 {
		font-size: 33px;
		line-height: 38px;
	}
	.two-column-panel .text {
		width: 100%;
	}
	.two-column-panel figure {
		padding-top: 0px;
		margin-bottom: 38px;
	}
	.two-column-panel .text {
		min-height: 1px;
	}
	.initial-panel {
		padding: 40px 30px 40px 30px;
	}
	.initial-panel figure{
		max-width: 184px;
		width: 100%;
		height: 103px;
	}

	.post-type-wrap.white .events-panel {
	    padding: 20px 20px 10px;

		}
		.post-type-wrap.white .events-panel h3 {
    font-size: 22px;
}
	.footer-block .inner {
		flex-wrap: wrap;
	}
	.footer-block .partner-block {
		flex: 0 0 100%;
		width: 100%;
	}
	.footer-block .copy-block {
		width: 100%;
		text-align: center;
	}
.copy-block ul li.copyright-items {
	margin-left: 0;

}

	.footer.twt {
		padding-top: 10px;
	}
	.copy-block .ccby-logo {
		margin-top: 20px;
	}
.footer-block .copyright-wrap {
	padding-top: 0;
	padding-bottom: 40px;
}
	.primarybtn.primary,
	.primarybtn.newlink,
	.primarybtn.download {
		text-align: left;
		line-height:18px;
		padding-top:11px;
		padding-bottom:11px;
	}

	.partner-block figure {
		height:138px;
	}
	.home-banner.inner-home .home-banner-inner {
		min-height: 220px;
	}
	.home-banner.inner-home .home-banner-inner h1.inner-title {
		padding-top: 0px;
		margin-top: 46px;
	}
	.home-banner.inner-home:after,
	.home-banner.inner-home .circle-rotate,
	.page-template-page-faq .home-banner.inner-home:after,
	.page-template-page-faq .home-banner.inner-home .circle-rotate {
		top: -536px;
	}
	.home-banner.inner-home {
		margin-bottom: 15px;
	}
	.more-search a.primarybtn:before {
		left:23px;
	}
	.twitter-panel p a:before {
		display:none;
	}


	.partner-block figure {
		width:31%;
		margin-bottom: 15px;
	}
	h1 {
		font-size: 38px;
		line-height: 40px;
	}
	.home-slider .text-wrap h1,
		.home-slider-mobile .text-wrap h1
	.two-column-wrap h3.main-title,
	.post-type-wrap.white .p-title-wrap h2 {
		font-size: 40px;
		/*65px*/
		margin-bottom: 0;
	}
			.one-column-wrap.white,
			.one-column-wrap.black {
				padding-top: 50px;
			}
	.two-column-wrap.white h3.main-title {
	    padding: 0px 0 20px;
		}
	.events-wrap.inner-data .filter-wrap {
		top: -74px;
    left: -14px;
	}
	.load-more-wrap .container {
		padding-top: 0px;
		padding-left: 0px;
	}
	.rework-institution {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 40px;
	}

	.rework-institution .row .owl-stage {
		display: flex !important;
		display: -webkit-flex !important;
	}
	.rework-institution .owl-item .cols {
		margin-bottom: 0px;
	}
	.rework-institution .events-panel {
		padding: 15px 15px;
	}
	.rework-institution .owl-item {
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}

	.rework-institution .events-panel {

		width: 220px;
		display: block;
	}

	.events-panel h3 {
		margin-bottom: 10px;
	}
	.events-wrap.inner-data.part figure {
		max-width: 250px;
		min-height: 146px;
	}
	.events-wrap.inner-data.part figure img {
		padding: 0 15px;
	}
	.events-wrap.inner-data.part .cols {
		border-right: 1px solid #000 !important;
	}
	.entry-meta.mobile {
		display: block;
	}
	.entry-meta.desk {
		display: none;
	}
	.entry-meta.mobile {
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
	}
	.entry-meta.mobile time {
		font-size: 15px;
		margin-bottom: 0px;
	}
	.entry-meta.mobile a {
		color: #000;
		margin-bottom: 0px;
		padding-left: 0px;
		border-left: 0px;
	}
	.common-content-box .table-box .row div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.search .home-banner.inner-home .home-banner-inner h1 {
		padding-top: 16px;
		margin-top: 58px;
	}
	.header-block.hover-search form.searchform {
		display: block;
	}
	.search article {
		padding-top: 30px;
	}

	.social-logo ul li {
		position: initial;
	}

	.social-logo ul li {
		margin-left: 0px;
	}
	.social-logo ul li.twt,
	.right-header .social-logo {
		display: none;
	}
	.right-header .top-links .social-logo,
		.right-header .top-links .social-logo ul li.twt {
		display: block;
	}
	.right-header .top-links .social-mobile {
		position: relative;
		top: auto;
		right:auto;
		padding: 10px 0 0;
		margin-top: 12px;
		border-top: 2px solid #f7f7f7;
		width: 100%;
	}
	.right-header .top-links .social-mobile ul {
			text-align: center;
			justify-content: center;
			width: 100%;
	}
.pum-theme-1043 .pum-container,
.pum-theme-default-theme .pum-container {
	left: 0!important;
}
		.container-fluid .two-column-panel {
			min-height: 400px;
		}
		.owl-carousel .owl-nav button.owl-prev {
    left: 15px!important;
	}
	.owl-carousel .owl-nav button.owl-next {
    right: 15px!important;
	}
	.single .common-content-box {
    padding-bottom: 30px;
	}

	.one-column-panel,
	.black .two-column-panel {
		display: flex;
	}
	.black .two-column-panel .icon-column {
  float: none;
	min-width: 200px;
	max-width: 200px;
	height: auto;
	margin-right: 35px;
	max-height: 160px;
	text-align: left;

	}
	.black.one-column-wrap .cols {
		margin-bottom: 0px;
	}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 991px) and (max-width: 1071px) {

	.form-iframe {
		min-height: 716px!important;
	}
}
@media only screen and (max-width: 800px) {
	.home-slider .slick-prev,
	.home-slider .slick-next,
	.home-slider-mobile .slick-prev,
	.home-slider-mobile .slick-next {
		display: none!important;
	}
	.home-slider {
		display: none!important;
	}
	.home-slider-mobile {
		display: block!important;
	}
	.home-slider .overlay-color,
	.home-slider-mobile .overlay-color,
	.simple-page__hero .overlay-color {
	background: linear-gradient(90deg, rgba(88,37,110,0.9) 4%, rgba(255,255,255,0) 120%);
	}
	.home-slider-mobile .slide:last-of-type .overlay-color {
		background: linear-gradient(90deg, rgba(1,131,123,0.9) 4%, rgba(255,255,255,0) 120%);
	}
	.white-border .container-fluid .two-column-panel {
padding: 40px 40px 10px;
}
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 670px) {
.form-iframe {
	min-height: 716px!important;
}
	.home-slider .text-wrap h1,
	.home-slider-mobile .text-wrap h1 {
		font-size: 40px;
	}
	.home-slider .text-col,
	.home-slider-mobile .text-col{
		padding: 0 50px;
	}

	.modal-wrapper.styled .modal {
		padding: 50px 10px 40px!important;
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (max-width: 768px) {
	.common-content-box .mc4wp-form {
		width: 80%;
		margin: 0 auto;
	}

	.one-column-panel,
	.black .two-column-panel {
		display: block;
	}
	.one-column-panel .icon-column,
	 .black .two-column-panel .icon-column {
		float: none;
		margin-bottom: 35px;
	}

	.container-fluid .two-column-panel .text p {
	    font-size: 20px;
	}
	.simple-page__hero h1.simple-page__hero-title {
		font-size: 38px;
		letter-spacing: 2px;
	}
	.simple-page__hero {
		min-height: 270px;
	}
	.top_bar form {
    margin-left: 0;
    margin-top: 20px;
	width: 100%!important;
	}
	.top_bar a.selectBox {
		width: 100%!important;
		margin-bottom: 20px;
	}
	.top_bar a.selectBox {
		width: 100%!important;
	}
	.top_bar form input {
		width: 100%;
	}
	.alignright,
	.alignleft {
		width:100%;
		float: none;
		height: auto;
		margin: 0 0 35px;
	}


}
@media only screen and (max-width: 694px) {
.events-panel {
	padding: 0;
}
.post-type-wrap.white .cols {
	padding: 0;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 599px) {

	.footer-block .row {
				width: calc(100% + 30px);
}
	.partner-block figure {
		width:100%;
		margin-right:0;
	}
	.partner-block .p-icon1 img,
	.partner-block .p-icon2 img {
    max-width: 38%;

	}
	.home-banner-inner {
		min-height: 400px;
	}
	.banner-text h1 {
		font-size: 25px;
		line-height: 31px;
		margin-bottom: 20px;
	}
	.banner-text {
		text-align:left;
	}
	.home-banner .circle-rotate {
		width: 600px;
		height: 600px;
		top: -180px;
		right: -20px;
	}
	.initial-panel {
		padding-bottom: 20px;
		padding-left: 28px;
		padding-right: 28px;
	}
	.rework-institution .owl-item img {
		max-height: 230px;
	}

	.h4-h {
		font-size: 19px;
		line-height: 21px;
	}
.container {
		width: 90%;
	}
.card .container {
	width: 100%;
}
}

 @media only screen and (max-width: 480px){
	 .common-content-box .mc4wp-form {
		 width: 90%;
		 margin: 0 auto;
	 }

	 .rework-institution.inner-data .cols {
 		flex: 0 0 85%;
 		max-width: 85%;
 	}
	 .copy-block ul li,
	 .footer-block p {
		 font-size: 14px;
	 }
	 .home-slider .image-wrap,
	 .home-slider-mobile .image-wrap {
		 min-height: 400px;
	 }
	 .option-banner .image-wrap{
		padding: 100px 0px!important;
		min-height: unset;
	 }
	 .home-slider-mobile.option-banner {
		margin: unset!important;
	}
	 .home .two-column-wrap:nth-child(2) .row .cols:first-of-type,
	 .home .two-column-wrap:nth-child(1) .row .cols:last-of-type {
 		display: none;
 	}
 }
  @media only screen and (max-width: 340px){
	 .copy-block li.footer.twt {
		 position: absolute;
		 bottom: 0;
		 right: 40px;
	 }
	 .top-links a.login {
	 	margin-left: 0px;
	 }
 }
.owl-carousel:not(.owl-loaded){
    opacity: 0 !important;
	height:0px !important
}
.owl-carousel {
	max-height:270px !important;
	overflow:hidden !important;
}


html {
  scroll-behavior: smooth;
}
.contact-us-lead textarea::placeholder {
	color: #fff;
	opacity: 1;
}
.common-content-box .button-wrap {
	margin-bottom: 25px;
}
.contact-us-lead .wpcf7-not-valid-tip {
	font-weight: 600;
	text-align: left;
}
#our-videos h4 {
    font-size: 34px;
    line-height: 1!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-family: 'Handelson-Six'!important;
    color: #fff;
    /* border: solid 1px; */
}



/************Media Starts***************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
.contact-us-lead {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.post-image iframe {
    height: 280px!important;
}
.two-column-panel.align-items-center {
    min-height: auto!important;
}
#our-videos h4 {
    font-size: 26px!important;
    margin-bottom: 50px!important;
    text-align: center;
}
#our-videos h4:after {
    content: "";
    border-bottom: 3px solid #fff;
    display: flex;
    width: 68px;
    position: relative;
    top: 14px;
    margin: auto;
}
 }

@media only screen and (min-width: 768px) and (max-width: 1080px) {
.contact-us-lead {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
 }
