/* SLM-Landing Page */

@import url('//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
/*****************************************/

/* Equinox Styles    */

/*****************************************/

/* #region Global SLM Page Start */

.container-slm {
    width:100%;
    font-family: "adelle",Georgia,serif;
}

.content-container-slm {
    max-width: 1050px;
    width: 100%;
    margin:0 auto;
    padding: 3em 0;
}


/* #endregion Global SLM Page */

/* #region Global Start */

.SPC .header-container-wrapper {
	display: none;
}
.SPC .body-container-wrapper {
	padding-top: 0px !important;
}
.SPC_Btn {
	background: #20255f;
	padding: 5px 10px;
	max-width: 50%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	margin-top: 2%;
	color: #fff;
	text-transform: uppercase;
}
div.SPC_Btn_Container {
	margin-top: 15px;
	display: block;
	line-height: 50px;
}
section.SPC_Row_Copy {
	text-align: center;
}
div.SPC_clear {
	clear: both;
	padding: 25px;
}
.SPC .image_h2 {
	margin-bottom: 3%;
}
/* #endregion Global End */

/* #region Header Start */

#banner-background-image {
    background-repeat: no-repeat;
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

#header_SPC {
	margin-top: 12%;
}
#header_SPC .page-center {
    max-width: 50%;
}
#banner-background-image .header-text {
	text-align: center;
    margin-top: 0px;
    width: 100%;
}
#banner-background-image h1 {
	text-transform: uppercase;
    font-family: "adelle",Georgia,serif;
    max-width: 100%;
}
#banner-background-image h1 {
    max-width: 800px;
    margin: 0 auto;
    color: #234569;
    width: 100%;
}
.SPC_headerCopy {
	text-align: center;
    margin: 0 auto;
    padding-top: 12%;
}
.SPC_H1 {
	text-transform: uppercase;
    font-family: "adelle",Georgia,serif;
	font-weight: 100;
	text-shadow: none;
	padding: 0;
	font-size: 50px;
	line-height: 60px;
}

.SPC_headerCopy div a {
	color: #fff;
	text-transform: uppercase;
}

.SPC_headerCopy .title-row-one {
    display: block;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 400;
}

.SPC_headerCopy .title-row-two {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

.SPC_headerCopy .title-call-out {
    background: #234569;
    padding: 8px 30px 5px 30px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 300;
    float: right;
    margin-right: 24%;
    line-height: 20px;
}

/* #endregion Header End */


/* First Row */
.first-row {
    text-align: center;
    margin: 3em 0px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3em;
}

.SPC_p {
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    line-height: 30px;
}

.row-slm h2 {
    color: #234569;
    line-height: 40px;
    text-transform: uppercase;
}

.col-slm {
    float:left;
    width:50%;
}


/* #region Hubspot Form Start */
.hbspt-form {
    display: block;
    margin: 0 auto;
    background-color: #ecece8;
    padding: 3%;
}

.hbspt-form label {
    font-size:18px !important;
    font-family: "adelle",Georgia,serif !important;
    color:#555555 !important;
    font-weight: normal !important;
}

.hbspt-form .hs-form-checkbox span {
    font-size:15px !important;
}

.hbspt-form .actions {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.col-slm span.slm-quote {
    font-size: 27px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    line-height: 63px;
}

.quote-container {
    padding: 0% 3%;
    color: #234569;
}

.hs-button {
    background-color: #f89406 !important;
    color: #fff;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0px !important;
    font-size:16px !important; 
}
/* #endregion Hubspot Form end */

/* #region Media Queries Start */

@media only screen and (max-width: 960px) {
    .first-row{
        width:100%;
    }
}

@media only screen and (max-width: 768px) {
    #banner-background-image {
        min-height: 400px;
    }
    .SPC_headerCopy {
        text-align: center;
        margin: 0 auto;
        padding: 15% 5% 0 4%;
    }
    .SPC_p {
        font-size: 20px;
    }
    .first-row{
        width:86%;
        padding-bottom:0px;
    }
    .col-slm {
        float: none;
        width: 75%;
        margin: 0 auto;
        padding: 3% 0%;
    }
    .hbspt-form {
        max-width: 500px;
        width: 100%;
    }
    .col-slm span.slm-quote {
        font-size: 25px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 650px) {
    .SPC_headerCopy {
        padding: 25% 5% 0 4%;
    }
    .SPC_headerCopy .title-row-one {
        font-size: 1.8rem;
    }
    .SPC_headerCopy .title-row-two {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .first-row {
        width:95%;
    }
    h2 {
        font-size: 22px;
    }
    .SPC_p {
        width:95%;
    }
    .col-slm span.slm-quote {
        font-size:21px;
    }
    .hubspot-form {
        width: 90%;
    }
    .SPC_headerCopy {
        padding: 25% 0% 0 0%;
    }
}
/* #endregion Media Queries End */