/*Custom CSS
 */

 

H1 {
	color: white; 
	background: teal; 
	FONT-FAMILY: arial, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 18pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
	padding: 8px !important;
}

H2 {
	COLOR: #000000; 
	FONT-FAMILY: verdana, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 14pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
}

H3 {
	COLOR: #000000; 
	FONT-FAMILY: verdana, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 14pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
}

H4 {
	COLOR: #000000; 
	FONT-FAMILY: verdana, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 12pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
}

H5 {
	color: white; 
	background: darkblue; 
	FONT-FAMILY: verdana, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 12pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
}

H6 {
	color: black; 
	background: #cccbcb; 
	FONT-FAMILY: verdana, helvetica, lucida-sans, sans-serif; 
	FONT-SIZE: 10pt; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal;
	padding: 8px !important;
	border-radius:7px;
	cursor: pointer !important;
}

.accordion-content {
    margin-left: 30px !important;
    /*background-color: #f8f9fa;*/
    padding: 0px;
}


img#closebtn {
    position: absolute !important;
    right: 10px !important;
}

.hentry {
    border: 0px solid #cccccc !important;
}

.hentry header {
    border-bottom: 0px !important;
}

#submit {
    background-color: teal !important;
}

input.button-primary.pdb-submit,
.wpmui-link.ms-pay-button,
.wpmui-submit{
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
    background-color: teal !important;
    float: right;
    font-size: 1em;
}