/* HAP Custom CSS */
.fw-medium,.fw-500 {
    font-weight: 500 !important
}

.fw-semibold,.fw-600 {
    font-weight: 600 !important
}

.fw-bold,.fw-700 {
    font-weight: 700 !important
}


/* Wrok Resource Page */
.innerpage.page-8862 .subpage-title,
.innerpage.page-8857 .subpage-title,
.innerpage.page-8899 .subpage-title {
    background-image: url(../images/header-about.jpg);
}

.innerpage.page-8823 .subpage-title,
.innerpage.page-8994 .subpage-title,
.innerpage.page-10187 .subpage-title,
.innerpage.page-10638 .subpage-title,
.innerpage.page-11125 .subpage-title,
.innerpage.page-11205 .subpage-title {
    background-image: url(../images/header-gethelp.jpg);
}

.innerpage.page-9932 .subpage-title, .innerpage.page-10723 .subpage-title, .innerpage.page-11035 .subpage-title, .innerpage.page-11036 .subpage-title, .innerpage.page-11037 .subpage-title {
    background-image: url(../images/header-providers.jpg);
}

.innerpage.page-10018 .subpage-title, 
.innerpage.page-10670 .subpage-title, .innerpage.page-11217 .subpage-title, .innerpage.page-11220 .subpage-title, .innerpage.page-11403 .subpage-title
{
	background-image: url(../images/header-givehelp.jpg);
}

.blk-rw {
	background-color: #00C1D5;
    padding: 1.5rem 2rem;
    margin-bottom: 1.8rem;
    border-radius: 8px;
}

.blk-rw h2 {
	color: white!important;
    font-weight: 600!important;
    text-align: center;
}

.innerpage .subpage-leftnav {
    border: 1px solid #00C1D5;
    border-radius: 5px;
    overflow: hidden;
    border-top-width: 24px;
   /**max-width: 350px; **/
}

.innerpage .subpage-leftnav h3 {
        padding: 2rem 1.5rem 0;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.2;
        color: #173a4d;
    }

.innerpage .subpage-leftnav .sub-menu {
    padding-left: 0;
    padding-top: 1rem;
 	margin: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 10px;
}

.innerpage .subpage-leftnav .sub-menu li {
    list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
 }

.innerpage .subpage-leftnav .sub-menu li a {
   	border-bottom: 0;
	padding: .8rem 1.5rem;
	display: block;
	color: black !important;
 	text-decoration: none;
}

.innerpage .subpage-leftnav .sub-menu li a:hover {
   background-color: #eee;
}

.h4hpblock {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    background-color: #FFCC99;
	color: black;
	padding: .8rem;
}

.h4hpblocktext {
	font-style: normal;
	margin-top: 1rem;
}


.hapevent {
	border-bottom: 1px solid #cfcfcf;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.hapevent p {
	line-height: 1.4rem;
}


.h4table {
	border:1px solid #aaaaaa;
	border-collapse: collapse;
	
}

.h4table th, .h4table td {
	border:1px solid #aaaaaa;
	border-collapse: collapse;
	Padding:.4rem 1rem;
}

.DnnModule-ActionForm label.control-label.af-slide.required:after {
    content: '*';
    color: #990000;
    font-weight: bold !important;
    font-size: 18px;
}


.DnnModule-ActionForm {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    color: #000;
    background-color: white;
	
	
    padding: 1rem;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    border-radius: 4px;

	
}

.DnnModule-ActionForm .btnc-center button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.bstrap30 .form-button {
    font-size: 16px !important;
    padding: 1rem 2.2rem !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    border: 0 !important;
    text-decoration: none !important;
    background-color: #fcb316 !important;
    color: #173a4d !important;
	  
}

.bstrap30 .form-button:hover {
    background-color: #173a4d !important;
    border-color: #173a4d !important;
    color: white !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}

.btnc {  
	margin-left: 0px!important;
    width: 100%!important;   
    max-width: 100%;
	margin-top: 1rem;
}
/*.avt-action-form .c-form {*/

