@charset "UTF-8";
/* CSS Document */

#Hero {position: relative; top: 0px; width: 100%; height: 850px; background-color: #A04C4D; background-image:url(../images/Hero.jpg); background-position: center; background-repeat: no-repeat; z-index: 1; overflow: hidden;}

#CMLogos {float:left; width: 100%; background-color: #ffffff; overflow: hidden;}

#CMfooter {float:left; width: 100%; background-color: #BCB3AE; overflow: hidden;}



/*Scroll Icon*/

.icon-scroll {
    position: absolute;
    left: 50%;
}


.icon-scroll:before {
	position: absolute;
    left: 50%;
}

.icon-scroll{
	float: left;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 25px;
	bottom: 160px;
}

.icon-scroll:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	margin-left: -3px;
	top: 6px;
	border-radius: 3px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}


@keyframes scroll {
    from {
        opacity:1;
    }
    to {
        opacity:0;
		transform: translateY(30px);}
}

/*Scroll Icon End*/


/* Main Section Panel */
.imagePanel {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 85vh;
}

.imagePanelSlim {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 60vh;
    margin-bottom: 4vh;

}


.kind-words-Panel {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 40vh;
    margin-bottom: 30px;
    text-align: center;


}

.kind-words-Panel-01 {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 40vh;
    margin-bottom: 30px;
    text-align: center;
    background-image: url('../images/Package-Continuity.jpg'); 
    background-position:top center; 
    background-repeat: no-repeat; 
    background-size: cover;
   
}

.kind-words-Panel-01 a{
}

.kind-words-Panel-01 :hover {   
 backdrop-filter: blur(8px);
  transition: all 0.1s;
}




.kind-words-Panel-02 {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 40vh;
    margin-bottom: 30px;
    text-align: center;
    background-image: url('../images/Package-Pregnancy.jpg'); 
    background-position:top center; 
    background-repeat: no-repeat; 
    background-size: cover;
   
}

.kind-words-Panel-02 a{
}

.kind-words-Panel-02 :hover {   
 backdrop-filter: blur(8px);
  transition: all 0.1s;
}



.kind-words-Panel-03 {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 40vh;
    margin-bottom: 30px;
    text-align: center;
    background-image: url('../images/Package-Postnatal-Care.jpg'); 
    background-position:top center; 
    background-repeat: no-repeat; 
    background-size: cover;
   
}

.kind-words-Panel-03 a{
}

.kind-words-Panel-03 :hover {   
 backdrop-filter: blur(8px);
  transition: all 0.1s;
}



.kind-words-Panel-04 {
	position:relative; 
	float:left; 
	width: 100%; 
	height: 40vh;
    margin-bottom: 30px;
    text-align: center;
    background-image: url('../images/Package-Additional.jpg'); 
    background-position:top center; 
    background-repeat: no-repeat; 
    background-size: cover;
   
}

.kind-words-Panel-04 a{
}

.kind-words-Panel-04 :hover {
 backdrop-filter: blur(8px);
  transition: all 0.1s;
}






.bluePanel {
	position:relative; 
	float:left;
	width: 100%;
    background-color: white;
  
}

.heroPanel {
	position:relative; 
	float:left;
	width: 100%;
  
}


.heroLogo {
	position:absolute; 
	float:left;
	height: auto;
	text-align: center;
    clear: both;
    top: -57vh;
    padding: 0px 10px;
    margin-left: 5px;

}




.date {

 margin: 0px 0px 20px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: #4c4c4c;
  text-align: left;
}


.H1Underline {
	margin: -5px 0px 10px 0px;
  	border-top: 6px solid #95847B;
	width: 100px;
}

.dateUnderlineNavy {
	margin: -10px 0px 0px 0px;
  	border-top: 6px solid #1A2F55;
	width: 50px;
}

.AuthorName {

 margin: 0px 0px 30px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #4c4c4c;
  text-align: left;
}

.AuthorName a {

 margin: 0px 0px 30px 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #034ea2;
  text-align: left;
}


.footerHeader {
	margin: 40px 0px 30px 0px;
	color:#ffffff;
}

.footerSubHeader {
	margin: 40px 0px 10px 0px;
	color:#68BFAC;
}

.footerText {
  	font-family: "Google Sans Flex", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	font-weight: 200;
	text-align:right;
}


