@font-face {
    font-family: 'Museo';
    font-weight: 300;
    src: url('../font/Museo-300.otf');
}

@font-face {
    font-family: 'Museo-500';
    font-weight: 500;
    src: url('../font/Museo-500.otf')
}

@font-face {
    font-family: 'Museo-700';
    font-weight: 700;
    src: url('../font/Museo-700.otf')
}

body {
    color: #2b2b2b !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2B2B2B;
}

h1, h2 {
    font-family: 'Museo-700' !important;
    font-size: 42px !important;
}

h1 {
    font-size: 48px !important;
}

a, p, h3 {
    font-family: Arial !important;
}

.post, .page {
    margin-bottom: 0;
}

@media only screen and (max-width:1280px) {
    h1, h2 {
        font-size: 30px !important;
    }

    h3, #treatmentoptions h3:not(.alpha) {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }

    .list_reference .reference_liner {
        font-size: 12px !important;
    }
}

.container {
    padding: 0 30px !important;
    height: 100%;
    width: 100%;
}

.page {
    margin-bottom: 0;
}

.row {
    height: 100%;
    width: 100%;
    margin: 0 !important;
}

.col-md-6:not(.left_content_2, .left_content_3) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer {
    height: auto;
}

.footer_logo {
    width: 25%;
}

.footer_links {
    width: 75%;
}

footer .container.links .row .page_links a:hover {
    text-decoration: none;
    color: #062077;
}

.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    justify-content: space-between;

}

/* Header */
#masthead, .container-fluid {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#masthead .container {
    height: 81px;
}

#masthead .container .row {
    height: 100%;
    width: 100%;
    margin: auto;
}

div#navbarNavAltMarkup {
    justify-content: flex-end;
}

.nav-item.dropdown.show, .nav-item, .nav-link, .navbar-nav, .dropdown-item, .dropdown-menu {
    width: 100% !important;
}

.articles-overview .nav-item {
    width: auto !important;
}

.menu-main-menu-mb-container {
    display: none;
}

a.nav-link, #primary-menu .menu-item a, #primary-menu-mb .menu-item a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Museo-500' !important;
    color: #2B2B2B !important;
    padding: 0 15px;
}

@media only screen and (min-width:992px) and (max-width:1280px) {
    a.nav-link, #primary-menu .menu-item a, #primary-menu-mb .menu-item a {
        font-size: 15px;
        position: relative;
        z-index: 12;
    }

    #menu-item-99 ul.sub-menu {
        max-width: 163px;
        margin-left: -12px;
    }

    #menu-item-97 ul.sub-menu {
        max-width: 174px;
        margin-left: -12px;
    }

    .menu-main-menu-container .menu-item-has-children:hover ul.sub-menu, .menu-main-menu-mb-container .menu-item-has-children:hover ul.sub-menu {
        padding-top: 53px;
    }
}

ul#primary-menu .current-menu-item>a {
    color: #062077 !important;
    font-family: 'Museo-700' !important;
}
li.current-menu-item#menu-item-99 ul.sub-menu>li.current-menu-item>a {
    font-family: 'Museo-500' !important;
}

ul#primary-menu a:hover {
    color: #062077 !important;
}

ul#primary-menu .current-menu-item .sub-menu a, ul#primary-menu .sub-menu a:hover {
    color: #2B2B2B !important;
}

#footer-menu-1, #footer-menu-2, #footer-menu-3 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav,
.center {
    text-align: center;
}

.navbar-brand img, img.custom-logo {
    height: auto;
    width: 200px;
}

.menu_mobile {
    display: none;
}

.dropdown-item {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: "Museo-500" !important;
    text-align: center !important;
    padding: 20px 10px !important;
    white-space: initial !important;
}

a.dropdown-item:visited {
    color: #2B2B2B;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
    padding: 0;
}

.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

ul.sub-menu .menu-item:hover {
    background-color: (144, 191, 255, 0.5);
    transition: all 0.5s ease;
}

ul.sub-menu li {
    background-color: #F5F5F5;
}

ul.sub-menu li:hover {
    background-color: rgb(198, 217, 249);
}

.dropdown-menu {
    margin-top: 0px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0 !important;

}

ul.sub-menu, ul#primary-menu, ul#primary-menu-mb {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 0;
    margin: auto;
}

#primary-menu ul.sub-menu .menu-item a, #primary-menu-mb ul.sub-menu .menu-item a {
    padding: 0;
}

.logo {
    width: 20%;
    margin: auto;
}

nav.nav_menu {
    width: 80%;
    height: 100%;
}

ul.sub-menu li {
    padding: 20px 10px;
}

/* li#menu-item-97,li#menu-item-99{
    position:relative;
    padding-top:28px;
} */

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

    /* .menu-main-menu-container .menu-item-has-children:hover {
    padding-top: 29px !important;
} */
    .nav-arrow {
        display: none;
    }

    ul.sub-menu {
        height: 100%;
    }

    #menu-item-99 ul.sub-menu {
        max-width: 189px;
    }

    #menu-item-97 ul.sub-menu {
        max-width: 179px;
    }

    .menu-main-menu-container .menu-item-has-children:hover ul.sub-menu, .menu-main-menu-mb-container .menu-item-has-children:hover ul.sub-menu {
        display: block;
    }
}

.menu-item {
    /* width:100%; */
    margin: auto;
}

ul.sub-menu {
    display: block;
    position: relative;
}

#primary-menu a, #primary-menu-mb a {
    text-decoration: none;
}

@media only screen and (min-width:992px) {
    .menu-main-menu-container .menu-item-has-children:hover ul.sub-menu, .menu-main-menu-mb-container .menu-item-has-children:hover ul.sub-menu {
        display: block;
        padding-left: 0;
        margin-left: 0;
        height: auto;
        position: absolute;
    }
}

.menu-main-menu-container .menu-item-has-children ul.sub-menu, .menu-main-menu-mb-container .menu-item-has-children ul.sub-menu {
    /* transition:  .5s; */
    /* visibility:hidden; */
    display: none;
}

a.nav-link {
    border-style: none;
    outline: none;
}

a.nav-link.dropdown-toggle::after {
    display: none;
}

.menu-main-menu-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.menu-main-menu-mb-container {
    display: none;
}

.dropdown-menu {
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

button.navbar-toggler.dropdown:focus-within {
    border: none;
}

@media only screen and (min-width:991px) {
    ul.sub-menu {
        height: auto;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown_icon {
    display: none;
}

a.nav-link.dropdown-toggle, li.nav-item, .menu-item {
    height: auto;
    align-items: center;
    padding: 0;
}

ul.navbar-nav {
    height: 100%;
}

div#navbarSupportedContent {
    height: 100%;
}

/** End of Header **/
/* Footer */
footer {
    height: 100%;
    background-color: #F3F4F6;
    max-height: 500px;
    bottom: 0;
    width: 100%;
}

footer .container.links {
    padding-top: 50px !important;
}

footer .container.links .row {
    width: 100%;
    margin: 0;
}

.privacy_statement {
    padding-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}

.privacy_statement .bold_text {
    font-weight: 700;
}

.privacy_statement a {
    text-decoration: underline;
    color: #2B2B2B;
}

.page_links {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #2B2B2B;
    padding-bottom: 25px;
    padding-right: 175px;
}

.page_links .col_2 a, .page_links .col_3 a, .page_links .col_4 a {
    display: block;
    padding-bottom: 20px;
    color: #2B2B2B;
}

.page_links .col_2 a:visited, .page_links .col_3 a:visited, .page_links .col_4 a:visited {
    color: #2B2B2B;
    text-decoration: none;
}

.container.links img {
    width: 175px;
    height: auto;
}

.privacy_statement p {
    margin-bottom: 0;
}

/** End of Footer **/
.is_mb_img {
    display: none;
}

/* Home Page */
@media(min-width:1200px) {
    .container {
        max-width: 1240px !important;
    }
}

section.section_1 {
    background-color: #000E40;
    height: 100%;
    padding-top: 81px;
}

.left_content_1 {
    padding: 60px 0 120px;
}

.right_content_1 {
    padding-top: 53px;
}

.section_1 h1,
.section_1 p {
    color: #ffffff;
}

.section_1 h1 {
    padding-bottom: 40px;
    margin: 0;
    font-weight: 700;
    font-family: "Museo-700" !important;
}

.section_1 p {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 700;
}

.section_1 a {
    background-color: #EEB211;
    color: #2B2B2B;
    border-radius: 10px;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial !important;
    position: absolute;
}

.section_1 a:hover {
    text-decoration: none;
    background-color: #C58F00;
    color: #2B2B2B;
}

section.section_2 {
    background-color: #ffffff;
    padding: 48px 0;
}

.single section.section_2 {
    padding-top: 10px;
}

.section_2 .row {
    margin-left: 0;
    margin-right: 0;
}

.section_2 h2 {
    color: #2B2B2B;
    margin-bottom: 0;
}

.section_2 p {
    color: #2B2B2B;
    font-size: 18px;
    padding-top: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 40px;
}

.section_2 video {
    height: auto;
    width: 100%;
}

.section_2 .container .row .left_content_2 {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
}

.right_content_2 .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

section.section_3 {
    padding-top: 57px;
    padding-bottom: 92px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_3 .left_content_3 {
    padding-top: 145px;
    padding-left: 0;
}

.section_3 .right_content_3 {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.section_3 .left_content_3 h2 {
    font-size: 24px;
}

.section_3 .left_content_3 p {
    padding-bottom: 50px;
    font-size: 22px;
    font-weight: 700;
}

.section_3_warning a, a.urosg_btn {
    background-color: #062077;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 700;
    z-index: 99;
    position: relative;
}

.section_3_warning a:hover, a.urosg_btn:hover {
    background-color: #000E40;
    color: #fff;
    text-decoration: none;
}

.section_3_warning {
    margin-top: -245px;
}

.section_3_indication {
    padding-top: 150px;
    padding-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.section_3_individual {
    height: 200px;
    width: 280px;
    background-color: #ffffff;
    color: #2B2B2B;
    border-radius: 50px 0px 50px 0px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section_3_individual img {
    height: auto;
    width: 85px;
    position: absolute;
    top: -30px;
    right: 30px;
    left: initial;
}

.section_3_individual p {
    font-size: 24px;
    padding-left: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 50px;
    padding-right: 24px;
}

section.section_4 {
    padding-top: 40px;
    padding-bottom: 0;
}

.home.section.section_4 {
    padding-top: 60px;
    padding-bottom: 0;
}

#quiz-cta {
    padding-top: 85px;
}

.home .section_4 .title {
    padding-top: 32px;
    margin-bottom: 0;
}

.home .section_4 .explore_card, .section_4 .home-treatment-items {
    padding-bottom: 24px;
}

.section_4 .title {
    font-weight: 700;
    font-size: 22px !important;
    padding-top: 36px;
    /* padding-bottom: 10px; */
}

.section_4 h2 {
    text-align: center;
    font-size: 24px;
}

.section_4 .title.col-12 {
    padding-bottom: 40px;
}

.section_4.explore .title.col-12 {
    padding-bottom: 10px;
}

.section_4 .explore_card, .section_4 .home-treatment-items {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.section_4 .explore_card>a {
    display: inline-block;
}

/* .section_4 .col-md-3 .title{
    font-weight:600;
} */
.section_4 .explore_card .desc {
    line-height: 1.1;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.section_4 .explore_card img, .section_4 .home-treatment-items img {
    height: auto;
    width: 76px;
}

.section_4 .button.col-12 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section_4 .button.col-12 a {
    background-color: #062077;
    border-radius: 10px;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}

.section_4 .button.col-12 a:hover {
    background-color: #000E40;
}

.section_6 {
    height: 492px;
}

.section_6 .inner_section {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: inherit;
}

.section_6 .left_content_6 {
    padding-top: 130px;
    padding-left: 95px !important;
}

.section_6 .right_content_6 {
    padding-top: 115px;
}

.section_6 h2 {
    font-size: 24px;
    padding-top: 40px;
    width: 530px;
}

.section_6 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_6 p {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 24px;
}

.section_6 a {
    background-color: #062077;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
}

.section_6 a:hover {
    background-color: #000E40;
    color: #fff;
    text-decoration: none;
}

/** End of homepage styling **/
/* Sidebar Styling */
.section_cta {
    background-size: cover;
    background-repeat: no-repeat;
}

.section_cta .container {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    height: 302px;
    width: 1029px;
    position: relative;
    z-index: 99;
    margin-bottom: -110px;
}

.section_cta .container .left_content {
    width: 80%;
    padding-top: 65px;
    padding-left: 50px;
    padding-bottom: 85px;
}

.section_cta .left_content h2 {
    font-size: 24px;
    color: #ffffff;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
}

.section_cta .left_content p {
    font-size: 18px;
    color: #ffffff;
    width: 75%;
    line-height: 24px;
    text-align: left;
}

.section_cta .container .right_content {
    width: 20%;
}

.section_cta .right_content {
    padding-top: 185px;
    padding-left: 95px;
}

a:hover .sticky_cta_arrow, .section_cta .container .right_content img:hover {
    content: url('../images/Arrow\ button\ -\ click\ 1x.png');
}

.section_cta img {
    width: 81px;
    height: auto;
}

/* Misc CSS Style */
aside#secondary {
    display: none;
}

div#primary-menu ul, div#primary-menu-mb ul {
    gap: 30px;
}

/* Reference List & Newsletter CSS  */
.newsletter_reference {
    background-color: #000E40;
}

.title_reference {
    width: 100%;
    padding-top: 20px;
}

.reference_liner {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #fff;
    line-height: 22px;
    text-align: left;
}

.title_reference h2 {
    font-size: 16px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 0;
}

input#input_2_4, input#input_2_6,input#input_2_10 {
    height: 50px;
    font-size: 16px !important;
    padding-left: 22px;border-radius:6px;
}

.list_reference {
    padding-top: 50px;
}

.list_reference .container .row {
    padding-bottom: 40px;
    margin: 0;
}

.list_reference .row_content_8 {
    display: flex;
}

.row_content_8 .left {
    margin-right: 10px;
}

.list_reference .box_content_8 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list_reference .list_box_8 {
    padding-left: 0;
    flex: 1;
    margin-right: 15px;
}

.list_reference .list_box_8 p {
    color: #ffffff;
    font-size: 12px !important;
    font-family: 'Arial';
}

.list_reference .list_box_8 p.left, .list_reference .list_box_8 p.right {
    display: inline;
    margin-bottom: 0;
    line-height: 22px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #2B2B2B;
    margin-left: 10px;
    width: 100%;
    cursor: pointer;
}

h2.gform_title {
    text-align: center;
    padding-top: 70px;
    color: #ffffff;
    padding-bottom: 20px;
}

.gform_body .gform-body {
    padding-bottom: 50px;
}

div#field_2_4, div#field_2_6 {
    width: 300px;
}

/* .gform_wrapper.gravity-theme .gform_footer{
    display: none!important;
} */
/* .gform_body.gform-body{
    padding-right:231px;
    padding-left:261px;
} */
div#field_2_8 button, #gform_submit_button_2, button.startquiz {
    background-color: #EEB211;
    color: #000000;
    width: 200px;
    border-radius: 10px;
    height: 50px !important;
    border: none;
    font-weight: 700;
    font-size: 20px !important;
    font-family: 'Arial';
    padding: 10px 20px;
}

#gform_submit_button_2:hover {
    background-color: #D29900;
    cursor: pointer;
}

div#field_2_8 button:hover, button.startquiz:hover {
    background-color: #CF8F00;
    text-decoration: none;
}

