@charset "utf-8";
/* CSS Document by JD Softtech*/

/*Font Import*/
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-Light.eot');
	src: url('../poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-Light.woff2') format('woff2'), url('../poppins/Poppins-Light.woff') format('woff'), url('../poppins/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-Bold.eot');
	src: url('../poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-Bold.woff2') format('woff2'), url('../poppins/Poppins-Bold.woff') format('woff'), url('../poppins/Poppins-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-Italic.eot');
	src: url('../poppins/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-Italic.woff2') format('woff2'), url('../poppins/Poppins-Italic.woff') format('woff'), url('../poppins/Poppins-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-SemiBold.eot');
	src: url('../poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-SemiBold.woff2') format('woff2'), url('../poppins/Poppins-SemiBold.woff') format('woff'), url('../poppins/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-Medium.eot');
	src: url('../poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-Medium.woff2') format('woff2'), url('../poppins/Poppins-Medium.woff') format('woff'), url('../poppins/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-Regular.eot');
	src: url('../poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-Regular.woff2') format('woff2'), url('../poppins/Poppins-Regular.woff') format('woff'), url('../poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url('../poppins/Poppins-BoldItalic.eot');
	src: url('../poppins/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../poppins/Poppins-BoldItalic.woff2') format('woff2'), url('../poppins/Poppins-BoldItalic.woff') format('woff'), url('../poppins/Poppins-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
/*Custom CSS START*/
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
html {
}
body {
	font-family: 'Poppins', sans-serif;
	color: #000;
}
::-moz-selection {
 color: #fff;
 background: #f16a36
}
::selection {
	color: #fff;
	background: #f16a36
}
a {
	color: #336c8c;
}
a:focus, a:hover {
	color: #56565b;
	outline: none;
	text-decoration: none
}
* {
	margin: 0;
	padding: 0;
	outline: none !important;
}
img {
	border: none;
	max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
.sppb-article-info-wrap h3 {
  font-size: 26px !important;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 18px;
	font-weight: 300;
}
.modal-inner-block ul {
    padding-left: 25px;
    font-size: 18px;
	font-weight: 300;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}
.top-0 {
	margin-top: 0px;
}
.top-20 {
	margin-top: 20px;
}
.bottom-0 {
	margin-bottom: 0px;
}
section {
	padding: 25px 0px;
}
.common-btn {
	background-color: transparent;
	border: 1px solid #336c8c;
	color: #336c8c;
	min-width: 140px;
	border-radius: 30px;
	text-align: center;
	min-height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav>li.common-btn.join a {
    color: #336c8c;
}
.navbar-default .navbar-nav>li.common-btn.join a:hover {
    color: #fff;
}

.common-btn:hover, .common-btn:focus {
	color: #fff;
	background-color: #336c8c;
	outline: none;
}
.green-btn {
	background-color: transparent;
	border: 2px solid #90cb71;
	color: #90cb71;
	min-width: 140px;
	border-radius: 30px;
	text-align: center;
	min-height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.green-btn:hover, .green-btn:focus {
	color: #fff;
	background-color: #90cb71;
	outline: none;
}
.orange-btn {
	background-color: transparent;
	border: 2px solid #fbaf32;
	color: #fbaf32;
	min-width: 140px;
	border-radius: 30px;
	text-align: center;
	min-height: 45px;
	line-height: 45px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.orange-btn:hover, .orange-btn:focus {
	color: #fff;
	background-color: #fbaf32;
	outline: none;
}
.blank-btn {
	background-color: transparent;
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	min-width: 140px;
	padding: 0px 20px;
	border-radius: 30px;
	text-align: center;
	min-height: 45px;
	line-height: 45px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blank-btn:hover, .blank-btn:focus {
	color: #222;
	background-color: #fff;
	outline: none;
}
button {
	box-shadow: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
}
::-moz-placeholder {
 color: #fff;
 opacity: 0.8;
}
/*animation Start*/
.common-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.full-transition {
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
	padding: 10px;
}
.full-transition:hover {
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	box-shadow: 0 0 15px #000;
}
/*ripple animation*/
.ripple {
	position: relative;
}
.ripple:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}
 @keyframes ripple {
 0% {
 transform: scale(0, 0);
 opacity: 1;
}
 20% {
 transform: scale(25, 25);
 opacity: 1;
}
 100% {
 opacity: 0;
 transform: scale(40, 40);
}
}
.ripple:focus:not(:active)::after {
	animation: ripple 1s ease-out;
}
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	border: 1px solid #888;
}
/*Custom CSS END*/



/*Top START*/
div#bs-example-navbar-collapse-1 {
    padding-right: 0;
}

.top-nav li:nth-child(4) {
    padding-right: 0;
}
.common-btn.join {
    text-transform: none;
}
.top-header {
	background-color: #336c8c;
	color: #fff;	
}
.top-nav li {
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
}
.top-nav li a {
	color: #fff;
}
.top-nav .dropdown-menu li a {
	color: #333;
	padding: 8px 10px;
}
.top-nav .dropdown-menu li {
	padding: 0px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.top-nav .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
}
.zatr-menu-link li {
	text-transform: uppercase !important;
}
ul.top-nav {
    margin-bottom: 0;
}
/*Top END*/


/*Header START*/
.header {	
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.header .dropdown-menu>li>a {
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
}
#section-id-1515497788491.sppb-section {
	padding-bottom: 50px !important;
}
.header.fixed {
	position: fixed;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 9998;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 7px 0;
}
.navbar-brand {
	padding: 0 20px 0 0px;
}
header .navbar-collapse {
	padding-top: 15px;
}
.navbar-form .form-control {
	width: 100%;
}
.navbar-form .form-group {
	position: absolute;
	width: 600px;
	right: 35px;
}
.navbar .join {
/*padding: 10px;*/
}
.navbar .join:hover {
	/*padding: 10px;*/
	background-color: #336c8c !important;
	color: #fff !important;
}
.navbar-form {
	position: relative;
}
.search-toggle {
	padding: 8px 0 0 0;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	color: #555;
}
.none-display {
	display: none !important;
}
.block {
	display: block !important;
}
.navbar {
    margin-bottom: 20px;
}
ul.nav.navbar-nav .item-147 a {
    color: #336c8c;
}

.lang {
    float: left;
    list-style: outside none none;
}
        
.lang>li {
    float: left;
    padding: 10px 17px 0 !important;
    list-style: none!important;
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .lang>li {    
    padding: 10px 2px 0 !important;    
    }
}

@media (max-width: 1060px) {
    div#google_translate_element {
    display: none;    
    }
}


@media (max-width: 1024px) {
    .lang {    
    margin-top: -46px !important;
    margin-right: 55px;
    float: right !important;
    }
}

@media (max-width: 800px) {
    .lang {
    margin-top: -76px !important;    
    }
}

@media (max-width: 767px) {
    .lang {
    margin-top: -69px !important;    
    }
}




/*Header END*/

/*Banner START*/
.banner {
	width: 100%;
	height: 580px;
	background-size: cover;
}
.mouse-icon {
	border: 3px solid #fff;
	border-radius: 20px;
	bottom: 40px;
	display: block;
	height: 59px;
	left: 50%;
	margin-left: -15px;
	opacity: 0.7;
	position: absolute;
	width: 34px;
	z-index: 10;
}
div.mod_search133 input[type="search"] {
	padding: 13px 10px!important;
}
.mouse-icon:after {
	content: "";
	position: absolute;
	left: 6px;
	bottom: -22px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 8px solid transparent;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.mouse-icon .wheel {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4px;
	width: 4px;
}
.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
@-webkit-keyframes drop {
 0% {
 top: 5px;
 opacity: 0;
}
 30% {
 top: 10px;
 opacity: 1;
}
 100% {
 top: 25px;
 opacity: 0;
}
}
@keyframes drop {
 0% {
 top: 5px;
 opacity: 0;
}
 30% {
 top: 10px;
 opacity: 1;
}
 100% {
 top: 25px;
 opacity: 0;
}
}
/*Banner END*/

/*Welcome Content START*/
.welcome-content b {
	color: #477a97;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}
.welcome-content .cont-vdo {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-right: 10%;
	height: 450px;
}
.welcome-content .cont-vdo:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 450px;
	background-color: #477a97;
	z-index: -1;
	top: 0px;
	right: -10%;
}
/*Welcome Content END*/

/*Home paralex START*/
.home-parallax {
	background-image: url(../images/para-1.jpg);
	height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.home-parallax p {
	color: #fff;
}
/*Home paralex END*/

/*Green Content START*/
.green-content b {
	color: #90cb71;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}
.green-content .cont-vdo {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-left: 10%;
	height: 450px;
}
.green-content .cont-vdo:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 450px;
	background-color: #90cb71;
	z-index: -1;
	top: 0px;
	left: -10%;
}
/*Green Content END*/
/*orange Content START*/
.orange-content b {
	color: #fbae2d;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}
.orange-content .cont-vdo {
	position: relative;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-right: 10%;
	height: 450px;
}
.orange-content .cont-vdo:before {
	content: '';
	position: absolute;
	width: 80%;
	height: 450px;
	background-color: #fbae2d;
	z-index: -1;
	top: 0px;
	right: -10%;
}
/*orange Content END*/
/*Newsletter START*/

section.newsletter {
    padding-bottom: 15px;
}
.newsletter .form-inline {
	margin: 30px 0;
}
.newsletter input {
	height: 50px;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	min-width: 400px;
}
.newsletter button {
	height: 50px;
	box-shadow: none;
	outline: none;
	border: 1px solid #54c5d0;
	color: #fff;
	border-radius: 0px;
	min-width: 120px;
	background: #57d7e4; /* Old browsers */
	background: -moz-linear-gradient(top, #57d7e4 0%, #54c5d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #57d7e4 0%, #54c5d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #57d7e4 0%, #54c5d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d7e4', endColorstr='#54c5d0', GradientType=0 ); /* IE6-9 */
}
.newsletter button:hover, .newsletter button:focus {
	height: 50px;
	box-shadow: none;
	outline: none;
	border: 1px solid #54c5d0;
	color: #fff;
	border-radius: 0px;
	min-width: 120px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3eb7c3+1,57d7e4+100 */
	background: #3eb7c3; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #3eb7c3 1%, #57d7e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #3eb7c3 1%, #57d7e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #3eb7c3 1%, #57d7e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb7c3', endColorstr='#57d7e4', GradientType=1 );
}
/*Newsletter END*/

/*Home-Feature START*/
.feature-para {
	background-image: url(../images/para-2.jpg);
	height: 650px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.event-img_thumb {
	width: 200px;
	height: 200px;
	float: left;
}
.event-cont {
	float: left;
	margin-left: 10px;
	width: calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: -o-calc(100% - 210px);
	width: -moz-calc(100% - 210px);
}
.event-cont p {
	margin: 0px;
}
.event-title {
	font-weight: 600;
	font-size: 32px;
	color: #54c5d0;
	text-transform: uppercase;
}
.event-year {
	font-weight: normal;
	font-size: 30px;
	color: #54c5d0;
}
.event-btn {
	background-color: transparent;
	border: 2px solid #54c5d0;
	color: #fff;
	min-width: 140px;
	border-radius: 30px;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
}
.event-btn:hover, .event-btn:focus {
	color: #fff;
	background-color: #54c5d0;
	outline: none;
}
.event-btn2 {
	background-color: #faa61a;
	color: #fff;
	min-width: 140px;
	width: 100%;
	border-radius: 30px;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
}
.event-btn2:hover, .event-btn2:focus {
	color: #222;
	background-color: #faa61a;
	outline: none;
}
.event-btn-up {
	background-color: #faa61a;
	color: #fff;
	min-width: 140px;
	border-radius: 30px;
	text-align: center;
	min-height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	position: absolute;
	z-index: 1;
	white-space: nowrap;
	left: 44%;
	bottom: 30px;
}
.event-btn-up:hover, .event-btn-up:focus {
	color: #222;
	background-color: #faa61a;
	outline: none;
}
.event-box-bg {
	width: 100%;
	text-align: right;
	position: relative;
}
/*Home-Feature END*/

/*Reference START*/
.vdo-box {
	position: relative;
	margin-top: 15px;
}
.vdo-box-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+49,000000+93&0.06+49,1+93 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 49%, rgba(0,0,0,1) 93%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 49%, rgba(0,0,0,1) 93%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.06) 49%, rgba(0,0,0,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.owner-title {
	background-color: #336c8c;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 70px;
	padding: 6px 12px;
	margin-left: 10px;
}
.vdo-subject {
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	padding: 10px;
}
#sppb-addon-1515569535551 #btn-1515569535551.sppb-btn-custom:hover {
	background-color: #336c8c !important;
	color: #fff;
}
#sppb-addon-1515569535551 #btn-1515569535551.sppb-btn-custom:hover {
	border: 1px solid #336c8c !important;
}
#sppb-addon-1494398059422 #btn-1494398059422.sppb-btn-custom:hover {
	border: 1px solid #336c8c !important;
}
#sppb-addon-1494398059422 #btn-1494398059422.sppb-btn-custom:hover {
	background-color: #336c8c !important;
}
#sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom {
	color: #336c8c !important;
}
#sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom:hover {
	background-color: #336c8c !important;
}
/*Reference END*/

/*Footer START*/
footer {
	background-color: #336c8c;
	color: #fff;
	padding: 40px 0 0 0;
}
footer h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
footer ul li {
	list-style: none;
	line-height: 30px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #54c5d0;
}
footer img {
	width: 250px;
}
.footer-tagline:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	margin-top: -20px;
	background-color: #fff;
}
.footer-tagline {
	padding: 25px 0 10px 0;
	position: relative;
	font-size: 15px;
}
.social li {
	list-style: none;
	display: inline-block;
}
.social li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border-radius: 45px;
	margin-left: 5px;
	display: block;
	color: #fff;
	border: 1px solid #fff;
}
.social li a:hover {
	background-color: #fff;
	color: #336c8c;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 45px;
	margin-left: 5px;
	display: block;
}
#btcontentslider124.bt-cs {
	padding-bottom: 100px;
}
.bt-cs .bt-date, .bt-cs .bt-author {
	font-size: 14px !important;
	font-weight: 300;
	color: #797979;
}
#section-id-1494834765767 .sppb-row .sppb-col-md-12 {
	padding: 0;
}
#section-id-1494834765767 .sppb-row {
	margin: 0;
	padding: 0 !important;
	width: 100%;
}
.copyright {
	padding: 15px 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	color: #333;
}
.copyright a {
	color: #336c8c;
	text-decoration: underline;
}
/*Footer END*/
.close .fa.fa-times {
	border-right: 1px solid #ddd;
	margin: -40px -139px;
	padding: 7px 5px;
	position: absolute;
}
.mod_search133 .button {
	float: right;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 9px;
}
/*
.btn-primary {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #606060 !important;
}
*/
/*
.form-inline {
	float: right;
	margin: -55px 262px 0 auto;
	position: relative;
	text-align: center;
}
*/
div.mod_search133 input[type="search"] {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px 1px #ccc;
	padding: 14px 0;
	position: relative;
	width: auto;
}
.close {
	color: #8c8c8c;
	float: right;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	text-shadow: 0 1px 0 #fff;
}
.element-invisible {
	display: none;
}
#ctct_form_0 {
	align-items: center;
	display: flex;
	margin: 0 auto !important;
	text-align: center !important;
	vertical-align: middle;
	width: 53%;
}
.newsletter input {
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	min-width: 400px;
	outline: none;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background-color: #54c8d3;
	border: 1px solid #54c8d3;
	color: rgb(255, 255, 255);
	height: 45px;
	vertical-align: middle;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background-color: #56d5e1 !important;
	border: 1px solid #56d5e1 !important;
	color: #fff;
	font-size: 18px!important;
	font-weight: 300!important;
	margin-left: 10px;
}
.zatr-menu-opener {
	display: none;
}
.nav.navbar-nav {
	padding-top: 18px;
}
.lang {
	float: left;
	list-style: outside none none;
	margin-top: 20px;
}





