/* Anthology CMS framework: Updated 2012.01 */
/* Subpage stylesheet
------------------------------------------------------------ */

/* COMMON SUBPAGE CONTAINERS
------------------------------------------------------------ */
#branding_1 {  }
#branding_2 {  }
#branding_3 { padding: 0; }
#column_1 {  }
#column_2 {  }
#column_3 { margin: 0 }
  #col3_content { font-size: 12px; width: 100%; }
  #printHeader { display: none; }
#wrapper {  }

.clearfix{
	zoom: 1;
}

.clearfix:before,
.clearfix:after{
    content: ' ';
    display: table;
}

.clearfix:after{
    clear: both;
}

/* COLMN 3 BODY COPY
------------------------------------------------------------ */
#col3_content a { color: #0765a1; text-decoration: none; }
#col3_content a:hover { color: #0765a1; text-decoration: underline; }
#col3_content h1 { padding: 0 0 10px 0; color: #bc5114; font-family: 'Questrial', sans-serif; font-size: 34px; line-height: 36px;  }
#col3_content h2 { padding: 0 0 5px 0; color: #799611; font-family: 'Questrial', sans-serif; font-size: 21px; line-height: 23px; }
#col3_content p { line-height: 18px; }
#col3_content img { margin: 0 15px 10px 0; padding: 5px; border: 1px solid #b4d0e3; -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3); box-shadow: 3px 3px 4px rgba(0,0,0,0.3); }
#col3_content .return { margin: 0; padding: 0 5px 0 0; position: relative; top: 10px; float: right; }
#col3_content .return img { margin: 0; padding: 0; position: relative; top: 3px; border: none; -webkit-box-shadow: none; box-shadow: none; }
#col3_content .return a { text-decoration: underline; }
#col3_content a.button { padding: 5px 15px; background-color: #f4f4f4; border: solid 1px #d9d9d9; color: #444444; font: 12px/15px arial, helvetica, sans-serif; border-radius: 5px; moz-border-radius: 5px; }
#col3_content a.button:hover { text-decoration: none; background-color: #CCC; }

/* SEARCH NAVIGATION
------------------------------------------------------------ */
#col3_content .search-menu { margin: 0; padding: 0; position: relative; z-index: 100; }
#col3_content .search-menu ul { margin: 0; padding: 0; text-transform: uppercase; position: relative; }
#col3_content .search-menu ul li { margin: 0px; position: relative; list-style: none; float: left; }
#col3_content .search-menu ul a { height: 29px; padding: 11px 10px; color: #fff; text-decoration: none; font: 11px/29px 'Questrial', sans-serif; font-weight: bold; border-top: solid 1px #a2c0dd;  border-bottom: solid 1px #a2c0dd; border-right: solid 1px #a2c0dd; background-color:#6d8196; }
#col3_content .search-menu ul a:hover { color: #000; background-color:#f7f7f7; border-bottom: solid 1px #f7f7f7; }
#col3_content .search-menu ul a.search-border { border-left: solid 1px #a2c0dd; }
#col3_content .search-menu ul a.currentSearchSection { color: #000; background-color:#f7f7f7; border-bottom: solid 1px #f7f7f7; }

/* SEARCH AREA
------------------------------------------------------------ */
#col3_content .searchContainer { position: relative; margin: 31px 0 0 0; padding: 20px 10px; background-color:#f7f7f7; border: solid 1px #a2c0dd; overflow: auto; clear: both; }
#col3_content .searchContainer .viewAll { position: absolute; top: 10px; right: 10px; }
#col3_content .searchContainer .show-vicariate-filter { position: absolute; display: block; top: 30px; right: 10px; }