.list_reference::before {
    display: block;
    content: "";
    border-top: 1px solid white;
    width: 100%;
    margin: auto;
    transform: translateY(-1rem);
}

.list_reference .container {
    padding: 0 !important;
}

label#label_2_7_1 a {
    color: #fff;
    text-decoration: underline;
}

.alternate_back a, #breadcrumbs-container .breadcrumb .breadcrumb-item>a {
    text-decoration: none !important;
    color: #2B2B2B !important;
}

@media only screen and (min-width: 992px) {
	#menu-item-1535 ul.sub-menu {
    	max-width: 179px;
	}
}

@media only screen and (min-width: 1281px) {
    .menu-main-menu-container .menu-item-has-children:hover ul.sub-menu, .menu-main-mb-menu-container .menu-item-has-children:hover ul.sub-menu {
        padding-top: 28px;
    }

    .home .right_content_1.col-md-6 img {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1280px) {
    .home .section_6 .right_content_6 img {
        position: absolute;
        bottom: 0;
    }
}

/* About BPH */

@media only screen and (min-width: 1200px) {
    .main.about .text-1 {
        position: relative;
        /* top: 120px; */
        padding-right: 185px !important;
    }
}

@media only screen and (min-width: 992px) {
    .main.about .box-text {
        margin: 10px;
    }

}

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

    .main.about .header-1,
    .main.about .section-1 .subheader {
        text-align: left;
    }
    /* .main.about .section-1.part-1 {
        padding-top: 50px;
    } */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main.about .section-1 .text-1 {
        text-align: left;
        padding-right: 130px;
        padding-left: 0px !important;
        position: relative;
        /* top: 50px; */
    }

    .main.about .section-2 .text-2 {
        text-align: left;
        /* padding-right: 50px; */
        padding-left: 0px !important;
    }
}

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

    .main.about .box-text {
        padding-bottom: 10px;
    }
}

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

    .main.about .line-break::before {
        content: "\a";
        white-space: pre;
    }

}

@media only screen and (max-width: 490px) {
    .main.about .section-3 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

.main.about .section-2.part-1 .col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.main.about .section-1.part-2 .col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.main.about h1 {
    font-weight: 700;
    font-family: 'Museo';
}

.main.about h2 {
    font-weight: 700;
    font-family: 'Museo';
}

.main.about .section-3 h2 {
    padding-top: 70px;
}

.main.about .section-1 h1 {
    margin-top: 50px;
}

.main.about .section-3 h4 {
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Arial;
    font-size: 22px;
    margin-top: 20px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.main.about .subheader {
    font-family: Arial;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 24px;
    margin-top: 40px;
}

.main.about .section-3 .subheader {
    font-size: 22px !important;
}

.main.about .justify-repeater-center{
	justify-content:center;
}
.main.about .section-1 .subheader {
    margin-bottom: 40px;
}

.main.about .section-1 h6 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.main.about .section-2 h2 {
    margin-top: 0px;
}

.main.about .paragraph-1 {
    /* margin-top: 10px; */
    margin-bottom: auto;
}

.main.about .pic1 {
    max-width: 100%;
    max-height: 100%;
}

.main.about .bg {
    background: #E4F0FF;
}

.main.about .bg-light-blue {
    background: #E4F0FF !important;
}

.main.about .bg-image {
    background-image: url("../images/Background-segment-2-1x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main.about .bg-image .section-1>div:first-of-type, .main.about .section-2>div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main.about .box {
    width: initial;
    height: 180px;
    background-color: #ffffff;
    color: #2B2B2B;
    border-radius: 50px 0px 50px 0px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.main.about .box-1,
.box-2 {
    display: flex;
    justify-content: space-evenly;
}

.main.about .box.one {
    margin-right: 35px;
}

.main.about .box.four {
    margin-left: 35px;
}

.main.about .box-text {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 700;
    font-family: "Arial" !important;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-bottom: 10px; */
    text-align: left;
    margin-top: 30px;
}

.main.about .superscript {
    font-size: 15px;
}

.main.about .text-1 {
    text-align: left;
    padding-right: 50px;
    margin-bottom: 20px;
}

.main.about .section-2 .text-2 {
    text-align: left;
    padding-right: 50px;
    margin-bottom: 30px;
}

.main.about .section-2 p.text-2 {
    margin-bottom: 0;
}

.main.about .icon {
    margin: 50px 50px 0px 50px;
    max-width: 40%;
}

.main.about .section-3 {
    background: rgba(228, 240, 255, 0.3);
}

.main.about .final-text {
    font-family: 'Museo-700' !important;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 42px;
    color: #062077;
    margin-top: 50px;
}

.main.about #line-break::before {
    content: "\a";
    white-space: pre;
}

.main.about .section-1 .icon {
    position: absolute;
    width: 85px;
    height: auto;
    margin: 0px;
    right: 30px;
    top: -30px;
}

.main.about .section-3 {
    /* padding: 40px 80px 40px 80px; */
    padding-bottom: 50px;
}

.main.about .section-1.part-1 {
    padding-top: 125px;
}

.main.about .section-1.part-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.main.about .section-1 .row {
    margin-left: 0px;
}

.main.about .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main.about .section-1 .boxes {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: flex;
    justify-content: center;
}

.main.about .paragraph {
    font-family: Arial;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 247px;
    margin: 15px;
    margin-top: 0;
}

.main.about .section_5.bgcolour {
    background-color: rgba(228, 240, 255, 0.3);
}

.main.about .newsletter_reference, .page-template-template-treatmentoptions .newsletter_reference, .single-post .newsletter_reference {
    padding-top: 70px;
}

.main.about .list_reference .container .row {
    max-width: 700px;
    line-height: 30px;
}

@media only screen and (max-width: 990px) {
    .main.about .section-1.part-1 {
        padding-top: 50px;
    }

    .main.about .final-text {
        font-size: 20px !important;
        line-height: 25px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .main.about .box {
        width: initial;
        height: 145px !important;
    }

    .main.about .box-text {
        font-size: 16px !important;
        line-height: 24px;
    }

}

@media only screen and (max-width: 767px) {
    .main.about .section-2 p.text-2 {
        margin-bottom: 30px;
    }

    .section_2 p {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .single-post p strong {
        font-size: 22px;
    }

    .section_4 .title.col-12 {
        padding-bottom: 10px;
    }

    .home .section_4 .title.col-12 {
        padding-top: 0;
    }

    .main.about .final-text {
        font-size: 20px !important;
        line-height: 25px;
    }

    .main.about .section-3 h4 {
        margin-bottom: 10px;
    }

    .list_reference .box_content_8 {
        flex-direction: column;
    }

    .main.about .bg-image {
        background-image: url("../images/About-BPH-–-Could-you-be-at-risk@3x.png");
        background-size: cover;
    }
}

@media only screen and (max-width: 530px) {
    .box {
        width: initial;
        height: 150px !important;
    }

    .section-1 .boxes .box {
        height: auto !important;
    }

    .main.about .box-text {
        font-size: 16px !important;
        line-height: 24px;
        margin-top: 60px;
    }

    .treatment-options+.container .boxes.mobile .box {
        height: initial !important;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 342px) {
    .main.about .box-text {
        font-size: 14px !important;
        line-height: 24px;
    }

    .main.about .section-1 .icon {
        width: 65px;
        height: auto;
        margin: 0px;
        position: relative;
        bottom: 25px;
        left: 30px;
    }

}

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

    .main.about .paragraph {
        padding-right: 20px;
        padding-left: 20px;
    }

}




/* Treatment Options Page */

@media only screen and (max-width:1199px) {
    .section1, .section2, .section3, .section4 {
        width: 0%;
        padding: 25px 0px !important;
    }

    .section2 video {
        width: 100%;
        padding: 15px !important;
    }

    .pillheader, .section1, .section2, .section3, .section4, .col-12.text-center {
        text-align: left !important;
    }
    body.page-template-template-treatmentoptions .section1 .col-12.text-center,
    body.page-template-template-treatmentoptions .section1 .col-12.text-center .pillheader {
        text-align: center !important;
    }

}

@media only screen and (min-width:990px) {
    .main.treatment-options #spacing::before {
        content: "\a";
        white-space: pre;
    }
}

.main.treatment-options #header, .main.ipss-quiz #header, .page-template-default #header {
    text-align: center;
    background-size: cover;
    padding-top: 181px;
    padding-bottom: 100px;
}

.main.treatment-options .boxes.row {
    margin: auto;
}

.section1:nth-child(odd) {
    background: rgba(144, 191, 255, 0.1);
    width: 100%;
    padding: 80px 236px;
}

.section1:nth-child(even) {
    width: 100%;
    padding: 80px 236px;
}

.page-template-template-treatmentoptions .section1:last-child {
    padding-bottom: 0;
}

.main.treatment-options h1,.page-template-default #header h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Museo';
    font-weight: 500;
    font-size: 48px;
}
.page-template-default article{margin-bottom:80px;}
.page-template-default article h1{margin-top:30px;}
.section1 h2 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-family: 'Museo';
    font-weight: 500;
    font-size: 48px;
}

#treatmentoptions h3:not(.alpha) {
    color: #000 !important;
    margin-top: 75px !important;
    margin-bottom: 35px !important;
    font-family: 'Arial' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    text-align: center !important;
}

#treatmentoptions .treatment_name {
    font-size: 20px;
}
#treatmentoptions .boxes.desktop {
    flex-direction: column;
}
#treatmentoptions .boxes.desktop .leftdot .dot {
    margin-right: 90px;
}
#treatmentoptions .boxes.desktop .rightdot .dot {
    margin-left: 90px;
}
#treatmentoptions .boxes.desktop .doublerow .treatment_row {
    display: flex;
    justify-content: space-around;
}
.alpha {
    text-align: center;
    margin-top: 0px;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 24px;
}