.bt-cs .bt-inner {
	padding: 0 12px !important;
}
.bt-cs .bt-inner img {
	max-width: 100%;
}
.bt-introtext {
	color: #336c8c;
	font-size: 18px;
	font-weight: unset;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
    min-height: 70px;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	height: 60px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background-color: #54c8d3;
	border: 1px solid #54c8d3;
	color: rgb(255, 255, 255);
	height: 60px;
	vertical-align: middle;
}
.goog-te-banner-frame.skiptranslate {
	display: none !important;
}
body {
	top: 0px !important;
}
#sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom:hover {
	color: #fab136!important;
}
#sppb-addon-1515563573062 #btn-1515563573062.sppb-btn-custom:hover {
	color: #FAB136 !important;
}
/*.zatr-menu {
	position: absolute !important;
}*/
#tz-menu.zatr-menu-inner {
	display: none;
}
.accreditation_title {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}
.accreditation_stitle {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.accreditation_text {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 38px;
	text-align: left;
}
.sppb-item.sppb-item-15155695354943 .sppb-carousel-text > h2 {
	color: #fff;
	font-size: 18px !important;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}
.sppb-item.sppb-item-15155695354943 .sppb-carousel-content {
	color: #fff;
	font-size: 36px !important;
	font-weight: 600;
	text-align: left;
	width: 100%;
}
.sppb-item-15155695354943 .sppb-carousel-text .login {
	border: 1px solid #fff !important;
	border-radius: 50px;
	color: #fff;
	float: left;
	font-size: 15px !important;
	margin-top: 20px;
	background: transparent !important;
	font-weight: 300;
}
.sppb-item-15155695354943 .sppb-btn {
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 50px;
	color: #fff;
	float: left;
	font-size: 15px !important;
	margin-left: 17px !important;
	font-weight: 300;
	text-transform: uppercase;
}
#sppb-addon-1515569535494 .sppb-item-15155695354942 .sppb-carousel-caption .sppb-carousel-content {
	width: 50% !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	line-height: 38px !important;
	padding: 0 0 30px !important;
	width: 50% !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption .sppb-carousel-content {
	width: 50%;
}
.heads::after {
	left: 54px;
	width: 36%;
}
#sppb-addon-1515569535494 .heads {
	color: #fff;
	float: left;
	font-size: 22px;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#sppb-addon-1515569535494 .event {
	color: #fff;
	font-size: 80px;
	text-align: left;
	width: 100%;
}
#sppb-addon-1515569535494 .sppb-carousel-text {
	text-align: left;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	background: #faa61a none repeat scroll 0 0;
	border: 1px solid #faa61a;
	border-radius: 50px;
	color: #fff;
	float: left;
	font-size: 15px !important;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	margin-top: 27px;
	padding: 0 32px;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	background: rgb(84, 197, 208) none repeat scroll 0 0;
	border: 1px solid rgb(84, 197, 208);
	border-radius: 50px;
	color: #fff;
	float: left;
	font-size: 15px !important;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	margin-top: 27px;
	padding: 0 32px;
	margin: -3px 0 0 10px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	line-height: 62px !important;
}
.show > .sppb-btn-success.dropdown-toggle, .sppb-btn-success.active, .sppb-btn-success:active {
	background-color: transparent !important;
	background-image: none;
	border-color: transparent !important;
}
/**--17--**/


@media (min-width: 768px) {
    .bt-cs a.prev {
	left: -30px !important;
    }
    .bt-cs a.next {
        right: -30px !important;
    }    
}

#column-id-1515563573060 .heads::after {
	left: 54px;
	width: 82%;
}

.bfPage-l {
	float: left;
	width: 100%;
	text-align: center;
}
.bfPage, .bfQuickMode, .bfPage-m.bfClearfix, .bfPage-r {
	float: left !important;
	width: 100% !important;
}
/*
.bfSubmitButton.button {
	top: -24px;
	color: #fff;
	font-size: 19px;
	line-height: 60px;
	position: relative;
	background: #56d4e0;
	margin: 0 !important;
	float: none !important;
	padding: 0px 30px !important;
	display: inline-block !important;
}
*/
.bfElemWrap.bfLabelLeft {
	width: 40% !important;
	float: none !important;
	padding: 0px !important;
	display: inline-block !important;
}
.bfElemWrap.bfLabelLeft input.ff_elem {
	height: 60px;
	padding: 0 15px;
	background: #fff;
	display: inline-block;
	width: 100% !important;
	float: none !important;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	max-width: 100% !important;
    font-size: 19px;
    font-weight: 200;
}
.moduletable #btcontentslider124.bt-cs {
	padding: 50px 0;
    padding-top: 20px;
}

/**--Responsive--**/

@media screen and (max-width: 1280px) {
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: 0;
}
}

@media screen and (max-width: 1180px) {
.heads::after {
	width: 41%;
}
}

@media screen and (max-width: 1024px) {
.nav.navbar-nav {
	display: block;
}
.about_video::before {
	height: 370px;
}
.zatr-menu.active .zatr-menu-link {
	color: #fff;
	font-size: 1.2em !important;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 48%;
}
#sppb-addon-1515497788494 {
	width: 57%;
}
.sp-page-builder .page-content #section-id-1515497788491 {
	padding: 27px 0 !important;
}
.zatr-menu-opener-inner.active {
	background: #fff !important;
}
.zatr-menu-link {
	float: none;
	width: 100%;
	display: block !important;
}
#ctct_form_0 {
	width: 65%;
}
.zatr-menu.active {
	width: 98%;
	z-index: 998;
	height: auto;
}
.zatr-menu, .zatr-menu-opener:hover, .zatr-menu-opener.active {
	background: #336c8c !important;
}
.zatr-menu-opener-inner {
	background: #000 !important;
}
.membership_video::before {
	height: 389px;
}
.sp-pagebuilder-row, .sppb-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.zatr-menu-opener-inner, .zatr-menu-opener-inner::before {
	background: #000;
}
.education_video::before, .accreditation_video::before {
	height: 379px;
}
#sppb-addon-1515497788494 {
	width: 47%;
}
.zatr-menu-opener {
	display: block;
}
.zatr-menu-opener-inner, .zatr-menu-opener-inner::before, .zatr-menu-opener-inner::after {
	background: #000 none repeat scroll 0 0;
}
.zatr-menu-opener {
	-moz-user-select: none;
	cursor: pointer;
	height: 48px;
	left: inherit !important;
	padding: 24px 0;
	position: absolute !important;
	right: 60px;
	top: 0!important;
	width: 45px;
	z-index: 999;
}
.form-inline {
	margin: -41px 132px 0 auto;
}
.nav.navbar-nav {
	display: none;
}

.navbar-toggle {
	display: none !important;
}
/*.zatr-menu-opener-inner, .zatr-menu-opener-inner::before, .zatr-menu-opener-inner::after {
  background: #606060 !important;
}*/
.zatr-menu-opener:hover {
	background: transparent none repeat scroll 0 0 !important;
}
.zatr-menu-inner {
	display: block!important;
	flex-direction: row;
	height: 100%;
	list-style-type: none;
	margin: 0!important;
	padding: 0;
}
.zatr-menu-link {
	font-size: 1.2em;
	line-height: 1 !important;
	padding: 10px 0;
}
.zatr-menu-link:hover {
	background: #fff;
	color: #606060 !important;
}
.zatr-menu.active {
	margin-top: 94px;
}
.zatr-menu-opener {
	width: 0!important;
}
.zatr-menu-inner {
	display: flex;
	flex-direction: row;
	height: 100%;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
	font-size: 49px;
}
.sppb-addon-content > strong {
	float: left;
	width: 56%;
}
.month {
	float: left;
	margin-left: 0;
	width: 63%;
}
.coming {
	width: 60%;
}
.zatr-menu-opener-inner::before, .zatr-menu-opener-inner::after {
	background: #000 none repeat scroll 0 0 !important;
	content: "";
	display: block;
	height: 0.5rem;
	width: 2.5rem;
}
.zatr-menu-opener-inner, .zatr-menu-opener-inner::before, .zatr-menu-opener-inner::after {
	background: #000 none repeat scroll 0 0;
}
/*.navbar-default .zatr-menu-opener {
  background: #606060!important;
  width: 42px!important;
  height: 42px!important;
  border-radius: 5px;
}*/
.zatr-menu-opener-inner {
	background: #000;
}

#section-id-1515497788491.sppb-section {
	padding-bottom: 0px;
}
.sp-page-builder .page-content #section-id-1515663485832 {
	padding: 0px 0 !important;
}
#btcontentslider124.bt-cs {
	padding-bottom: 10px !important;
}
.education_video::before {
	top: -11%;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 35px;
	margin: 0;
	padding: 0;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption .sppb-carousel-content {
	font-size: 16px;
	margin: 0;
	padding: 0px 0 7px;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 7px;
}
.sppb-item-15155695354943 .sppb-carousel-text .login {
	margin-top: 29px!important;
}
/**--17--**/

#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: -23px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 30px;
	line-height: 20px;
}
#sppb-addon-1515569535494 .heads {
	font-size: 18px;
}
}

@media screen and (max-width: 991px) {
    
    div#column-id-1515563573063 {
    text-align: center;
    }  
    .sppb-addon-content > img {
    float: none;
    }
    .event_link {
    width: 50%;
    margin-left: 25%;    
    }
    
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: -13px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 30px;
	line-height: normal;
}
#sppb-addon-1515569535494 .event {
	font-size: 60px;
}
}

@media screen and (max-width: 980px) {
#ctct_form_0 {
	width: 91%;
}
#column-id-1515497788501.sppb-column, div#sppb-addon-1515497788493, div#sppb-addon-1516286477953 {
	padding-top: 90px;
}
/*
.membership_video::before {
	height: 528px;
}
*/
/*
.education_video::before {
	height: 542px;
}
*/

#column-id-1494397321381.sppb-column.welcome_video {
	padding-top: 70px;
}
#btcontentslider124.bt-cs {
	padding-bottom: 10px;
}
.zatr-menu-opener-inner {
	background: #000;
	height: 0.5rem;
	margin-left: 0.75rem;
	margin-top: 1.75rem;
	width: 2.5rem;
}
.sppb-embed-responsive.sppb-embed-responsive-16by9 {
	padding-bottom: 43.25%;
}
#column-id-1494397321381.sppb-column.welcome_video {
	padding-bottom: 60px !important;
}
/**--17--**/

}

@media screen and (max-width: 812px) {
.about_video::before {
	display: none;
}
.membership_video::before {
	display: none;
}
.education_video::before {
	display: none;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding: 51px 0 !important;
}
.sp-page-builder .page-content #section-id-1515497788497 {
	padding-top: 40px !important;
}
#column-id-1515497788501.sppb-column, div#sppb-addon-1515497788493, div#sppb-addon-1516286477953  {
	padding-top: 30px;
}
.sp-page-builder .page-content #section-id-1515497788491 {
	padding: 0 !important;
}
.navbar-brand > img {
	width: 46%;
}
#sppb-addon-1515569535494 .heads {
	display: none;
}
.sppb-item.sppb-item-15155695354943 .sppb-carousel-content {
	font-size: 30px !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	line-height: 36px !important;
	line-height: 28px !important;
}
.accreditation_text {
	font-size: 30px;
}
.accreditation_stitle {
	font-size: 30px;
}
/**--17--**/
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	padding: 0px 14px;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	padding: 0px 14px !important;
}
}

@media screen and (max-width: 800px) {
.membership_video::before {
	height: 531px;
}
#column-id-1515497788501.sppb-column {
	padding-top: 97px;
}
.sp-page-builder .page-content #section-id-1515497788491 {
	background-color: rgba(250, 250, 250, 1);
	margin: 0;
	padding: 0px 0;
}
.education_video::before {
	height: 472px;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 71px;
}
.education_video::before {
	height: 505px;
}
#ctct_form_0 {
	width: 100% !important;
}

@media (min-width: 1200px) {
 #ctct_form_0 {    
    width: 128% !important;
}   
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element::-webkit-input-placeholder {
    color: #a8a8a8;
    font-size: 16px;
}    
    
    
    
    
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	max-width: 200px;
}
.navbar-brand {
	height: auto;
}
.education_video::before {
	display: none;
}
.membership_video::before {
	display: none;
}
.about_video::before {
	display: none;
}
#section-id-1515497788491.sppb-section {
	padding: 0!important;
}
.about_video::before {
	height: 507px;
	top: -12%;
}

#column-id-1494397321381 .sppb-column-addons {
	margin-top: 9px;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding: 50px 0 !important;
}
.sp-page-builder .page-content #section-id-1515497788497 {
	padding: 50px 0 !important;
}
#column-id-1515497788501.sppb-column {
	padding-top: 50px;
}

#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 12px!important;
}

.navbar {
	margin-bottom: 0;
}
.form-inline {
	margin: -70px 132px 0 auto;
}
#column-id-1494397321380.sppb-column {
	padding-bottom: 35px;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 27%;
}
#sppb-addon-1515497788494 {
	width: 35%;
}
#column-id-1515563573154.sppb-column {
	padding-bottom: 10px;
}
#column-id-1515563573142.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515563573155.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515563573156.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515497788492 .sppb-column-addons {
	padding-bottom: 10px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	line-height: 40px !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354942 .sppb-carousel-caption .sppb-carousel-content {
	width: 100% !important;
}
.sppb-carousel-text > h2 {
	width: 100%;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption .sppb-carousel-content {
	width: 100%;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	width: 100% !important;
}
.bfElemWrap.bfLabelLeft {
	width: 61% !important;
}
}

@media screen and (max-width: 768px) {
.zatr-menu-opener {
	-moz-user-select: none;
	cursor: pointer;
	height: 64px;
	position: fixed;
	top: 9%;
	width: 0px !important;
	z-index: 999;
}
#sppb-addon-1494850019797.clearfix {
	padding: 20px;
}
div.ctct-form-embed div.ctct-form-defaults {
	padding: 17px;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 35%;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 10px !important;
}
.sp-page-builder .page-content #section-id-1499666359298 {
	background-color: rgba(250, 250, 250, 1);
	margin: 0;
	padding: 0;
}
#column-id-1515497788501.sppb-column {
	margin-top: 67px;
	padding: 21px;
}
.zatr-menu.active {
	margin-top: 94px;
}
.membership_video::before {
	height: 542px;
}

