#skyline-container {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #808080;
    word-wrap: break-word;
}

#skyline-container p {
    font-size: 16px;
    line-height: 26px;
}

/* Link Styles */
#skyline-container a {
    /* customize_standard_links */
    color: #ffffff;
    /* customize_standard_links */
    text-decoration: none;
}

#skyline-container a:hover {
    text-decoration: none;
    color: #444444;
}

#skyline-container a.cta-link {
    border: 1px #e8e8e8 solid;
    border-left: 0;
    border-right: 0;
    width: 100%;
    display: block;
    padding: 6px 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
}

#skyline-container a.cta-link:hover {
    margin-left: 4px;
    color: #282828;
}

#skyline-container a.cta-link:after {
    content: "\00a0 \2192";
}

/* List Styles */
#skyline-container ul,
#skyline-container ol {
    list-style: inside;
    margin: 0;
    padding: 0;
}

#skyline-container ul {
    list-style-type: square;
}

#skyline-container ol {
    list-style-type: decimal;
}

/* Heading Styles */
#skyline-container h1,
#skyline-container .blocksurround {
    color: #FFF;
    /* customize_Heading_Surrounds */
    background-color: #ffffff;
    /* customize_Heading_Surrounds */
    padding: 8px 12px;
    text-transform: uppercase;
}

#skyline-container h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

#skyline-container h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

#skyline-container h3 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

#skyline-container h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

#skyline-container h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

#skyline-container .side-block h2,
#skyline-container .side-block h3 {
    color: #FFF;
    background: #808080;
    padding: 9px 12px;
    font-size: 20px;
    text-transform: uppercase;
}

/* Blockquote Styles */
#skyline-container blockquote {
    border: 0;
    padding: 0;
    padding-bottom: 34px;
    margin: 0;
    background-image: url('/packages/skyline/themes/skyline/images/quote-bottom.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

#skyline-container blockquote p:before {
    color: #ccc;
    content: open-quote;
    font-family: Georgia;
    font-size: 4em;
    height: .2em;
    margin-right: .25em;
    vertical-align: -.3em;
}

#skyline-container blockquote p {
    background-color: #f4f4f4;
    padding: 30px 24px;
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color: #a4a4a4;
}