@charset "utf-8";
/* CSS Document */

.site-header {
    background-color: white!important;
}

a.social-btn.facebook {
    font-weight: 100;
}

/*html {
  scroll-behavior: smooth;
}*/

.entry {
    display: none;
}

.thrive .site-inner .wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.thrive-wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.genesis-nav-menu a {
    color: #2a255e!important;
}

.genesis-nav-menu a.social-btn.facebook{
    color: white!important;
}

.breadcrumb{
    display: none;
}


.thrive-nav {
    background-color: #258fe1;
    text-align: center;
}

.thrive-nav li {
    display: inline-block;
    padding: 10px;
}

.thrive-nav li a {
    color: white;
    text-transform: uppercase;
    padding: 29px;
    font-weight: 600;
}

.thrive-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
}

li.highlight {
    background-color: #283891;
}

.thrive-hero-container{
    
    position: relative;
    
    background: -moz-linear-gradient(top, #283891 0%, #283891 49%, #283891 58%, #ffffff 49%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #283891 0%,#283891 49%,#283891 58%,#ffffff 49%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #283891 0%,#283891 49%,#283891 58%,#ffffff 49%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logo-container {
    width: 50%;
    margin: 30px 0;
}

.thrive-hero-container .logo {
    width: 350px;
    margin: 0 auto;
    display: block;
}

.thrive-hero-container .header-img-container {
    height: 586px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-size: cover;
    background-position: bottom;
}

.header-img-container .mobile{
    display: none;
}

.gradient-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 49%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.85) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.85) 99%);
    
    height: 100%;
    width: 100%;
    position: relative;
}

.hero-cta {
    position: absolute;
    bottom: 45px;
    left: 45px;
}

.hero-cta .text {
    font-weight: 600;
    font-size: 52px;
    font-family: agenda-extra-condensed, sans-serif
;
    display: block;
    color: white;
}

.hero-cta .button {
    font-size: 16px;
    text-transform: none;
    padding: 10px 24px;
}


.thrive-hero-container .intro {
    max-width: 50%;
    padding: 40px;
    background: white;
}

.thrive-hero-container .intro strong{
    color: #0f75bc;
    font-size: 19px;
}


.nav-icons .fas {
    font-size: 44px;
    display: block;
}

.one-half.grid.first {
    padding: 0px 118px!important;
}

.nav-icons {
    font-family: agenda-extra-condensed, sans-serif
;
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 31px;
    color: white;
}

.nav-icons.one {
    background-color: #283891;
}

.nav-icons.two {
    background-color: #258fe1;
}

.nav-icons.three {
    background-color: #25aae1;
}

.nav-icons.four {
    background-color: #0f75bc;
}

.one-half.icon-grid {
    margin-left: 0;
    -webkit-box-shadow: 15px 13px 32px -12px rgba(0,0,0,0.35); 
    -moz-box-shadow: 15px 13px 32px -12px rgba(0,0,0,0.35);
    box-shadow: 15px 13px 32px -12px rgba(0,0,0,0.35); 

}

i.fas.fa-user-plus {
    margin-left: 16px;
}


.thrive h2 {
    font-size: 50px;
    font-family: agenda-extra-condensed, sans-serif
;
    font-weight: bold;
    color: #283891;
}

.one-half.list .fas {
    color: #258fe1;
}

.one-half.list li {
    font-size: 17px;
    font-weight: 600;
    color: #4c4c4c;
    margin-bottom: 6px;
}


div#process {
    padding-top: 50px;
}

/* FAQ
--------------------------------------------- */

div#faq {
    padding-top: 77px;
}

.faq-select {
    margin: 0 auto;
    text-align: center;
}

.faq,
.open-close-btns{
    max-width: 650px;
    margin: 0 auto;
}

a.post-edit-link {
	display: none;
}

.open-close-btns {
	text-align: right;
	margin-bottom: 10px;
}

.open-close-btns button {
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: white;
	font-size: 12px;
	font-size: 1.2rem;
}

.open-close-btns button:hover {
	background: transparent;
	color: #0f75bc;
	box-shadow: none;
}

#btn-open-all:before {
	content: "\f055";
	font-family: "FontAwesome";
	margin-right: 7px;
}

#btn-close-all:after {
	content: "\f056";
	font-family: "FontAwesome";
	margin-left: 7px;
}

span.pipe {
	font-size: 13px;
	font-size: 1.3rem;
}

.faq {
    background-color: #25aae1;
    margin-bottom: 20px;
}

.faq .question {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.3;
	text-transform: none;
}

.faq .question a {
	display: block;
	font-weight: 700;
}


.faq .question a:focus,
.open-close-btns button:focus {
	outline: none;
}

.faq .question a,
.faq .answer {
	color: #333;
	padding: 20px;
}

.faq .question a:hover {
	
}

.faq .answer {
	background-color: #f3f3f3;
}

.faq .question a:after {
	content: '\f107';
	font-family: "FontAwesome";
	padding-left: 5px;
}

.faq .question.open a:after {
	content: '\f106';
}

h2.faq-title {
    text-align: center;
    margin-top: 70px;

}


.faq .question a {
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: agenda-extra-condensed, sans-serif
;
    font-size: 2.3rem;
    font-weight: 200;
}

h2.faq-title {
    text-align: center;
    margin-top: 0px;
    display: inline-block;
    font-size: 39px;
    padding: 13px;
    border: solid 1px #0f75bc;
    cursor: pointer;
}

h2.faq-title.active {
    background-color: #283891;
    color: white;
}

.faq-container {
    display: none;
}

.faq-container,
.questions {
    background-color: #283891;
    padding: 40px;
}


.desciption {
    max-width: 685px;
    text-align: center;
    margin: 0 auto 50px;
}

