/* Page FAQ */

.page-about-faq #page-title {
	display: none;
}

.page-about-faq #main-content {
	margin: 0 5% 0 5%;
}

.page-about-faq #main-content h2 {
  	text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-about-faq section p {
	text-align: center;
	font-family: "merriweatherregular";
	font-size: 17px;
	color: #2A2828;
	margin: 0 10% 0 10%;
}

.page-about-faq .view-frequently-asked-questions .item-list ul {
	list-style-type: none;
  	padding: 1.5em 0 2em 0;
	border-bottom: 4px solid #D0D0D2;
}

.page-about-faq .view-frequently-asked-questions .item-list ul li {
	margin: 0 0 0.25em 0;
}




.page-about-faq .pane-frequently-asked-questions-panel-pane-1 {
	margin-bottom: 0;
}

.page-about-faq .pane-frequently-asked-questions-panel-pane-1 .item-list ul a {
	font-family: "open_sanssemibold";
	font-size: 13px;
	color: #0277AE;
	font-weight: normal;
	line-height: 2.5em;	
}

.page-faq .pane-frequently-asked-questions-panel-pane-1 .item-list ul a:hover {
	color: #2A2828;
}


.page-about-faq .pane-frequently-asked-questions-panel-pane-2 .item-list ul a {
	font-family: "open_sansbold";
	font-size: 13px;
	color: #041E3A;
	text-decoration: none;
	font-weight: normal;	
}

.page-about-faq .pane-frequently-asked-questions-panel-pane-2 .item-list ul p {
	text-align: left;
	font-family: "open_sansregular";
	font-style: normal;
	font-size: 13px;
	color: #041E3A;
	margin: 0.5em 0 3em 0;
	line-height: 2em;
}



/* Mobile styling */
@media screen and (max-width: 780px){ 

.page-about-faq #main-content h2 {
	font-size: 18px;
}

.page-about-faq section p {
	font-size: 15px;
}

.page-about-faq .easy-breadcrumb {
	display: none;	
}

.page-about-faq .pane-frequently-asked-questions-panel-pane-1 .item-list ul a {
	line-height: 1em;	
}

.page-about-faq .pane-frequently-asked-questions-panel-pane-1 .item-list ul li {
	margin-bottom: 1em;
}

.page-about-faq .pane-frequently-asked-questions-panel-pane-2 .item-list ul a {
	line-height: 0.5em;
}

.page-about-faq .view-frequently-asked-questions .item-list ul {
  padding-bottom: 0.5em;
}

 
}

