#resources .modal-lg{
	    background: #f1f1f187!important;
}
#resources .modal-lg .modal-box__content{
/*	height: 400px;*/
}
#resources .modal-lg .modal__closeLabel{
	display: none;
}
#resources .modal-lg .modal__close{
	width: 1rem!important;
	height: 1rem!important;
}
#resources #gb-page-level .job-code p{
	    color: #0F4B75!important;
    font-size: 15px!important;
    line-height: 20px!important;
    font-family: "Opensans-Semibold"!important;
}
#resources #yellow-wrapper {
    display: none;
}
#resources .formobile a.back-to-top {
    display: none;
}
#resources .backtotopdesk a.back-to-top {
    float: right;
    text-align: right;
    width: auto;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
}
#resources .backtotopdesk .back-to-top img {
    max-width: 50%;
}
#resources .backtotopdesk .back-to-top img {
    max-width: 50%;
}
#resources #header_title {
    background-color: rgba(15, 75, 117, 0.1);
}
#resources .text-nowrap {
    white-space: nowrap;
}
#resources #header_title .help_res {
    font-family: "Opensans-Extrabold";
    font-size: clamp(28px,2vw,33px);
    line-height: 1.36;
    color: #0F4B75;
    padding: 11px 0px;
}
#resources #fancy_container {
    background-color: #F0AB00;
    border-radius: 0 20px 20px 0px;
    margin: 8em 0 7em 0;
}
#resources .custom-text {
    font-family: "Opensans-bold";
    font-size: clamp(24px,2vw,30px);
    line-height: 1.33;
    color: #FFFFFF;
    padding: 50px 0 60px 0;
}
#resources .flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    transform: translate(-50%,50%);
    top: 0;
    bottom: 25%;
    width: 100%;
    max-width: 85%;
    left: 50%;
    right: 50%;
    color: #ffffff;
    gap: 0px;
    margin-left: 10px;
}
#resources .flex-container h3 {
    font-family: "Opensans-Semibold";
    line-height: 1.36;
    text-align: left;
    font-size: clamp(20px, 1vw, 22px);
}
#resources .download-button {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 34px;
    font-family: "Opensans-Bold";
    font-size: clamp(16px,2vw,20px);
    line-height: 0.35;
    width: 100%;
    max-width: 182px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    margin-right: 20px;
}
#resources #column-section .column img, #patient-booklet img {
    border: 1px solid #104B75;
    border-radius: 6px;
}
#resources #booklet_container {
    background-color: #F5F7F9;
    padding: 40px 0;
}
#resources #patient-booklet {
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
}
#resources #gray-section h2 {
    position: relative;
    display: block;
    margin: 0 auto;
}
#resources #gray-section h2 {
    font-family: 'Opensans-Extrabold';
    font-size: clamp(22px,2vw,26px);
    letter-spacing: 2.08px;
    line-height: 1.3;
    color: #3F4444;
    text-align: center;
    max-width: max-content;
    padding-bottom: 15px;
}
#resources #gray-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #104B75 82%, #6bd2df 80%);
}
#resources p.booklet_paragraph {
    font-family: 'Opensans-Extrabold';
    font-size: clamp(16px,2vw,20px);
    line-height: 1.6;
    text-align: center;
    color: #104B75;
    padding: 20px 0px 10px 0px;
}
#resources p#msales, #resources p#msales span.bl {
    font-family: 'Opensans-Extrabold';
    font-size: clamp(20px,2vw,22px);
    line-height: 1.36;
    text-align: center;
    color: #104B75;
    padding: 20px 0px;
}