.sp-page-builder .page-content #section-id-1515497788497 {
	padding: 80px 0 0 !important;
}
.sp-page-builder .page-content #section-id-1515497788491 {
	padding: 10px 0 !important;
}
.sp-page-builder .page-content #section-id-1515663485832 {
	padding: 0 !important;
}
#ctct_form_0 {
	width: 76%;
}
#btcontentslider124.bt-cs {
	padding-bottom: 0 !important;
}
#column-id-1515497788492.sppb-column {
	margin-bottom: 94px;
	padding: 8px;
}
.navbar-brand > img {
	width: 44%;
}
#column-id-1494397321380.sppb-column {
	padding: 10px;
}
#sppb-addon-1494850019797 .sppb-addon-content > p {
	padding-right: 0 !important;
}
#sppb-addon-1494850019797.clearfix {
	padding: 5px;
}
#column-id-1494397321381.sppb-column.welcome_video {
	padding-top: 14px;
}
.about_video::before {
	height: 491px;
}
.education_video::before {
	height: 521px;
}
.education_video::before {
	top: -10%;
}
#column-id-1515563573154.sppb-column {
	padding-bottom: 10px;
}
#column-id-1515563573142.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515563573155.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515563573156.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515497788492 .sppb-column-addons {
	padding-bottom: 10px;
}
.zatr-menu {
	left: 0!important;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
}
.sp-pagebuilder-row, .sppb-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.navbar .zatr-menu-opener {
	top: 8%!important;
}
.zatr-menu.active {
	margin-top: 104px;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
	padding: 5px 44px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	line-height: 32px !important;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 19px !important;
}
.sppb-item-15155695354943 .sppb-btn {
	margin-left: 10px !important;
	margin-top: -11px !important;
	padding: 11px 46px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	font-size: 15px !important;
	font-weight: 300;
	margin-left: 20px;
	margin-top: 0px;
	padding: 14px 32px;
}
#sppb-addon-1515569535494 .heads {
	display: none;
}
}

@media screen and (max-width: 767px) {
.about_video::before {
	display: none;
}
.top-header {
	background-color: #336c8c;
	color: #fff;
	padding: 0px;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.zatr-menu.active {
	margin-top: 104px;
}
footer img {
	width: 87px;
}
.membership_video::before {
	display: none;
}
.education_video::before {
	display: none;
}
#column-id-1515497788492.sppb-column {
	padding: 10px;
}
/*#column-id-1515563573154.sppb-column {
  padding: 10px;
}
#column-id-1515563573142.sppb-column {
  padding: 10px;
}
#column-id-1515563573155.sppb-column {
  padding: 10px;
}
#column-id-1515563573156.sppb-column {
  padding: 10px;
}
#column-id-1515497788492 .sppb-column-addons {
  padding: 10px;
}*/
#sppb-addon-1515497788499 .sppb-addon-title {
	font-size: 27px !important;
}
#sppb-addon-1515497788493 .sppb-addon-title {
	font-size: 27px !important;
}
.navbar-brand > img {
	width: 30%;
}
#column-id-1515497788492.sppb-column {
	margin-bottom: 0;
	padding: 20px;
}
.sp-pagebuilder-row, .sppb-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.form-inline {
	margin: -70px 72px 0 auto;
}
#column-id-1494397321380.sppb-column {
	padding: 0 !important;
}
#sppb-addon-1494398059422 .sppb-text-left {
	padding-left: 0!important;
}
#column-id-1515497788501.sppb-column {
	margin-top: 33px;
	padding: 0;
}
#column-id-1515497788492.sppb-column {	
	margin-top: 16px;
	padding: 0 !important;
}
#column-id-1515497788492 .sppb-column-addons {
	padding: 0 !important;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 33%;
}
#sppb-addon-1515497788494 {
	width: 39%;
}
#column-id-1494834765768 .sppb-addon-content > img {
	height: 28px;
	margin-left: -13px;
	margin-top: -70px;
	width: 3%;
}
.sppb-addon-content > input {
	font-size: 14px;
	margin-top: -51px;
}
.accreditation_text {
	font-size: 16px;
	line-height: 20px;
}
.sppb-item.sppb-item-15155695354943 .sppb-carousel-content {
	color: #fff;
	font-size: 16px !important;
	font-weight: 600;
	text-align: left;
	line-height: 24px;
}
.sppb-item-15155695354943 .sppb-carousel-text .login {
	padding: 0px 26px !important;
}
/**--17--**/
.bt-introtext {
	font-size: 16px;
	line-height: 20px;
}
.bt-cs .bt-date, .bt-cs .bt-author {
	float: left;
	width: 100%;
	text-align: center;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: 10px;
}
}

@media screen and (max-width: 675px) {
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: 8px;
}
#sppb-addon-1515652464832 .sppb-addon {
	display: none;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	padding: 0px 14px !important;
}
#sppb-addon-1515563573075 .sppb-addon-content {
	display: block;
}
#bfPage1 .bfElemWrap.bfLabelLeft {
	width: 100% !important;
}
.bfSubmitButton.button {
	top: 22px !important;
}

}

@media screen and (max-width: 640px) {
.form-inline {
	float: right;
	margin: -51px 142px 0 auto;
	position: relative;
	text-align: center;
}
#sppb-addon-1494398059422 .sppb-text-left {
	padding-left: 0;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 33%;
}
#sppb-addon-1515497788494 {
	width: 39%;
}
.form-inline {
	margin: -70px 90px 0 auto;
}
#sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
	width: 69%;
}
#sppb-addon-1515563573095.clearfix {
	float: left;
	text-align: center;
	width: 100%;
}
.navbar .zatr-menu-opener {
	top: 13%!important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	line-height: 20px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-top: 10px;
	padding: 12px 28px;
}
}

@media screen and (max-width: 609px) {
.isqua_37 {
	width: 100%;
}
.month {
	width: 75%;
}
.coming {
	width: 70%;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
	font-size: 42px;
}
/**--17--**/
#sppb-addon-1515569535494 .event {
	font-size: 40px;
}
p.event strong {
	font-size: 14px;
}
}

@media screen and (max-width: 480px) {
/*.zatr-menu-opener {
  -moz-user-select: none;
  cursor: pointer;
  height: 48px;
  left: inherit !important;
  padding: 0 !important;
  position: absolute;
  right: 0 !important;
  top: 25px !important;

  width: 45px;
  z-index: 999;
}*/
    
.navbar-brand > img {
    width: 100%;
}    
    
#sppb-addon-1515497788500 {
	float: left;
	width: 100%;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	line-height: 24px !important;
}
#btcontentslider124.bt-cs {
	margin-bottom: 58px;
}
.sppb-carousel-arrow {
	font-size: 30px;
}
.navbar .zatr-menu-opener {
	right: 54px !important;
	top: 8px !important;
}
#sppb-addon-1515563573069 .sppb-addon-content > p {
	padding-left: 0;
	width: 100%;
}
.form-inline {
	float: left;
	margin-right: 82px !important;
	margin-top: 0 !important;
}

.form-inline {
	float: left;
	margin-right: 0 !important;
	margin-top: 0 !important;
}
#column-id-1494397321380.sppb-column {
	padding: 0 !important;
}
#column-id-1515497788501.sppb-column {
	margin-top: 17px;
	padding: 0;
}
#sppb-addon-1515497788499.clearfix {
	padding: 10px;
}

#sppb-addon-1515497788493.clearfix {
	padding-left: 0 !important;
}
#column-id-1515497788492 .sppb-column-addons {
	padding: 10px !important;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 0 !important;
}
#column-id-1515497788495 {
	margin-bottom: 0 !important;
}
#column-id-1515497788492.sppb-column {
	margin-bottom: 0;
	padding: 0!important;
}
.fadeInUp {
	padding-left: 0 !important;
}
div.ctct-form-embed div.ctct-form-defaults {
	padding: 8px;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	max-width: 100%;
}
footer {
	padding-left: 20px;
}
#sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
	width: 100%;
}
#sppb-addon-1515563573069.clearfix {
	padding: 0 !important;
    text-align: center;
}
.event_link {
	text-align: center;
}
#sppb-addon-1515563573075.clearfix {
	padding: 0 !important;
    text-align: center;
}
.sp-page-builder .page-content #section-id-1499666359298 {
	padding-bottom: 0!important;
}
.accreditation_stitle {
	font-size: 28px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	font-size: 23px !important;
	line-height: 26px !important;
	margin: 0;
	padding: 10px 0;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	font-size: 15px !important;
	font-weight: 300;
	margin-left: 20px;
	margin-top: 9px;
	padding: 12px 32px;
}
#sppb-addon-1515569535494 .event {
	font-size: 40px;
	margin: 0;
}
p.event strong {
	font-size: 12.95px;
}
/*.heads::after {
	display: none;
}*/
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: -5px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-left: 20px;
	margin-top: 3px;
	padding: 11px 32px;
}
.sppb-item-15155695354943 .sppb-btn {
	margin-left: 14px !important;
	margin-top: -32px !important;
	padding: 12px 40px !important;
}
#sppb-addon-1515569535494 .heads {
	display: none;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 13px !important;
	padding: 0px 13px !important;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	height: 42px;
	line-height: 42px;
	padding: 0 14px;
}
.sppb-item-15155695354943 .sppb-btn {
	margin-left: 14px !important;
	margin-top: -16px !important;
	padding: 9px 40px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	height: 42px;
	line-height: 42px;
}
.bfSubmitButton.button {
	padding: 16px 19px;
}
#column-id-1515563573060 .heads::after {
	left: 15px;
	width: 93%;
}
}

@media screen and (max-width: 425px) {
#column-id-1515497788501.sppb-column {
	margin-top: 40px;
	padding: 0!important;
}
#sppb-addon-1515497788500 {
	float: left;
	width: 100%;
}

#column-id-1494397321380.sppb-column {
	padding: 0 !important;
}
/*#column-id-1515497788492.sppb-column {
  margin-bottom: 0;
  padding: 0 !important;
}
*/
.newsletter input {
	min-width: 100% !important;
}

#column-id-1515497788492.sppb-column {
	margin-bottom: 0;
	padding: 0;
}
.coming {
	padding-left: 0 !important;
}
.newsletter {
	padding: 0px 0;
}
}

@media screen and (max-width: 414px) {
#sppb-addon-1515497788493.clearfix {
	padding-left: 0;
}
#column-id-1494397321381.sppb-column.welcome_video {
	padding-top: 0px;
}
.fadeInUp {
	padding-left: 0 !important;
}
.col-md-4.col-sm-6.wow.animated.fadeInUp {
	padding-left: 0px !important;
}
#sppb-addon-1494398059422 .sppb-text-left {
	padding-left: 0 !important;
}
#sppb-addon-1515663485837 .col-md-12.wow.animated.fadeInUp {
	margin: 0!important;
	padding: 0!important;
}
.fadeInUp .moduletable {
	padding-left: 20px;
}
#column-id-1515563573063.sppb-column.welcome_video {
	padding: 8px;
}
#sppb-addon-1515563573069.clearfix {
	padding: 0;
}
#sppb-addon-1515563573075.clearfix {
	padding: 0;
}
#sppb-addon-1515563573069.clearfix {
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.sppb-addon-content > strong {
	float: left;
	width: 100%;
	text-align: center;
}
#sppb-addon-1515563573075.clearfix {
	padding: 0;
}
.sppb-addon-content {
	float: left;	
	width: 100%;
}
.sppb-addon-content img {
	float: none;
}
.event_link {
	display: inline-block;
	float: none;
	width: 65%;
    margin-left: 0;
}
#sppb-addon-1515563573075 .sppb-addon-content > p {
	width: 100%;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	max-width: 100%;
}
#column-id-1515497788495 {
	margin-bottom: 0;
}

.coming {
	padding-top: 13px;
}
.navbar {
	margin-bottom: 4px;
}
#sppb-addon-1515497788500 {
	padding-bottom: 22px;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 11px;
}
.col-md-4.col-sm-6.wow.animated.fadeInUp {
	padding-left: 24px !important;
}
.fadeInUp .moduletable {
	padding-left: 0;
}
.zatr-menu.active {
	margin-top: 108px;
}
.zatr-menu-opener {
	top: 31px !important;
}
#sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
	font-size: 13px;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 50px;
	padding-bottom: 0px;
}

.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 50px;
	padding-bottom: 0;
}
#column-id-1515497788501 #sppb-addon-1515497788499 .sppb-addon-title {
	font-size: 22px !important;
}
#sppb-addon-1515497788493 .sppb-addon-title {
	font-size: 24px !important;
}
#sppb-addon-1515497788499.clearfix {
	padding: 0;
}
#sppb-addon-1515497788500 {
	padding-bottom: 0!important;
}
#column-id-1515497788492 .sppb-column-addons {
	padding: 0 !important;
}
#sppb-addon-1515497788494 {
	float: left;
	margin-bottom: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
#sppb-addon-1515563573108 .sppb-addon-content {
	padding: 0 !important;
	text-align: center;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.sp-page-builder .page-content #section-id-1515497788497 {
	padding: 29px 0px 0 !important;
}
#column-id-1515563573142.sppb-column {
	padding-bottom: 10px !important;
}
#column-id-1515563573154.sppb-column {
	padding-bottom: 10px !important;
	padding: 0px;
}
#column-id-1515563573155.sppb-column {
	padding-bottom: 10px !important;
	padding: 0px;
}
#column-id-1515563573156.sppb-column {
	padding-bottom: 10px !important;
	padding: 0px;
}
#sp-page-builder .sppb-section-title {
	margin-bottom: 21px;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 8px!important;
}
#column-id-1494397321381.sppb-column.welcome_video {
	padding-top: 25px !important;
}
#column-id-1515497788495.sppb-column.welcome_video {
	padding-bottom: 29px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-left: 20px;
	margin-top: -5px;
	padding: 10px 25px
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	font-size: 13px !important;
	padding: 11px 24px;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 4px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	margin-left: 20px;
	margin-top: -5px;
	padding: 10px 25px;
}
}

@media screen and (max-width: 400px) {
.form-inline {
	float: right;
	margin-right: 2px;
	margin-top: -4px;
}
.sp-page-builder .page-content #section-id-1515497788497 {
	padding: 29px 0px 0 !important;
}
div.mod_search133 input[type="search"] {
	width: 100% !important;
}
.sp-page-builder .page-content #section-id-1499666359298 {
	padding: 0 0 !important;
}

.zatr-menu.active {
	margin-top: 108px;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
	font-size: 36px;
}
#sppb-addon-1515563573069 .sppb-addon-content > p {
	padding-left: 0;
	float: left;
	width: 100%;
}
.sp-page-builder .page-content #section-id-1515497788491 {
	padding-top: 36px !important;
}
#column-id-1515497788495.sppb-column.welcome_video {
	margin-top: 15px;
}
footer {
	background-color: #336c8c;
	color: #fff;
	padding: 40px 23px 0;
}

