body {
	font-family: 'Janna LT' !important;
	font-size: 15px;
}
@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Regular.eot');
    src: url('../fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JannaLT-Regular.woff2') format('woff2'),
        url('../fonts/JannaLT-Regular.woff') format('woff'),
        url('../fonts/JannaLT-Regular.ttf') format('truetype'),
        url('../fonts/JannaLT-Regular.svg#JannaLT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Bold.eot');
    src: url('../fonts/JannaLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JannaLT-Bold.woff2') format('woff2'),
        url('../fonts/JannaLT-Bold.woff') format('woff'),
        url('../fonts/JannaLT-Bold.ttf') format('truetype'),
        url('../fonts/JannaLT-Bold.svg#JannaLT-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}
p{
	line-height: 1.6em;
	margin-bottom: 20px;
}
.container {
	width: 90%;
	max-width: 1200px;
}
#landingpage .col {
	text-align: center;
}
#landingpage a.logo {
	display: block;
	text-align: center;
	margin-top: 100px;
}
#landingpage a.logo img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 60px;
}
#landingpage h1 {
	color: #046E9A;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 30px;
	line-height: 30px;
}
#landingpage h1 b{
	color: #04ADAB;
}
#landingpage .col p.date {
	color: #363636;
	font-size: 20px;
}
#landingpage .col_images {
	padding-left: 50px;
}
#landingpage .col_images img {
	width: 100%;
	display: block;
}
#landingpage .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer {
	padding: 50px 0 40px;
}
.footer .scl {
	text-align: right;
	vertical-align: bottom;
	margin-top: 35px;
}
.footer .scl a {
	display: inline-block;
	margin-left: 5px;
}
.footer .logos {
	text-align: center;
}
.footer .logos img {
	width: auto;
	height: 90px;
	margin-right: 20px;
}
#landingpage .buttons {
	padding: 20px 0;
}
#landingpage .buttons .button {
	margin-bottom: 10px;
}
.logo_award {
	padding-bottom: 20px;
}
.button, .btn-primary, .wpuf-submit-button, #submit {
	border: 1px solid #06656C;
	font-size: 18px;
	font-weight: 700;
	color: #06656C;
	padding: 7px 30px;
	text-decoration: none !important;
	display: inline-block;
	margin: 0 10px;
	border-radius: 0;
}
.button.full_bg, .btn-primary, .wpuf-submit-button {
	background: #06656C;
	color: #fff;
}
.button:hover {
	background: #04ADAB;
	border-color: #04ADAB;
	color: #fff;
}
.button2 {
	background: #00a593;
	border-color: #00a593;
	color: #fff;
}
.button3 {
	background: #06656C;
	border-color: #06656C;
	color: #fff;
	padding-right: 70px;
	position: relative;
}
.button3.white {
	background: #fff;
	color: #06656C;
	border: 1px solid #fff;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
}
.button3:after {
	content: "";
	background: url(../images/right-arrow.svg) no-repeat scroll 0 0;
	width: 30px;
	height: 30px;
	position: absolute;
	background-size: contain;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.button3.white:after {
	background-image: url(../images/right-arrow-g.svg);
}
.button.btn_border {
	background: #ffffff !important;
	color: #06656C;
}
header .container {
	position: relative;
}
.top_buttons {
	position: absolute;
	right: 0;
	top: -15px;
}
.top_buttons a{
	background-color: #04ADAB;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}
.top_buttons a:hover {
	text-decoration: none;
	background-color: #06656c;
}
#landingpage .description {
	color: #82837C;
	font-size: 16px;
	line-height: 29px;
}
#navbar_content {
	float: right;
	margin-top: 25px;
}
#header {
	padding: 15px 0;
}
#header .brand {
	display: block;
	float: left;
	width: 230px;
}
#header .brand  img{
	width: 100%;
	height: auto;
	display: block;
}
#header ul.language{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#header li {
	position: relative;
}
#header li a {
	color: #06656C;
}
#header li .sub-menu {
	position: absolute;
	width: 260px;
	left: 0;
	top: 100%;
	list-style: none;
	background: #07666d;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 20px 0;
	display: none;
	z-index: 9999;
}
#header li .sub-menu .sub-menu {
	right: 250px;
	left: unset;
	top: 0;
	z-index: 98;
}
#header li:hover > .sub-menu {
	display: block;
}
#header li .sub-menu a {
	color: #fff;
	padding: 7px 20px;
	display: block;
}
#header li .sub-menu a:hover {
	background: rgba(0,0,0,0.5);
}
#header ul.language li  {
	float: left;
	margin-left: 15px;
}
#header ul.language li.current-lang {
	display: none;
}
#header ul.language li a {
	color: #06656C;
	display: inline-block;
	padding: 15px 0;
}
#header ul.language li a:after {
	content: "";
	display: block;
	height: 2px;
	width: 70%;
	background: #06656C;
	margin: 5px auto 0;
}
#header .navbar-right {
	margin-top: 25px;
	margin-right: 0;
}
#content {
	padding: 70px 0;
}
.head hr, #inner_footer hr{
	clear: both;
	height: 1px;
	background: #4F9297;
}
h2.title, h2.site_title {
	color: #06656C;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
}
h2.site_title {
	margin-bottom: 30px;
}
h2.title strong, h2.site_title strong {
	color: #00A593;
}
h3{
	margin-bottom: 20px;
}
#inner_footer {
	padding-bottom: 20px;
}
#inner_footer .links {
	padding: 0;
	margin: 18px 0 10px 0;
}
#inner_footer .links li  {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}
#inner_footer ul .sub-menu {
	display: none !important;
	font-size: 0;
}
#inner_footer .links a{
	color: #82837C;
}
#inner_footer .powered {
	text-align: right;
	color: #00A593;
}
#inner_footer .powered img, #inner_footer .logo img {
	height: 60px;
	width: auto;
}
#inner_footer .powered img {
	margin-left: 10px;
}
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label {
	width: 100% !important;
	float: none !important;
	display: block;
	color: #363636 !important;
	font-weight: normal !important;
}
#form .wppb-user-forms input {
	width: 100% !important;
	border: 1px solid #4F9297;
	border-radius: 0;
	padding: 5px 10px;
	height: 40px;
}
#form .wppb-user-forms input#primary_phone {
	padding-left: 52px;
}
#form .wppb-user-forms .iti {
	width: 100%;
}
#form .wppb-user-forms select {
	width: 100% !important;
}
#form .wppb-form-field > span {
	margin-left: 0;
}
#form .wppb-msf-step-commands input[type="button"] {
	width: 200px !important;
	float: left;
	background-color: #06656C !important;
}
#form .wppb-msf-step-commands input.wppb-msf-prev {
	float: left;
	border: 2px solid #06656C !important;
	color: #06656C !important;
	background: none !important;
}
#form .wppb-form-field > span.select2-container {
	width: 100% !important;
}
#form .select2-container--default .select2-selection--single, 
#form .select2-container--default .select2-selection--multiple {
	height: 40px !important;
	border-radius: 0 !important;
	border: 1px solid #4F9297;
}
#form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
}
#form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
#form .form-submit input{
	margin: 0 !important;
	background: #06656C !important;
	color: #fff !important;
}
#form .selection, #form .select2-container--default .select2-selection--single {
	outline: none !important;
}
#form .wppb-form-field .wppb-radios .custom_field_radio {
	width: auto !important;
	height: auto;
	float: left;
	margin-top: 3px;
}
#form .wppb-form-field .wppb-radios .wppb-rc-value {
	float: left !important;
	width: auto !important;
	margin-bottom: 0 !important;
}
#form .wppb-msf-step-commands input[type="button"] {
	background-image: url(../images/right-arrow.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 80% center;
}
#form .wppb-form-field input[type="checkbox"], 
#form .wppb-user-forms input[type="checkbox"]{
	width: auto !important;
	height: auto;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}
