.accordion {
    background-color: #d9eef1;
    color: #006478;
    cursor: pointer;
    padding: 10px 20px 10px 55px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
    transition: 0.4s;
    margin-bottom: 10px;
}
.accordion:nth-of-type(2n+2) {
    background-color: #ebfafc;
}

.active {
    margin-bottom: 0;
}
button.accordion.active {
    background-color: #d9eef1;
    color: #006478;
}
.accordion:nth-of-type(2n+2).active {
    background-color: #ebfafc;
    color: #006478;
}

.accordion:before {
    content: "\f0da";
    font-family: fontawesome;
    color: #006478;
    float: left;
    margin-left: 15px;
    font-size: 26px;
    position: absolute;
    left: 25px;
    transition: 0.3s;
}
.resourceaccordion {
    background-color: #113846 !important;
    color: #fff !important;
}
.resourceaccordion.active {
    background-color: #0092a7 !important;
    color: #fff !important;
}
.resourceaccordion:before {
    color: #fff;
}
.accordion.active:before {
    transform: rotate(90deg);
    transition: 0.3s;
}
.panel {
    padding: 30px 30px 20px;
    background-color: #d9eef1;
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.panel:nth-of-type(2n+2) {
    background-color: #ebfafc;
}
.panel.resourcepanel {
    padding: 0 !important;
}

.actcordion_items {
    margin-top: 70px;
}
.downloadfile {
    background: #d9eef1;
    padding: 30px 40px 20px 100px;
    border: 1px solid #188c9f;
    position: relative;
}
.downloadfile:before {
    content: "\2193";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding-top: 3px;
    color: #188c9f;
    font-size: 27px;
}
p.file_title {

    font-size: 22px;
}

.resource {
    overflow: hidden;
    padding: 5px 0;
    margin: 2px 0;
    background: #ebfafc;
    padding: 20px 10px 15px;
}
.resource:nth-child(2n+2) {
    background: #d9eef1;
}
.icon_wrapper {
    width: 15%;
    float: left;
    text-align: center;
}
.icon_wrapper img {
    width: 100px;
    margin: 0 auto;
}
.resource_desc {
    width: 65%;
    float: left;
	text-align: left;
}
.resource_download_wrapper {
    float: left;
    width: 20%;
    padding: 25px 30px 0;
}
p.resource_title {
    color: #008ea2;
    font-size: 25px;
    transition: 0.4s;
    margin-bottom: 2px;
}
.resource_date {
    color: #008ea2;
    margin-bottom: 0;
	font-size: 13px !important;
}
.resource_description {
    margin-bottom: 0;
    margin-top: 10px;
}
.resource_download {
    width: 100%;
    display: block;
    background: #008ea2;
    padding: 6px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    transition: 0.3s;
    text-transform: uppercase;
}
.resource_download:after {
    content: ' ';
    width: 13px;
    height: 14px;
    background: url(images/downloadicon.png);
    background-size: 13px auto;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
}
.resource_download.link_download:after {
    transform: rotate(270deg);
    margin: -5px 0 0 10px;
}
.resource_download:hover {
    background: #113846;
    transition: 0.3s;
    color: #fff;
}

.map-view {
    position: relative;
    padding: 0;
    min-height: 100vh;
    background: #e5f4f7; }
.map-view .map {
    margin-left: 515px;
    height: calc( 100vh - 144px);
    width: calc( 100% - 560px);
    position: fixed !important;
    top: 144px;
    left: 0; }
.map-view aside {
    position: relative;
    width: 515px;
    background: #e5f4f7;
    padding: 10px 20px;
    z-index: 999; }
.map-view aside > h3 {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 12px;
    width: 100%; }
.map-view aside > h3 > span {
    color: #006478;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    float: left;
    margin-right: 40px;
    width: 25%;
    padding-top: 8px; }
.map-view aside .form-horizontal {
    width: calc(75% - 40px);
    float: left; }
.map-view aside .form-horizontal .col-sm-3 {
    padding: 0; }
.map-view aside .form-horizontal .control-label {
    color: #006478;
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px; }
.map-view aside .form-horizontal .btn-default {
    padding: 7px 13px;
    border: 1px solid #d8d3e2; }
.map-view aside .form-horizontal .btn-default span {
    font-size: 16px;
    color: #bdb2d3;
    text-transform: none;
    font-weight: 400; }
.map-view aside .form-horizontal .btn-default:hover, .map-view aside .form-horizontal .btn-default:focus {
    background: #fff;
    border-color: #d8d3e2 !important; }
.map-view aside .form-horizontal .btn-default:active {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.map-view aside .form-horizontal .dropdown-menu {
    border: 1px solid #d8d3e2;
    border-top: none;
    border-radius: 0;
    margin: 0;
    top: 37px;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.map-view aside .form-horizontal .dropdown-menu > li > a {
    color: #bdb2d3;
    padding: 5px 13px;
    font-size: 16px; }
.map-view aside .form-horizontal .dropdown-menu > li > a:hover, .map-view aside .form-horizontal .dropdown-menu > li > a:focus {
    background: #fff; }
.map-view aside .form-horizontal .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed; }
.map-view aside .form-horizontal .open > .dropdown-toggle.btn-default {
    background: #fff; }
.map-view aside .form-horizontal .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
.map-view aside .form-horizontal .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.map-view aside .school-box {
    background: #fff;
    padding: 15px 35px 15px 15px;
    border: 1px solid #d9d4e2;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.map-view aside .school-box img {
    height: auto;
    max-width: 100%;
    display: block;
    border: 1px solid #d9d4e2;
    width: 123px;
    height: 117px; }
.map-view aside .school-box h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 8px; }
.map-view aside .school-box h3 a {
    color: #006478;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.map-view aside .school-box address {
    color: #858287;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 10px; }
.map-view aside .school-box hr {
    margin-bottom: 12px;
    margin-top: 12px;
    border-color: #dadada; }
.map-view aside .school-box i {
    color: #006478;
    font-size: 24px;
    vertical-align: top;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.map-view aside .school-box a[rel='tag'] {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #006478;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.map-view aside .school-box:hover {
    background: #008da1; }
.map-view aside .school-box:hover a, .map-view aside .school-box:hover address, .map-view aside .school-box:hover p, .map-view aside .school-box:hover i {
    color: #fff; }

.map-info-box {
    padding: 15px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    color: #008da1;
    width: 170px;
}
.map-info-box img {
    display: block;
    margin: auto; }
.map-info-box h3 {
    font-size: 16px;
    font-weight: bold; }
.map-info-box h3 a {
    color: #008da1; }
.map-info-box address {
    font-size: 14px;
    margin-bottom: 0; }

.admin-bar .map-view .map {
    height: calc(100vh - 144px);
    top: 115px;
	}

.widget_theme_terms_widget ul {
    list-style: none;
    padding-left: 10px; }
.widget_theme_terms_widget ul li a {
    background: transparent; }
.widget_theme_terms_widget ul li a:hover, .widget_theme_terms_widget ul li a:focus {
    background: transparent;
    text-decoration: none; }
p.city_name {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #006478;
    display: inline;
}
img.dir-icon {
    border: none;
    width: 30px;
    margin: 0 5px 0 0;
}
body.single div#map {
    padding-top: 80%;
}
.directorydetails {
    background: #e5f4f7;
    padding: 80px 50px 30px;
    background-image: url(images/directorybgimg.png);
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat;
}
p.address {
    font-weight: bold;
    color: #3ba6bc;
    font-size: 20px;
}
.introwysiwygsection blockquote {
    background: transparent;
}
.dir_categories {
    float: right;
    padding-top: 2px;
}
.sticky, .sticky-container {
    z-index: 99999 !important;
}
.footer {
    padding: 5rem 0;
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
}
.content-row + .content-row.resources-row {
    padding-top: 0;
}
.content-row + .content-row.resources-row:before {
	background-image: none !important;
}
.margin0 { margin: 0 !important;}
.buttons_wrapper {
    border-bottom: 2px solid #4bb5c9;
}
.buttons_wrapper .btn { background: #4bb5c9; }
.buttons_wrapper .btn.current { background: #4bb5c9; }
.buttons_wrapper .btn:last-child { float: right; }
#tribe-events-header .tribe-events-sub-nav li {
    margin: 0 !important;
}
.event_tab {
    display: none;
    padding: 30px 0 20px;
    overflow: hidden;
}
.event_tab.currenttab {
    display: block;
}

h1.event_title,
h3.event_title {

    color: #4bb5c9;
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 0;
}
.content.event_content {
    font-size: 16px;
}
.row.eventrow {
    border-bottom: 1px solid #b3a79c;
    margin: 0;
    padding: 20px 0;
}
img.event_icon {
    float: left;
}
.event_icon {
    width: 40px;
    height: auto;
    float: left;
    clear: both;
}
.eventinfocol {
    overflow: hidden;
    margin: 10px 0 15px 30px;
}
p.event_info {
    color: #4bb5c9;
    float: left;
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 30px;
    margin-top: 5px;
    font-size: 19px;
}
.col-sm-7.eventnamecol {
    width: 55%;
    border-right: 1px solid #b3a79c;
    padding-right: 50px;
}
.col-sm-5.eventinfocol {
    width: 45%;
    padding-left: 35px;
}
.eventinfocol > div {
    float: left;
    width: 55%;
}
.col-sm-5.eventinfocol div:first-child {
    width: 45%;
}
.col-sm-5.eventinfocol div:first-child p.event_info {
    width: calc(100% - 90px);
}
.col-sm-5.eventinfocol div:first-child p.event_info {
    width: calc(100% - 90px);
}
#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 100% !important;
}
.noborderbottom { border-bottom: 0 !important; }
div#event_map {
    width: 100%;
    padding-top: 25%;
    margin-top: 0;
}
a.readmore {
    color: #fff;
    font-size: 15px;
    margin: 10px 0 0;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.buttons_wrapper .button:last-child {
    float: right;
}

.new_events {
    overflow: hidden;
}
.new_event {
    width: 29.3%;
    float: left;
    margin: 0 2% 20px;
    background: #fff;
	border: 1px solid #4bb6ca;
}
.new_event_header {
    background: #4bb6ca;
    text-align: center;
    padding: 15px 0;
    color: #002e38;
    font-size: 17px;
    font-weight: bold;
}
.new_event_header_content {
    padding: 20px;
}
h3.new_event_title {
    color: #002e38;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3em;
    height: 3.9em;
    margin-bottom: 20px;
    overflow: hidden;
}
.new_event_info {
    text-align: center;
    font-size: 17px;
    margin: 45px 0;
}
a.new_event_link {
    text-align: center;
    background: #4bb6ca;
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
}

.highlights-carousel .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	top: 45%;
	position: absolute;
}

.highlights-carousel .flickity-prev-next-button.previous {
	left: -50px;
}

.highlights-carousel .flickity-prev-next-button.next {
	right: -50px;
}

.highlights-carousel .builder-blocks-item {
	margin-bottom: 0;
	width: 33.33333%
}

.highlights-carousel .builder-blocks-item .builder-block::before {
	top: 0;
	left: 0;
}

.highlights-carousel .builder-blocks-item img {
	width: 100%;
}

.highlights-carousel .owl-carousel {
	padding-bottom: 30px;
}


.highlights-block + footer {
	padding: 3rem 0;
}

.single-post-content__inner .alignleft{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-post-content__inner .alignright{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page_breadcrumbs .breadcrumbs {list-style: none; margin: 20px 0; }

.page_breadcrumbs .breadcrumbs li {display: inline-block; }
.page_breadcrumbs .breadcrumbs li::after {content: " >"; }
.page_breadcrumbs .breadcrumbs li:last-child::after {content: ""; }

.directorysingle .row {
    flex-direction: row-reverse;
}
.directorysingle .col-sm-6 {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.directorysingle .col-sm-6.order-2{
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.map-wrapper {
    position: relative;
}

.map-wrapper .directions-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFF;
    color: 999;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    padding: 10px;
    color: #000;
    font-weight: bold;

}

.members-list {
    margin-top: 0;
}

.content-row + .content-row {
    padding-top: 0;
}

.content-row + .content-row::before {
    background: transparent;
}

.centered-buttons-wrapper {
    text-align: center;
}

.centered-buttons-wrapper .button {
    display: inline-block;
}

.new_event .state {
    color: #19adca;
    font-size: 14px;
    display: block;
    text-align: center;
}

.buttons_wrapper button.current {
    background-color: #1593ac;
}

.buttons_wrapper button.last {
    float: right;
    margin-left: 4px!important;
}

.welcome--about .welcome--news--btn-wrapper {
    padding: 0!important;
}

.mfp-bg {
    z-index: 104000002;
}

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

@media ( max-width: 991px ) {
    .highlights-carousel .carousel-cell {
        width: 50%;
        max-width: 50%;
    }
}

@media ( max-width: 767px ) {
    .directorysingle .col-sm-6 {
        width: 100%;
        margin-bottom:10px;
        margin-left: 0;
        margin-right: 0;
    }

    .hidden-mobile {
        display: none;
    }

    .buttons_wrapper {
        display: block!important;
    }

    .buttons_wrapper .button {
        width: 32%!important;
    }

    .event_tab {
        width: 100%;
    }
}

@media ( max-width: 600px ) {
    .highlights-carousel .carousel-cell .builder-block__headline {
        font-size: 20px!important;
    }
    
    .highlights-carousel .flickity-prev-next-button.previous {
        left :0;
        top: 40%;
    }
    
    .highlights-carousel .flickity-prev-next-button.next {
        right :0;
        top: 40%;
    }

    .map-view aside {
        width: 100%;
        text-align: center;
    }

    .map-view aside .school-box {
        padding: 15px;
    }

    .map-view aside .school-box img {
        margin: auto;
    }

    .map-view aside .school-box .column.small-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .map-view aside .school-box .column.small-8 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .home-events-block .new_events {
		overflow: visible;
	}
	.home-events-block .new_event {
		width: 100%;
		min-height:280px
    }
	
	.single-tribe_events .eventnamecol + div,
	.event_tab .eventrow .col-sm-5 {
		width: 40%;
	}
}

@media (max-width: 599px) {
	.single-tribe_events .eventnamecol + div,
	.single-tribe_events .eventnamecol, 
	.event_tab .eventrow .col-xs-12 {
		width: 100%;
	}
	
	.single-tribe_events .eventnamecol,
	.event_tab .eventrow .eventnamecol {
		border: 0;
	}
	
	.buttons_wrapper .button {
		width: 30%;
		margin-bottom: 4px !important;
        margin-left: 4px !important;
        margin-right: 0 !important;
	}
}

@media ( max-width: 480px ) {
    .highlights-carousel .carousel-cell .builder-block__headline {
        font-size: 15px!important;
    }

    .hidden-xs {
        display: grid!important;
    }
    .wedo > .row {
        padding: 3rem 0 0.375rem !important;
    }
    .home-events-block .column {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media ( max-width: 420px ) {

    .buttons_wrapper {
        padding-bottom: 0!important;
    }

    .buttons_wrapper .button {
        min-height: 55px;
    }
}

.row.page-content .column.small-12 .content-row {
	padding-bottom:2.7rem;
}

.gform_wrapper .gform_button {
	margin-bottom:2.7rem;
}

.resource_download:visited,
.resource_download:focus,
.resource_download:visited {
    color:#fff;
 }