@media (max-width: 768px) {
.flexorder2 {
	order:2;

	}
.innerpage .subpage-leftnav {

   max-width: auto; 
	}
}

@media (min-width: 992px) and (max-width: 1200px){
#main-menu.navbar-nav .nav-link {

    font-size: .9rem;
}
}

/* News Page */
.scc-collapes {
    margin-bottom: 2rem;
}

.collapes-handle {
    border-bottom: 1px solid #eee;
}

.scc-collapes .news-list {
    padding: 2rem;
    background-color: #f9f9f9;
}

.scc-collapes .btn {
    border-radius: 8px 8px 0 0;
    padding-right: 10rem;
    text-align: left;
    position: relative;
    background-color: #1c4e69;
}

.scc-collapes .btn:after {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: "\e931";
    position: absolute;
    right: 0;
    top: 0.7rem;
    margin-right: 1.2rem;
    margin-bottom: 5px;
}

.scc-collapes .btn.collapsed {
    background-color: #666;
}

.scc-collapes .btn.collapsed:after {
    content: "\e92e";
}


/* 9/ 2022 home slider new */
.slide-member .slide-img {
    background-image: url(../images/homeslide-member.jpg);
}

#google_translate_element {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
}


@media (max-width: 992px) and (min-width: 576px) {
#google_translate_element {
    top: 32px!important;
    right: -290px!important;
}
}


.top-blk.top-translate {
    padding-right: 1.1rem;
}
#google_translate_element {
    padding: 0.3rem 0.7rem .3em;
    line-height: 1;
    font-size: 13px;
    color: #eee !important;
    border-radius: 6px;
    background-color: rgba(255, 255, 255);
   
}

#google_translate_element .goog-te-gadget-simple {
        background-color: transparent;
        border: 0;
        font-size: 14px !important;
        font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
        color: white !important;
}

.goog-te-gadget img {
    display:none;
}

.goog-te-menu-value {
    padding: 0.2rem 0.7rem 0.2em;
    line-height: 1;
   
    color: #eee !important;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);

}

    .goog-te-menu-value:hover {text-decoration:none;}

    .goog-te-menu-value span {
        border: 0px !important;
        font-size: 13px !important;
        font-family: "Avenir Heavy", sans-serif; /*font-family: "Nunito Sans", sans-serif;*/
        padding: 6px 3px 6px 5px !important;
    }


.goog-te-gadget-sim
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.top-blk.top-translate {
    padding-right: 1.1rem;
} .top-blk {
    position: relative;
    padding-right: 1.2rem;
    margin-right: 1rem;
}


#joblogolist  {
    display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: flex-end;	
	/*max-width: 80%;*/
	margin-left: auto;
	margin-right: auto;
}

#joblogolist li {
    width: auto;
    float: left;
    margin: 10px 15px;
    padding: 0px;
   /* border: 1px solid #F5EFE7; */
	list-style-type: none;
	text-align:center;
	vertical-align:bottom;
}

#joblogolist li a {
	display: block;
    border:  1px solid #F5EFE7;
	text-decoration: none;
	
}

#joblogolist li a:hover {
    border: 1px solid #990000;
	
	text-decoration: underline;
}

#joblogolist img {
    width: auto;
}

#joblogolist li:nth-child(1) img {
    height: 80px;
}

#joblogolist li:nth-child(2) img {
    height: 80px;
}

#joblogolist li:nth-child(3) img {
    height: 140px;
}

#joblogolist li:nth-child(4) img {
    height: 80px;
}

#joblogolist li:nth-child(5) img {
    height: 80px;
}

#joblogolist li:nth-child(6) img {
    height: 100px;
}

#joblogolist li:nth-child(7) img {
    height: 100px;
}

#joblogolist li:nth-child(8) img {
    height: 140px;
}

#joblogolist li:nth-child(9) img {
    height: 140px;
}

#joblogolist li:nth-child(10) img {
    height: 140px;
}

#joblogolist li:nth-child(11) img {
    height: 100px;
}




@media (min-width: 1200px) {
    .fs-50 {
        font-size: 50px !important;
    }
}

.mainfoot #loginDnnitems {
    display: block;
}