#form .wppb-user-forms input.button {
	margin: 0 !important;
}
.form_container .form_col {
	position: unset;
}
.form_container {
	position: relative;
}
.form_information{
	position: absolute;
	left: 15px;
	top: 0;
	width: 45%;
}
#form .wppb-html label {
	display: none;
}
#header .dropdown-toggle {
	cursor: pointer;
	padding-right: 15px
}
#header .dropdown {
	margin-left: 25px;
	margin-top: 13px;
	position: relative;
}
#header .dropdown-menu {
	border-radius: 0;
}
#header .dropdown-menu a {
	color: #555;
}
#header .dropdown-toggle:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: url(../images/down-arrow.svg) no-repeat scroll 0 0;
	background-size: cover;
}
.head .button {
	margin-top: 24px;
	margin-left: 10px;
}
.wpuf-multistep-progressbar {
	display: none;
}
.paper_submit .wpuf-fields input ,.paper_submit .acf-field input, .paper_submit .wpuf-fields textarea, 
.paper_submit .acf-field textarea{
	width: 100% !important;
	border: 1px solid #4F9297;
	border-radius: 0;
	padding: 5px 10px;
	height: 40px;
}
.paper_submit .wpuf-fields textarea,  .paper_submit .acf-field textarea{
	height: 100px;
}
.paper_submit .wpuf-fields select, .paper_submit .select2-container {
	width: 100% !important;
}
.paper_submit ul.wpuf-form li .wpuf-label {
	float: none !important;
	width: 100% !important;
}
.paper_submit ul.wpuf-form li.field-size-large .wpuf-fields {
	float: left;
	width: 100%;
}
.paper_submit .pwo_author .wpuf-label {
	display: block;
	margin-bottom: 10px;
}
.paper_submit .acf-file-uploader{
	border: 2px dashed #4F9297 !important;
	width: 100% !important;
	display: block !important;
	text-align: center;
	height: 100px !important;
	background: none;
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: 0 !important;
	position: relative;
	cursor: pointer;
}
.paper_submit ul.wpuf-form li .wpuf-fields a.file-selector {
	border: 2px dashed #4F9297 !important;
	width: 100% !important;
	display: block !important;
	text-align: center;
	height: 100px !important;
	background: none;
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: 0 !important;
}
.paper_submit .acf-fields > .acf-field {
	border: none !important;
}
.paper_submit #message {
	padding: 10px 20px 5px;
	background: green;
	color: #fff;
	border-radius: 3px; 
}
.paper_submit .acf-file-uploader input[type="file"],.paper_submit .acf-file-uploader .hide-if-value{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	opacity: 0;
}
.paper_submit ul.wpuf-form li .wpuf-fields a.file-selector:before, 
.paper_submit .acf-file-uploader:before{
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background: url(../images/upload.svg) no-repeat scroll 0 0;
	background-size: cover;
	margin: 10px auto;
}
.paper_submit .acf-file-uploader:after {
	content: "Select File(s)";
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #444;
}
.paper_submit fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
	padding-right: 70px;
}
.paper_submit fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn:after {
	width: 20px;
	height: 20px;
	background-image: url(../images/right-arrow.svg);
	background-size: contain;
	position: absolute;
	content: "";
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.paper_submit .wpuf-submit {
	float: right;
}
.paper_submit .wpuf-submit .wpuf-submit-button {
	position: absolute;
	right: 0;
	bottom: 5px;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
}
.table thead	{
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}
.table th, table td{
	border: 1px solid #cbcbcb !important;
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: inherit;
	margin: 0;
	overflow: visible;
}
.sptable th {
	background: #47aeac;
	color: #fff;
}
.table th {
	padding: .5em 1em;
}
.table td {
	background-color: #f2f2f2;
}
.commentlist {
	list-style: none;
	padding-left: 0;
}
.commentlist li {
	padding: 15px;
	background: #fff;
	margin-bottom: 2px;
}
.commentlist li .child_comments {
	border: 1px solid #eee;
	margin-bottom: 2px;
	padding: 10px;
}
.commentlist li  .cmnt_user {
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
.commentlist .cmnt_reply {
	font-weight: bold;
	float: right;
}
.commentlist li .child_cmnt_list {
	margin-top: 30px;
	margin-left: 20px;
}
.commentlist li .child_cmnt_list h5 {
	font-weight: bold;
	color: #000;
}
.commentlist li .comment-author {
	margin-bottom: 10px;
	display: none;
}
.commentlist li .comment-author img {
	border-radius: 50%;
	margin-right: 10px;
}
.commentlist li .comment-author cite {
	font-style: normal;
}
.commentlist li em {
	font-style: normal;
}
#commentform .logged-in-as {
	display: none;
}
#commentform .limit {
	display: none;
}
#commentform textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #4F9297;
	margin-bottom: 20px;
}
#commentform .comment-form-attachment__file-types-notice {
	display: none;
}
#commentform .comment-form-attachment__autoembed-links-notice {
	display: none;
}
#respond {
	padding: 10px 0;
}
#respond .form-submit input {
	margin-left: 0;
	margin-right: 0;
}
.comment-form-attachment {
	margin-bottom: 20px;
}
#reply-title {
	display: none;
}
.comment-form-attachment {
	float: left;
}
.form-submit {
	float: right;
	margin-top: -66px;
	width: 200px;
	position: relative;
	z-index: 9;
}
#respond .form-submit {
	float: right;
	margin-top: 10px;
	width: 200px;
	position: relative;
	z-index: 9;
}
.review_table td {
	vertical-align: middle;
}
.comment-awaiting-moderation {
	display: none;
}
.review_table textarea, .review_table input {
	width: 100%;
	padding: 5px;
}
.review_relation, .comment_papper_title, .comment_paper_unique_id {
	display: none !important;
}
.review_table .wpuf-submit-button {
	width: 200px;
}
h3.comments-title {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
}
.card {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.card h3 {
	font-size: 20px;
	color: #444;
	margin-top: 0;
}
li.wpuf-image-wrap.thumbnail .caption {
	display: block !important;
	background: none !important;
}

li.wpuf-image-wrap.thumbnail .wpuf-drag-file {
	display: none !important;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 10px !important;
	background: rgba(217, 242, 239, 1) !important;
	padding: 10px !important;
	padding-right: 10px;
	cursor: auto !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
	padding-right: 70px !important;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li:nth-child(2n){
	background: rgba(217, 242, 239, 0.5) !important;
}
ul.wpuf-form li .wpuf-fields .attachment-name {
	float: left;
	width: 25px;
}
li.wpuf-image-wrap.thumbnail .caption {
	left: unset !important;
	width: auto !important;
	right: 10px !important;
}
ul.wpuf-form li .filename, 
ul.wpuf-form li .filetype,
ul.wpuf-form li .filesize {
	padding: 2px 20px 0;
	padding-top: 4px;
	float: left;
	font-size: 14px;
}
ul.wpuf-form li .filename span, 
ul.wpuf-form li .filetype span,
ul.wpuf-form li .filesize span {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
}
.c_list_fa {
	padding: 10px;
	background: #dedede;
	margin-bottom: 10px;
}
.spotlight_cover {
	position: relative;
}
.spot_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}
.spot_content .cover {
	width: 50%;
	background: rgba(255,255,255,0.8);
	z-index: 99;
	position: relative;
	padding: 30px;
	padding-left: 0
}
.spot_content h2.title {
	margin-bottom: 40px;
}
.spot_content p {
	margin-bottom: 40px;
}
.spot_content .button {
	margin-left: 0;
}
#banner {
	position: relative;	
}
#banner img {
	height: auto;
}
#banner .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 50px;
}
#banner .owl-nav .owl-prev, #banner .owl-nav .owl-next {
	float: left;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,.8);
	position: relative;
	text-indent: -999px;
	overflow: hidden;
}
#banner .owl-nav .owl-next {
	float: right;
}
#banner .owl-nav .owl-prev:after, #banner .owl-nav .owl-next:after {
	content: "";
	position: absolute;
	background: url(../images/right-arrow-g.svg) no-repeat scroll 0 0;
	width: 30px;
	height: 30px;
	background-size: contain;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#banner .owl-nav .owl-prev:after {
	transform: rotate(-180deg);
}
.slide_details {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 40px;
	background: rgba(255,255,255,0.8);
	width: 60%;
	text-align: center;
	padding: 10px;
} 
#banner .owl-dots { 
	position: absolute;
	z-index: 99999;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