.footerText a {
	color: #ffffff;

}


.footerText :hover {
	color: #004d99;

}

.footer-link {
  	font-family: "Google Sans Flex", sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
	font-weight: 400;
	text-align:right;
}


.footer-link a {
	color: #fff;
}


.footer-link :hover {
	color: #95847B;
}



.footer-link:beforeOLD {
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	content:"\e250";
	color: #68BFAC;
	padding:0px 10px 0px 0px;

}


.copyrightText {
  	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	text-align:right;
}




.Sidenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}



.Sidenav-catagory{
  	font-family: ‘Source Serif Pro’, serif;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	padding-top:5px;
}

.Sidenav-catagory:after {
	font-family: 'Glyphicons Halflings';
	font-size:18px;
	content:"\e259";
	color: #fff;
	padding:0px 15px 0px 0px;
	float: right;
}




.Sidenav-catagory-arrow-right{
  	font-family: ‘Source Serif Pro’, serif;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	padding-top:5px;
}

.Sidenav-catagory-arrow-right:after {
	font-family: 'Glyphicons Halflings';
	font-size:18px;
	content:"\e258";
	color: #fff;
	padding:0px 15px 0px 0px;
	float: right;
}



.Sidenav-catagory-selected {
  	font-family: ‘Source Serif Pro’, serif;
	font-size: 22px;
	color: #68bfac;
	line-height: 1.2;
	font-weight: 700;
	padding-top:5px;
}

.Sidenav-catagory-selected:hover{
	color: #fff;	
}

.Sidenav-catagory-selected:after {
	font-family: 'Glyphicons Halflings';
	font-size:18px;
	content:"\e260";
	color: #68BFAC;
	padding:0px 15px 0px 0px;
	float: right;
}

.Sidenav-catagory-selected:hover:after {
	font-family: 'Glyphicons Halflings';
	font-size:18px;
	content:"\e260";
	color: #ffffff;
	padding:0px 15px 0px 0px;
	float: right;
}



.Sidenav-link {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
  	display: block;
  	padding: 0.5rem 1rem;
	color: #4c4c4c;
}

.Sidenav-link:hover {
 	text-decoration: none;
	color: #000000;

}

.Sidenav-link:focus {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
  	display: block;
	color: #000000;
	margin-top: -3px;
	font-weight: 700;
}

.Sidenav-link:focus:before {
	font-family: 'Glyphicons Halflings';
	font-size: 1.2rem;
	content:"\e250";
	color: #fff;
	padding-right: 2px;
	margin-left: -22px;
	margin-top: 20px;
	margin-bottom: 2px;

}

.Sidenav-link.disabled {
	color: #6c757d;
}




.Sidesub-box {
	margin-left: 0px;
	background-color:#F6F7F7;
	padding: 20px 10px 10px 40px;
}

.Sidesub-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #777777;
	padding-right: 0px;
	margin-left: 0px;
	font-weight:400;


}


.Sidesub-link a {
	color: #777777;
}


.Sidesub-link a:hover {
	color: #067EB1;
}



.Sidesub-link:before {
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	content:"\e250";
	color: #68BFAC;
	padding:10px 6px 0px 0px;
	margin-left:-21px;

}

.Sidesub-link:focus {
	color: #000000;
	margin-top: -3px;
	font-weight: 400;
}



.dictionary-index {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
	font-weight:400;
	color:#4c4c4c;
	padding: 20px 0px;
	text-align: center;
	background-color: #F6F7F7;
	border: 1px solid #E8E8E8;
}


.dictionary-index:hover {
	text-align: center;
	background-color: #067EB1;
	color:#ffffff;
	border: 1px solid #E8E8E8;
  	cursor: pointer;
}

.btn-dictionary { padding: 1em; max-width: inherit;}


.Related-HeaderBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#368275;
	padding: 20px 10px 5px 15px;
	border-bottom: 1px solid #fff;
}

.Related-LinkBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#368275;
	padding: 6px 30px 0px 0px;
	border-bottom: 1px solid #fff;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.Related-LinkBox:hover {
	background-color:#68BFAC;
	cursor: pointer;
}

.Ongoing-HeaderBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#463861;
	padding: 20px 10px 5px 15px;
	border-bottom: 1px solid #fff;
}

