
button.mobile-toggler {
    display: none;
}
.container {
    max-width: 1500px;
}

.section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background: #ffffff;
    padding: 20px 0px;
    transition: 0.3s all ease;
}

body.is-sticky .section-header {
    background: white;
    padding: 10px 0px;
}

.logo img {
    max-height: 80px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

.header-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0px 50px;
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 260px;
    margin: auto 0px;
    image-rendering: -webkit-optimize-contrast;
}

nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-left: 15%; */
}

nav.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    line-height: 74px;
}

nav.menu ul li a {
    border-radius: 20px;
    transition: 0.3s all ease;
    color: #0095d2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    /* margin-left: 50px; */
    padding: 8px 13px;
}
nav.menu ul li.menu-button a:hover {
    text-decoration: none;
    background: #328128;
    color: white;
    /* border-radius: 0px; */
}

nav.menu ul li a:hover {
    background: #328128;
    color: white;
    text-decoration: none;
}
nav.menu ul li {
    margin-left: 23px;
}

nav.menu ul li.menu-button {
    color: #0095d2;
    font-size: 24px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 1.95px;
    border-radius: 3px;
    border: 2px solid #0095d2;
    /* padding: 0px 40px; */
}


.hero {
    min-height: 890px;
    background: url(../images/hero-woman.jpg);
    background-size: cover;
    background-position: right center;
    display: flex;
    background-color: #e7e5e8;
    position: relative;
    padding-top: 120px;
}

.hero > .container {
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 0px 50px;
    max-width: 1380px;
}
.hero-title {
    color: #0079c2;
    font-size: 49px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 3.33px;
    text-transform: uppercase;
}

.hero-subtitle {
    color: #37475A;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.75px;
    letter-spacing: normal;
    line-height: 1.7;
    text-transform: uppercase;
    margin: 40px auto 50px;
}

.hero-price {
    color: #0079c2;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    display: table;
    margin: auto 0;
}
a.button.blue {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2.7px;
    border-radius: 3px;
    background-color: #328128;
    display: table;
    margin: 20px auto;
    line-height: 70px;
    padding: 0px 36px;
    text-decoration: none;
}

a.button.blue:hover {
    background: #225e1a;
}

#hero a.button.blue {
    margin-left: 0;
}
.hero-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 50%;
    /* display: none; */
}

.hero-img img {object-fit: contain;width: 100%;height: 100%;display: table;object-position: bottom right;display: none;}

.blocks {
    padding: 100px 0px;
}
 
.section-title {
    color: #0095d2;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 3.65px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-style: italic;
}

strong, .strong {
    font-weight: 900;
    font-style: normal;
}

.blocks-text {
    color: #37475A;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    max-width: 660px;
    margin-top: 40px;
    font-style: italic;
    font-family: 'KievitOT-Book';
}
div#special_features {
    background-color: #f6f6f6;
    padding: 100px 0px;
    text-align: center;
}


div#special_features a.button.blue {
    margin-top: 70px;
}
.sf-title {
    color: #0079c2;
    font-size: 53px;
    line-height: 1.2;
    letter-spacing: 3.65px;
    text-transform: uppercase;
    font-weight: 300;
}

.sf-title strong {
    display: block;
}

.sf-subtitle {
    color: #328128;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sf-item {
    margin: 20px auto 0px;
}

.sf-icon {
    height: 150px;
    display: flex;
    margin: auto 0px;
}

.sf-icon img {
    margin: auto auto 0px;
    max-height: 80px;
}

.sf-label {
    color: #37475A;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 80%;
    margin: 20px auto;
    font-style: italic;
    font-family: 'KievitOT-Book';
}

nav.menu ul li.menu-button a {
    display: block;
    line-height: 70px;
    padding: 0px 30px;
    transition: 0.3s all ease;
    border-radius: 0px;
    text-transform: none;
    color: #0079C2;
}
nav.menu ul li.menu-button:hover {
    /* background: #0079C2; */
    border-color: #328128;
}
.hide-desktop {
    display: none;
}
.footer-content {
    display:block;
}

footer.footer {
    background-color: #37475a;
    padding: 60px 50px;
    color: white;
}

.footer-content p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
}

div#your_program {
    padding: 130px 0px;
}

div#your_program .section-title {
    display: table;
    text-align: center;
    margin: auto;
}

.step-block {
    box-shadow: 2px 4px 8px rgba(104, 102, 102, 0.75);
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    margin-bottom: 20px;
    padding: 20px 11%;
    max-width: 600px;
}

.step-block--img {
    flex: 0 0 60px;
    text-align: center;
}