#banner .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	opacity: 0.7;
}
#banner .owl-dots .owl-dot.active {
	opacity: 1;
}
.slide_details p {
	margin-bottom: 0;
	font-weight: 700;
	color: #00A593;
	font-size: 14px;
}
.slide_details h5 {
	font-size: 16px;
	font-weight: 700;
	color: #06656C;
	margin: 5px 0;
}
.slide_details p.location {
	color: #06656C;
}
#about2 .row {
	display: flex;
	align-items: center;
}
#about2 .container {
	background: #f5f5f5;
}
#about2 .col_image {
	width: 32%;
}
#about2 img {
	width: 100%;
	height: auto;
}
#about2 .button {
	margin-left: 0;
}
#news_ticker{
	background: #06656C;
	position: relative;
	margin: 70px 0 40px;
}
#news_ticker .marquee3k__wrapper {
	margin-top: 12px;
}
#scroller {
	padding: 0;
}
#news_ticker h3 {
	float: left;
	width: 200px;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 700;
	background: #00A593;
	margin: 0;
	color: #fff;
	text-align: center;
}
#news_ticker .announce{
	overflow: hidden;
}
#announcement li.errorfix {
    width: 1px;
    opacity: 0;
}
#announcement .tickercontainer {
    overflow: hidden;
}
#announcement a {
	color: #fff;
}
.marquee3k {
	overflow: hidden;
}
.marquee3k__copy {
    padding-right: 30px;
    box-sizing: border-box;
}
#scroller {
	list-style: square;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
