/* Colors 
    Header Gold: #A07E67
    Button color: #D58F76
    Light Gold: #DAC7B9
    Light Pink: #EFCCC0


    Dev Link 
    https://xd.adobe.com/view/85285062-3f35-4d50-ad58-32c2aa45ce58-d07b/grid

    font-family: 'Lora', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Allura', cursive;

*/

/* @font-face {
    font-family: ;
    src: url();
} */

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 1em;
	line-height: 1.2;
	color: #535353;
	outline: 0;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Allura', cursive;
	color: #535353;
}

h1{
    font-size: 6em;
    font-weight:500;
    line-height: 1;
    color: #fff;
}

h2{
    font-size: 4em;
    margin-bottom: 20px;
    font-weight:500;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}

.mobi-breaks{
	display:none;
}

/* Buttons  */
.btn{
    width: fit-content;
    min-width: 10em;
    padding: 0.2em 1em;
    border-radius: 0.7em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

.btn-appointment{
    background-color: #CF9C36;
    color: #fff;
}

.btn-appointment:hover{
    background-color: #fff;
    color: #CF9C36;
    transition: 0.5s;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    outline: 1px solid #DAC7B9;
}

.btn-gold{
    background-color: #CF9C36;
    color: #fff;
}

.btn-gold:hover{
    background-color: #fff;
    color: #CF9C36;
    transition: 0.5s;
}

.btn-contact{
    border: 1px solid #CF9C36;
}

.contact-form .btn-appointment {
    min-width: 7em;
}

.btn-modal{
    background-color: #CF9C36;
    color: #fff;
    padding: 0.3em 1em;
    border: 2px solid #fff;
}

.btn-modal:hover{
    background-color: #fff;
    color: #CF9C36;
    transition: 0.5s;
    border-color: #CF9C36;
}

.btn-services{
    border-radius: 1em;
    border: 1px solid #fff;
    padding: 0.3em 0.6em;
    cursor: default;
}

/* .btn-services:hover{
    background-color: #fff;
    transition: 0.5s;
} */

/* .btn-clin.btn-popup:hover {
    color: #CF9C36;
    background-color: #fff;
}

.btn-clin.btn-popup:hover i{
    color: #CF9C36;
}

.btn-physio.btn-popup:hover {
    color: #333333;
    background-color: #fff;
}

.btn-physio.btn-popup:hover i{
    color: #333333;
} */

.btn-clin.btn-popup {
    color: #CF9C36;
    background-color: #fff;
}

.btn-clin.btn-popup i{
    color: #CF9C36;
}

.btn-physio.btn-popup {
    color: #333333;
    background-color: #fff;
}

.btn-physio.btn-popup i{
    color: #333333;
}

.btn-popup:hover{
    cursor: pointer;
}

/* .btn-physio:hover, .btn-physio:hover i {
    color: #333333;
} */

.head-app:hover .make-appointment{
    background-color: transparent;
    border-color: #333333;
    transition: 0.5s;
}

.head-app:hover .make-appointment p{
    /* color: #CF9C36; */
    color: #333333;
    transition: 0.5s;
}

#map{
    height: 25em;
}

/* End of Buttons  */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.19);
}

.header-top{
    background-color: #CF9C36;
}

.header-top p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-contact p, .header-contact a{
    color: #fff;
}

.cell-email {
    padding: 0.5em 0;
    width: 28em;
    justify-content: space-between;
}

.cell-email a:hover{
    font-weight: 500;
    transition: 0.5s;
}

.make-appointment {
    background-color: #333333;
    border: 2px solid transparent;
    padding: 0.5em 1em;
}

.make-appointment p{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
}

.last-item{
    padding-right:0!important;
}

.navbar-brand {
    padding: 0.2em 0;
    width: 18em;
    position: relative;
    right: 1em;
    transition: 0.3s;
}

.scrolled .navbar-brand{
    width: 15em;
    transition: 0.3s;
}

.navbar {
    padding: 0;
}

.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}

.nav-item.active {
    color: #CF9C36;
    font-weight: 600;
}

.nav-item{
    text-transform: uppercase;
    padding: 0 0.8em;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding:0;
}

.nav-item:hover{
    color: #CF9C36;
    transition: 0.5s;
}

/* Home  */
.home{
    margin-top: 16em;
}

.home-head{
    background: url("/images/home/home-header.jpg") no-repeat center center/cover;
    padding: 7em 0;
}

.head-info{
    width: 80%;
    margin: 0 auto;
}

/* .head-info h1 {
    padding: 0 1em;
} */

.head-info .btn-appointment{
    padding: 0.6em 1em;
}

.head-info p {
    font-size: 1.7em;
}

.journey h2{
    color: #CF9C36;
}

.journey{
    width: 80%;
    margin:0 auto;
}

