@charset "utf-8";
h2 {
background-color: none!important;
color: #fff;
text-transform: uppercase;
padding-left: 1em;
font-size: 1rem;
font-weight: bolder;
}
h3 {
margin: 1em;
padding: 0em;
color: #3B3C8B;
}
#content {
padding: 1em 2em!important;
}
.accordion_header {
font-size: .9rem!important;
font-weight: bolder!important;
}
.accordionDropArrow {
color: #3B3C8B;
}
.accordion_body p {
font-size: .85rem!important;
}
.portraitImg {
float: right;
margin: .25em 1em 1.5em 1.5em;
border: .1em solid #B08C62;
}
.servicesBullet {
float: left;
clear: left;
margin: 0 1em 1em 1em;
}
.coreServicesTitle {
color: #3B3C8B;
font-size: 1rem;
font-weight: bolder;
margin: 0 0 .2em;
}
.coreServices {
margin: 0 1em 1em 1em;
padding-bottom: 1em;
clear: right;
border-bottom: .1em solid #E1E1E1;
font-size: .85rem;
}
.servicesBlock {
padding: 0;
margin: 0 0 1em 0;
}
.servicesBlock ul {
margin: 0 0 .5em 0!important;
}
.servicesBlock ul li {
text-align: left;
margin-bottom: .7em;
font-size: .7rem!important;
}
.servicesTitle {
color: #3B3C8B;
font-size: 1rem;
font-weight: bolder;
margin: 0 0 .5em 1em;
border-bottom: .1em solid #B08C62;
}
.servicesDescription {
font-size: .85rem;
margin-left: 1.5em;
}
.sampleTopics {
text-size: .6rem;
font-weight: bold;
margin-left: 1.5em;
}
.clickForDetails {
font-weight: normal;
font-size: .8rem;
color: #B08C62;
}
hr.divider {
margin: 1em 0;
}
.workfitButton {
background-color: #B08C62!important;
color: #fff!important;
font-weight: bolder;
}
.workfitButton:hover {
background-color: #D5B48D!important;
}
.testmonialAuthor {
font-weight: bolder;
font-style: italic;
margin: 0;
color: #3B3C8B;
}
.testmonialAuthorTitle {
font-style: italic;
margin: 0 0 1em 0;
color: #B08C62;
font-size: .85rem;
}
.testimonialImg {
float: right;
margin: .25em 1em 1.5em 1em;
border: none;
}
.accordion_body ul {
list-style: square;
margin: 0 0 1em 0!important;
}
.accordion_body ul li {
font-size: .8em!important;
font-weight: bold;
color: #333!important;
}
.accordion_body ul li li {
font-size: .9em!important;
font-weight: normal;
color: #B08C62;
}
hr.divider {
margin: 1em 0;
}
.servicesImg {
float: right;
margin: .25em 1em 1.5em 1em;
border: .1em solid #3B3C8B;
}
/* Media Queries ----------------------------------*/
@media (min-width: 400px) {
#content {
padding: .5em 2% 1em!important;
}
}
@media (min-width: 768px) {
#content {
padding: .5em 5% 1em!important;
}
}
@media (min-width: 992px) {
#content {
padding: .5em 10% 1em!important;
}
}
@media (min-width: 1200px) {
#content {
padding: .5em 15% 1em!important;
}
}
@media (min-width: 1700px) {
#content {
padding: .5em 25%!important;
}
}
@media (min-width: 2500px) {
#content {
padding: 1.5em 25%!important;
}
}