.sp-page-builder .page-content #section-id-1499666359298 {
	padding-bottom: 0 !important;
	padding-top: 50px;
}
#column-id-1494397321381.sppb-column.welcome_video {
	padding-top: 39px;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 15px !important;
}
#sp-page-builder .sppb-section-title {
	margin-bottom: 21px;
}
.accreditation_stitle {
	font-size: 22px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	font-size: 16px !important;
	line-height: 20px !important;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 7px !important;
}
.accreditation_text {
	font-size: 21px;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	font-size: 11px !important;
	font-weight: 300;
	margin-top: 27px;
	padding: 10px 18px;
}
.Kulala > strong {
	font-size: 14px;
}
.Kulala {
	font-size: 14px;
	margin: 0;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	font-size: 11px !important;
	font-weight: 300;
	margin-left: 9px;
	margin-top: -4px;
	padding: 10px 21px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 16px;
}
#sppb-addon-1515569535494 .event {
	font-size: 30px;
	margin: 0!important;
}
p.event strong {
	font-size: 10.95px;
}
#sppb-addon-1515569535494 .heads {
	display: none;
}
.sppb-item-15155695354943 .sppb-btn {
	margin-top: 1px !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	padding: 6px 0 !important;
}
/**--17--**/
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 14px;
	line-height: 15px;
}
h3.sppb-addon-title {
	margin-top: 20px !important;
}
}

@media screen and (max-width: 375px) {
.lang > li {
	padding: 4px 9px 0 !important;
}
#section-id-1515497788497 #sppb-addon-1515497788518 {
	margin-top: 0px !important;
}
#section-id-1515497788497 #sppb-addon-1515497788500.clearfix {
	margin-bottom: 0px !important;
}
header .navbar-brand img {
	width: 108px;
}
#column-id-1515497788501.sppb-column {
	margin-top: 20px;
	padding: 20px;
}
#sppb-addon-1494850019797.clearfix {
	padding: 0 !important;
}
#column-id-1494397321381 .sppb-column-addons {
	margin-bottom: 31px;
	margin-top: 0;
}
#sppb-addon-1515497788493.clearfix {
	padding-left: 0 !important;
}
.month {
	width: 100%;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
	font-size: 31px;
}
#column-id-1515497788501 #sppb-addon-1515497788499 .sppb-addon-title {
	font-size: 20px!important;
}
#sppb-addon-1515497788493 .sppb-addon-title {
	font-size: 20px !important;
}
#sppb-addon-1494398059422 .sppb-text-left {
	margin-bottom: 20px;
	padding-left: 0;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-title {
	font-size: 16px;
}
#sppb-addon-1515497788499.clearfix {
	padding: 0;
}
#column-id-1515497788492 .sppb-column-addons {
	padding: 0;
}
.event {
	font-size: 69px;
}
#sppb-addon-1515563573108 .sppb-addon-content {
	padding: 0;
	text-align: center;
}
.fadeInUp .moduletable {
	padding-left: 0;
}
.zatr-menu {
	left: 0!important;
}

#sp-page-builder .sppb-section-title {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.sp-page-builder .page-content #section-id-1515563573059 {
	padding-top: 0;
	padding-bottom: 0;
}
.zatr-menu.active {
	margin-top: 99px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
.navbar .zatr-menu-opener {
	right: 54px !important;
	top: 0 !important;
}
.accreditation_text {
	font-size: 14px;
}
.accreditation_stitle {
	font-size: 14px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption .sppb-carousel-content {
	font-size: 15px !important;
	line-height: 16px !important;
	margin: 0;
	padding: 2px 0 !important;
}
.accreditation_title {
	font-size: 12px;
}
#sppb-addon-1515569535494 .sppb-item-15155695354943 .sppb-carousel-caption h2 {
	font-size: 12px!important;
	line-height: 12px;
}
.sppb-item-15155695354943 .sppb-btn {
	margin-left: 10px !important;
	margin-top: 6px !important;
	padding: 7px 33px !important;
}
#sppb-addon-1515569535494 .sppb-item-15155695354941 .sppb-carousel-caption .sppb-carousel-content {
	font-size: 12px;
	line-height: 11px;
	margin: 0;
	padding: 10px 0;
}
.accreditation_text {
	font-size: 16px;
	line-height: 15px;
}
.accreditation_stitle {
	margin: 0;
}
#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
	font-size: 12px !important;
	line-height: 18px !important;
	margin: 0;
	padding: 0;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	margin-top: 7px !important;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	padding: 0px 14px !important;
}
#column-id-1515563573060 .heads::after {
	left: 15px;
	width: 90%;
}
}

@media screen and (max-width: 360px) {
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	height: 35px;
	line-height: 35px;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	height: 35px;
	line-height: 35px;
}
}

@media screen and (max-width: 320px) {
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
	font-size: 32px;
}
.event {
	color: #fff;
	font-size: 50px;
	width: 100%;
}
#sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-title {
	font-size: 14px;
}
.zatr-menu-opener {
	right: 36px !important;
}
.event_link {
	width: 95%;
	text-align: center;
}
.social li a {
	margin-left: 3px;
}
.event_link {
	width: 100% !important;
}
#sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
	width: 100% !important;
}
footer {
	padding: 40px 0 0;
}
#btcontentslider124.bt-cs {
	margin-bottom: 0;
}
#sppb-addon-1515563573095.clearfix {
	padding: 0 !important;
}
.navbar .zatr-menu-opener {
	right: 34px !important;
	top: 1px !important;
}
#sppb-addon-1515569535494 .event {
	font-size: 24px;
	margin: 0 !important;
}
p.event strong {
	font-size: 7.95px;
}
#sppb-addon-1515563573061 p.event strong {
	font-size: 13.95px;
}
.Kulala strong {
	/*float: left;*/
	font-size: 11px;
}
#sppb-addon-1515569535494 .sppb-btn.sppb-btn-success.sppb-btn-rounded.sppb-btn-flat {
	float: left !important;
	font-size: 11px !important;
	font-weight: 300;
	margin-left: 9px;
	margin-top: -3px;
}
#sppb-addon-1515569535494 .sppb-carousel-text .login {
	padding: 8px 13px;
}
}


/* Google Translate issue */
a.goog-te-menu-value {
    display: none !important;
}

img.goog-te-gadget-icon {
    background-image: url('https://www.isqua.org/images/Google_Translate_Icon.png') !important;
    background-position: 0 !important;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.goog-te-gadget-simple {
    border: none !important;
}
/* End Google Translate issue */



@media (max-width: 812px) {
    .accreditation_video::before {
    background-color: transparent;
    }    
}

.dropdown-menu {
  padding: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sp-page-builder .page-content #section-id-1515497788497, .sp-page-builder .page-content #section-id-1515497788491 {
    padding-bottom: 0 !important;    
    }
}

@media (max-width: 1199px) {
    
    #sppb-addon-1515497788500, #sppb-addon-1515497788518, #sppb-addon-1515497788494, #sppb-addon-1515497788547.clearfix, div#sppb-addon-1516286477954, div#sppb-addon-1516286477955 {
    width: 100%;    
    }
    #sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom, #sppb-addon-1515497788518 #btn-1515497788518.sppb-btn-custom, #sppb-addon-1515497788494 #btn-1515497788494.sppb-btn-custom, #section-id-1515497788491 #sppb-addon-1515497788547 #btn-1515497788547.sppb-btn-custom, #sppb-addon-1516286477954 #btn-1516286477954.sppb-btn-custom, #sppb-addon-1516286477955 #btn-1516286477955.sppb-btn-custom {
    width: 50%; 
    margin-bottom: 15px;    
    }
    section#section-id-1516286477949 {
    padding-bottom: 15px !important;
    }
    section#section-id-1515497788491 {
    padding-bottom: 0 !important;
    }
    
    #sppb-addon-1515563573069 .sppb-addon-content > p, #sppb-addon-1515563573069 .sppb-addon-content > strong, #sppb-addon-1515563573075 .sppb-addon-content > p, .sppb-addon-content > strong {
    padding-left: 0;  
    width: 100%;
    margin-left: 0 !important;    
    }
    
    #sppb-addon-1515563573061 .sppb-addon-text-block .sppb-addon-content > strong {
    line-height: 70px;    
    }
    
    
}

@media (max-width: 991px) {
    #sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom, #sppb-addon-1515497788518 #btn-1515497788518.sppb-btn-custom, #sppb-addon-1515497788494 #btn-1515497788494.sppb-btn-custom, #section-id-1515497788491 #sppb-addon-1515497788547 #btn-1515497788547.sppb-btn-custom, #sppb-addon-1516286477954 #btn-1516286477954.sppb-btn-custom, #sppb-addon-1516286477955 #btn-1516286477955.sppb-btn-custom {
    margin-left: 25%;    
    }
    .education_video::before {
    left: -10%;    
    }
    .social {    
    padding: 26px 0 0;
    }
    #sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
    padding: 12px 30px 12px 30px !important;
    width: 50%;
    margin-left: 25%;    
    }
    
    
}

@media (max-width: 767px) {
    .sp-page-builder .page-content #section-id-1516286477949 {
    padding-top: 0 !important;    
    }
    #sppb-addon-1515563573095 #btn-1515563573095.sppb-btn-custom {
    width: 100%;
    margin-left: 0;    
    }

}

@media (max-width: 460px) {
    #sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom, #sppb-addon-1515497788518 #btn-1515497788518.sppb-btn-custom, #sppb-addon-1515497788494 #btn-1515497788494.sppb-btn-custom, #section-id-1515497788491 #sppb-addon-1515497788547 #btn-1515497788547.sppb-btn-custom, #sppb-addon-1516286477954 #btn-1516286477954.sppb-btn-custom, #sppb-addon-1516286477955 #btn-1516286477955.sppb-btn-custom {
    margin-left: 0;    
    }
    #sppb-addon-1515497788500 #btn-1515497788500.sppb-btn-custom, #sppb-addon-1515497788518 #btn-1515497788518.sppb-btn-custom, #sppb-addon-1515497788494 #btn-1515497788494.sppb-btn-custom, #section-id-1515497788491 #sppb-addon-1515497788547 #btn-1515497788547.sppb-btn-custom, #sppb-addon-1516286477954 #btn-1516286477954.sppb-btn-custom, #sppb-addon-1516286477955 #btn-1516286477955.sppb-btn-custom {
    width: 100%;    
    }
}

#sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
    margin-right: 50% !important;
    margin-left: 18% !important;
}

@media (max-width: 1458px) {
    #sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
    margin-left: 8% !important;    
    }
}

@media (max-width: 1200px) {
    #sppb-addon-1515569535494 .sppb-item-15155695354940 .sppb-carousel-caption h2 {
    margin-left: 0% !important;    
    }
}


/*
@media (min-width: 1200px) {
    div#sppb-addon-1515569535494 > div {
    height: 554px !important;
    }
}*/


div#rev_slider_1_1 {
    display: block !important;
}

div.btn-slider-trasparent {
    border: 1px solid #fff !important;
}



@media (max-width: 400px) {
    ul.social li {
    margin-bottom: 15px;
    }
}

/* About Page */
.blue-left-video::before {
    background-color: #477a97;
    content: "";
    height: 450px;
    left: -10%;
    position: absolute;
    top: -14%;
    width: 100%;
    z-index: -1;
}

.cyan-right-background::before {
    background-color: #63c9d4;
    content: "";
    height: 490px;
    right: -10%;
    position: absolute;
    top: -14%;
    width: 100%;
    z-index: -1;
}



#column-id-1516881799363 {
    margin-top: 65px;
}

a.btn-blue {
    border: #336c8c 1px solid;
}

a.btn-white-border {
    border: #ffffff 1px solid;
}

.moduletable h3 {
    text-align: center;
    margin-top: 50px;   
    
}
h3.latest-news-heading {
    color: #666666;
}

.moduletable h3.quick-links {
    text-align: left;
    margin-top: 20px;
}

.sppb-flipbox-panel .sppb-flipbox-front, .sppb-flipbox-panel .sppb-flipbox-back {
    height: 201.25px;
}

section#section-id-1516956398359 .sppb-col-md-2, section#section-id-1516961832688 .sppb-col-md-2 {
    padding: 0;
}

img.sppb-img-responsive:hover {
    transition: .8s;
    transform: scale(1.05);
}

img.sppb-img-responsive {
    transition: all .2s ease-in-out;
    transition: .8s;
}

.sppb-addon-single-image-container, img.sppb-img-responsive {
    width: 100%;
}

.sppb-flipbox-panel .flip-box .flip-box-inner {
    font-size: 15px;
}
.sppb-flipbox-panel .flip-box .flip-box-inner span {
    font-size: 20px;
}

.sppb-flipbox-panel, .threeD-item {
    height: 201px;
}


@media (max-width: 1199px) {
    .sppb-flipbox-panel .sppb-flipbox-front, .sppb-flipbox-panel .sppb-flipbox-back {
    height: 168.25px;
    }
    .sppb-flipbox-panel .flip-box .flip-box-inner {
    font-size: 10px;
    }
    section#section-id-1516897033786 {
    background-attachment: scroll !important;
    background-position: 0 !important;    
    }
    
}

@media (max-width: 980px) {
    .blue-left-video::before {
    background-color: transparent;
    }
    #column-id-1516881799363 {
    margin-top: 0px;
    }
    
    #sppb-addon-1516963595194 {
    margin: 0 !important;
    }
    /*
    .sppb-column-addons > div {
    margin-bottom: 0px !important;
    }
    */
    div#sppb-addon-1494398059422, a#btn-1515497788500, a#btn-1515497788494, a#btn-1516286477954 {
    margin-top: 20px;
    }
    #sppb-addon-1494398059422 {
        margin: 30px 0;
    }
    .event_link, div#sppb-addon-1515563573062 > .sppb-text-center {
    margin-top: 20px;
    margin-bottom: 20px;    
    }
}


@media (max-width: 991px) { 
    a#btn-1516963595194 {
    width: 200px;
    }
}


.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border-bottom-width: 0px; 
}




/* Pull image with background to the left */
section.sppb-section.pull-img-left .sppb-row {
    display: inline-block;
}

section.sppb-section.pull-img-left .sppb-row div.sppb-col-md-6:nth-child(1) {
    float: right;
}

section.sppb-section.pull-img-left .sppb-row div.sppb-col-md-6:nth-child(2) {
    float: left;
}
/* End Pull image with background to the left */



@media (min-width: 1200px) {
    .newsfeed.redirect-ltr {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    }
}


.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent !important;
}

label#email_address_label_0 {
    display: none !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {    
    display: none;
}

#ctct_form_0 {    
    width: 100% !important;
}


@media (min-width: 1200px) {
    #ctct_form_0 {    
    width: 128% !important;
    }
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element::-webkit-input-placeholder {
    color: #a8a8a8;
    font-size: 16px;
}



div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 !important
}

div.ctct-form-embed div.ctct-form-defaults {
    padding: 0 !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    height: 30px;    
    width: 20px;    
     
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    width: 100%;
}
div.ctct-form-embed form.ctct-form-custom {    
    min-height: 100% !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    border: 0px !important;
    border-radius: 30px !important;
}

#ctct_form_0 button.ctct-form-button.email_button::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 1em solid;
    right: 4.5em;
}

#ctct_form_0 button.ctct-form-button.email_button::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -11px !important;
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid !important;
    right: 4.5em !important;
}

#ctct_form_0 button.ctct-form-button.email_button {
    padding: 8px 20px 8px 40px !important;
    float: left !important;
    text-align: center !important;
    text-decoration: none !important;
    font: normal 16px Myriad Pro, Helvetica, Arial, sans-serif !important;
    text-shadow: 0px 1px 0px #000 !important;
    color: #e6e2cf !important;
    position: relative !important;
    text-shadow: 1px 0 0 #000 !important;
    background: transparent !important;
    min-width: auto !important; 
    width: 0 !important;
    color: #a1a1a1 !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background-color: transparent !important;
    border: 1px solid transparent!important;    
}

