/********* Custom Styles ***********/

/* Typography */
@font-face {
	font-family: 'DINCondensed-Bold';
	src: url('../fonts/D-DINCondensed-Bold.eot');
	src: url('../fonts/D-DINCondensed-Bold.woff2') format('woff2'),
		url('../fonts/D-DINCondensed-Bold.woff') format('woff'),
		url('../fonts/D-DINCondensed-Bold.ttf') format('truetype'),
		url('../fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold') format('svg'),
		url('../fonts/D-DINCondensed-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
       url('../fonts/Montserrat-Regular.woff') format('woff'),
       url('../fonts/Montserrat-Regular.ttf') format('truetype'),
       url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
       url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
       url('../fonts/Montserrat-Bold.woff') format('woff'),
       url('../fonts/Montserrat-Bold.ttf') format('truetype'),
       url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
       url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Regular.eot');
  src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
       url('../fonts/FiraSans-Regular.woff') format('woff'),
       url('../fonts/FiraSans-Regular.ttf') format('truetype'),
       url('../fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg'),
       url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
a {
	color: #00B5AF;
}
a:hover, a:focus {
	outline: 0;
}
.page-link { 
	color: #00B5AF;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	color: #1f1746;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
p {
    font-weight: 300!important;
}
ul {
	padding-left: 15px;
}

/* Spacing */
.mt-20 {
	margin-top: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mr-20 {
	margin-right: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.ml-40 {
	margin-left: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mr-40 {
	margin-right: 40px;
}
.mt-60 {
	margin-top: 60px;
}
.ml-60 {
	margin-left: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mr-60 {
	margin-right: 60px;
}

.green-text {
	color: #00b5af;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.8;
	color: #b5b5b5;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.8;
	color: #b5b5b5;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.8;
	color: #b5b5b5;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 0.8;
	color: #b5b5b5;
}
h2.heading {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (min-width: 480px) {
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
}

 
/* Header */
.wrapper {
    padding: 0;
}
.fixed-menu {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
}
#wrapper-navbar nav.navbar {
    background-color: #ffffff !important;
    padding: 0px 15px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	/*margin-top: -30px;*/
}
.navbar-brand {
	max-width: 240px;
    padding: 10px 0 10px 0;
}
#wrapper-navbar nav.navbar #main-menu li.nav-item {
    margin: 0px 20px;
    padding: 25px 0 20px 0;
}
#wrapper-navbar nav.navbar #main-menu li.nav-item {
    border-bottom: 5px solid transparent;
}
#wrapper-navbar nav.navbar #main-menu li.nav-item.current-menu-item, #wrapper-navbar nav.navbar #main-menu li.nav-item:hover, #wrapper-navbar nav.navbar #main-menu li.nav-item:focus {
    border-bottom: 5px solid #00b5af;
}
#wrapper-navbar nav.navbar .nav-link {
    color: #231f20;
    font-family: Montserrat-Bold;
    font-size: 12px;
    text-transform: uppercase;
	padding: 20px 5px;
}
#page-wrapper {
    padding: 40px 0 40px 0;
}
#page-wrapper.has-header-image {
    padding: 0;
}
.breadcrumb {
    display: inline-block;
    padding: 0;
    margin: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    font-family: Montserrat-Bold;
    font-size: 14px;
	text-transform: uppercase;
	float: right;
}
.breadcrumb a {
    color: #00B5AF;
    font-family: Montserrat-Bold;
    font-size: 14px;
	text-transform: uppercase;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 23, 70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    color: rgba(31,23,70,1);
    border: none medium;
}

#wrapper-navbar nav.navbar #main-menu ul.dropdown-menu {
	border-radius: 0px;
	margin-top: 4px;
}
#wrapper-navbar nav.navbar #main-menu ul.dropdown-menu li.nav-item {
    padding: 0px;
	margin: 0 15px 0 15px;
}
#wrapper-navbar nav.navbar #main-menu ul.dropdown-menu li.nav-item a {
    padding: 0px 15px 0px 15px;
}
#wrapper-navbar nav.navbar #main-menu ul.dropdown-menu li.nav-item .dropdown-item {
    color: #231f20;
    font-family: Montserrat-Bold;
    font-size: 12px;
    text-transform: uppercase;
	padding: 0px;
}
.navbar .navbar-toggler .icon-bar {
    background-color: #1f1746;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    display: block;
    margin-bottom: 5px;
}
.navbar-toggler {
	border: none;
	background: transparent !important;
    padding: .25rem 0 .25rem .75rem;
	margin-top: 15px;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
#wrapper-navbar nav.navbar #navbarNavDropdown #main-menu li.nav-item {
    margin: 0px 11px;
    padding: 7px 0 7px 0;
}
#navbarNavDropdown .nav-link {
    display: block;
    padding: 0;
}
#navbarNavDropdown .nav-link:hover {
	display: block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: transparent!important;
}
#wrapper-navbar nav.navbar #main-menu ul.dropdown-menu li.nav-item {
	border: 0px;
}
.member-menu a {
	color: #00B5AF!important;
}
/* Home Page */
.home-banner-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ffffff;
  min-height: 100vh;
}
.home-banner-bg .overlay{
  display: table;
  width: 100%;
  height: 100vh;
}
.overlay {
	background-color: rgba(31,23,70,0.8);
}
.home-banner-bg .overlay .container {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-bg .banner-logo {
    margin: 0px auto 40px auto;
	display: block;
	max-width: 250px;
}
.home-banner-bg .circular-animation {
  max-height: 280px;
  max-width: 350px;
  display: block;
  margin: 0px auto 40px auto;
  width: 100%;
  height: 100%;
}
.home-banner-bg .h1, .home-banner-bg h1 {
    font-size: 40px;
    font-family: 'DINCondensed-Bold';
	color: #ffffff;
}
.home-banner-bg p {
  font-family: 'Montserrat';
  color: #ffffff;
  max-width: 540px;
  margin: 0 auto;
  font-size: 14px;
}
.home-banner-bg .scroll-down {
	margin: 30px auto 50px auto;
	font-size: 20px;
	color: #ffffff;
	display: block;
}
section.tabs-section nav {
	background-color: #00b5af;
	padding: 60px 0px 0px 0px;
	color: #ffffff;
}
section.tabs-section nav .nav-tabs {
    border: none medium;
}
section.tabs-section nav .nav-tabs .nav-item.show .nav-link, section.tabs-section nav .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border: none meduim;
}
section.tabs-section nav .nav-link {
    display: block;
    padding: 0 25px 0 25px;
}
section.tabs-section nav .nav-tabs .nav-link {
    border: none medium;
    border-radius: 0px;
	min-height: 285px;
}
section.tabs-section nav .nav-tabs .nav-item.show .nav-link::after, section.tabs-section nav .nav-tabs .nav-link.active::after {
    content: "";
    background-image: url(/wp-content/uploads/2018/08/active-tab.svg);
    height: 20px;
    width: 32px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 60px auto 0 auto;
	position: absolute;
	bottom: 0px;
	left: 46%;
}
section.tabs-section nav img, section.tabs-section nav h2, section.tabs-section nav p {
	color: #ffffff;
	text-align: center;
}
section.tabs-section nav .icon {
	margin-bottom: 20px;
}
section.tabs-section nav h2 {
	font-family: 'Montserrat-Bold';
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
}
section.tabs-section nav p {
	font-family: 'FiraSans';
	font-size: 14px;
}
section.tabs-section .tab-content {
    padding: 80px 0px 60px 0px;
}
section.tabs-section .tab-content h2 {
	text-align: center;
}
section.tabs-section .tab-content .carousel {
    min-height: 100px;
}
#nav-tabContent .carousel img {
    width: auto;
    height: 100px;
	display: block;
	margin: 0 auto 0 auto;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
    color: #bababa;
	font-size: 30px;
    text-align: center;
    opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 0.7;
    color: #000000;
}

@media only screen and (min-width: 1024px) {
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -40px;
}
}