h4 {
    margin-top: 35px;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 24px;
}

.text-left {
    font-size: 20px;
}

.col-12.text-left {
    padding: 0px;
}

.col-12.text-center {
    padding: 0px;
}

.medication.one .col-12 {
    padding: 0px;
}

h4.text-left {
    margin-top: 20px;
}

/* .main.treatment-options h5{
    margin-block:0px;
  } */

/* .main.treatment-options h6{
    text-align:center;
    margin-top:35px;
    font-family:'Arial';
    font-weight:700;
    font-size:24px;
} */

/* .pill{
    height:auto;
    width:90px;
    margin-top:35px;
    text-align:center;
} */

img.arrow {
    right: 30px;
    position: fixed;
    z-index: 133;
}

.pillheader {
    padding-top: 10px;
    text-align: center;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 20px;
}

.section2 video {
    height: auto;
    width: 100%;
    padding: 41px 120px;
}

.main.treatment-options .spacing::before {
    content: "\a";
    white-space: pre;
}

.arrow {
    height: auto;
    width: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transform: scaleY(-1);
    transition: 0.3s;
}

#back-to-top.flip .arrow {
    transform: unset;
}

.main.treatment-options .paragraph1,.page-template-default .paragraph1 {
    color: #ffffff;
    margin-block: 0px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 24px;
    max-width: 800px;
}

.main.treatment-options .medication {
    margin-block: 0px;
    text-align: left;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 18px;
}

.main.treatment-options .medication.part2 {
    padding-bottom: 20px;
}

.main.treatment-options .medication.one {
    width: 100%;
    padding: 0 100px;
}

.section1 .medication.one .medication {
    font-size: 16px;
}

.medication .wp-video {
    margin: 0 auto;
    padding: 35px 0px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 25px;
    position: relative;
    bottom: 44px;
}

.main.treatment-options .bar {
    width: 100%;
    position: relative;
    top: 27px;
}

.main.treatment-options h5 {
    margin-block: 0px;
}

.paragraph2 {
    color: #000;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 17px 20px 17px;
    margin-top: 20px;
}
.boxes.desktop .paragraph2 {
    margin-top: 0;
}
.boxes.desktop .treatment_name {
    margin-bottom: 0;
}
.box .rcorners {
    border-radius: 20px;
    position: relative;
    height: 276px;
    margin: auto;
}

.boxes.mobile .box.slick-slide[data-slick-index="0"] .rcorners,
.boxes.desktop .box:nth-of-type(1) .rcorners {
    background: rgba(209, 225, 241, 0.4);
}

.boxes.mobile .box.slick-slide[data-slick-index="1"] .rcorners,
.boxes.desktop .box:nth-of-type(2) .rcorners {
    background: rgba(144, 191, 255, 0.2);
}

.boxes.mobile .box.slick-slide[data-slick-index="2"] .rcorners,
.boxes.desktop .box:nth-of-type(3) .rcorners {
    background: rgba(144, 191, 255, 0.4);
}

.boxes.mobile .box.slick-slide[data-slick-index="3"] .rcorners,
.boxes.desktop .box:nth-of-type(4) .rcorners {
    background: rgba(22, 176, 186, 0.4);
}

.boxes.mobile .box.slick-slide:not(.slick-center) .rcorners {
    background: #E8E6E6;
}

.boxes.mobile .box.slick-slide:not(.slick-center) * {
    opacity: 0.6;
}

.button a {
    background-color: #062077;
    border-radius: 10px;
    margin-top: 25px;
    width: 160px;
    height: 54px;
    color: #ffffff;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
    padding: 15px 20px;
}

.button a:hover {
    background-color: #000E40;
    color: #ffffff;
    text-decoration: none;
}

.button {
    padding: 40px 0px 80px 0px;
}

.main.treatment-options .newsletter_reference {
    padding-top: 120px;
}

.box_content_8 {
    text-align: left !important;
}

.title_reference {
    text-align: left !important;
}

.gchoice_2_7_1 {
    text-align: left !important;
}

.medication.part2 a {
    color: #062077;
    text-decoration: underline;
}

.medication.part2 a:hover {
    color: #18A0FB;
}

.medication a {
    color: #062077;
    text-decoration: underline;
}

.medication a:hover {
    color: #18A0FB;
}

/* 404 Page */

.main.bph-404-page {
    padding-top: 155px;
    padding-bottom: 155px;
}

.main.bph-404-page .title {
    color: #062077;
    font-size: 120px !important;
    text-align: center;
}

.main.bph-404-page .not-found {
    margin-bottom: 40px;
    text-align: center;
}

.main.bph-404-page .bph-btn {
    background-color: #062077;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
}

.main.bph-404-page .bph-btn:hover {
    background-color: #000E40;
}

/* DIAN */
.old_submit {
    display: none;
}

.combined_field {
    display: flex;
    width: 100%;
}

form#gform_2 .name_field, form#gform_2 .email_field {
    width: 50% !important;
    padding-right: 16px !important;
}

#gform_2 .name_field, #gform_2 .email_field {
    margin-top: 0 !important;
    padding-top: 0;
}

#gform_fields_2 {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: auto;
}

#gform_2 .ginput_container_text input {
    border-radius: 6px;
}

#gform_2 .ginput_container_text input:focus-visible {
    outline: none;
}

.gform_validation_errors {
    display: none;
}

form#gform_2 .gfield_validation_message {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    padding: 0;
}

form#gform_2 .gfield_checkbox .gchoice {
    display: flex;
}

form#gform_2 .gfield_checkbox label {
    font-size: 18px;
    margin-left: 20px;
    max-width: 700px;
    color: #ffffff;
}

form#gform_2 .gfield_checkbox .gfield-choice-input {
    width: 38px;
    height: 30px;
}

form#gform_2 .gfield_error [aria-invalid=true] {
    border-color: transparent;
}

form#gform_2 .gfield_validation_message, form#gform_2 .validation_message {
    color: #EB3223;
}

form#gform_2 .privacy_policy {
    margin-top: 10px;
}

.gform_confirmation_message .confirmation-message {
    text-align: center;
    color: #EEB211;
    font-size: 16px;
    font-weight: 600;
}

form#gform_2 .gform_footer.top_label {
    padding: 0;
}

/* #gform_wrapper_1 {
    display: none;
} */

/* Articles */
.explore_card {
    background: #fff;
    padding: 10px 10px 60px;
}

.explore_row {
    justify-content: center;
    gap: 20px;
    margin-top: 30px !important;
}

.explore_row .title {
    font-weight: 700 !important;
}

.explore>.title {
    text-align: center;
}

.explore>p {
    padding-right: 0px !important;
}

/* .relative {
    position : relative;
} */

.sticky_cta {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 255px;
    height: 255px;
    padding: 20px;
    padding-right: 25px;
    position: fixed;
    right: -20px;
    top: 200px;
}

.section_2.has_sticky {
    position: relative;
}

.sticky_cta.sticky {
    position: absolute;
    top: unset;
    bottom: 34px;
}

.sticky_cta h2 {
    font-size: 24px !important;
    padding-top: 30px;
}

.sticky_cta_arrow {
    width: 20%;
    margin-top: 20px;
}

.bg-white {
    background: #fff !important;
}

.bg-light-blue {
    background: #E4F0FF !important;
}

.white {
    color: #fff !important;
    font-size: 2rem !important;
}

.section_4 .explore_card {
    border-radius: 15px;
}

.section_4 .explore_card img {
    width: 100% !important;
    border-radius: 10px;
    aspect-ratio: 1/1;
    margin-bottom: 18px;
    object-fit: cover;
}

.section_4 .explore_card .title {
    color: #2B2B2B !important;
    text-align: left !important;
    line-height: 30px !important;
    font-family: 'Arial' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

.explore_card a:hover {
    color: #062077;
    text-decoration: none;
}

.section_4 .explore_card a:hover>p.title {
    color: #062077;
}

/* .container-test {
    background : blue;
    height : 1000px;
} */
.single-post h1 {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 48px;
    color: #231F20;
    padding-bottom: 39px;
    margin-bottom: 40px;
}

.single-post .article a {
    color: #062077;
    text-decoration: underline;
}

.single-post .article a:hover {
    color: #90BFFF;
}

.single-post h4 {
    font-family: arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.single-post .article ul, .single-post .article li {
    margin: 0;
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 18px;
}

.single-post .article ol {
    margin: 0;
}

.single-post .section_1 a.category {
    font-weight: 400;
    font-size: 18px;
    margin-right: 14px;
}

.single-post .section_1 p.categories_heading {
    font-size: 18px;
    width: auto;
    padding: 0;
    margin-bottom: 0;
}

.single-post .section_2 p {
    padding-top: 30px;
}

.single-post .section_2 h4+p {
    padding-top: 5px;
}

.single-post p strong {
    font-size: 24px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none !important;
}

.breadcrumb {
    background: #fff !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.breadcrumb-item.active {
    color: #2B2B2B !important;
    font-weight: 700;
}

.breadcrumb-item a:hover {
    color: #90BFFF;
}

.alternate_back {
    display: none;
}

.categories {
    display: flex;
    gap: 1em;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.categories .category-items {
    display: flex;
    flex-wrap: wrap;
}

p.categories_heading {
    color: #2B2B2B;
    padding-top: 31px;
}

.section_1 a.category {
    color: #062077;
    background: rgba(144, 191, 255, 0.2);
    padding: 15px;
    border-radius: 6px;
    position: relative;
}

.single-post .section_1 a.category:hover {
    background-color: rgb(0 14 64 / 15%);
}

.banner-article {
    padding-left: 0px !important;
}

/* Overview */

/* Patient Resources */
.main.articles-overview .hero_banner, .archive .hero_banner {
    padding-top: 50px;
    background-image: url('../images/Hero-Banner-3x.png');
    background-size: cover;
}

.main.articles-overview .banner-title, .archive .banner-title{

    font-family: "Museo";
    font-size: 48px !important;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-top: 160px;
    padding-bottom: 50px;

}

.main.articles-overview .col-sm-3.col-md-4.col-6, .archive .col-sm-3.col-md-4.col-6 {
    padding-left: 0px;
    max-width: fit-content;

}

.main.articles-overview .articles_listing .justification, .archive .articles_listing .justification {
    padding-left: 25px;
    flex-grow: 1;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main.articles-overview .section .row, .archive .section .row {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.main.articles-overview .section, .archive .section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.main.articles-overview .subheader, .archive .subheader {

    font-family: Arial !important;
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;

}

.main.articles-overview .justification.col-md-8.col-sm-4, .archive .justification.col-md-8.col-sm-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.main.articles-overview .cat_list a, .archive .cat_list a {
    color: #2B2B2B;
    font-family: 'Arial';
    text-decoration: none;
}


.main.articles-overview .article-title, .archive .article-title {

    font-family: 'Museo-700', sans-serif !important;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

.main.articles-overview .paragraph, .archive .paragraph {
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.main.articles-overview .image, .archive .image {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 320px;
    aspect-ratio: 1/1;
}

.main.articles-overview .link, .archive .link {
    font-family: Arial;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #062077;
    margin-bottom: 0;

}

.main.articles-overview .nav-tabs.nav a, .archive .nav-tabs.nav a {
    padding: 18px 5px 12px;
}

.main.articles-overview .nav-tabs, .archive .nav-tabs {
    margin-left: 0;
    margin-top: 80px;
    border-radius: 15px 15px 0px 0px;
}

.main.articles-overview .filter, .archive .filter {
    font-family: Arial !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: auto;
    /* padding-left: 65px;
    padding-right: 65px; */
}

.main.articles-overview .nav-items, .archive .nav-items {
    margin-right: 5px;
}

.main.articles-overview .link a, .archive .link a {
    color: #062077;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 0px;
}

.main.articles-overview .link a:hover, .archive .link a:hover {
    color: #062077;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 0px;
}

.main.articles-overview .link a:active, .archive .link a:active {
    color: #062077;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 0px;
}

.main.articles-overview .nav a, .archive .nav a {
    color: #898989 !important;
    background: #E8E6E6;
    text-decoration: none;
    border: 0;
    border-bottom: 5px solid #E8E6E6;
    border-radius: 15px 15px 0 0;
}

.main.articles-overview .nav-item, .archive .nav-item {
    margin-right: 1px;
}

.main.articles-overview .nav a:link, .archive .nav a:link {
    color: #898989 !important;
    background: #E8E6E6;
    text-decoration: none;
}

.main.articles-overview .nav a:hover, .main.articles-overview .nav a.active,
.archive .nav a:hover, .archive .nav a.active {
    color: #062077 !important;
    background-color: #FFFFFF;
    text-decoration: none;
    border: 0;
    border-bottom: 5px solid #062077;
}

.main.articles-overview .nav a:active, .archive .nav a:active {
    color: #062077 !important;
    background-color: #FFFFFF;
    text-decoration: none;
    border-bottom: 5px solid #062077;
}

.main.articles-overview .nav-tabs .nav-link,
.archive .nav-tabs .nav-link {
    margin-right: 1px;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
}

.main.articles-overview .pagination a.prev.page-numbers,
.archive .pagination a.prev.page-numbers {
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 25px;
    text-decoration: none;
    font-weight: 700;
    background-color: #062077;
    color: #ffffff;
}

.main.articles-overview .pagination a.next.page-numbers,
.archive .pagination a.next.page-numbers {
    background-color: #062077;
    border-radius: 5px;
    padding: 5px 20px;
    margin-left: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.main.articles-overview .pagination a.prev.page-numbers.inactive, .archive .pagination a.prev.page-numbers.inactive,
.main.articles-overview .pagination a.next.page-numbers.inactive, .archive .pagination a.next.page-numbers.inactive {
    color: #9D9D9D;
    background-color: #E8E6E6;
}

.main.articles-overview .pagination a.prev.page-numbers.inactive:hover, .archive .pagination a.prev.page-numbers.inactive:hover,
.main.articles-overview .pagination a.next.page-numbers.inactive:hover, .archive .pagination a.next.page-numbers.inactive:hover {
    cursor: default;
}

.main.articles-overview .pagination a.page-numbers, .archive .pagination a.page-numbers {
    color: #9D9D9D;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
}

.main.articles-overview .pagination span.page-numbers.current, .archive .pagination span.page-numbers.current {
    color: #2B2B2B;
    font-weight: 700;
    padding-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Arial;
}

.treatment-options+.container .boxes.mobile {
    display: none;
}

.single-post .section_4 .explore_card {
    padding-bottom: 20px;
    padding: 10px;
}

.single-post .section_4 .explore_card .title {
    padding-top: 0;
    padding-bottom: 0;
}

#gform_1 .gf_progressbar_title {
    margin-bottom: 0;
    margin-top: 12px;
}

.page-template-template-treatmentoptions #mostinvasive {
    padding-bottom: 0;
}

.main.articles-overview .cat_list a, .archive .cat_list a {
    font-size: 22px;
    line-height: 30px;
}

.single-post .article ul, .single-post .article li {
    margin-bottom: 10px;
}

.single-post .article li.breadcrumb-item.active {
    margin-bottom: 30px;
}

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

    .main.articles-overview .paragraph, .archive .paragraph {
        font-size: 18px !important;
        line-height: 24px;
    }

    .main.articles-overview .link a, .archive .link a {
        font-size: 22px;
        line-height: 30px;
    }

    /* .main.articles-overview .paragraph {
        margin-top: 20px;
        margin-bottom: 20px;
    } */
}

.ipss-quiz #header h1 {
    color: white;
    max-width: 645px;
}

.ipss-quiz .paragraph1 {
    color: white;
    max-width: 645px;
}

.main.ipss-quiz .quiz_sec .container {
    padding: 65px 30px !important;
}

.main.ipss-quiz .quiz_sec .intro, .ipss-quiz #gform_wrapper_1 {
    height: 67vw;
    max-height: 800px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px;
    text-align: center;
    align-items: center;
    position: relative;
}

.main.ipss-quiz .quiz_sec .intro.hidden {
    display: none;
}

.ipss-quiz #gform_wrapper_1.popup {
    display: block;
}

.main.ipss-quiz .quiz_sec .intro h2 {
    font-size: 48px !important;
}

.main.ipss-quiz .quiz_sec .intro .paragraph1 {
    color: #2B2B2B;
    margin-top: 10px;
    padding-left: 0;
    font-size: 18px;
    max-width: 785px;
}

.main.ipss-quiz .quiz_sec .startquiz {
    margin-top: 50px;
}

.main.ipss-quiz .quiz_sec .startquiz:hover {
    cursor: pointer;
}

.main.ipss-quiz .quiz_sec .paragraph1.notice {
    color: #2B2B2B;
    font-size: 16px;
    position: absolute;
    bottom: 60px;
    max-width: 700px;
    width: 100%;
}

.ipss-quiz #gform_wrapper_1 {
    display: none;
    text-align: left;
    background-image: url('../images/quiz_qn_bg.png');
}

.ipss-quiz #gform_wrapper_1 .gform_heading {
    display: none;
}

