/* custom.css - Honey Lake Clinic */

/* Resets */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.hidethis{
	display: none !important;
}

/* Font Declarations */

@font-face{
	font-family: 'futura-pt';
	font-weight: 400;
	font-style: normal;
  	font-display: swap;
  	unicode-range: U+000-5FF;
	src: local('hlcfont'), url('fonts/fpt-regular.woff2') format('woff2');
}

@font-face{
	font-family: 'futura-pt';
	font-weight: 600;
  	font-style: normal;
  	font-display: swap;
  	unicode-range: U+000-5FF;
	src: local('hlcfont'), url('fonts/fpt-semibold.woff2') format('woff2');
}

@font-face{
	font-family: 'playfair';
	font-weight: 700;
  	font-style: normal;
  	font-display: swap;
  	unicode-range: U+000-5FF;
	src: local('hlcfont'), url('fonts/pf-bold.woff2') format('woff2');
}

/* Scrollbar CSS */

/* width */
::-webkit-scrollbar {
	width: 4px;
	outline: none;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #53AFB5;
	border-radius: 40px;
}

/* Default CSS */

body{
    font-family: 'futura-pt',sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}

/* Header CSS */

body header .mk-grid{
	max-width: 100%;
}

body header .header-logo img{
	max-width: 145px;
}

body header .mk-header-inner{
	padding: 0 4%;
}

body #mk-theme-container .mk-header{
	border-bottom: none;
	background: transparent;
}

body .mk-header-nav-container{
	width:100%;
}

body #mk-theme-container .header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link{
	font-size: 14px;
	letter-spacing: 1px;
	color: #404040 !important;
	font-weight: 600;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

body #mk-theme-container header.transparent-header.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link{
	color: #404040 !important;
}

body #mk-theme-container header .mk-header-bg{
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
}

body #mk-theme-container header.transparent-header .mk-header-bg{
	-webkit-box-shadow: none;
	        box-shadow: none;
}

body #mk-theme-container .header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link:after{
	background: #fff;
}

body #mk-theme-container .header-style-1 .menu-hover-style-5 .main-navigation-ul > li.main-header-cta > a.menu-item-link:after{
	display: none;
}

body #mk-theme-container .mk-header.sticky-style-fixed .mk-header-inner,
body #mk-theme-container .mk-header.sticky-style-slide .mk-header-inner{
	border-bottom: none;
}

/* Header Sticky CSS */

body #mk-theme-container header.a-sticky.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link,
body.sticky-header #mk-theme-container header.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link{
	 color: #404040 !important;
}

body #mk-theme-container header.a-sticky.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link:after,
body.sticky-header #mk-theme-container header.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link:after{
	background: #53AFB5;
}

body #mk-theme-container header.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link:after{
	background: #53AFB5;
}

body #mk-theme-container header.header-sticky.header-style-1 .logo-has-sticky .mk-sticky-logo{
	opacity: 1;
}

body .mk-header.sticky-style-slide.a-sticky .mk-header-bg,
body #mk-theme-container header.transparent-header.a-sticky .mk-header-bg{
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	opacity: 1;
}

body .main-navigation-ul li>.sub-menu{
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
}

/* Headings and default texts */

body p,
body ul li,
body ol li{
	font-size: 20px;
	line-height: 150%;
	color: #404040;
	font-weight: 300;
}


body .main-heading p,
body .nf-form-title h3,
body .nf-response-msg p{
	font-family: 'playfair',serif;
	font-size: 34px;
	line-height: 135%;
	color: #404040;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: initial;
	margin-bottom: 30px;
}

/* Footer CSS */

body #mk-footer{
	position: relative;
	background: #53AFB5;
	overflow: visible;
	z-index: 99;
	padding-top: 100px;
}

body #mk-footer:before{
	position: absolute;
	content: '';
	top: -180px;
	left: 0;
	width: 100%;
	height: calc(100% + 180px);
	background-image: url('../../../../wp-content/uploads/2019/12/footer-shape.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

body #mk-theme-container #mk-footer .footer-col p,
body #mk-theme-container #mk-footer .footer-col a{
	color: #fff;
}

body #mk-theme-container #mk-footer .footer-col .other-link{
	margin-bottom: 5px;
}

body #mk-footer .footer-col.col-1 a img{
	position: relative;
	width: 190px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

