
/*------ SECTION 1 ---------*/
.hero{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    text-align: center;
    -webkit-transition: height .33s;
    transition: height .33s;
    position: relative;
    background-color: rgba(249,241,220,0.2);
}
.hero.hero-home{
    height:500px;
}
.hero-homeBackground{
    background-image:url('../../bundles/content/images/home/womanHome6.jpg');
    height:500px;
}
.homePageHeaderRowTop {
    height:500px;
    padding: 30px 0;
}
.homeHeadTextBox{
    max-width: 1100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.homePageWelcomeDiv {
    position: relative;
}
.homeHeadText {
    width: 650px;
}
.homeHeadTextSM {
    width: 600px;
}
.whiteTextHead {
    color: #00b0ed;
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 50px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}
.whiteTextSubHead {
    color: #555555;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.whiteTextHeadSM {
    color: #00b0ed;
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 40px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}
.whiteTextSubHeadSM {
    color: #555555;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.whiteTextHeadXS {
    color: #00b0ed;
    margin-top: 45px;
    margin-bottom: 0;
    font-size: 32px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
.whiteTextSubHeadXS {
    color: #555555;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    text-align: center;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
.topActionButton {
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    padding: 10px 25px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
}
.videoThumbnail {
    width: 250px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
    box-shadow: 2px 2px 5px 0px rgba(51,51,51,1);
}
.videoThumbnail:hover {
    border: 3px solid #00b0ed;
}
.videoSubText {
    color: #333333;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
}
.videoSubText:hover {
    color: #00b0ed;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* ------ SECTION 2 --------- */


.section2Header {
    font-size: 32px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #555555;
    margin: 40px 20px 10px 20px;
    line-height: 1.2;
}
.section2SubHeader {
    font-size: 16px;
    text-align: center;
    color: #777777;
    margin: 0 20px 10px 20px;
}
.homeIconCircles {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #FF8C66;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.section2Icons {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px!important;
    color: #ffffff;
}
.section2ItemHeader {
    font-size: 18px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    margin: 0 10px 10px 10px;
}
.section2ItemText {
    color: #777777;
    margin: 0 20px 10px 20px;
}


/* ------ SECTION 2.5 --------- */
.featuredContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eeeeee;
}
.featuredInHome {
    font-size: 18px;
    color: #777777;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 5px;
}
.logoRow {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}
.featuredLogos {
    width: 120px;
    margin: 0 20px;
}

/* ------ SECTION 3 --------- */
.homeInfoContainer {
    max-width: 1000px;
}
.homeHeadersSection3 {
    color: #333333;
    font-size: 30px;
    line-height: 1.4;
    margin-top: 10px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 400;
}
.homeSubHeadersSection3 {
    color: #777777;
    font-size: 18px;
    line-height: 1.6;
}
.homeHeadersSection3SM {
    color: #333333;
    font-size: 24px;
    line-height: 1.4;
}
.homeSubHeadersSection3SM {
    color: #777777;
    font-size: 16px;
    line-height: 1.6;
}
.browserImages {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 550px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 10px 1px rgba(204,204,204,1);
    box-shadow: 0px 2px 10px 1px rgba(204,204,204,1);
}
.homeLearnMoreLinks {
    color: #FF8C66;
    font-size: 18px;
}
.homeLearnMoreLinksSM {
    color: #FF8C66;
    font-size: 16px;
}


/*------ SECTION 4 ---------*/
.rennectionForLandlords {
    max-width: 1024px;
}
.homeSpacerRow2 {
    height: 20px;
}
.section4Header {
    margin-top: 40px;
    color: #333333;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: 400;
}
.section4SubHeader {
    color: #777;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.3;
}
.landlordBenefitsDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999999;
}
.landlordBenefits {
    padding: 20px;
    height: 200px;
    text-align: center;
}
.landlordBenefitsIcons {
    margin-bottom: 10px;
    font-size: 30px;
    color: #00b0ed!important;
}
.landlordBenefitsHeader {
    color: #333333;
    font-size: 18px;
}
.landlordBenefitsSubHeader {
    color: #777;
}
.landlordBenefitsIcons {
    margin-bottom: 10px;
    color: #333;
    font-size: 30px!important;
}
.landlordActionButton {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-font-smoothing: antialiased;
}
.landlordActionButton2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-font-smoothing: antialiased;
}
.homeFullLine {
    border-top: 1px solid #eeeeee;
}




/*------ SECTION 5 ---------*/

.demoHeader {
    font-size: 32px;
    font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #333333;
    margin: 40px 20px 10px 20px;
}
.demoSubHeader {
    color: #555555;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}