/********** Latest Tech News Section *********/
section.news {
	background-color: #fcfcfc;
	padding: 80px 0px 80px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
section.news h2.heading {
	text-align: left;
}
.post-grid .post-item {
	background-color: #ffffff;
	padding: 25px 25px 15px 25px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	margin-bottom: 25px;
	min-height: 458px;
}
.post-grid .post-item .featured-image {
	display: block;
	margin: -25px -25px 25px -25px;
	height: 210px;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.page-template-Home .post-grid .post-item .featured-image {
	height: 160px;
}
.post-grid .post-item .post-category {
	display: block;
	margin: 0px 0px 15px 0px;
	font-family: 'Montserrat';
	color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
}
.post-grid .post-item .post-category ul {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}
.post-grid .post-item .post-category li {
	display: inline-block;
}
.post-grid .post-item .post-category li::after {
    content: ",";
    display: inline-block;
    padding: 0 5px 0 3px;
    clear: none;
}
.post-grid .post-item .post-category li:last-child::after {
    content: "";
}
.post-grid .post-item .post-category a {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	font-family: 'Montserrat';
	color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
}
.post-grid .post-item .title a {
	display: block;
	margin: 0px 0px 15px 0px;
	color: #282526;
}
.post-grid .post-item .author-initial {
    display: inline-block;
    background-color: #00b5af;
    margin: 0px 15px 0px 0px;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.post-grid .post-item .author-name {
    font-family: 'Montserrat';
    color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
}
.post-grid .post-item .posted-date {
	font-family: 'FiraSans';
	color: #6d6e71;
    font-size: 14px;
}
.post-grid .post-item .post-content {
    display: block;
    margin: 15px 0px 15px 0px;
    font-family: 'FiraSans';
    color: #6d6e71;
    font-size: 14px;
}
.post-grid .post-item .read-more, .post-grid .post-item .understrap-read-more-link {
	display: inline-block;
    font-family: 'Montserrat';
	background-color: transparent;
	border-color: transparent;
    color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
	padding: 0;
	margin-top: 5px;
}
.post-grid .post-item .understrap-read-more-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #00b5af;
	text-decoration: underline;
}
/* Featured Post Styles */
.post-grid .post-item.featured {
	min-height: 955px;
}
.post-grid .post-item.featured .featured-image {
	height: 400px;
}
.post-grid .post-item.featured .post-category {
	margin: 0px 0px 25px 0px;
}
.post-grid .post-item.featured .author-initial {
    height: 50px;
    width: 50px;
    line-height: 20px;
}
.post-grid .post-item.featured .post-content {
	margin: 20px 0px 25px 0px;
}

.view-more {
    display: table;
    font-family: 'Montserrat';
    background-color: transparent;
    border-color: transparent;
    color: #00b5af;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    margin: 25px auto 20px auto;
}


/********** Home Grid *********/
.post-grid .post-item .widget-title {
    text-align: center;
}
.post-grid .post-item .widget_em_widget li.event-item .header {
    margin-bottom: 5px;
}
.post-grid .post-item .widget_em_widget li.event-item .body {
    margin-bottom: 10px;
}
.post-grid .post-item .widget_em_widget li.event-item {
    margin: 10px 0 25px 0;
}
.post-grid .post-item .widget_em_widget li.event-item {
    margin: 10px 0 10px 0;
}
.post-grid .post-item .widget_em_widget {
    margin-bottom: 0px;
}
.post-grid .post-item .widget_em_widget li.event-item .header a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
.post-grid .post-item .widget_em_widget li.event-item .event-date {
    background-color: #00B5AF;
    padding: 10px;
	margin: 5px 0px 0px 0px !important;
}
.post-grid .post-item .widget_em_widget li.event-item .event-time {
    border: 1px solid #00B5AF;
    padding: 10px 5px 0px 5px;
    margin: -5px 0px 5px 0px;
}
.post-grid .post-item .widget_em_widget li.event-item .event-date .day {
	font-family: 'FiraSans';
	font-size: 12px;
    color: #ffffff;
	margin-bottom: 0px;
}
.post-grid .post-item .widget_em_widget li.event-item .event-date .month {
	font-family: 'FiraSans';
	font-size: 16px;
    color: #ffffff;
	margin-bottom: 0px;
	line-height: 16px;
	text-transform: uppercase;
}
.post-grid .post-item .widget_em_widget li.event-item .location-details p {
    color: #00B5AF;
}
.post-grid .post-item .widget_em_widget .all-events-link a {
    margin: 0 auto 0px auto;
}
.post-grid .post-item.ad-banner {
    padding: 0px;
}
.post-grid .post-item.ad-banner .adrotate_widgets {
    margin-bottom: 0px;
}
.post-grid .post-item .widget_em_widget ul {
    margin-bottom: 0;
}
.post-grid .post-item .widget hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/********** Join Community Section *********/
section.community {
	padding: 40px 0px 60px 0px;
	border-top: 1px solid #eee;
}
.entry-content section.community {
	
	padding: 0px 0px 20px 0px;
}
section.community .card-deck .card {
    margin-bottom: 25px;
    border: none medium;
}
section.community .card-deck .card .card-header {
    padding: 15px 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none medium;
}
section.community .card-deck .card.orange .card-header h4 {
	color: #f58449;
}
section.community .card-deck .card.yellow .card-header h4 {
	color: #e6bf1a;
}
section.community .card-deck .card.green .card-header h4 {
	color: #69bd54;
}
section.community .card-deck .card.blue .card-header h4 {
	color: #51bfed;
}
section.community .card-deck .card.purple .card-header h4 {
	color: #8458a4;
}
section.community .card-deck .card.navy .card-header h4 {
	color: #292e63;
}

section.community .card-deck .card .card-price {
	color: #ffffff;
	padding: 15px;
    font-family: 'Montserrat-Bold';
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
section.community .card-deck .card.orange .card-price {
	background-color: #f58449;
}
section.community .card-deck .card.yellow .card-price {
	background-color: #e6bf1a;
}
section.community .card-deck .card.green .card-price {
	background-color: #69bd54;
}
section.community .card-deck .card.blue .card-price {
	background-color: #51bfed;
}
section.community .card-deck .card.purple .card-price {
	background-color: #8458a4;
}
section.community .card-deck .card.navy .card-price {
	background-color: #292e63;
}

section.community .card-deck .card .card-body {
	background-color: #ffffff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
section.community .card-deck .card .card-body h5 {
	color: #00b5af;
}
section.community .card-deck .card .card-body p {
	color: #6d6e71;
	font-family: 'FiraSans';
}

section.community .card-deck .card .card-footer {
	background-color: #ffffff;
	padding: 0px 0px 25px 0px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	border-top: none medium;
}
section.community .card-deck .card .card-footer .view-more {
	display: inline-block;
	margin: 0px auto 25px auto;
	font-size: 13px;
	font-family: 'FiraSans';
	border-bottom: 2px solid #00b5af;
	padding: 3px;
}
section.community .card-deck .card .card-footer .view-more:hover {
	text-decoration: none;
}
section.community .card-deck .card .card-footer .product {
    border: none medium !important;
    padding: 0 !important;
}
section.community .card-deck .card .card-footer .amount {
    display: none;
}
section.community .join-btn, .tech-contact-identification .join-btn {
	display: table;
	background-color: #00b5af;
	border: 2px solid #00b5af;
	margin: 25px auto 15px auto;
	padding: 10px 30px 10px 30px;
	font-family: 'Montserrat-Bold';
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
}

section.community .join-btn:hover, .tech-contact-identification .join-btn:hover {
	background-color: #ffffff;
	border: 2px solid #00b5af;
	color: #00b5af !important;
	text-decoration: none;
}

/********** Member Login *********/
.um-page-register .navbar ul#main-menu, .page-template-Select-Membership .navbar ul#main-menu, .woocommerce-checkout .navbar ul#main-menu {
    display: none;
}
.membership-steps {
	display: none!important;
	float: right;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 15px 0;
}

.membership-steps .select-membership, .membership-steps .register , .membership-steps .checkout {
    margin: 0 5px 0 5px;
}
.page-template-Select-Membership .membership-steps .select-membership {
	color: #00B5AF;
}
.um-page-register .membership-steps .register {
	color: #00B5AF;
}
.woocommerce-checkout .membership-steps .checkout {
	color: #00B5AF;
}
.membership-steps .step-link:first-child::before {
    margin: 0 5px 0 0px;
}
.membership-steps .step-link::before {
    color: #ffffff;
    background-color: #00B5AF;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #00B5AF;
    border-radius: 50%;
    line-height: 22px;
    margin: 0 5px 0 40px;
}
.membership-steps .register::before {
    content: "1";
}
.membership-steps .select-membership::before {
    content: "2";
}
.membership-steps .checkout::before {
    content: "3";
}
div.uimob500 .um-search {
    padding: 20px 10px !important;
}
.page-template-Memberships #page-wrapper #main .entry-content {
    padding: 50px 20px 60px 20px!important;
}
.membership-steps {
	display: none!important;
}

/********** Footer Section *********/
#wrapper-footer {
	background-color: #00b5af;
	padding: 50px 0px 90px 0px;
	color: #ffffff;
}
.footer-logo {
    margin: 24px auto 0 auto;
    display: block;
}
table.social-media {
	margin: 40px auto 0 auto;
}
table.social-media .icon .fa {
    font-size: 22px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
}
table.social-media .icon .fa:hover {
    color: #1f1746;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
footer #mc_embed_signup input.email {
    padding: 10px 25px 10px 25px;
    height: auto;
    border-radius: 3px;
    font-size: 15px;
    border: 1px solid #ffffff;
    color: #1f1746;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 322px;
	max-width: 100%;
    vertical-align: top;
}
footer #mc_embed_signup .button {
    display: inline-block;
    background-color: #1f1746;
    border: 2px solid #1f1746;
    margin: 0;
    padding: 9px 20px 9px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    height: auto;
    line-height: 23px;
    transition: all 0.23s ease-in-out 0s;
    text-transform: uppercase;
}
footer #mc_embed_signup .button:hover {
    background-color: #ffffff;
    color: #1f1746;
	cursor: pointer;
}

/********** Archive Posts **********/
.archive-header .overlay {
    padding: 40px 0px 30px 0px;
    min-height: 320px;
}
.archive-header .page-title {
    font-size: 46px;
    font-family: 'DINCondensed-Bold';
    color: #ffffff;
}
.archive-header .taxonomy-description {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 16px;
}
/********** Archive SideBar **********/
#archive-wrapper #right-sidebar, #archive-wrapper #left-sidebar {
    display: block;
	background-color: #ffffff;
    margin: -50px 0px 40px 0px;
	padding: 25px;
	box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
}
#archive-wrapper .widget-title {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    background-color: #1f1746;
	border: 1px solid #1f1746;
    padding: 15px 25px 15px 25px;
    display: block;
    color: #ffffff;
    margin: 0px -25px 25px -25px;
}
#archive-wrapper aside.widget {
    margin: 0px 0px 40px 0px;
}
#archive-wrapper aside.widget:first-child .widget-title {
    margin: -26px -25px 25px -25px;
}