.ipss-quiz #gform_wrapper_1 h1 {
    padding-left: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #2B2B2B;
    margin-bottom: 0;
}

#gform_wrapper_1 fieldset>legend.gfield_label {
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
}

#gform_wrapper_1 fieldset>legend.gfield_label>.gfield_required {
    display: none;
}

#gform_wrapper_1 .gf_progressbar_wrapper .gf_progressbar_percentage span {
    display: none;
}

.gf_progressbar_title {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #062077 !important;
}

#gform_wrapper_1 .ginput_container_radio {
    max-width: 50%;
    margin-top: 30px;
}

#gform_wrapper_1 .gfield_radio .gchoice {
    background-color: #F3F4F6;
    border: 2px solid #E8E6E6;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 11px;
    cursor: pointer;
}

#gform_wrapper_1 .gfield_radio .gchoice input[checked="checked"] #gform_wrapper_1 .gfield_radio .gchoice label {
    color: #2B2B2B;
    margin-left: 5px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}

#gform_wrapper_1 .gf_progressbar_wrapper .gf_progressbar {
    background-color: transparent;
}

#gform_wrapper_1 .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    width: 100% !important;
    background-color: transparent;
    border-radius: 0;
    background-size: contain;
    height: 10px;
}

#gform_wrapper_1 form {
    position: relative;
}

#gform_wrapper_1 form .gf_progressbar_wrapper {
    position: absolute;
    width: 100%;
    top: -75px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

#gform_wrapper_1 form .gf_progressbar_wrapper .gf_progressbar {
    width: 100%;
}

#gform_wrapper_1 .gform_page_footer {
    position: absolute;
    top: -60px;
}

#gform_wrapper_1 .gform_page_footer input[type="button"] {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #062077;
    position: relative;
}

#gform_wrapper_1 .gform_page_footer input[type="button"].gform_previous_button {
    padding-left: 30px !important;
    background-image: url('../images/prev_arrow.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
}

/* #gform_wrapper_1 .gform_page_footer input[type="button"].gform_next_button {
    visibility: hidden;
} */


.treatment-options+.container .boxes.mobile .slick-dots li button:before,
.single-post .explore .slick-dots li button:before {
    color: #2B2B2B !important;
    font-size: 42px;
    opacity: 0.15 !important;
}

.treatment-options+.container .boxes.mobile .slick-dots li.slick-active button:before,
.single-post .explore .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #90BFFF !important;
}

.single-post .explore .slick-prev:before, .single-post .explore .slick-next:before {
    display: none;
}

.single-post .explore .slick-dots {
    bottom: -75px;
}

.single-post .explore .slick-prev img {
    transform: rotate(180deg);
}

.single-post .explore .slick-prev, .single-post .explore .slick-next {
    max-width: 13px;
    height: 21px;
}

.single-post .explore .slick-prev {
    left: -10px;
}

.single-post .explore .slick-next {
    right: -10px;
}

.question_list {
    max-width: 900px;
    margin-top: 50px;
    height: 300px;
    overflow: hidden;
}

.question_list.active {
    height: auto;
    overflow: initial;
}

.question_list .single_q {
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(43 43 43 / 20%);
}

.question_list .single_q:last-of-type {
    border-bottom: none;
}

.question_list .single_q * {
    color: #231F20;
}

.question_list .single_q .question_ans {
    display: flex;
    justify-content: space-between;
}

.question_list .single_q .question_ans * {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.question_list .single_q .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.question_list .left_col {
    max-width: 60%;
}
.main.ipss-results {
    padding-top: 80px;
}

.ipss-results .second_sec .container {
    display: flex;
}

.second_sec .text_subsec {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.second_sec .text_subsec .img_subsec {
    width: 50%;
    margin-top: 25px;
}

.second_sec .text_subsec .urosg_btn {
    margin-top: 20px;
}

.second_sec .text_subsec .desc {
    margin-top: 5px;
    max-width: 500px;
}

.main.ipss-results .first_sec {
    background-color: rgb(144 191 255 / 10%);
    padding: 60px 0;
}

.main.ipss-results .first_sec .symptom {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main.ipss-results .first_sec .img_subsec {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 440px;
}

.score_details {
    position: absolute;
    left: 132px;
    top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.score_details .score {
    font-weight: 600;
    font-size: 69px;
    padding-top: 10px;
    line-height: 57px;
    color: #F0790B;
    font-family: 'Museo-700', sans-serif;
}

.score_details .score_label {
    color: #F0790B;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Museo-700', sans-serif;
}

.ipss_score .legend_label {
    margin-top: 30px;
}

.legend_label .label {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.legend_label .legend_list {
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.legend_label .legend_list>li {
    font-weight: 500;
}

.legend_label .legend_list #mild {
    color: #EEB211;
}

.legend_label .legend_list #moderate {
    color: #F0790B;
}

.legend_label .legend_list #severe {
    color: #E02800;
}

.legend_label .legend_list li {
    margin-right: 20px;
}

.legend_label .legend_list li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 15px;
    margin-right: 10px;
}

.legend_label .legend_list li#mild:before {
    background-color: #EEB211;
}

.legend_label .legend_list li#moderate:before {
    background-color: #F0790B;
}

.legend_label .legend_list li#severe:before {
    background-color: #E02800;
}

.first_sec .score_subsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qol_index {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px 33px 20px 20px;
}