/* SEARCH BOX AND BUTTON
------------------------------------------------------------ */
#searchSection { padding: 0 10px 0 0; height: 30px; }
#searchSection #searchSectionBox { padding-left: 5px; height: 25px; width: 250px; border: solid 1px #a2c0dd; color: #888; font: 14px/25px arial, helvetica, sans-serif;  }
#searchSection #searchSectionBox.keyword { width: 600px; }
#searchSection #submit { margin-top: 2px; }
#searchSection a.button { margin-left: 10px; padding: 5px 20px; height: 25px; background-color: #0765a1; border: solid 1px #a2c0dd; color: #FFF; font: 14px/25px arial, helvetica, sans-serif; }
#searchSection a.button:hover { text-decoration: none; background-color:#003988; }
#col3_content .detailsAddress { width: 400px;  }

#col3_content .filters {  }
#col3_content .filters li { float: left; padding: 5px; }
#col3_content .filters p { padding-bottom: 5px; padding-left: 5px; font-size: 12px; line-height: 22px; font-weight: bold; }
#col3_content .filters select {  }

/* DESCRIPTION & MAP
------------------------------------------------------------ */
#col3_content .gmap { margin: 0; padding: 0; border: solid 1px #a2c0dd; border-top: none; }
#col3_content .gmap h3 { padding: 0 0 5px 0; color: #0765a1; font-size: 15px; font-weight: normal; cursor: pointer; }
#col3_content .gmap img { margin: 0; padding: 0; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#col3_content .gmap .gmapDescription { width: 274px; height: 400px; padding: 30px 20px 10px 10px; border-right: solid 1px #a2c0dd; overflow: auto; position: relative; }
#col3_content .gmap .gmapDescription ul { }
#col3_content .gmap .gmapDescription ul li { margin-bottom: 20px; padding-bottom: 10px; }
#col3_content .gmap .gmapDescription ol { margin: 0; padding: 0; }
#col3_content .gmap .gmapDescription ol li { margin: 0 0 0 20px; padding: 0; list-style: decimal; }
#col3_content .gmap .gmapDescription .instructions { margin-top: -20px; font-size: 11px; }
#col3_content .gmap .gmapDescription .directionsMsgBox { margin:0 0 10px 5px; color: red; font-size: 11px; display: none; }

#col3_content .gmap .gmapDescription .parishInfo { margin-left: 35px; margin-top: -10px; border-bottom: solid 1px #a2c0dd; }
#col3_content .gmap .gmapDescription .parishInfo a.button { margin-right: 10px; padding: 5px 10px; font: 11px/12px arial, helvetica, sans-serif; }
#col3_content .gmap .gmapDescription .parishInfo .findDirections { display: none; margin: 2px 0 10px 0; padding: 5px 0 5px 5px; background-color: #f4f4f4; border: solid 1px #a2c0dd; }
#col3_content .gmap .gmapDescription .parishInfo .findDirections #directionStart { width: 75%; padding-left: 5px; height: 20px; border: solid 1px #a2c0dd; color: #888; font: 11px/20px arial, helvetica, sans-serif;  }
#col3_content .gmap .gmapDescription .parishInfo .findDirections a.button { position: relative; top: 3px; margin-right: 5px; padding: 4px 10px; height: 18px; background-color: #0765a1; border: solid 1px #a2c0dd; color: #FFF; font: 11px/18px arial, helvetica, sans-serif; }
#col3_content .gmap .gmapDescription .parishInfo .findDirections a.button:hover { text-decoration: none; background-color:#003988; }
#col3_content .gmap .gmapDescription a.parishPin { display: block; width: 14px; height: 33px; float: left;  padding: 4px 4px 0 3px; background-image: url(../images/parshPin.png); background-repeat: no-repeat; font-size: 11px; color: #000; text-align: center; }
#col3_content .gmap .gmapDescription a.parishPin:hover { text-decoration: none; }