#archive-wrapper .site-main {
    display: block;
    background-color: #ffffff;
    margin: -50px 0px 40px 0px;
	padding: 30px;
    box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
}
#archive-wrapper #right-sidebar, #archive-wrapper #left-sidebar {
    display: block;
    background-color: #ffffff;
    margin: -50px 0px 40px 0px;
    padding: 25px;
    box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
}
#archive-wrapper .post-grid .post-item {
    background-color: #ffffff;
    box-shadow: none;
    margin-bottom: 25px;
	padding: 25px 0px 25px 0px;
    min-height: 470px;
}
#archive-wrapper .post-grid .post-item.featured .featured-image {
    display: block;
    margin: -55px -30px 25px -30px;
}
#archive-wrapper .post-grid .post-item .featured-image {
    display: block;
    margin: 0px 0px 25px 0px;
}
#archive-wrapper .post-grid .post-item .post-body {
	padding: 0px 0px 0px 0px;
}
.widget_categories ul {
    padding: 0px 0px 0px 0px;
}
.widget_categories ul li {
    list-style: none;
}
.widget_categories ul li::before {
    content: "f0da;";
    display: inline-block;
    margin-right: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.widget_categories ul li a {
    font-size: 20px;
    font-family: 'DINCondensed-Bold';
    color: #00b5af;
    text-transform: uppercase;
}
.cat-list {
	display: block;
	margin: 0px 0px 25px 0px;
}
.cat-link {
    display: inline-block;
    background-color: #ffffff;
    color: #00B5AF;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #00B5AF;
    padding: 5px 15px 5px 15px;
    margin: 0px 15px 15px 0px;
}
.cat-link:hover {
	background-color: #00B5AF;
	color: #ffffff;
	text-decoration: none;
}


/********** Single Posts **********/
#single-wrapper .post-header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#single-wrapper .post-header .overlay {
	background-color: rgba(31,23,70,0.6);
	padding: 155px 0px 80px 0px;
	min-height: 380px;
}
#single-wrapper .post-header .title h2 {
	font-size: 34px;
    font-family: 'DINCondensed-Bold';
	color: #ffffff;
}
#single-wrapper .post-header .author-initial {
    display: inline-block;
    background-color: #00b5af;
    margin: 0px 15px 0px 0px;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#single-wrapper .post-header .author-name {
    font-family: 'Montserrat';
    color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
}
#single-wrapper .post-header .posted-date {
	font-family: 'FiraSans';
	color: #eee;
    font-size: 14px;
}
#single-wrapper .post-header ul.post-categories {
    display: block;
}
#single-wrapper .post-header .post-categories li {
    display: inline-block;
    float: right;
    margin: 5px;
}
#single-wrapper .post-header .post-categories li a{
	display: inline-block;
	font-family: 'Montserrat';
	padding: 5px 10px 5px 10px;
    font-size: 12px;
	color: #ffffff;
	border: 1px solid #ffffff;
	float: right;
}
#single-wrapper .post-header .post-categories li a:hover{
	background-color: #ffffff;
	color: #1f1746;
	border: 1px solid #ffffff;
	text-decoration: none;
}
#single-wrapper #main .entry-content {
    display: block;
	background-color: #ffffff;
    margin: -50px 0px 40px 0px;
	padding: 40px;
    font-family: 'FiraSans';
    color: #6d6e71;
    font-size: 14px;
	box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
}

/********** Page With Header Image *********/
#page-wrapper .post-header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#page-wrapper .post-header .overlay {
	background-color: rgba(31,23,70,0.6);
    padding: 80px 0px 80px 0px;
    min-height: 250px;
}
#page-wrapper .post-header .title h2 {
	font-size: 46px;
    font-family: 'DINCondensed-Bold';
	color: #ffffff;
}
#page-wrapper .post-header .author-initial {
    display: inline-block;
    background-color: #00b5af;
    margin: 0px 15px 0px 0px;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#page-wrapper #main .entry-content {
    display: block;
	background-color: #ffffff;
    margin: -50px 0px 60px 0px;
	padding: 50px 40px 60px 40px;
    font-family: 'FiraSans';
    color: #6d6e71;
    font-size: 14px;
	box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
} 
.page-header {
	padding: 110px 0px 70px 0px;
}
#page-wrapper .post-header .overlay {
	padding: 150px 0px 100px 0px;
}

/********** Team Grid *********/
.about-intro p {
    font-family: "Montserrat";
    font-size: 17px;
    color: #00B5AF;
}
.post-grid.team .post-item {
    min-height: 400px;
}
.post-grid.team .post-item .featured-image {
    height: 225px;
}
.post-grid.team .post-item .name {
	display: block;
	font-family: 'Montserrat-Bold';
	font-size: 17px;
	line-height: 19px;
	color: #1f1746;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.post-grid.team .post-item .position {
	display: block;
	font-family: 'Firasans';
	font-size: 15px;
	color: #00B5AF;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.post-grid.team .post-item table.social-media {
    margin: 15px auto 0px auto;
}
.team table.social-media .icon .fa {
	background-color: transparent;
	border: 1px solid #1f1746;
	color: #1f1746;
	height: 30px;
	width: 30px;
	padding: 5px;
	line-height: 20px;
	font-size: 16px;
}
.team table.social-media .icon .fa:hover {
	background-color: #1f1746;
	border: 1px solid #1f1746;
	color: #ffffff;
}

/********** Call Out Section **********/
#call-out-section {
	display: none!important;
    background-color: #00B5AF;
    padding: 50px 15px 50px 15px;
    margin: 0px -40px 60px;
    text-align: center;
    background-image: url(/wp-content/uploads/2018/08/watermark-light.png);
    background-repeat: no-repeat;
    background-position: right -300px center;
}
#call-out-section h2 {
	color: #1F1547;
}
#call-out-section p {
	color: #ffffff;
	margin-bottom: 0px;
}
#call-out-section .btn {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #00B5AF;
    margin: 20px 0 0px 0;
	padding: 10px 15px 10px 15px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
#call-out-section .btn:hover {
    background-color: #00B5AF;
    color: #ffffff;
	cursor: pointer;
}

/********** Icon Box **********/
#icon-box .item {
	text-align: center;
	padding: 30px;
}
#icon-box .item .icon-img {
	margin-bottom: 25px;
}
#icon-box .item .heading {
	font-family: 'DINCondensed-Bold';
	font-size: 26px;
}


/********** Accordion **********/
.accordion .card-header {
    padding: 5px;
	border-bottom: 0px;
}
.accordion .btn-link {
    color: #1f1746;
	font-size: 15px;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}
.accordion .btn-link:hover, .accordion .btn-link:focus {
    text-decoration: none;
}

.accordion .card-header .accordion-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    text-align: right;
    color: grey;
    position: absolute;
    right: 15px;
    top: 15px;
	white-space: normal;
}
.accordion .card-header .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";  /* adjust as needed, taken from bootstrap.css */
}


/********** Member Profile *********/

@media only screen and (min-width: 576px) {
.um-profile .um-header, .um-profile .um-profile-navbar, .um-profile .um-profile-nav, .um-profile .um-profile-body {
    max-width: 540px !important;
}
}

@media only screen and (min-width: 768px) {
.um-profile .um-header, .um-profile .um-profile-navbar, .um-profile .um-profile-nav, .um-profile .um-profile-body {
    max-width: 720px !important;
}
.um-profile .socials-links-um {
    text-align: right;
    position: relative;
    top: -230px;
    margin-bottom: -45px;
}
.socials-links-um a {
    color: #ffffff;
}
.um-profile-connect.um-member-connect a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 32px !important;
    font-size: 20px !important;
}
}

@media only screen and (min-width: 992px) {
.um-profile .um-header, .um-profile .um-profile-navbar, .um-profile .um-profile-nav, .um-profile .um-profile-body {
    max-width: 960px !important;
}
.um-profile-edit {
    top: 40px !important;
}
}