#scroller li {
	margin: 0;
	font-size: 15px;
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.6);
	padding: 3px 15px;
}
#scroller a {
	color: #fff;
}
#news_list {
	padding-bottom: 60px;
}
#news_slide .item {
	border-right: 1px solid #ddd;
	padding-right: 30px;
}
#news_slide .item img {
	width: 100%;
	height: auto;
	display: block; 
}
.twitter_cover{
	height: 400px;
	overflow-y: auto;
}
.vhidden {
	visibility: hidden !important;
	opacity: 0 !important;
}
.arrow_btn {
	color: #00A593;
	font-weight: 700;
	font-size: 15px;
	padding-right: 50px;
	position: relative;
}
.arrow_btn.white{
	color: #fff;
}
.arrow_btn:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	background-image: url(../images/right-arrow-g.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
.arrow_btn.white:after {
	background-image: url(../images/right-arrow.svg);
}
#news_slide h3 {
	color: #06656C;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
#news_slide h3 a {
	color: #06656C;
}
.icma_arrow .owl-dots, .icma_arrow .owl-nav{
	text-align: center;
	width: 150px;
	margin: 0 auto;
	position: relative;
}
.icma_arrow .owl-dots .owl-dot{
	width: 7px;
	height: 2px;
	background: #06656C;
	opacity: 0.3;
	margin: 0 3px;
	display: inline-block;
}
.icma_arrow .owl-dots .owl-dot.active {
	opacity: 1;
}
.icma_arrow .owl-nav {
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 99;
}
.icma_arrow .owl-nav {
	margin-top: 10px;
}
.icma_arrow .owl-nav .owl-prev {
	float: left;
}
.icma_arrow .owl-nav .owl-next {
	float: right;
}
.icma_arrow .owl-nav .owl-prev, .icma_arrow .owl-nav .owl-next {
	width: 40px;
	height: 30px;
	position: relative;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.icma_arrow .owl-nav .owl-prev:after, .icma_arrow .owl-nav .owl-next:after {
	content: "";
	position: absolute;
	background: url(../images/right-arrow-g.svg) no-repeat scroll 0 0;
	width: 30px;
	height: 30px;
	background-size: contain;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icma_arrow .owl-nav .owl-prev:after {
	transform: rotate(-180deg);
}
#news_slide .owl-carousel .owl-stage-outer {
	margin-bottom: 50px;
}
.spaceh30 {
	display: block;
	height: 30px;
}
.spaceh20 {
	height: 20px;
}
.spaceh10 {
	height: 10px;
}
#mission {
	background: #EBF8F7;
	padding: 70px 0 40px; 
}
#mission_slide img {
	height: auto;
}
.members_1 {
	padding: 50px 0;
}
.members_2 {
	padding: 50px 0;
	background: #f5f5f5;
}
#members .button {
	margin-left: 0 !important;
}
#members .photo{
	width: 40%;
	padding-right: 15px;
	box-sizing: border-box;
}
#members .details {
	width: 60%;
}
#members .photo img {
	width: 100%;
	height: auto;
}
#members h3 {
	color: #06656C;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
}
.scientific #team_slide{
	display: flex;
	flex-wrap: wrap;
}
.sc_member
{
	padding: 20px;
}
.sc_member .details {
	text-align: center;
    margin-top: 20px;	
	}