#resources #patient-booklet .cmp-title__text {
    font-family: 'Opensans-Extrabold';
    font-size: clamp(20px,2vw,22px);
    line-height: 1.36;
    text-align: center;
    color: #104B75;
    padding: 20px 0px;
    margin:0px;
}
#resources p#msales span.bl, #resources #patient-booklet .cmp-title__text span.bl {
    font-family: 'Opensans-Semibold';
}
#resources a.download-btn, #patient-booklet .button,
#patient-booklet .cmp-button{
    background: #0F4B75;
    border-radius: 34px;
    border: #FFFFFF 1px solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 182px;
    color: #ffffff;
    padding: 15px 5px;
    font-family: 'Opensans-Bold';
    font-size: clamp(16px,2vw,20px);
    letter-spacing: 1px;
    text-align: center;
    line-height: 0.35;
    margin: 0 auto;
    gap: 10px;
}
#resources .spacer hr {
    border: 0;
    height: 4px;
    background: linear-gradient(to left, #104B75 50%, #6bd2df 50%);
}
#resources .spacer_tw {
    display: none;
}
#resources .spacer_two hr {
    height: 4px;
    background: linear-gradient(to right, #6bd2df 0%, #6bd2df 100%);
    border: 0;
}
#resources #column-section .column.container_de.double-image-container img {
    border: 0;
}
#resources #question-button {
  margin: 50px auto;
  text-align: center;
}
#resources #question-button a {
    background: #F0AB00;
    border-radius: 34px;
    border: 1px solid #ffffff;
    font-family: 'Opensans-Bold';
    font-size: clamp(16px,2vw,20px);
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    max-width: 408px;
    text-align: center;
    padding: 27px 30px;
    line-height: 0.35;
}
#resources .overlay-content {
    position: absolute;
    top: 53%;
    left: 0%;
    right: 0%;
    transform: translate(5%, -50%);
}
#resources .flex-container_end img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#resources .flex-container_end img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#resources .flex-container_end h3 {
    font-family: 'Opensans-Bold';
    font-size: clamp(14px,2vw,16px);
    text-align: center;
    color: #ffffff;
    line-height: 1.25;
}
#resources .background-image {
    /*max-width: 100%;*/

    max-width: 60%;
}

#resources .container_de {
    display: flex;
    align-items: center;
    justify-content: center;
}
#resources #saf_grid {
    margin-bottom: 38px;
}
#resources a.download-button.view_pd img {
    max-width: 30px;
    position: relative;
    right: 20px;
}
#resources a.download-btn:hover {
    text-decoration: none;
}
@media screen and (max-width: 540px){
	#resources .modal-lg .modal__close{
		  width: 100%!important;
    height: 60px!important;
    color: #fff!important;
	}
	  
}
@media only screen and (max-width: 991px) {
     #resources #patient-booklet {
    grid-template-columns: 100%!important;
    justify-content: space-between;
    max-width: 480px;
        margin: auto;
        gap:20px!important;
}
	#resources .modal-lg .modal__close {
    width: 100%!important;
    height: 60px!important;
    color: #fff!important;
}
	#resources .backtotopdesk {
    display: none;
}
	#resources .formobile {
    display: block;
	}
	#resources .formobile .back-to-top img {
    max-width: 50%;
	}
	#resources .formobile a.back-to-top {
    display: block;
    float: right;
    text-align: right;
    width: auto;
    /* position: fixed; */
    position: relative;
    right: 5%;
    bottom: 5%;
    z-index: 999;
	}
    #resources .desktop-only {
        display: none;
    }
    #resources .desktop-image {
        display: none;
    }
    #resources #fancy_container {
        border-radius: 0;
        margin: 0;
    }
    #resources #header_title .help_res {
        font-size: 28px;
        letter-spacing: -0.28px;
        text-align: center;
        line-height: 1.28;
        padding: 0px 20px;
    }
    #resources #saf_grid .azcl-columns__base {
        grid-template-columns: 100% !important;
    }
    #resources .text-wrapper,
    #resources #saf_grid .container {
        margin: 0 auto;
        text-align: center;
    }
    #resources .custom-text {
        font-size: 24px;
        padding: 20px 0 10px 0;
        text-align: center;
    }
    #resources .custom-image img {
        max-width: 273px;
        margin-bottom: 18px;
    }
    #resources .flex-container {
        flex-direction: column;
        width: 100%;
        padding: 10px 35px;
        bottom: 12%;
        transform: translate(-50%, 51%);
    }
    #resources .flex-container h3 {
        line-height: 1.15;
        font-size: 20px;
        text-align: center;
    }
    #resources .download-button {
        padding: 8px 30px;
        font-size: 16px;
        max-width: 165px;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    #resources .overlay-content {
        left: auto;
        right: auto;
        top: 57%;
    }
    #resources #booklet_container {
        margin: 0 auto;
        text-align: center;
    }
     #resources #gray-section #column-section .column {
        margin-bottom: 65px;
    }
    #resources #gray-section h2 {
        font-size: 21px;
        line-height: 1.36;
        letter-spacing: -0.5px;
        color: #3F4444;
    }
    #resources p.booklet_paragraph {
        font-size: 16px;
        line-height: 1.37;
        padding: 20px 0px 35px 0px;
        color: #0F4B75;
    }
    #resources p#msales, #resources p#msales span.bl {
        font-size: 20px;
        line-height: 1.25;
    }
    #resources .flex-container_end h3 {
        font-size: 14px;
        line-height: 1.28;
    }
    #resources a.download-btn {
        font-size: 16px;
        line-height: 0.43;
        letter-spacing: 0.8px;
        max-width: 175px;
        padding: 7px;
    }
    #resources #question-button a {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 0.43;
        max-width: 324px;
        padding: 19px 15px 18px 15px;
    }
    #resources .background-image {
        max-width: 90%;
    }
    #resources img.arrow-icon {
        max-width: 20px;
    }
    #resources #gray-section #column-section .column img.background-image {
        max-width: 300px;
        margin-bottom: -30px;
    }
    #resources .container_de {
        margin-top: 30px;
    }
    #resources #gray-section h2::after {
        background: linear-gradient(to left, #104B75 65%, #6bd2df 60%);
    }
    #resources #column-section .column img {
        max-width: 243px;
    }
    #resources .spacer hr, #resources .spacer_two hr {
        margin-bottom: 30px;
        margin-top: 0;
        width: 80%;
    }
    #resources #saf_grid {
        margin-top: 30px;
    }
    #resources #saf_grid .container .cmp-text {
        padding: 0.2em 0;
    }
}
 