.qol_index .qol_desc {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.qol_index .qol_label {
    font-family: 'Museo-700', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.qol_index .qol_img {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.qol_index .qol_img img.anchor {
    position: absolute;
    top: -15px;
    right: -12px;
    max-width: 25px;
}

.qol_index .qol_img .imglabel {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

/* .score_subsec .ipss_score {
    margin-left: 20px;
} */

.qol_index[data-score="1"] .qol_img .anchor {
    right: 13.5%;
}

.qol_index[data-score="2"] .qol_img .anchor {
    right: 30%;
}

.qol_index[data-score="3"] .qol_img .anchor {
    right: 46.5%;
}

.qol_index[data-score="4"] .qol_img .anchor {
    right: 63.5%;
}

.qol_index[data-score="5"] .qol_img .anchor {
    right: 80%;
}

.qol_index[data-score="6"] .qol_img .anchor {
    right: 96.5%;
}

/* terrible */
.second_sec .img_subsec {
    width: 50%;
}

.summary_sec .container {
    padding: 80px 30px !important;
}

.viewall {
    text-align: center;
    max-width: 900px;
    border-top: 5px solid #062077;
    padding-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #062077;
    cursor: pointer;
    position: relative;
}

.viewall:not(.active):before {
    content: '';
    background-image: url('../images/whitegrad.png');
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 55px;
    left: 0;
}

.viewall .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewall .text:after {
    content: '';
    background-image: url('../images/arrow-1.png');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 20px;
    margin-top: 4px;
}

.viewall .text.hidden, .viewall.active .text {
    display: none;
}

.viewall .text.hidden:after {
    transform: rotate(180deg);
}

.viewall.active .text.hidden {
    display: block;
}

.single-post section.section_4 {
    padding-top: 50px;
    padding-bottom: 92px;
}

.single-post .section_4 .explore_card .title {
    color: #231F20 !important;
}
#gform_fields_2 .combined_field {
    margin-bottom: 20px;
}
form#gform_2 .privacy_policy {
    margin-top: 0 !important;
    display: inline-block !important;
}

@media only screen and (min-width: 990px) and (max-width: 1280px) {
    .section_6 .right_content_6 {
        padding-top: 127px;
    }

    .section_6 .right_content_6 img {
        width: 550px;
    }

    .main.articles-overview .col-sm-3.col-md-4.col-6, .archive .col-sm-3.col-md-4.col-6 {
        padding-right: 25px;
    }

}

@media only screen and (max-width: 1199px) {
    #treatmentoptions .treatment_header {
        min-height: 80px;
    }

    .box .rcorners {
        height: 345px;
    }

    .section_6 .right_content_6 {
        padding-top: 101px;
    }

    .main.articles-overview .image, .archive .image {
        border-radius: 10px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 230.98px;
    }

}

@media only screen and (max-width: 1099px) {
    .score_subsec .qol_index {
        max-width: 400px;
    }
    .qol_index[data-score="1"] .qol_img .anchor {right: 12.5%;}
    .qol_index[data-score="2"] .qol_img .anchor {right: 29.5%;}
    .qol_index[data-score="3"] .qol_img .anchor {right: 46%;}
    .qol_index[data-score="4"] .qol_img .anchor {right: 62.9%;}
    .qol_index[data-score="5"] .qol_img .anchor {right: 79.2%;}
}

@media only screen and (max-width: 1020px) {
    .score_subsec .ipss_score {
        max-width: 350px;
    }

    .main.ipss-results .first_sec .img_subsec {
        max-width: 430px;
    }

    .score_details {
        left: 102px;
        font-size: 20px;
        margin-top: 90px;
    }

    .score_details .score {
        font-size: 64px;
    }

    .score_details .score_label {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .main.articles-overview .section, .archive .section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main.articles-overview .articles_listing .justification, .archive .articles_listing .justification {
        padding-left: 10px;
    }

    .main.articles-overview .image, .archive .image {
        border-radius: 10px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 145.98px;
    }

    .page-template-template-treatmentoptions .newsletter_reference {
        padding-top: 0;
    }

    .main.about .bg-image>.container {
        padding: 0 !important;
    }

    .main.about .bg-image .section-1 {
        padding-bottom: 0;
    }

    .main.about .bg-image .section-1>div:first-of-type {
        padding: 0 30px !important;
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 991px) {
    .menu-main-menu-mb-container {
        display: block;
    }

    .menu-main-menu-container {
        display: none;
    }

    #treatmentoptions .treatment_header {
        min-height: 104px;
    }

    /* .page-template-template-treatmentoptions #quiz-cta {
        padding-top: 25px;
    } */

    .main.treatment-options #header, .main.ipss-quiz #header {
        padding-top: 145px;
    }

    .rcorners .paragraph2 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .main.articles-overview .filter, .archive .filter {
        font-size: 18px !important;
    }

    .main.articles-overview .paragraph, .main.articles-overview .articles_listing .justification>p,
    .archive .paragraph, .archive .articles_listing .justification>p {
        display: none;
    }

    .main.articles-overview .cat_list a, .archive .cat_list a {
        font-size: 12px;
        line-height: 22px;
    }

    .main.articles-overview .article-title, .archive .article-title {
        font-size: 16px !important;
        line-height: 16px;
    }

    .main.articles-overview .link a, .archive .link a {
        font-size: 12px;
        line-height: 22px;
    }

    .main.articles-overview .image, .archive .image {
        border-radius: 10px;
        object-fit: cover;
        object-position: center;
        width: 130px;
        height: 120px;
    }

    .main.articles-overview .banner-title, .archive .banner-title {
        font-size: 30px !important;
        line-height: 36px;
        padding-top: 50px;
    }

    .sticky_cta {
        display: none;
    }
}


/* .main.articles-overview .pagination a.prev.page-numbers:active {
    background-color: #062077;
    color: #ffffff;
}

.main.articles-overview .pagination a.next.page-numbers:active {
    background-color: #062077;
    color: #ffffff;
} */
@media only screen and (min-width:1441px) and (max-width:1920px) {
    div#field_2_4, div#field_2_6 {
        grid-column: span 5;
        width: 100%;
    }

    div#field_2_8 {
        grid-column: span 2;
    }

    .section_3_individual img {
        left: 165px;
    }

    .privacy_statement {
        right: 240px;
    }

    footer .container.links .row {
        justify-content: space-around;
    }
}

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

    .main.articles-overview .filter, .archive .filter {
        font-size: 20px !important;
    }

    .main.ipss-results .first_sec .symptom {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .single-post h1 {
        font-size: 30px !important;
        line-height: 1.2;
    }

    .single-post .section_4 .explore_card .title {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    ul.sub-menu {
        top: 28px;
    }

    .section_3 .left_column {
        width: 47%
    }

    .category-section {
        height: 100% !important;
    }

    .section_3 .right_column {
        width: 47%;
    }

    .section_3_individual {
        height: 180px;
        width: 100%;
    }

    /* .gform_body.gform-body{
        padding-left:210px;
    } */
    .navbar-nav {
        gap: 0;
    }

    .right_content_1.col-md-6 img {
        height: auto;
        width: 492px;
    }

    .section_3_individual img {
        width: 65px;
        left: 150px;
    }

    .section_3 .right_content_3 {
        justify-content: space-between;
    }

    .section_6 .right_content_6 {
        padding-top: 102px;
    }

    /* footer .container.links .row {
        padding-left:40px;
    } */
    .privacy_statement {
        padding-bottom: 50px;
    }

    /* .gform_body.gform-body {
        padding:0 237px;
    } */
    .section_cta .container .left_content {
        padding-top: 76px;
    }

    section.section_1 {
        height: 500px;
    }

    .right_content_1 {
        padding-top: 3px;
    }

    .section_3_individual p {
        font-size: 20px !important;
        padding: 0 35px;
        padding-top: 5px;
        line-height: 26px;
    }

    .section_cta .container {
        width: 990px;
    }

    .section_6 .left_content_6 {
        padding-left: 110px;
    }

    .section_6 {
        height: 479px;
    }

    .left_content_1 {
        padding: 69px 0;
    }

    .main.ipss-quiz .quiz_sec .intro h2 {
        font-size: 30px !important;
    }

    .main.treatment-options .paragraph1 {
        max-width: 630px;
    }
}

@media only screen and (max-width:1199px) {
    .qol_index[data-score="1"] .qol_img .anchor {right: 13.2%;}
    .qol_index[data-score="2"] .qol_img .anchor {right: 29.9%;}
    .qol_index[data-score="4"] .qol_img .anchor {right: 63.1%;}
    .qol_index[data-score="5"] .qol_img .anchor {right: 79.5%;}
    .dot {
        bottom: 41px;
    }

    .right_content_1.col-md-6 img {
        padding-top: 36px;
    }

    .left_content_1 {
        padding: 45px 0;
        margin: 0;
    }

    .section_3_individual p {
        padding: 0 25px;
        padding-top: 12px;
    }

    .section_3_individual img {
        left: 110px;
    }

    .section_4 p.title {
        line-height: 24px;
    }

    .section_6 {
        height: 390px;
    }

    .section_6 .left_content_6 {
        padding-top: 100px;
        padding-left: 20px !important;
    }

}

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

    /* .gform_body.gform-body {
        padding-left:105px;
    } */
    .right_content_1.col-md-6 img {
        padding-top: 0;
    }

    .section_3_individual img {
        left: 120px;
    }

    .left_content_1 {
        margin: 0;
        padding-top: 45px 0;
    }

    .section_4 .title {
        line-height: 24px;
    }

    .privacy_statement {
        padding-bottom: 50px;
    }

    section.section_1 {
        height: 454px;
    }

    .section_2 .container .row .left_content_2 {
        padding-right: 20px;
    }

    section.section_3 {
        padding-top: 70px;
    }

    .section_3_individual p {
        padding: 0 30px;
    }

    .section_cta .container {
        width: 800px;
    }

    .section_cta .right_content {
        padding-top: 165px;
    }

    .section_cta .left_content p {
        width: 100%;
    }

    .section_cta .container .left_content {
        padding-top: 55px;
        /* padding-left: 24px; */
        padding-bottom: 0;
    }

    .section_6 .left_content_6 {
        padding-top: 75px;
    }

    .section_6 {
        height: 389px;
    }

    a.nav-link {
        font-size: 16px;
    }

    .right_content_1.col-md-6 img {
        width: 438px;
    }
}

@media only screen and (max-width:991px) {
    .dot {
        bottom: 40px;
    }

    .box .rcorners {
        height: 395px;
    }

    /* .btn_menu_mobile.active .s1{
        transform:rotate(45deg);
        position: relative;
    }
    .btn_menu_mobile.active .s2{
        transform:rotate(315deg);
    }
    .btn_menu_mobile.active .s3{
        display:none;
    } */
    .btn_menu_mobile {
        background-image: url('../images/menu.png');
        background-repeat: no-repeat;
        width: 33px;
        height: 34px;
        background-size: contain;
        margin-top: 14px;
    }

    .btn_menu_mobile.active {
        background-image: url('../images/close.png');
        margin-top: 11px;
    }

    .section_6 h2 {
        width: 100%;
    }

    .menu_mobile {
        display: block;
        position: absolute;
        right: 0;
    }

    #masthead {
        height: 50px;
    }

    /* .nav_menu{
        display:none;
    }
    .nav_menu.active{display:block;} */
    ul.sub-menu {
        display: none;
    }

    /* ul#primary-menu .menu-item-has-children:hover a, ul#primary-menu-mb .menu-item-has-children:hover a {
        font-weight: 700;
    } */
    ul#primary-menu-mb .menu-item-has-children.current_page_item a{font-weight:700;}
    ul#primary-menu-mb .menu-item.current_page_item a{font-weight:700;}
    ul#primary-menu .menu-item-has-children:hover .sub-menu a, ul#primary-menu-mb .menu-item-has-children .sub-menu a {
        font-weight: 100;
    }
    .menu-item-has-children.active ul.sub-menu {
        display: block;
    }

    li.menu-item.menu-item-type-custom.menu-item-object-custom {
        padding-left: 0;
        border-bottom: 1px solid #E5E5E5;
    }

    li.menu-item.menu-item-type-custom.menu-item-object-custom:last-child {
        border-bottom: none;
    }