section.section-youtube-video .sppb-embed-responsive.sppb-embed-responsive-16by9 {
    float: left;
    height: 357px;
    width: 100%;
}


a[href="https://www.artio.net"] { 
    display: none !important;
}


/***************/
/* Blog styles */
/***************/
h4.item-title {
    color: #336c8c;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    
}
.item-intro-container {
    padding: 20px;
    background: #fff;
    min-height: 400px;
}

.item-info {
    font-size: 14px;
}

.item-info span.item-author {
    color: #54c6d1;
}

a.item-read-more, div.genericItemReadMore a {
    color: #54c5d0;    
    font-weight: 500;
}

.componentheading, .componentheadingblog-new {
    color: #fff;
    background: #336c8c;
    padding: 17px;
    margin-bottom: 32px;
    font-size: 18px;
    margin: 0 15px 17px;
}

div.genericItemView {
    margin-bottom: 0px;
}

div.genericItemImageBlock {
    width: 100%;
}

span.genericItemImage img {    
    width: 100% !important;
}

p.item-introtext {
    font-size: 18px;
    margin-bottom: 15px;
}

div.genericItemView {
    margin-bottom: 0;
}

.item-info span {
    margin: 0 6px;
}

.col-md-8 .col-md-6.item-container {
    min-height: 650px;    
    margin-bottom: 30px;
}

.filter-panel-heading h4 {
    font-weight: normal;
    font-size: 24px;
    display: inline;
}

.filter-panel-heading {
    color: #6d94aa;
    border: 1px solid #336c8c;
    padding: 0.75em;
    margin: 0;
    cursor: pointer;
}

i.fa.heading-arrow {
    float: right;
    transform: rotate(180deg);
    transition: .5s;
    font-size: 18px;
}

.left-panel-container {
    margin-bottom: 20px;
    background: #fff;
}

.filter-panel-content {
    padding: 20px;
    border: 1px solid #336c8c;
    border-top: 0px;
}

.filter-panel-content a {
    color: #606060;
    font-size: 16px;    
}

.custom-blog-intro {
    padding: 60px 0;
    background-color: #fff;
}

.close-filter-panel {
    display: none;
}


i.fa.heading-arrow.rotate-indicator {    
    transform: rotate(0deg);
    transition: .5s;
}

div.container.blog {
    padding-top: 20px;
    padding-bottom: 50px;
    
}

.custom-media-feed {
    background: #fff;
    padding: 80px 0;
}

.custom-blog-parallax-banner {
    background-image: url(/images/2018/01/29/people-parallax-background.jpg);
    padding: 100px 0 150px;
    color: #fff;
    background-attachment: fixed;
}


a.btn-custom-transparent {
    color: #fff;
    padding: 12px 27px 12px 27px;
    border: 1px solid #fff;    
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 1.25;   
    transition: all .15s ease-in-out;
    border-radius: 100px;
}

.moduletable-blog-parallax-banner p {
    margin-bottom: 30px;
}

a.btn-custom-transparent:hover {
    background-color: #53c5cf;
}

.custom-blog-newsletter {
    background: #54c5d0;
    padding: 35px 0;
    color: #fff;    
}

.custom-blog-newsletter p {
    padding: 10px 0;
}


ul.latestnews-latest-post-blog a {
    color: #336c8c;
    font-size: 18px;    
    line-height: 30px;
}

ul.latestnews-latest-post-blog {
    list-style: none;
    min-height: 462px;
    background: #f1f1f1;
    padding: 20px;
}

ul.latestnews-latest-post-blog {
    background-image: url(/images/rss-icon.jpg);
    background-repeat: no-repeat;
    background-position: 97% 10px;
}

form#mod-finder-searchform160 input {
    width: 100%;
    height: 60px;
    border: #54c5d0 1px solid;
    padding-left: 20px;
    font-size: 16px;
}

form#mod-finder-searchform160 a {
    display: none;
}

form#mod-finder-searchform160 {
    margin-top: 50px;    
}

iframe#twitter-widget-0 {
    max-height: 462px;
}


.item-container img.intro-img {
    width: 100%;
    max-height: 223.33px;
}

@media (min-width: 1200px) {
    .container.blog .col-md-8 {
    margin-top: -80px;
    }
}

.no-item-img {
    background-image: url('/images/isqua-logo-blog2.jpg');
}

.blog-inner-container h2 {
    color: #336c8c;
    font-size: 26px;
}

@media (min-width: 992px) {
    .blog-inner-container {
    margin-top: -60px;
    }
}


.item-pageblog .page-header {
    padding-bottom: 0px;
    margin: 10px 0 0px;
    border-bottom: 0px solid #eee;
}



.item-pageblog div[itemprop="articleBody"] p {
   margin-bottom: 20px;
}


.item-pageblog div[itemprop="articleBody"] p:nth-last-child() {
    margin-bottom: 20px;
}

.blog-inner-container {
    margin-bottom: 50px;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook {
    background: transparent !important;
}

.addtoany_container {
    background: #336c8c;
    padding: 9px 15px;
    margin-left: 120px;
    position: absolute;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style a span {
    background: transparent !important;
}


div#share-post {
    background: #656563;
    color: #fff;
    padding: 12px;
    float: left;
    left: 15px;    
    
}

.addtoany_container, a.a2a_dd {
    float: left;
}

.item-container .addtoany_container, .item-intro-container .jcomments-links {
    display: none;
}

a.a2a_dd {
    display: none;
}

div#jc {
    margin-top: 115px;
}

.addtoany_container::after {    
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #336c8c transparent transparent;
    position: absolute;
    left: -15px;
    margin-top: 6px;
}

div#share-post, .addtoany_container {
    margin-top: 20px;
    margin-bottom: 30px;
}


#comments-form .btn a, #comments-report-form .btn a {    
    color: #336c8c;
    padding: 12px 27px 12px 27px;
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    border-radius: 100px;
    border: #336c8c 1px solid;
    height: auto;
    width: 160px;
}

#comments-form .btn div, #comments-report-form .btn div {
    margin: 0;
    float: left;
    background: none;
    padding: 0 5px;
}

#comments-form .btn, #comments-report-form .btn {
    background: none;
}

#jc h4 {
    color: #336c8c;
    background-color: inherit;
    font-weight: 600;
    text-align: left;
    border-bottom: 0 solid #D2DADB;
    padding: 0 0 2px 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.addtoany_container {
    display: none;
}

.addtoany_container.display-share-btns {
    display: block;
}

div#share-post:hover {
    cursor: pointer;
}

button.btn.btn-primary.hasTooltip.finder {
    background-image: url('/images/search-icon-btn.png');
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
    position: absolute;
    right: 15px;
    height: 60px;
    background-position: 21px;
}

table.calendar tr td.calendarDateLinked a {    
    background: #54c4d02e;
}

/***************/
/* Blog styles */
/***************/

div#btcontentslider124 img {
    border-radius: 50%;
}

@media (max-width: 767px) and (min-width: 640px) {
    footer div.col-md-4 {
    width: 50%;
    float: left;
    }    
}
    

@media (max-width: 650px) and (orientation: landscape) { 
  section.newsletter {
  padding: 20px 0px !important;
  }
}


#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {
    margin-left: 0px !important;
}

#comments-form textarea {
    max-width: 100% !important;
    width: 100%;    
}

#comments-footer {
    display: none;    
}

#comments-form .grippie {
    display: none;
}

#comments .comments-list {
    margin-left: 0;    
}

#jc .rbox {   
    padding: 4px 0px;  
    border: 0px solid #ccc;
}

span.comment-date, a#comment-5, div#comments-list-footer {
    display: none;
}

#comments .comment-body {    
    padding: 10px 0 2px;
}

.dropdown-menu {    
    margin: 0px 0 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;   
    background-color: #336c8c;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
    color: #336c8c;
}

/****************/
/* Login Styles */
/****************/ 

form#user-registration.form-horizontal .control-label, .login form.form-horizontal .control-label {
    text-align: left;
}


form#user-registration, .login form {
    margin: 80px 140px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}



.reset, .login-page {
    background-image: url(/images/2018/02/13/login-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 55px 0;
}

input#jform_email, input#username, input#password {
    width: 50%;
    height: 45px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 10px;    
    padding-left: 15px;
}

form#user-registration button.btn, .login form button.btn.btn-primary {
    background-color: #54c5d0;
    border-color: #54c5d0;
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
}

form#user-registration button.btn:hover, .login form button.btn.btn-primary:hover {
    background-color: #336c8c;
    border-color: #336c8c;
    transition: .8s;
}

@media (max-width: 767px) {
    form#user-registration, .login form {
    margin: 40px auto;
    }
    
}

@media (max-width: 991px) {
    input#jform_email, input#username, input#password {
    width: 100%;
    }
}

.alert.alert-error {    
    margin-bottom: 0px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info, .alert {    
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-bottom: 0;
    color: #31708f;
}

/****************/
/* Login Styles */
/****************/ 


/*****************/
/* Search Styles */
/*****************/ 

#search-query-explained span.term {
    
}

h4.result-title a {
    color: #336c8c;
}

.blog-search-results, .main-search-container {
    background-image: url(/images/2018/02/13/login-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 55px 0;
}

.blog-search-results .finder, .main-search-container .searchResults {
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}

p.result-text span.highlight, div#search-results span.highlight {    
    color: #336c8c;
}

ul.search-results.list-striped li {
    list-style: none;
}

form#finder-search input#q {
    width: 50%;
    height: 45px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;    
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 15px;
}

form#finder-search button.btn {
    background-color: #54c5d0;
    border-color: #54c5d0;
    padding: 10px 25px;
    border-radius: 20px;
    transition: .8s;
    text-transform: uppercase;
}

form#finder-search button.btn:hover {
    background-color: #336c8c;
    border-color: #336c8c;
    transition: .8s;
}

.search-pages-counter strong, span.query-required span.term, form#finder-search label {
    color: #336c8c;
}

form#finder-search {
    margin: 0;
}

@media (max-width: 640px) {
    form#finder-search button.btn {
    width: 100%;    
    }
    form#finder-search input#q {
    width: 100%;
    }
}

.main-search-container form#searchForm input#search-searchword {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 15px;
}

.main-search-container button.btn {
    background-color: #54c5d0;
    border-color: #54c5d0;
    padding: 10px 25px;
    border-radius: 20px;
    transition: .8s;
    text-transform: uppercase;
    color: #fff;
}

dt.result-title a, dt.result-title {
    color: #336c8c;
    font-size: 30px;
}

.main-search-container span.badge.badge-info {
    background-color: #54c5d0;
}

.search.mod_search133 button.button.btn.btn-primary {
    display: none;
}

.search.mod_search133 {
    z-index: 99;    
}

/*
.search.mod_search133 form.form-inline {
    margin: 0;
}
*/
@media (min-width: 1025px) {
    .search.mod_search133 {
    position: absolute;
    top: 30px;
    right: 330px;
    }    
}

@media (max-width: 1024px) {
    .search.mod_search133 {
    position: absolute;
    top: auto;
    right: auto;
    }       
}




.search.mod_search133 .close .fa.fa-times {
    border-right: 1px solid #ddd;
    margin: -40px -80px;
    padding: 7px 5px;
    position: absolute;
}
/*****************/
/* Search Styles */
/*****************/ 


/*****************/
/*  Modal Popup  */
/*****************/ 
.faq-modal-heading-1 {
    font-size: 42px;
    color: #336c8c;
    text-align: center;
    line-height: 48px;
}


.faq-modal-heading-2 {
    color: #fff;
    font-size: 20px;
    background: #89c765;
    width: 100%;
    padding: 15px;
    margin: 20px 0 10px;
}

.white-popup-block {    
    max-width: 100%;
}


/*
button.mfp-close {
    background: #f8f8f8;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
    color: #336c8c !important;
}
*/

/*****************/
/*  Modal Popup  */
/*****************/ 



.rt-logo-showcase .rt-logo-item .single-logo-container img {    
    width: auto;
}
 




/********************/
/*  K2 Blog Styles  */
/********************/

div.catItemImageBlock {
    margin: 0;
    padding: 0;
}

h3.catItemTitle a, h3.userItemTitle {
    color: #336c8c;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
}

.catItemBody {
    background: #fff;
}

div.catItemBody {
    padding: 5px 30px 30px;
    margin: 0;
    min-height: 400px;    

}

span.catItemImage {    
    margin: 0;
}

span.catItemAuthor a, span.itemAuthor span, span.catItemAuthor span {
    color: #54c6d1;
}

div.catItemCommentsLink, div.userItemCommentsLink {
    border-right: 0;
}

div.itemContainer {
    padding: 0 10px;
}

.catItemReadMore a, div.userItemReadMore a {
    color: #54c5d0;
    font-weight: 500;
}

div.catItemBody h3, h2.genericItemTitle {
    color: #336c8c;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;  
    display: inline-block;
}
span.genericItemImage {
    margin: 0;    
}
div.genericItemBody {    
    padding: 5px 30px 30px;
    background: #fff;
}


.moduletable-blog-intro ~ #top {
    padding-top: 60px;
}

div.catItemIntroText, div.itemFullText, div.userItemIntroText, div.genericItemIntroText {    
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
}

.moduletableBlog-filter h3 {
    color: #6d94aa;
    border: 1px solid #336c8c;
    padding: 12px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    font-size: 24px;    
    margin-top: 30px;
/*
    background-image: url(/images/accordeons-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 20px;
*/
}
.moduletableBlog-filter {
    background: #fff;
}

.moduletableBlog-filter ul {
    border: 1px solid #336c8c;
    border-top: none;
}

div.k2CategoriesListBlock ul li, div.k2AuthorsListBlock ul li {
    margin-bottom: 5px;
    font-size: 16px;
    
}

div.k2CategoriesListBlock ul, div.k2AuthorsListBlock ul {
    padding: 15px 15px;
}

div.k2SearchBlock form input.inputbox {
    width: 100%;
    height: 60px;
    border: #54c5d0 1px solid;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 100;
}

div.k2SearchBlock form input.button {
    background-image: url(/images/search-icon-btn.png);
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    border-color: transparent;
    position: absolute;
    right: 15px;
    height: 60px;
    background-position: 21px;
    top: 0;
}

span.separator {
    padding: 0 5px;
}

div.catItemView {
    margin-bottom: 10px;
}

h2.itemTitle {    
    color: #336c8c;
    font-size: 26px;
    margin-top: 0;
}

div.itemImageBlock, div.itemBody {
    margin: 0;
    padding: 0;
}

div.itemHeader span.itemDateCreated {
    color: #000;
    font-size: 14px;
}

div.itemHeader span.itemAuthor, span.itemDateCreated {
    float: left;
    margin-right: 20px;
}

div.itemCommentsForm h3 {
    margin: 0;    
    color: #336c8c;    
    font-weight: 600;    
    font-size: 20px;
}

div.itemCommentsLoginFirst {    
    background: #336c8c;    
}

h3.itemCommentsCounter {
    font-size: 20px;
    color: #336c8c;
}

div.itemCommentsForm p.itemCommentsFormNotes, div.userBlock {   
    display: none;
}

div.itemCommentsForm form label {
    color: #336c8c;
}