#team_slide {
	margin-top: 35px;
}
#team_slide .item {
	padding: 15px;
	overflow: hidden;
	display: flex;
	align-items: end;
}
#team_slide .owl-item {
	background: rgba(0, 165, 147, .15);
}
#team_slide .owl-nav{
	float: right;
	width: 100px;
}
 #team_slide .owl-dots {
	position: unset;
	float: left;
	width: auto;
}
 #team_slide .owl-dots .owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
#location {
	position: relative;
	background: url(../images/mosque.jpg) no-repeat scroll center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 100px;
	padding: 50px 0;
}
#location:after {
	content: "";
	background: rgba(0, 165, 147, 0.8);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
#location .container {
	position: relative;
	z-index: 9;
}
#location .img img {
	width: 100%;
	height: auto;
}
#location .img {
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 20px;
}
#location h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
}
#location p {
	line-height: 1.6em;
}
#location h4 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin-top: 0;
}
#location .address {
	border-left: 1px solid rgba(255,255,255,0.4);
}
#awards {
	padding-bottom: 50px;
}
#awards ul.nav {
	margin-bottom: 20px; 
}
#awards ul.nav li {
	float: left;
}
#awards ul.nav li a {
	color: rgba(130, 131, 124, 1);
	font-size: 20px;
	font-weight: 700;
	outline: none;
}
#awards ul.nav li a:hover,#awards ul.nav li a:focus {
	background: none !important;
}
#awards ul.nav li.active a {
	color: rgba(6, 101, 108, 1);
	font-size: 20px;
}
#awards .gallery_col {
	margin-top: -35px;
}
#awards .gallery .featured_image, #awards .gallery .side_image {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}
#awards .gallery .side_image {
	height: 160px;
	margin-bottom: 30px;
}
#awards .gallery img {
	margin-bottom: 30px;
}
.gallery_slide .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 60px;
	margin: auto;
}
.gallery_slide .owl-nav .owl-prev, .gallery_slide .owl-nav .owl-next {
	background: rgba(0, 165, 147, 1);
	height: 60px;
	float: left;
	width: 30px;
	position: relative;
	text-indent: -99999px;
}
.gallery_slide .owl-nav .owl-next  {
	float: right;
}
.gallery_slide .owl-nav .owl-prev:after, .gallery_slide .owl-nav .owl-next:after {
	content: "";
	background: url(../images/next.svg) no-repeat scroll 0 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gallery_slide .owl-nav .owl-prev:after {
	transform: rotate(180deg);
}
.gallery_slide:hover .owl-next, 
.gallery_slide:hover .owl-prev {
	width: 60px;
}
#sponsors {
	text-align: center;
	padding: 50px 0;
}
.sponsors_logo img {
	display: inline-block;
	margin: 10px 20px;
	width: auto;
	height: 100px;
}
#login_section img {
	width: 100%;
}
#login_section .col_left {
	padding-right: 50px;
}
#login_section {
	display: flex;
	align-items: center;
}
#login_section form {
	width: 700px;
	max-width: 90%;
}
#login_section form input {
	border: 1px solid #4F9297;
	height: 40px;
	border-radius: 0 !important;
}
#login_section h4 {
	color: #06656C;
}
#login_section .forget strong {
	color: #00A593;
}
#login_section .login-submit  {
	float: left;
}
#login_section .login-submit input {
	margin-left: 0 !important;
	width: 200px;
	background: #06656C;
	color: #fff;
	height: 43px;
	font-size: 18px;
}
#login_section #rememberme {
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
}
#inner_banner {
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}
#inner_banner_2 {
	padding: 70px 10px;
	text-align: center;
}
#inner_banner h2, #inner_banner_2 h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
}
#inner_banner_2 h2 {
	color: #06656C;
}
#inner_banner_2 h2 strong {
	color: #00A593;
}
#page_content {
	padding: 70px 0;
}
.about_single .container {
	max-width: 1000px;
}
.about_single p {
	line-height: 1.9em;
	font-size: 16px;
}
.about_single h3, .single_page h3{
	font-weight: 700;
	color: #00A593;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto; 
}
.call_submission_page .container {
	width: 1000px;
	max-width: 100%;
}
.sow-accordion .sow-accordion-panel-header {
	background: none !important;
	color: #00A593 !important;
	font-weight: 700;
	font-size: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	outline: none !important;
}
.sow-accordion .sow-accordion-panel {
	border-bottom: 1px solid #4F9297;
}
.sow-accordion .sow-accordion-panel-header .sow-icon-ionicons {
	float: right;
	margin-right: 2px;
}
.sow-accordion .sow-accordion-panel-header .sow-icon-ionicons:before {
	background: url(../images/down-arrow.svg) no-repeat scroll center center;
	width: 25px;
	height: 25px;
	background-size: contain;
	display: block;
	font-size: 0;
}
.sow-accordion .sow-accordion-panel-border {
	padding: 0px !important;
	background: none !important;
}
.sow-accordion .sow-accordion-panel-open .sow-icon-ionicons:before {
	transform: rotate(180deg);
}
.single_page ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.single_page ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 15px;
}
.single_page ul li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	background: #06656C;
}
.single_page table {
	width: 100% !important;
	margin-bottom: 20px;
}
.single_page table th {
	background: #06656C;
	color: #fff;
	padding: 10px;
}
.single_page table tr td{
	background: #D9F2EF;
	border: none !important;
	padding: 10px;
}
.single_page table tr:nth-child(2n) td{
	background: rgba(217, 242, 239, 0.5);
}
.single_page p a{
	color: rgba(0, 165, 147, 1);
}
.page_committees .container {
	width: 1000px;
	max-width: 100%;
}
.page_committees table {
	width: 100%;
}
.page_committees table th {
	min-width: 33%;
}
.page_committees table td, .page_committees table th {
	border: none !important;
	padding: 10px;
	line-height: 20px;
}
.page_committees table th{
	color: rgba(6, 101, 108, 1);
	font-weight: 600;
}
.page_committees .committee {
	border-bottom: 1px solid rgba(79, 146, 151, 0.5);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.accommodation_page img {
	max-width: 100%;
	height: auto;
}
.m0 {
	margin: 0 !important;
}
.accommodation_page .container {
	width: 1200px; 
	max-width: 100%;
}
#accommodation_list {
	padding-top: 50px;
}
.list .col {
	margin-bottom: 30px;
}
.list .thumb {
	display: block;
	height: 250px;
	width: 100%; 
	background-size: cover;
}
.list .cover {
	padding: 10px;
	background: #EBF8F7;
	display: block;
}
#programs_page {
	padding-bottom: 80px;
}
#programs_page .container {
	background: #f5f5f5;
	padding: 50px;
	margin-bottom: 30px;
}
#programs_page .container h2.site_title {
	margin-top: 0;
}
#programs_page .nav {
	text-align: center;
	font-size: 0;
	margin-bottom: 35px;
}
#programs_page .nav li {
	float: none;
	display: inline-block;
	margin-left: -1px;
}
#programs_page .nav li a{
	border: 1px solid #06656C;
	font-size: 15px;
	font-weight: 600;
	color: #06656C;
	padding: 6px 18px;
}
#programs_page .nav li.active a{
	background: #06656C;
	color: #fff;
}
#programs_page .tab_button {
	text-align: center;
}
#programs_page .tab_button li{
	display: inline-block;
}
#programs_page .tab_button li a {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
}