/*
    li.menu-item.menu-item-type-custom.menu-item-object-custom:first-child {
        border-top: 1px solid lightgrey;
    } */

    .menu-main-menu-container .menu-item-has-children ul.sub-menu, .menu-main-menu-mb-container .menu-item-has-children ul.sub-menu {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .menu-item-has-children span.nav-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        background-image: url('../images/dropdown.png');
        background-repeat: no-repeat;
        position: absolute;
        right: -8px;
        background-position: center;
        background-size: 15px;
        z-index: 11;
        filter: brightness(0);
        top: -7px;
        transform: scaleY(-1);
        padding: 20px;
    }

    .menu-item-has-children .sub-menu span.nav-arrow {
        display: none;
    }

    .menu-item-has-children.active span.nav-arrow {
        transform: scaleY(1);
    }

    .logo {
        margin: auto 0;
    }

    ul.sub-menu, ul#primary-menu, ul#primary-menu-mb {
        justify-content: normal;
    }

    ul.sub-menu {
        position: initial;
    }

    .menu-item {
        margin: 0;
    }

    #primary-menu .menu-item, #primary-menu-mb .menu-item {
        padding: 20px 0;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid lightgrey;
    }

    #primary-menu .menu-item a, #primary-menu-mb .menu-item a {
        padding: 0;
        display: block;
        max-width: 720px;
        margin: 0 auto;
        position: relative;
    }

    /* .list_menu_mobile.active .menu-item{
        padding-bottom:0px;
    } */

    ul#primary-menu, ul#primary-menu-mb {
        margin-top: 50px;
        position: fixed;
        right: 0;
        z-index: 9;
        background: #fff;
        top: 0px;
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    .active ul#primary-menu, .active ul#primary-menu-mb {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in;
    }

    .btn_menu_mobile.active {
        padding-top: 20px;
    }

    .btn_menu_mobile.active span {
        margin-bottom: 0;
        top: 3px;
    }

    .btn_menu_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 24px;
        padding-top: 13px;
    }

    .btn_menu_mobile span {
        height: 3px;
        width: 100%;
        background: #2B2B2B;
        margin-bottom: 7px;
    }

    .nav-item.show .dropdown-toggle::after {
        transform: scaleY(-1);
    }

    .dropdown_icon {
        display: inline-flex;
        float: right;
        padding-right: 20px;
        padding-top: 8px;
    }

    a.nav-link.dropdown-toggle {
        height: auto;
        display: block;
        align-items: center;
        padding: 20px 0;
    }

    ul.navbar-nav {
        height: auto;
    }

    div#navbarSupportedContent {
        height: auto;
    }

    .nav-item.dropdown .dropdown_icon img {
        height: auto;
        width: 15px;
        transform: scaleY(-1);
    }

    .nav-item.dropdown.show .dropdown_icon img {
        transform: scaleY(1);
    }

    body {
        overflow-x: hidden;
    }

    button.navbar-toggler.dropdown {
        border-style: none;
    }

    #navbarSupportedContent {
        transform: translateX(100%);
        position: absolute;
        width: 100%;
        background-color: #fff;
        top: 60px;
        margin-top: 10px;
        z-index: 99999;
        transition: all 1s ease 0s;
        height: calc(100vh - 48px) !important;
    }

    div#navbarSupportedContent.show {
        transform: translateX(0px);
        margin-top: 10px;
    }

    #masthead .container {
        height: 100%;
    }

    .right_content_1 {
        padding-top: 176px;
    }

    .section_1 h1 {
        font-size: 28px !important;
        width: 110%;
    }

    section.section_1 {
        padding-top: 50px;
    }

    .section_3_warning {
        margin-top: -130px;
    }

    .section_1 p {
        font-size: 16px;
        line-height: 1.7;
    }

    .section_2 h2 {
        font-size: 22px;
    }

    .section_2 p {
        font-size: 16px;
        line-height: 20px;

    }

    .section_3 .left_content_3.col-sm-6 {
        padding-top: 15px;
    }

    .section_3 .left_content_3.col-sm-6 h2 {
        font-size: 22px;
    }

    .section_3 .left_content_3.col-sm-6 a {
        font-size: 18px;
    }

    .section_3_individual {
        height: 135px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .section_3_individual p {
        font-size: 10px;
        margin: 0 10px;
        padding-left: 5px;
    }

    .section_3_individual img {
        left: initial;
        right: 20px;
        width: 60px;
        bottom: 22px;
    }

    .section_3 .left_content_3 {
        padding-top: 55px;
    }

    .section_3_indication {
        padding-top: 65px;
        width: 50%;
    }

    .section_4 .explore_card {
        line-height: 15px;
        font-size: 16px;
    }

    .section_4 .explore_card .title {
        font-size: 22px !important;
    }

    .section_4 .explore_card .desc {
        font-size: 18px !important;
    }

    .section_cta .container {
        margin-bottom: -185px;
    }

    .section_cta img {
        width: 70px;
    }

    .section_cta .container .left_content {
        padding-top: 50px;
    }

    .section_cta .container .right_content {
        width: auto;
        padding-top: 125px;
        padding-left: 55px;
    }

    .section_cta .left_content h2 {
        width: 100%;
    }

    .section_6 {
        height: auto;
    }

    .section_6 h2 {
        font-size: 22px;
        padding-top: 10px;
    }

    .section_6 p {
        font-size: 16px;
    }

    .section_6 a {
        font-size: 18px;
    }

    .section_6 .left_content_6 {
        padding-top: 130px;
        padding-left: 5px;
        padding-bottom: 50px;
    }

    .section_6 .right_content_6 {
        padding-top: 158px;
    }

    footer .container.links .row {
        padding-left: 0px;
        margin-right: 0;
        justify-content: space-between;
    }

    /* .gform_body.gform-body{
        padding-left:90px;
    } */
    #label_2_7_1 {
        font-size: 14px;
    }

    ul.navbar-nav {
        margin: 0 !important;
    }

    a.nav-link, a.dropdown-item {
        border-bottom: 1px solid #E5E5E5;
    }

    .dropdown-menu.show {
        margin-top: 0 !important;
    }

    .dropdown-menu.show {
        padding: 0;
    }

    nav.navbar.navbar-expand-lg {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    a.nav-link, a.dropdown-item {
        text-align: left !important;
    }

    #masthead .container .row {
        position: relative;
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }

    a.nav-link, a.navbar-brand, a.dropdown-item {
        padding-left: 30px !important;
        padding: 20px 0;
    }

    .main.articles-overview .nav-tabs a.nav-link, .archive .nav-tabs a.nav-link {
        padding-left: 10px !important;
        padding-right: 10px;
    }

    button.navbar-toggler.dropdown.collapsed .navbar-toggler-icon {
        content: url('../images/icons8-menu-24.png');
    }

    button.navbar-toggler.dropdown .navbar-toggler-icon {
        content: url('../images/icon_close.png');
    }

    .left_content_1 {
        padding: 48px 0;
    }

    .right_content_1 {
        padding-top: 100px;
    }

    .right_content_1 img {
        padding-top: 0;
    }

    .container {
        padding: 0 !important;
    }

    .right_content_2 {
        margin: auto;

    }

    .section_3_individual p {
        font-size: 16px !important;
        padding: 0;
    }

    .section_4 .container .row {
        margin: 0;
    }

    .footer_links {
        padding-left: 40px;
    }

    .page_links {
        padding-right: 0px;
    }

    .qol_index {
        max-width: 350px;
        padding: 30px;
    }

    .score_subsec .ipss_score {
        padding-right: 20px;
    }

    .score_details {
        left: 85px;
        margin-top: 65px;
    }

    .ipss_score .legend_label {
        margin-top: 50px;
    }

    .legend_label .legend_list {
        flex-direction: column;
    }

    .first_sec .score_subsec {
        align-items: flex-start;
    }

    .second_sec .text_subsec {
        padding: 50px 0;
    }

    .second_sec .img_subsec {
        display: flex;
        align-items: center;
    }

    .main.ipss-quiz .quiz_sec .container {
        padding: 65px 0 !important;
    }

    .main.ipss-quiz .quiz_sec .intro, .ipss-quiz #gform_wrapper_1 {
        height: auto;
        max-height: initial;
        padding: 75px 50px;
    }

    .main.ipss-quiz .quiz_sec .paragraph1.notice {
        bottom: 40px;
        max-width: 85%;
    }

    .main.ipss-quiz .quiz_sec .intro {
        padding-bottom: 200px;
    }

    #gform_wrapper_1 .ginput_container_radio {
        max-width: 100%;
    }

    .single-post .section_1 a.category {
        font-size: 12px;
        display: inline-block;
        flex-wrap: wrap;
        margin-right: 10px;
        padding: 6px 10px;
    }

    .ipss-quiz #header h1, .ipss-quiz #header .paragraph1>p {
        max-width: 450px;
    }

    .main.about .section-3 h4 {
        min-height: 80px;
    }
}
@media only screen and (max-width: 990px) {
    .main.ipss-results {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 960px) {
    ul#primary-menu-mb {
        transition: all 0.5s ease-in;
    }
}

@media only screen and (max-width: 850px) {
    .score_details {
        font-size: 16px;
        left: 95px;
        margin-top: 55px;
    }

    .qol_index {
        max-width: 320px;
    }

    .qol_index .qol_label {
        font-size: 28px;
    }

    .score_details .score {
        font-size: 61px;
        line-height: 70px;
    }
}