@media only screen and (min-width: 1200px) {
.um-profile .um-header, .um-profile .um-profile-navbar, .um-profile .um-profile-nav, .um-profile .um-profile-body {
    max-width: 1140px !important;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.um-profile.um .um-profile-meta {
    top: -70px;
    position: relative;
}
.um-profile .um-profile-connect.um-member-connect {
    display: inline-block;
    position: relative;
    top: -50px;
    float: right;
}
.um-profile.um-editing .um-form .socials-links-um {
    top: -280px;
}
.um-profile.um .um-meta {
    top: -70px;
}
body .um-profile.um .um-name a {
    color: #ffffff !important;
}
}

.um-members .um-member {
    max-height: 400px;
	position: relative;
	display: inline-block;
}
.um-member-name a {
    color: #1f1746;
}
.um-member-name {
	margin: 0px 10px 4px 10px!important;
}
.um-member-metaline {
	padding: 5px 0 0 0;
}
.um-member-card {
	padding-bottom: 35px!important;
}
.um-cover {
    max-height: 400px;
    overflow: hidden;
}
.um-member-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
a.um-edit-profile-btn::before {
    content: "\f044" !important;
}
.um a.um-link {
	color: #00B5AF!important;
}
.um-dropdown-arr {
    top: -22px !important;
}
.um-member-tagline.um-member-tagline-stakeholder {
    color: #1F1645;
    font-weight: 500;
}
.um-main-meta {
	padding: 0px;
}
.um-profile.um .um-meta {
    text-transform: uppercase;
	font-size: 14px;
	font-family: 'Montserrat';
    color: #ffffff;
    position: relative;
}
.um-cover-e::before {
    content: "";
    background-color: rgba(40,43,98,0.8);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.um-profile.um .um-profile-photo {
    float: left;
    position: relative;
    width: 200px;
    z-index: 1;
}
.um-profile.um .um-header {
    border-bottom: none medium;
}
.um-profile.um .um-profile-photo a.um-profile-photo-img {
    padding: 15px;
    left: 0px;
}
.um-profile.um .um-name a {
    font-size: 36px;
    font-family: 'DINCondensed-Bold';
    color: #282C62 !important;
}
.um-profile.um .um-name a:hover {
    color: #eeeeee;
}
.um-profile.um .um-meta-text {
    margin: 30px 20px 0 0;
    color: #00b5af;
    line-height: 1.4em;
    font-size: 16px;
	text-decoration: italic;
    font-family: 'Montserrat';
}
.um-profile.um .socials-links-um {
    display: inline-block;
    float: right;
}
.um-faicon-gear::before, .um-faicon-cog::before {
    content: "\f044" !important;
}
.um-profile.um .um-profile-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}
.um-profile.um .um-profile-nav-item.without-icon a {
    padding-left: 10px;
    background-color: transparent;
}
.um-profile-connect.um-member-connect a {
    background-color: #ffffff !important;
	color: #1f1746 !important;
}
body .um-profile-connect.um-member-connect a[style] {
    background-color: #ffffff !important;
    background-image: none !important;
    opacity: 1;
}
.um-profile.um .um-profile-nav-item.active a, .um-profile.um .um-profile-nav-item.active a:hover, .um-profile.um .um-profile-nav-item a:hover {
    color: #00b5af !important;
    font-family: 'Montserrat';
	background-color: transparent!important;
    border-bottom: 2px solid #00b5af !important;
}
.um-profile.um .um-profile-nav-item a {
    color: #000000 !important;
    font-family: 'Montserrat';
	text-transform: uppercase;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px 6px 10px 6px;
}
.um-profile .um-profile-body {
	padding: 15px !important;
	font-family: "Firasans";
}
.um-profile.um-viewing .um-field-label {
    border-bottom: solid 1px #f2f2f2 !important;
}
.um-profile.um-viewing .um-field-label.no-border {
	border: none medium !important;
}
.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background-color: #1f1746 !important;
    font-family: 'Montserrat';
}
.um input[type="submit"].um-button:hover, .um a.um-button:hover {
    background-color: #00B5AF !important;
	opacity: 0.8;
}
.um .um-button.um-alt, .um input[type="submit"].um-button.um-alt {
    background: #00B5AF !important;
    color: #ffffff !important;
    font-family: 'Montserrat';
}
.um input[type="submit"].um-button.um-alt:hover, .um a.um-button.um-alt:hover {
    background-color: #1f1746 !important;
}
[class^="um-faicon-"]::before, [class*=" um-faicon-"]::before {
	padding: 6px;
}
.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
background: #00B5AF!important;
}
.socials-links-um a {
	font-size: 29px!important;
}
.um-account-side li a.current, .um-account-side li a.current:hover {
	background: #1F1746;
	color: #fff!important;
}
.um-account-side li a {
	background: #00B5AF;
	color: #fff;
}
.um-account-side li a:hover {
	background: #1F1746;
	color: #fff;
}
.um-account-side li a span.um-account-title {
	color: #fff!important;
}
.um-account-side li a span.um-account-icon i {
	color: #fff!important;
}
.um-faicon-gear::before, .um-faicon-cog::before {
	color: #282C62;
}
.um-account-side li a:hover {
	background: #1F1746!important;
}
.um-account-profile-link a {
	color: #00B5AF!important;
}
.um-member-meta {
	border-top: 0px!important;
	margin: 0px 15px 0 15px!important;
}
.um-member-metaline {
    font-size: 13px;
    padding: 9px 0 0 0;
    line-height: 11px;
}
.um-members .um-member {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2)!important;
	min-height: 310px!important;
}
.um-member-meta {
	padding: 0px 15px!important;
}
.um-member-name a {
	color: #00B5AF !important;
	font-size: 17px!important;
	font-weight: 600!important;
}
#nav-tab_one .um-member {
  margin-bottom: 0px!important;
}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
	color: #00b5af!important;
}
.um-member-photo.radius-1 img {
	border: 1px solid #00B5AF;
}
.um-profile.um .um-profile-photo a.um-profile-photo-img {
	border: 1px solid #00B5AF;
}
.um-profile.um .um-profile-photo {
	margin-top: -20px;
}
.um-member.with-cover .um-member-photo img {
	top: -45px;
}
.um-member-photo {
	padding: 30px 0 10px 0;
}
.um-popup {
	top: 15%;
}
.um-message-send, .um-message-send.disabled:hover {
    background-color: #00B5AF !important;
}
.um a.um-link {
    color: #1f1746;
}
.um a.um-link:hover, .um a.um-link-hvr:hover {
    color: #1f1746;
    opacity: 0.8;
}
html body .um-directory .um-search {
    padding: 20px !important;
}
.um-field-select .um-field-area .um-field-icon, .um-field-multiselect .um-field-area .um-field-icon {
	z-index: 999!important;
}
/********** Tours *********/
#programs {
    margin-right: -40px;
    margin-left: -40px;
	margin-bottom: 60px;
}
#programs #item .header-background {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 330px;
    padding: 220px 15px 20px 15px;
    margin: -50px -15px 0px -15px;
}
#programs #item h2 {
    color: #ffffff;
	max-width: 200px;
}
#programs #item:nth-child(odd) .program-content {
    background-color: #ffffff;
}
#programs #item:nth-child(even) .program-content {
    /*background-color: rgba(0,180,174,0.1);*/
}
#programs #item .program-content {
    color: #1d1645;
    font-size: 12px;
    margin: 0px -15px 0 -15px;
    padding: 20px 25px 10px 25px;
    border: 1px solid #00B5AF;
}
@media only screen and (min-width: 992px) {
#programs #item .program-content {
	min-height: 590px;
}
#programs #item .details {
    height: 150px;
}
#programs #item .pricing {
	height: 225px;
	margin-bottom: 25px;
}
}

#programs #item .details {
    width: 100%;
    margin-bottom: 20px;
}
#programs #item .details tr {
	display: block;
	border-bottom: 1px solid #1d1645;
	padding-top: 10px;
	padding-bottom: 10px;
}
#programs #item .details td {
	vertical-align: top;
}
#programs #item .details tr td:nth-child(1) {
	min-width: 140px;
}
#programs #item .details .title {
	color: #00B5AF;
	text-transform: uppercase;
}

#programs #item .pricing {
	width: 100%;
	margin-bottom: 20px;
}
#programs #item .pricing tr {
	
}
#programs #item:nth-child(even) .pricing tr {
    
}
#programs #item .pricing td {
	/*background-color: rgba(0,180,174,0.1);
	padding: 10px 25px 0px 25px;*/
	text-align: center;
}
#programs #item:nth-child(even) .pricing td {
    /*background-color: #ffffff;*/
}
#programs #item .pricing .variations td {
    width: 100%;
}
#programs #item .pricing .variations td:nth-child(1) {
    display: none;
}
#programs #item .woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
}
#programs #item .woocommerce div.product div.summary {
    width: 100%;
    float: none;
}
#programs #item .woocommerce div.product .product_title {
    display: none;
}
#programs #item .woocommerce div.product p.price, .woocommerce div.product span.price {
    text-align: center !important;
    color: #01B4AE;
    margin: 1.2rem 0 0.5rem;
    font-size: 18px;
}
.woocommerce-variation-price {
	text-align: center!important;
	color: #01B4AE;
}
#programs #item .product_meta {
	display: none;
}
#programs #item .woocommerce div.product .woocommerce-tabs {
	display: none;
}
#programs #item section.related {
    display: none;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-right: 0;
    padding: 8px 15px;
}

#programs #item .single_add_to_cart_button {
	display: block;
    border-radius: 0;
	max-width: 150px;
	margin: 0px auto 20px auto;
	padding: 10px 15px 10px 15px;
    font-family: 'Montserrat';
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 20px;
}
#programs #item:nth-child(odd) .single_add_to_cart_button {
	background-color: #1d1645;
    border: 2px solid #1d1645;
    color: #ffffff!important;
}
#programs #item:nth-child(odd) .single_add_to_cart_button:hover {
	background-color: #ffffff;
    color: #1d1645;
	text-decoration: none;
}
#programs #item:nth-child(even) .single_add_to_cart_button {
	background-color: #00b5af;
    border: 2px solid #00b5af;
    color: #ffffff;
}
#programs #item:nth-child(even) .single_add_to_cart_button:hover {
	background-color: #ffffff;
    color: #00b5af;
	text-decoration: none;
}

#tour {
	margin-bottom: 40px;
}
#tour .column {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 100px 40px;
	min-height: 820px;
}
#tour .column h3 {
	font-family: 'DINCondensed-Bold';
	margin-bottom: 25px;
}
#tour .column h3::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -40px;
}
.woocommerce div.product form.cart .variations {
	background: #fff!important;
}
.woocommerce-message {
	display: none!important;
}
@media only screen and (min-width: 1200px) {
ul.currency_switcher {
    display: inline-block;
    float: right;
}
}
ul.currency_switcher li a {
    background-color: transparent;
    border: 1px solid #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-family: 'Montserrat';
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #ffffff;
    float: left;
}
ul.currency_switcher li a.active, ul.currency_switcher li a:hover {
    background: #ffffff;
    color: #1F1746;
	text-decoration: none;
}

.modal-backdrop.show {
    opacity: .9;
}