.step-block-text {
    color: #37475a;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.5px;
    margin: auto 20px;
    flex: 1;
    margin-right: 0px;
}

.step-block-text a {
    font-weight: 900;
    color: #328128;
}

div#testimonials {
    background-color: #f6f6f6;
    padding: 150px 0px;
}

div#testimonials .section-title {margin-bottom: 100px;}

.testimonials-item--name {
    color: #0095d2;
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 20px auto 10px;
}

.testimonials-item--img {
    height: 190px;
    filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.3));
}

.testimonials-item--role {
    color: #37475a;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.25px;
    font-family: 'KievitOT-Book';
}

.footer-content img {
    max-width: 205px;
}

.footer-content img {
    margin: auto 0px;
    align-items: center;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

.footer-content p {
    margin: 20px 0 0px;
    font-family: 'KievitOT-Book';
    font-style: italic;
}

.footer-content-2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: italic;
    margin-top: 60px;
}


.only-mobile { display:none; }


@media (max-width:1400px) and (min-width:1092px) {
	h1.hero-title {
		font-size: 42px;
	}	
}


@media (max-width: 1092px)
{ 
	.only-mobile { display:inherit; }
	.only-desktop { display:none; }
	
	nav.menu {
		position: fixed;
		/* display: none; */
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		transition: 0.4s all ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: white;
		height: calc(100vh - 87px);
		top: 87px;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10% 10%  160px;
	}
  
	.mobile-toggler {
		margin: auto 0px;
		margin-left: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.mobile-toggler span {
		height: 2px;
		background: #114CFF;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
  
	  
	body.mobile-menu-open nav.menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	nav.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: auto;
		line-height: 3.7;
	}

	nav.menu ul li.menu-button {
		/* display: none; */
	}

	nav.menu ul li a {
		font-size: 22px;
	}
	
	.hero {
		min-height: auto;
		padding-top: 150px;
		padding-bottom: 100vw;
		background-size: auto 130vw;
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.hero-img {
		width: 100vw;
		height: 100vw;
		left: 0;
	}

	.hero-img img {
		object-position: right bottom;
	}
	.hero-title {
		font-size: 25px;
		letter-spacing: 0px;
		text-align: center;
		padding: 0px 20px;
	}

	.hero-title br {content: ' ';}

	.hero-subtitle {
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		margin: 20px auto;
	}

	.hero-subtitle br {content: ' ';}

	a.button.blue {
		line-height: 60px;
		font-size: 18px;
		padding: 0px 20px;
	}

	.mobile-order-2 {
		order: 2;
	}

	.blocks {
		text-align: center;
		padding: 50px 0px;
	}

	.section-title {
		font-size: 25px;
		font-weight: 400;
		letter-spacing: 0px;
	}

	.blocks-text {
		font-size: 16px;
		line-height: 1.3;
		padding: 0px 6%;
		letter-spacing: 0px;
		margin-bottom: 20px;
	}

	div#special_features {
		padding: 50px 0px;
	}


	.section-title br {content: ' ';}

	.sf-subtitle {
		letter-spacing: 0px;
		font-size: 16px;
	}

	.sf-item {
		margin: 40px auto 20px;
		padding: 0px 9%;
	}

	.sf-icon {
		height: auto;
	}

	.sf-label {
		letter-spacing: 0px;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 3px;
		font-style: normal;
	}

	.sf-label br {content: ' ';}

	.hide-desktop {
		display: block;
	}

	.sf-text-mobile {
		margin: 10px auto;
		color: #37475A;
		font-size: 16px;
		line-height: 1.2;
		max-width: 240px;
		font-family: 'KievitOT-Book';
	}

	div#special_features a.button.blue {
		margin-top: 40px;
	}

	div#your_program {
		padding: 50px 0px;
	}

	.step-block-text br {content: ' ';}

	.step-block-text {
		font-size: 16px;
		letter-spacing: 0px;
	}

	div#your_program .section-title {
		margin-bottom: 50px;
	}

	.step-block {
		padding: 17px 10%;
	}

	div#testimonials {
		padding: 70px 0px;
	}

	div#testimonials .section-title {
		margin-bottom: 50px;
	}

	.testimonials-item--name {
		letter-spacing: 0px;
		font-size: 20px;
		margin-bottom: 0px;
	}

	.testimonials-item--role {
		letter-spacing: 0px;
		font-size: 18px;
	}

	.testimonials-item {
		margin: 10px 0px 40px;
	}

	.footer-content p {
		letter-spacing: 0px;
		margin: 30px 0px 0px;
	}

	.footer-content img {
		width: 80px;
	}

	nav.menu ul li {
		margin-left: 0;
	}

	body.mobile-menu-open.is-sticky nav.menu {
		height: calc(100vh - 67px);
		top: 67px;
	}

	body.mobile-menu-open span.hm-1 {
		-webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
		    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
		        transform: rotate(45deg) translateX(6px) translateY(6px);
	}

	body.mobile-menu-open span.hm-3 {-webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);-ms-transform: rotate(-45deg) translateX(6px) translateY(-6px);transform: rotate(-45deg) translateX(6px) translateY(-6px);}

	body.mobile-menu-open span.hm-2 {
		-webkit-transform: rotate(445deg);
		    -ms-transform: rotate(445deg);
		        transform: rotate(445deg);
		opacity: 0;
	}

}	