body #mk-footer .footer-col.col-2 a,
body #mk-footer .footer-col.col-2 p{
	position: relative;
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	margin-left: 20px;
}

body #mk-footer .footer-col.col-2 a:before,
body #mk-footer .footer-col.col-2 p:before{
	position: absolute;
	content: '';
	top: 4px;
	left: -30px;
	width: 18px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

body #mk-footer .footer-col.col-2 a.phone:before{
	background-image: url('../../../../../wp-content/uploads/2019/12/phone-1.svg')
}

body #mk-footer .footer-col.col-2 a.mail:before{
	background-image: url('../../../../../wp-content/uploads/2019/12/message.svg')
}

body #mk-footer .footer-col.col-2 p.address:before{
	background-image: url('../../../../../wp-content/uploads/2019/12/location.svg')
}

body #mk-footer .footer-col.col-3 a,
body #mk-footer .footer-col.col-3 p{
	font-size: 16px;
}

body #mk-footer .footer-col.col-3{
	max-width: 170px;
	margin: 0 auto;
}

body #mk-footer .footer-col.col-4{
	margin-top: 5px;
}

body #mk-footer .footer-col.col-4 p{
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
}

body #mk-footer .footer-col.col-4 img{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

body #mk-footer .mk-col-1-4:nth-child(1){
	width: 30%;
}

body #mk-footer .mk-col-1-4:nth-child(2){
	width: 25%;
}

body #mk-footer .mk-col-1-4:nth-child(3){
	width: 25%;
}

body #mk-footer .mk-col-1-4:nth-child(4){
	width: 20%;
}

body #mk-footer .legitscript-logo a:after{
    position: relative;
    display: block;
    content: 'LegitScript Certified';
    font-size: 16px;
    bottom: 0;
    min-width: 220px;
    margin-left: 0px;
    padding-top: 10px;
    text-align: center;
}

body #mk-footer .legitscript-logo{
    padding-bottom: 0px;
}

/* Form CSS */

body .nf-form-cont{
	max-width: 840px;
	margin: 0 auto;
	background: #f7f7f7;
	padding: 60px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

body .nf-form-title h3{
	margin-bottom: 10px;
}

body .nf-form-fields-required{
	display: none;
}

body .nf-response-msg p{
	text-align: center;
}

body .nf-form-content{
	max-width: 100%;
	padding: 20px 0px;
}

body .nf-form-fields-required,
body .nf-error .nf-error-msg{
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 150%;
}

body .nf-error .nf-error-msg{
	position: relative;
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 40px;
	background: #ffff;
	color: #53AFB5;
	padding: 15px 25px;
	border-radius: 2px;
	margin-right: 0px;
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
}

body .nf-error .nf-error-msg:after{
	position: absolute;
	content: '';
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
}

body .nf-error.field-wrap .nf-field-element:after{
	background: #53AFB5;
}

body .nf-error .ninja-forms-field{
	border-color: #53AFB5 !important;
}

body .nf-form-content .nf-field-element input,
body .nf-form-content .nf-field-element textarea,
body.form-page .post-password-form input{
	font-size: 20px;
	color: #404040;
	background: transparent;
	border: none;
    border-bottom: 2px solid #404040;
    margin-bottom: 40px;
    font-family: 'futura-pt';
    line-height: 150%;
}

body .nf-form-content .nf-field-element input:focus,
body .nf-form-content .nf-field-element textarea:focus{
	color: #404040;
	background: transparent;
}

body .nf-form-content .submit-wrap input,
body.form-page .post-password-form input[type="submit"]{
	background: #53AFB5;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	padding: 0px 60px;
	height: 60px;
	margin-bottom: 0;
}

body .nf-form-content .submit-wrap input:hover{
	background: #404040;
	color: #fff;
}

body .nf-form-content label,
body .nf-after-form-content .nf-error-field-errors,
body.form-page .post-password-form p{
	font-size: 26px;
	font-weight: 600;
	line-height: 150%;
}

body .nf-after-form-content .nf-error-field-errors{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
	padding: 25px 20px;
	color: #53AFB5;
	-webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.08);
	        box-shadow: 0 3px 60px rgba(0,0,0,0.08);
}

body.form-page .post-password-form{
	position: relative;
	max-width: 840px;
	padding: 60px;
	margin: 90px auto;
	background: #f7f7f7;
}