@media only screen and (min-width: 540px) and (max-width: 990px) {
    #resources .flex-container {
        bottom: -10%;
    }
    #resources #saf_grid .container img.mobile-image {
        max-width: 500px;
    }
    #resources .download-button {
        margin-top: 10px;
    }
	#resources .modal-lg .modal__close {
    width: 1rem!important;
    height: 1rem!important;
		color: #000!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #resources p.booklet_paragraph br,
    #resources .flex-container h3 br {
        display: none;
    }
   
	
}

@media only screen and (min-width: 992px) {
    #resources .mobile-only {
        display: none;
    }
    #resources .mobile-image {
        display: none;
    }
    #resources #yellow-wrapper.azcl-columns__base {
        grid-template-columns: 80% 20%;
    }
    #resources #fancy_container {
        background: linear-gradient(to right, #F0AB00 70%, #ffffff 20%);
    }
    #resources #fancy_container #row-container {
        background: #F0AB00;
        border-radius: 0 20px 20px 0px;
    }
    #resources .text-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    #resources .text-wrapper .custom-text {
        width: 82%;
        max-width: 900px;
    }
    #resources .text-wrapper .custom-image {
        width: 24%;
    }
    #resources .custom-image img {
        position: absolute;
        max-width: 247px;
        height: 353px;
        top: -18%;
    }
    #resources .azcl-columns__base {
        gap: 0 !important;
    }
    #resources #column-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        margin: 20px 0 20px 0px;
    }
    #resources #column-section .column.container_de.double-image-container.flex-item {
        display: flex;
        flex: 2;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0em;
    }
    #resources .container_de {
        position: relative;
        top: 4em;
    }
    #resources a.download-button.view_pd img {
        max-width: 42px;
    }
    #resources #saf_grid .azcl-columns__base {
        margin-left: -30px;
        margin-right: -30px;
    }
    #resources .flex-container br,
    #resources p.booklet_paragraph br {
        display: none;
    }
    #resources .flex-container h3 {
        padding-right: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1480px) {
    #resources p#msales, #resources p#msales span.bl {
        height: 90px;
    }
    #resources #saf_grid .container img.desktop-image {
        height: 450px;
    }
    #resources #column-section .column.container_de.double-image-container.flex-item {
        flex: auto;
        left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1380px) {
    #resources #saf_grid .azcl-columns__base {
        grid-template-columns: 35% 35% 35%;
        margin-left: -2em;
        margin-right: 0px;
    }
    #resources #column-section {
        gap: 10px;
    }
    #resources a.download-button.view_pd img {
        right: 10px;
    }
    #resources #fancy_container {
        background: linear-gradient(to left, #F0AB00 100%, #ffffff 0%);
        margin-right: 5%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1278px) {
     #resources #column-section .column.container_de.double-image-container.flex-item {
        top: 3em !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1278px) {
    #resources .download-button {
        font-size: clamp(16px,1vw,20px);
        max-width: 140px;
        gap: 5px;
        margin-right: 15px;
    }
    #resources .custom-text {
        padding-right: 10px;
    }
    #resources #column-section .column.container_de.double-image-container.flex-item {
        top: -4em;
    }
}

@media only screen and (min-width: 1920px) {
    #resources .flex-container h3 {
        font-size: clamp(20px, 1vw, 22px);
    }
    #resources .flex-container_end h3 {
        font-size: clamp(14px, 1vw, 16px);
    }
    #resources .overlay-content {
        transform: translate(3%, -50%);
        left: 1%;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1407px) {
    #resources .flex-container h3 {
    font-size: 13px !important;
}
#resources .download-button {

    font-size: 13px !important;

}
}
