.contact-country-item-menu {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.checkbox-item {
  display: flex;padding: 10px 20px;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #d71920;
}

.countryName {
  font-weight: 600;
  cursor: pointer;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ccc;
  user-select: none;
}

.contactFilterDropdowns .contactFilterDropdowns-label.active::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 7px;
}
.contactFilterDropdowns .contactFilterDropdowns-label::after { 
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 9px solid #002d62;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  content: '';
  border-color: #000;
  transition: 0.2s all;
  float: right;
}

.contactFilterDropdowns ul.filterDropdownList li:hover {
	background-color: #e51b24 !important;
  color: #ffffff;
  transition: 0.5s all;
}
.contactFilterDropdowns ul.filterDropdownList li::before {
	display:none;
}
.contactFilterDropdowns ul.filterDropdownList li {
	background-color: #ffffff !important;
  border: medium none;
  float: left;
  list-style: outside none none;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.5s all;
  text-transform: uppercase;
}
.contactFilterDropdowns ul.filterDropdownList {
	background-color: #fff;
  border: 1px solid #f0f0f0;
  float: left;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  top: 47px;
  width: 97%;
  z-index: 99999;
  display: none;
  box-shadow: 0px 10px 10px #f0f0f0;
  max-height: 300px;
  overflow: auto;
}
.contactFilterDropdowns:not(.contact-sheets-dd) .contactFilterDropdowns-label {
	margin-bottom: 15px;
}
.contactFilterDropdowns .contactFilterDropdowns-label {
border: 1px solid #f0f0f0;
  float: left;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
.contactFilterDropdowns:not(.contact-sheets-dd) ul.filterDropdownList li
{
	 padding: 10px 20px;
}
.primary-filter-wraper {
  margin-bottom: 30px;
}
.contactItemListWrapper {min-height: 210px;}
.secondary-filter-wrapper {
  display: none;
}
.filterSubmit:hover, .filterSubmit:focus, .filterSubmit:active  {
	 color: #ffffff;
}
.filterSubmit {
  background: #3f6d8c;
  color: #ffffff;
  padding: 10px 26px;
  display: inline-block;width: 100%;
  text-align: center;
}
.loaderIcon {
  background: url("/~/media/Images/C/CNA-Hardy/css/ajax-loader.gif");
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}
#ip3-contacts-all #footerwrapper {position:relative !important;}

.capthca_btn {display:none;}
.pdf-content { display:none;}
.pdf-only { position: absolute; left: -9999px; top: auto; width: 0; height: 0; overflow: hidden; }
.screen-only { display: block; }
.page-break {page-break-before: always; break-before: page;}
.avoid-break {page-break-inside: avoid;  break-inside: avoid;}
#pdfData {width: 100%; float: left; margin-bottom: 30px;}
#pdfData .page {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
#pdfData .page:first-child {
  padding-top: 0px;
}
.pdf-content-heading {
    padding-bottom: 30px;
    margin-left: 30px;
}
.contact-item {
  margin-bottom: 30px;padding-left: 60px;width: 40%;
}
.contact-item .blk .red {
  color: #e32e2d;
}

.contact-item .blk .blue {
  color: #3b6e8e;
}
.contact-item .blk {
  font-weight: bold;line-height: 20px;
}
.pdf-content-heading span {
    font-size: 16px;
    font-weight: bold;
}
.pdf-content-heading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #e32e2d;
    padding-top: 10px;line-height: 40px;
}
.disbtn{opacity:0.5; pointer-events: none;}
.capthca_btn_code .g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
.capthca_btn_btn {
    margin-top: 20px;
}
.capthca_btn_code .g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
.capthca_btn {
    margin-bottom: 50px;padding: 0 35px;
}
.downloadpdfbtntop {text-align:right;display:none;}
a#downloadpdfbtn, a#downloadpdfbtntop {
    background: #3f6d8c;
    color: #ffffff;
    padding: 10px 26px;
}
#contact-item-list {
  
}
.row.greyboxtop {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}
.greyboxtop p.blk {
    font-weight: bold;
}
.greyboxtop p.blk .red {
    color: #e32e2d;
}


.row.whiteboxtop {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.whiteboxtop p.blk {
    font-weight: bold;
}
.whiteboxtop p.blk .red {
    color: #e32e2d;
}

.row.blueboxtop {
    background: #3f6d8c;
    padding: 20px;
    color: #ffffff;
}
.blueboxtop p.bluehead {
    background: #3f6d8c;
    /* padding: 20px; */
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.blueboxtop p {
    color: #ffffff;
    padding-bottom: 0;
}

.contactListingPage { margin-bottom: 40px; }
.pdfLoading {display:none;margin-top: 25px;}
.pdfLoadingText p { color: #e51b24; font-weight: bold; text-align: center; }
.filterWrapper { margin-bottom: 30px; }
.active .goBtn { display: block; }
.goBtn { position: absolute; right: 20px;display:none;top: 10px; }
.contactFilterDropdowns .contactFilterDropdowns-label.active::after {display:none;}


@media all and (min-width:768px){
	.contact-item:nth-child(2n+1) { width: 40%; }
}


@media all and (max-width: 767px){
	.contact-item {padding-left: 30px;width: 100%;}
	.pdf-content-heading h2 { font-size: 30px;font-size: 30px;}

}
