/* Hide twitter icon */
.fa-twitter-square {
	display: none !important;
}


.pWrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;

    padding-top: 5rem;
    border-top: 1px solid lightgray;
}

iframe[data-tagging-id] {
	height: 0 !important;
	width: 0 !important;
	position: absolute;
}

/* Top section */
.pWrapper .pHeader {
    /* max-width: 600px; */
    padding-bottom: 24px;
}
.pHeader a {
    color: #0066cc;
}
.pHeader .pInfo-sec1 {
    padding-bottom: 15px;
}

/* Map section */
.pWrapper .contSec {
    display: block;
    /* border: 1px solid; */
    padding-bottom: 20px;
    position: relative;
    min-height: 500px;
}

/* Display selected region on top of map */
.in-page {
    padding-top: 20px;
    display: flex;
}
.in-page .sepr {
    padding: 0 5px;
}
.in-page .sepr img {
    width: 14px
}
.in-page .back-btn {
    color: #0066cc;
    cursor: pointer;
}

/* map */
.contSec #miMapMaf {
    width: 100%;
    overflow-x: scroll;
    padding-top:20px;
    margin-bottom: 50px;
    text-align: left;
}
.contSec #miMapMaf .map-sec {
    display: none;
}
.contSec #cInfo {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    /* border: 1px solid red; */
}
#cInfo .cHeader h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#cInfo .cHeader span {
    font: italic normal normal 14px/18px Arial;
}
#cInfo .counties {
    /* border: 1px solid green; */
    width: 200px;
    /* float: right; */
    margin: 0 auto;
}
#cInfo .counties ul {
    margin-top: 15px;
}
#cInfo .counties li {
    list-style: none;
    margin-left: -30px;
    padding: 2px 0;
    cursor: pointer;
}
#cInfo .counties li span {
    padding: 2px;
    margin-right: 4px;
    border-radius: 50px;
    font-weight: bold;
    background: #444444;
    color: #ffffff;
    font-size: 14px;
}

#cInfo .continfo {
    padding-bottom: 18px;
}
#cInfo .continfo .region {
    font: italic normal normal 14px/18px Arial;
}
#cInfo .continfo .name {
    padding-top: 8px;
    font-size: 18px;
}
#cInfo .continfo .email a {
    color: #0066cc;
    overflow: hidden;
    white-space: nowrap;
}
#cInfo .continfo .phone {
    padding-top: 6px;
}
#cInfo .continfo .phone a {
    color: #444444;
    text-decoration: none;
}

#listView {
    width: 100%;
}
#listView .tTitle {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}
#listView .tTitle .tTname,
#listView .tTitle .tTButton{
    width: 50%;
}
#listView .tTitle .tTname h2 {
    margin: 0;
    padding: 0;
}
#listView .tTitle .tTButton {
    color: #6664ea;
    cursor: pointer;
    white-space: nowrap;
    font: italic normal bold 16px Arial;

    display: flex;
    align-items: center;
}
#listView .tTitle .tTButton .icon {
    
    background: #6664ea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 8px;
}
#listView .tTitle .tTButton .icon img {
    width: 24px;
    padding: 6px;
}
/* ###################### */
.table-container {
    width: 100%;
    overflow-x: scroll;
}
table.tableizer-table {
    font-size: 15px;
    display: none;
    border: none;
    overflow-x: scroll;
    table-layout: auto;
    font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #444444;
}
.tableizer-table td:nth-child(2) {
    font-weight: bold;
}
.tableizer-table td:nth-child(3) {
    width: 25%;
    min-width: 150px;
}
.tableizer-table td:nth-child(4) {
    width: 25%;
    min-width: 120px;
}
.tableizer-table td:nth-child(4) a {
    color: #444444;
}
.tableizer-table td span {
    padding: 2px;
    margin-right: 4px;
    border-radius: 50px;
    font-weight: bold;
    background: #444444;
    color: #ffffff;
    font-size: 14px;
}
.tableizer-table th {
    text-align: left;
    font: italic normal normal 14px/18px Arial;
    border: none;
    padding-bottom: 15px;
}

.rotate90 {
    transform: rotate(90deg);
}
@media screen and (max-width: 930px) {
    .contSec #cInfo {
        position: relative !important;
        padding-top: 40px;
        margin: 0 auto;
        width: 100%;
    }
    .contSec #miMapMaf {
        direction: ltr;
    }
}
@media screen and (max-width:550px) {
    .contSec #miMapMaf {
        direction: rtl;
        padding-top: 0px;
    }
    #listView .tTitle {
        display: block;
    }
    #listView .tTitle .tTname,
    #listView .tTitle .tTButton{
    width: 100%;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:1200px) and (min-width: 1100px) {
    #cInfo .cCont {
        margin-left: 40px;
    }
    .contSec #miMapMaf {
        margin-bottom: 110px;
    }
}
@media screen and (min-width: 1500px) {
    .page-id-21742 #content {
        max-width: 1024px !important;
    }
}

/* Footer */
#maf-footer {
	font-size: 16px;
}
#maf-footer #left-foot ul {
	margin-left: 0;
}
#maf-footer #left-foot li {
	list-style-image: none;
	list-style: none;
}
#maf-footer li {
	padding: 4px 0;
}

#Hsocial a {
	text-decoration: none;
}
@media (max-width: 768px) {
	#Hphone,
	#gtranslate_selector {
		margin: 1em auto;
	}
	.printfriendly.pf-alignright {
		float: none;
	}
}

/* Reciteme floating button */
/*Please add this code in the additional CSS code section in WP*/
#reciteme-button {
    /* Button Styling and Placement */
    background: #00344c;
    width: 100px;
    height: 100px;
    bottom: 14px;
    right: 14px;

    position: fixed;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}
#reciteme-button:hover {
    /* Hover Color */
    background: #e9322e;
}
#reciteme-button img {
    /** Button Image Size */
    width: 70px;
    height: 70px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recitemeTButton {
	line-height: 1em;
	font-size: 14px;
	padding: 4px 0;
	text-decoration: underline;
}
#recitemeTButton a:hover {
	color: #FFFFFF !important;
}