/*----- Search Form -----*/
.search {
    width: 20px;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    border-radius:1px;
    background:#ffffff;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border:1px solid #1a1a1a;
    background:#ffffff;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fffff;
    text-decoration: none;
}

.accordion-section-title:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000000;
    float: right;
    margin-left: 5px;
}

.accordion-section-title.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    border: 1px solid #1a1a1a !important;
}

.title { 
	display: block; 
	overflow: hidden; 
	margin: 0 0 25px 0 !important;
	padding: 0 0 0 0 !important;
}

.titleNoPadding { 
	display: block; 
	overflow: hidden; 
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.icons{
	display: inline-block;
    float:left;
    margin-right:10px;
}

.textLayout{
    display: block;
}

.formInputs{
	overflow: visible !important;
}

.tab{
	margin: 0 0 0 25px !important;
}

/*----- Contact Us Form -----*/
.contactForm{
	width:35%; 
    margin:10px auto;
    text-align:left;
}

.contactFormBorder{
	border-bottom: none !important;
}

.formInputs{
	width: 100% !important;
	padding: 0 0 0 0 !important;
}

.smallerMargins{
	text-align:center;
}


/*----- Contact Us Form Page -----*/
.contactFormPage{
	border:1px solid #1a1a1a;
	text-align:left;
}

textarea {
	margin: 0 0 5px 0 !important;
	font-size: 10pt;
}

.grecaptcha-badge {
    z-index: 999;
}
.submitButton{
	width: 100px !important;
}

.panel, .panel-small, .panel-medium, .panel-large {
    background: #ffffff;
    border:1px solid #1a1a1a;
    text-align:left;
    padding: 10px 15px 10px 15px;
}


/*----- Email Confirmation Page -----*/
.list:before{
	content: "\2022";
}

.topPadding{
	padding: 10px 0 0 0 !important;
}