@media only screen and (max-width:768px) {
    form#gform_2 .gfield_checkbox label {
        font-size: 16px;
    }

    .section_1 .right_content_1 img {
        height: auto;
        width: 400px;
        float: right;
        left: 40px;
        position: relative;
    }

    .right_content_1 {
        padding: 0;
    }

    .left_content_1 {
        padding: 0;
        padding-top: 50px;
    }

    ul#primary-menu, ul#primary-menu-mb {
        margin-top: 50px;
    }

    .logo {
        width: 30%;
        margin-top: 10px;
    }

    .section_1 h1 {
        width: 105%;
    }

    .section_2 h2 {
        width: 100%;
    }

    .section_2 p {
        width: 100%;
        padding-right: 0;
    }

    .section_2 .container .row .left_content_2 {
        width: 100%;
        padding-bottom: 30px;
    }

    .section_3 .left_content_3 {
        padding-top: 30px;
        text-align: left;
    }

    .right_content_2 {
        margin: auto;
    }

    .section_3_warning {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
    }

    .section_3_warning a {
        width: 180px;
    }

    .section_3 .left_content_3 p {
        padding-bottom: 0;
        text-align: left;
    }

    .section_3 .left_content_3 h2 {
        text-align: left;
        width: 100%;
    }

    .section_3_individual p {
        line-height: 24px;
        margin: 0 15px;
    }

    .section_3 .right_content_3 {
        padding-top: 0px;
        justify-content: space-evenly;
    }

    .section_3_indication {
        padding-top: 10px;
        text-align: left;
        width: 100%;
    }

    .section_cta .container .left_content {
        padding-top: 50px;
        /* padding-left: 20px; */
    }

    .section_cta .container .right_content {
        padding-top: 90px;
        padding-left: 115px;
    }

    .section_6 {
        padding-bottom: 0;
    }

    .section_cta .container {
        margin-bottom: -150px;
    }

    .section_6 .left_content_6 {
        padding-top: 40px;
    }

    .section_6 .container {
        height: auto;
    }

    .section_6 .right_content_6 {
        padding-top: 0;
    }

    .section_6 .right_content_6 img {
        width: 320px;
        height: auto;
        float: right;
        padding-top: 115px;
    }

    footer .container.links {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    footer .container.links .row .page_links a {
        font-size: 16px;
    }

    .section_cta .container .right_content {
        padding-left: 50px;
    }

    .section_cta img {
        width: 55px;
    }

    /* .gform_body.gform-body{
        padding:0 30px;
    } */
    div#field_2_4, div#field_2_6 {
        width: 240px;
    }

    footer .container.links .row {
        padding-left: 0;
    }

    #label_2_7_1 {
        font-size: 11px;
    }

    label#label_2_7_1 {
        padding-top: 15px;
    }

    footer .container.links .row .col_1 {
        margin-right: 30px;
    }

    .combined_field {
        flex-direction: column;
    }

    form#gform_2 .name_field, form#gform_2 .email_field {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 15px;
    }

    form#gform_2 .email_field {
        margin-bottom: 30px;
    }

    #gform_submit_button_2 {
        font-size: 18px !important;
        padding: 5px 20px !important;
        /* height: auto !important; */
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    form#gform_2 .privacy_policy {
        margin-left: 10px;
    }

    form#gform_2 .gfield_checkbox label {
        padding-top: 0;
    }

    .treatment-options+.container .boxes.desktop {
        display: none;
    }

    .treatment-options+.container .boxes.mobile {
        display: block;
    }

    .treatment-options+.container .boxes.mobile .bar {
        position: relative;
    }

    .treatment-options+.container .boxes.mobile .bar>.row {
        display: flex;
        position: absolute;
        top: 0;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>.dot {
        bottom: 0;
        margin-top: 17px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>p {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin-top: 17px;
        min-height: 40px;
        color: #9D9D9D;
    }

    .slider {
        margin-top: 100px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>.dot.active {
        border: 2px solid #1E28D8;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>.dot.active+p {
        color: #2B2B2B;
    }

    .boxes.mobile .box>img {
        margin: auto;
        max-width: 65px;
        margin-bottom: 25px;
    }

    .first_sec .score_subsec {
        flex-direction: column;
        align-items: center;
    }

    .score_subsec .ipss_score, .qol_index {
        max-width: 100%;
    }

    .qol_index {
        margin-top: 40px;
    }

    .score_details {
        left: initial;
        margin-top: 80px;
    }

    .main.ipss-results .first_sec .img_subsec {
        justify-content: center;
    }

    .legend_label .legend_list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .question_list .single_q .question_ans .q {
        padding-right: 20px;
    }

}

@media only screen and (max-width:768px) and (min-width:768) {
    .section_1 .right_content_1 img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width:768px) {
    .section_cta {
        background-image: none !important;
    }

    .inner_section.has_mb_bg {
        background-image: none !important;
    }

}

@media only screen and (max-width:767px) {
    .main.articles-overview .nav-tabs .nav-link, .archive .nav-tabs .nav-link {
        margin-right: 0;
    }

    .box .rcorners {
        height: 205px;
    }

    .section_6.has_mb_bg {
        background-image: none !important;
    }

    .is_mb_img {
        display: block;
    }

    .inner_section .is_mb_img {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .inner_section .is_mb_img img {
        max-width: 75%;
        float: right;
    }

    .is_dt_img.has_mb_img {
        display: none;
    }

    .section_6 .right_content_6 .is_mb_img {
        right: -44px;
        position: absolute;
    }

    /* .boxes .box{min-width: 300px;} */
    section.section_1 {
        height: 100%;
    }

    #primary-menu .menu-item a, #primary-menu-mb .menu-item a {
        padding: 0;
        display: block;
        max-width: 540px;
        margin: 0 auto;
    }

    section.section_4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home.section.section_4 {
        padding-bottom: 0;
    }

    #quiz-cta {
        padding-top: 0;
    }

    .section_4 .title {
        margin-bottom: 10px;
    }
}

.nav-filter-arrow {
    display: none;
}

@media only screen and (max-width:767px) {
    section.explore .slick-arrow {
        background-image: url('../images/blue-arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    section.explore .slick-arrow.slick-prev {
        transform: rotate(180deg);
        margin-top: -10px;
    }
    li.nav-item.nav-filter-arrow {
        display: block;
    }

    .page-template-template-patientresources .hero_banner .container, .archive .hero_banner .container {
        max-width: none;
    }

    .page-template-template-patientresources .hero_banner .container h1, .archive .hero_banner .container h1 {
        max-width: 540px;
    }

    .page-template-template-patientresources .hero_banner .container, .archive .hero_banner .container {
        max-width: none;
    }

    .page-template-template-patientresources .hero_banner .container h1, .archive .hero_banner .container h1 {
        max-width: 540px;
        margin: 0 auto;
    }

    .page-template-template-patientresources .hero_banner .nav, .archive .hero_banner .nav {
        flex-wrap: unset;
        width: 150%;
        margin: 0;
    }

    .page-template-template-patientresources .hero_banner .nav, .archive .hero_banner .nav {
        border-bottom: 0;
    }

    .section_3_warning {
        width: 100%;
        margin-top: -30px;
    }

    .section_3 .left_column {
        width: 42%;
    }

    .section_3 .right_column {
        width: 42%;
    }

    .section_3 .left_content_3 h2, .section_3 .left_content_3 p, .section_3_indication {
        text-align: center;
    }

    .section_3_warning a {
        margin: auto;
    }

    .section_3_indication {
        padding-top: 35px;
    }

    .section_3_individual p {
        line-height: 20px;
        margin: 0 15px;
    }

    .section_cta .container .right_content {
        padding-left: 35px;
    }

    .section_cta .container .left_content {
        padding-left: 0;
        /* padding-top:0px; */
    }

    .section_cta .container {
        margin-bottom: -220px;
        background-image: none !important;
    }

    .section_6 .right_content_6 img {
        padding-top: 0;
        width: 450px;
        position: relative;
        left: 45px;
    }

    .section_cta .left_content h2 {
        padding-bottom: 0px;
    }

    .section_cta .container {
        width: 100%;
        margin-bottom: 0px;
        background-size: cover;
    }

    .section_cta img {
        padding-top: 100px;
    }

    .section_cta .container .right_content {
        padding-top: 125px;
    }

    .section_cta .container .left_content {
        padding-top: 50px;
    }

    .main.articles-overview .hero_banner .outer, .archive .hero_banner .outer {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-left: 42px;
        margin-right: 42px;
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        scrollbar-width: none;
        /* Firefox */
        -webkit-overflow-scrolling: none;
    }

    .main.articles-overview .hero_banner .outer::-webkit-scrollbar, .archive .hero_banner .outer::-webkit-scrollbar {
        display: none;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow,  .archive .hero_banner .nav-filter-arrow {
        position: absolute;
        margin-top: -48px;
        padding: 14px 16px;
        color: #062077 !important;
        background-color: #F3F4F6;
        text-decoration: none;
        max-width: 44px;
        -webkit-box-shadow: 0px 0px 25px 0px rgb(185 185 185);
        -moz-box-shadow: 0px 0px 25px 0px rgb(185 185 185);
        box-shadow: 0px 0px 25px 0px rgb(185 185 185);
        display: block;
        margin-top: -44px;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow img.for_active,
    .archive .hero_banner .nav-filter-arrow img.for_active {
        display: none;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow img.for_inactive,
    .archive .hero_banner .nav-filter-arrow img.for_inactive {
        display: block;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.active img.for_active,
    .archive .hero_banner .nav-filter-arrow.active img.for_active {
        display: block;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.filter-left.active img.for_active,
    .archive .hero_banner .nav-filter-arrow.filter-left.active img.for_active {
        transform: rotate(180deg);
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.active img.for_inactive,
    .archive .hero_banner .nav-filter-arrow.active img.for_inactive {
        display: none;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.filter-right img.for_inactive,
    .archive .hero_banner .nav-filter-arrow.filter-right img.for_inactive {
        transform: rotate(180deg);
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.filter-left,
    .archive .hero_banner .nav-filter-arrow.filter-left {
        left: 0;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow.filter-right,
    .archive .hero_banner .nav-filter-arrow.filter-right {
        right: 0;
    }

    .main.articles-overview .nav-tabs .nav-filter-arrow a.nav-link,
    .archive .nav-tabs .nav-filter-arrow a.nav-link {
        padding: 10px 16px !important;
        border-bottom: 3px solid #E8E6E6;
    }

    .main.articles-overview .nav-filter-arrow img, .archive .nav-filter-arrow img {
        max-width: 10px;
    }

    .main.articles-overview .nav-tabs a.nav-link, .archive .nav-tabs a.nav-link {
        border-radius: 0;
        height: 100%;
        min-width: 80px;
    }

    .main.articles-overview .nav-tabs .nav-item, .archive .nav-tabs .nav-item {
        margin-right: 0;
    }

    .main.articles-overview .nav-tabs .nav-item:not(.nav-filter-arrow) a.nav-link:not(.active),
    .archive .nav-tabs .nav-item:not(.nav-filter-arrow) a.nav-link:not(.active) {
        border-right: 1px solid #898989;
    }

    .main.articles-overview .filter, .archive .filter {
        white-space: nowrap;
    }

    #treatmentoptions.container {
        max-width: none;
    }

    #treatmentoptions .content {
        max-width: 540px;
        margin: 0 auto
    }

    .treatment-options+.container .boxes.mobile .bar {
        max-width: 540px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .slick-dots {
        margin-bottom: 20px;
    }

    .main.articles-overview .nav-tabs a.nav-link, .archive .nav-tabs a.nav-link {
        padding: 5px 9px;
    }

    .main.articles-overview .filter, .archive .filter {
        font-size: 16px !important;
    }

    .section_4 .explore_card img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        max-width: 250px;
    }

    .single-post .explore .explore_card {
        margin: 0 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .section_4 .slick-list {
        max-width: 280px;
    }

    .main.about .newsletter_reference, .page-template-template-treatmentoptions .newsletter_reference, .single-post .newsletter_reference {
        padding-top: 20px;
    }

    .main.about .section-2 .text-2 {
        padding-right: 0;
    }

    .home .section_1 h1 {
        padding-bottom: 16px;
    }

    .home .section_1 h1+p {
        padding-bottom: 5px;
    }

    .page-template-template-aboutbph .main.about .section-3 h4 {
        max-width: initial;
        min-height: initial;
    }

    .page-template-template-aboutbph .main.about .paragraph {
        margin: auto;
        max-width: 100%;
    }
    #quiz-cta {
        background-position-x: 0;
    }
    .section_cta .container {
        display: flex;
        flex-direction: column;
    }
    .section_cta .container .right_content {
        padding-top: 0 !important;
        padding-left: 0 !important;
        display: flex;
        justify-content: flex-end;
    }
    .section_cta img {
        padding-top: 0 !important;
    }
}

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

    .main.ipss-quiz #header {
        background-image: url(../images/test-your-symptoms-square.png) !important;
    }

    .single-post .section_1 p.categories_heading {
        font-size: 12px !important;
        width: 30%;
    }

    .single-post .section_1 a.category {
        font-size: 12px;
        flex-wrap: wrap;
    }

    #breadcrumbs-container {
        display: none;
    }

    .alternate_back {
        display: block;
        margin-bottom: 24px;
    }

    .alternate_back a {
        font-family: Arial;
        font-weight: 700;
        font-size: 12px !important;
        line-height: 22px !important;
        color: #2b2b2b;
    }

    .single section#content .alternate_back+h1 {
        padding-left: 0;
    }

    .single section#content .row * {
        padding-left: 0;
        padding-right: 0;
    }

    .single section#content .row ul {
        padding-left: 30px;
    }

    .single-post .section.section_2 {
        padding: 20px 0;
    }

    .single-post h4 {
        font-size: 22px;
    }

    .main.articles-overview .hero_banner .outer, .archive .hero_banner .outer {
        margin-left: 12px;
        margin-right: 10px;
    }

    .main.articles-overview .hero_banner .nav-filter-arrow, .archive .hero_banner .nav-filter-arrow {
        margin-top: -44px;
    }

    .menu-item-has-children span.nav-arrow {
        right: 20px;
    }

    #primary-menu .menu-item a, #primary-menu-mb .menu-item a {
        padding: 0 30px;
        max-width: 100%;
    }

    .menu-item-has-children a::before {
        right: 37px;
    }

    ul#primary-menu .menu-item-has-children .sub-menu a, ul#primary-menu-mb .menu-item-has-children .sub-menu a {
        padding-left: 30px;
    }

    .nav-filter-arrow {
        display: block;
    }

    .arrow {
        width: 64px;
    }

    .container {
        padding: 0 30px !important;
    }

    #treatmentoptions.container {
        padding: 0 !important;
    }

    .section_1 .right_content_1 img {
        left: 30px;
    }

    .section_1 .right_content_1 img {
        left: 30px;
    }

    .section_1 a {
        padding: 10px 15px;
        font-size: 18px;
    }

    .home .section_1 a {
        z-index: 13;
    }

    .section_1 h1 {
        width: 100%;
    }

    footer .container.links {
        padding-left: 45px;
    }

    .privacy_statement {
        padding-top: 0;
    }

    footer .container.links .row {
        display: block;
    }

    footer .container.links .row .col_1 {
        padding-bottom: 20px;
    }

    .section_6 .left_content_6 {
        padding-left: none;
    }

    .privacy_statement::before {
        display: block;
        content: "";
        border-top: 1px solid black;
        width: 100%;
        margin: auto;
        transform: translateY(-1rem);
    }

    div#field_2_4, div#field_2_6 {
        width: 500px;
    }

    .section_3_warning {
        width: 100%;
        padding-left: 0;
    }

    .section_3_warning a {
        margin: auto;
    }

    .sectiom_3_warning p {
        text-align: center;
    }

    .section_3 .left_content_3 p {
        padding-left: 0;
        text-align: center;
    }

    .section_6 .right_content_6 img {
        padding-top: 0;
    }

    .section_6 {
        padding-top: 0;
    }

    .section_2 h2, .section_2 p {
        width: 100%;
    }

    .section_2 .container .row .left_content_2, .section_2 .container .row .left_content_2 {
        padding-right: 0;
    }

    .container-fluid {
        gap: 0;
    }

    .box .rcorners {
        height: 213px;
    }

    .page_links {
        display: block;
    }

    .footer_links {
        padding-left: 0;
        width: 100%;
    }

    .footer_logo {
        width: 100%;
    }

    #gform_wrapper_2 h2.gform_title {
        text-align: left;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    form#gform_2 .name_field, form#gform_2 .email_field {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    form#gform_2 .privacy_policy {
        margin-left: 0;
    }

    .section_3 .right_column {
        width: 47%;
    }

    .section_3 .right_content_3 {
        justify-content: space-between;
    }

    .main.ipss-quiz .quiz_sec .intro, .ipss-quiz #gform_wrapper_1 {
        border-radius: 0;
        background-size: 1200px;
        background-position: center;
        height: auto;
        max-height: initial;
        padding: 75px 30px;
    }

    .main.ipss-quiz .quiz_sec .intro {
        text-align: left;
        align-items: flex-start;
    }

    .main.ipss-quiz .quiz_sec .paragraph1.notice {
        font-size: 12px !important;
        line-height: 16px !important;
        max-width: 75%;
    }

    .main.ipss-quiz .quiz_sec .container {
        max-width: 100%;
        padding: 0 !important;
    }

    /* .main.ipss-quiz .quiz_sec .intro h2 {
        font-size: 30px !important;
    } */

    .main.ipss-quiz .quiz_sec .intro .paragraph1 {
        line-height: 22px;
        margin-top: 0;
    }

    .main.ipss-quiz .quiz_sec .startquiz {
        margin-top: 10px;
    }

    .main.ipss-quiz .quiz_sec .intro {
        padding-bottom: 160px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #gform_wrapper_1 form .gf_progressbar_wrapper {
        top: -55px;
        flex-direction: column;
    }

    #gform_wrapper_1 .gform_page_footer {
        top: -80px;
    }

    .ipss-results .second_sec .container {
        flex-direction: column;
        align-items: center;
    }

    .second_sec .text_subsec, .second_sec .img_subsec {
        width: 100%;
    }

    .main.ipss-results .first_sec {
        padding: 60px 0;
    }

    .score_subsec .ipss_score {
        padding-right: 0;
        margin-left: 0;
    }

    .ipss_score .legend_label {
        margin-top: 60px;
    }

    .qol_index .qol_desc {
        font-size: 16px;
    }

    .main.ipss-results .first_sec .symptom {
        font-size: 22px !important;
    }

    .score_subsec .qol_index {
        border-radius: 13px;
    }

    .question_list .single_q .desc {
        margin-right: 30px;
    }

    .question_list .single_q .question_ans * {
        font-size: 22px;
    }

    .ipss-quiz #gform_wrapper_1 {
        position: absolute;
        top: 0;
        background-color: white;
        height: 100%;
        position: fixed;
        z-index: 100000;
    }

    .ipss-quiz #gform_wrapper_1.popup {
        display: block;
    }

    #gform_wrapper_1 .gform_page_footer input[type="button"].gform_previous_button {
        color: transparent;
        width: 0;
    }

    .gf_progressbar_title .close {
        opacity: 1;
        max-width: 20px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .home .section_4 .title {
        padding-bottom: 0;
    }

    .categories {
        align-items: flex-start;
    }

    .categories .categories_heading {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 3px;
    }

    #gform_1 .gf_progressbar_title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .ipss-quiz #gform_wrapper_1 h1 {
        line-height: 36px;
        margin-top: 20px;
    }

    #gform_wrapper_1 fieldset>legend.gfield_label {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .question_list .left_col {
        max-width: 65%;
    }
    .main.about .section-1 .boxes:nth-of-type(odd) {
        padding-left: 0 !important;
    }
    .main.about .section-1 .boxes:nth-of-type(even) {
        padding-right: 0 !important;
    }
    .single-post .section_1 a.category {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .treatment-options+.container .boxes.mobile>.bar>img {
        object-fit: cover;
        height: 15px;
        border-radius: 50px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>.dot {
        margin-top: 2px;
    }
    .qol_index[data-score="1"] .qol_img .anchor {right: 13%;}
    .qol_index[data-score="2"] .qol_img .anchor {right: 29.5%;}
    .qol_index[data-score="3"] .qol_img .anchor {right: 46%;}
    .qol_index[data-score="4"] .qol_img .anchor {right: 63%;}
    .qol_index[data-score="5"] .qol_img .anchor {right: 79%;}
    .qol_index[data-score="6"] .qol_img .anchor {right: 96%;}
}

@media only screen and (max-width:480px) {
    section.section_1 {
        height: 100%;
    }

    .left_content_1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .box.col-md-3 {
        padding: 0 8px;
    }

    .box .rcorners {
        height: 300px;
    }

    .rcorners .paragraph2 {
        line-height: 22px !important;
    }

    .arrow {
        width: 44px;
    }
    .question_list .single_q .question_ans * {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width:440px) {
    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #treatmentoptions.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #treatmentoptions .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .treatment-options+.container .boxes.mobile .bar {
        padding-left: 30px;
        padding-right: 30px;
    }

    ul#primary-menu, ul#primary-menu-mb {
        margin-top: 50px;
    }

    ul#primary-menu a, ul#primary-menu-mb a {
        padding-left: 30px;
    }

    .logo {
        width: 35%;
    }

    .footer_links {
        width: 100%;
    }

    /* .list_menu_mobile .menu-item{
        text-indent:5px;
    } */
    .container-fluid {
        gap: 0;
    }

    .section_cta .container .left_content {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }

    .section_3 .left_content_3 {
        padding-top: 0;
    }

    .section_cta .container {
        background-position-x: -30px;
    }

    .section_2 .container .row .left_content_2 {
        padding-right: 0;
        width: 100%;
    }

    .section_1 a, .section_3_warning a, .section_4 .button.col-12 a, .section_6 a {
        border-radius: 6px;
        font-size: 14px;
    }

    .section_2 p {
        width: 100%;
    }

    .section_cta .container {
        display: flex;
    }

    .left_content_1, .right_content_1 {
        padding-top: 0;
    }

    .section_cta .container .right_content {
        padding-left: 0px !important;
        padding-bottom: 30px !important;
    }

    .section_6 .left_content_6 {
        padding-left: 0 !important;
    }

    .section_6 .right_content_6 img {
        width: 330px;
        margin-top: -10px;
        left: 30px;
    }

    section.section_6 {
        background-position: 7%;
    }

    .section_cta .container {
        height: 260px;
    }

    .section_1 .right_content_1 img {
        padding-top: 50px;
        position: relative;
    }

    div#field_2_4, div#field_2_6 {
        width: 365px;
    }

    .section_6 h2 {
        width: auto;
    }

    /* .container-fluid{
        padding-left:15px!important;
    } */

    .section_3_warning a {
        width: 150px;
        margin: auto;
        text-align: center;
    }

    section.section_1 {
        padding-top: 50px;
    }

    .section_cta .left_content h2 {
        width: 105%;
    }

    div#field_2_8 button {
        width: 50%;
    }

    .gform_title {
        padding: 0 30px !important;
        padding-top: 50px !important;
        text-align: left;
        width: 70%;
        padding-bottom: 20px !important;
    }

    h2.gform_title {
        text-align: left;
    }

    label#label_2_7_1 {
        padding-top: 15px;
    }

    .title_reference h2 {
        padding-top: 18px;
        margin-bottom: 0;
    }

    .privacy_statement {
        padding: 0;
        width: 100%;
        right: 0;
        padding-bottom: 50px;
    }

    .container.links .row {
        padding-left: 15px;
    }

    .section_3_warning {
        width: 100%;
    }

    .section_6 .right_content_6 img {
        padding-top: 20px;
    }

    .section_1 h1 {
        line-height: 36px;
        padding-top: 50px;
    }

    .section_1 p {
        line-height: 24px;
    }

    .section_2 h2 {
        line-height: 36px;
    }

    .section_2 p {
        line-height: 22px;
        padding-bottom: 30px;
        padding-right: 15px;
    }

    .single-post .section_2 p {
        padding-bottom: 0;
    }

    .section_3 .left_content_3 h2 {
        line-height: 36px;
        text-align: left;
        padding-bottom: 18px;
        margin-bottom: 0px;
    }

    .section_3 .left_content_3 p {
        line-height: 26px;
        text-align: left;
        padding-left: 0;
        margin-bottom: 0px;
    }

    .section_3_indication {
        padding-top: 18px;
        padding-bottom: 18px !important;
        width: 100%;
        margin-bottom: 0;
    }

    .section_4 h2 {
        line-height: 36px;
    }

    .section_4 .title {
        font-weight: 700;
        line-height: 30px;
        padding-bottom: 6px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .section_4 desc {
        line-height: 24px;
    }

    .section_cta h2 {
        line-height: 36px;
    }

    .section_cta p {
        line-height: 22px;
    }

    .section_6 h2 {
        line-height: 36px;
        margin-bottom: 0;
        padding-bottom: 18px;
    }

    .section_6 p {
        line-height: 22px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .section_cta .container {
        height: auto;
    }

    .section_cta .left_content p {
        position: relative;
        width: 111%;
    }

    .section_cta img {
        padding-bottom: 30px;
        position: relative;
    }

    section.section_3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* section.section_2{
        padding: 50px 0;
    } */
    .section_3_individual p {
        line-height: 22px;
        margin-top: 30px !important;
        margin: 0 15px;
    }

    section.section_4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page_links {
        display: block;
    }

    .footer_links {
        padding-left: 0;
    }

    .footer_logo {
        width: 100%;
    }

    #gform_wrapper_2 h2.gform_title {
        width: auto;
        max-width: 300px;
        text-align: center;
    }

    .box .rcorners {
        height: 346px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>.dot {
        margin-top: 3px;
        height: 8px;
        width: 8px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row {
        padding: 0 30px;
    }

    .home .section_2 .container .row .left_content_2 {
        padding-bottom: 0;
    }
    .section_cta img {
        width: 55px;
        padding-bottom: 0;
    }
    .section_cta .container .left_content {
        max-width: 82%;
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width:414px) {
    .section_1 .right_content_1 img {
        left: 30px;
    }

    .section_6 .right_content_6 img {
        left: 30px;
    }
}

@media only screen and (max-width:400px) {
    .section_1 h1 {
        width: auto;
    }

    .section_1 p {
        width: auto;
    }

    .section_2 h2 {
        width: auto;
    }

    .section_2 .container .row .left_content_2 {
        width: auto;
        padding-right: 0;
    }

    .section_6 .container {
        height: auto;
    }

    .section_6 img {
        margin-top: 0;
        padding-top: 15px;
    }

    .section_2 p {
        width: auto;
        padding-top: 18px;
    }

    .section_3_warning {
        width: 100%;
        padding-left: 0;
    }

    .section_6 {
        padding-bottom: 0;
    }

    div#field_2_4, div#field_2_6 {
        width: 340px;
    }

    .section_cta .container .left_content {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0px;
    }

    .single-post .section_1 a.category {
        font-size: 10px;
    }

    .treatment-options+.container .boxes.mobile .bar>.row>div>p {
        font-size: 14px !important;
    }
    .score_details {
        margin-top: 50px;
    }
}

@media only screen and (max-width:390px) {
    .section_3_individual img {
        left: 70px;
    }

    .section_1 .right_content_1 img {
        padding-top: 60px;
        width: 294px;
    }

    div#field_2_4, div#field_2_6 {
        width: 335px;
    }

    footer .container.links .row {
        padding-left: 0;
        margin: 0;
    }

    .list_reference .container {
        padding-left: 0;
    }

    .list_reference .container .row {
        padding-left: 0;
    }

    .section_1 p {
        width: 100%;
    }

    .section_1 h1 {
        width: 100%;
    }

    .section_2 h2 {
        width: 100%;
        margin-bottom: 0;
    }

    .section_3_warning {
        width: 100%;
        ;
    }

    .section_cta .right_content {
        padding-left: 20px !important;
        padding-top: 80px !important;
    }

    .section_6 .container {
        height: auto;
    }

    .section_6 {
        padding-bottom: 0;
    }

    .section_6 .right_content_6 img {
        padding-top: 10px;
        margin-top: 0;
    }

    .section_2 .container .row .left_content_2 {
        width: auto;
        padding-left: 0;
    }

    .container-fluid {
        gap: 0;
    }

    .section_2 p {
        padding-right: 0;
    }

    section.section_1 {
        height: 100%;
    }

    section.section_2 {
        padding: 50px 0;
    }

    .section_2 .right_content_2.col-md-6 {
        padding: 0;
    }

}

@media only screen and (max-width:325px) {
    div#field_2_4, div#field_2_6 {
        width: 275px;
    }

    .section_3 .right_content_3 {
        gap: 10px;
    }

    .section_1 p {
        width: auto;
    }

    .section_1 h1 {
        width: auto;
    }
}

