/*-----------------------------------------------------------------------------------
	    CaringNuns
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

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

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

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


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc 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{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .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{
	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{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc 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{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .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{
	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{
	color:rgba(0,0,0,1);
}
.l-bloc .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{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .show .dropdown-menu{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

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

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Merriweather";
}
.container{
	max-width:1170px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.hero-bloc-text{
	font-size:55px;
}
.mount-italy-hero-text-s{
	font-size:60px;
}
.mount-italy-hero-text-sub-s{
	font-size:34px;
}
.hero-text-vc{
	margin-top:50%;
}
h4{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	line-height:30px;
}
.hospital-menu-item-icon{
	margin-right:5px;
}
.hospital-menu-item{
	font-family:"Lato";
	font-weight:400;
	color:#FEFFFF!important;
	font-size:18px;
	line-height:28px;
}
.hospital-menu-item:hover{
	margin-left:5px;
	text-shadow:0px 0px 9px rgba(255,255,255,0.5);
	color:#FEFFFF!important;
}
h3{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	line-height:33px;
}
.hospital-newsletter-form{
	border-radius:0px 0px 0px ;
	border-width:1px 1px 1px 1px;
	border-color:#EAEAEA;
	border-style:solid;
	background-color:rgba(255,255,255,0.9);
	color:#00CCCC!important;
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
}
.hospital-newsletter-form:hoverfont-weight:400;
	{
	background-color:#FEFFFF;
	font-family:"Lato";
	font-weight:700}p{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	line-height:28px;
}
.hospital-footer-logo{
	font-family:"Montserrat";
	text-shadow:0px 0px 28px rgba(255,255,255,0.3);
	text-transform:uppercase;
}
.hospital-footer-logo:hover{
	text-shadow:0px 0px 28px rgba(255,255,255,0.5);
}
.caring-nuns-header-logo{
	font-family:"Merriweather";
	text-transform:none;
	font-weight:900;
	color:#000000!important;
}
.caring-nuns-header-logo:hover{
	color:#00CCCC!important;
}
.hospital-header-link{
	color:#FFFFFF!important;
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	font-size:14px;
	text-decoration:none;
	margin-left:5px;
}
.hospital-header-link:hover{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	text-shadow:0px 0px 10px rgba(255,255,255,0.3);
}
a{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:26px;
}
.hospital-social-row{
	text-align:right;
	padding-top:5px;
}
.adult-foster-care-navigation{
	font-family:"Roboto";
	font-weight:lighter;
	text-transform:uppercase;
	font-size:14px;
	color:#09A3BB!important;
	border-style:solid;
	text-shadow:0px 0px 0px #000000;
	border-width:0px 0px 0px 0px;
}
.adult-foster-care-navigation:hover{
	box-shadow:0px -20px 0px #09A3BB;
}
.adult-foster-care-header{
	padding-top:5px;
	padding-bottom:5px;
}
.hospital-topbar{
	padding-top:5px;
	margin-bottom:-10px;
}
.hospital-header-button{
	background-color:#00CCCC;
	color:#FFFFFF!important;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	padding-left:28px;
	padding-right:28px;
	margin-left:28px;
	margin-top:8px;
	border-width:1px 1px 1px 1px;
	border-color:#00CCCC;
	border-style:solid;
}
.hospital-header-button:hover{
	color:#00CCCC!important;
}
.hospital-topbar-button{
	background-color:transparent;
	padding:0px 0px 0px 0px;
	font-size:20px}.hospital-topbar-button:hover{
	background-color:transparent;
}
.hospital-topbar-icon{
	color:#FFFFFF!important;
	text-shadow:0px 0px 0px #000000;
}
.hospital-topbar-icon:hover{
	text-shadow:0px 0px 5px rgba(254,255,255,0.5);
}
.hospital-link-topbar{
	font-family:"Lato";
	font-weight:700;
	color:rgba(255,255,255,0.9)!important;
	font-size:18px;
	margin-top:4px;
}
.blocsapp-special-menu blocsnav{
	background-color:#FFFFFF;
}
h1{
	font-family:"Lato";
	font-weight:900;
	line-height:55px;
	font-size:45px;
}
h2{
	font-family:"Lato";
	font-weight:400;
	font-size:28px;
	line-height:38px;
}
.hospital-button{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	padding-right:28px;
	padding-left:28px;
	background-color:#1DA3B9;
	border-color:#00CCCC;
	background-position:left center;
	float:left;
	border-width:1px 1px 1px 1px;
}
.hospital-button:hover{
	background-color:#FEFFFF;
	color:#00CCCC!important;
}
.hospital-appointment-button{
	background-color:#00CFCD;
	border-width:1px 1px 1px 1px;
	border-color:#00CFCD;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	color:#FEFFFE!important;
	margin-top:10px;
	padding-right:28px;
	padding-left:28px;
}
.hospital-appointment-button:hover{
	color:#00CFCD!important;
	background-color:#FEFFFE;
}
.hospital-feild{
	font-family:"Lato";
	font-weight:400;
	color:#282828!important;
}
.hospital-feild:hover{
	border-color:#00CFCD;
}
.hospital-footer-eldar-link{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:400;
}
.hospital-footer-eldar-link:hover{
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
}
.hospital-white-button{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	color:#00CFCD!important;
	background-color:#FEFFFF;
	border-width:2px 2px 2px 2px;
	border-color:#FEFFFF;
}
.hospital-white-button:hover{
	background-color:transparent;
	color:#FEFFFF!important;
}
.hospital-footer-item{
	font-family:"Lato";
	font-weight:400;
	color:#FEFFFF!important;
}
.hospital-footer-item:active{
}
.hospital-footer-item:hover{
}
.service-button{
	padding-top:28%;
	padding-bottom:28%;
	font-family:"Merriweather";
	font-weight:400;
	font-size:20px;
	color:transparent!important;
	background-color:transparent;
	box-shadow:0px 0px 0px #000000;
}
.service-button:hover{
	color:#FEFFFE!important;
	background-color:rgba(0,0,0,0.5);
	box-shadow:0px 0px 1px rgba(255,255,255,0.3);
	text-shadow:0px 0px 10px rgba(255,255,255,0.3);
}
.hospital-doctor-icon{
	color:#797979!important;
}
.hospital-doctor-icon:hover{
	color:#00CFCD!important;
}
.hospital-doctor-button{
	font-size:28px;
	background-color:transparent;
	padding:0px 0px 0px 0px;
}
.hospital-doctor-button:hover{
	background-color:transparent;
	padding-left:0px;
}
.hospital-about-icon{
	margin-bottom:20px;
}
.hospital-about-icon:hover{
	text-shadow:0px 0px 15px rgba(255,255,255,0.5);
}
.hospital-image-shadow{
	box-shadow:0px 0px 15px rgba(40,40,40,0.1);
}
.hospital-image-shadow:hover{
}
.hospital-service-subtitle{
	margin-top:12%;
}
.scrolltotopbackground-color:rgba(0,204,204,0.5);
	{
	background-color:rgba(0,204,204,0.5)}.close-special-menu .close-icon{
	color:#00CFCD!important;
	background-color:#00CFCD;
}
.hospital-newletter-button{
	background-color:#FEFFFE;
	color:#00CFCD!important;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	padding-right:28px;
	padding-left:28px;
}
.hospital-newletter-button:hover{
	color:#FEFFFE!important;
	background-color:#00CFCD;
	border-width:1px 1px 1px 1px;
	border-color:#FEFFFE;
	border-style:solid;
}
.booking-h3{
	font-size: 23px;
	line-height: 33px;
}
.booking-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.booking-p{
	font-size: 18px;
	line-height: 28px;
}
.branches-h2{
	font-size: 28px;
	line-height: 38px;
}
.branches-h3{
	font-size: 23px;
}
.branches-p{
	font-size: 18px;
	line-height: 28px;
}
.footer-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.footer-p{
	font-size: 16px;
	line-height: 24px;
	font-family:Roboto;
	color:#FEFFFF!important;
}
.footer-h3{
	font-size: 23px;
	line-height: 33px;
}
.footer-h4{
	font-size: 18px;
	line-height: 28px;
}
.hero-h3{
	font-size:24px;
	line-height: 33px;
}
.hero-h1{
	line-height: 54.999996185302734px;
	font-size:24px;
	font-weight:900;
}
.hero-p{
	font-size: 18px;
	line-height: 28px;
}
.intro-h1{
	font-size:36px;
	line-height: 54.999996185302734px;
	font-family:Merriweather;
	font-weight:bold;
	color:#405580!important;
	opacity:1.0;
}
.intro-h3{
	font-size: 23px;
	line-height: 33px;
}
.intro-h2{
	font-size: 28px;
	line-height: 38px;
}
.intro-p{
	font-size: 18px;
	line-height: 28px;
}
.facilities-h2{
	font-size: 28px;
	line-height: 38px;
}
.facilities-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.facilities-h4{
	font-size: 20px;
	line-height: 29.999998092651367px;
}
.facilities-p{
	font-size: 18px;
	line-height: 28px;
}
.app-shortcut-h3{
	font-size: 23px;
	line-height: 33px;
}
.app-shortcut-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.services-h3{
	font-size: 23px;
	line-height: 33px;
}
.services-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.services-p{
	font-size: 18px;
	line-height: 28px;
}
.about-h3{
	font-size: 23px;
	line-height: 33px;
}
.about-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.adult-foster-care-p{
	font-size:24px;
	line-height: 28px;
	color:#42577E!important;
	padding-top:64px;
	padding-bottom:50px;
	margin-left:33px;
}
.about-us-h3{
	font-size:20px;
	line-height: 33px;
	font-family:Merriweather;
}
.about-us-h1{
	font-size:36px;
	line-height: 54.999996185302734px;
	font-family:Merriweather;
	color:#405580!important;
}
.about-us-p{
	font-size: 18px;
	line-height: 28px;
	font-family:Merriweather;
	color:#000000!important;
}
.records-h3{
	font-size: 23px;
	line-height: 33px;
}
.records-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.records-h4{
	font-size: 20px;
	line-height: 29.999998092651367px;
}
.records-h2{
	font-size: 28px;
	line-height: 38px;
}
.team-h3{
	font-size: 23px;
	line-height: 33px;
}
.team-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.team-p{
	font-size: 18px;
	line-height: 28px;
}
.hero-h2{
	font-size: 28px;
	line-height: 38px;
}
.spectre-h3{
	font-size: 23px;
	line-height: 33px;
}
.spectre-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.spectre-p{
	font-size: 18px;
	line-height: 28px;
}
.service-1-h3{
	font-size: 23px;
	line-height: 33px;
}
.service-1-h2{
	font-size: 28px;
	line-height: 38px;
}
.service-1-p{
	font-size: 18px;
	line-height: 28px;
}
.service-2-h3{
	font-size: 23px;
	line-height: 33px;
}
.service-2-h2{
	font-size: 28px;
	line-height: 38px;
}
.service-2-p{
	font-size: 18px;
	line-height: 28px;
}
.service-3-h3{
	font-size: 23px;
	line-height: 33px;
}
.service-3-h2{
	font-size: 28px;
	line-height: 38px;
}
.service-3-p{
	font-size: 18px;
	line-height: 28px;
}
.service-4-h3{
	font-size: 23px;
	line-height: 33px;
}
.service-4-h2{
	font-size: 28px;
	line-height: 38px;
}
.service-4-p{
	font-size: 18px;
	line-height: 28px;
}
.service-5-h3{
	font-size: 23px;
	line-height: 33px;
}
.service-5-h1{
	font-size: 45px;
	line-height: 54.999996185302734px;
}
.service-5-p{
	font-size: 18px;
	line-height: 28px;
}
.form-h3{
	font-size: 23px;
	line-height: 33px;
}
.form-p{
	font-size: 18px;
	line-height: 28px;
	font-family:"Merriweather";
}
.h4-style-r{
	font-size:24px;
	background-color:transparent;
	color:#FEFFFF!important;
	font-weight:900;
	font-family:"Roboto";
	margin-right:55px;
	margin-left:55px;
}
.btn-style{
	text-align:center;
	border-radius:0px 0px 0px 0px;
}
.headercolumn{
	border-top-right-radius:64px;
	border-bottom-right-radius:64px;
	height:134px;
}
.h1-style{
	font-size:20px;
	width:100%;
	font-family:Roboto;
	color:#FEFFFF!important;
}
.row-style{
	height:652px;
}
.h3-intro-style{
	font-size:20px;
	font-family:Merriweather;
	font-weight:bold;
	color:#000000!important;
}
.explorecolumn{
	height:134px;
	border-top-left-radius:64px;
	border-bottom-left-radius:64px;
	background-position:left center;
	margin:0px 0px 0px 0px;
}
.row-6-style{
	width:100%;
}
.caregivers-h3-style{
	line-height:33px;
	color:#405580!important;
	letter-spacing:px;
	text-indent:px;
	font-weight:900;
	font-family:Merriweather;
	font-size:24px;
}
.service-button:active{
	opacity:0.1;
	box-shadow:0px 0px 1px #000000;
	height:0px;
}
.h1-hero-style{
	font-size:30px;
	font-family:"Merriweather";
	font-weight:bold;
	margin-top:44px;
}
.h4-hero-style{
	color:#FEFFFF!important;
	font-size:24px;
	padding-left:10px;
	font-family:Merriweather;
	font-weight:bold;
}
.adult{
	color:#FEFFFF!important;
}
.p-info-style{
	font-family:Merriweather;
	color:#000000!important;
}
.p-7-style{
	font-family:Merriweather;
	margin-top:107px;
}
.p-bloc-21-style{
	font-family:Merriweather;
	font-size:20px;
	margin-right:33px;
}
.p-33-style{
	font-family:Merriweather;
	font-size:20px;
}
.h3link{
	font-size:36px;
	color:#405580!important;
	font-family:"Merriweather";
	font-weight:bold;
	padding-bottom:151px;
}
.h3link:hover{
	font-family:"Merriweather";
	color:#09A3BB!important;
	font-weight:bold;
}
.h3link:active{
	color:transparent!important;
	font-weight:bold;
}
.p-footer-style{
	font-family:"Merriweather";
	color:#C0C0C0!important;
}
.p-34-style{
	font-family:Roboto;
	color:#C0C0C0!important;
}
.footer-text-link{
	font-size:18px;
	font-family:"Roboto";
	color:#00FDFF!important;
}
.footer-text-link:hover{
	font-family:"Roboto";
	color:#405580!important;
}
.p-12{
	margin-right:71px;
	padding-left:0px;
	margin-left:52px;
}
.h1-1-style{
	font-size:36px;
}
.h4-style-r:hover{
	font-size:24px;
	color:#FEFFFF!important;
}
.h4-style-r:active{
	font-size:24px;
	color:#008F51!important;
}
.p-about-us-style{
	font-family:Merriweather;
}
.navbar-brand img{
	width:46px;
	height:47px;
}
.adult-foster-care-navigation:active{
}
.wedding-statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:lighter;
}
.wedding-button{
	font-family:"Lato";
	background-color:#EEB7AF;
	text-transform:none;
	font-weight:400;
}
.wedding-button:hover{
	text-transform:none;
	font-family:"Lato";
	font-weight:400;
	background-color:#B78C85;
}
.wedding-pink-hover:hover{
	color:#F2C4BC!important;
}
.wedding-logo{
	font-family:"Oleo Script";
	color:#282828!important;
}
.wedding-logo:hover{
	color:rgba(245,207,200,1.0)!important;
	font-family:"Oleo Script";
}
.navbar-nav li a{
	color:#282828!important;
}
.bloc-21-h1{
	font-weight: 700;
	font-family: "Oleo Script";
	font-size: 55px;
}
.bloc-22-h1{
	font-size: 35px;
	line-height: 45px;
}
.bloc-22-p{
	font-size: 18px;
	line-height: 28px;
}
.about-image-right{
	padding-top:24px;
}
.h4-style{
	width:100%;
	font-family:Merriweather;
	font-size:30px;
}
.about-h4-style{
	margin-top:300px;
}
.about-h4-right{
	margin-bottom:187px;
}
.about-h4-left{
	margin-top:255px;
}
.h1-0-style{
	font-family:Merriweather;
}
.img-style{
	width:190px;
}
.p-bloc-39-style{
	font-size:20px;
	font-family:Merriweather;
	color:#000000!important;
}
.single-column-parallax{
	margin-top:290px;
}
.p-life-style{
	font-family:Merriweather;
	font-size:18px;
	color:#FFFFFF!important;
	font-style:italic;
}
.h1-7-style{
	font-family:Merriweather;
	font-size:24px;
}
.p-form-style{
	font-size:22px;
	color:#5281AA!important;
}
.p-faq-header{
	font-size:24px;
	color:#405580!important;
	font-family:"Merriweather";
	font-weight:700;
}
.p-faq-style{
	font-family:Merriweather;
	color:#000000!important;
}
.p-services-header{
	color:#405580!important;
	font-family:"Merriweather";
	font-size:24px;
	font-weight:700;
}
.p-services{
	color:#000000!important;
	font-family:"Merriweather";
}
.p-bloc-43-style{
	font-family:Merriweather;
}
.faq-text-link{
	font-size:18px;
	font-weight:700;
	color:#528188!important;
	font-family:"Merriweather";
}
.faq-text-link:hover{
	color:#00A6BE!important;
	font-family:"Merriweather";
	font-size:18px;
}
.link-style{
	text-decoration:underline;
}
.link-0-style{
	text-decoration:underline;
}
.link-click-here-style{
	text-decoration:underline;
}
.p-board-style{
	font-family:"Merriweather";
	color:#000000!important;
}
.p-about-style{
	font-size:18px;
	color:#000000!important;
	font-family:"Merriweather";
}
.p-home-style{
	color:#000000!important;
	font-family:"Merriweather";
}
.phone-style{
	font-size:24px;
	font-weight:bold;
	color:#FEFFFF!important;
	font-family:"Roboto";
}
.about-pic-style{
	padding-top:24px;
}

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

/* Background colour styles */