body.form-page .post-password-form input{
	margin: 0 20px;
}

body.form-page .post-password-form input[type="submit"]{
	padding: 0 30px;
	height: 45px;
}

/* GF Form CSS */

body.gf-page .gform_wrapper{
    padding: 50px 40px;
    background: #e7f7f8;
    margin-top: 20px;
}

body.gf-page .gform_wrapper .gfield_label{
    font-size: 18px;
    margin-bottom: 15px;
}

body.gf-page .gform_wrapper .big-label .gfield_label{
    font-size: 24px;
    margin-bottom: 15px;
}

body.gf-page .gform_wrapper .gfield_required{
    display: none;
}

body.gf-page .gform_wrapper .gform_fields .gfield{
    margin-bottom: 20px;
}

body.gf-page .gform_wrapper .gform_fields .gfield input{
    font-size: 18px;
    font-family: 'futura-pt', sans-serif;
    color: #404040;
    border: none;
    background: #FFFFFF;
    padding: 6px 12px;
}

body.gf-page .gform_wrapper .gform_fields{
    display: flex;
    flex-wrap: wrap;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field{
    width: calc(100%);
    padding: 0px 0px;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.full-width{
    width: 100%;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.full-width-field{
    width: 100%;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.full-width-field textarea{
    font-family: 'futura-pt', sans-serif;
    font-size: 18px;
    color: #404040;
    height: 120px;
    border: none;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.checkbox-field{
    width: 100%;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.checkbox-field .gfield_label{
    display: none;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.checkbox-field input{
    width: 18px;
    height: 18px;
}

body.gf-page .gform_wrapper .gform_fields .custom-form-field.checkbox-field .gchoice label {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    padding-left: 10px;
    line-height: 130%;
}

body.gf-page #mk-theme-container .main-cta a,
body.gf-page .gform_wrapper .gform_footer input[type=submit] {
    position: relative;
    background-color: #53AFB5 !important;
    color: #FFFFFF !important;
    padding: 18px 50px;
    font-size: 18px;
    text-transform: initial;
    text-transform: uppercase;
    display: inline-block;
    width: 220px;
    width: auto;
    margin: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    margin-top: 0px;
	text-shadow: none;
}

body.gf-page .gform_wrapper .gform_footer input[type=submit]:hover,
body.gf-page #mk-theme-container .main-cta a:hover{
    background-color: #404040 !important;
    border-color: #404040;
}

body.gf-page .gform_wrapper .gform_validation_errors {
    display: none;
}

body.gf-page .gform_wrapper .validation_message {
    position: relative;
    display: inline-block;
    font-size: 15px;
    background-color: #790000;
    padding: 3px 10px;
    color: #fff;
    margin-top: 20px;
    width: auto;
}

body.gf-page .gform_wrapper .validation_message.validation_message--hidden-on-empty{
	display: none;
}

body.gf-page .gform_wrapper .validation_message:before {
    position: absolute;
    content: '';
    top: -7px;
    left: 50%;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #790000;
    transform: translateX(-50%);
}

body.gf-page .gform_wrapper .gform_footer{
    position: relative;
    padding-bottom: 0px;
}

body.gf-page .gform_wrapper .gform_ajax_spinner{
    position: absolute;
    top: 50%;
    left: calc(50% + 165px);
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

body.gf-page .gform_confirmation_wrapper{
    text-align: center;
}

body.gf-page .gform_confirmation_wrapper .gform_confirmation_message{
    font-size: 26px;
    padding: 30px 0px;
    line-height: 135%;
}

/* Homepage CSS */

body.home-page .forms-main-section .form-item-col a {
    display: flex;
    padding: 10px 12px;
    background-color: #e7f7f8;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 130px;
    align-items: center;
    justify-content: center;
    border: 0px solid #e8e8e8;
    transition: 0.3s;
    box-shadow: 0 5px 5px #cdcdcd;
}

body.home-page .forms-main-section .form-item-col a p{
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    transition: 0.3s;
}

body.home-page .forms-main-section .form-item-col a:hover{
	background-color: #53AFB5;
	transition: 0.3s;
}

body.home-page .forms-main-section .form-item-col a:hover p{
	color: #FFFFFF;
	transition: 0.3s;
}

body .main-navigation-ul li.no-mega-menu ul.sub-menu{
	left: auto !important;
	right: 0px !important;
}

/* Rate Table Field CSS */

body .mk-fancy-table th{
	background: #53AFB5 !important;
}

body .rate-table-field table tbody{
	display: flex;
	flex-wrap: wrap;
}

body .rate-table-field table tbody tr{
	width: 50%;
}

body .rate-table-field table tbody tr ul{
	text-align: left;
}

body .rate-table-field table tbody tr p{
	display: flex;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 700;
}

body .rate-table-field table tbody tr ul{
	margin-left: 0px;
}

body .gquiz-field .gfield_radio{
	display: flex;
}

body.regular-radio-buttons .gquiz-field .gfield_radio{
	display: block;
}

body .gquiz-field .gfield_radio .gchoice{
	margin-right: 20px;
}

body .gquiz-field .gfield_radio label{
	margin-left: 5px;
	font-weight: 700;
	font-size: 18px !important;
}

body .form_saved_message_emailform .gfield{
	display: flex;
	align-items: center;
	justify-content: center;
}

body .form_saved_message_emailform .gfield label{
	margin-right: 10px;
}

body .form_saved_message_emailform #gform_resume_email{
	width: 100%;
}

body .form_saved_message_emailform input[type="submit"]{
	background: #53AFB5;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	padding: 0px 30px;
	height: 38px;
	margin-bottom: 0;
}

body .form_saved_message_emailform input[type="submit"]:hover{
	background: #404040;
	color: #fff;
}

body .grid-box-html > .para-text p{
	font-weight: 700;
}

body .grid-box-html{
	width: 100%;
}

body .grid-box-html .grid-box-elem .grid-box{
	display: flex;
	align-items: center;
	text-align: center;
}

body .grid-box-html .grid-box-elem .grid-box .items-col{
	display: flex;
	flex-wrap: wrap;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem{
	position: relative;
	display: flex;
	align-items: center;
	width: 33.33%;
	padding: 10px;
	border: 1px solid #53AFB5;
	text-align: center;
	min-height: 120px;
	background: #fafafa;
	cursor: pointer;
	flex-wrap: wrap;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.pot-high:before,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.pot-mod:before,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.pot-low:before{
	position: absolute;
	content: 'High';
	left: -50px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	background: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 10px;
	line-height: 100%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.12);
	border-radius: 20px;
	height: fit-content;
	width: 70px;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.pot-mod:before{
	content: 'Moderate';
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.pot-low:before{
	content: 'Low';
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.per-high:after,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.per-mod:after,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.per-low:after{
	position: absolute;
	content: 'High';
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%) rotate(0deg);
	background: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 10px;
	line-height: 100%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.12);
	border-radius: 20px;
	height: fit-content;
	width: 70px;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.per-mod:after{
	content: 'Moderate';
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.per-low:after{
	content: 'Low';
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.active,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.active:hover{
	background: #404040;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.active p,
body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem.active:hover p{
	color: #FFFFFF;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem:hover{
	background: #4040403b;
}

body .grid-box-html .grid-box-elem .grid-box .items-col .item-elem:hover p{
	color: #FFFFFF;
}

body #mk-theme-container .grid-box-html .grid-box-elem .grid-box p,
body #mk-theme-container .grid-box-html .grid-box-elem .grid-box .items-col .item-elem p{
	margin-bottom: 0px;
}

body #mk-theme-container .grid-box-html .grid-box-elem .grid-box .items-col .item-elem p{
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

body #mk-theme-container .grid-box-html .grid-box-elem .grid-box .items-col .item-elem p:nth-child(1){
	font-weight: 700;
}

body .grid-box-html .grid-box-elem .grid-box .info-col{
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: center;
	background: #53AFB5;
	color: #FFFFFF;
}

body .grid-box-html .grid-box-elem .grid-box .info-col p{
	text-transform: uppercase;
	text-align: center;
	background: #53AFB5;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
}

body .grid-box-html .grid-box-elem .grid-box.box-1 .info-col{
	width: 55px;
	padding-right: 30px;
}

body .grid-box-html .grid-box-elem .grid-box.box-1 .info-col p{
	transform: rotate(-90deg);
	width: 110px;
	height: auto;
}

body .grid-box-html .grid-box-elem .grid-box.box-1 .info-col{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

body .grid-box-html .grid-box-elem .grid-box.box-2 .info-col{
	width: 100%;
	padding-top: 28px;
	margin-left: 54px;
	padding-bottom: 2px;
}

body .constent-large-text label{
	display: inline-block;
	font-size: 16px;
	padding-left: 5px;
	font-weight: 700;
}

body .constent-large-text input{
	position: relative;
	top: -1px;
}

body .constent-large-text{
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 1440px){

	/* Headings and default texts */

	body p,
	body ul li,
	body ol li{
		font-size: 22px;
	}

	body .main-heading p,
	body .nf-form-title h3{
		font-family: 'playfair',serif;
		font-size: 36px;
	}

	body .section-heading p{
		font-size: 36px;
	}

	body #mk-theme-container .mk-page-section{
		padding: 0 7%;
	}

	body #mk-theme-container .header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link{
		font-size: 16px;
	}
}

@media only screen and (min-width: 1920px){

	/* Headings and default texts */

	body p,
	body ul li,
	body ol li{
		font-size: 19px;
	}

	body .main-heading p,
	body .nf-form-title h3{
		font-family: 'playfair',serif;
		font-size: 40px;
	}

	body #mk-theme-container .mk-page-section{
		padding: 0 15%;
	}

	body #mk-theme-container .header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link{
		font-size: 16px;
	}
}

/* iPads (portrait and landscape) ----------- */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

	/* 	Menu CSS */

	body header.mk-header .mk-nav-responsive-link{
        display: block !important;
        padding: 15px;
        background: #53AFB5;
        padding-bottom: 25px;
        top: 30px;
        left: 10px;
        z-index: 9999;
        width: 65px;
    }

    body .header-style-1.header-align-left .header-logo a{
    	position: relative;
    	left: 50%;
    	float: none;
    	-webkit-transform: translateX(-50%);
    	    -ms-transform: translateX(-50%);
    	        transform: translateX(-50%);
    	width: 120px;
    	margin-left:10px;
    }

    body header.mk-header .mk-nav-responsive-link.is-active:after{
        content:'CLOSE';
    }

    body header.mk-header .mk-nav-responsive-link:after{
        position: absolute;
        content:'MENU';
        font-size: 12px;
        color: #fff;
        bottom: 8px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    body header.mk-header .mk-nav-responsive-link .mk-css-icon-menu div{
        width: 25px;
        margin-bottom: 6px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header.mk-header .mk-nav-responsive-link.is-active .mk-css-icon-menu div{
        width: 35px;
        margin-bottom: 5px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header.mk-header .mk-nav-responsive-link .mk-css-icon-menu div.mk-css-icon-menu-line-2{
        width: 35px;
    }

    body header.mk-header{
        position: fixed;
        background: transparent;
    }

    body header .mk-header-bg{
        background: #fff;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88)
    }

    body header.a-sticky .mk-header-bg,
    body.mk-opened-nav header .mk-header-bg{
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header .mk-responsive-nav li a{
    	font-weight: 600;
    	font-size: 15px;
    	letter-spacing: 1px;
    }

    body header .mk-responsive-nav li.main-header-cta{
    	display: none;
    }

    body header .mobile-main-cta{
    	position: relative;
    }

    body header .mobile-main-cta a{
    	position: fixed;
    	top: 50%;
    	right: 10px;
    	z-index: 999;
    	display: inline-block;
    	display: block;
    	background: #53AFB5;
    	height: 60px;
    	width: 60px;
		border-radius: 50%;
		top: 10px;
    }

    body header .mobile-main-cta a .mk-button--text{
    	display: none;
    }

    body header .mobile-main-cta a svg{
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	-webkit-transform: translate(-50%,-50%) rotate(260deg);
    	    -ms-transform: translate(-50%,-50%) rotate(260deg);
    	        transform: translate(-50%,-50%) rotate(260deg);
    	height: 22px !important;
    	width: 22px !important;
    	fill: #fff;
    }

	#mk-footer .mk-padding-wrapper{
		display: flex;
	}

	body #mk-footer .legitscript-logo a:after{
		min-width: auto;
	}

	body .mk-padding-wrapper{
		padding: 0;
	}
}

/* iPads (landscape) ----------- */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	body .mk-text-block.jupiter-donut-hidden-sm{
		display: none;
	}

	body .mk-text-block.jupiter-donut-visible-sm{
		display: block;
	}
}

/* Mobile CSS */

@media only screen and (max-width: 765px){

	/* Headings and default texts */

	body p,
	body ul li,
	body ol li{
		font-size: 20px;
	}

	body .main-heading p,
	body.blog-page h3.the-title a{
		font-size: 32px;
	}

	body #mk-theme-container .mk-page-section{
		padding: 0%;
	}

	body #mk-footer .footer-col.col-4 img{
		left: 0;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
		max-width: 120px;
	}

	body #mk-footer .footer-col.col-2{
		max-width: 210px;
		margin: 0 auto;
	}

	body #mk-footer:before{
		top: -40px;
		height: 100px;
	}

	/* 	Menu CSS */

	body header.mk-header .mk-nav-responsive-link{
        display: block !important;
        padding: 15px;
        background: #53AFB5;
        padding-bottom: 25px;
        top: 30px;
        left: 10px;
        z-index: 9999;
        width: 65px;
    }

    body .header-style-1.header-align-left .header-logo a{
    	position: relative;
    	left: 50%;
    	float: none;
    	-webkit-transform: translateX(-50%);
    	    -ms-transform: translateX(-50%);
    	        transform: translateX(-50%);
    	width: 120px;
    	margin-left:10px;
    }

    body header.mk-header .mk-nav-responsive-link.is-active:after{
        content:'CLOSE';
    }

    body header.mk-header .mk-nav-responsive-link:after{
        position: absolute;
        content:'MENU';
        font-size: 12px;
        color: #fff;
        bottom: 8px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    body header.mk-header .mk-nav-responsive-link .mk-css-icon-menu div{
        width: 25px;
        margin-bottom: 6px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header.mk-header .mk-nav-responsive-link.is-active .mk-css-icon-menu div{
        width: 35px;
        margin-bottom: 5px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header.mk-header .mk-nav-responsive-link .mk-css-icon-menu div.mk-css-icon-menu-line-2{
        width: 35px;
    }

    body header.mk-header{
        position: fixed;
        background: transparent;
    }

    body header .mk-header-bg{
        background: #fff;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88)
    }

    body header.a-sticky .mk-header-bg,
    body.mk-opened-nav header .mk-header-bg{
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        -o-transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
        transition: all 0.2s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    }

    body header .mk-responsive-nav li a{
    	font-weight: 600;
    	font-size: 15px;
    	letter-spacing: 1px;
    }

    body header .mk-responsive-nav li.main-header-cta{
    	display: none;
    }

    body header .mobile-main-cta{
    	position: relative;
    }

    body header .mobile-main-cta a{
    	position: fixed;
    	top: 50%;
    	right: 10px;
    	z-index: 999;
    	display: inline-block;
    	display: block;
    	background: #53AFB5;
    	height: 60px;
    	width: 60px;
		border-radius: 50%;
		top: 10px;
    }

    body header .mobile-main-cta a .mk-button--text{
    	display: none;
    }

    body header .mobile-main-cta a svg{
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	-webkit-transform: translate(-50%,-50%) rotate(260deg);
    	    -ms-transform: translate(-50%,-50%) rotate(260deg);
    	        transform: translate(-50%,-50%) rotate(260deg);
    	height: 22px !important;
    	width: 22px !important;
    	fill: #fff;
    }

    /* Form CSS */

    body .nf-form-cont,
    body.form-page .post-password-form{
    	padding: 35px 25px;
    }

    body .mk-padding-wrapper{
    	padding: 0;
    }

    body.form-page .post-password-form input{
    	margin: 0;
    }

    body.form-page .post-password-form input[type="submit"]{
    	margin-top: 40px;
    }

    /* GF Form CSS */

	body.gf-page .gform_wrapper{
		padding: 20px 15px;
		background: #e7f7f8;
		margin-top: 20px;
	}

	body .rate-table-field table tbody tr{
		width: 100%;
	}

	body #mk-theme-container .grid-box-html .grid-box-elem .grid-box p,
	body #mk-theme-container .grid-box-html .grid-box-elem .grid-box .items-col .item-elem p{
		font-size: 11px;
	}

	body.gf-page .gform_wrapper .gform_footer{
		display: flex;
		flex-wrap: wrap;
	}

	.gform_wrapper.gravity-theme .gform_save_link.button{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}

	.gfield_signature_ui_container div img{
		display: block !important;
	}

	.gfield_signature_reset_container svg.gfield_signature_reset_icon{
		display:none;
	}
}