/*** Signup ***/

div#signup {
    padding-top: 90px;
    padding-bottom: 160px;
    margin: 114px 0px 0px;
    background: #ffffff;
    border-radius: 30px;
}

div#signup > .container {
    /* max-width: 1300px; */
}

.signup-title {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    color: #3179bc;
    line-height: 1.4;
    margin-bottom: 30px;
}

.signup-title small {
    font-size: 26px;
    font-weight: 500;
    display: block;
    font-style: italic;
}

.signup-text {
    color: #312E2E;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
}

.signup-text a {
    text-decoration: underline;
    color: inherit;
}





form#signupForm label.label--1 {
    position: absolute;
    font-size: 16px;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    top: -34px;
    left: 7px;
}

form#signupForm .label--container {
    position: relative;
    display: inline;
    margin: unset;
}

form#signupForm .date--inputs {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

form#signupForm .date--input {
    width: 126px;
    height: 66px;
    display: inline-block;
    font-size: 18px;
    padding: 0.6em 1.4em 0.5em 0.8em;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #7e858e;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    color: #7e858e;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEaADAAQAAAABAAAACQAAAAAtOSJBAAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAAtElEQVQoFWOcuWxHwZ//TAeyo90uMJAIpi/d2cDA9G8BE8gAFsb/66cu3WVArBn///9nnLV013wmxv9+HD84PjCBXPDnP2MgKQbNXrZ73n/Gf/psP9mdEhMdPzDCbAe5BGQQyEB8XgO54D/jfwO2n2yOIANA+uGGgDiEDMJmAIYh+AzCZQBWQ7AZhM8AnIYgGwRkg6JeATkMQPLIACVMkCVAbFAYMTH8DeD4xTEBFojoakB8AJu+eZXgXagGAAAAAElFTkSuQmCC);
    background-repeat: no-repeat,repeat;
    background-position: right 0.7em top 50%,0 0;
    background-size: 0.65em auto,100%;
    width: 31%;
    /* margin-right: 30px; */
    cursor: pointer;
}

form#signupForm {
    display: flex;
    flex-flow: row wrap;
    width: 1100px;
    max-width: 100%;
    justify-content: space-between;
}

form#signupForm div label {
    font-size: 20px;
    font-family: KievitOT;
    font-weight: 600;
    margin-bottom: 0px;
    color: #37475A;
}

form#signupForm input:not([type="checkbox"]){
    height: 66px;
    border: 2px solid #7e858e;
    border-radius: 3px;
    padding: 0.6em 20px;
    font-size: 1.1em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    /* max-width: 475px; */
}

form#signupForm > div {
    /* margin-right: 27px; */
    flex: 0 0 calc(100% / 2 - 20px);
    padding-bottom: 20px;
}
 
form#signupForm .date--input + .date--input {
    margin-left: 2%;
}

form#signupForm 
 .date--inputs .label--container {
    margin-right: 0;
}

div#signupform-container {
    padding: 20px 0px;
}

form#signupForm > div.div--fullwidth {
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

form#signupForm input[type="checkbox"] {
    height: 31px;
    width: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

form#signupForm input[type="checkbox"] + label {
    margin-top: 32px;
    margin-left: 10px;
    line-height: 8px;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

form#signupForm input[type="checkbox"] + label a {
    color: #3179bc;
    text-decoration: underline;
}

form#signupForm .div--fullwidth input:not([type="checkbox"]) {
    width: 100%;
    /* max-width: 1010px; */
}
form#signupForm input:not([type="checkbox"])::placeholder {
    font-style: italic;
}
form#signupForm button.form-submit {
    color: #fff;
    line-height: 8px;
    width: 342px;
    height: 62px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px hsl(0deg 0% 65% / 75%);
    margin-bottom: 30px;
    border: 0;
    outline: none;
    background-color: #7E858E;
}
.container.smallfooter {
    padding: 0;
    margin-top: 60px;
}