/***  End of Responsive ***/
/***PRINT BUTTON***/
/* .button a.print-btn{color: #E02800;background-color:#fff;} */
/*** SCREEN ONLY ***/
.severity_print{display:none;}
	
	.severity_print p{font-weight:bold;}
	.severity_print .print_score_label{border:2px solid #000;padding:5px 15px;display:block;font-size:32px;margin-right:25px;}
	.severity_print .print_score_wrapper{display:flex;}
	.severity_print .print_score_explanation{width:70%;}
	.severity_print .print_explain_mild{border:2px solid #000;font-weight:bold;margin-bottom:10px;padding:5px 15px;}
	.severity_print .print_label_mild{border-color:#ccc;}
	.severity_print .print_label_moderate{border-color:#999;}
	.severity_print .print_label_severe{border-color:#000;}

/*** PRINT ONLY ***/
@media print {
	
.page-template-template-result #masthead,.page-template-template-result .newsletter_reference,.page-template-template-result footer{display:none;}
	.main.ipss-results .first_sec{background:transparent;padding-bottom:0;}
	.ipss-results .second_sec,.main.ipss-results .first_sec .img_subsec,.print-btn-wrapper,.ipss-results .viewall{display:none;}
	.score_subsec .ipss_score{width:100%;margin-left:0;}
	.score_details{position:relative;left:initial;margin-top:0;flex-direction:row;}
	.score_details .score{color:initial;font-size:24px;line-height:30px;}
	.ipss_score .legend_label{display:none;}
	.qol_index{background-color:transparent;width:100%;padding:0;}
	.qol_index .qol_img{display:none;}
	.qol_index .qol_desc{font-size:16px;font-family:Arial, sans-serif;flex-direction:row;}
	.qol_index .qol_label{font-size:16px;margin-top:0;padding-left:5px;}
	.question_list{height:auto;overflow:initial;}
	.first_sec .score_subsec{flex-direction:column;}
	.severity_print{margin-bottom:10px;display:block;}
	.main.ipss-results .summary_sec .container{padding-top:10px;}
	.main.ipss-results .summary_sec h2{font-size:24px;}
}