.Ongoing-LinkBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#463861;
	padding: 6px 30px 0px 0px;
	border-bottom: 1px solid #fff;
}

.Ongoing-imgBox {

	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#E8EBEC;
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid #1A2F55;
}


.Ongoing-TopicLink {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
  	display: block;
	color: #000000;
	font-weight: 300;
	width: 100%;
	background-color:#fff;
	padding: 0px 0px 1px 0px;
	margin-bottom: 10px;

}

.Ongoing-TopicLink:hover {
	color: #ffffff;
	background-color:#463861;
	cursor: pointer;
	transition: .3s ease-in-out;

}

.Ongoing-TopicLink:hover img { opacity:.5;
	transition: .3s ease-in-out;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}




.hrTopic {
  margin-top: -0.5rem;
  margin-bottom: -1.25rem;
  border: 0;
  border-top: 4px solid #66528d;
}


.Author-HeaderBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#067EB1;
	padding: 20px 10px 5px 15px;
	border-bottom: 1px solid #fff;
}

.Author-LinkBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#067EB1;
	padding: 6px 10px 0px 0px;
	border-bottom: 1px solid #fff;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.Author-LinkBox:hover {

	background-color:#1A2F55;
	cursor: pointer;
}


.Sec-Nav-Header{
  	font-family: ‘Source Serif Pro’, serif;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}

.Sec-Nav {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1rem;
  	display: block;
  	padding: 0rem 1rem;
	color: #fff;
	font-weight:300;
}

.Sec-Nav-link {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
  	display: block;
  	padding: 0.5rem 0px 0px 1rem;
	color: #fff;
	font-weight: 400;
}

.Sec-Nav-link:hover {
 	text-decoration: none;
	color: #fff;
}

.Drop-link {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1rem;
  	display: block;
  	padding: 0.3rem 1rem;
	color: #4c4c4c;
}

.Drop-link:hover {
 	text-decoration: none;
	color: #000000;cursor: pointer;

}






.data-Col-imgBox {

	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color:#E8EBEC;
	padding: 20px 20px 20px 20px;
	border-bottom: 10px solid #1A2F55;
}


.data-ColLink {
	font-family: "Source Sans Pro", Sans-Serif;
	font-size: 1.2rem;
  	display: block;
	color: #000000;
	font-weight: 300;
	width: 100%;
	background-color:#fff;
	padding: 0px 0px 1px 0px;
	margin-bottom: 0px;

}

.data-ColLink:hover {
	color: #ffffff;
	background-color:#68BFAC;
	cursor: pointer;
	transition: .3s ease-in-out;

}

.data-ColLink:hover img {
	opacity:.5;
	transition: .3s ease-in-out;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);

}



.hr-dataCol {
  margin-top: -0.5rem;
  margin-bottom: -1.25rem;
  border: 0;
  border-top: 4px solid #85d6c4;
}



.buttonLink A{
	font-family: "Google Sans Flex", sans-serif;
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#BCB3AE;
	text-align:left;
	padding:20px 20px 20px 20px;
 
	-webkit-transition: all 0.15s ease-out;
 	-moz-transition: all 0.15s ease-out;
  	-o-transition: all 0.15s ease-out;
  	transition: all 0.15s ease-out;
}

.buttonLink A:visited{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#BCB3AE;
}

.buttonLink A:HOVER{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	display:block;
	background-color:#97A299;
}






.contentBlock{
	margin-bottom: 1rem;
	font-family: 'Source Serif Pro', serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #067EB1;

}

.contentBlock:hover {
	color: #1A2F55;

}




.Tabnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.Tabnav-link {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.3rem;
	line-height: .95;
  display: block;
  padding: 0.5rem 2rem 0.8rem 2rem;
	color: #fff;
	font-weight: 700;
	background-color: #067EB1;
	border-right: 1px solid #1A2F55;
}


.Tabnav-link-active a {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.3rem;
	line-height: .95;
  display: block;
  padding: 14px 2rem 14px 2rem;
	color: #067EB1;
	font-weight: Bold;
	background-color: #E8EBEC;
	margin-top:-5px;
	margin-right: 1px;

}

.Tabnav-link:hover {
 text-decoration: none;
color: #fff;
background-color: rgba(6, 126, 177, 0.5);
}


