﻿
/*All 1-Column-Spa.Master Layouts are wrapped in <main id=""spa-main-content">*/ 
main#spa-main-content {}

main#spa-main-content section   {
    padding-bottom: 100px;
    border-bottom: 1px solid #bcbcbc;
}



main#spa-main-content section:first-of-type {
    padding-top: 20px;
    background-color: #ffffff !important;
}

main#spa-main-content section:nth-of-type(even){
        background-color: #f8f8f8;
} 

main#spa-main-content section:last-of-type {
    border-bottom: #ccc dashed 1px;
}



.spa-header {
    font-size: 40px;
    text-transform: capitalize;
    padding: 20px 15px 0;
    font-weight: normal;
    width: 100%;
    text-align:center;
    margin-top: 0;
}
.spa-header-desc {
    font-style: italic;
}

.spa-header > img {
        margin-right: -8px;
    }

.spa-subheader {
    text-transform: uppercase;
    /*padding: 0 15px;*/
    font-weight: normal;
}

.spa-header-container {
    text-align:center;
    padding-bottom: 24px;
}

.spa-section {
    padding-bottom: 40px;
}

.spa-subsection {
    padding-top: 20px;
    padding-bottom: 20px;
}

.inner-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pl-img .txtbutton:hover {
    background: #74b64a;
}

.contain-logo {
    margin: auto;
    width: 64px;
    height: 64px;
    background: white;
    border: 1px solid #bcbcbc;
    padding: 7px 0;
    text-align: center;
    position: relative;
    top: -32px;
    z-index: 99;
    border-radius: 100px;
}

    .contain-logo span {
        font-size: 30px;
        color: #bcbcbc;
    }

    /*.contain-logo span img {
        position: absolute;
        left: 6.5px;
        z-index: 10;
    }*/


/*FJC Color Classes*/
.spa-purple-bg {
    background-color: #652d90;
}

.spa-purple-txt {
    color: #652d90 !important;
}

.spa-green-bg {
    background-color: #74b64a !important;
}

.spa-green-txt {
    color: #74b64a !important;
}

.spa-dark-blue-bg {
    background-color: #1b1464 !important;
}

.spa-dark-blue-txt {
    color: #1b1464 !important;
}

.spa-blue-bg {
    background-color: #86c7cf !important;
}

.spa-blue-txt {
    color: #86c7cf !important;
}

.spa-white-txt {
    color: #fff;
}

.spa-grey-bg {
    background-color: #8c8c8c;
}

/*Sections*/

#spa-promoted-applications, #sec-promoted-applications {
    height: 300px;
    padding:0  !important;
}

/*Our Mission*/
.spa-statement {
    text-align: center;
    font-size: 40px;
    color: #142b48;
    font-weight: 100;
    /*border-top: #ebebeb solid 1px;*/
    border-bottom: #ebebeb double 4px;
    padding: 0 0 35px 0;
    margin: 0 0 40px 0;
    text-transform: none;
}

.spa-alt-statement-containter {
    border-left: 1px dashed #ccc;
 }
.spa-alt-statement {
    font-size: 21px;
    font-weight: 100;
    /*color: #652d90;*/
    text-align: justify;
    font-weight: normal;
}

.spa-mission {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    color: #fff;
}

#spa-our-mission ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #spa-our-mission ul li {
        padding-left: 1.5em;
        text-indent: -1em;
        padding-bottom: 15px;
    }

        #spa-our-mission ul li:before {
            content: "\f04d";
            font-family: FontAwesome;
            color: #74b64a;
            font-size: xx-small;
            padding-right: 10px;
        }



/* Unordered Lists */
/*main#spa-main-content section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}*/

/* Unordered Lists */
main#spa-main-content section ul li ul {
    padding-top: 10px;
}

main#spa-main-content section ul li.flex-nav-prev:before, li.flex-nav-next:before  {
    display:none !important;
}


main#spa-main-content section ul li, main#spa-main-content section ol li {
	/*padding-left: 1.5em;
        text-indent: -1.5em;*/
	padding-bottom: 15px;
}
   
     main#spa-main-content section ul li ul li:last-of-type {
        padding-bottom: 0px;
    }
    
     /*main#spa-main-content section ul li {
        padding-top: .25em;
    }*/

       /* main#spa-main-content section ul li:before {
            content: "\f04d";
            font-family: FontAwesome;
            color: #a7996c;
            font-size: xx-small;
            padding-right: 10px;
        }*/

        main#spa-main-content section ul li ul li:before {
            font-size: 7px;
        }


main#spa-main-content > section > div > .right-column ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
}


/*   Tabs   */
   main#spa-main-content ul.nav-tabs > li {
            padding: 0;
            text-indent: 0;
            background-color: aliceblue;
            border-top: 1px solid #ebebeb;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            margin-right: 3px;
        }

            main#spa-main-content ul.nav-tabs > li:before {
                display: none;
            }



/*Economic Development Classes*/

.edc-bg-dark-green {
    background-color: #4b8706 !important;
}

.edc-txt-dark-green {
    color: #4b8706 !important;
}

.edc-bg-green {
    color: #8dce49 !important;
}

.edc-txt-green {
    color: #8dce49 !important;
}


.edc-bg-dark-blue {
    background-color: #0f6abc !important;
}

.edc-txt-dark-blue {
    color: #0f6abc !important;
}

.edc-bg-blue {
    color: #4b8706 !important;
}

.edc-txt-blue {
    background-color: #4b8706 !important;
}