﻿.FAQs{ /*header of 1st demo*/
font-family: 'Open Sans', sans-serif;
cursor: hand;
cursor: pointer;
padding: 5px;
font-size:1.25rem;
color: #0C6667;
margin:5px auto;
text-align:left;
text-transform:none;
border-bottom:1px solid rgba(127,117,111,0.35);

/*
background: rgba(0,92,167,1);
background: -moz-linear-gradient(top, rgba(0,92,167,1) 0%, rgba(10,48,84,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,92,167,1)), color-stop(100%, rgba(10,48,84,1)));
background: -webkit-linear-gradient(top, rgba(0,92,167,1) 0%, rgba(10,48,84,1) 100%);
background: -o-linear-gradient(top, rgba(0,92,167,1) 0%, rgba(10,48,84,1) 100%);
background: -ms-linear-gradient(top, rgba(0,92,167,1) 0%, rgba(10,48,84,1) 100%);
background: linear-gradient(to bottom, rgba(0,92,167,1) 0%, rgba(10,48,84,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ca7', endColorstr='#0a3054', GradientType=0 );*/
}

.openFAQs{ /*class added to contents of 1st demo when they are open*/
background:rgba(0,0,0,0.0);
border-bottom:0px;
}

.theFAQ{
color:#7F756F;	
background-color:#F8F8F8;
max-width:1300px;
margin:0px auto;
padding:0px 10px;
border:0px solid #ccc;
}