div.itemCommentsForm form input#submitCommentButton {    
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #336c8c;
    padding: 12px 35px 12px 35px;
    border: 1px solid #336c8c;
    text-transform: uppercase;
    background-color: transparent;
    transition: .8s;
}
div.itemCommentsForm form input#submitCommentButton:hover {
    background-color: #336c8c;
    transition: .8s;
    color: #fff;
}

span.commentDate, span.commentAuthorName, span.commentAuthorName a {
    color: #336c8c;
    font-weight: 600 !important;
}



    div.userView div.itemContainer {    
    width: 50%;
    float: left;
    padding: 0 10px;
    
    }



span.userItemImage img {    
    width: 100% !important;
}

span.userItemImage {    
    margin: 0;
}

div.userItemImageBlock {
    width: 100%;
}

div.userItemBody {    
    margin: 0;
    padding: 5px 30px 30px;
    background: #fff;
}


div.userItemView {
    margin-bottom: 35px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
    font-weight: 600;
    color: #336c8c;
}

span.catItemImage img {    
    width: 100% !important;
}

table.calendar {
    width: 100%;
}

.k2CalendarBlock {
    margin-top: 30px;
}

table.calendar tbody tr td {
    border: 0px solid #f4f4f4;
}

table.calendar tr td.calendarNavMonthPrev {
    background: #336c8c;
    text-align: left;
}

table.calendar tr td.calendarCurrentMonth {
    background: #336c8c;
    color: #fff;
}

table.calendar tr td.calendarNavMonthNext {
    background: #336c8c;
    text-align: right;
}

table.calendar tr td.calendarNavMonthNext a, table.calendar tr td.calendarNavMonthPrev a {    
    color: #fff;
}

table.calendar tr td.calendarToday {
    background: #336c8c;    
}

table.calendar tr td.calendarDateLinked a:hover {    
    background: #336c8c;    
}

div.k2Pagination {    
    margin: 0px 0 4px 0;
}

div.genericItemView {
    float: left;
    width: 50%;
    padding: 15px;
}

.k2FeedIcon {
    display: none;
}

div.genericItemCategory {
    display: none;
}



@media (max-width: 600px) {
    div.itemContainer, div.catItemView, div.userView div.itemContainer {
    padding: 0;
    }
    
    div.catItemBody {
    min-height: auto;
    }
    div.genericItemView {
    width: 100%;
    padding: 0; 
    margin-bottom: 30px;    
    }
    .componentheading {
    margin: 0;
    margin-bottom: 30px;    
    }
    
}
/**********************/
/*  ./K2 Blog Styles  */
/**********************/


span.icon-lock.hasTooltip, span.icon-user.hasTooltip {
    display: none;
}



/**********************/
/*  Feed Styles       */
/**********************/
.newsfeed.redirect-ltr h2.redirect-ltr {
    display: none;
}

.newsfeed.redirect-ltr ol {
    list-style: none;
}


.newsfeed h3 {
    line-height: 30px;
}

h3.feed-link a {
    margin-top: 0px;
    color: #666666;
    font-size: 25px;    
}

.boxTitle {
    color: #336c8c;
    font-weight: bold;
}

span.paragraphSection {
    font-size: 18px;
    font-weight: 300;
}

/**********************/
/*  ./Feed Styles     */
/**********************/

@media (max-width: 991px) and (min-width:550px) {
section.our-team-profiles .sppb-row-container {
    width: 400px !important;
}
}

.our-team-profiles .sppb-col-md-2 {
    padding: 0;
}

footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 28px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}

.footer-tagline::before {
    margin-top: -2px !important;
}

p.footer_copyright {
    padding-bottom: 12px;
    font-size: 16px;
}

/**********************/
/*  Scroll Styles     */
/**********************/
body::-webkit-scrollbar {
	width: 1em;
}
body::-webkit-scrollbar-thumb {
	background-color: #52c4ce;
	
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/**********************/
/*  Scroll Styles     */
/**********************/

/**********************/
/*  Feed Styles       */
/**********************/
form#searchForm fieldset.only {
    display: none;
}


a.btn-feed {
    color: #54c5d0;
    font-weight: 500;
}



h3.feed-link {    
    margin-top: 0;
    min-height: 130px;
    word-wrap: break-word;
}

.feed-item {
    margin-bottom: 50px;
} 

body.newsfeed-page div#top {
    background: #f1f1f1;
    padding-top: 60px;
}

.col-md-4.feed-item {
    margin-bottom: 50px;
}

h3.feed-link a {
    color: #336c8c;
    font-size: 20px;
    font-weight: 500;
    line-height: 15px;    
}

.feed-body-item {
    background: #fff;
    padding: 25px;
}

.feed-item img {
    width: 100%;
}

@media (max-width: 500px) {
    .feed-item {    
    width: 100%;
    }
}


/**********************/
/*  Feed Styles       */
/**********************/


.bt-cs .bt-inner .bt-title {
    
    color: #336c8c !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 25px !important;
    font-size: 18px !important;
    transition: .8s;
}

.bt-title-container {
    text-align: center;
    min-height: 80px;
}

.bt-author span {
    color: #54c6d1;
    font-size: 14px;
    font-weight: 300;
}

button.btn-submit-popup, a.btn-submit-popup {
    color: #fff;
    padding: 12px 35px 12px 35px;
    border: 1px solid #477a97;
    border-radius: 30px;
    background: #477a97;
    font-size: 16px;
    transition: .8s;
    font-weight: 300;
}
button.btn-submit-popup:hover {
    color: #fff;
    background: #55c6ce;
    transition: .8s;
}


.bt-cs .bt-inner .bt-title:hover {
    color: #54c4d0 !important;
    transition: .8s;
}

.no-effects img.sppb-img-responsive:hover {
    transition: .8s;
    transform: none;
}

p.footer_copyright a:hover {
    color: #54c4d0 !important;
    transition: .8s;
}

div.popup-form h2 {
    color: #336c8c;
    font-weight: 500;
}

.section-form-heading {
    background: #55c6ce;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 20px;
}

.popup-form input, .popup-form textarea.form-control, .popup-form textarea.ff_elem {
    background: #f2f2f2;
    border-radius: 30px;
    padding: 25px 15px;  
    resize: none;
}

ul.pagination-list li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 30px;
}
ul.pagination-list li.active {
    background: #336c8c;        
}

ul.pagination-list li.active a {
    color: #fff;
}

a.btn-inside-modal {
    color: #336c8c;
    padding: 12px 35px 12px 35px;
    border: 1px solid #336c8c;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
}



table.table.table-responsive.registration-fees thead tr {    
    color: #fff;
    font-size: 20px;   
}


table.table.table-responsive.registration-fees thead tr th {
    font-weight: 400;
    padding: 30px;
    border: 0;
}

table.table.table-responsive.member-registration thead tr {
    background: #336c8c;
}


table.table.table-responsive.registration-fees.non-member-registration thead tr {
    background: #54c5d0;
}


table.table.table-responsive.registration-fees.country-registration thead tr {
    background: #89c765;
}


table.table.table-responsive.registration-fees.registration2 thead tr {
    background: #faa61a;
}


table.table.table-responsive.registration-fees.day-registration thead tr {
    background: #876fb2;
}

table.table.table-responsive.registration-fees.local-registration thead tr {
    background: #89c765;
}

table.table.table-responsive.registration-fees.speaker-registration thead tr {
    background: #faa61a;
}




table.table.table-responsive.registration-fees>tbody>tr>td, table.table.table-responsive.registration-fees tbody tr td {
    padding: 20px;
}

.table>tbody>tr>th {
    padding: 20px;
    
}

table.table.table-responsive.registration-fees {
    color: #606060;
    font-size: 18px;
    
}

table.table.table-responsive.registration-fees tbody tr th {
    font-weight: 300;
    border-top: 0px;
    
}

table.table.table-responsive.registration-fees tbody tr td {
    border-top: 0px;
}

table.table.table-responsive.registration-fees tbody tr:nth-child(odd) {
    background: #f8f8f8;
}



table.table.table-responsive.registration-fees tbody tr td:nth-last-child(1) {
    color: #fff;
    text-align: center;
    width: 20%;
}

table.table.table-responsive.registration-fees tbody tr td:nth-last-child(1) a {
    color: #fff;
}


table.table.table-responsive.registration-fees tbody tr:nth-child(odd) td:nth-last-child(1) {
    /*background: #afafaf;*/
    background: #ff4b4b;
}

table.table.table-responsive.registration-fees tbody tr:nth-child(even) td:nth-last-child(1) {
    /*background: #9c9c9c;*/
    background: #ff1212;
}

table.table.table-responsive.registration-fees tbody tr td:nth-last-child(2) {
    font-weight: 600;
    text-align: center;
        width: 20%;
}

.upcoming-events-intro, .upcoming-events-intro a {
    color: #fff;
}

.upcoming-events-intro div {
    margin-top: 20px;
}

#upcoming-events-section .sppb-section-title {
	margin-bottom: 20px;
}


div#btcontentslider196 .bt-title-container {
    text-align: left;
}

div#btcontentslider196 img {
    border: 0px;
	margin: 0;
}

div#btcontentslider196 p.readmore {
    text-align: center;
    background: #56c5d0;    
    padding: 12px 0;
	color: #ffff;
    text-transform: uppercase;
	transition: .8s;
}

div#btcontentslider196 p.readmore:hover {
	background: #336c8c;  
	transition: .8s;
}

.upcoming-events-intro a:hover {
    color: #56c5d0 ;
	transition: .8s;
}

.upcoming-events-intro {
    transition: .8s;
}


div#btcontentslider196 p.readmore a {
    color: #fff;
    text-transform: uppercase;
}

.bt-cs .event-info {
	background: #fff;
}




div#btcontentslider196 .bt-title-container {
    text-align: left;
}

div#btcontentslider196 .event-info img {
    width: auto !important;
	margin-right: 10px;
}

div#btcontentslider196 .event-info {
    padding: 25px;   
	min-height: 260px;
}

div#btcontentslider196 .bt-introtext {
    display: none;
}

div#btcontentslider196 .event-info p {
    margin-bottom: 5px;
}

div#btcontentslider196 .bt-inner .bt-title {
	font-size: 20px !important;
}

div#btcontentslider196 .event-info .bt-title-container {
	margin-bottom: 15px;
}

div#btcontentslider196 .event-info p span {
	color: #56c5d0;
	font-weight: 500;
}

div#btcontentslider196 .bt-inner {
    padding: 0 25px !important;
}


@media (max-width: 991px) {
	div#btcontentslider196 .bt-row {
    width: 100% !important;
	margin-bottom: 30px;	
	}
	div#btcontentslider196 .event-info, div#btcontentslider184 .bt-title-container {
	min-height: auto;	
	}
	
}

@media (max-width: 675px) {
	div#btcontentslider196 img {    
    max-width: 100% !important;
	}
	div#btcontentslider196 .bt-inner {
	padding: 0px !important;	
	}
}


/************/

div#btcontentslider195 .bt-title-container {
    text-align: left;
}

div#btcontentslider195 img {
    border: 0px;
	margin: 0;
}

div#btcontentslider195 p.readmore {
    text-align: center;
    background: #56c5d0;    
    padding: 12px 0;
	color: #ffff;
    text-transform: uppercase;
	transition: .8s;
}

div#btcontentslider195 p.readmore:hover {
	background: #336c8c;  
	transition: .8s;
}

.upcoming-events-intro a:hover {
    color: #56c5d0 ;
	transition: .8s;
}

.upcoming-events-intro {
    transition: .8s;
}


div#btcontentslider195 p.readmore a {
    color: #fff;
    text-transform: uppercase;
}

.bt-cs .event-info {
	background: #fff;
}




div#btcontentslider195 .bt-title-container {
    text-align: left;
}

div#btcontentslider195 .event-info img {
    width: auto !important;
	margin-right: 10px;
}

div#btcontentslider195 .event-info {
    padding: 25px;   
	min-height: 260px;
}

div#btcontentslider195 .bt-introtext {
    display: none;
}

div#btcontentslider195 .event-info p {
    margin-bottom: 5px;
}

div#btcontentslider195 .bt-inner .bt-title {
	font-size: 20px !important;
}

div#btcontentslider195 .event-info .bt-title-container {
	margin-bottom: 15px;
}

div#btcontentslider195 .event-info p span {
	color: #56c5d0;
	font-weight: 500;
}

div#btcontentslider195 .bt-inner {
    padding: 0 25px !important;
}


@media (max-width: 991px) {
	div#btcontentslider195 .bt-row {
    width: 100% !important;
	margin-bottom: 30px;	
	}
	div#btcontentslider196 .event-info, div#btcontentslider184 .bt-title-container {
	min-height: auto;	
	}
	
}

@media (max-width: 675px) {
	div#btcontentslider195 img {    
    max-width: 100% !important;
	}
	div#btcontentslider195 .bt-inner {
	padding: 0px !important;	
	}
}


/************/







div#btcontentslider184 img {
    border: 0px;
	margin: 0;
}

div#btcontentslider184 p.readmore {
    text-align: center;
    background: #56c5d0;    
    padding: 12px 0;
	color: #ffff;
    text-transform: uppercase;
	transition: .8s;
}

div#btcontentslider184 p.readmore:hover {
	background: #336c8c;  
	transition: .8s;
}

.upcoming-events-intro a:hover {
    color: #56c5d0 ;
	transition: .8s;
}

.upcoming-events-intro {
    transition: .8s;
}


div#btcontentslider184 p.readmore a {
    color: #fff;
    text-transform: uppercase;
}

.bt-cs .event-info {
	background: #fff;
}




div#btcontentslider184 .bt-title-container {
    text-align: left;
}

div#btcontentslider184 .event-info img {
    width: auto !important;
	margin-right: 10px;
}

div#btcontentslider184 .event-info {
    padding: 25px;   
	min-height: 260px;
}

div#btcontentslider184 .bt-introtext {
    display: none;
}

div#btcontentslider184 .event-info p {
    margin-bottom: 5px;
}

div#btcontentslider184 .bt-inner .bt-title {
	font-size: 20px !important;
}

div#btcontentslider184 .event-info .bt-title-container {
	margin-bottom: 15px;
}

div#btcontentslider184 .event-info p span {
	color: #56c5d0;
	font-weight: 500;
}

div#btcontentslider184 .bt-inner {
    padding: 0 25px !important;
}


@media (max-width: 991px) {
	div#btcontentslider184 .bt-row {
    width: 100% !important;
	margin-bottom: 30px;	
	}
	div#btcontentslider184 .event-info, div#btcontentslider184 .bt-title-container {
	min-height: auto;	
	}
	
}

@media (max-width: 675px) {
	div#btcontentslider184 img {    
    max-width: 100% !important;
	}
	div#btcontentslider184 .bt-inner {
	padding: 0px !important;	
	}
}


/* Stop Parallax for phone */
@media all and (max-width: 768px) {
    section.sppb-section {
    background-attachment: unset !important;
    background-position: 0 !important;
    }
	
	footer .moduletable h3.quick-links, footer ul {
    text-align: center;
	}
	
	footer .moduletable .quick-links, footer h3 {
    padding-bottom: 0px;
	text-align: center;	
	}
	.social {
    padding: 10px 0 0;
	}
	
	footer .navbar-brand > img {
    width: 100%;
    
	}
	footer .navbar-brand {
	float: none;	
	}
}

