.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #011348;
    background: #004785;
    font-weight: normal;
    color: #ffffff;
}

h3.ui-accordion-header {
    font-size: 20px !important;
}

section {
    border-bottom: 1px solid #dfe1e2;
    padding: 20px 10px;
    border-top: 1px dotted #dfe1e2;
    margin-bottom: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #011348;
    background: #004785;
    font-weight: normal;
    color: #FFFFFF;
}

/**
*Header
 */
.bold-flashy {
    font-weight: 900;
    font-size: 2em;
}
p{
    font-size: 1.1em
}

@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
    /*color: #333;
    background: #eee;*/
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
}

.faq-header {
    font-size: 2em;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.faq-c {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.faq-t {
    line-height: 1em;
    color: #aaa;
    font-family: sans-serif;
    float: left;
    font-weight: 700;
    padding-right: 0.3em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    color:#193d8f!important;
}

.faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-q {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 100;
    color:#193d8f!important;
}

.faq-a {
    clear: both;
    color: #000;
    display: none;
    padding-left: 1.5em;
    padding-top: 1.5em;
}

.fsBody .fsForm h2.fsSectionHeading {
    color: #004785;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

 .fsSectionHeader {
     margin-bottom:0!important;
}

.fsSectionHeader {
    display: none;
}