#premiumprogramModal .modal-dialog, #requestModal .modal-dialog {
    max-width: 600px;
    margin: 120px auto 1.75rem;
}
#premiumprogramModal .modal-header .close, #requestModal .modal-header .close  {
    padding: 0 1rem 0;
    margin: 0rem -1rem 0rem auto;
    font-size: 35px;
    line-height: 25px;
}

#pageloadModal .modal-dialog {
    max-width: 600px;
    margin: 10% auto 1.75rem;
}
#pageloadModal .modal-content {
    color: #ffffff;
    background-color: transparent;
    border: none medium;
}
#pageloadModal .modal-header {
    border: none medium;
}
#pageloadModal h1 {
    font-size: 32px;
    font-family: 'DINCondensed-Bold';
    color: #ffffff;
}
#pageloadModal h2, #pageloadModal h3, #pageloadModal h4 {
    color: #ffffff;
}
#pageloadModal .modal-body img {
    margin: 0 auto 30px auto;
}
#pageloadModal p {
    font-family: 'Montserrat';
    color: #ffffff;
    max-width: 300px;
    margin: 0 auto;
    font-size: 14px;
}
#pageloadModal .close {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    font-size: 50px;
    top: 5%;
    right: 5%;
    position: absolute;
}
#pageloadModal #mc_embed_signup {
	margin: 40px auto 25px auto;
}
#pageloadModal #mc_embed_signup input.email {
    padding: 10px 25px 10px 25px;
    height: auto;
    border-radius: 3px;
    font-size: 15px;
    border: 1px solid #ffffff;
    color: #1f1746;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 220px;
	max-width: 100%;
    vertical-align: top;
}
#pageloadModal #mc_embed_signup .button {
    display: inline-block;
    background-color: #00b5af;
    border: 2px solid #00b5af;
    margin: 0;
    padding: 9px 20px 9px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    height: auto;
    line-height: 23px;
    transition: all 0.23s ease-in-out 0s;
    text-transform: uppercase;
}
#pageloadModal #mc_embed_signup .button:hover {
    background-color: #ffffff;
    color: #00b5af;
	cursor: pointer;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1;
}
.customize-btn {
    background: #1F1746 !important;
    border-radius: 3px !important;
    border: 2px solid #1F1746 !important;
	color: #ffffff;
    display: block;
    max-width: 150px;
    margin: 50px auto 0px auto;
    padding: 10px 15px 10px 15px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.customize-btn:hover {
    background: #ffffff !important;
    border: 2px solid #1F1746 !important;
	color: #1F1746;
}

/* Expect */
#tour #expect {
	background-image: url(/wp-content/uploads/2018/08/tour-expect.jpg);
}
#tour #expect h3 {
	color: #00b5af;
}
#tour #expect h3::before {
    background-color: #00b5af;
}
#tour #expect p, #tour #expect li {
	font-size: 12px;
	color: #1d1645;
}

/* Immersion */
#tour #immersion {
	background-image: url(/wp-content/uploads/2018/08/tour-immersion.jpg);
}
#tour #immersion {
	padding: 240px 40px 20px 40px;
}
#tour #immersion h2 {
	font-family: 'DINCondensed-Bold';
	font-size: 46px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	margin-bottom: 200px;
}
#tour #immersion p {
    color: #1d1645;
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
}


/* About */
#tour #about {
	background-image: url(/wp-content/uploads/2018/08/tour-about-light.jpg);
}
#tour #about h3 {
	color: #00b5af;
}
#tour #about h3::before {
    background-color: #00b5af;
}
#tour #about p, #tour #about li, #tour #about a {
	font-size: 12px;
	color: #1d1645;
}
#tour #about .tour-logo {
    margin: 0px 0 20px 0;
}
#tour #about .contact-info {
	position: absolute;
	bottom: 40px;
}

.advertising-rates {
	width: 100%;
	border: 1px solid #f2f2f2;
	vertical-align: top;
}
.advertising-rates th {    
	vertical-align: top;
	font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #1f1746;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 10px 7px 10px;
	background-color: #f2f2f2;
}
.advertising-rates td { 
	vertical-align: top;
	padding: 7px 10px 7px 10px;
	border-bottom:1px solid #f2f2f2;
}
.advertising-rates p { 
	margin-bottom: 0px;
}

/********** Post Type *********/

/* Archive */
.post-type-archive #archive-wrapper #main {
    min-height: 300px;
}
.post-type-archive #archive-wrapper .post-grid .post-item .featured-image {
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    overflow: hidden;
}
.post-type-archive #archive-wrapper .site-main {
    display: block;
    background-color: #ffffff;
    margin: -50px 0px 60px 0px;
    padding: 50px 40px 50px 40px;
    box-shadow: none;
}
.post-type-archive #archive-wrapper .post-grid .post-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(68,167,122,0.15);
    margin-bottom: 25px;
    padding: 25px 25px 25px 25px;
    min-height: 430px;
    text-align: center;
}
#archive-wrapper .post-grid .col-md-12:nth-child(3), #archive-wrapper .post-grid .col-md-12:nth-child(6), #archive-wrapper .post-grid .col-md-12:nth-child(9) {
    clear: right;
}
.pagination {
    margin: 40px auto;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1f1746;
    border-color: #1f1746;
}
.page-link:hover {
    z-index: 2;
    color: #1f1746;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Startups */
.post-type-archive-startups #archive-wrapper .post-grid .post-item .featured-image {
    background-size: auto 100px;
}

/* Partners */
.post-type-archive-partners #archive-wrapper .post-grid .post-item .featured-image {
    background-size: auto 80px;
}

/* Investors */


/* Resources */
.post-type-archive-resources #archive-wrapper .post-grid .post-item .featured-image {
    background-size: cover;
    margin: -25px -25px 25px -25px;
}
.post-type-archive.post-type-archive-resources #archive-wrapper .post-grid .post-item {
    min-height: 100px;
}
.post-type-archive.post-type-archive-resources #archive-wrapper .post-grid .post-item .post-content {
    min-height: 180px;
}

/* Donate Form */
form.donation-form {
	margin-bottom: 25px;
}
form.donation-form table td:first-child {
	min-width: 170px;
}
form.donation-form table td {
	min-width: 120px;
}
form.donation-form table td input {
	display: inline-block;
	background-color: #ffffff;
    border: 2px solid #dddddd;
	padding: 8px 15px 8px 15px;
	border-radius: 3px;
	font-family: 'FiraSans';
    color: #6d6e71;
    font-size: 14px;
	width: 100%;
	
}
form.donation-form table .btn {
    display: inline-block;
    background-color: #1f1746;
    border: 2px solid #1f1746;
    margin: 0 0 0 5px;
	padding: 7px 12px 7px 12px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    height: auto;
    line-height: 23px;
    transition: all 0.23s ease-in-out 0s;
    text-transform: uppercase;
	width: 100%;
}
form.donation-form table .btn:hover {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #1f1746;
    color: #1f1746;
}


/* Single */
.single-startups #single-wrapper .post-header .overlay, .single-partners #single-wrapper .post-header .overlay, .single-investors #single-wrapper .post-header .overlay, .single-resources #single-wrapper .post-header .overlay {
    background-color: #1F1746;
	background-image: url(/wp-content/uploads/2018/08/watermark-light.png);
	background-position: center right;
	background-repeat: no-repeat;
    padding: 150px 0px 100px 0px;
    min-height: 250px;
}
.single-resources #single-wrapper .post-header .overlay {
    padding: 150px 0px 80px 0px;
}
#single-wrapper .entry-content {
    min-height: 300px;
}
#single-wrapper .post-type-logo {
    float: right;
    max-width: 300px;
    margin: 0 0px 30px 30px;
}
.view-profile-btn {
    display: block;
    background-color: #ffffff;
    border: 2px solid #00b5af;
    margin: 35px 0 25px 0;
    padding: 7px 20px 7px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 12px;
    color: #00b5af;
    text-transform: uppercase;
    text-align: center;
    width: 165px;
}
.view-profile-btn:hover {
	background-color: #00b5af;
	border-color: 2px solid #00b5af;
	color: #ffffff;
	text-decoration: none;
}

.post-type-archive .view-profile-btn {
    margin: 20px auto 25px auto;
	width: 165px;
}


/* Post Types Taxonomies */
.tax-startups-category #archive-wrapper .post-grid .post-item .featured-image, .tax-partners-category #archive-wrapper .post-grid .post-item .featured-image {
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-position: center;
} 
.tax-startups-category #archive-wrapper .post-grid .post-item .post-body, .tax-partners-category #archive-wrapper .post-grid .post-item .post-body {
    padding: 0px 0px 0px 0px;
    text-align: center;
}


/********** Side Bar *********/
#right-sidebar, #left-sidebar {
    display: block;
	background-color: #ffffff;
    margin: 0px 0px 40px 0px;
	padding: 25px;
	box-shadow: 0px 10px 10px rgba(68,167,122,0.15);
}

@media only screen and (min-width: 768px) {
#single-wrapper #right-sidebar, #single-wrapper #left-sidebar {
    margin: -50px 0px 40px 0px;
}
}

.widget-title {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    background-color: #1f1746;
	border: 1px solid #1f1746;
    padding: 15px 25px 15px 25px;
    display: block;
    color: #ffffff;
    margin: 0px -25px 25px -25px;
}
aside.widget {
    margin: 0px 0px 40px 0px;
}
aside.widget:first-child .widget-title {
    margin: -26px -25px 20px -25px;
}