#programs_page .tab_button li.active a{
	border-bottom: 2px solid #06656C;
	color: #06656C;
}
#programs_page .tab_button li a:hover, #programs_page .tab_button li a:focus {
	text-decoration: none;
}
#program_list .site_title {
	color: #06656C;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}
#program_list table {
	width: 100%;
}
#program_list th {
	color: #06656C;
	font-size: 18px;
	width: 30%;
}
#program_list th, #program_list td {
	border : none !important;
	padding: 20px 0;
}
#program_list .head td {
	color: #363636;
	font-size: 20px;
}
#program_list .head  {
	border-bottom: 1px solid #4F9297;
}
#program_list table {
	border-bottom: 1px solid #4F9297;
}
#program_list table:last-child{
	border-bottom: none !important;
}
#program_list table p.subject {
	margin-bottom: 0;
	color: #00A593;
	font-size: 14px;
}
#program_list table p.speakername {
	font-size: 18px;
	margin-bottom: 0;
	color: #06656C;
	font-weight: 700;
}
#program_list table p.designation {
	font-size: 13px;
	margin-bottom: 0;
	color: #82837C;
}
#toggle {
	width: 50px;
}
#toggle small {
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	margin: 5px 0;
}
.gallerysec .side_image {
	height: 250px;
	background-size: cover;
	margin-bottom: 30px;
}
#nf-field-4, #nf-field-9 {
	width: 200px;
	background: #4F9297 !important;
	border-radius: 5px !important;
}
.nf-field-label {
	display: none;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]){
	background: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #4F9297 !important;
	height: 40px !important;
	color: #000 !important;
}
.nf-error.field-wrap .nf-field-element::after {
	height: 38px !important;
	line-height: 40px !important;
}
.nf-form-content textarea  {
	background: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #4F9297 !important;
	color: #000 !important;
}
#inner_footer .contact_details {
	padding: 15px 0;
}
#inner_footer .contact_details p {
	margin-bottom: 5px;
	color: #00a593;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	font-weight: 600;
}
#inner_footer .contact_details p a {
	color: #00a593;
	font-weight: 600;
}
#inner_footer .contact_details p a:hover{
	color: #06656C;
	text-decoration: underline;
}
#inner_footer .contact_details p.email {
	margin-right: 20px;
}
#inner_footer .contact_details p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background: url(../images/phone.png) no-repeat scroll 0 0;
	background-size: cover;
	opacity: 0.2;
}
#inner_footer .contact_details p.email::before {
	background: url(../images/email.png) no-repeat scroll 0 0;
	background-size: cover;
}
#inner_footer .scl {
	margin-top: 10px;
}
#fep-header, #fep-footer, #fep-menu-settings {
	display: none !important;
	opacity: 0;
}
#fep-result {
	z-index: 9;
}
#fep-result li::after {
	display: none !important;
}
#message.updated {
	padding: 10px;
	background: green;
	font-weight: bold;
	color: #fff;
}
#message.updated p {
	margin-bottom: 0;
}
.wpuf_submit_1691 {
	margin-right: 50px;
}
.spotlight_cover .register_btn {
	display: none;
}
@media all and (min-width: 1400px) {
	.container{
		max-width: 80%;
	}
}
@media all and (max-width: 992px){
	.form_information {
		position: unset;
		width: 100%;
	}
	.form_information p {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 1600px){
	.container{
		max-width: 90%;
	}
	#team_slide .item span {
		font-size: 13px;
		display: block;
		line-height: 18px;
	}
	#members h3 {
		font-size: 16px;		
	}
}
@media all and (max-width: 1480px){
	header .container {
		max-width: 95%;
		width: 95%;
	}
	#landingpage .description {
    	font-size: 14px;
		line-height: 23px;
    }
    #landingpage .col p.date {
    	font-size: 16px;
    }
    #landingpage h1 {
    	margin-bottom: 20px;
    	font-size: 22px;
    	line-height: 30px;
    }
    #header .brand {
		width: 200px;
	}
	#header .nav > li > a {
		padding-left: 13px;
		padding-right: 13px;
	}
	h2.site_title {
		margin-bottom: 15px;
		font-size: 25px;
		line-height: 35px;
	}
}
@media (min-width: 768px) and (max-width: 1180px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #navbar_content {
	    float: none;
	    margin: 20px 0 0;
	    clear: both;
	    width: 100%;
	    background: #eee;
	}
}
@media all and (max-width: 992px){
	.spot_content {
		position: relative;
	}
	.spot_content .cover {
		padding: 30px 0;
		width: 100%;
	} 
	#about2 .row {
		display: block;
	}
	#about2 .col_image {
		width: 100% !important;
	}
	#news_slide .item {
		border: none;
		padding: 0;
	}
	#location .img{
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	#location .address {
		margin-top: 30px;
		border: none;
	}
	#awards .gallery_col {
		margin-top: 0;
	}
	#awards .gallery .col-md-8 {
		float: left;
		width: 45%;
		padding-right: 10px
	}
	#awards .gallery .col-md-4 {
		float: left;
		width: 55%;
		padding-left: 0;
	}
	#awards .gallery .side_image {
	    height: 120px;
	    margin-bottom: 10px;
	}
	#awards .gallery .featured_image {
		height: 250px;
	}
	#navbar_content {
	    float: none;
	    margin: 20px 0 0;
	    clear: both;
	    width: 100%;
	    background: #eee;
	}
	.slide_details h5 {
		font-size: 14px;
	}
	.slide_details {
		width: 100%;
		bottom: 0;
		position: relative; 
		background: #f5f5f5;
	}
	#banner .owl-nav{
		bottom: 0;
		top: 0;
		margin: auto;
		height: 60px;
	}
	#inner_banner h2, #inner_banner_2 h2 {
		font-size: 25px;
		line-height: 35px;
	}
	#login_section {
		display: block;
	}
	.icma_arrow .owl-nav {
		margin-top: 40px;
	}
	#login_section .col_left {
		padding-right: 15px;
	}
	#login_section form {
		width: 100%;
		max-width: 100%;
	}
	#login_section .button.btn_border {
		margin-left: 0;
	}
	#landingpage .col_images img {
		margin: 0 auto;
	}
	#landingpage .col_images {
		padding: 0;
	}
	.footer .logos {
		text-align: center;
	}
	.footer .scl {
		text-align: center;
	}
	#inner_footer .powered, #inner_footer .logo {
		text-align: center;
	}
	#inner_footer .powered {
		margin-top: 20px;
	}
	.single_page img {
		max-width: 100%;
		height: auto;
	}
	.scientific #team_slide .col-md-4 {
		width: 50%;
	}
}
@media all and (max-width: 768px){
	.scientific #team_slide .col-md-4 {
		width: 100%;
	}
	#header li .sub-menu {
		position: relative;
		width: 100%;
		display: block;
		box-shadow: none;
		left: 0 !important;
	}
	#header li .sub-menu::before {
		content: "";
		width: 0;
		height: 0;
		display: block;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #07666d;
		position: absolute;
		top: -7px;;
	}
}
@media all and (max-width: 640px){
	#news_ticker h3 {
		float: none;
		width: 100%;
	}
	#team_slide .owl-dots {
		display: none;
	}
	.page_committees table td, .page_committees table th {
		display: block;
	}
	.form_container .form_col p.text-right {
		text-align: left !important;
	}
	.spotlight_cover .col-md-8 {
		position: relative;
	}
	.spotlight_cover .register_btn{
		display: block;
		position: absolute;
		z-index: 99;
		right: 0;
		top: 30%;
		background: #00a593;
		color: #fff;
		border-color: #00a593;
		left: 0;
		max-width: 200px;
		margin: 0 auto;
		text-align: center;
	}
}
@media all and (max-width: 450px){
	#header .brand {
		width: 150px;
		margin-top: 20px;
	}
	#header {
		padding-top: 0;
	}
	.top_buttons {
		top: 0;
	}
}