.container.smallfooter a {
    margin: auto 10px;
    color: white;
    font-size: 16px;
}
.blocks-img img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width:1092px){
	form#signupForm > div {
		flex: 0 0 100%;
	}

	form#signupForm .date--input {
		width: 100%;
		margin-bottom: 0px;
		height: 50px;
		line-height: 48px;
		padding: 0px 10px;
	}
 

	form#signupForm button.form-submit {
		width: 100%;
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}

	form#signupForm input[type="checkbox"] + label {
		max-width: calc(100% - 40px);
		font-size: 17px;
	}

	div#signup {
		padding: 50px 0px 20px; margin-top: 70px;
	}

	.signup-text {
		margin-bottom: 30px;
		font-size: 14px;
	}

	form#signupForm .date--input:last-child {
		margin-bottom: 0px;
	}
	#hero .hero-price {
		margin: auto;
	}

	#hero a.button.blue {
		margin: 0px auto 10px;
	}
	.step-block--img {
		display: flex;
	}

	.step-block--img img {
		margin: auto;
		height: 33px;
	}
	.blocks .section-title strong {
		display: block;
	}

	.features .section-title strong {
		display: block;
	}
	.features .section-title {
		max-width: 290px;
		margin: auto;
		text-align: center;
		text-align-last: center;
	}

	.features .section-title span.strong {
		font-weight: 400;
		font-style: italic;
	}

	.features .section-title strong {
		white-space: nowrap;
		width: 110%;
		text-align: center;
		left: -5%;
		position: relative;
	}

	.footer-content img {
		flex: 0 0 200px;
		width: 200px;
	}

	.footer-content {
		display: block;
	}

	.footer-content-2 {
		font-size: 14px;
		margin-top: 40px;
	}

	button.mobile-toggler {
		background:none; 
		border:0px;
		padding:0px;
		margin: auto 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
				margin-left:auto;
	}

	.mobile-toggler span {
		height: 2px;
		background: #30519e;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
	
	
	footer.footer {
		padding: 60px 25px;
	}

	.header-container {
		padding: 0px 15px;
	}

	.logo img {
		max-width: 200px;
	}

}

.visually-hidden{
position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus { 
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
}
a:focus {
    /*border: 1px solid red;*/
}
  
#hero  h1.hero-title {background: #e4e2e5;display:inline;}
#hero .hero-subtitle {background: #e1dfe2; display:table;margin-left:0px;  }
#hero .hero-price {background: #dedcdd; display:table;margin-left:0px;}


body.signup-page header.section-header { background-color: #E6E5E6; }

body.signup-page .footer-content p {
    margin: 0;
    font-weight: 300;
    font-style: unset;
    max-width: 550px;
}

body.signup-page {
    background: #E6E5E6;
}

.container.smallfooter {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
body.signup-page nav.menu ul li a {
    color: #0079C2;
}

body.signup-page nav.menu ul li a:hover {
    background: #37475A;
    color: white;
}

body.signup-page  nav.menu ul li.menu-button:hover {
    border-color: #37475A;
}

.validation-error {
    box-shadow: 0px 0px 0px 2px red !important;
}
 

body.signup-page.form-success form#signupForm {
    display: none;
}

body.signup-page.form-success div#form-success {
    display: block;
}

div#form-success {
    display: none;
    border: 3px solid #37475a;
    text-align: center;
    padding: 30px 10%;
}

.form-thanks {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #37475a;
}

.form-message {
    font-size: 20px;
    padding: 20px 0px 0;
    line-height: 1.3;
}
@media (max-width:1092px){
	#hero .hero-price {
		margin: auto;
		background: #e7e5e8;
	}

	#hero h1.hero-title {
		text-align: center;
		display: block;
		background: #e7e5e8;
	}

	#hero .hero-subtitle {
		background: #e7e5e8;
	}
	
}

@media (max-width:992px){

	.signup-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.signup-title small {
		font-size: 20px;
	}

	form#signupForm div label {
		font-size: 18px;
	}

	form#signupForm input:not([type="checkbox"]) {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.container.smallfooter {
		line-height: 2;
	}
	
}

.footer-bottom {
    padding: 10px 0px;
}
 
.footer-bottom .container {
    max-width: calC(100% - 80px);
    font-size: 14px;
}

@media (max-width:767px){

    .footer-bottom .container .col-auto {
        padding: 4px 0px;
        text-align: center;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

}