/********** Events in Side Bar *********/
aside.widget_em_widget ul {
    padding: 0;
}
aside.widget_em_widget li {
    display: block;
}
aside.widget_em_widget a:hover {
    text-decoration: none;
}
aside.widget_em_widget li.event-item {
    margin: 15px 0 25px 0;
    display: block;
}
aside.widget_em_widget li.event-item .header {
	margin-bottom: 20px;
}
aside.widget_em_widget li.event-item .header  a {
	display: inline-block;
	font-size: 26px;
    font-family: 'DINCondensed-Bold';
	color: #00b5af;
	margin: 0px auto 0px auto;
	line-height: 26px;
}
aside.widget_em_widget li.event-item .header .location-details p {
	font-family: 'FiraSans';
	font-size: 11px;
	font-weight: 500;
	color: #231f20;
	text-align: center;
	margin-bottom: 5px;
}
aside.widget_em_widget li.event-item .body {
	font-family: 'FiraSans';
	font-size: 12px;
	color: #231f20;
	margin-bottom: 20px;
}
aside.widget_em_widget li.event-item .footer {
	margin-bottom: 20px;
}
aside.widget_em_widget li.event-item .footer .read-more-btn {
    display: block;
    background-color: #ffffff;
    border: 2px solid #1f1746;
    margin: 15px auto 25px auto;
    padding: 7px 20px 7px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 12px;
    color: #1f1746;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
}
aside.widget_em_widget li.event-item .footer .read-more-btn:hover {
	background-color: #1f1746;
    color: #ffffff;
}
.all-events-link a {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #00b5af;
    margin: 0 auto 25px auto;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
}
/* Featured Event */
aside.widget_em_widget ul li.featured {
	text-align: center;
}

aside.widget_em_widget ul li.featured li.title a {
	font-size: 26px;
    font-family: 'DINCondensed-Bold';
	color: #00b5af;
	margin: 0px auto 0px auto;
	line-height: 26px;
}
aside.widget_em_widget ul li.featured .read-more-btn {
    display: block;
    background-color: #ffffff;
    border: 2px solid #00b5af;
    margin: 15px auto 15px auto;
    padding: 7px 20px 7px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 12px;
    color: #1f1746;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
}
aside.widget_em_widget ul li.featured .read-more-btn:hover {
	background-color: #00b5af;
    color: #ffffff;
}
.eventlink {
	font-size: 14px!important;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid;
	float: right;
	margin-top: -30px;
}
#event-rsvp-box {
	margin: 10px 0px 0px 0px;
}

/********** Footer Bottom Section *********/
.footer-bottom {
	background-color: #ffffff;
	padding: 15px 0px 0px 0px;
	font-size: 12px
}
.footer-bottom p {
	font-size: 12px;
	margin-bottom: 0px;
	color: #b5b5b5;
	font-weight: 600;
}
.footer-bottom ul#menu-footer-menu {
	padding-left: 0px;
	text-align: right;
}
.footer-bottom ul#menu-footer-menu li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
.footer-bottom ul#menu-footer-menu li:first-child {
    margin-left: 0px;
}
.footer-bottom ul#menu-footer-menu li:last-child {
    margin-right: 0px;
}
.footer-bottom ul#menu-footer-menu li a {
    color: #b5b5b5;
	text-transform: uppercase;
	font-weight: 500
}
.footer-bottom ul#menu-footer-menu li a:hover {
    color: #9b9b9b;
}


/********** Contact Page *********/
.contact-details .icon {
	display: block;
	margin-bottom: 10px;
}
.contact-details .fa {
	margin-right: 10px;
	color: #1f1746;
}
.contact-details a:hover {
	text-decoration: none;
}
#contact table.social-media {
    margin: 10px 0 25px 0;
}
#contact table.social-media .icon .fa {
    background-color: #ffffff;
    border: 1px solid #1f1746;
    border-radius: 50%;
    color: #1f1746;
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
#contact table.social-media .icon .fa:hover {
    color: #ffffff;
    background-color: #1f1746;
    border: 1px solid #1f1746;
}

/* Social Share */

section.social-share {
    margin: 20px 0px 40px;
}
section.social-share h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-family: 'DINCondensed-Bold';
}
section.social-share h2.no-background {
  position: relative;
  overflow: hidden;
}
section.social-share h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px 0 0;
}
section.social-share h2.no-background span:before,
section.social-share h2.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.6em;
  border-top: 1px solid #00B5AF;
}
section.social-share h2.no-background span:before {
  right: 100%;
}
section.social-share h2.no-background span:after {
  left: 100%;
}

section.social-share .crunchify-social {
margin: 0px 0px 10px 0px;
-webkit-font-smoothing: antialiased;
}
section.social-share .crunchify-link {
    margin-right: 2px;
    cursor: pointer;
    display: inline-block;
}
section.social-share .crunchify-social .fa {
    font-size: 16px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #00B5AF;
	color:  #00B5AF;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 20px;
    margin: 5px 10px 5px 0px;
    border-radius: 50%;
}
section.social-share .crunchify-social .fa:hover {
    background-color: #00B5AF;
    border: 1px solid #00B5AF;
	color: #ffffff;
}
/* Disable WhatsApp button on Desktop */
@media screen and (min-width: 1024px) {
section.social-share .crunchify-whatsapp {
display: none !important;
}
}

/* Related Posts */

section.related-posts {
    margin: 20px 0px 40px;
}
section.related-posts h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-family: 'DINCondensed-Bold';
}
section.related-posts h2.no-background {
  position: relative;
  overflow: hidden;
}
section.related-posts h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px 0 0;
}
section.related-posts h2.no-background span:before,
section.related-posts h2.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.6em;
  border-top: 1px solid #00B5AF;
}
section.related-posts h2.no-background span:before {
  right: 100%;
}
section.related-posts h2.no-background span:after {
  left: 100%;
}

section.related-posts .featured-image {
	display: block;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 120px;
    overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}