.bgc-dark-electric-blue{
	background-color:#41567F;
}
.bgc-white{
	background-color:#ffffff;
}
.bgc-dark-jungle-green{
	background-color:#282828;
}
.bgc-gray-x11-gray{
	background-color:#BDBDBD;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-dark-lava{
	background-color:#3C3C3C;
}
.bgc-dark-lava-2{
	background-color:#3C3C3C;
}

/* Text colour styles */

.tc-anti-flash-white{
	color:#F1F1F6!important;
}
.tc-dark-jungle-green{
	color:#282828!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-anti-flash-white-2{
	color:#F1F1F6!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white-smoke{
	color:#F7F7F7!important;
}

/* Bloc image backgrounds */

.bg-11{
	background-image:url("img/11.jpeg");
}
.bg-home-pic2{
	background-image:url("img/placeholder-image.png");
}
.bg-home-middle-pic-parallax{
	background-image:url("img/home-middle-pic-parallax.jpg");
}
.bg-home-pic2{
	background-image:url("img/home-pic2.jpg");
}
.bg-home-pic-top-parallax1-lg{
	background-image:url("img/home-pic-top-parallax1_lg.jpg");
}
.bg-about-our-home-top-pic{
	background-image:url("img/about-our-home-top-pic.jpg");
}
.bg-meet-our-caregivers-top-pic{
	background-image:url("img/meet-our-caregivers-top-pic.jpg");
}
.bg-tour-our-home-top-pic{
	background-image:url("img/tour-our-home-top-pic.jpg");
}
.bg-about-our-home-bottom-pic-parallax{
	background-image:url("img/about-our-home-bottom-pic-parallax.jpg");
}
.bg-faq-top-pic{
	background-image:url("img/faq-top-pic.jpg");
}
.bg-services-top-pic{
	background-image:url("img/services-top-pic.jpg");
}
.bg-services-bottom-pic-parallax{
	background-image:url("img/services-bottom-pic-parallax.jpg");
}
.bg-contact-bottom-pic-parallax{
	background-image:url("img/contact-bottom-pic-parallax.jpg");
}
.bg-contact-top-pic-parallax{
	background-image:url("img/contact-top-pic-parallax.jpg");
}
.bg-Otunga-20House-20SMK-27s-1{
	background-image:url("img/Otunga%20House%20SMK%27s-1.jpg");
}
.bg-Sister-20Florence-Action-2{
	background-image:url("img/Sister%20Florence-Action-2.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.tablet .hero-text-vc, .mobile .hero-text-vc{
		margin-top:10%;
	}
	.tablet .hospital-navigation, .mobile .hospital-navigation{
		text-align:center;
	}
	.tablet .hospital-navigation:hover, .mobile .hospital-navigation:hover{
		box-shadow:0px 0px 0px #00CCCC;
	}
	.tablet .hospital-footer-item, .mobile .hospital-footer-item{
	}
	.tablet .hospital-service-subtitle, .mobile .hospital-service-subtitle{
		margin-top:0%;
	}
	.booking-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.booking-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.booking-p{
		font-size: 16px;
		line-height: 24px;
	}
	.branches-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.branches-p{
		font-size: 18px;
		line-height: 28px;
	}
	.footer-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.footer-p{
		font-size: 14px;
		line-height: 22px;
	}
	.footer-h3{
		font-size: 23px;
		line-height: 33px;
	}
	.footer-h4{
		line-height: 28px;
	}
	.hero-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.hero-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.hero-p{
		font-size: 16px;
		line-height: 24px;
	}
	.intro-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.intro-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.intro-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.intro-p{
		font-size: 16px;
		line-height: 24px;
	}
	.facilities-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.facilities-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.facilities-h4{
		font-size: 18px;
		line-height: 28px;
	}
	.facilities-p{
		font-size: 16px;
		line-height: 24px;
	}
	.app-shortcut-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.app-shortcut-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.services-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.services-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.services-p{
		font-size: 16px;
		line-height: 24px;
	}
	.about-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.about-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.adult-foster-care-p{
		font-size: 16px;
		line-height: 24px;
	}
	.about-us-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.about-us-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.about-us-p{
		font-size: 16px;
		line-height: 24px;
	}
	.records-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.records-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.records-h4{
		font-size: 18px;
		line-height: 26px;
	}
	.records-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.team-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.team-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.team-p{
		font-size: 16px;
		line-height: 24px;
	}
	.hero-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.spectre-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.spectre-h1{
		font-size: 45px;
		line-height: 54.999996185302734px;
	}
	.spectre-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-1-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.service-1-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-1-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-2-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.service-2-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-2-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-3-h3{
		font-size: 20px;
		line-height: 39px;
	}
	.service-3-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-3-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-4-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.service-4-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-4-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-5-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.service-5-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.service-5-p{
		font-size: 16px;
		line-height: 24px;
	}
	.form-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.form-p{
		font-size: 16px;
		line-height: 24px;
	}
	.caregivers-h3-style{
		font-size:18px;
	}
	.h1-hero-style{
		font-size:24px;
	}
	.h3link{
		padding-bottom:151px;
	}
	.h4-hero-style{
		font-size:18px;
	}
	.wedding-statement-bloc-text{
		font-size:23px;
		line-height:33px;
	}
	.close-special-menu .close-icon{
		background-color:#000000;
	}
	.bloc-21-h1{
		font-size: 55px;
	}
	.bloc-22-h1{
		font-size: 35px;
		line-height: 45px;
	}
	.bloc-22-p{
		font-size: 16px;
		line-height: 24px;
	}
	.hospital-service-subtitle, .mobile .hospital-service-subtitle{
		margin-top:0%;
	}
	.mobile .hero-text-vc{
		margin-top:10%;
	}
	
}