@media all and (max-width: 450px) {
	footer .col-md-4.footer-logo.wow.animated.fadeInUp {
    padding-bottom: 20px !important;
	}	
}


table.table.table-responsive.iap-fees thead {
    background: #957fbb;    
}

table.table.table-responsive.iap-fees th {
    color: #fff;
}

table.table.table-responsive.iap-fees tbody {
    background: #56c5d0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

table.table.table-responsive.iap-fees thead th {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-weight: 500;
}

table.table.table-responsive.iap-fees>tbody>tr>td {
    border: 0;
}

table.table.table-responsive.iap-fees tr td:nth-child(2) {
    width: 10%;
}
.map {
	overflow:hidden!important;
}
body.map header, body.map .top-header, body.map footer, body.map p.copyright {
    display: none;
}
/*
p.CaptionCont.SlectBox {
    color: transparent;
}


span.mmldir-search-fields-form-elem.form-elem-category p.CaptionCont.SlectBox span:before {
    content: "Standar Type";
    color: #919191;
    padding-left: 10px;
}

.mmldir-search-fields-form-elem p.CaptionCont.SlectBox span:before {
    content: "All Locations";
    color: #919191;
    padding-left: 10px;
}
*/


span.mmladv-search {
    margin-bottom: 40px;
}



select#state_list, .mmlsearch-block.input-append #searchinput {
    display: none;
}

.mmldir-search-fields-form-elem {
    float: left;
}


.mytool {    
    display: none;
}

span.mmldir-search-fields-form-elem.mmlsearch-block.input-append {
    width: 29px;
    padding-right: 0;
    text-align: left;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #b4b4b4;
    min-height: 14px;
    padding-top: 11px;
}

.CaptionCont {
    height: 50px;
}

.content-newsletter {
    padding: 15px 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}



section#section-benefits .sppb-column-addons > div:nth-child(1):after, section#section-benefits-row .sppb-column-addons > div:nth-child(1):after {
    content: url(/images/benefit-testimonial-triangle.png) !important;
    text-align: center !important;
    width: 20% !important;
    margin-left: 40% !important;
}

section#section-benefits .sppb-addon.benefit-col:hover, section#section-benefits-row .sppb-addon.benefit-col:hover {
    background-color: #54c5d0;    
}


section#section-benefits .sppb-column-addons > div:nth-child(1):hover:after, section#section-benefits-row .sppb-column-addons > div:nth-child(1):hover:after {
    content: url('/images/benefit-testimonial-triangle-blue.png') !important;
}

section#credits .sppb-section-title .sppb-title-heading {
    text-transform: none;
    line-height: 43px;
}

section#credits h4.sppb-addon-title {
    margin-bottom: 15px;
    min-height: 50px;
}

section#tracks img:hover {
    opacity: .3;
    transition: .8s;
}


section#tracks img {    
    transition: .8s;
}


@media (min-width: 992px) {
    .sppb-addon.benefit-col {
    min-height: 552px;
    }    
}


.benefit-hidden-row.hidden {
    display: none;
}


a.load-more-benefits:hover {
    cursor: pointer;
}

a.btn-more-info-credict {
    position: absolute;
    color: #54c6d1;
    text-align: center;    
    border: 1px solid #54c6d1;    
    border-radius: 50px;
    padding: 12px 27px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .8s;
}


@media (min-width: 992px) {
    a.btn-more-info-credict {
    width: 80%; 
    margin-left: 10%;    
    }
}

a.btn-more-info-credict:hover {
    background-color: #336c8c;
    color: #fff;
    transition: .8s;
}

#sppb-addon-1521126661402, div#sppb-addon-1521126306368 {
    min-height: 115px;
}


div#sppb-addon-1521126306521, div#sppb-addon-1521127200377, div#sppb-addon-1521126306524 {
    border: 1px solid #d6d6d6;
    border-top: 0px;
    min-height: 125px;
}
  

@media (min-width: 992px) {
    section#orange-icons .sppb-col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}    
}


@media (max-width: 992px) {
    .image-back-color-left::before, .image-back-color-right::before {
    display: none;
    }    
}


div#sppb-addon-1521210027880, div#sppb-addon-1521210713425 {
    float: left;
  	margin-right: 20px;
}

span.locationaddress {
    display: none;
}

span.location-name a {
    color: #876fb2 !important;
}

#locationresult address {    
    word-wrap: break-word;
}


/*
#resulttop .row1 {    
    padding: 15px;    
}
*/

#resulttop div[class^="row"] {
   padding: 15px !important; 
}

.location-name {
    margin-left: 0;
    color: #876fb2;
}




#jmap_sitemap div.jmapcolumn>ul>li>span.folder {
    background-color: #54c4cf !important;
    border: 2px solid #54c4cf !important;    
}


/* Count down */
div#smartcountdown-200-days-label, div#smartcountdown-200-hours-label, div#smartcountdown-200-minutes-label, div#smartcountdown-200-seconds-label {
    background: #54c5d0;
    text-transform: uppercase;
    color: #fff;    
    font-size: 18px !important;
    margin: 0;
    padding: 5px 0;
    font-weight: 200;
}

div#smartcountdown-200-days-digits .scd-digit, div#smartcountdown-200-hours-digits .scd-digit, div#smartcountdown-200-minutes-digits .scd-digit, div#smartcountdown-200-seconds-digits .scd-digit {
    font-size: 48px !important;
}


div#smartcountdown-200-days-digits, div#smartcountdown-200-hours-digits, div#smartcountdown-200-minutes-digits, div#smartcountdown-200-seconds-digits {
    background: #336c8c;
    color: #fff;
    font-size: 48px;
    font-weight: 200;
}

.scd-digits.scd-digits-col {
    padding-top: 20px;
    padding-bottom: 5px;
}



div#smartcountdown-200-title-before {
    font-size: 30px !important;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 992px) {
    div#smartcountdown-200 {
    position: absolute;
    left: 52%;
    top: 30%;
}    
}

@media (max-width: 992px) {
    div#smartcountdown-200-title-before {
    color: #666;    
    }
}


@media (max-width: 449px) {
div#smartcountdown-200-days-label, div#smartcountdown-200-hours-label, div#smartcountdown-200-minutes-label, div#smartcountdown-200-seconds-label {
    padding: 15px;
    height: 60px;
    width: 100%;
    text-align: center;
}    
    
    div#smartcountdown-200-days-digits, div#smartcountdown-200-hours-digits, div#smartcountdown-200-minutes-digits, div#smartcountdown-200-seconds-digits {
    text-align: center;
    width: 100%;
    padding-top: 15px;    
    }
    
    
}




section#tracks h4 {
    min-height: 50px;
}

body.accreditation a#slide-19-layer-5 {
    display: none;
}


section#programme-content-section .sppb-row-container, section#programme-content-section .container.bt {
    width: 100% !important;
    padding: 0 !important;
}

section#programme-content-section .bt-row.bt-row-first .bt-inner,  section#programme-content-section .bt-row.bt-row-last .bt-inner {
    padding-right: 0 !important;
}

section#programme-content-section .bt-cs .bt-inner {
    padding: 0 !important;
}

/* Count down */



/* Countdown Cape Town */
div#smartcountdown-205-days-label, div#smartcountdown-205-hours-label, div#smartcountdown-205-minutes-label, div#smartcountdown-205-seconds-label {
    background: #54c5d0;
    text-transform: uppercase;
    color: #fff;    
    font-size: 18px !important;
    margin: 0;
    padding: 5px 0;
    font-weight: 200;
}

div#smartcountdown-205-days-digits .scd-digit, div#smartcountdown-205-hours-digits .scd-digit, div#smartcountdown-205-minutes-digits .scd-digit, div#smartcountdown-205-seconds-digits .scd-digit {
    font-size: 48px !important;
}


div#smartcountdown-205-days-digits, div#smartcountdown-205-hours-digits, div#smartcountdown-205-minutes-digits, div#smartcountdown-205-seconds-digits {
    background: #336c8c8f;
    color: #fff;
    font-size: 48px;
    font-weight: 200;
}

.scd-digits.scd-digits-col {
    padding-top: 20px;
    padding-bottom: 5px;
}



div#smartcountdown-205-title-before {
    font-size: 30px !important;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 992px) {
    div#smartcountdown-205 {
    position: absolute;
    left: 52%;
    top: 30%;
}    
}

@media (max-width: 992px) {
    div#smartcountdown-205-title-before {
    color: #666;    
    }
}


@media (max-width: 449px) {
div#smartcountdown-205-days-label, div#smartcountdown-205-hours-label, div#smartcountdown-205-minutes-label, div#smartcountdown-205-seconds-label {
    padding: 15px;
    height: 60px;
    width: 100%;
    text-align: center;
}    
    
    div#smartcountdown-205-days-digits, div#smartcountdown-205-hours-digits, div#smartcountdown-205-minutes-digits, div#smartcountdown-205-seconds-digits {
    text-align: center;
    width: 100%;
    padding-top: 15px;    
    }
    
    
}




section#tracks h4 {
    min-height: 50px;
}

body.accreditation a#slide-19-layer-5 {
    display: none;
}


section#programme-content-section .sppb-row-container, section#programme-content-section .container.bt {
    width: 100% !important;
    padding: 0 !important;
}

section#programme-content-section .bt-row.bt-row-first .bt-inner,  section#programme-content-section .bt-row.bt-row-last .bt-inner {
    padding-right: 0 !important;
}

section#programme-content-section .bt-cs .bt-inner {
    padding: 0 !important;
}

/* Countdown Cape Town */



/* Countdown Italy */
div#smartcountdown-206-days-label, div#smartcountdown-206-hours-label, div#smartcountdown-206-minutes-label, div#smartcountdown-206-seconds-label {
    background: #54c5d0;
    text-transform: uppercase;
    color: #fff;    
    font-size: 18px !important;
    margin: 0;
    padding: 5px 0;
    font-weight: 200;
}

div#smartcountdown-206-days-digits .scd-digit, div#smartcountdown-206-hours-digits .scd-digit, div#smartcountdown-206-minutes-digits .scd-digit, div#smartcountdown-206-seconds-digits .scd-digit {
    font-size: 48px !important;
}


div#smartcountdown-206-days-digits, div#smartcountdown-206-hours-digits, div#smartcountdown-206-minutes-digits, div#smartcountdown-206-seconds-digits {
    background: #336c8c8f;
    color: #fff;
    font-size: 48px;
    font-weight: 200;
}

.scd-digits.scd-digits-col {
    padding-top: 20px;
    padding-bottom: 5px;
}



div#smartcountdown-206-title-before {
    font-size: 30px !important;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 992px) {
    div#smartcountdown-206 {
    position: absolute;
    left: 52%;
    top: 30%;
}    
}

@media (max-width: 992px) {
    div#smartcountdown-206-title-before {
    color: #666;    
    }
}


@media (max-width: 449px) {
div#smartcountdown-206-days-label, div#smartcountdown-206-hours-label, div#smartcountdown-206-minutes-label, div#smartcountdown-206-seconds-label {
    padding: 15px;
    height: 60px;
    width: 100%;
    text-align: center;
}    
    
    div#smartcountdown-206-days-digits, div#smartcountdown-206-hours-digits, div#smartcountdown-206-minutes-digits, div#smartcountdown-206-seconds-digits {
    text-align: center;
    width: 100%;
    padding-top: 15px;    
    }
    
    
}




section#tracks h4 {
    min-height: 50px;
}

body.accreditation a#slide-19-layer-5 {
    display: none;
}


section#programme-content-section .sppb-row-container, section#programme-content-section .container.bt {
    width: 100% !important;
    padding: 0 !important;
}

section#programme-content-section .bt-row.bt-row-first .bt-inner,  section#programme-content-section .bt-row.bt-row-last .bt-inner {
    padding-right: 0 !important;
}

section#programme-content-section .bt-cs .bt-inner {
    padding: 0 !important;
}

/* Countdown Italy */


section#programme-content-section .bt-cs .bt-inner .bt-title {
    color: #606060 !important;    
    font-size: 16px !important;    
}

#btcontentslider202 .bt_handles {    
    bottom: -15px !important;    
    width: 2%;
    text-align: center;
    left: 48%;
}

section#programme-content-section .sppb-section-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


@media (max-width: 1415px) {
    #btcontentslider202 .bt_handles {
    width: 15%;    
    }
}





section#programme-content-section .bt-cs .bt-inner a + .event-info {    
    transition: .8s;
}

section#programme-content-section .bt-cs .bt-inner a:hover > .programe-overlay {
    opacity: 1;
    transition: .8s;
}


@media (min-width: 993px) {
    
    section#programme-content-section .bt-cs .bt-inner a:hover + .event-info {
    display: none;
    transition: .8s;
}

    section#programme-content-section .programe-overlay {
    width: 100%;    
    z-index: 99999999;    
    position: absolute;
    margin: 5px 0px;
    outline: 1px solid #b5b5b5;
    border: 2px solid #fff;
    max-width: 100%;
    margin: 5px 0px;
    background: #faa61abd;
    opacity: 0;
    height: 382px;
}

.overlay-title span {
    font-size: 14px;
    text-transform: uppercase;
}

.overlay-title {
    text-align: center;
    color: #ffff;
    padding: 50px;
    border: 1px solid #fff;
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 20px;
    height: 80%;
}    
}

@media (max-width: 992px) {
    section#programme-content-section .programe-overlay {
    display: none;    
    }
    
    div#btcontentslider202.bt-cs .bt-row {    
    width: 50% !important;
    }
}

@media (max-width: 675px) {
    div#btcontentslider202.bt-cs .bt-row {    
    width: 100% !important;
    }
    div#btcontentslider202.bt-cs .bt-inner img {
    max-width: 100% !important;    
    }
}

@media (max-width: 991px) {
    a.btn-more-info-credict {
        margin-left: 22%;
    }
}

@media (max-width: 767px) {
    a.btn-more-info-credict {    
    width: 175px;
    margin-left: 50px;
    }
}

@media (max-width: 320px) {    
    a.btn-more-info-credict {
    width: 60%;
    margin-left: 20%;
    }
}


.modal-content {    
    background-color: #f9a61aed;    
    color: #fff;
}

.sppb-row-overlay {
    width: 50%;
    opacity: .7;
}

@media (max-width: 992px) {
    .sppb-row-overlay {
    width: 100%;    
    }
    
}

section#programme-content-section .sppb-row-container {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 1025px) {
    nav.zatr-menu {
        display: none;
    }    
}

span.mmldir-search-fields-form-elem.mmlsearch-block.input-append {
    display: none !important;
}

.tag-search {
    float: left;
}

.tag-search ul.chzn-choices {
    min-height: 50px;
    background: none;
}

.tag-search ul.chzn-choices input[type="text"].default {
    font-family: 'Poppins', sans-serif;
    color: #000;
    height: 48px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    width: auto !important;
}
.tag-search ul.chzn-choices li.search-choice + li.search-field {
    display: none;
}

.mmldir-search-fields-form-elem.form-elem-category {
    display: none;
}

.gm-style-iw h3 {
    font-size: 22px;
}

.gm-style-iw h3 a:hover {
    color: #957fbb;
}

.sp-page-builder .page-content #section-id-1520352892846 {
    background-position: 50% 50% !important;
}

