/*!
Theme Name: Simontsao
Theme URI: http://underscores.me/
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simontsao
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Extracted inline styles */

.custom-list{
	list-style-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='3' fill='%23FF0080'/%3E%3C/svg%3E");
	padding-left:1.5em;
}

.year{
	color:#FF0080;
	font-weight:bold;
}

.grant,
.title{
	font-weight:bold;
}

.author{
	color:#FF0080;
}
a{
	color: var(--swatch-var-7743)!important;
}
a:hover {
    color: #CC004D !important;
}
.contact-table{
	border-collapse:collapse;
	width:100%;
	max-width:500px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1rem;
}
.contact-table td{
	padding:0.25em 0;
	vertical-align:top;
}
.contact-table td a{
	color: var(--swatch-var-5072)!important;
	transition: 0.3s all ease;
}
.contact-table td a:hover{
	color: var(--swatch-var-7743)!important;
}
.label{
	color:#FF0080;
	font-weight:bold;
	padding-right:1em;
	white-space:nowrap;
	text-align:left;
	width:120px;
}

.content{
	font-weight:normal;
	text-align:left;
}

.stats-table.contact-table{
	table-layout:auto;
}

.stats-table.contact-table td{
	padding:0.5em 0.75em;
}

.stats-table .label{
	width:40%;
	max-width:40%;
	word-break:break-word;
	white-space:normal;
}

.stats-table .content{
	width:60%;
}