@media (max-width: 767px){
	.mobile .hero-text-vc{
		margin-top:0px;
	}
	.mobile .hospital-social-row{
		text-align:center;
	}
	.mobile .hospital-navigation:hover{
		box-shadow:0px 0px 0px rgba(0,204,204,0.0);
	}
	.mobile .hospital-header{
		padding-bottom:0px;
		padding-top:5px;
	}
	.mobile .hospital-button{
		margin-left:10px;
	}
	.mobile .hospital-white-button{
		margin-left:10px;
	}
	.mobile .hospital-doctor-button{
		margin-left:10px;
	}
	.booking-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.booking-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.booking-p{
		font-size: 16px;
		line-height: 24px;
	}
	.branches-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.branches-p{
		font-size: 16px;
		line-height: 24px;
	}
	.footer-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.footer-p{
		font-size: 14px;
		line-height: 22px;
	}
	.footer-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.footer-h4{
		line-height: 24px;
	}
	.hero-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.hero-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.hero-p{
		font-size: 16px;
		line-height: 24px;
	}
	.intro-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.intro-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.intro-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.intro-p{
		font-size: 16px;
		line-height: 24px;
	}
	.facilities-h2{
		font-size: 20px;
		line-height: 30px;
	}
	.facilities-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.facilities-h4{
		font-size: 18px;
		line-height: 28px;
	}
	.facilities-p{
		font-size: 16px;
		line-height: 24px;
	}
	.app-shortcut-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.app-shortcut-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.services-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.services-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.services-p{
		font-size: 16px;
		line-height: 24px;
	}
	.about-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.about-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.adult-foster-care-p{
		font-size: 16px;
		line-height: 24px;
	}
	.about-us-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.about-us-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.about-us-p{
		font-size: 16px;
		line-height: 24px;
	}
	.records-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.records-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.records-h4{
		font-size: 18px;
		line-height: 26px;
	}
	.records-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.team-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.team-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.team-p{
		font-size: 16px;
		line-height: 24px;
	}
	.hero-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.spectre-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.spectre-h1{
		font-size: 28px;
		line-height: 38px;
	}
	.spectre-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-1-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.service-1-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-1-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-2-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.service-2-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-2-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-3-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.service-3-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-3-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-4-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.service-4-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.service-4-p{
		font-size: 16px;
		line-height: 24px;
	}
	.service-5-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.service-5-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.service-5-p{
		font-size: 16px;
		line-height: 24px;
	}
	.form-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.form-p{
		font-size: 16px;
		line-height: 24px;
	}
	.row-style{
		width:104.94%;
	}
	.h3-intro-style{
		font-size:18px;
	}
	.h1-hero-style{
		font-size:24px;
	}
	.h3link{
		padding-bottom:151px;
	}
	.p-12{
	}
	.adult-foster-care-navigation:hover{
	}
	.bloc-21-h1{
		font-size: 35px;
	}
	.bloc-22-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-22-p{
		font-size: 18px;
		line-height: 28px;
	}
	.hospital-button{
		margin-left:10px;
	}
	.hospital-white-button{
		margin-left:10px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-lg-sm{
		margin-top:80px;
	}
	
}

@media (max-width: 575px){
	.intro-h1{
		font-size:20px;
	}
	.h4-hero-style{
		font-size:16px;
		color:#FEFFFF!important;
	}
	.adult-foster-care-p{
		font-size:18px;
	}
	.h1-1-style{
		font-size:20px;
	}
	.h3link{
		padding-bottom:105px;
	}
	.h4-style-r{
		font-size:18px;
	}
	
}