/* Contact Form */
.wpcf7 {
    max-width: 100%;
    margin: 0 auto !important;
}
.wpcf7 .wpcf7-form-control {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 14px;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
    display: block;
    width: 100%;
    color: #1F1746;
    background-color: #fff;
    border: 2px solid #ddd !important;
    border-radius: 0;
    width: 100%;
    padding: 6px 12px !important;
    display: block;
    font-size: 15px !important;
    line-height: 22px !important;
    background: #fff;
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    outline: none !important;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpcf7 input[type="submit"] {
	background-color: #1F1746;
	border: 2px solid #1F1746;
	color: #ffffff;
    border-radius: 0;
	text-align: center;
	text-transform: uppercase;
}

/********** Woocommerce *********/
.woocommerce {
	
}
.woocommerce ul.products li.product .price {
    color: #00b5af;
    font-size: 1em;
}
.woocommerce ul.products li.product .price {
    color: #00b5af;
    font-size: 1em;
    margin: 0;
}
.product .product_meta {
    display: none;
}
#woocommerce-wrapper  {
	padding: 60px 0px 60px 0px;
}
#single-wrapper #main .entry-content.wc-tab {
    padding: 50px 0 15px 0;
    box-shadow: none;
}
.woocommerce .woocommerce-breadcrumb {
    font-family: Montserrat;
	font-size: 12px;
	text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #00B5AF;
}
.woocommerce-product-details__short-description p {
    font-family: 'FiraSans';
    font-size: 14px;
    color: #231f20;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
.product_meta .posted_in {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #1f1746;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    display: none;
}
.woocommerce div.product form.cart .button {
    background-color: #00b5af;
    border: 2px solid #00b5af;
    margin: 15px 0 15px 0;
    padding: 10px 30px 10px 30px;
    font-family: 'Montserrat-Bold';
	font-weight: normal !important;
    color: #ffffff;
    text-transform: uppercase;
	border-radius: 0;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #ffffff;
    border: 2px solid #00b5af;
    color: #00b5af;
    text-decoration: none;
}
.woocommerce-message {
    border-top-color: #1F1746!important;
}
.woocommerce-info {
    border-top-color: #1F1746!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #00B5AF!important;
	color: #fff!important;
	font-weight: 400;
	border-radius: 3px!important;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}
.woocommerce-tabs ul.tabs li::before {
    left: 0px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0px;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none medium;
	border-radius: 0;
	margin: 0px 10px 0px 0px;
	background-color: transparent;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #1f1746;
	padding: 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
    z-index: 2;
    border-bottom: 2px solid #00B5AF;
	color: #00B5AF;
}
.woocommerce div.product .woocommerce-tabs .panel {
    font-family: 'FiraSans';
    font-size: 14px;
    color: #231f20;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce-Tabs-panel h4 {
	color: #00B5AF;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
	margin-bottom: 0px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.woocommerce-input-wrapper {
    width: 100%;
}
#order_review_heading {
    margin: 30px 0 15px 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    margin: 40px 0 40px 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
body .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}
.woocommerce section.related .products ul li, .woocommerce section.related ul.products li {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    background-color: #00b5af;
    border: 2px solid #00b5af;
    margin: 15px 0 15px 0;
    padding: 10px 30px 10px 30px;
    font-family: 'Montserrat-Bold';
	font-weight: normal !important;
	font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
	border-radius: 0;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #ffffff;
    border: 2px solid #00b5af;
    color: #00b5af;
    text-decoration: none;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;

}
.woocommerce-ordering {
	display: none;
}
.btn-primary {
	background: #1F1746!important;
	border-radius: 3px!important;
	border: 1px solid #1F1746!important;
}
.btn-outline-primary {
    color: #1F1746;
    background-color: transparent;
    background-image: none;
    border-color: #1F1746;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1F1746;
    border-color: #1F1746;
}
.wpcf7 input[type=submit] {
	display: inline-block;
	background-color: #1f1746;
	border: 2px solid #1f1746;
	margin: 0;
	padding: 9px 40px 9px 40px;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: .03em;
	color: #fff;
	height: auto;
	max-width: 180px!important;
	width: auto!important;
	line-height: 23px;
	transition: all 0.23s ease-in-out 0s;
	text-transform: uppercase;
}
.wpcf7 input:hover[type=submit] {
    color: #1F1746;
    background-color: #ffffff;
    border-color: #1F1746;
}

.woocommerce.single-product .product {
    padding: 120px 0 20px 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #00b5af;
}

/* Events Plugin */
.css-events-list table.events-table {
    width: 100%;
}
.css-events-list table.events-table th.event-time {
    width: auto;
}
.css-events-list table.events-table th {
    width: auto;
    color: #1F1746;
    font-family: Montserrat-Bold;
    font-size: 16px;
	text-align: left;
    text-transform: uppercase;
	border-bottom: 1px solid #dedede;
    padding: 10px 0 10px 0;
	margin-bottom: 10px;
    font-weight: normal;
}
.css-events-list table.events-table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}
.css-events-list table.events-table tbody td {
    padding: 10px 20px 10px 0px;
}
.css-events-list table.events-table tbody td:last-child {
    padding: 0;
}
div.css-search div.em-search-text {
    background: none;
    padding-left: 0;
}
div.css-search div.em-search-main .em-search-submit, div.css-search div.em-search-main .em-search-submit:hover {
    background: none;
    background-color: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border: none medium;
	cursor: pointer;
}
div.css-search div.em-search-geo::before {
    content: "";
}
.single-event #single-wrapper .post-header .overlay, .single-location #single-wrapper .post-header .overlay {
    background-color: rgba(31,23,70,1);
	background-image: url(https://www.siliconcape.com/wp-content/uploads/2018/08/overlay-sc.png);
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 250px;
	padding: 150px 0px 100px 0px;
}
.single-event #single-wrapper .event .row {
    margin-bottom: 40px;
}
.em-location-map-container {
	width: 100% !important;
}
.date-time-container {
    max-width: 110px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.event-date {
	background-color: #00B5AF;
    padding: 10px;
    margin: 15px 0 5px 0 !important;
	font-family: 'FiraSans';
    font-size: 16px;
    color: #ffffff;
}
.event-date .title {
    font-size: 14px;
    border-bottom: 1px solid rgba(225,225,225,0.5);
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.event-date .day {
    font-size: 16px;
}
.event-date .month {
    font-size: 22px;
	text-transform: uppercase;
}
.event-time {
	color: #00B5AF;
	font-family: 'FiraSans';
    font-weight: 500;
	text-align: center;
    border: 1px solid #00B5AF;
    padding: 5px 5px 5px 5px;
    margin: -5px 0px 5px 0px;
}
th.event-time {
	border: none medium
}
#em-wrapper p:nth-child(3) {
    display: none;
}
#em-wrapper .css-search {
    background: #f2f2f2;
	padding: 10px 5px 5px 5px;
}
.css-event-form #event-form h3 {
    margin: 25px 0 15px;
}
.css-event-form #event-form input[type="text"] {
    background-color: #fbfbfb !important;
    border: 1px solid #dddddd !important;
    padding: 5px 10px 5px 10px !important;
    margin: 0 0 5px 0 !important;
    width: 98% !important;
    min-width: 280px !important;
    display: inline-block !important;
	height: 40px !important;
}
.css-event-form #event-form select{
    background-color: #fbfbfb !important;
    border: 1px solid #dddddd !important;
    padding: 0px 10px 0px 10px !important;
    margin: 0 0 5px 0 !important;
    width: 98% !important;
    min-width: 280px !important;
    display: inline-block !important;
	height: 40px !important;
}
ul.event-categories {
    padding-left: 0px;
}
ul.event-categories li {
    list-style: none;
    display: inline-block;
}
ul.event-categories li::after {
    content: ",";
	display: inline-block;
	padding: 0px 5px 0 3px;
}
ul.event-categories li:last-child::after {
    content: "";
}
ul.event-categories li a {
    display: inline-block;
    font-family: 'Montserrat';
    color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
}
.css-events-list table.events-table .title a {
    display: inline-block;
    font-size: 22px !important;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'DINCondensed-Bold';
    color: #00b5af;
}
.em-event-text {
    min-width: 100px;
    display: inline-block;
}
.css-events-list .eventlink {
    font-family: 'Montserrat';
    color: #00b5af;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 135px;
    text-align: center;
}
.css-events-list .eventlink:hover {
    background-color: #00b5af;
	color: #ffffff;
	text-decoration: none;
}
p.em-date-range .em-event-text:nth-child(2) {
    min-width: 50px;
}
.css-event-form #event-form .event-form-when input[type="text"] {
    width: 39% !important;
    min-width: 280px !important;
    display: inline-block !important;
}
#em-location-data .em-location-map-404, #em-location-data .em-location-map-content {
    width: 100% !important;
    height: 100% !important;
    background-color: #fbfbfb !important;
    padding: 10px !important;
}
.css-event-form #event-form input[type="checkbox"]#event-rsvp {
    margin: 0 !important;
}
.css-event-form #event-form input[type="checkbox"], #event-form input[type="radio"] {
    margin: 0px 10px 0px 0px !important;
}
.css-event-form #event-form .event-form-where table {
    width: 100% !important;
    float: none !important;
	margin-bottom: 25px !important;
}
.css-event-form #event-form .event-form-where table tr {
	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.css-event-form #event-form .event-form-where input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
}
.css-event-form #event-form .event-form-where input[type="text"], #event-form .event-form-where select {
    width: 97% !important;
    min-width: 280px;
    display: inline-block;
}
.css-event-form #event-form h3.event-form-details {
    margin-top: 50px;
}

.css-event-form #event-form .event-categories select{
	height: 120px !important;
}
.single-location .entry-content div:first-child {
    width: 100%;
    float: none;
    margin: 0px 0px 25px 0 !important;
}

.em-tickets-form table {
    width: 100%;
}
div.time-picker li {
    padding: 12px 5px;
}
.events-table ul {
    padding-left: 0px;
	margin-top: 10px;
}
.events-table li {
    list-style: none;
}
.events-table li a {
    font-family: 'FiraSans';
    font-size: 14px;
}
.css-event-form #event-form [type="submit"] {
    -webkit-appearance: button;
    background-color: #1f1746;
    border: 2px solid #1f1746;
    margin: 0;
    padding: 9px 20px 9px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    height: auto;
    line-height: 23px;
    transition: all 0.23s ease-in-out 0s;
    text-transform: uppercase;
}
.css-event-form #event-form [type="submit"]:hover{
    background-color: #ffffff;
    border: 2px solid #1f1746;
    color: #1f1746;
	cursor: pointer;
}
body.page-id-354 #em-wrapper p:last-child {
    display: none;
}

/********** Responsive Styles *********/
@media only screen and (max-width: 1450px) {
	

}

@media only screen and (max-width: 1200px) {
#wrapper-navbar nav.navbar #navbarNavDropdown #main-menu li.nav-item {
    margin: 0px 8px;
    padding: 7px 0 7px 0;
}
.navbar-nav {
    margin-top: 20px;
}
#wrapper-navbar nav.navbar .nav-link {
    padding: 9px 5px;
}
.breadcrumb {
	float: none;
	margin: 1rem 0;
}
.um-profile.um .um-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #555555;
}
.post-type-archive.post-type-archive-resources #archive-wrapper .post-grid .post-item .post-content {
    min-height: 130px;
}
.membership-steps {
    float: none;
}
footer #mc_embed_signup input.email {
    width: 240px;
}	
	.tech-contact-identification.container {
		max-width: 930px !important;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px)  {
.post-grid .post-item .widget_em_widget li.event-item .body {
    margin-bottom: 15px;
    display: none;
}
.post-grid .post-item.featured {
    min-height: 840px;
}
.page-template-Home .post-grid .post-item.featured .featured-image {
    height: 300px;
}
.post-grid .post-item.featured .post-category {
    margin: 0px 0px 10px 0px;
}
.post-grid .post-item.featured .author-initial {
    height: 35px;
    width: 35px;
    line-height: 5px;
}
.post-grid .post-item.featured .post-content {
    margin: 10px 0px 5px 0px;
}
.post-grid .post-item {
    min-height: 405px;
}
.post-grid .post-item .post-category {
    margin: 0px 0px 5px 0px;
}
.page-template-Home .post-grid .post-item .featured-image {
    height: 130px;
}
.post-grid .post-item .title a {
    margin: 0px 0px 10px 0px;
}
.post-grid .post-item .author-initial {
    height: 35px;
    width: 35px;
    line-height: 5px;
}
.post-grid .post-item .post-content {
    margin: 10px 0px 10px 0px;
}
.post-grid .post-item .widget_em_widget .all-events-link a {
    margin: 0 auto 0px auto;
}
aside.widget:first-child .widget-title {
    margin: -26px -25px 10px -25px;
}
}

@media only screen and (max-width: 1024px) {
#nav-tabContent .carousel .col-sm-6 {
    width: 50%;
}
#nav-tabContent .carousel img {
    height: 90px;
}
#programs #item .pricing {
    margin-bottom: 60px;
}
}

@media only screen and (max-width: 980px) {
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
.card-deck {
	display: block;
	width: 100%;
	margin-bottom: .75rem;
	table-layout: fixed;
	border-spacing: 1.25rem 0;
}
.card-deck .card {
	margin-bottom: .75rem;
	vertical-align: top;
}
.card-deck .card:not(:first-child) {
    margin-left: 0px;
}
body .um-profile {
    position: relative;
    top: 65px;
    display: block;
    margin-bottom: 80px !important;
}
}

