body {
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
    font-weight: 500;
    color: #555;
    background: #fafafa;
}

h1, h2, h3, h4, h5 {
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
    font-weight: 700;
    color: #222;
    text-shadow: rgba(255,255,255,0.7) 0 1px 0;
}

h1 {
    font-size: 50px;
    line-height: 56px;
}

h2 {
    font-size: 28px;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

a, a:link, a:visited, a:active {
    color: #000;
    border-bottom: 1px solid #f7b100;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover {
    color: #f7b100;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a.highlight-inner {
    border-bottom: none;
}

a.highlight-inner span {
    border-bottom: 1px solid #f7b100;
}

header {

    padding: 30px 0 15px;

}

li {
    margin-bottom:14px;
    font-size: 17px;
    line-height: 165%;
}

.alt {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #e6ad1d;
}

.indicator {
    float: left;
    margin-right: 10px;
    background: #FCD164 ;
    border-radius: 2px;
    font-size: 18px;
    line-height: 28px;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-top: 6px;
}

a .indicator {
    color:#444;
    text-shadow: none;
}

.indicator .fa-plus {
    display: none;
}

.collapsed .indicator .fa-minus {
    display: none;
}

.collapsed .indicator .fa-plus {
    display: inline;
}

.intro {
    margin-bottom: 30px;
}

p.small {
    font-size: 15px;
}

footer {
    margin-top: 30px;
    padding-bottom: 15px;
}

h2.block {

}

h2.block a {
    color: #444;
    display: block;
    outline: none;
    border-bottom: none;
    background: #FCD164;
    padding: 5px 10px;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 4px;
}


h2.block a.collapsed {
    background: #e8e8e8;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}


h2.block a:hover {
    background: #ffe092;
}

.links {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
}

.links li {
    float: left;
    margin-right: 15px;
    font-size: 18px;
    line-height: 24px;
}

.circle {
    border-radius: 30px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.list heading {
    float: left;
    margin-right: 10px;
}

.emailForm {
    text-align: center;
}

form p {
    margin-bottom: 5px;
}

.submitButton {
    background-color: #FFA319;
    border-radius: 10px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: "ff-meta-serif-web-pro",Georgia,serif;
    width: 200px;
    height: 35px;
}

@media (max-width: 480px){
    h1 {
        font-size: 34px;
        line-height: 64px;
    }

    h2 {
        font-size: 24px;

    }
}

@media (max-width: 320px){
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
}
