﻿@charset "utf-8";
/* CSS Document */

/*Document Styles*/
.section {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #232483;
    font-size: 24px;
    display: block;
    height: 40px;
    padding: 5px 5px 0 5px;
    margin-bottom: 10px;
    background: #CCC;
}

.section-sub {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #232483;
    font-size: 18px;
    display: block;
}

.line {
    width: 360px;
    background-repeat: repeat-x;
    margin: -13px 0 0 0;
}


/* TYPOGRAPHY*/
.scriptHeader {
    font-family: 'sylvanhwscript1.0regular';
    font-size: 3.500em;
    letter-spacing: 0.025em;
    line-height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.luellaHeader {
    font-family: 'luellablack';
    font-size: 4.688em;
    letter-spacing: 0.025em;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}

h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #231f20;
    font-size: 3em;
    line-height: 100%;
    display: block;
    margin: 0 0 39px;
}

.uppercase {
    text-transform: uppercase;
}

.breadcrumb {
    margin: 50px 0 50px 0;
}

    .breadcrumb span {
        background: url("../images/breadcrumb_arrow.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
        color: #595959;
        display: block;
        float: left;
        font-family: "proxima-nova",sans-serif;
        font-size: 0.938em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.03em;
        line-height: 100%;
        margin: 0 5px 0 10px;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 5px;
    }

.bc_arrow {
    margin: 0 13px 0 13px;
    padding: 0;
}

.bullet_arrow {
    margin: 0 13px 0 0;
    padding: 0;
}

h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #231f20;
    font-size: 2.000em;
    letter-spacing: 0.01em;
    line-height: 100%;
    display: block;
    margin: 0;
    text-decoration: none;
}

div.h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #231f20;
    font-size: 2.000em;
    letter-spacing: 0.01em;
    line-height: 100%;
    display: block;
    margin: 0;
    text-decoration: none;
}

h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #231f20;
    font-size: 1.625em;
    letter-spacing: 0.01em;
    line-height: 134%;
    display: block;
    margin: 0;
}

h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #231f20;
    font-size: 0.938em;
    letter-spacing: 0.03em;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.hl_divider {
    background: url(../img/fpo_line.png);
    margin: 22px 0;
    padding: 0;
    height: 2px;
}

p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #231f20;
    font-size: 1.35em;
    letter-spacing: 0.03em;
    line-height: 125%;
    display: block;
    margin: 0 0 20px;
}

.smallBody p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #231f20;
    font-size: 1.125em;
    letter-spacing: 0.03em;
    line-height: 138%;
    display: block;
}

.smallList {
    list-style: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #231f20;
    font-size: 1.0em;
    letter-spacing: 0.01em;
    line-height: 162%;
    display: block;
    padding: 0;
}

    .smallList a {
        list-style: none;
        font-family: "proxima-nova", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 1.0em;
        letter-spacing: 0.01em;
        text-decoration: none;
    }

#content ul, .largeList, .sfitemRichText ul {
    list-style: disc outside url("../images/approach_arrow.png");
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #231f20;
    font-size: 1.35em;
    letter-spacing: 0.04em;
    line-height: 150%;
    display: block;
}


.cta_arrow {
    margin: 5px 0 0 8px;
    padding: 0;
    position: absolute;
}

.buttonType {
    /*background:#5a2c81;
	display: block;
	width: 235px;
	height: 54px;
	padding: 0;*/
}


    .buttonType a {
        font-family: 'sylvanhwscript1.0regular';
        font-size: 2.000em;
        letter-spacing: 0.062em;
        line-height: 100%;
        display: block;
        margin: 0;
        color: #FFFFFF;
        /* typical padding, base style // padding: 10px 23px 0 23px; */
        /* centered padding, adjusted per "fixed-width" buttons*/ padding: 10px 33px 0 33px;
    }

.button a:link, .button a:visited, .button a:active {
    font-style: none;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 2.000em;
    letter-spacing: 0.075em;
}

.button a:hover {
    color: #ffffff;
    background: #441868;
    height: 44px;
    padding: 10px 33px 0 33px;
}

.bold {
    font-weight: bold;
}

.color-black {
    color: #000000 !important;
}

.color-white {
    color: #fff !important;
}

.color-blue {
    color: #232483;
}

.fs-14 {
    font-size: 14px;
}

.fs-26 {
    font-size: 26px;
}

.fs-42 {
    font-size: 42px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600;
}