@media (max-width: 576px){
	.stats-table .label,
	.stats-table .content,
	.stats-table.contact-table td{
		display:block;
		width:100%;
		max-width:100%;
	}

	.stats-table.contact-table tr{
		display:block;
		margin-bottom:1rem;
	}
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left:0;right: 0;z-index:99999;} /* ScrollFX Lock */s
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("assets/images/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc,.section{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container,.section .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc,.section-dark{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover,.section-dark button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b,.section-dark .icon-round,.section-dark .icon-square,.section-dark .icon-rounded,.section-dark .icon-semi-rounded-a,.section-dark .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span,.section-dark .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a,.section-dark .a-btn,.section-dark .navbar a, .section-dark a .icon-sm, .section-dark a .icon-md, .section-dark a .icon-lg, .section-dark a .icon-xl, .section-dark h1 a, .section-dark h2 a, .section-dark h3 a, .section-dark h4 a, .section-dark h5 a, .section-dark h6 a, .section-dark p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover,.section-dark .a-btn:hover,.section-dark .navbar a:hover,.section-dark a:hover .icon-sm, .section-dark a:hover .icon-md, .section-dark a:hover .icon-lg, .section-dark a:hover .icon-xl, .section-dark h1 a:hover, .section-dark h2 a:hover, .section-dark h3 a:hover, .section-dark h4 a:hover, .section-dark h5 a:hover, .section-dark h6 a:hover, .section-dark p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar,.section-dark .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover,.section-dark .btn-wire,.section-dark .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card,.section-dark .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.section-dark .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon,.section-dark .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.section-dark .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.section-dark .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.section-dark .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover,.section-dark .card .btn-wire, .section-dark .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc,.section-dark .card,.section-light{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover,.section-dark .card button:hover,.section-light button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b,.section-light .icon-round,.section-light .icon-square,.section-light .icon-rounded,.section-light .icon-semi-rounded-a,.section-light .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span,.section-dark .card .divider-h span,.section-light .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a,.section-dark .card .a-btn,.section-light .a-btn,.section-light .navbar a,.section-light a .icon-sm, .section-light a .icon-md, .section-light a .icon-lg, .section-light a .icon-xl, .section-light h1 a, .section-light h2 a, .section-light h3 a, .section-light h4 a, .section-light h5 a, .section-light h6 a, .section-light p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover,.section-dark .card .a-btn:hover,.section-light .a-btn:hover,.section-light .navbar a:hover, .section-light a:hover .icon-sm, .section-light a:hover .icon-md, .section-light a:hover .icon-lg, .section-light a:hover .icon-xl, .section-light h1 a:hover, .section-light h2 a:hover, .section-light h3 a:hover, .section-light h4 a:hover, .section-light h5 a:hover, .section-light h6 a:hover, .section-light p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar,.section-light .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover,.section-dark .card .btn-wire,.section-dark .card .btn-wire:hover,.section-light .btn-wire,.section-light .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}



/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
	border-left-width:2px;
	/* border-style:_NS:2414; */
}
.hero-title{
	font-size:120px;
	font-weight:bold;
	color:rgba(255,255,255,0.80)!important;
}
.hero-kicker{
	font-size:40px;
	color:rgba(255,255,255,0.80)!important;
	padding:50px 50px 50px 50px;
}
.hero-summary{
	font-family:"Ubuntu";
	color:rgba(255,255,255,0.80)!important;
	padding:50px 50px 50px 50px;
}
.contact-panel{
	/* border-style:_NS:2414; */
	border-color:#003A5D!important;
	border-left-width:2px;
}
.checkbox-style{
	height:81px;
}
.scroll{
	color:transparent!important;
}
.snap-scroll.pagination a{
	color:#3A5898!important;
}
.snap-scroll-pagination a .hover-text{
	color:#3A5898!important;
}
.p-style{
	font-size:3em;
	color:#043B5C!important;
}
.custom-line{
	background-color:#F5C3CD;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	background-size:length;
	height:100%;
	width:5px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.left-heading-align{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.h2-padding-top{
	padding-top:15px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.content-column{
	padding-top:100px;
	padding-bottom:100px;
}
.icon{
	color:transparent!important;
	font-size:3px;
	background-color:transparent;
}
.hero-summary-surface{
	background-color:rgba(255,255,255,0.75);
	color:#003B5F!important;
}
.p-padding-top{
	padding-top:26px;
}
.h1-padding-bottom{
	padding-bottom:53px;
}
.h4-padding-bottom{
	padding-bottom:27px;
}
.reactive-card{
	background-size:auto 100%;
	height:450px;
	color:transparent!important;
	/* border-style:_NS:2414; */
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
	background-blend-mode:lighten;
	background-position:center top;
	filter:saturate(5%);
	margin:10px 10px 10px 10px;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
}
.reactive-card-link{
	text-decoration:none;
	line-height:1.5em;
	color:#FFFFFF!important;
}
.reactive-card:hover{
	background-size:auto 102%;
	background-blend-mode:normal;
	color:var(--swatch-var-1184)!important;
	filter:saturate(100%);
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
	background-color:var(--swatch-var-5072);
}
.card-2-image{
	background-image:url("assets/images/Thyroid%20cancer%20neck.jpg");
	background-image: -webkit-image-set(url("assets/images/Thyroid%20cancer%20neck.webp") 1x,
url("assets/images/Thyroid%20cancer%20neck.webp") 2x);background-image: image-set(url("assets/images/Thyroid%20cancer%20neck.jpg") 1x,
url("assets/images/Thyroid%20cancer%20neck.jpg") 2x,url("assets/images/Thyroid%20cancer%20neck.webp") 1x,
url("assets/images/Thyroid%20cancer%20neck.webp") 2x);
}
.card-7-image{
	background-image:url("assets/images/Cancer%20Detection.jpg");
	background-image: -webkit-image-set(url("assets/images/Cancer%20Detection.webp") 1x,
url("assets/images/Cancer%20Detection.webp") 2x);background-image: image-set(url("assets/images/Cancer%20Detection.jpg") 1x,
url("assets/images/Cancer%20Detection.jpg") 2x,url("assets/images/Cancer%20Detection.webp") 1x,
url("assets/images/Cancer%20Detection.webp") 2x);
}
.card-4-image{
	background-image:url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-1.html");
	background-image: -webkit-image-set(url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-2.html") 1x,
url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-2.html") 2x);background-image: image-set(url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-1.html") 1x,
url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-1.html") 2x,url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-2.html") 1x,
url("assets/images/alexander-ant-blYwrwEGS6I-unsplash-2.html") 2x);
}
.card-5-image{
	background-image:url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-1.html");
	background-image: -webkit-image-set(url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-2.html") 1x,
url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-2.html") 2x);background-image: image-set(url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-1.html") 1x,
url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-1.html") 2x,url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-2.html") 1x,
url("assets/images/national-cancer-institute-60UVwyDyXSM-unsplash-2.html") 2x);
}
.card-6-image{
	background-image:url("assets/images/Breast%20Cancer%20Ribbon.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);background-image: image-set(url("assets/images/Breast%20Cancer%20Ribbon.jpg") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.jpg") 2x,url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);
	background-image: -webkit-image-set(url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);background-image: image-set(url("assets/images/Breast%20Cancer%20Ribbon.jpg") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.jpg") 2x,url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);
}
.hero-title-surface{
	background-color:rgba(255,255,255,0.75);
}
.page-contact-us .hero-title-surface,
.page-cancer-journey .hero-title-surface{
	background-color:#FFFFFF;
}
.p-contact-us-style{
	font-size:14px;
}
.btn-style{
	width:72.57%;
	padding-top:24px;
	padding-bottom:24px;
	font-size:30px;
	border-radius:0px 0px 0px 0px;
}
.urgent-button{
	width:100%;
	border-radius:14px 14px 14px 14px;
}
.container-div-padding-top{
	padding-top:35px;
}
.submit-button{
	border-bottom-right-radius:14px;
	border-bottom-left-radius:14px;
}
.form{
	background-color:#F4F5F4;
	border-bottom-right-radius:14px;
	border-bottom-left-radius:14px;
	padding:15px 15px 20px 15px;
}
.btn-margin-right{
	margin-right:12px;
}
.checkbox-padding-bottom{
	padding-bottom:18px;
}
.container-div-bloc-4-padding-top{
	padding-top:16px;
}
.bloc-contact-us-padding-bottom{
	padding-bottom:0px;
}
.img-style{
	width:213px;
}
.img-hospital--style{
	width:213px;
}
.img-stethoscope--style{
	width:213px;
}
.img-bloc-32-style{
	width:213px;
}
.hover-darken:hover{
	background-color:var(--swatch-var-5072);
}
.divider-background-color{
	background-color:var(--swatch-var-5072);
}
.divider-0-background-color{
	background-color:var(--swatch-var-5072);
}
.card-2-image:hover{
	color:#003A5D!important;
}
.card-7-image:hover{
	color:#003A5D!important;
}
.inner-hero{
	overflow:hidden;
}
.inner-hero__background{
	background-image:var(--inner-hero-bg-desktop);
}
.inner-hero__container{
	position:relative;
	z-index:1;
}
.hero-summary-surface p:last-child{
	margin-bottom:0;
}
.feature-content-section__list{
	margin-top:1.5rem;
}
.feature-content-section__list--research{
	font-size:1.3rem;
	line-height:1.6;
}
.feature-content-section__list--research li{
	margin-bottom:1.75rem;
}
.feature-content-section__list--research li:last-child{
	margin-bottom:0;
}
.feature-content-section__list--research strong,
.feature-content-section__list--research b{
	color:#FF0080;
	font-weight:700;
}
.feature-content-section__links--research{
	margin-top:4rem;
	font-size:1.3rem;
	line-height:1.6;
}
.feature-content-section__links--research p:last-child{
	margin-bottom:0;
}
.feature-content-section__links p:last-child,
.highlighted-text-section__content p:last-child,
.breast-conditions-intro__content p:last-child{
	margin-bottom:0;
}
.full-width-content-section__secondary-content p:last-child,
.full-width-content-section__bottom-note p:last-child,
.full-width-content-section__cta p:last-child{
	margin-bottom:0;
}
.text-background-hover:hover{
	background-color:rgba(255,255,255,0.75);
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-5072);
}
.scrollToTop{
	background-color:var(--swatch-var-7743);
}
.h5-padding-bottom{
	padding-bottom:30px;
	padding-top:48px;
}
.img-12-style{
	width:210px;
}
.img-abs-2-style{
	width:250px;
}
.row-padding-bottom{
	padding-bottom:44px;
	margin-bottom:100px;
}
.img-racs-new-style{
	width:330px;
}
.img-bloc-2-style{
	height:220px;
}
.img-thyroid-cancer-style{
	width:330px;
}
.img-research-style{
	height:220px;
}
.img-breast-screen-style{
	height:220px;
}
.card-1-image{
	background-image:url("assets/images/Breast%20Care%20Nurse.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast%20Care%20Nurse.webp") 1x,
url("assets/images/Breast%20Care%20Nurse.webp") 2x);background-image: image-set(url("assets/images/Breast%20Care%20Nurse.jpg") 1x,
url("assets/images/Breast%20Care%20Nurse.jpg") 2x,url("assets/images/Breast%20Care%20Nurse.webp") 1x,
url("assets/images/Breast%20Care%20Nurse.webp") 2x);
}
.card-1-image:hover{
	color:#003A5D!important;
}
.img-surgeryspla-style{
	height:220px;
}
.img-26-style{
	width:508px;
	height:338px;
}
.img-stomach-pain-style{
	width:508px;
	height:338px;
}
.img-15-style{
	width:508px;
	height:338px;
}
.img-breast-cancer-style{
	width:508px;
	height:338px;
}
.img-bloc-7-style{
	width:508px;
	height:338px;
}
.img-thyro-style{
	width:508px;
	height:338px;
}
.img-contact-us-style{
	width:50px;
	height:35px;
}
.card-3-image{
	background-image:url("assets/images/General%20Surgery.jpg");
	background-image: -webkit-image-set(url("assets/images/General%20Surgery.webp") 1x,
url("assets/images/General%20Surgery.webp") 2x);background-image: image-set(url("assets/images/General%20Surgery.jpg") 1x,
url("assets/images/General%20Surgery.jpg") 2x,url("assets/images/General%20Surgery.webp") 1x,
url("assets/images/General%20Surgery.webp") 2x);
}
.card-8-image{
	background-image:url("assets/images/Breast%20Cancer%20Ribbon.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);background-image: image-set(url("assets/images/Breast%20Cancer%20Ribbon.jpg") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.jpg") 2x,url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);
	background-image: -webkit-image-set(url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);background-image: image-set(url("assets/images/Breast%20Cancer%20Ribbon.jpg") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.jpg") 2x,url("assets/images/Breast%20Cancer%20Ribbon.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon.webp") 2x);
}
.text-span-style{
	text-decoration:none;
	color:var(--swatch-var-7743)!important;
}
.text-span-research-style{
	font-style:normal;
	color:var(--swatch-var-7743)!important;
}
.text-span-0-style{
	text-decoration:none;
	color:var(--swatch-var-7743)!important;
}
.design-active{
	font-weight:bold;
	text-transform:none;
	text-decoration:underline!important;
}
.img-padding-bottom{
	width:214px;
}
.background-pink{
	background-color:var(--swatch-var-4859);
	color:var(--swatch-var-5072)!important;
}
.link-style{
	font-style:italic;
}
.link-bloc-71-style{
	font-style:italic;
}
.h5-bloc-72-style{
	font-size:20px;
}
.callout-accent{
	border-left-width:2px;
	border-color:#FF0080!important;
}
.card-9-image{
	background-image:url("assets/images/Weight.jpg");
	background-image: -webkit-image-set(url("assets/images/Weight.webp") 1x,
url("assets/images/Weight.webp") 2x);background-image: image-set(url("assets/images/Weight.jpg") 1x,
url("assets/images/Weight.jpg") 2x,url("assets/images/Weight.webp") 1x,
url("assets/images/Weight.webp") 2x);
}
.card-9-image:hover{
	color:#003A5D!important;
}
.card-10-image{
	background-image:url("assets/images/Calendar%20Consent.jpg");
	background-image: -webkit-image-set(url("assets/images/Calendar%20Consent.webp") 1x,
url("assets/images/Calendar%20Consent.webp") 2x);background-image: image-set(url("assets/images/Calendar%20Consent.jpg") 1x,
url("assets/images/Calendar%20Consent.jpg") 2x,url("assets/images/Calendar%20Consent.webp") 1x,
url("assets/images/Calendar%20Consent.webp") 2x);
}
.card-10-image:hover{
	color:#003A5D!important;
}
.card-11-image{
	background-image:url("assets/images/Measure.jpg");
	background-image: -webkit-image-set(url("assets/images/Measure.webp") 1x,
url("assets/images/Measure.webp") 2x);background-image: image-set(url("assets/images/Measure.jpg") 1x,
url("assets/images/Measure.jpg") 2x,url("assets/images/Measure.webp") 1x,
url("assets/images/Measure.webp") 2x);
}
.card-11-image:hover{
	color:#003A5D!important;
}
.img-58-style{
	width:213px;
	height:213px;
}
.callout-primary{
	border-left-width:2px;
	border-color:#003A5D!important;
}
.related-links{
	line-height:30px;
}
.illustratormedium{
	width:213px;
	height:213px;
}
.p-61-style{
	text-indent:1px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5072:rgba(0,58,93,1.00);
	
	--swatch-var-4322:rgba(235,235,235,0.80);
	
	--swatch-var-1184:rgba(255,255,255,1.00);
	
	--swatch-var-6079:#F5F5F5;
	
	--swatch-var-4859:rgba(251,228,237,1.00);
	
	--swatch-var-7743:rgba(255,0,128,1.00);
	
	--swatch-var-4300:rgba(202,179,186,1.00);
	
	--swatch-var-2695:rgba(0,0,0,0.50);
	
	--swatch-var-6465:#E2D5E8;
	
	--swatch-var-2690:#C8D0D9;
	
	--swatch-var-4412:#D9E4EE;
	
	--swatch-var-4836:#F8F3F6;
	
}


