﻿@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Tempo";
    src: url("../fonts/Tempo-Std-Heavy-Condensed.ttf") format("truetype"), url("../fonts/TempoHeavyCondensed.eot?#iefix") format("eot"), url("../fonts/TempoHeavyCondensed.woff") format("woff"), url("../fonts/TempoHeavyCondensed.svg#TempoHeavyCondensed") format("svg");
    font-weight: normal;
    font-style: normal;
}

html.md-default-theme, html, body.md-default-theme, body, panel-body{
    color: #333 !important;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fff !important;
    padding: 0px;
    letter-spacing: normal;
    background-color: #fafafa !important
}


.static-faq blockquote {
    color: #333 !important;
} 


/* global styles */
.static-faq .m0p0 {
    margin: 0px;
    padding: 0px;
}

.static-faq .hidden {
    display: none;
    visibility: hidden
}

.static-faq  .center {
    text-align: center !important;
    display: block;
    width: 100%;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.noflt {
    float: none !important;
    display: block;
}


.static-faq p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.static-faq a {
    color: #165699;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
	display: block;
}

.static-faq a:hover {
    transition: 0.3s
}

/* Input Styles */
.static-faq .field {
    padding: 10px 0px;
}

.static-faq label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: normal;
}

    .static-faq label strong {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        color: #777777;
    }

.static-faq input {
    background-color: #fff;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #10549b;
    border: 1px solid #10549b;
    display: block;
    width: 100%; /*max-width:550px;*/
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.static-faq textarea {
    background-color: #fff;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #10549b;
    border: 1px solid #10549b;
    display: block;
    width: 100%;
    max-width: 550px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.static-faq input:focus {
    border-color: #9ecaed;
    -webkit-box-shadow: 0 0 10px #9ecaed;
    box-shadow: 0 0 1px #9ecaed;
    outline: 0;
}

.static-faq input[disabled] {
    background-color: #FDFDFD;
    border-color: #efefef;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-text-fill-color: #333
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
    display: inline-block;
    width: auto !important;
    margin-right: 10px;
    background-color: auto;
    border: auto;
}

input[type="checkbox"]:checked {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
    display: inline-block;
    width: auto !important;
    margin-right: 10px;
    background-color: #005ba2;
    border: auto;
    box-shadow: none !important
}

.static-faq select {
    -webkit-appearance: a;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/caret-down.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #10549b;
    border: 1px solid #10549b;
    overflow: hidden;
    padding: 15px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.static-faq .smallfield select {
    background-position: 92% center;
}

.static-faq select[disabled] {
    background-color: #FDFDFD;
    border-color: #efefef;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-text-fill-color: #333
}

.static-faq textarea[disabled] {
    background-color: #FDFDFD;
    border-color: #efefef;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-text-fill-color: #333
}

.static-faq label a {
    text-decoration: underline !important
}

.static-faq .fa-chevron-down {
    float: right !important;
    color: #999 !important
}

.static-faq h1 {
    font-size: 54px;
    font-family: "tempo", sans-serif;
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 50px
}

.static-faq h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: "tempo", sans-serif;
    text-align: center;
    width: 100%;
    display: block;
    color: rgba(6,83,156,1);
    padding: 20px 0px
}

.static-faq a {
    color: #165699 !important;
    font-family: "open sans", sans-serif;
    text-align: left
}

h3 {
    font-size: 28px;
    font-weight: 100;
    color: rgba(83,83,83);
    margin: 40px 0px 20px 0px;
}

h4 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: "tempo", sans-serif;
    text-align: center;
    width: 100%;
    display: block;
    color: rgba(6,83,156,1)
}

.static-faq div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*bootstrap override */

.nav > li > a {
    padding: inherit;
}
.nav > li > a:focus, .nav > li > a:hover {      
        background-color: inherit; 
}

a:focus, a:hover {
    color: white;
    text-decoration: none;
}

ol, ul {
    margin-bottom: 0;
}

/*End bootstrap overrides*/


.panel-default > .panel-heading {
    color: rgba(6,83,156,1) !important;
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 0px 0px !important
}

.faqContainer {
    padding: 0px 20px;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.16);
    background-color: #fff
}

.panel-group {
    background: #fff !important;
    margin-bottom: 0px
}

.panel-default {
    border-color: transparent !important;
}

.panel {
    box-shadow: none !important
}

.panel-title {
    border-bottom: 1px solid #F2F2F2 !important;
    padding: 20px 0px !important;
    text-align: left
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.static-faq .icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    border-radius: 100%;
    background-color: #26A0D5;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px
}

.static-faq .iconLabel {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
}

.static-faq .hero {
    background-size: cover;
    margin-bottom: -70px;
    height: 410px;
    width: 100%;
    background-position: center;
    padding: 0;

}

.static-faq .more {
    padding: 40px 15px

}

.static-faq a.cta {
    /*height: 75px;
    line-height: 75px;*/
    width: 175px;
    background-color: #25619F;
    font-size: 16px;
    font-family: "tempo", sans-serif;
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #25619F;
}


.static-faq .rotate {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.static-faq .rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.faq-keywords {
    text-align: center;   
    padding: 15px;
    margin-bottom: 30px;
}
.static-faq fieldset{
    padding: .2em;
    line-height: 50px;
}

input.moreHelpKeyword {    
    padding: 0 10px;
    max-width: 60%;
    margin: 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    height: 50px; /*IE*/
}

@media (max-width:768px) {
    .static-faq h1 {
        font-size: 34px;
    }
}

/*Overrides from sitecore */

.faq-category {
    font-size: 16px;
}

.static-faq .rotate {
    line-height: 40px;
}

.panel-body a {
    display: inline-block;
}

.panel-body li {
    list-style: inside;
}

.panel-body ul {
    padding-bottom: 5px;
}

.panel-body p {
    margin: 5px 0px 0px 0px;
}

input.moreHelpKeyword {
    margin-right: -5px
}

.panel-body h2 {
    text-align: left;
    font-family: ”open sans”, sans-serif;
    font-size: 14px;
    padding: 0px;
}

/*end sitecore overrides */