.thrive #support h2 {
    text-align: center;
    margin: 0 0 20px;
}

div#support {
    padding-top: 45px;
}

.support-container.clearfix {
    background-color: #f4fcff;
    padding: 40px 20%;
}

div#apply {
    text-align: center;
    padding: 70px 0;
    background-color: #283891;
}

#apply h2{
    color: white;
}

#partnersyouth {
    padding: 45px 0;
}

#partnersyouth h2{
    text-align: center;
}


#partnersyouth ol {
    max-width: 500px;
    margin: 0 auto;
}

#partnersyouth li {
    border-bottom: solid 1px #1475bc;
    margin: 20px 0;
}

#partnersyouth li a span {
    /* text-align: right; */
    background-color: #1475bc;
    padding: 6px 19px;
    color: white;
    float: right;
}

#partnersyouth .document-name {
    font-weight: 600;
    font-size: 17px;
}

.footer-logo {
    width: 274px;
    display: inline-block;
    vertical-align: top;
}

.footer-cta {
    display: inline-block;
    margin-left: 60px;
    text-align: left;
    
}

.footer-cta h2 {
    margin-bottom: 9px;
}





/* Application 
--------------------------------------*/

.application .entry-title {
    text-align: center;
    color: #3b3871;
}
.application .entry,
.application .breadcrumb{
    display: block;
    padding-bottom: 0;
}

form#thrive-app {
    max-width: 1035px;
    margin: 0 auto;
}

label {
    margin: 11px 0px;
    display: block;
}

.in-line {
    display: inline-block;
    margin-right: 20px;
}

.question,
.form_label,
legend{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 20px 0;
    padding: 0 16px 0 2px;
}

span.form_label {
    padding: 0;
    font-size: 1.7rem;
}

.question-container {
    margin-top: 50px;
}

.question-note,
.question-label{
    font-weight: 600;
    font-size: 1.7rem;
    color: #737373;
    margin: 20px 0;
}

h2.section-title {
    border-bottom: solid 1px lightgrey;
    padding-bottom: 20px;
    margin-top: 53px;
}

input{
    padding: 10px;
}

.application #thrive-app li:nth-child(odd) {
    background-color: #f7f7f7;
    
}

.application #thrive-app li {
    padding: 16px 36px 36px;
    border-bottom: solid 1px lightgrey;
}

fieldset {
    border: none;
}


input[type="checkbox"], input[type="image"], input[type="radio"] {
    display: inline-block;
    margin: 0 12px;
}

span.req {
    color: red;
    font-size: 2rem;
}

#thrive-app input#submit {
    margin-bottom: 60px;
}

/*input:required:invalid, input:focus:invalid {
    border: solid red;
  -moz-box-shadow: none;
}*/

label.periodemployed.form_label {
    display: inline-block;
    width: 100%;
}

select {
    padding: 12px;
}

input#address {
    max-width: 897px;
}

.form-label-hidden{
    display: none;
}

input#address {
    display: block;
}

.one-fourth.housing legend {
    display: none;
}

form button {
    width: 100%;
    margin: 25px 0;
}

.best_way_and_time_for_contact.form_label,
.periodemployed1.form_label{
    clear: both;
}


@media only screen and (max-width: 1340px){
.thrive-wrap {
    max-width: 1140px;
}
    
    .one-half.grid.first {
    padding: 0px 49px!important;
}
    
}

@media only screen and (max-width: 1200px) {
    
    .thrive-wrap {
        max-width: 960px;
    }
    
    .one-half.grid.first {
        padding: 0px !important;
    }
    
}


@media only screen and (max-width: 1023px) {
    
    .thrive-wrap {
        max-width: 800px;
    }
    
    .logo-container {
        width: 100%;
    }
    
    .header-img-container.mobile{
        display: block;
    }
    
    .header-img-container.desktop{
        display: none;
    }
    
    .thrive-hero-container .header-img-container {
        position: relative;
        -webkit-box-shadow: 0px 0px 33px -12px rgba(0,0,0,0.29);
        -moz-box-shadow: 0px 0px 33px -12px rgba(0,0,0,0.29);
        box-shadow: 0px 0px 33px -12px rgba(0,0,0,0.29);
            height: 261px;
        background-position: center;
        width: 100%;
    }
    
    .thrive-hero-container .intro {
        max-width: 100%;
    }
    
    .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 99%);
    }
    
    
}

@media only screen and (max-width: 895px){
    .thrive-nav li a{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 860px){
     .thrive-wrap {
        padding-left: 5%;
        padding-right: 5%;
        }
    
    .one-half.grid.first{
        margin-bottom: 51px;
        }
    
    #partnersyouth li a span {
        width: 100%;
        text-align: center;
    }
    
    .thrive-nav li a {
        font-size: 1.5rem;
    }
    
}

@media only screen and (max-width: 720px){
    .thrive-nav li a {
        padding: 13px;
        font-size: 14px;
    }
    
    h2.faq-title{
        font-size: 30px;
    }
    
    
}

@media only screen and (max-width: 410px){
    .thrive-nav{
        display: none;
    }
    
    .thrive-nav li a {
        padding: 5px;
        font-size: 12px;
    }
    h2.faq-title {
        font-size: 19px;
    }
    
    .faq-container, .questions {
        background-color: #283891;
        padding: 1px 0;
    }
    
    .support-container.clearfix{
        padding: 40px 10%;
    }
    
    div#apply {
        text-align: center;
        padding: 70px 0;
    }
    
    .footer-cta h2 {
        margin-bottom: 9px;
        font-size: 40px;
        text-align: center;
    }
    
    .footer-cta {
        display: inline-block;
        margin-left: 0;
        margin-top: 35px;
        }
}