/* Background colour styles */

.bg-primary{
	background-color:var(--swatch-var-5072);
}
.bgc-6079{
	background-color:var(--swatch-var-6079);
}
.bgc-4836{
	background-color:var(--swatch-var-4836);
}
.bg-soft{
	background-color:var(--swatch-var-4859);
}

/* Text colour styles */

.text-primary{
	color:var(--swatch-var-5072)!important;
}
.text-accent{
	color:var(--swatch-var-7743)!important;
}

/* Button colour styles */

.button-accent{
	background:var(--swatch-var-7743);
	color:#FFFFFF!important;
}
.button-accent:hover{
	background:#CC004D!important;
	color:#FFFFFF!important;
}
.button-primary{
	background:var(--swatch-var-5072);
	color:#FFFFFF!important;
}
.button-primary:hover{
	background:#00072A!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.link-primary{
	color:var(--swatch-var-5072)!important;
}
.link-primary:hover{
	color:#00072A!important;
}
.link-accent{
	color:var(--swatch-var-7743)!important;
}
.link-accent:hover{
	color:#CC004D!important;
}

/* Bloc image backgrounds */
.bg-Cancer-20ribbons{
	background-image:url("assets/images/Cancer%20ribbons.jpg");
	background-image: -webkit-image-set(url("assets/images/Cancer%20ribbons.webp") 1x,
url("assets/images/Cancer%20ribbons.webp") 2x);background-image: image-set(url("assets/images/Cancer%20ribbons.jpg") 1x,
url("assets/images/Cancer%20ribbons.jpg") 2x,url("assets/images/Cancer%20ribbons.webp") 1x,
url("assets/images/Cancer%20ribbons.webp") 2x);
}
.bg-Breast-20Cancer-20Ribbon-201{
	background-image:url("assets/images/Breast%20Cancer%20Ribbon%201.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast%20Cancer%20Ribbon%201.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon%201.webp") 2x);background-image: image-set(url("assets/images/Breast%20Cancer%20Ribbon%201.jpg") 1x,
url("assets/images/Breast%20Cancer%20Ribbon%201.jpg") 2x,url("assets/images/Breast%20Cancer%20Ribbon%201.webp") 1x,
url("assets/images/Breast%20Cancer%20Ribbon%201.webp") 2x);
}
.bg-Patient-20Care1{
	background-image:url("assets/images/Patient%20Care1.jpg");
	background-image: -webkit-image-set(url("assets/images/Patient%20Care1.webp") 1x,
url("assets/images/Patient%20Care1.webp") 2x);background-image: image-set(url("assets/images/Patient%20Care1.jpg") 1x,
url("assets/images/Patient%20Care1.jpg") 2x,url("assets/images/Patient%20Care1.webp") 1x,
url("assets/images/Patient%20Care1.webp") 2x);
}
.bg-Parient-20Care{
	background-image:url("assets/images/Parient%20Care.jpg");
	background-image: -webkit-image-set(url("assets/images/Parient%20Care.webp") 1x,
url("assets/images/Parient%20Care.webp") 2x);background-image: image-set(url("assets/images/Parient%20Care.jpg") 1x,
url("assets/images/Parient%20Care.jpg") 2x,url("assets/images/Parient%20Care.webp") 1x,
url("assets/images/Parient%20Care.webp") 2x);
}
.bg-Contact-20Us-201{
	background-image:url("assets/images/Contact%20Us%201.jpg");
	background-image: -webkit-image-set(url("assets/images/Contact%20Us%201.webp") 1x,
url("assets/images/Contact%20Us%201.webp") 2x);background-image: image-set(url("assets/images/Contact%20Us%201.jpg") 1x,
url("assets/images/Contact%20Us%201.jpg") 2x,url("assets/images/Contact%20Us%201.webp") 1x,
url("assets/images/Contact%20Us%201.webp") 2x);
}
.bg-Contact-20Us-202{
	background-image:url("assets/images/Contact%20Us%202.jpg");
	background-image: -webkit-image-set(url("assets/images/Contact%20Us%202.webp") 1x,
url("assets/images/Contact%20Us%202.webp") 2x);background-image: image-set(url("assets/images/Contact%20Us%202.jpg") 1x,
url("assets/images/Contact%20Us%202.jpg") 2x,url("assets/images/Contact%20Us%202.webp") 1x,
url("assets/images/Contact%20Us%202.webp") 2x);
}
.bg-Research-2x{
	background-image:url("assets/images/Research%402x.jpg");
	background-image: -webkit-image-set(url("assets/images/Research%402x.webp") 1x,
url("assets/images/Research%402x.webp") 2x);background-image: image-set(url("assets/images/Research%402x.jpg") 1x,
url("assets/images/Research%402x.jpg") 2x,url("assets/images/Research%402x.webp") 1x,
url("assets/images/Research%402x.webp") 2x);
}
.bg-Breast-20Implants{
	background-image:url("assets/images/Breast%20Implants.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast%20Implants.webp") 1x,
url("assets/images/Breast%20Implants.webp") 2x);background-image: image-set(url("assets/images/Breast%20Implants.jpg") 1x,
url("assets/images/Breast%20Implants.jpg") 2x,url("assets/images/Breast%20Implants.webp") 1x,
url("assets/images/Breast%20Implants.webp") 2x);
}
.bg-Trans-20Colours2{
	background-image:url("assets/images/Trans%20Colours2.png");
	background-image: -webkit-image-set(url("assets/images/Trans%20Colours2.webp") 1x,
url("assets/images/Trans%20Colours2.webp") 2x);background-image: image-set(url("assets/images/Trans%20Colours2.png") 1x,
url("assets/images/Trans%20Colours2.png") 2x,url("assets/images/Trans%20Colours2.webp") 1x,
url("assets/images/Trans%20Colours2.webp") 2x);
}
.bg-Trans-20Colours{
	background-image:url("assets/images/Trans%20Colours.png");
	background-image: -webkit-image-set(url("assets/images/Trans%20Colours.webp") 1x,
url("assets/images/Trans%20Colours.webp") 2x);background-image: image-set(url("assets/images/Trans%20Colours.png") 1x,
url("assets/images/Trans%20Colours.png") 2x,url("assets/images/Trans%20Colours.webp") 1x,
url("assets/images/Trans%20Colours.webp") 2x);
}
.bg-Breasts-20{
	background-image:url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.png");
	background-image: -webkit-image-set(url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.webp") 2x);background-image: image-set(url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.png") 1x,
url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.png") 2x,url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Double%20Incision%20Mastectomy%20Melbourne.webp") 2x);
}
.bg-Single-20Incision-20Mastectomy{
	background-image:url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg");
	background-image: -webkit-image-set(url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 2x);background-image: image-set(url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg") 2x,url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 2x);
}
.bg-Single-20Incision-20Mastectomy-20Melbourne{
	background-image:url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg");
	background-image: -webkit-image-set(url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 2x);background-image: image-set(url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.jpg") 2x,url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 1x,
url("assets/images/Single%20Incision%20Mastectomy%20Melbourne.webp") 2x);
}
.bg-Surgical-20Recovery{
	background-image:url("assets/images/Surgical%20Recovery.jpg");
	background-image: -webkit-image-set(url("assets/images/Surgical%20Recovery.webp") 1x,
url("assets/images/Surgical%20Recovery.webp") 2x);background-image: image-set(url("assets/images/Surgical%20Recovery.jpg") 1x,
url("assets/images/Surgical%20Recovery.jpg") 2x,url("assets/images/Surgical%20Recovery.webp") 1x,
url("assets/images/Surgical%20Recovery.webp") 2x);
}
.bg-CancerCells{
	background-image:url("assets/images/CancerCells.jpg");
	background-image: -webkit-image-set(url("assets/images/CancerCells.webp") 1x,
url("assets/images/CancerCells.webp") 2x);background-image: image-set(url("assets/images/CancerCells.jpg") 1x,
url("assets/images/CancerCells.jpg") 2x,url("assets/images/CancerCells.webp") 1x,
url("assets/images/CancerCells.webp") 2x);
}
.bg-Connections{
	background-image:url("assets/images/Connections.png");
	background-image: -webkit-image-set(url("assets/images/Connections.webp") 1x,
url("assets/images/Connections.webp") 2x);background-image: image-set(url("assets/images/Connections.png") 1x,
url("assets/images/Connections.png") 2x,url("assets/images/Connections.webp") 1x,
url("assets/images/Connections.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}

/* = Additional CSS
-------------------------------------------------------------- */
.reactive-card {transition: all 0.5s ease-in-out;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{

    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-title{
		padding-left:40px;
	}
	.h1-style{
		font-size:35px;
	}
	.p-contact-us-style{
		width:100%;
	}
	.p-padding-bottom{
		padding-bottom:32px;
	}
	.img-racs-new-style{
		width:219px;
	}
	.img-12-style{
		width:219px;
	}
	.img-abs-2-style{
		width:219px;
	}
	.img-bloc-2-style{
		background-image:url("assets/images/Breast.jpg");
	background-image: -webkit-image-set(url("assets/images/Breast.webp") 1x,
url("assets/images/Breast.webp") 2x);background-image: image-set(url("assets/images/Breast.jpg") 1x,
url("assets/images/Breast.jpg") 2x,url("assets/images/Breast.webp") 1x,
url("assets/images/Breast.webp") 2x);
		width:600px;
		height:351px;
		opacity:0.3;
	}
	.img-thyroid-cancer-style{
		height:351px;
		width:469px;
	}
	.img-surgeryspla-style{
		width:469px;
		height:351px;
	}
	.img-research-style{
		height:400px;
		width:600px;
	}
	.img-breast-screen-style{
		width:600px;
		height:400px;
	}
	.img-stomach-pain-style{
		width:336px;
		height:224px;
	}
	.img-26-style{
		width:336px;
		height:224px;
	}
	.img-15-style{
		width:336px;
		height:224px;
	}
	.img-breast-cancer-style{
		width:336px;
		height:224px;
	}
	.img-bloc-7-style{
		width:336px;
		height:224px;
	}
	.img-thyro-style{
		width:336px;
		height:224px;
	}
	.design-active{
		font-weight:bold;
	}
	.page-preloader{
	}
	
}

@media (max-width: 767px){
	.inner-hero__background{
		background-image:var(--inner-hero-bg-mobile,var(--inner-hero-bg-desktop));
	}
	.h1-style{
		font-size:30px;
	}
	.p-contact-us-style{
		width:100%;
	}
	.hero-title-scale{
		font-size:80px;
	}
	.bloc-bloc-32-padding-bottom{
		padding-bottom:37px;
	}
	.img-stethoscope--style{
		padding-bottom:37px;
	}
	.img-hospital--style{
		padding-bottom:38px;
	}
	.img-style{
		padding-bottom:37px;
	}
	.img-padding-bottom{
		padding-bottom:37px;
	}
	.img-abs-2-style{
		width:219px;
	}
	.img-thyroid-cancer-style{
		width:526px;
	}
	.img-bloc-2-style{
		width:526px;
		height:351px;
	}
	.img-surgeryspla-style{
		height:351px;
		width:526px;
	}
	.img-breast-screen-style{
		width:525px;
		height:350px;
	}
	.img-research-style{
		width:525px;
		height:350px;
	}
	.img-26-style{
		width:508px;
		height:338px;
	}
	.img-stomach-pain-style{
		width:508px;
		height:338px;
	}
	.img-15-style{
		width:508px;
		height:338px;
	}
	.img-breast-cancer-style{
		height:338px;
		width:508px;
	}
	.img-bloc-7-style{
		width:508px;
		height:338px;
	}
	.img-thyro-style{
		width:508px;
		height:338px;
	}
	.html-widget-style{
		width:100%;
	}
	
}

@media (max-width: 575px){
	.hero-title-scale{
		font-size:40px;
	}
	.h4-style{
		font-size:30px;
	}
	.footer-link{
		text-align:center;
	}
	.bloc-padding-bottom{
		padding-bottom:59px;
		padding-top:39px;
	}
	.content-column{
	}
	.bloc-margin-bottom{
		margin-bottom:37px;
	}
	.img-style{
		padding-bottom:37px;
	}
	.img-hospital--style{
		padding-bottom:37px;
	}
	.img-stethoscope--style{
		padding-bottom:37px;
	}
	.img-bloc-32-style{
		padding-bottom:36px;
	}
	.img-bloc-2-style{
		height:180px;
	}
	.img-surgeryspla-style{
		height:180px;
	}
	.img-thyroid-cancer-style{
		height:180px;
	}
	.img-breast-screen-style{
		width:270px;
		height:180px;
	}
	.img-research-style{
		width:270px;
		height:180px;
	}
	.img-stomach-pain-style{
		height:180px;
		width:270px;
	}
	.img-26-style{
		width:270px;
		height:180px;
	}
	.img-15-style{
		width:270px;
		height:180px;
	}
	.img-breast-cancer-style{
		height:180px;
		width:270px;
	}
	.img-bloc-7-style{
		width:270px;
		height:180px;
	}
	.img-thyro-style{
		height:180px;
	}
	.h5-style{
		width:100%;
	}
}



/* CSS BY Developer */

.site-header{
	background: var(--swatch-var-5072);
	color: var(--swatch-var-1184);
	position: relative;
	z-index: 100;
}

.site-header .container{
	max-width: 1440px;
}

.site-header__inner{
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 1rem 0;
}

.site-header__brand{
	flex: 0 0 auto;
	order: 1;
}

.site-logo-link,
.site-title-link{
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.site-logo{
	display: block;
	height: auto;
	max-height: 64px;
	max-width: 180px;
	width: auto;
}

.site-title-link{
	color: var(--swatch-var-1184) !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.site-header__toggle{
	align-items: center;
	background: transparent;
	border: 0;
	display: none;
	justify-content: center;
	padding: 0;
	position: relative;
	z-index: 102;
}

.site-header__toggle-box{
	align-items: center;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 999px;
	display: inline-flex;
	flex-direction: column;
	gap: 0.35rem;
	height: 3rem;
	justify-content: center;
	padding: 0.65rem;
	transition: background .25s ease, border-color .25s ease, transform .25s ease;
	width: 3rem;
}

.site-header__toggle-line{
	background: var(--swatch-var-1184);
	border-radius: 999px;
	display: block;
	height: 2px;
	transition: transform .25s ease, opacity .25s ease;
	width: 26px;
}

.site-header__panel{
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 1.75rem;
	justify-content: flex-end;
	order: 2;
}

.site-header__nav{
	display: flex;
	justify-content: flex-end;
}

.site-header__menu,
.site-header__menu ul{
	display: flex;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__menu > li{
	position: relative;
}

.site-header__menu a{
	color: var(--swatch-var-1184) !important;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 0.25rem 0;
	text-decoration: none;
}

.site-header__menu > .current-menu-item > a,
.site-header__menu > .current-menu-ancestor > a,
.site-header__menu > .current_page_item > a,
.site-header__menu > .current_page_parent > a{
	color: var(--swatch-var-7743) !important;
}

.site-header__menu .sub-menu{
	background: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 14px 40px rgba(0,0,0,0.18);
	display: block;
	left: 0;
	min-width: 220px;
	opacity: 0;
	padding: 0.75rem 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 0.75rem);
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease;
}

.site-header__menu .sub-menu li{
	margin: 0;
}

.site-header__menu .sub-menu a{
	color: var(--swatch-var-5072) !important;
	display: block;
	padding: 0.5rem 1rem;
}

@media (min-width: 992px){
	.site-header__menu > li.menu-item-has-children:hover > .sub-menu,
	.site-header__menu > li.menu-item-has-children:focus-within > .sub-menu{
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.site-header__cta{
	flex: 0 0 auto;
	order: 3;
}

.site-header__button{
	align-items: center;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
}

@media (max-width: 991px){
	body.menu-open{
		overflow: hidden;
	}

	.site-header__inner{
		gap: 0.85rem;
		padding: 0.85rem 0;
	}

	.site-header__brand{
		display: none;
	}

	.site-header__toggle{
		display: inline-flex;
		flex: 0 0 auto;
		order: 1;
	}

	.site-header__toggle[aria-expanded="true"] .site-header__toggle-box{
		background: rgba(255,255,255,0.16);
		border-color: rgba(255,255,255,0.3);
	}

	.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}

	.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(2){
		opacity: 0;
	}

	.site-header__toggle[aria-expanded="true"] .site-header__toggle-line:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}

	.site-header__panel{
		background: var(--swatch-var-5072);
		border-right: 1px solid rgba(255,255,255,0.12);
		bottom: 0;
		box-shadow: 20px 0 48px rgba(0,0,0,0.28);
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		justify-content: flex-start;
		left: 0;
		max-width: 26rem;
		padding: 6rem 1.5rem 1.5rem;
		position: fixed;
		top: 0;
		transform: translateX(-100%);
		transition: transform .35s ease;
		visibility: hidden;
		width: min(86vw, 26rem);
		z-index: 101;
	}

	body.menu-open::before{
		background: rgba(0,0,0,0.35);
		content: "";
		inset: 0;
		position: fixed;
		z-index: 100;
	}

	.site-header.is-open .site-header__panel{
		transform: translateX(0);
		visibility: visible;
	}

	.site-header__panel::before{
		background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
		border-radius: inherit;
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
	}

	.site-header__cta{
		margin-left: auto;
		order: 2;
		position: relative;
		z-index: 102;
	}

	.site-header__nav,
	.site-header__menu,
	.site-header__menu ul{
		display: block;
		width: 100%;
	}

	.site-header__nav{
		position: relative;
		z-index: 1;
	}

	.site-header__menu > li{
		border-top: 1px solid rgba(255,255,255,0.15);
	}

	.site-header__menu > li:last-child{
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}

	.site-header__menu a{
		padding: 0.9rem 0;
		width: 100%;
	}

	.site-header__menu .sub-menu{
		background: transparent;
		box-shadow: none;
		display: block;
		margin-left: 1rem;
		opacity: 1;
		padding: 0 0 0.75rem;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.site-header__menu .sub-menu a{
		color: rgba(255,255,255,0.75) !important;
		padding: 0.45rem 0;
	}

	.site-header__cta,
	.site-header__button{
		width: auto;
	}

	.site-header__button{
		font-size: 0.9rem;
		min-height: 2.85rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 575px){
	.site-logo{
		max-height: 52px;
		max-width: 140px;
	}

	.site-header__toggle-box{
		height: 2.8rem;
		width: 2.8rem;
	}

	.site-header__toggle-line{
		width: 22px;
	}

	.site-header__panel{
		padding-left: 1.15rem;
		padding-right: 1.15rem;
	}
}

.callout-list-section-container{
	padding-top: 0;
}


/* hero_section */
@media only screen and (max-width: 768px) {
	/* Hero Section */
	.hero-title {
		padding-left: 0;
	}
	.hero-kicker,
	.hero-summary {
		padding: 0;
	}

	/* overview_section */
	.overview_section picture img {
		padding-bottom: 0;
	}
	.overview_section .bloc-sm-lg {
		padding-top: 0;
		padding-bottom: 20px;
	}

	/* request_appointment Section */
	.request_appointment .bloc-lg {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.additional_information_links .pt-5 {
		padding-top: 20px !important;
	}

	/* additional_information_links section */
	.additional_information_links .related-links br + br {
		display: none;

	}

	/* About Page section-light */
	.about_specialist_intro .bloc-lg {
		padding: 60px 20px;
	}
	.about-specialist-intro__content {
		margin-top: 16px;
	}
	.about_specialist_intro .mb-4.about-specialist-intro__links {
		margin-top: -16px;
		margin-bottom: 0 !important;
	}
	.about_specialist_intro .mb-4.about-specialist-intro__links p {
		margin-bottom: -30px !important;
	}

	/* Media Content Section */
	.media_content_section .bloc-lg {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	/* about_affiliations Section */
	.about_affiliations .bloc-lg {
	padding: 0 !important;
}
	.about_affiliations .mb-5 {
		margin-top: 1rem !important;
		margin-bottom: 0rem !important;
	}
	.about_affiliations .container .order-1 > .row:first-of-type {
		margin-top: -50px !important;
	}
	.about_affiliations .container .order-1 > .row:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	/* Top Surgery Page */
	.centered_intro_section .bloc-lg {
		padding-top: 20px !important;
		padding-bottom: 0;
	}
	.centered_intro_section .bloc-lg .order-1 {
		padding-bottom: 30px !important;
	}
	.centered_intro_section h5.pt-5 {
		padding-top: 0 !important;
	}
	.reactive_card_content_section .bloc-lg {
		padding-top: 30px !important;
		padding-bottom: 0;
	}
	.quote_content_section .bloc-lg {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.quote_content_section .order-1 .pt-5, .py-5 {
		padding-top: 16px !important;
	}
	/* heading_intro_card_grid */
	.heading_intro_card_grid .bloc-lg {
		padding: 20px 20px;
	}
	.order-1 .pt-5{
		padding-top: 16px !important;
	}
	.heading_intro_card_grid .row .mt-5 {
		margin-top: 16px !important;
	}
	.reactive_card_content_section .row .pt-5 {
		padding-top: 0 !important;
	}
	.heading_intro_list_cta_section .bloc-lg {
		padding: 0 20px;
	}
	.heading_list_section .bloc-lg {
		padding: 16px 20px;
	}

	/* Research Page */
	.illustration_text_split_section .container.bloc-lg {
		padding-top: 30px !important;
		padding-bottom: 0;
	}
	picture img{
		padding-bottom: 0 !important;
	}

	.inner-hero__container.bloc-xxl {
		padding: 100px 20px;
	}

	/* patient_journey_step_section" */
	.patient_journey_step_section .bloc-sm {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.patient_journey_step_section .row .order-sm-2 {
		padding-top: 30px;
	}
	.full_width_content_section .row .order-sm-2, .full-width-content-section__bottom-note.pt-5{
		padding-top: 0 !important;
	}
	/* Contact Us Page */
	.team_profile_section .bloc-md {
		padding-bottom: 0;
	}

	/* Breast Cancer */
	.illustration_text_split_section .bloc-sm {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.illustration_text_split_section .row .order-2 .mt-5 {
		margin-top: 20px !important;
	}

	.full_width_content_section .bloc-sm {
		padding-top: 50px;
	}
	.illustration_text_split_section .bloc-sm {
		padding-top: 0 !important;
	}
	
	/* Breast Surgery Recovery */
	.recovery_guide_section .bloc-lg {
		padding: 20px 20px;
	}
	.recovery_info_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.recovery_info_section .row .mb-5, .my-5 {
		margin-bottom: 0 !important;
	}
	.extended_illustration_content_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.extended_illustration_content_section .row .mt-5, .my-5 {
		margin-top: 20px !important;
	}
	.full_width_image_highlighted_list_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0 !important;
	}
	.hero-title {
		text-align: center;
	}

	/* Double Incision Mastectomy page */
	.intro_callout_section .bloc-lg,
	.overview_considerations_section .bloc-lg,
	.surgery_techniques_section .bloc-lg,
	.nipple_reconstruction_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0;
	}


	.intro_callout_section .order-1,
	.surgery_techniques_section .row .order-sm-1 {
		margin-top: 20px !important;
		margin-bottom: 30px;
	}
	.surgery_techniques_section .row .order-1 .mb-5, .my-5 {
		margin-bottom: 10px !important;
	}

	.cancer_journey_timeline_section .bloc-lg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cancer_journey_timeline_section .row .content-column {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.full_width_image_highlighted_list_section .row .mt-5, .my-5 {
		margin-top: 0 !important;
	}
	.sensation_preservation_overview_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.soft_panel_content_section .bloc-lg {
		padding-top: 30px;
		padding-bottom: 0 !important;
	}
	.soft_panel_content_section .row .mt-5 {
		margin-top: -30px !important;
	}
	.compact_text_section .bloc-sm {
		padding-top: 20px;
		padding-bottom: 0 !important;
	}
	.compact_resources_section .row .mb-5{
		margin-bottom: 0 !important;
	}










}