#k2Container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1200px) {
    #k2Container {    
    width: 1170px;    
    }
}

@media (min-width: 992px) {
    #k2Container {
    width: 970px;       
    }    
}

@media (min-width: 768px) {
    k2Container {
    width: 750px;      
    }
}

span.itemImage img {    
    width: 100% !important;
}

form#ctct_form_2 label#email_address_label_2 {
    display: none;
}



input#email_address_2 {
    border-radius: 0px !important;
    border: 1px solid #e0e0e0 !important;
}


section#section-id-1525174461456 button.ctct-form-button.email_button {
    height: 60px;
    color: #fff;
    width: 15%;
    background-image: linear-gradient(to top, #57d7e3, #56d2de, #56ced9, #55c9d5, #54c5d0) !important;
    font-size: 20px;
    border-radius: 2px;
    transition: .8s;    
    border-radius: 2px;
    border: none;
    /*width: 27%;*/
    width: 100%;
}

form#ctct_form_2 {
    padding: 0 20%;
}

input#email_address_2 {
    border-radius: 0px !important;
    border: 1px solid #e0e0e0 !important;
    width: 60%;
    float: left;
    margin-right: 2%;
    height: 60px !important;
    box-shadow: none;
}

input#email_address_2::-webkit-input-placeholder {
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 100;
}


@media (max-width: 767px) {
    input#email_address_2 {    
    width: 100%;    
    margin-right: 0; 
    margin-bottom: 15px;    
    }
    section#section-id-1525174461456 button.ctct-form-button.email_button {
    width: 100%;    
    }
    form#ctct_form_2 {
    padding: 0;
    }
}


div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success > h2 {
    display: block !important;
    text-align: center;
    color: #336c8c;
}

.ctct-form-embed.form_2 .ctct-form-defaults .ctct-form-header {
    color: #336c8c;
}


.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/images/isqua-logo.png') center no-repeat #ffffff;
}

.footnote-ref {
  font-size: 0.6em;
  letter-spacing: 0.3em;
  position: absolute;
  margin-left: 0.6em;
  font-weight: 600;
}

.footnote {
  font-size: 0.6em;
  letter-spacing: 0.3em;
  float: left;
  margin-right: 0.6em;
  font-weight: 600;
}

#locationresult .resultbar div[id^="location_"] {
  position: inherit !important;
  left: auto !important;
  top: auto !important;
}

#k2Container .itemExtraFields {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #ddd;
}

#k2Container .itemExtraFields > h3 {
  display: none;
}

#k2Container .itemExtraFields > ul > li {
  font-size: 1.2em;
  padding: 6px;
}

.joint-programmes a {
    color: #fff;
}

.modal-inner-block iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-item-top-section {
  background: #f4f4f4;
}

.blog-item-sidebar {
  /*padding: 1em;*/
}

.no-padding {
  padding: 0 !important;
}

span.itemImage {
  margin: 0;
}

.blog-item-sidebar .moduletable h3 {
    margin: 0;
    font-size: 2em;
    text-align: left;
}

/** Fix for Chrome bug that causes background images to disappear. **/
#sp-page-builder .page-content .sppb-section, 
#sp-page-builder .sppb-section {
  will-change: top;
}

.blog-item-sidebar .moduletableBlog-filter h3 {
    margin-top: 0;
}

.moduletableBlog-filter:not(:first-child) {
    margin-top: 2em;
}

.bt-date {
  float: none !important;
}

.ctct-gdpr-text {
  margin-top: 21px !important;
}

@media (min-width: 992px) {
  .social li a {
    margin-left: 0;
  }
}

#locationresult address span.description ul {
  float: left;
  width: 100%;
  margin: 1em 0;
  list-style: none;
}
.location-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}

.ox-hidden {
    overflow-x: hidden;
}

.benefits-flex .sppb-column-addons {
    display: flex;
    /* min-height: unset !important; */
    flex-direction: column;
    align-items: stretch;
}

.benefits-col .sppb-addon-content {
    /* min-height: unset !important; */
    flex: 1 !important;
    display: flex !important;
    min-height: 100% !important;
}

.benefits-flex div[id^="sppb-addon-"] {
    display: flex;
    flex: 1;
}

.moduletablehome-latest-news .bt-cs .bt-extra {
    text-align: center;
}

.moduletablehome-latest-news .bt-cs .bt-inner img {
    max-width: 50% !important;
}

h3.latest-news-heading {
    text-align: center;
}

#resources-section .sppb-row {
    margin-right: 0;
    margin-left: 0;
}

body.map div.mmlmap {
    display: none;
}

#locationresult #resulttop .row0,
#locationresult #resulttop .row1 {
    width: 100%;
    min-height: inherit;
}

#locationresult address br {
	display: none;
}

.popup-form .bfElemWrap.control-group {
    margin-bottom: 15px;
}
.popup-form .ff_elem {
    width: 100%;
    max-width: none !important;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.popup-form .ff_elem:focus {
    border: 1px solid #888;
}
.popup-form textarea.ff_elem {
    height: inherit !important;
}
.popup-form #bfSubmitButton {
    color: #fff;
    padding: 12px 35px 12px 35px;
    border: 1px solid #477a97;
    border-radius: 30px;
    background: #477a97;
    font-size: 16px;
    transition: .8s;
    font-weight: 300;
    float: left !important;
    text-transform: uppercase;
}
.popup-form #bfSubmitButton:hover {
    color: #fff;
    background: #55c6ce;
}
.popup-form iframe[width="304"][height="78"] {
    position: inherit;
}
div.control-group div[style="width: 304px; height: 78px;"] {
    margin-bottom: 20px;
}
.popup-form div.control-group div[style="width: 304px; height: 78px;"] {
    margin-bottom: 0;
}
.org-name-search {
    margin-left: 6px !important;
}
input[type="hidden"][name="radius"] + .mmldir-search-fields-form-elem {
    width: auto;
    height: 50px;
    margin-left: 6px;
    margin-bottom: 22px;
}
input[type="hidden"][name="radius"] + .mmldir-search-fields-form-elem > button.resultbtn {
    height: 50px;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .popup-form .form-inline {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .popup-form .form-inline {
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .mmldir-search-fields-form-elem {
        width: 26%;
    }
    .org-name-search {
        margin-left: 12px !important;
    }
    input[type="hidden"][name="radius"] + .mmldir-search-fields-form-elem {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 950px) {
    .org-name-search {
        margin-left: 6px !important;
    }
    input[type="hidden"][name="radius"] + .mmldir-search-fields-form-elem {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .mmldir-search-fields .form-inline {
        float: none;
        margin: -50px 0;
    }
    .mmldir-search-fields-form-elem,
    .org-name-search,
    .tag-search {
        width: 100% !important;
        padding: 0;
        margin: 0 0 12px !important;
    }
    .org-name-search #iwd-search-field {
        width: 100%;
        text-align: center;
    }
    .mmldir-search-fields-form-elem .SumoSelect {
        width: 100%;
    }
    .mmldir-search-fields-form-elem .SumoSelect > .CaptionCont {
        width: 100%;
    }
    .mmldir-search-fields-form-elem .SumoSelect > .CaptionCont > span {
        padding: 0;
    }
    .tag-search .chzn-container {
        width: 100% !important;
    }
    select.chzn-select {
        width: 100% !important;
        height: 50px;
        background: none;
        text-align-last: center;
    }
    .tag-search .chzn-container li.search-field {
        width: 100%;
        text-align: center;
        float: none;
    }
    .tag-search .chzn-container li.search-field > input {
        text-align: center;
    }
    .mmldir-search-fields-form-elem > button[type="submit"] {
        width: 100% !important;
        margin-top: 6px !important;
    }
    #locationresult #resulttop .row0,
    #locationresult #resulttop .row1 {
        float: left;
    }
}

#conference-heading {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (max-width: 991px) {
    footer footer-logo {
        float: left;
        width: 100%;
    }
    footer .footer-logo .navbar-brand {
        float: left;
        height: auto;
        width: 100%;
        padding: 0;
    }
    footer .footer-logo .navbar-brand img {
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    footer div.col-md-4 {
        width: 100%;
    }
    footer .footer-logo .navbar-brand img {
        width: auto;
    }
    footer .moduletable .quick-links,
    footer h3,
    footer ul {
        text-align: center;
    }
    footer h3 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .footer_copyright {
        text-align: center;
    }
    footer {
        padding: 0;
    }
}

@media only screen and (max-width: 414px) {
    footer .col-md-4 {
        padding: 0 12px !important;
    }
}


.sppb-panel-modern>.sppb-panel-heading {
    color: #fff;
}
.sppb-panel-modern ol {
    padding-left: 15px;
}
.sppb-panel-modern:nth-child(odd)>.sppb-panel-heading {
    background-color: #336c8c;
}
.sppb-panel-modern:nth-child(odd) {
    border-color: #336c8c;
}
.sppb-panel-modern:nth-child(even)>.sppb-panel-heading {
    background-color: #54c5d0;
}
.sppb-panel-modern:nth-child(even) {
    border-color: #54c5d0;
}


#schedview-speakers #speaker-search {
    font-size: 2rem;
    height: auto;
    line-height: 2;
    margin-bottom: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .navbar-brand {
        height: auto;
    }
    div.top-header {
        display: none;
    }
    .navbar {
        margin-bottom: 0;
    }
    .lang {
        margin-top: -76px !important;
    }
}
#locationresult #resulttop .row0, #locationresult #resulttop .row1 {
}

.mmldirectory-advanced-search-content {
    border-radius: 0px!important;
}

.result-count {
    margin-left: 10px;
}

#sppb-addon-1537019718776 .sppb-nav-lines>li.active>a, #sppb-addon-1537019718776 .sppb-nav-lines>li.active>a:hover, #sppb-addon-1537019718776 .sppb-nav-lines>li.active>a:focus {
    color: #fff;
    border-bottom-color: #336c8c;
    background-color: #336c8c;
}

#sppb-addon-1537019718776 > div > div > ul > li:nth-child(2) > a{
	color: #fff;
    border-bottom-color: #63c9d4;
	background-color: #63c9d4;
}

#sppb-addon-1537019718776 > div > div > ul > li:nth-child(1) > a{
	color: #fff;
    border-bottom-color: #63c9d4;
	background-color: #63c9d4;
}

#sppb-addon-1537019718776 > div > div > ul > li:nth-child(1){
	width:50%;
}

#sppb-addon-1537019718776 > div > div > ul > li:nth-child(2){
		width:50%;
}

#top > div > div.container > div.col-md-4 > div:nth-child(4) {
    margin-bottom: 30px;
}













@media (max-width: 992px) {  
   
    .burger:hover {
    cursor: pointer;    
    }
    
    .logo {
    float: none;
    }
    div#slideout {
    display: none;
    width: 100%;    
    }
    .main-menu-container {
    width: 100%;
    padding: 0
}
    
 div#slideout {
    width: 100%;    
    height: 100%;
    position: absolute;
    top: -6px;
    z-index: 999999;
	left: 0px;	
}
    ul#moomenu {
    background-color: rgb(129, 183, 43);    
    }
.container-burger h5 {    
    color: #fff;
    padding-left: 10px;
    font-weight: 700;
    transition: .5s;
    margin: 9px 0;
    text-align: center;
}
.burger {
    padding-right: 10px;
    background: rebeccapurple;
    position: absolute;
    right: 15px;    
    top: 40px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding-left: 8px;
    padding-top: 2px;
    z-index: 9999999;
}
ul#moomenu a {
    color: #fff;
    display: -webkit-inline-box !important;
    font-size: 1.7em;
}
    .no-padding {
    padding: 0;    
}
ul#moomenu>.flyout.parent>ul>.flyout.parent>ul {
    background: #6b9a20 !important;
}
ul#moomenu>.flyout.parent>ul>.flyout.parent>ul>.flyout.parent>ul {
    background: #618921 !important;
}
ul#moomenu>.flyout.parent>ul>.flyout.parent>ul>li {
    padding-left: 20px;
    border-bottom: 1px solid #a2d551;
}
ul#moomenu .flyout.parent>ul.flyout-content.nav.stacked>li {
    border-bottom: 1px solid #a2d551;
}
ul#moomenu .flyout.parent>ul.flyout-content.nav.stacked {
    background: #79ac28;
}
   

.burger div {
    transition: .5s;
}
.container-burger h5:hover {
    color: #81b72b;
    transition: .5s;
}
a#toggle {
    background-color: transparent;
}
ul#moomenu a:focus,
ul#moomenu a:hover {
    color: #fff;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}
.container-burger {
    display: inline-block;    
    width: 100%;
    background-color: rebeccapurple;
    height: 41px;
}
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);    
    background-color: #81b72b;
    transition: .5s;

}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #81b72b;
    transition: .5s;
}
ul.flyout-content.nav.stacked {
    display: none;
}
ul#moomenu > li > a {
    display: -webkit-inline-box;
}
a#toggle:hover {
    cursor: pointer;
}
.on-arrow {
    transform: rotate(90deg);
    color: rebeccapurple !important;
}
ul#moomenu>li {
    border-bottom: 1px solid #a2d551;
}  
}
.zatr-menu-opener-inner {
    display: none!important;
}

.jf_mm_trigger {
    top: 10px!important;
    right: 30px!important;
}

#sppb-addon-1536831774744 > div > div > h4 {
    word-break: break-all;
}

div#column-wrap-id-1521643540550 {
    margin: 20px 0px;
}

div#column-wrap-id-1521643540552 {
    margin: 20px 0px;
}

div#column-wrap-id-1521643540553 {
    margin: 20px 0px;
}

div#column-wrap-id-1521643540554 {
    margin: 20px 0px;
}

.flip-box-inner p {
    font-size: 14px;
}

/* Safari 10.1+ (which is the latest version of Safari at this time) */

@media not all and (min-resolution:.001dpcm) { @media {

    #schedview .row { 
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    
    @media only screen and (max-width: 767px) {
        #schedview .row {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }
        #schedview .col-sm-4,
        #schedview .col-sm-8 {
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        #schedview #filters label::before {
            left: 30px;
        }
        #schedview #filters label::after {
            left: 33px;
        }
        #schedview #filters label {
            padding-left: 60px;
        }
    }
}}




#sppb-addon-1519817021078 table.table.table-responsive.registration-fees thead tr,
#sppb-addon-1536768786971 table.table.table-responsive.registration-fees thead tr,
#sppb-addon-1519818028944 table.table.table-responsive.registration-fees thead tr {
    background: #54c5d0 !important;
}

#sppb-addon-1536768786956 table.table.table-responsive.registration-fees thead tr,
#sppb-addon-1519818028916 table.table.table-responsive.registration-fees thead tr {
    background: #336c8c !important;
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.sppb-avatar-circle {
    width: 150px;
}

.sppb-addon-testimonial-pro-footer .name {
    width: 100%;
}

#sppb-addon-1536931586448 .sppb-addon-tab.tracks-tabs li {
    width: 25% !important;
}


#sppb-addon-1542800985247 #sppb-modal-1542800985247-selector.sppb-btn-custom {
    margin: 1rem 0;
}

.bfQuickMode .controls .control-label{
    font-size: smaller;
    width: 100%!important;
    min-width: 110px!important;
    vertical-align: text-top!important;
}

.mfp-wrap {
     z-index: 999999; 
}