@media only screen and (min-width: 992px) {
section.mobile-only, section.tablet-only {
	display: none;
}
}

@media only screen and (max-width: 992px) {
.newsletter .align-right {
	margin-top: 40px;
}
.footer-logo img {
    margin: 0 auto 0px auto;
    display: block;
}
.newsletter .align-right {
	text-align: center;
}
#mc_embed_signup_scroll {
	text-align: center;
}
.footer-bottom {
    text-align: center !important;
}
.footer-bottom ul#menu-footer-menu {
    text-align: center;
	margin-top: 20px;
}
section.desktop-only {
	display: none;
}
section.mobile-only {
	display: block;
}
.post-grid .post-item.featured {
    min-height: auto;
}
.css-events-list table.events-table thead th:nth-child(2) {
    padding-left: 15px;
}
.css-events-list table.events-table tbody td:nth-child(2) {
    padding-left: 15px;
}	
.tech-contact-identification .col-lg-4 {
	width: 50%;
	margin-bottom: 50px;
}
	.tech-contact-identification.container {
		max-width: 690px !important;
	}
	
}

@media only screen and (max-width: 776px) {
#wrapper-navbar nav.navbar .nav-link {
    padding: 10px 5px;
}
.post-grid .post-item.ad-banner .adrotate_widgets {
    text-align: center;
}
.post-grid .post-item.ad-banner .adrotate_widgets img {
    margin: 20px;
}
.post-type-archive.post-type-archive-resources #archive-wrapper .post-grid .post-item .post-content {
    min-height: 70px !important;
}
.footer-logo {
    max-width: 210px;
}
.membership-steps .step-link::before {
    margin: 0 5px 0 10px;
	height: 20px;
    width: 20px;
    line-height: 18px;
}
.membership-steps {
	font-size: 14px;
}
.home-banner-bg .scroll-down {
	display: none;
}
.css-events-list table.events-table th {
    display: none;
}
.category-community-posts #archive-wrapper .post-grid .post-item {
    min-height: 350px;
}
#archive-wrapper #right-sidebar, #archive-wrapper #left-sidebar {
    margin: 20px 0px 40px 0px;
}
#tour .column {
    min-height: 740px;
}
.post-grid.team .post-item .featured-image {
    height: 300px;
}
section.tabs-section .tab-content {
    padding: 40px 0px 40px 0px;
}
.eventlink {
    float: none;
    margin-top: -5px;
    margin-bottom: 20px;
    display: inline-block;
}
}

@media only screen and (max-width: 600px) {
.archive-header .page-title {
	text-align: center!important;
	font-size: 36px!important; 
}
.cat-link {
	width: 100%;
}
#single-wrapper .post-header ul.post-categories {
	display: none!important;
}
.post-header .container {
	padding-left: 32px;
	padding-right: 32px;
}
.archive-header .taxonomy-description {
	text-align: center!important;	
}
.carousel-control-prev {
    left: -10px;
}
.carousel-control-next {
    right: -10px;
}
#nav-tabContent .carousel-item {
    padding: 0 25px;
}
.footer-bottom ul#menu-footer-menu li {
	margin: 0px 4px 0px 4px;	
	font-size: 10px;
}
.tech-contact-identification .col-lg-4 {
	width: 100%;
}	
}
@media only screen and (max-width: 480px) {
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
.home-banner-bg .banner-logo {
    margin: 0px auto 10px auto;
}
.home-banner-bg .h1, .home-banner-bg h1 {
    font-size: 30px;
}
.home-banner-bg .circular-animation {
    max-height: 150px;
    max-width: 180px;
    margin: 0px auto 10px auto;
}
.css-events-list table.events-table td {
    padding: 0px;
    display: block;
	text-align: center;
}
.css-events-list table.events-table td {
    text-align: center;
    margin: 10px auto;
    display: table;
}
.post-grid .post-item.ad-banner .adrotate_widgets img {
    margin: 0;
}
#page-wrapper .post-header .overlay {
    padding: 90px 0px 60px 0px;
}
#page-wrapper .post-header .title h2 {
   text-align: center;
}
.breadcrumb {
    float: none;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}
.membership-steps .step-link::before { 
	margin: 0px 5px 0px 0px!important; 
}  
.um-center .um-button { 
	min-width: 209px !important;
}
.membership-steps .step-link::before {
    margin: 0 5px 0 5px;
}
div.css-search div.em-search-options {
    text-align: center;
}
	
}

@media only screen and (max-width: 391px) {
.post-grid .post-item {
    min-height: 150px;
}
footer #mc_embed_signup .button {
    margin: 10px 0;
}
#nav-tabContent .carousel img {
	height: 50px;
}
.post-type-archive-partners #archive-wrapper .post-grid .post-item .featured-image {
    height: 100px;
	background-size: contain;
}
}

#smooth-scroll { 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}

/* 404 */
.error-icon {
    margin: 0 auto 25px auto;
    display: table;
    max-width: 260px;
}
form#searchform {
    max-width: 500px;
    margin: 0 auto 25px auto;
}
.page404 {
	margin-top: 80px;
}

/* Header Styles*/

#page-wrapper #main .entry-content {
	border-radius: 3px;
}
.home-banner-bg .overlay .container {
	padding-top: 3%;
}
#archive-wrapper .site-main {
	border-radius: 2px;
}
#wrapper-navbar {
	position: fixed!important;
	width: 100%!important;
	z-index: 9999;
}
.navbar-brand {
	max-width: 190px!important;
}

/* Additional CSS */

#animatedCirclesGroup_5 {
animation: rotating 30s infinite;
animation-timing-function: ease-in-out;
transform-origin: 254.1px 188.5px;
}

#animatedCirclesGroup_4 {
    transform-origin: 128.5px 164px;
    animation: rotating 20s infinite;
animation-timing-function: ease;
	animation-direction: reverse;
}
#animatedCirclesGroup_3 {
    transform-origin: 247.8px 71.7px;
    animation: rotating 35s infinite;
animation-timing-function: ease-in-out;
	animation-direction: reverse;
}
#animatedCirclesGroup_2 {
    transform-origin: 192.5px 120px;
	animation: rotating 30s infinite;
animation-timing-function: ease;
	animation-direction: reverse;
}
#animatedCirclesGroup_1 {
    transform-origin: 83.5px 83.5px;
	animation: rotating 25s infinite;
animation-timing-function: ease;

}
@keyframes rotating {
0%   {transform: rotate(0deg);}
100%  {transform: rotate(360deg);}
}
/* Events Page */
.events-table a {
	font-size: 20px;
}
/* Woocommerce */
 
.woocommerce-message::before {
   color: #00B5AF;
}
.woocommerce a.remove:hover {
   background: #00B5AF;
}
.woocommerce a.remove {
   color: #00B5AF!important;
}

::-moz-placeholder {
    opacity: 0.8;
    color: #b5b5b5;
}
.woocommerce-info::before {
    color: #00B5AF;
}

.um-search {
	border: 1px solid #ddd!important;
	background: #eee!important;
	margin-bottom: 50px!important;
	padding: 25px!important;
	border-radius: 4px!important;
}
.um-cover {
	max-height: 310px!important;
}
.product-quantity {
	display: none;
}
.actions {
	display: none;
}

/*Safety Tech Page*/

.safety-tech-header .custom-flex-row {
	display: flex;
	align-items: center;
}

.safety-tech-repeater span:first-child {
    color: #1f1746;
	font-size: 18px;
}

.safety-tech-repeater span p {
	padding: 3px 0 0;
}

.safety-tech-header .col-lg-6 li {
	padding-bottom: 10px;
}

.safety-tech-header h3 {
	
}

.tech-contact-identification .icon-link-wrapper {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.tech-contact-identification .icon-link-wrapper .fa {
	width: 30px;
	font-size: 25px;
}

.tech-contact-identification h3 {
	font-size: 20px !important;
}

.tech-contact-identification h3, .tech-contact-identification h1 {
	margin-bottom: 20px;
}

.safety-tech-header .mx-auto {
	width: max-content;
	margin-top:40px;
}

.social-background-image-tech {
	padding: 0 15px 60px;
	color: #FFFFFF;
}

.social-background-image-tech h1, .social-background-image-tech h3, .tech-contact-identification a:hover {
	color: #FFFFFF !important;
}

.safety-tech-header .join-btn {
	background-color: #00b5af !important;
	border: 2px solid #00b5af !important;
	text-transform: uppercase!important;
	padding: 0.375rem 2rem!important;
}

.safety-tech-header .join-btn:hover {
	background-color: transparent !important;
	color: #00b5af !important;
}
[class^="um-faicon-"]::before, [class*=" um-faicon-"]::before {
	color: #444;
}
.btn-primary:focus {
    box-shadow: unset !important;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required option:first-child {
    display: none;
}

.safety-tech-header .wpcf7-form p {
	margin-bottom: 0;
}

.safety-tech-header .wpcf7 form.invalid .wpcf7-response-output, 
.safety-tech-header .wpcf7 form.sent .wpcf7-response-output {
	color: black;
	margin: 0.5em !important;
}

.safety-tech-header .wpcf7 .wpcf7-form-control {
	max-height: 170px;
}

.safety-tech-header .entry-content {
	margin-bottom: 0 !important;
}

.tech-contact-identification.container {
	padding: 60px 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-width: 1110px;
}


@media only screen and (max-width: 767px) {
	
	.tech-contact-identification.container {
		max-width: 510px !important;
		padding: 40px !important;
	}
}



