.registration .entry-content {
    padding-bottom: 0 !important;
}

#registration-jotform {
    width: 100%;
	height: 2130px;
}

#ptsignup .modal-body {
	text-align: center;
	padding: 40px 40px 5px;
}

#ptsignup .modal-body h3 {
	font-size: 24px;
	font-family: 'Avenir LT Std 65';
    font-weight: 900;
}

#ptsignup .modal-body .desc {
	font-size: 16px;
	line-height: 1.2;
    margin-bottom: 24px;
}

#ptsignup .modal-body .wpcf7 .wpcf7-form-control-wrap.products {
    margin-bottom: 30px;
    display: block;
}

#ptsignup .modal-body input[type="text"],
#ptsignup .modal-body input[type="email"],
#ptsignup .modal-body input[type="tel"] {
	color: #756F86;
	padding: 17px 24px;
	font-size: 16px;
}

#ptsignup .modal-body button {
	float: right;
    margin-right: 10px;
    padding: 10px 20px;
    background: transparent;
    border: none;
    color: #414141;
	font-size: 18px;
}

#ptsignup .modal-body button:hover {
	background: #F7F7F7;
}

/* .logged-in .patient-signup .entry-content .ugb-button {
    display: none;
} */

/* .jotform-footer-cover {
	display: block;
    background: #ffffff;
    width: 100%;
    max-width: 1276px;
    height: 70px;
    position: absolute;
    margin-top: -65px;
} */

.patient-signup h2 {
    margin-bottom: 15px;
}

.hcp-signup .faq-link a {
	font-family: 'Avenir LT Std 65';
    font-weight: 500;
}

#ptsignup .wpcf7 form.sent .wpcf7-response-output {
    margin: 10px 0 30px;
}

#ptsignup .wpcf7 form.invalid .wpcf7-response-output, #ptsignup .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 10px 0 30px;
}

@media (max-width: 1024px) {
    .jotform-footer-cover {
        max-width: 930px;
    }
}

@media (max-width: 800px) {
    .jotform-footer-cover {
        max-width: 720px;
    }
    .jotform-footer-cover {
        margin-top: -75px;
    }
}

@media (max-width: 768px) {
    #ptsignup .wpcf7 [type=submit] {
        float: none;
    }
    #ptsignup .modal-body button {
        float: none;
        margin: 10px auto 40px;
        display: block;
        background: #ddd;
        width: 100%;
    }
    #ptsignup .modal-body .ajax-loader {
        position: absolute;
        bottom: 0;
        display: block;
        margin: 0 40% 10px;
    }
    #ptsignup .wpcf7 form.invalid .wpcf7-response-output, #ptsignup .wpcf7 form.unaccepted .wpcf7-response-output {
        margin: -20px 0 30px;
    }
}

@media (max-width: 767px) {
    .hcp-signup .entry-content, .patient-signup .entry-content {
        padding: 1px 0 40px;
    }
}

@media (max-width: 750px) {
    #registration-jotform {
        height: 2700px;
    }
}

@media (max-width: 640px) {
    .jotform-footer-cover {
        max-width: 580px;
    }
}


@media (max-width: 520px) {
    #registration-jotform {
        height: 2900px;
    }
    .jotform-footer-cover {
        max-width: 475px;
    }
}

@media (max-width: 425px) {
    .jotform-footer-cover {
        max-width: 385px;
    }
    #ptsignup .modal-body {
        padding: 40px 20px 5px;
    }
}

@media (max-width: 414px) {
    .jotform-footer-cover {
        max-width: 375px;
    }
}

@media (max-width: 375px) {
    .jotform-footer-cover {
        max-width: 340px;
    }
}

@media (max-width: 320px) {
    #registration-jotform {
        height: 3050px;
    }
    .jotform-footer-cover {
        max-width: 290px;
    }
}

.ps-heading {
	font-size: 32px;
	line-height: 43px;
	font-family: 'Avenir LT Std 85';
	font-weight: 800;
	margin-bottom: 0 !important;
}

.ps-section1 h3 {
	font-family: 'Muli';
	font-weight: 600;
	font-size: 26px;
	line-height: 33px;
}

.ps-section2 h3 {
	font-size: 32px;
	line-height: 43px;
	font-family: 'Avenir LT Std 85';
	font-weight: 800;
}

.ps-section2 h4,
.ps-section1 h4 {
	font-family: 'Muli';
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 32px;
}

.ps-section2 p,
.ps-section1 p {
	margin-bottom: 20px;
}

.ps-section2 .ugb-block-content,
.ps-section2 .stk-block-button
.ps-section1 .ugb-block-content,
.ps-section1 .stk-block-button {
	padding-top: 10px;
}

.ps-section2 .ugb-block-content a span,
.ps-section2 .stk-block-button  a span,
.ps-section2 .ugb-block-content a,
.ps-section2 .stk-block-button  a,
.ps-section1 .ugb-block-content a span,
.ps-section1 .stk-block-button  a span,
.ps-section1 .ugb-block-content a,
.ps-section1 .stk-block-button  a {
	font-family: 'Avenir LT Std 85';
	font-weight: 800 !important;
}

@media (max-width: 767px) {
	.ps-heading {
  		font-size: 28px;
  		line-height: 36px;
	}
	.ps-section1 {
		margin-top: 0;
	}
	.ps-section1 h3,
	.ps-section2 h3 {
	  font-size: 24px;
	  line-height: 34px;
	}
	.ps-section2 h4, .ps-section1 h4 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.ps-section2 p, 
	.ps-section1 p {
	  font-size: 16px;
	  line-height: 26px;
	}
	.ps-section2 .ugb-block-content a span, 
	.ps-section2 .stk-block-button a span, 
	.ps-section2 .ugb-block-content a, 
	.ps-section2 .stk-block-button a, 
	.ps-section1 .ugb-block-content a span, 
	.ps-section1 .stk-block-button a span, 
	.ps-section1 .ugb-block-content a, 
	.ps-section1 .stk-block-button a {
	  font-size: 16px;
	  line-height: 24px;
	}
}

@media (max-width: 425px) {
	.ps-heading {
	  font-size: 24px;
	  line-height: 32px;
	}
	.ps-section1 h3, 
	.ps-section2 h3 {
	  font-size: 20px;
	  line-height: 30px;
	}
	.ps-section2 h4,
	.ps-section1 h4 {
	  font-size: 18px;
	  line-height: 26px;
	}
	.ps-section2 .ugb-block-content a span, 
	.ps-section2 .stk-block-button a span, 
	.ps-section2 .ugb-block-content a, 
	.ps-section2 .stk-block-button a, 
	.ps-section1 .ugb-block-content a span, 
	.ps-section1 .stk-block-button a span, 
	.ps-section1 .ugb-block-content a, 
	.ps-section1 .stk-block-button a {
	  font-size: 14px;
	  line-height: 22px;
	}
}