.text-white {
	color: #fff;
}


.text-white a {
	color: #fff;
	font-weight:300;
}


.text-white a:hover {
	color: #95847B;
	font-weight:300;
}


.text-whiteOnGreen {
	color: #fff;
}


.text-whiteOnGreen a {
	color: #fff;
	font-weight:700;
}


.text-whiteOnGreen a:hover {
	color: #68BFAC;
	font-weight:700;
}




.text-white-bold {
	color: #fff;
	font-weight: 400;
}


.EFbreadcrumb {
  margin: 0;
  font-family: 'Source Sans Pro', "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4;
  color: #4c4c4c;
  text-align: left;
}

.EFbreadcrumb a {
  color: #4c4c4c;

}

.EFbreadcrumb a:hover {
  color: #067EB1;

}


.share {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: left;
	margin-bottom: 15px;
}


#dropdowns {
	font-size: 20px;
    width: 100%;
    padding: 0px 0px 1px 0px;
    text-align: left;
    background-color: #E8EBEC;
    margin-top: 0px;
	border-radius: 0px;
	border: 0px;
	display: none;
	border-bottom: 10px solid #1A2F55;

}


ol {

	list-style-type:decimal-leading-zero;
}


ul {
    list-style-type: circle;
}


li {
	margin-bottom: 0px;
}

.Social:hover img {
	opacity:.5;
	transition: .2s ease-in-out;
}

.language-link {
font-size: 14px;
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin: 0px 2px;
  line-height: 1.25;
  color: #1A2F55;
  background-color: #E8EBEC;
  border: 1px solid #dee2e6;
}

.language-link-selected {
		font-size: 14px;
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin: 0px 2px;
  line-height: 1.25;
  color: #fff;
  background-color: #1A2F55;
  border: 1px solid #1A2F55;
}

.language-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #067EB1;
  border-color: #067EB1;
}
.language-link-selected:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #067EB1;
  border-color: #067EB1;
}

.language-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.language-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}


.haschildren { cursor: pointer; }
.secondary.Sidenav li { margin-bottom: 0; }
.secondary.Sidenav > li { background-color:#1a2f55; padding: 21px 0px 21px 20px; border-top:1px solid #fff; }

.secondary.Sidenav > li:hover { background-color:#067EB1; padding: 21px 0px 21px 20px; border-top:1px solid #fff; }


.list-group {

  /* first level styles here */
color: #4c4c4c;	
}

.list-group-item {

  /* first level styles here */
color: #4c4c4c;
	
}




.secondary.Sidenav .list-group .list-group .list-group-item{

  /* any overides for second level menu styles here  */
  padding-left: 20px;
	background-color: #F6F7F7;
	border: 0px;
	color: #4c4c4c;

}

.secondary.Sidenav .selected {

  /* any open submenus get the selected class */
  font-weight: bold;

}

.first {
padding-top:20px;	
}
	
.last {
padding-bottom:20px;	
}


/*Second tier Nav Arrow*/

.arrow-after-White :after {
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	content:"\e258";
	color: #ffffff;
	padding:0px 0px 0px 0px;
	float: right;
	font-weight: bold;
}



.arrow-after-White-Card :after {
	font-family: 'Glyphicons Halflings';
	font-size: 24px;
	content:"\e258";
	color: #ffffff;
	padding-right: 15px;
    margin-top: -5px;
	float: right;
	font-weight: bold;
    
}


.arrow-after-Taupe :after {
	font-family: 'Glyphicons Halflings';
	font-size: 24px;
	content:"\e258";
	color: #BCB3AE;
	padding: 0px;
    margin-top: -5px;
	float: right;
	font-weight: bold;
}





/*Third tier Nav arrows, text hover and box padding */

.arrow :hover {
	color: #067EB1;	
}


.arrow :before {
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	content:"\e250";
	color: #68BFAC;
	padding:0px 5px 0px 0px;
}


.first {
padding-top:20px;	
}
	
.last {
padding-bottom:20px;	
}


.pollImg {
    height: 86vh;
    width: 100%;
    object-fit: cover;
    top: 140px;
}



.fade-in-text {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@media (max-width: 576px) {
.pollImg {
    height: 74vh;
    width: 100%;
    object-fit: cover;
    top: 140px;
}
    
    
    

}


/*   */