/* KEYWORD
------------------------------------------------------------ */
#col3_content .keyword-listing { margin: 0; padding: 20px 15px; }
#col3_content .keyword-listing h3 { padding: 0 0 5px 0; color: #799611; font-size: 15px; font-weight: bold; }
#col3_content .keyword-listing a:hover { color: #bc5114; text-decoration: none; }
#col3_content .keyword-listing .pagination a { text-decoration: underline; }
#col3_content .keyword-listing .pagination a:hover { text-decoration: underline; }
#col3_content .keyword-listing .keyword-wrap { padding-top: 10px; margin-bottom: 10px; border-top: solid 1px #a2c0dd; border-bottom: solid 1px #a2c0dd; }

/* PARISH LISTING
------------------------------------------------------------ */
#col3_content .parish-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#col3_content .parish-actions h1{
    white-space: nowrap;
}

#col3_content .parish-actions .island-filters{
    margin-right: 3%;
}

#col3_content .parish-actions .island-filters button.filter{
    padding: 3px 8px;
    background-color: #f4f4f4;
    border: solid 1px #d9d9d9;
    color: #444444;
    font: 12px/15px arial, helvetica, sans-serif;
    border-radius: 5px;
    moz-border-radius: 5px;
    cursor: pointer;
}

#col3_content .parish-actions .island-filters button.filter.active{
    background-color: #bebebe;
}

#col3_content .parish-actions .vicariate-dropdown{
    margin-right: 1em;
}

a#clear-filters-btn {
    display: block;
    text-decoration: underline;
}

#col3_content .parish-listing { margin-bottom: 10px; }
#col3_content .parish-listing * { box-sizing: border-box; }
#col3_content .parish-listing h3 { padding: 0 0 7px 0; color: #0765a1; font-size: 15px; font-weight: normal; }
#col3_content .parish-listing img { margin: 0 15px 10px 0; padding: 5px; border: 1px solid #b4d0e3; -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3); -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3); box-shadow: 3px 3px 4px rgba(0,0,0,0.3); }
#col3_content .parish-listing ul { width: 100%; display: flex; flex-wrap: wrap; }
#col3_content .parish-listing ul li {
    width: 50%;
    margin: 0px;
    padding: 20px 10px 10px 10px;
    list-style: none;
    border-top: solid 1px #a2c0dd;
}

#col3_content .parish-listing ul li .button + .button{
    background: #a0b71a;
    color: white;
}

#col3_content .parish-listing ul li .button + span{
    display: block;
    width: 34%;
    float: right;
    color: #858585;
    margin-right: 160px;
    margin-top: -25px;
}

/* PARISH Details
------------------------------------------------------------ */
#col3_content .parish-details { padding: 20px 10px 10px 10px; border-top: solid 1px #a2c0dd; }
#col3_content .parish-details h2 { padding: 0 0 7px 0; color: #799611; font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: normal; }
#col3_content .parish-details .parish-details-sub { margin-right: 12px; padding: 20px 10px 10px 20px; border: solid 1px #a2c0dd; overflow: auto; }
#col3_content .parish-details .parish-details-sub h3 { padding: 0 0 15px 0; color: #0765a1; font-size: 18px; font-weight: bold; }
#col3_content .parish-details .parish-details-sub::before,
#col3_content .parish-details .parish-details-sub::after { content: " "; display: table; }
#col3_content .parish-details .parish-details-sub::after { clear: both; }
#col3_content .parish-details .parish-details-sub .column1 { float: left; width: calc(50% - 1em); padding-right: 1em; }
#col3_content .parish-details .parish-details-sub .column2 { float: left; width: calc(50% - 1em); padding-left: 1em; }


/* PERONNEL
------------------------------------------------------------ */
#col3_content .searchContainer ul.alphaList { margin: auto; text-align: center; }
#col3_content .searchContainer ul.alphaList li { padding: 10px; float: left; background-color:#CCC; }

/* SITE MAP
------------------------------------------------------------ */
#col3_content .sitemap h2 { margin: 10px 0; padding-bottom: 0; border-bottom: solid 1px #a2c0dd; }
#col3_content .sitemap li { float: left; width: 240px; }






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