.journey p{
    font-size: 1.5em;
}

.owner-img{
    border-radius: 0.6em;
    width: 30em;
}

.home-about{
    padding: 2em 0;
    display: flex;
    flex-flow: row;
    /* height: 30em; */
    justify-content: center;
}

.home-about h3 {
    font-size: 3.5em;
}

.home-about-info {
    padding-left: 3em;
    justify-content: center;
}

.block{
    height: 35em;
    text-align: center;
    padding: 3em;
    display: flex;
    align-items: center;
    flex-flow: column;
    margin-bottom: 2em;
    justify-content: center;
    border-radius: 0.6em;
}

.block h2{
    font-size: 3em;
}

.block-mission{
    background-color: #CF9C36;
}

.block-mission h2{
    color:#fff;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

/* Services  */

.block-services{
    background-color: #333333;
    align-items: flex-start;
}

.block-services h2{
    font-size: 4.5em;
}

.block-services h2, .block-services li{
    color: #fff;
}

.block-upcomming{
    background-color: #E6C789;
    align-items: flex-start;
    text-align: left;
    padding: 4em;
}

.block-upcomming h2{
    color: #333333;
    padding-right: 1em;
    font-family: 'Montserrat', sans-serif;
}

.block ul{
    text-align: left;
    margin-bottom: 3em;
}

.block-services li {
    font-size: 1.2em;
    line-height: 1.5;
}

.block-hugs-img{
    background: url("/images/home/1.jpg") no-repeat center center/cover;
}

.block-hands-img{
    background: url("/images/home/2.jpg") no-repeat center center/cover;
}

.block-social-img{
    background: url("/images/home/3.jpg") no-repeat center center/cover;
}

.bot-info a, .bot-info p, .make-app a, .make-app p, .physiotherapy h2, .physiotherapy p, .physiotherapy li, .clinical i, .block-upcomming a, .block-services a, .head-info a, .head-info p{
    color: #fff;
}

.bot-info{
    background: url("/images/home/4.jpg") no-repeat center center/cover;
    padding: 11em 0;
}

.make-app{
    background: url("/images/services/3.jpg") no-repeat center center/cover;
    padding: 12em 0;
}

.bot-info h2, .make-app h3 {
    color: #fff;
    font-size: 5em;
    margin-bottom: 0.8em;
}

.make-app p{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.modal-title {
    line-height: 1;
    font-size: 3em;
}

.services-modal .modal-header .close {
    color: #333333;
}

.treatments{
    padding: 2em 0;
}

.treatments h3{
    font-size: 5em;
}

.treatments h4{
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.3em;
    font-family: 'Montserrat', sans-serif;
}

.treatments .btn-gold{
    color: #fff;
}

/* Other Headers */
.other-headers{
    /* background: url("https://via.placeholder.com/1600x300.jpg") no-repeat center center/cover; */
    margin-top: 16em;
    margin-bottom: 4em;
}

.contact{
    background: url("/images/contact/contact-header.jpg") no-repeat center center/cover;
    background-position: top;
}

.services-page{
    background: url("/images/services/services-header.jpg") no-repeat center center/cover;
}

.events{
    background: url("/images/events/events-header.jpg") no-repeat center center/cover;
    background-position: top;
}

.other-headers-info{
    height: 30em;
    /* text-transform: uppercase; */
}

.other-headers h1{
    font-size: 5.5em;
    font-weight: 500;
}

.events .other-headers-info h1{
    padding-top: 1em;
}

.events-letter{
    font-size: 4em;
}

/* Services  */

.clinical{
    background-color: #CF9C36!important;
    margin-bottom:3em;
    position: relative;
}

.clinical h2, .clinical p, .clinical li, .clinical i{
    color: #fff;
}

.physiotherapy{
    background-color: #333333!important;
    margin-bottom:3em;
    position: relative;
}

.clinical-info, .physiotherapy-info{
    /* height: 33em; */
    height: 38em;
}

.clinical-info p, .physiotherapy-info p {
    line-height: 1.3;
}

.clinical-info .improvements ul {
    padding-left: 1em;
}

.clinical-img{
    background-image: url("/images/services/1.jpg");
    /* background-size: contain; */
    background-size: 43%;
    background-repeat: no-repeat;
    background-position: 100%;
}

.physiotherapy-img{
    background-image: url("/images/services/2.jpg");
    /* background-size: contain; */
    background-size: 43%;
    background-repeat: no-repeat;
    background-position: 0;
}

.eclectic-approach {
    display: flex;
    justify-content: space-between;
}

.service-list .fa-ul {
    margin-left: 0;
}

.service-list .fa-ul>li {
    position: relative;
    line-height: 2;
    margin-bottom: 0.5em;
}

.service-list .fa-ul i{
    padding-right: 1em;
    padding-top: 0.2em;
    font-size: 0.8em;
}

/* Events  */
.event-block{
    background-color:#696969;
    padding: 2em;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    justify-items: center;
    color: #fff;
    margin-bottom: 2em;
}

.event-block span, .event-block p{
    font-weight: 100;
    margin-bottom: 1em;
}

.event-block span, .event-block p, .event-block a, .event-block h2{
    color: #fff;
}

.events-page {
    width: 80%;
    margin: 0 auto 2em;
    display: flex;
    flex-flow: row wrap;
}

.events-page h3 {
    font-size: 1.5em;
}

/* Events Modal  */

.modal {
    top: 1em!important;
}

.modal-content {
    color: #fff;
    padding: 2em 3em;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-header{
    border-bottom: none;
    flex-flow: column wrap;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
    color: #fff;
    right: 1em;
}

.modal p, .modal h3{
    color: #000;
}

.modal.show .modal-dialog {
    padding-bottom: 5em;
}

.modal-lg, .modal-xl {
    max-width: 60em;
}

.modal button:focus {
    outline: none;
}

/* Contact Us  */

.contact-form h2{
    color: #CF9C36;
}

.contact-form {
    width: 70%;
    margin: 0 auto;
}

.bordered{
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.contact-details{
    padding: 2em 3em;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
}

.contact-details p{
    color: #CF9C36;
    font-size: 1.5em;
}

.contact-details a:hover {
    color: #E6C789;
}

.contact-details-container{
    margin: 6em 0;
}

.contact-details a{
    color: #707070;
}

.img-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    /* height: 360px; */
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Team Member Modal  */

.close {
    position: absolute;
    top: 8px;
    right: 12px;
	font-size: 30px;
}

.modal {
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
}

.error {
    padding: 10px;
    background-color: #A07E67;
    color: #fff;
    display: none;
    width: 70%;
    font-size: 16px;
    margin: 1em auto;
    text-align: center;
}

.output {
    margin-top: 15px;
    padding: 10px;
    background-color: #D58F76;
    color: #fff;
    display: none;
    width: 70%;
    font-size: 16px;
    margin: 1em auto;
    text-align: center;
}

#email2 {
	display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em;
    color: #fff;
    background-color: #E6C789;
    border-radius: 0.8em;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 1em;
}

.form-control:focus {
    border-color: #D58F76!important;
    background-color: #E6C789!important;
    color: #fff!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #E6C789 inset !important;
    background-color: #E6C789;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}

.form-control::placeholder{
    color: #fff;
}

.msg-input{
    min-height: 15em;
	resize:vertical;
	max-height: 20em;
}

.footer a:hover{
    color: #CF9C36;
    transition:0.5s;
}

.footer{
    background-color: #333333;
    padding: 1.5em 0;
    text-align: center;
}

.copyright{
    color:#fff;
}

.popup-logo {
    width: 12em;
    display: flex;
    margin: 0 auto 1em;
}

.map-popup-window p, .map-popup-window a {
    color: #000;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.map-popup-window a:hover{
    color: #CF9C36;
}

.info-toggle{
    display: flex;
    margin: 0.3em auto 0;
    padding: 0;
}

.header-contact {
    width: 100%;
}

.error-404 {
    height: 68vh;
    padding-top: 5em;
}

.error-404 p {
    font-size: 1.5em;
}

.error-404 a {
    font-size: 1em;
    font-weight: 600;
    color: #CF9C36;
}

.error-404 h1{
    color: #CF9C36;
}

.error-404 a:hover {
    border-bottom: 2px solid #333333;
}

/* Events Subscriber Form  */

.ml-form-embedSubmitLoad{display:inline-block;width:20px;height:20px}.ml-form-embedSubmitLoad:after{content:" ";display:flex;width:18px;height:18px;margin:1px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#mlb2-3103064.ml-form-embedContainer{box-sizing:border-box;display:table;margin:0 auto;position:static;width:100%!important}#mlb2-3103064.ml-form-embedContainer h2,#mlb2-3103064.ml-form-embedContainer p,#mlb2-3103064.ml-form-embedContainer span{text-transform:none!important;letter-spacing:normal!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper{background-color:#fff;border-width:0;border-color:transparent;border-radius:4px;border-style:solid;box-sizing:border-box;display:inline-block!important;margin:0;padding:0;position:relative}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper.embedPopup{width:400px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:40em;width:100%}#mlb2-3103064.ml-form-embedContainer .ml-form-align-left{text-align:left}#mlb2-3103064.ml-form-embedContainer .ml-form-align-center{text-align:center}#mlb2-3103064.ml-form-embedContainer .ml-form-align-default{display:table-cell!important;vertical-align:middle!important;text-align:center!important}#mlb2-3103064.ml-form-embedContainer .ml-form-align-right{text-align:right}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img{border-top-left-radius:4px;border-top-right-radius:4px;height:auto;margin:0 auto!important;max-width:100%;width:undefinedpx}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:20px 20px 0 20px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{padding-bottom:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{margin:0 0 20px 0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h2,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h2{color:#cf9c36;font-weight:400;margin:0 0 10px 0;text-align:center;word-break:break-word}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{color:#333333;font-weight:400;margin:0 0 10px 0;text-align:left}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul{color:#333333;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a{color:#333333;text-decoration:underline}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group{text-align:left!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label{margin-bottom:5px;color:#333;font-size:14px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-weight:700;font-style:normal;text-decoration:none;display:inline-block;line-height:20px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child{margin:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{margin:0;width:100%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{margin:0 0 20px 0;width:100%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{float:left}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{margin:0;padding:0 0 20px 0;width:100%;height:auto;float:left}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow{margin:0 0 10px 0;width:100%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item{margin:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal{margin:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder{color:#333}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea{background-color:#fff!important;color:#333!important;border-color:#ccc!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin-bottom:0;margin-top:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-color:#ccc!important;background-color:#fff!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-radius:4px!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after{background-color:#fff;mask-image:url(https://cdn.mailerlite.com/images/default/arrow.svg);-webkit-mask-image:url(https://cdn.mailerlite.com/images/default/arrow.svg)}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after{background-color:#fff;mask-image:url(https://cdn.mailerlite.com/images/default/circle.svg);-webkit-mask-image:url(https://cdn.mailerlite.com/images/default/circle.svg)}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before{border-color:#cf9c36!important;background-color:#cf9c36!important;color:#fff!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before{top:2;box-sizing:border-box}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{top:3px!important;box-sizing:border-box!important;position:absolute;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after{position:absolute;top:5px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after{background:no-repeat 50%/50% 50%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{background:no-repeat 50%/50% 50%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input{position:absolute;z-index:-1;opacity:0;box-sizing:border-box;padding:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label{color:#000;font-size:12px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;line-height:22px;margin-bottom:0;position:relative;vertical-align:top;font-style:normal;font-weight:700}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select{background-color:#fff!important;color:#333!important;border-color:#ccc!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;line-height:20px!important;margin-bottom:0;margin-top:0;padding:10px 28px 10px 12px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important;height:auto;display:inline-block;vertical-align:middle;background:url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right .75rem center/8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow{height:auto;width:100%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:70%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{box-sizing:border-box;float:left;padding-right:10px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{background-color:#fff;color:#333;border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0;padding:10px 10px;width:100%;box-sizing:border-box;overflow-y:initial}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{background-color:#cf9c36!important;border-color:#cf9c36;border-style:solid;border-width:1px;border-radius:10px;box-shadow:none;color:#fff!important;cursor:pointer;font-family:Montserrat,sans-serif;font-size:18px!important;font-weight:700;line-height:20px;margin:0!important;padding:10px!important;height:auto}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover{background-color:#333!important;border-color:#333!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{color:#000;display:block;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:12px;text-align:left;margin-bottom:0;position:relative;vertical-align:top}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label{font-weight:400;margin:0;padding:0;position:relative;display:block;min-height:24px;padding-left:24px}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a{color:#000;text-decoration:underline}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{color:#000!important;font-family:'Open Sans',Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:18px!important;padding:0!important;margin:0 5px 0 0!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child{margin:0}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{margin:0 0 20px 0;float:left;width:100%}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background-color:#cf9c36!important;border:none!important;border-radius:10px!important;box-shadow:none!important;color:#fff!important;cursor:pointer;font-family:Montserrat,sans-serif!important;font-size:18px!important;font-weight:700!important;line-height:21px!important;height:auto;padding:10px!important;box-sizing:border-box!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading{display:none}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background-color:#333!important}.ml-subscribe-close{width:30px;height:30px;background:url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;background-size:30px;cursor:pointer;margin-top:-10px;margin-right:-10px;position:absolute;top:0;right:0}.ml-error input{background:url(https://cdn.mailerlite.com/images/default/error-icon.png) 98% center no-repeat #fff!important;background-size:24px 24px!important}.ml-error .label-description,.ml-error .label-description p,.ml-error .label-description p a,.ml-error label:first-child{color:red!important}#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-3103064.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter{color:red!important}@media only screen and (max-width:400px){.ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup{width:100%!important}.ml-form-formContent.horozintalForm{float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow{height:auto!important;width:100%!important;float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn{padding-top:0!important}}

.ml-subscribe-form button{
    color: #fff;
    float:left;
}

.ml-subscribe-form button:hover{
    color: #CF9C36;
}

.events-page p{
    font-size: 1.4em;
}

.ml-form-successContent h2{
    color: #CF9C36;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}